-
Notifications
You must be signed in to change notification settings - Fork 69
/
app.json
50 lines (50 loc) · 1.41 KB
/
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
43
44
45
46
47
48
49
50
{
"pages": [
"pages/index/index",
"pages/classification/classification",
"pages/collection/collection",
"pages/user/user",
"pages/index/bangdan/bangdan",
"pages/details/details",
"pages/user/phoneLogin/phoneLogin",
"pages/search/search"
],
"window": {
"navigationBarTitleText": "喜马拉雅",
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTextStyle": "black"
},
"tabBar": {
"color": "#cdcdcd",
"selectedColor": "#ff520f",
"list": [
{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "/image/tabbar/home-icon.png",
"selectedIconPath": "/image/tabbar/home-selectIcon.png"
},
{
"pagePath": "pages/classification/classification",
"text": "分类",
"iconPath": "/image/tabbar/fen-icon.png",
"selectedIconPath": "/image/tabbar/fen-selectIcon.png"
},
{
"pagePath": "pages/collection/collection",
"text": "收藏",
"iconPath": "/image/tabbar/collection-icon.png",
"selectedIconPath": "/image/tabbar/collection-selectIcon.png"
},
{
"pagePath": "pages/user/user",
"text": "我的",
"iconPath": "/image/tabbar/user-icon.png",
"selectedIconPath": "/image/tabbar/user-selectIcon.png"
}
]
},
"debug": true,
"sitemapLocation": "sitemap.json"
}