Files
WXProgram/miniprogram/app.json

34 lines
795 B
JSON
Raw Normal View History

2025-10-16 21:32:16 +08:00
{
"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"
}