-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
55 lines (54 loc) · 1.4 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
{
"pages":[
"pages/index/index",
"pages/mymusic/mymusic",
"pages/station/station",
"pages/substation/substation",
"pages/mine/mine",
"pages/songsheet/songsheet",
"pages/stationsheet/stationsheet",
"pages/playmusic/playmusic",
"pages/comment/comment",
"pages/search/search",
"pages/more/contact",
"pages/more/notice",
"pages/more/fank"
],
"window":{
"backgroundTextStyle":"light",
"navigationBarTitleText": "音乐范儿er",
"navigationBarTextStyle": "white",
"navigationBarBackgroundColor": "#007fff"
},
"tabBar":{
"color": "#13227a",
"selectedColor": "#007fff",
"borderStyle": "white",
"list":[
{
"pagePath": "pages/index/index",
"iconPath": "images/index.png",
"selectedIconPath": "images/index_active.png",
"text": "首页"
},
{
"pagePath": "pages/mymusic/mymusic",
"iconPath": "images/mymusic.png",
"selectedIconPath": "images/mymusic_active.png",
"text": "我的音乐"
},
{
"pagePath": "pages/station/station",
"iconPath": "images/station.png",
"selectedIconPath": "images/station_active.png",
"text": "电台"
},
{
"pagePath": "pages/mine/mine",
"iconPath": "images/mine.png",
"selectedIconPath": "images/mine_active.png",
"text": "我的"
}
]
}
}