-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathapp.json
58 lines (58 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
{
"pages": [
"pages/plate/plate",
"pages/topicList/topicList",
"pages/publishTopic/publishTopic",
"pages/topicContent/topicContent",
"pages/plateList/plateList",
"pages/applyPlate/applyPlate",
"pages/experienceList/experienceList",
"pages/experienceContent/experienceContent",
"pages/experienceEdit/experienceEdit",
"pages/releaseExperience/releaseExperience",
"pages/index/index",
"pages/personCenter/personCenter",
"pages/myCollection/myCollection",
"pages/myMessage/myMessage",
"pages/#/#",
"pages/card/card",
"pages/cardDetail/cardDetail",
"pages/test/test",
"pages/search/search",
"pages/plateSearch/plateSearch"
],
"window": {
"backgroundTextStyle": "dark",
"navigationBarBackgroundColor": "#1cbbb4",
"navigationBarTitleText": "小程序名字",
"navigationBarTextStyle": "white",
"enablePullDownRefresh": true
},
"tabBar": {
"borderStyle": "black",
"color": "#2F4F4F",
"selectedColor": "#00BFFF",
"list": [
{
"pagePath": "pages/card/card",
"text": "打卡",
"iconPath": "image/打卡.png",
"selectedIconPath": "image/打卡active.png"
},
{
"pagePath": "pages/plate/plate",
"text": "版块",
"iconPath": "image/分类.png",
"selectedIconPath": "image/分类active.png"
},
{
"pagePath": "pages/index/index",
"text": "我的",
"iconPath": "image/我.png",
"selectedIconPath": "image/我active.png"
}
]
},
"style": "v2",
"sitemapLocation": "sitemap.json"
}