feat: 添加蓝牙调试页面的初始实现

- 新增 BLVRQPage.json 配置文件,设置导航栏样式。
- 新增 BLVRQPage.wxml 文件,构建蓝牙设备信息展示和操作界面。
- 新增 BLVRQPage.wxss 文件,定义页面样式和布局。
This commit is contained in:
2026-03-20 18:18:49 +08:00
parent 5010b1bdbb
commit f94cf21e7a
13 changed files with 3127 additions and 155 deletions

1
app.js
View File

@@ -45,6 +45,7 @@ App({
CreateTime:null,
HotelCode:null,
CreatDate:null,
pendingBleNavigation: null,
},
toast:function(type,title,success,time){
if(type==1){