-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
58 lines (58 loc) · 1.34 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
58
{
"pages": [
"pages/home/home",
"pages/videoSquare/videoSquare",
"pages/videoComment/videoComment",
"pages/index/index",
"pages/logs/logs",
"pages/play/play",
"pages/play_2/play_2",
"pages/playerRank/playerRank",
"pages/mine/mine",
"pages/jieshao/jieshao",
"pages/friend/friend",
"pages/videoFriend/videoFriend",
"pages/videoPlay/videoPlay",
"pages/rank/rank",
"pages/songList/songList",
"pages/share/share",
"pages/search/search",
"pages/favorite/favorite",
"pages/gedan/gedan",
"pages/user1/user1",
"pages/user2/user2",
"pages/user3/user3",
"pages/more1/more1",
"pages/more2/more2"
],
"window": {
"backgroundTextStyle": "dark",
"navigationBarBackgroundColor": "#e60026",
"navigationBarTitleText": "waterFox_Music",
"navigationBarTextStyle": "black"
},
"tabBar": {
"position": "top",
"color": "#6f6969",
"selectedColor": "#000000",
"list": [
{
"pagePath": "pages/home/home",
"text": "发现"
},
{
"pagePath": "pages/friend/friend",
"text": "朋友"
},
{
"pagePath": "pages/videoSquare/videoSquare",
"text": "视频广场"
},
{
"pagePath": "pages/mine/mine",
"text": "我的"
}
]
},
"sitemapLocation": "sitemap.json"
}