chore: display warning message after form change in edit model

This commit is contained in:
jialin
2025-04-10 12:21:55 +08:00
parent 1182fdeb43
commit 7c79accda7
23 changed files with 126 additions and 71 deletions
+4 -2
View File
@@ -129,7 +129,8 @@ export default {
'The model requires approximately {vram} VRAM and {ram} RAM.',
'models.form.check.claims2': 'The model requires approximately {vram} VRAM.',
'models.form.update.tips':
'Changes will only apply after you delete and recreate the instance.'
'Changes will only apply after you delete and recreate the instance.',
'models.table.download.progress': 'Download Progress'
};
// ========== To-Do: Translate Keys (Remove After Translation) ==========
@@ -147,5 +148,6 @@ export default {
// 12. 'models.form.check.claims',
// 13. 'model.deploy.search.placeholder',
// 14. 'models.form.update.tips,
// 15. models.form.check.claims2
// 15. models.form.check.claims2,
// 16. 'models.table.download.progress'
// ========== End of To-Do List ==========