-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
31 lines (31 loc) · 800 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/logs/logs",
"pages/show/show",
"pages/arrival/arrival",
"pages/departure/departure",
"pages/guests/guests",
"pages/confirm/confirm",
"pages/browse/browse",
"pages/create/create",
"pages/browse_couple/browse_couple",
"pages/browse_family/browse_family",
"pages/show_couple/show_couple",
"pages/show_family/show_family",
"pages/confirm_host/confirm_host",
"pages/message/message"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "WeChat",
"navigationBarTextStyle": "black"
},
"sitemapLocation": "sitemap.json",
"permission": {
"scope.userLocation": {
"desc": "Location for better search"
}
}
}