-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathapp.json
44 lines (44 loc) · 1.06 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
{
"pages": [
"pages/wode/wode",
"pages/mingku/mingku",
"pages/mingku_details/mingku_details",
"pages/name/name",
"pages/login/login",
"pages/change/change",
"pages/store/store",
"pages/search/search"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#2c3e50",
"navigationBarTitleText": "名余曰",
"navigationBarTextStyle": "white",
"backgroundColor": "#ffffff",
"enablePullDownRefresh": true
},
"tabBar": {
"color": "#d9cccb",
"selectedColor": "#2c3e50",
"position": "bottom",
"list": [
{
"pagePath": "pages/mingku/mingku",
"text": "名库",
"iconPath": "assets/images/ciku_icon.png",
"selectedIconPath": "assets/images/ciku_s_icon.png"
},
{
"pagePath": "pages/wode/wode",
"text": "我的",
"iconPath": "assets/images/my_icon.png",
"selectedIconPath": "assets/images/my_s_icon.png"
}
]
},
"networkTimeout": {
"request": 10000,
"downloadFile": 10000
},
"debug": true
}