wx-starlock/manifest.json
范鹏 5316f1f33c 1. 修改我的页面显示url
2. 添加全局缓存方法,所有缓存添加小程序版本前缀
2024-09-19 11:50:23 +08:00

29 lines
821 B
JSON

{
"name" : "wx-starlock",
"appid" : "__UNI__933D519",
"description" : "",
"versionName" : "1.0.0",
"versionCode" : "17",
"transformPx" : false,
/* */
"mp-weixin" : {
"appid" : "wx9829a39e65550757",
"setting" : {
"urlCheck" : true,
"minified" : true
},
"permission" : {
"scope.bluetooth" : {
"desc" : "蓝牙将用于控制和管理您的智能门锁"
},
"scope.userLocation" : {
"desc" : "获取您的位置信息将用于智能门锁的位置服务"
}
},
"requiredPrivateInfos" : [ "getLocation" ],
"usingComponents" : true,
"lazyCodeLoading" : "requiredComponents"
},
"vueVersion" : "3"
}