-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathapp.json
60 lines (60 loc) · 1.6 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
51
52
53
54
55
56
57
58
59
60
{
"pages": [
"pages/emotion/emotion",
"pages/index/index",
"pages/showArticle/showArticle",
"pages/wishWall/wishWall",
"pages/addArticle/addArticle",
"pages/addWish/addWish",
"pages/addPlan/addPlan",
"pages/mine/mine",
"pages/music/music",
"pages/state/index",
"pages/plans/plans",
"pages/setting/setting",
"pages/setting/setting/about/about",
"pages/setting/setting/feedback/feedback",
"pages/setting/setting/privacy/privacy",
"pages/detailArticle/detailArticle",
"pages/updateArticle/updateArticle",
"pages/deletePlan/deletePlan",
"pages/alterPlan/alterPlan",
"pages/myWish/myWish",
"pages/wishDetail/wishDetail",
"pages/jokes/jokes",
"pages/myArticle/myArticle"
],
"requiredBackgroundModes": [
"audio"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#39b5de",
"navigationBarTitleText": "WeChat",
"navigationBarTextStyle": "white"
},
"tabBar": {
"color": "#000",
"list": [
{
"text": "情绪宣泄池",
"pagePath": "pages/emotion/emotion",
"iconPath": "images/emotion.png",
"selectedIconPath": "images/emotion_selected.png"
},
{
"text": "主页",
"pagePath": "pages/index/index",
"iconPath": "images/home.png",
"selectedIconPath": "images/home_selected.png"
},
{
"text": "个人中心",
"pagePath": "pages/mine/mine",
"iconPath": "images/my_1.png",
"selectedIconPath": "images/my_2.png"
}
]
},
"sitemapLocation": "sitemap.json"
}