From a039d817dba6c978b7166c1c07b55492835b71aa Mon Sep 17 00:00:00 2001 From: Wangnov Date: Thu, 11 Sep 2025 21:38:12 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BC=98=E5=8C=96=E5=9B=BD=E9=99=85?= =?UTF-8?q?=E5=8C=96=E6=96=87=E4=BB=B6=E6=A0=BC=E5=BC=8F=EF=BC=8C=E7=A7=BB?= =?UTF-8?q?=E9=99=A4=E5=A4=9A=E4=BD=99=E7=A9=BA=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 统一三个语言文件的代码格式 - 移除多余的空行以保持代码整洁 --- web/admin-spa/src/i18n/locales/en.js | 2 +- web/admin-spa/src/i18n/locales/zh-cn.js | 2 +- web/admin-spa/src/i18n/locales/zh-tw.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/web/admin-spa/src/i18n/locales/en.js b/web/admin-spa/src/i18n/locales/en.js index 5a0a70b8..62ffbd70 100644 --- a/web/admin-spa/src/i18n/locales/en.js +++ b/web/admin-spa/src/i18n/locales/en.js @@ -712,7 +712,7 @@ export default { claudeMax: 'Claude Max', claudePro: 'Claude Pro', claudeFree: 'Claude Free', - + // Platform display openaiResponsesPlatform: 'OpenAI-Responses', ccrPlatform: 'CCR' diff --git a/web/admin-spa/src/i18n/locales/zh-cn.js b/web/admin-spa/src/i18n/locales/zh-cn.js index ba8eb2cb..999e5b7b 100644 --- a/web/admin-spa/src/i18n/locales/zh-cn.js +++ b/web/admin-spa/src/i18n/locales/zh-cn.js @@ -704,7 +704,7 @@ export default { claudeMax: 'Claude Max', claudePro: 'Claude Pro', claudeFree: 'Claude Free', - + // Platform display openaiResponsesPlatform: 'OpenAI-Responses', ccrPlatform: 'CCR' diff --git a/web/admin-spa/src/i18n/locales/zh-tw.js b/web/admin-spa/src/i18n/locales/zh-tw.js index f7021eac..93657273 100644 --- a/web/admin-spa/src/i18n/locales/zh-tw.js +++ b/web/admin-spa/src/i18n/locales/zh-tw.js @@ -705,7 +705,7 @@ export default { claudeMax: 'Claude Max', claudePro: 'Claude Pro', claudeFree: 'Claude Free', - + // Platform display openaiResponsesPlatform: 'OpenAI-Responses', ccrPlatform: 'CCR'