This commit is contained in:
caozehui
2024-12-24 11:29:31 +08:00
parent c241d8b819
commit 30c1f90513
6 changed files with 436 additions and 262 deletions

View File

@@ -42,8 +42,9 @@ export namespace CheckData {
// 用来描述检测脚本类型
export interface ScriptItem {
id: string,
code: string,
scriptItemName: string,
children?: ScriptItem[]
//children?: ScriptItem[]
}
// 用来描述 通道检测结果