-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
46 lines (45 loc) · 1.07 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
{
"pages": [
"pages/vote/index/index",
"pages/vote/detail/detail",
"pages/vote/create/create",
"pages/index/index",
"pages/logs/logs",
"pages/ask/ask"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "WeChat",
"navigationBarTextStyle": "black"
},
"tabBar": {
"list": [
{
"selectedIconPath": "images/index.png",
"pagePath": "pages/index/index",
"iconPath": "images/index0.png",
"text": "choose"
},
{
"selectedIconPath": "images/vote.png",
"pagePath": "pages/vote/index/index",
"iconPath": "images/vote0.png",
"text": "投票"
},
{
"selectedIconPath": "images/ask.png",
"pagePath": "pages/ask/ask",
"iconPath": "images/ask0.png",
"text": "提问"
},
{
"selectedIconPath": "images/log.png",
"pagePath": "pages/logs/logs",
"iconPath": "images/log0.png",
"text": "日志"
}
]
},
"debug": true
}