-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
42 lines (40 loc) · 959 Bytes
/
app.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"pages": [
"pages/home/home",
"pages/list/list",
"pages/my/my",
"pages/templates/stars-templates/stars-templates",
"pages/details/details",
"pages/more/more",
"pages/search/search"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#42bd56",
"navigationBarTitleText": "首页",
"navigationBarTextStyle": "white"
},
"sitemapLocation": "sitemap.json",
"tabBar": {
"list": [
{
"pagePath": "pages/home/home",
"text": "首页",
"iconPath": "/img/bmh.png",
"selectedIconPath": "/img/bmh1.png"
},
{
"pagePath": "pages/list/list",
"text": "榜单",
"iconPath": "/img/bmh.png",
"selectedIconPath": "/img/bmh1.png"
},
{
"pagePath": "pages/my/my",
"text": "我的",
"iconPath": "/img/wode.png",
"selectedIconPath": "/img/wode1.png"
}
]
}
}