-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathapp.json
48 lines (48 loc) · 1.24 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
{
"pages": [
"src/pages/collection/collection",
"src/pages/message-remind/message-remind",
"src/pages/web-view/web-view",
"src/pages/share/share",
"src/pages/add-chat/add-chat",
"src/pages/history/history",
"src/pages/editor/editor",
"src/pages/review/review",
"src/pages/add-self-list/add-self-list",
"src/pages/list/list"
],
"tabBar": {
"custom": true,
"color": "#888",
"selectedColor": "#66BA69",
"borderStyle": "black",
"backgroundColor": "#fff",
"list": [
{
"pagePath": "src/pages/collection/collection",
"iconPath": "src/image/tabbar-collection-unselected.png",
"selectedIconPath": "src/image/tabbar-collection.png",
"text": "收集箱"
},
{
"pagePath": "src/pages/review/review",
"iconPath": "src/image/tabbar-review-unselected.png",
"selectedIconPath": "src/image/tabbar-review.png",
"text": "回顾"
},
{
"pagePath": "src/pages/share/share",
"iconPath": "src/image/tabbar-share-non.png",
"selectedIconPath": "src/image/tabbar-share.png",
"text": "树洞"
}
]
},
"window": {
"navigationBarBackgroundColor": "#ffffff",
"navigationBarTextStyle": "black",
"navigationStyle": "custom",
"backgroundColorTop": "#fff"
},
"sitemapLocation": "sitemap.json"
}