first commit
This commit is contained in:
34
miniprogram/app.json
Normal file
34
miniprogram/app.json
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"pages": [
|
||||
"pages/index/index",
|
||||
"pages/admin/admin",
|
||||
"pages/apply/apply"
|
||||
],
|
||||
"requiredPrivateInfos": [
|
||||
"getLocation"
|
||||
],
|
||||
"permission": {
|
||||
"scope.userLocation": {
|
||||
"desc": "您的位置信息将用于地图显示和定位"
|
||||
},
|
||||
"scope.userInfo": {
|
||||
"desc": "您的用户信息将用于完善个人资料和提供个性化服务"
|
||||
}
|
||||
},
|
||||
"window": {
|
||||
"navigationBarTextStyle": "black",
|
||||
"navigationStyle": "custom"
|
||||
},
|
||||
"style": "v2",
|
||||
"rendererOptions": {
|
||||
"skyline": {
|
||||
"defaultDisplayBlock": true,
|
||||
"disableABTest": true,
|
||||
"sdkVersionBegin": "3.0.0",
|
||||
"sdkVersionEnd": "15.255.255"
|
||||
}
|
||||
},
|
||||
"componentFramework": "glass-easel",
|
||||
"sitemapLocation": "sitemap.json",
|
||||
"lazyCodeLoading": "requiredComponents"
|
||||
}
|
Reference in New Issue
Block a user