29 lines
814 B
JSON
29 lines
814 B
JSON
{
|
|
"name" : "wx-starlock",
|
|
"appid" : "__UNI__933D519",
|
|
"description" : "",
|
|
"versionName" : "1.0.0",
|
|
"versionCode" : "100",
|
|
"transformPx" : false,
|
|
/* 小程序特有相关 */
|
|
"mp-weixin" : {
|
|
"appid" : "wx10c16cfd90808097",
|
|
"setting" : {
|
|
"urlCheck" : true,
|
|
"minified" : true
|
|
},
|
|
"permission": {
|
|
"scope.bluetooth": {
|
|
"desc": "蓝牙将用于控制和管理您的智能门锁"
|
|
},
|
|
"scope.userLocation": {
|
|
"desc": "获取您的位置信息将用于智能门锁的位置服务"
|
|
}
|
|
},
|
|
"requiredPrivateInfos": ["getLocation"],
|
|
"usingComponents" : true,
|
|
"lazyCodeLoading" : "requiredComponents"
|
|
},
|
|
"vueVersion" : "3"
|
|
}
|