huangye-parking/miniapp/manifest.json
2026-02-28 17:35:49 +08:00

31 lines
633 B
JSON

{
"name": "黄岩停车积分",
"appid": "__UNI__F1854F8",
"description": "黄岩停车积分兑换微信小程序",
"versionName": "1.0.0",
"versionCode": "100",
"transformPx": false,
"mp-weixin": {
"appid": "wx0000000000000000",
"setting": {
"urlCheck": false,
"es6": true,
"minified": true
},
"usingComponents": true,
"permission": {
"scope.camera": {
"desc": "用于商户扫码核销优惠券"
}
},
"requiredPrivateInfos": [
"getLocation",
"chooseLocation"
]
},
"uniStatistics": {
"enable": false
},
"vueVersion": "3"
}