-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathapp.json
More file actions
44 lines (43 loc) · 1.15 KB
/
Copy pathapp.json
File metadata and controls
44 lines (43 loc) · 1.15 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
44
{
"pages":[
"pages/index/index",
"pages/pic/pic",
"pages/waimai/waimai",
"pages/my/my"
],
"window":{
"backgroundTextStyle":"dark",
"navigationBarBackgroundColor": "#373b3e",
"navigationBarTitleText": "花瓣列表",
"navigationBarTextStyle":"white",
"enablePullDownRefresh": true,
"backgroundColor": "#eee"
},
"tabBar": {
"list": [{
"pagePath": "pages/index/index",
"iconPath": "res/img/tab/home-off.png",
"text": "首页",
"selectedIconPath": "res/img/tab/home-on.png"
}, {
"pagePath": "pages/waimai/waimai",
"iconPath": "res/img/tab/wm-off.png",
"text": "外卖",
"selectedIconPath": "res/img/tab/wm-on.png"
}, {
"pagePath": "pages/my/my",
"iconPath": "res/img/tab/my-off.png",
"text": "我的",
"selectedIconPath": "res/img/tab/my-on.png"
}],
"color":"#174578",
"selectdColor":"#3cc51f",
"borderStyle":"white",
"backgroundColor":"#116fb6"
},
"networkTimeout": {
"request": 10000,
"downloadFile": 10000
},
"debug": true
}