[AI Generated]: feat(*): 对接登录token存储、设备列表自动连接及成员管理蓝牙状态实时同步

This commit is contained in:
17792275749
2026-05-15 10:57:20 +08:00
parent 422d645c00
commit 5f9232572f
8 changed files with 175 additions and 58 deletions
+1 -1
View File
@@ -142,7 +142,7 @@ class LeFuService {
})
plugin.bus.subscribe('deviceInfo', (res: DeviceInfo) => {
console.log(TAG, 'bus[deviceInfo]:', res?.modelNumber)
console.log(TAG, 'bus[deviceInfo]:', res)
this._deviceInfo = res
this._onDeviceInfoCb?.(res)
})