优化模块测试视图

This commit is contained in:
jxxghp
2025-07-19 08:55:08 +08:00
parent b4ad39db12
commit 787802d0db
5 changed files with 385 additions and 19 deletions

View File

@@ -1048,6 +1048,11 @@ export default {
normal: 'Normal',
disabled: 'Disabled',
error: 'Error',
checking: 'Checking...',
complete: 'Check Complete',
preparing: 'Preparing...',
totalModules: 'Total Modules',
recheck: 'Recheck',
},
nameTest: {
recognize: 'Recognize',

View File

@@ -1044,6 +1044,11 @@ export default {
normal: '正常',
disabled: '未启用',
error: '错误',
checking: '正在检查...',
complete: '检查完成',
preparing: '准备检查...',
totalModules: '总模块数',
recheck: '重新检查',
},
nameTest: {
recognize: '识别',

View File

@@ -1043,6 +1043,11 @@ export default {
normal: '正常',
disabled: '未啟用',
error: '錯誤',
checking: '正在檢查...',
complete: '檢查完成',
preparing: '準備檢查...',
totalModules: '總模組數',
recheck: '重新檢查',
},
nameTest: {
recognize: '識別',