-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathapp.json
59 lines (59 loc) · 1.47 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
52
53
54
55
56
57
58
59
{
"pages": [
"pages/index/index",
"pages/about/about",
"pages/weather/weather",
"pages/IDCard/IDCard",
"pages/bankQuery/bankQuery",
"pages/bankExchangeRate/bankExchangeRate",
"pages/MobileHome/MobileHome",
"pages/figure/figure",
"pages/IP/IP",
"pages/cand/index",
"pages/game/game",
"pages/2048/2048",
"pages/pinyin/index",
"pages/calculator-index/index",
"pages/calculator-history/history",
"pages/gojuuonn/gojuuonn"
],
"window": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "贴身管家",
"navigationBarBackgroundColor": "#fbf9fe",
"backgroundColor": "#fbf9fe"
},
"tabBar": {
"color": "#999999",
"selectedColor": "#009be0",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [
{
"pagePath": "pages/index/index",
"iconPath": "images/shouye1.png",
"selectedIconPath": "images/shouye.png",
"text": "首页"
},
{
"pagePath": "pages/weather/weather",
"iconPath": "images/tianqi1.png",
"selectedIconPath": "images/tianqi.png",
"text": "天气"
},
{
"pagePath": "pages/about/about",
"iconPath": "images/guanyu1.png",
"selectedIconPath": "images/guanyu.png",
"text": "关于"
}
]
},
"networkTimeout": {
"request": 10000,
"connectSocket": 10000,
"uploadFile": 10000,
"downloadFile": 10000
},
"debug": true
}