refactor: 修改为computed 支持语言切换

This commit is contained in:
dap
2025-04-02 16:46:31 +08:00
parent 98e3a4a34c
commit 38d39d5e3d
3 changed files with 30 additions and 7 deletions

View File

@@ -19,6 +19,8 @@
"generate": "Generate",
"downloadLoading": "Downloading... Please wait.",
"preview": "Preview",
"tip": "Tip"
"tip": "Tip",
"enable": "Enable",
"disable": "Disabled"
}
}

View File

@@ -19,6 +19,8 @@
"generate": "生成",
"downloadLoading": "下载中, 请稍后...",
"preview": "预览",
"tip": "提示"
"tip": "提示",
"enable": "启用",
"disable": "禁用"
}
}