chore: add changes tips

This commit is contained in:
jialin
2025-04-08 16:33:19 +08:00
parent c09503aad8
commit 5766a50bc2
15 changed files with 82 additions and 45 deletions
+3 -1
View File
@@ -130,5 +130,7 @@ export default {
'models.form.check.params': 'Checking configuration...',
'models.form.check.passed': 'Compatibility Check Passed',
'models.form.check.claims':
'The model requires approximately {vram} VRAM and {ram} RAM.'
'The model requires approximately {vram} VRAM and {ram} RAM.',
'models.form.update.tips':
'Changes will only apply after you delete and recreate the instance.'
};