-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
43 lines (43 loc) · 1.09 KB
/
Copy pathapp.json
File metadata and controls
43 lines (43 loc) · 1.09 KB
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
{
"pages": [
"pages/profile/profile",
"pages/main/main",
"pages/result/result",
"pages/main/participate"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#ea5038",
"navigationBarTitleText": "WeChat",
"navigationBarTextStyle": "white"
},
"tabBar": {
"color": "#d8e0c9",
"selectedColor": "#f0aa31",
"backgroundColor": "#ea5037",
"list": [
{
"pagePath": "pages/profile/profile",
"text": "信息",
"iconPath": "pages/profile/profile-default.png",
"selectedIconPath": "pages/profile/profile-selected.png"
},
{
"pagePath": "pages/main/main",
"text": "抽奖",
"iconPath": "pages/main/main-default.png",
"selectedIconPath": "pages/main/main-selected.png"
},
{
"pagePath": "pages/result/result",
"text": "结果",
"iconPath": "pages/result/result-default.png",
"selectedIconPath": "pages/result/result-selected.png"
}
]
},
"networkTimeout": {
"request": 10000,
"downloadFile": 10000
}
}