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
+2 -1
View File
@@ -122,5 +122,6 @@ export default {
'models.form.restart.onerror.tips': '当发生错误时,将自动尝试恢复',
'models.form.check.params': '正在校验配置...',
'models.form.check.passed': '兼容性检查通过',
'models.form.check.claims': '该模型大约需要 {vram} 显存和 {ram} 内存。'
'models.form.check.claims': '该模型大约需要 {vram} 显存和 {ram} 内存。',
'models.form.update.tips': '更改仅在删除并重新创建实例后生效。'
};