This commit is contained in:
yangsy
2025-08-14 03:22:59 +08:00
parent eab84c1e83
commit a7f9e1c272
13 changed files with 69 additions and 82 deletions

View File

@@ -2,4 +2,4 @@ export interface NdmCameraDiagInfo {
[key: string]: any;
logTime: string;
info: string;
}
}

View File

@@ -11,4 +11,4 @@ export interface NdmDecoderDiagInfo {
内存使用率: string;
CPU使用率: string;
};
}
}

View File

@@ -20,4 +20,4 @@ export interface NdmNvrDiagInfo {
内存使用率: string;
CPU使用率: string;
};
}
}

View File

@@ -18,4 +18,4 @@ export interface NdmSecurityBoxDiagInfo {
内存使用率: string;
CPU使用率: string;
};
}
}

View File

@@ -6,4 +6,4 @@ export interface NdmServerDiagInfo {
磁盘使用率: string;
系统运行时间: string;
};
}
}