feat: 初始化挪移完成

This commit is contained in:
许永平
2025-07-04 09:56:24 +08:00
parent 2564e3cfac
commit f14a9b7b8f
5 changed files with 3651 additions and 66 deletions

View File

@@ -25,7 +25,7 @@ export interface ServerDevice {
// 服务端API返回的设备列表响应
export interface ServerDevicesResponse {
code: number;
msg: string;
message: string;
data: {
list: ServerDevice[];
total: number;