forked from SukaRen/7FgameBox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
47 lines (47 loc) · 1.22 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
{
"pages": [
"pages/index/index",
"pages/news/news",
"pages/baike/baike",
"pages/news/newdetail/newdetail",
"pages/logs/logs"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#2a579a",
"navigationBarTitleText": "群雄盒子",
"navigationBarTextStyle": "white"
},
"tabBar": {
"position": "bottom",
"backgroundColor": "#2a579a",
"color": "#DCEDC8",
"selectedColor": "#DCEDC8",
"list": [
{
"pagePath": "pages/index/index",
"text": "首页",
"color":"#DCEDC8",
"selectedColor": "#000000",
"iconPath": "images/tab1_normal@3x.png",
"selectedIconPath":"images/tab1_action@3x.png"
},
{
"pagePath": "pages/news/news",
"text": "资讯",
"color": "#DCEDC8",
"selectedColor": "#000000",
"iconPath": "images/tab2_normal@3x.png",
"selectedIconPath": "images/tab2_action@3x.png"
},
{
"pagePath": "pages/baike/baike",
"text": "百科",
"color": "#DCEDC8",
"selectedColor": "#000000",
"iconPath": "images/tab3_normal@3x.png",
"selectedIconPath": "images/tab3_action@3x.png"
}
]
}
}