This commit is contained in:
GYYM
2024-12-05 15:26:06 +08:00
27 changed files with 1907 additions and 1670 deletions

View File

@@ -277,6 +277,7 @@ function getScriptName(id: string) {
}
function getErrSysName(id: string) {
return testErrSystDataList.find(item => item.id == id)?.label
}