-
Notifications
You must be signed in to change notification settings - Fork 5
/
app.json
48 lines (48 loc) · 1.42 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
{
"pages": [
"pages/index/index",
"pages/logs/logs",
"pages/home/home",
"pages/lubodetail/lunbodetail",
"pages/kl/kl",
"pages/arcdetail/arcdetail",
"pages/answerArcdetail/answerArcdetail"
],
"window": {
"navigationBarBackgroundColor": "#338FFF",
"navigationBarTextStyle": "dark",
"navigationBarTitleText": "黄金交易价格行情一点通",
"backgroundColor": "#eeeeee",
"backgroundTextStyle": "dark",
"enablePullDownRefresh": false
},
"tabBar": {
"list": [
{
"pagePath": "pages/index/index",
"text": "资讯",
"selectedColor": "#338FFF",
"iconPath": "imgs/tab_01.jpg",
"selectedIconPath": "imgs/tab_01.jpg"
},
{
"pagePath": "pages/kl/kl",
"text": "k线",
"selectedColor": "#338FFF",
"iconPath": "imgs/tab_02.png",
"selectedIconPath": "imgs/tab_02.png"
},
{
"pagePath": "pages/home/home",
"text": "我的",
"selectedColor": "#338FFF",
"iconPath": "imgs/tab_03.jpg",
"selectedIconPath": "imgs/tab_03.jpg"
}
]
},
"networkTimeout": {
"request": 60000,
"downloadFile": 60000
}
}