-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathapp.json
64 lines (63 loc) · 1.9 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
60
61
62
63
64
{
"pages": [
"pages/match/index",
"pages/myBag/index",
"pages/roll/index",
"pages/account/index",
"pages/account/accountSetting/index",
"pages/account/accountSettingSetName/index",
"pages/account/accountSettingSetNature/index",
"pages/account/accountSettingUserBinding/index",
"pages/account/accountSettingChangePW/index",
"pages/account/userMoney/index",
"pages/account/userMoneyRecharge/index",
"pages/account/myEarnings/index",
"pages/account/myMatch/index",
"pages/account/myRecommend/index",
"pages/account/myAssets/index",
"pages/account/msgCenter/index",
"pages/account/msgCenterDetail/index",
"pages/account/problem/index",
"pages/roll/createRoom/index",
"pages/roll/RoomDetail/index"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#000000",
"navigationBarTitleText": "VipGame",
"enablePullDownRefresh" : false
},
"tabBar": {
"color": "#888",
"selectedColor": "#ee7142",
"backgroundColor": "#ffffff",
"borderStyle": "#000000",
"list": [
{
"pagePath": "pages/match/index",
"iconPath": "static/image/foot_detail.png",
"selectedIconPath": "static/image/foot_detail_hover.png",
"text": "竞猜",
"backgroundColor": "green"
},
{
"pagePath": "pages/myBag/index",
"iconPath": "static/image/foot_bag.png",
"selectedIconPath": "static/image/foot_bag_hover.png",
"text": "背包"
},
{
"pagePath": "pages/roll/index",
"iconPath": "static/image/foot_start.png",
"selectedIconPath": "static/image/foot_start_hover.png",
"text": "ROLL"
},
{
"pagePath": "pages/account/index",
"iconPath": "static/image/foot_urs.png",
"selectedIconPath": "static/image/foot_urs_hover.png",
"text": "个人"
}
]
}
}