New Huajishe Check ChaoXing
This commit is contained in:
24
HuajisheCheckChaoXing/app.json
Normal file
24
HuajisheCheckChaoXing/app.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"pages": [
|
||||
"pages/home/home"
|
||||
],
|
||||
"resolveAlias": {
|
||||
"~/*": "/*",
|
||||
"@utils/*": "utils/*"
|
||||
},
|
||||
"requiredPrivateInfos": [
|
||||
"chooseLocation",
|
||||
"getLocation"
|
||||
],
|
||||
"permission": {
|
||||
"scope.userLocation": {
|
||||
"desc": "获取您的位置用于签到"
|
||||
}
|
||||
},
|
||||
"window": {
|
||||
"backgroundTextStyle": "light",
|
||||
"navigationStyle": "custom"
|
||||
},
|
||||
"sitemapLocation": "sitemap.json",
|
||||
"lazyCodeLoading": "requiredComponents"
|
||||
}
|
||||
Reference in New Issue
Block a user