|
@@ -18,7 +18,8 @@
|
|
|
"pages/connectBle/connectBle",
|
|
|
"pages/deviceDetail/detail",
|
|
|
"pages/piano/wallpaper/wallpaper",
|
|
|
- "pages/ota/ota"
|
|
|
+ "pages/ota/ota",
|
|
|
+ "pages/blueDemos/blueDemos"
|
|
|
],
|
|
|
"window": {
|
|
|
"backgroundTextStyle": "light",
|
|
@@ -38,5 +39,20 @@
|
|
|
"sitemapLocation": "sitemap.json",
|
|
|
"requiredPrivateInfos": [
|
|
|
"getFuzzyLocation"
|
|
|
- ]
|
|
|
+ ],
|
|
|
+ "deviceOrientation": "portrait",
|
|
|
+ "permission": {
|
|
|
+ "scope.userLocation": {
|
|
|
+ "desc": "你的旧版本的位置信息将用于小程序位置接口的效果展示"
|
|
|
+ },
|
|
|
+ "scope.userFuzzyLocation": {
|
|
|
+ "desc": "你的模糊位置信息将用于小程序位置接口的效果展示"
|
|
|
+ },
|
|
|
+ "scope.bluetooth": {
|
|
|
+ "desc": "需要蓝牙进行连接手柄"
|
|
|
+ },
|
|
|
+ "scope.userInfo": {
|
|
|
+ "desc": "需要用户同意授权隐私信息,确保蓝牙功能可用"
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|