feat: 本次提交更新内容如下

选择设备弹窗构建完成
This commit is contained in:
笔记本里的永平
2025-07-10 10:57:26 +08:00
parent a1383510e8
commit b4797425fc
9 changed files with 664 additions and 556 deletions

View File

@@ -20,6 +20,7 @@ export interface ServerDevice {
wechatId: string;
alive: number;
totalFriend: number;
nickname: string;
}
// 服务端API返回的设备列表响应