-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathapp.json
More file actions
45 lines (45 loc) · 1.07 KB
/
app.json
File metadata and controls
45 lines (45 loc) · 1.07 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
45
{
"pages":[
"pages/jinri/jinri",
"pages/lastcrazy/lastcrazy",
"pages/cart/cart",
"pages/my/my"
],
"window":{
"backgroundTextStyle":"light",
"navigationBarBackgroundColor": "#0068C4",
"navigationBarTitleText": "卷皮",
"navigationBarTextStyle":"white",
"enablePullDownRefresh":true
},
"tabBar": {
"color": "#626567",
"selectedColor": "red",
"backgroundColor": "#FBFBFB",
"borderStyle": "white",
"list": [
{
"pagePath": "pages/jinri/jinri",
"text": "今日上新",
"iconPath": "images/jinri.png",
"selectedIconPath": "images/sjinri.png"
},
{
"pagePath": "pages/cart/cart",
"iconPath": "images/shopcart.png",
"selectedIconPath": "images/sshopcart.png",
"text": "购物车"
},
{
"pagePath": "pages/my/my",
"text": "我的卷皮",
"iconPath": "images/mine.png",
"selectedIconPath": "images/smine.png"
}]
},
"networkTimeout": {
"request": 10000,
"downloadFile": 10000
},
"debug": true
}