- 连接中关闭蓝牙立即结束 loading,不再卡到超时 - onShow 已连接时同步标记,重新搜索不误标已连接设备 - 连接中防重入,搜索中切后台重置状态 - 配网成功立即退出配网模式,密码必填且 8-16 位 - 配网失败重试定时器可清理 - 同名设备改用 deviceId 唯一标识并展示 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
80 lines
2.0 KiB
JSON
80 lines
2.0 KiB
JSON
{
|
|
"pages": [
|
|
"pages/connectedDevice/connectedDevice",
|
|
"pages/login/login",
|
|
"pages/supplementPersonal/supplementPersonal",
|
|
"pages/connectedWifi/connectedWifi",
|
|
"pages/home/home",
|
|
"pages/detailedReport/detailedReport",
|
|
"pages/equipment/equipment",
|
|
"pages/userManagement/userManagement",
|
|
"pages/addUser/addUser",
|
|
"pages/data/data",
|
|
"pages/my/my",
|
|
"pages/personalInformation/personalInformation",
|
|
"pages/helpCenter/helpCenter",
|
|
"pages/questionDetails/questionDetails"
|
|
],
|
|
"usingComponents": {
|
|
"empty-data": "/components/emptyData/emptyData"
|
|
},
|
|
"window": {},
|
|
"tabBar": {
|
|
"color": "#808080",
|
|
"selectedColor": "#1385FA",
|
|
"backgroundColor": "#ffffff",
|
|
"borderStyle": "black",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/home/home",
|
|
"text": "首页",
|
|
"iconPath": "images/tabBar/home_default.png",
|
|
"selectedIconPath": "images/tabBar/home.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/equipment/equipment",
|
|
"text": "设备",
|
|
"iconPath": "images/tabBar/equipment_default.png",
|
|
"selectedIconPath": "images/tabBar/equipment.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/data/data",
|
|
"text": "数据",
|
|
"iconPath": "images/tabBar/data_default.png",
|
|
"selectedIconPath": "images/tabBar/data.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/my/my",
|
|
"text": "我的",
|
|
"iconPath": "images/tabBar/my_default.png",
|
|
"selectedIconPath": "images/tabBar/my.png"
|
|
}
|
|
]
|
|
},
|
|
"style": "v2",
|
|
"rendererOptions": {
|
|
"skyline": {
|
|
"defaultDisplayBlock": true,
|
|
"disableABTest": true,
|
|
"sdkVersionBegin": "3.0.0",
|
|
"sdkVersionEnd": "15.255.255"
|
|
}
|
|
},
|
|
"componentFramework": "glass-easel",
|
|
"sitemapLocation": "sitemap.json",
|
|
"lazyCodeLoading": "requiredComponents",
|
|
"plugins": {
|
|
"ppScale-plugin": {
|
|
"version": "0.0.31",
|
|
"provider": "wx0826af4e4908f524"
|
|
}
|
|
},
|
|
"permission": {
|
|
"scope.userLocation": {
|
|
"desc": "您的位置信息将用于发现附近的蓝牙设备,以便连接蓝牙秤。"
|
|
}
|
|
},
|
|
"requiredPrivateInfos": [
|
|
"getLocation"
|
|
]
|
|
} |