Files
dvcp_v2_wechat_app/src/manifest.json

24 lines
543 B
JSON
Raw Normal View History

2022-02-14 17:25:54 +08:00
{
"name": "dvcp-wechatApps",
"description": "数字乡村小程序应用库",
"versionName": "1.0.0",
"versionCode": "100",
"transformPx": true,
"mp-weixin": {
"appid": "wx8d6346f632980668",
"setting": {
"urlCheck": false
},
"optimization": {
"subPackages": true
},
"usingComponents": true,
"permission": {
"scope.userLocation": {
"desc": "你的位置信息将用于当前事件发生地点"
}
2022-11-03 10:44:55 +08:00
},
2022-11-08 18:10:21 +08:00
"requiredPrivateInfos" : ["getLocation", "chooseLocation"]
2022-02-14 17:25:54 +08:00
}
}