-
Notifications
You must be signed in to change notification settings - Fork 14
/
app.json
53 lines (53 loc) · 1.43 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
{
"pages":[
"pages/index/index",
"pages/recommend/recommend",
"pages/girl/girl",
"pages/my/my",
"pages/detail/detail",
"pages/showpic/showpic",
"pages/submitgank/submitgank",
"pages/collection/collection"
],
"tabBar": {
"backgroundColor": "#FFF",
"color": "#000",
"selectedColor": "#FF5000",
"list": [
{
"iconPath": "image/tabicon/ic_home_tab_gank.png",
"selectedIconPath": "image/tabicon/ic_home_tab_gank.png",
"pagePath": "pages/index/index",
"text": "干货"
},
{
"iconPath": "image/tabicon/ic_home_tab_rec.png",
"selectedIconPath": "image/tabicon/ic_home_tab_rec.png",
"pagePath": "pages/recommend/recommend",
"text": "推荐"
},
{
"iconPath": "image/tabicon/ic_home_tab_girl.png",
"selectedIconPath": "image/tabicon/ic_home_tab_girl.png",
"pagePath": "pages/girl/girl",
"text": "妹纸"
},
{
"iconPath": "image/tabicon/ic_home_tab_collect.png",
"selectedIconPath": "image/tabicon/ic_home_tab_collect.png",
"pagePath": "pages/my/my",
"text": "我的"
}
]
},
"networkTimeout": {
"request": 10000,
"connectSocket": 10000
},
"window":{
"navigationBarBackgroundColor": "#9C978B",
"backgroundTextStyle": "light",
"navigationBarTextStyle": "white",
"navigationBarTitleText": "干货集中营"
}
}