34 lines
795 B
JSON
34 lines
795 B
JSON
|
{
|
||
|
"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"
|
||
|
}
|