[AI Generated]: fix(*): 移除废弃 WifiVersion 类型、修复 connectedWifi 事件绑定及升级 ppScale-plugin 至 0.0.25

This commit is contained in:
17792275749
2026-05-15 16:26:02 +08:00
parent 24d0ebec23
commit b6862c44d5
11 changed files with 25 additions and 25 deletions
-2
View File
@@ -4,8 +4,6 @@ export type RawDevice = Record<string, any>
/** 乐福 SDK 插件对象(运行时由 requirePlugin 注入) */
export type LeFuPlugin = Record<string, any>
/** WiFi 配网协议版本 */
export type WifiVersion = 'domain1' | 'domain2'
/** 设备配置(来自 master device.setting 列表) */
export interface DeviceSetting {