From 2b40552eab38e39545d9f28c10e4b63b06bd95e9 Mon Sep 17 00:00:00 2001 From: Wangnov Date: Tue, 9 Sep 2025 17:58:02 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=AE=8C=E6=88=90AccountForm=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=E5=9B=BD=E9=99=85=E5=8C=96=E7=9A=84=E6=9C=80=E7=BB=88?= =?UTF-8?q?=E9=AA=8C=E8=AF=81=E5=92=8C=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 修复遗漏的API URL和API Key标签国际化 - 修复title属性的国际化(复制链接提示) - 修复Claude Max/Pro订阅类型显示的国际化 - 修复剩余placeholder属性的国际化 - 完成系统性的多维度验证检查: * ✅ 模板中的硬编码文本 * ✅ JavaScript中的字符串常量 * ✅ 特殊属性(title, placeholder等) * ✅ 翻译键在三语言文件中的存在性 * ✅ 动态内容和条件渲染 现在AccountForm组件已真正实现完整的三语言国际化支持 --- .../src/components/accounts/AccountForm.vue | 22 +++++++++---------- web/admin-spa/src/i18n/locales/en.js | 15 ++++++++++++- web/admin-spa/src/i18n/locales/zh-cn.js | 15 ++++++++++++- web/admin-spa/src/i18n/locales/zh-tw.js | 15 ++++++++++++- 4 files changed, 53 insertions(+), 14 deletions(-) diff --git a/web/admin-spa/src/components/accounts/AccountForm.vue b/web/admin-spa/src/components/accounts/AccountForm.vue index 14a20e36..8a9eb8c7 100644 --- a/web/admin-spa/src/components/accounts/AccountForm.vue +++ b/web/admin-spa/src/components/accounts/AccountForm.vue @@ -622,7 +622,7 @@
{{ t('accountForm.apiUrlRequired') }} {{ t('accountForm.apiKeyRequired') }} - Claude Max + {{ t('accountForm.claudeMaxDisplay') }}

@@ -1254,7 +1254,7 @@ />