wx-starlock/manifest.json

44 lines
990 B
JSON
Raw Normal View History

2024-08-06 09:40:20 +08:00
{
"name": "wx-starlock",
"appid": "__UNI__933D519",
"description": "",
2025-05-04 14:46:20 +08:00
"versionName": "1.3.0",
"versionCode": "37",
"mp-weixin": {
"appid": "wx9829a39e65550757",
"setting": {
"urlCheck": true,
"minified": true
2024-08-06 09:40:20 +08:00
},
"permission": {
"scope.bluetooth": {
"desc": "蓝牙将用于控制和管理您的智能门锁"
}
},
2025-05-04 14:46:20 +08:00
"requiredPrivateInfos": [
"getLocation"
],
"usingComponents": true,
"lazyCodeLoading": "requiredComponents",
"optimization": {
"subPackages": true
2025-04-02 10:48:24 +08:00
},
"plugins": {
"xp2p": {
"version": "latest",
"provider": "wx1319af22356934bf",
"export": "exportForXp2pPlugin.js"
2025-04-07 17:01:22 +08:00
},
"wmpf-voip": {
"version": "latest",
"provider": "wxf830863afde621eb",
"genericsImplementation": {
"call-page-plugin": {
"custombox": "pages/main/customBox"
}
}
2025-04-02 10:48:24 +08:00
}
}
},
"vueVersion": "3"
2025-05-04 14:46:20 +08:00
}