wx-starlock/manifest.json

29 lines
821 B
JSON
Raw Normal View History

2024-08-06 09:40:20 +08:00
{
"name" : "wx-starlock",
"appid" : "__UNI__933D519",
2024-08-06 09:40:20 +08:00
"description" : "",
2024-10-29 13:40:19 +08:00
"versionName" : "1.1.3",
"versionCode" : "30",
2024-08-06 09:40:20 +08:00
"transformPx" : false,
/* */
"mp-weixin" : {
"appid" : "wx9829a39e65550757",
2024-08-06 09:40:20 +08:00
"setting" : {
"urlCheck" : true,
"minified" : true
2024-08-06 09:40:20 +08:00
},
"permission" : {
"scope.bluetooth" : {
"desc" : "蓝牙将用于控制和管理您的智能门锁"
2024-08-24 14:25:05 +08:00
},
"scope.userLocation" : {
"desc" : "获取您的位置信息将用于智能门锁的位置服务"
2024-08-24 14:25:05 +08:00
}
},
"requiredPrivateInfos" : [ "getLocation" ],
"usingComponents" : true,
"lazyCodeLoading" : "requiredComponents"
2024-08-06 09:40:20 +08:00
},
"vueVersion" : "3"
}