Go to file
ozh 82b287dd92 refactor(ble): BLE 模块重构与协议时序修复
- 从 git 追踪中移除 .idea、.claude/rules、CLAUDE.md、AGENTS.md
- 更新 .gitignore,添加 prettier 配置
- BLE 核心模块重构(bleCore/controller/auth/radar/wifi/errors/eventBus/stateWait)
- 修复协议时序:订阅 F301 前先读 F501(readMsgOnce)
- 设备配置页优化:鉴权失败改用模态弹窗,WiFi 错误持久展示
- 密钥流程已废弃,鉴权失败不阻断后续配网流程
- pages.json 格式化(tab → 空格)
2026-06-24 17:09:25 +08:00
api feat(ble): 新增蓝牙核心功能模块 2026-04-17 16:09:14 +08:00
constants feat(ble): 支持多种蓝牙服务UUID并优化调试日志 2026-04-22 17:50:20 +08:00
docs fix(ble): 协议一致性修复、WiFi面板超时修复、搜索行为优化 2026-04-30 11:21:41 +08:00
hooks refactor(ble): BLE 模块重构与协议时序修复 2026-06-24 17:09:25 +08:00
pages refactor(ble): BLE 模块重构与协议时序修复 2026-06-24 17:09:25 +08:00
static 初始化 2026-04-17 14:45:13 +08:00
styles feat(ble): 新增蓝牙核心功能模块 2026-04-17 16:09:14 +08:00
utils refactor(ble): BLE 模块重构与协议时序修复 2026-06-24 17:09:25 +08:00
.editorconfig style(ble): 格式化蓝牙模块代码并添加注释 2026-04-23 17:24:14 +08:00
.gitignore refactor(ble): BLE 模块重构与协议时序修复 2026-06-24 17:09:25 +08:00
App.vue feat(ui): 集成 uview-plus 组件库并重构界面 2026-04-20 11:08:55 +08:00
index.html 初始化 2026-04-17 14:45:13 +08:00
main.js feat(ui): 集成 uview-plus 组件库并重构界面 2026-04-20 11:08:55 +08:00
manifest.json refactor(ble): BLE 模块重构与协议时序修复 2026-06-24 17:09:25 +08:00
package-lock.json feat(ui): 集成 uview-plus 组件库并重构界面 2026-04-20 11:08:55 +08:00
package.json feat(ui): 集成 uview-plus 组件库并重构界面 2026-04-20 11:08:55 +08:00
pages.json refactor(ble): BLE 模块重构与协议时序修复 2026-06-24 17:09:25 +08:00
uni.promisify.adaptor.js feat(ble): 新增蓝牙核心功能模块 2026-04-17 16:09:14 +08:00
uni.scss feat(ui): 集成 uview-plus 组件库并重构界面 2026-04-20 11:08:55 +08:00