-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathapp.json
More file actions
37 lines (37 loc) · 920 Bytes
/
app.json
File metadata and controls
37 lines (37 loc) · 920 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
31
32
33
34
35
36
37
{
"pages": [
"pages/index/index",
"pages/add/add",
"pages/detail/detail",
"pages/photo-add/photo-add",
"pages/settings/settings",
"pages/sysconfig/sysconfig",
"pages/friends/friends",
"pages/profile/profile",
"pages/share/landing",
"pages/notifications/notifications"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "🌱 我的阳台花园",
"navigationBarTextStyle": "black"
},
"style": "v2",
"sitemapLocation": "sitemap.json",
"lazyCodeLoading": "requiredComponents",
"requiredPrivateInfos": [
"getLocation"
],
"permission": {
"scope.userLocation": {
"desc": "你的位置信息将用于小程序位置接口的效果展示"
}
},
"requiredBackgroundModes": [],
"networkTimeout": {
"request": 10000,
"downloadFile": 10000
},
"cloud": true
}