-
Notifications
You must be signed in to change notification settings - Fork 47
/
app.json
51 lines (51 loc) · 1.34 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/index/index",
"pages/news/news",
"pages/news/detail",
"pages/more/more",
"pages/more/about",
"pages/core/kb/kb",
"pages/core/cj/cj",
"pages/core/ks/ks",
"pages/core/kjs/kjs",
"pages/core/xs/xs",
"pages/core/ykt/ykt",
"pages/core/jy/jy",
"pages/core/xf/xf",
"pages/core/sdf/sdf",
"pages/core/bx/bx",
"pages/core/bx/bx_apply",
"pages/core/bx/bx_detail"
],
"window":{
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#9edeca",
"navigationBarTextStyle": "white",
"navigationBarTitleText": "We重邮",
"backgroundColor": "#9edeca",
"backgroundTextStyle": "light",
"enablePullDownRefresh": true
},
"tabBar": {
"color": "#7f848a",
"selectedColor": "#09ba07",
"backgroundColor": "#f7f6fb",
"list": [{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "/images/index/index.png",
"selectedIconPath": "/images/index/[email protected]"
}, {
"pagePath": "pages/news/news",
"text": "资讯",
"iconPath": "/images/index/news.png",
"selectedIconPath": "/images/index/[email protected]"
}, {
"pagePath": "pages/more/more",
"text": "更多",
"iconPath": "/images/index/more2.png",
"selectedIconPath": "/images/index/[email protected]"
}]
}
}