-
Notifications
You must be signed in to change notification settings - Fork 92
/
app.json
63 lines (61 loc) · 1.5 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
61
62
63
{
"useExtendedLib": {
"weui": true
},
"pages": [
"pages/index/index",
"pages/logs/logs",
"pages/setting/setting",
"pages/setting/rank/rank",
"pages/setting/setmore/setmore",
"pages/about/about",
"pages/more/more",
"pages/todos/todos",
"pages/poster/poster",
"pages/version/version"
],
"navigateToMiniProgramAppIdList": [
"wxe333b834a643f99d",
"wx8abaf00ee8c3202e"
],
"requiredBackgroundModes": ["audio","location"],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#EDEDED",
"navigationBarTitleText": "",
"navigationBarTextStyle": "black"
},
"tabBar": {
"color": "#cdcdcd",
"selectedColor": "#000000",
"borderStyle": "black",
"backgroundColor": "#f7f7f7",
"list": [
{
"pagePath": "pages/index/index",
"iconPath": "image/yu.png",
"selectedIconPath": "image/yu2.png",
"text": "专注"
},
{
"pagePath": "pages/todos/todos",
"iconPath": "image/todo2.png",
"selectedIconPath": "image/todo.png",
"text": "待办"
},
{
"pagePath": "pages/logs/logs",
"iconPath": "image/jilu.png",
"selectedIconPath": "image/jilu2.png",
"text": "记录"
},
{
"pagePath": "pages/setting/setting",
"iconPath": "image/shezhi.png",
"selectedIconPath": "image/shezhi2.png",
"text": "我"
}
]
},
"sitemapLocation": "sitemap.json"
}