fix: the fields for trigger checking

This commit is contained in:
jialin
2025-04-03 18:08:43 +08:00
parent 939f46c7e6
commit b6136a092d
22 changed files with 226 additions and 73 deletions
+4 -1
View File
@@ -126,5 +126,8 @@ export default {
'models.form.restart.onerror': 'Auto-Restart On Error',
'models.form.restart.onerror.tips':
'When an error occurs, it will automatically attempt to restart.',
'models.form.check.params': 'Checking configuration...'
'models.form.check.params': 'Checking configuration...',
'models.form.check.passed': 'Check Compatibility Passed',
'models.form.check.claims':
'The model requires approximately {vram} VRAM and {ram} RAM.'
};