-
Notifications
You must be signed in to change notification settings - Fork 387
/
app.json
57 lines (57 loc) · 1.57 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
56
57
{
"pages": [
"page/component/home/index",
"page/component/user/index",
"page/component/playlist/index",
"page/component/mv/index",
"page/component/playing/index",
"page/component/login/index",
"page/component/fm/index",
"page/component/toplist/index",
"page/component/recommend/index",
"page/component/search/index",
"page/component/album/index",
"page/component/artist/index",
"page/component/recsongs/index",
"page/component/record/index",
"page/component/me/index",
"page/component/cloud/index",
"page/component/program/index",
"page/component/djradio/index",
"page/component/simi/index",
"page/component/new/index"
],
"window": {
"navigationBarTextStyle": "#fff",
"navigationBarTitleText": "Music",
"backgroundColor": "#fbfcfd",
"navigationBarBackgroundColor": "#BB2C08"
},
"tabBar": {
"color": "#aaa",
"selectedColor": "#fff",
"borderStyle": "#333",
"backgroundColor": "#212121",
"list": [
{
"pagePath": "page/component/home/index",
"iconPath": "image/cm2_btm_icn_discovery.png",
"selectedIconPath": "image/cm2_btm_icn_discovery_prs.png",
"text": "发现音乐"
},
{
"pagePath": "page/component/me/index",
"iconPath": "image/cm2_btm_icn_music.png",
"selectedIconPath": "image/cm2_btm_icn_music_prs.png",
"text": "我的音乐"
}
]
},
"networkTimeout": {
"request": 10000,
"connectSocket": 10000,
"uploadFile": 10000,
"downloadFile": 10000
},
"debug": true
}