-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
51 lines (51 loc) · 1.32 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
{
"pages":[
"pages/home/home",
"pages/play_class/play_class",
"pages/logs/logs",
"pages/index/index",
"pages/play_shop/play_shop"
],
"window":{
"backgroundTextStyle":"light",
"navigationBarBackgroundColor": "#ffd103",
"navigationBarTitleText": "HelloLemon檬运动",
"navigationBarTextStyle":"black"
},
"tabBar": {
"color": "#9B9DB1",
"selectedColor": "#ffd103",
"borderStyle": "black",
"backgroundColor": "#fffffe",
"list": [{
"pagePath": "pages/home/home",
"iconPath": "images/msnui-hot.png",
"selectedIconPath": "images/msnui-hot-active.png",
"text": "热门"
}, {
"pagePath": "pages/play_class/play_class",
"iconPath": "images/easyiconnet.png",
"selectedIconPath": "images/easyiconnet-active.png",
"text": "檬课"
},
{
"pagePath": "pages/play_shop/play_shop",
"iconPath": "images/shangdian.png",
"selectedIconPath": "images/shangdian-active.png",
"text": "檬店"
},
{
"pagePath": "pages/index/index",
"iconPath": "images/me.png",
"selectedIconPath": "images/me-active.png",
"text": "我的"
}]
},
"networkTimeout":{
"request": 10000,
"connectSocket": 10000,
"uploadFile": 10000,
"downloadFile": 10000
},
"debug": true
}