Files
cmr-mini/miniprogram/app.json

28 lines
801 B
JSON

{
"pages": [
"pages/map/map",
"pages/experience-webview/experience-webview",
"pages/webview-test/webview-test",
"pages/index/index",
"pages/logs/logs"
],
"window": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "CMR Mini",
"navigationBarBackgroundColor": "#ffffff"
},
"permission": {
"scope.userLocation": {
"desc": "用于获取当前位置并为后台持续定位授权"
},
"scope.userLocationBackground": {
"desc": "用于后台持续获取当前位置并在地图上显示GPS点"
}
},
"requiredBackgroundModes": ["location"],
"requiredPrivateInfos": ["startLocationUpdateBackground", "onLocationChange"],
"style": "v2",
"componentFramework": "glass-easel",
"lazyCodeLoading": "requiredComponents"
}