-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathapp.json
More file actions
49 lines (49 loc) · 1.31 KB
/
app.json
File metadata and controls
49 lines (49 loc) · 1.31 KB
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
{
"pages": [
"pages/index/index",
"pages/logs/logs",
"pages/baike/index/index",
"pages/baike/hero/index/index",
"pages/baike/hero/detail/detail",
"pages/baike/item/index/index",
"pages/baike/item/detail/detail"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "群雄BOX",
"navigationBarTextStyle": "black"
},
"tabBar": {
"color": "#888888",
"selectedColor": "#3080c0",
"borderStyle": "white",
"backgroundColor": "#ffffff",
"list": [
{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "images/tab1_normal@3x.png",
"selectedIconPath": "images/tab1_action@3x.png"
},
{
"pagePath": "pages/index/index",
"text": "资讯",
"iconPath": "images/tab2_normal@3x.png",
"selectedIconPath": "images/tab2_action@3x.png"
},
{
"pagePath": "pages/baike/index/index",
"text": "百科",
"iconPath": "images/tab3_normal@3x.png",
"selectedIconPath": "images/tab3_action@3x.png"
},
{
"pagePath": "pages/index/index",
"text": "我的",
"iconPath": "images/tab5_normal@3x.png",
"selectedIconPath": "images/tab5_action@3x.png"
}
]
}
}