forked from Kolafim/wxapp-i-reply
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
60 lines (56 loc) · 1.66 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": [
"page/index/index",
"page/index/detail/detail",
"page/debate/index",
"page/test/index",
"page/user/index",
"page/write/index"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "爱回复",
"navigationBarTextStyle": "black",
"enablePullDownRefresh": false
},
"networkTimeout": {
"request": 10000,
"connectSocket": 10000,
"uploadFile": 10000,
"downloadFile": 10000
},
"tabBar": {
"borderStyle": "white",
"backgroundColor": "#ffffff",
"color": "#a6a6a6",
"selectedColor": "#df6161",
"list": [
{
"pagePath": "page/index/index",
"text": "你听说了吗",
"iconPath": "image/tab_index_off.png",
"selectedIconPath": "image/tab_index_on.png"
},
{
"pagePath": "page/debate/index",
"text": "不服来辩",
"iconPath": "image/tab_chat_off.png",
"selectedIconPath": "image/tab_chat_on.png"
},
{
"pagePath": "page/test/index",
"text": "榜单",
"iconPath": "image/tab_rank_off.png",
"selectedIconPath": "image/tab_rank_on.png"
},
{
"pagePath": "page/user/index",
"text": "i",
"iconPath": "image/tab_i_off.png",
"selectedIconPath": "image/tab_i_on.png"
}
]
},
"debug": true
}