-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
61 lines (61 loc) · 1.61 KB
/
app.json
File metadata and controls
61 lines (61 loc) · 1.61 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
50
51
52
53
54
55
56
57
58
59
60
61
{
"pages": [
"pages/index/index",
"pages/user/user",
"pages/user/siting/siting",
"pages/user/message/message",
"pages/user/feedback/feedback",
"pages/user/share/collect",
"pages/user/collect/collect",
"pages/musiclist/musiclist",
"pages/category/category",
"pages/category/list/list",
"pages/message/index",
"pages/messageview/index",
"pages/view/view",
"pages/active/active",
"pages/active/view/view",
"pages/task/task",
"pages/rank/rank",
"pages/search/search",
"pages/help/seting/seting"
],
"window": {
"backgroundTextStyle": "black",
"navigationBarBackgroundColor": "#5acece",
"navigationBarTitleText": "i音声",
"navigationBarTextStyle": "#fff"
},
"tabBar": {
"color": "#5f5f5f",
"selectedColor": "#BD2D30",
"backgroundColor": "#F8F8F8",
"borderStyle": "white",
"list": [
{
"pagePath": "pages/index/index",
"iconPath": "images/index2.png",
"selectedIconPath": "images/index.png",
"text": "首页"
},
{
"pagePath": "pages/category/category",
"iconPath": "images/category.png",
"selectedIconPath": "images/category-light.png",
"text": "频道"
},
{
"pagePath": "pages/musiclist/musiclist",
"iconPath": "images/musiclist.png",
"selectedIconPath": "images/musiclist-light.png",
"text": "播放列表"
},
{
"pagePath": "pages/user/user",
"iconPath": "images/user.png",
"selectedIconPath": "images/user2.png",
"text": "个人中心"
}
]
}
}