-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
31 lines (31 loc) · 794 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
{
"pages": [
"pages/index/index",
"pages/user/motify",
"pages/user/index",
"pages/user/login",
"pages/user/online",
"pages/user/profile",
"pages/song/playing",
"pages/song/select",
"pages/song/my",
"pages/room/select",
"pages/room/motify",
"pages/room/create",
"pages/other/about",
"pages/other/detail",
"pages/webview/index"
],
"requiredBackgroundModes": ["audio"],
"window": {
"backgroundTextStyle": "dark",
"backgroundColor": "#f5f5f5",
"backgroundColorTop": "#f5f5f5",
"backgroundColorBottom": "#f5f5f5",
"navigationBarBackgroundColor": "#f5f5f5",
"navigationBarTitleText": "BBBUG",
"navigationBarTextStyle": "black",
"navigationStyle": "default"
},
"sitemapLocation": "sitemap.json"
}