-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
43 lines (43 loc) · 867 Bytes
/
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
{
"pages":[
"pages/index/index",
"pages/Ranklist/Ranklist",
"pages/Mv/Mv",
"pages/My/My",
"pages/My/succeed"
],
"window":{
"backgroundTextStyle":"light",
"navigationBarBackgroundColor": "#42B983",
"navigationBarTitleText": "音乐",
"navigationBarTextStyle":"white"
},
"sitemapLocation": "sitemap.json",
"requiredBackgroundModes": [
"audio"
],
"tabBar":{
"color": "#333",
"selectedColor": "#CE7578",
"backgroundColor": "#fff",
"position":"top",
"list": [
{
"pagePath": "pages/index/index",
"text": "推荐"
},
{
"pagePath": "pages/Ranklist/Ranklist",
"text": "排行榜"
},
{
"pagePath": "pages/Mv/Mv",
"text": "MV"
},
{
"pagePath": "pages/My/My",
"text": "我的"
}
]
}
}