forked from hackathonweekly/WeeklyZen-WinXin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
30 lines (30 loc) · 829 Bytes
/
app.json
File metadata and controls
30 lines (30 loc) · 829 Bytes
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
{
"pages": [
"pages/index/index",
"pages/pay/pay"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "HackathonWeekly",
"navigationBarTextStyle": "black",
"enablePullDownRefresh": false,
"backgroundColor": "#f8f9fa"
},
"permission": {
"scope.userLocation": {
"desc": "你的位置信息将用于小程序位置接口的效果展示"
}
},
"requiredBackgroundModes": ["audio"],
"networkTimeout": {
"request": 30000,
"downloadFile": 30000,
"uploadFile": 30000,
"connectSocket": 30000
},
"debug": false,
"style": "v2",
"sitemapLocation": "sitemap.json",
"lazyCodeLoading": "requiredComponents"
}