From 4a2f7d4a99eb85befebeb445c0be18c8998b6853 Mon Sep 17 00:00:00 2001 From: shaw Date: Thu, 25 Dec 2025 10:57:04 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20CRS=E8=BF=81=E7=A7=BB=E5=8A=9F?= =?UTF-8?q?=E8=83=BD=E5=A2=9E=E5=8A=A0=E7=89=88=E6=9C=AC=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/account/SyncFromCrsModal.vue | 5 ++++- frontend/src/i18n/locales/en.ts | 1 + frontend/src/i18n/locales/zh.ts | 1 + 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/frontend/src/components/account/SyncFromCrsModal.vue b/frontend/src/components/account/SyncFromCrsModal.vue index d1f75fc7..9d902010 100644 --- a/frontend/src/components/account/SyncFromCrsModal.vue +++ b/frontend/src/components/account/SyncFromCrsModal.vue @@ -11,7 +11,10 @@ {{ t('admin.accounts.syncFromCrsDesc') }}
- 已有账号仅同步 CRS 返回的字段,缺失字段保持原值;凭据按键合并,不会清空未下发的键;未勾选“同步代理”时保留原有代理。 + 已有账号仅同步 CRS 返回的字段,缺失字段保持原值;凭据按键合并,不会清空未下发的键;未勾选"同步代理"时保留原有代理。 +
+
+ {{ t('admin.accounts.crsVersionRequirement') }}
diff --git a/frontend/src/i18n/locales/en.ts b/frontend/src/i18n/locales/en.ts index 884b5fcc..1e982fe2 100644 --- a/frontend/src/i18n/locales/en.ts +++ b/frontend/src/i18n/locales/en.ts @@ -697,6 +697,7 @@ export default { syncFromCrsTitle: 'Sync Accounts from CRS', syncFromCrsDesc: 'Sync accounts from claude-relay-service (CRS) into this system (CRS is called server-to-server).', + crsVersionRequirement: '⚠️ Note: CRS version must be ≥ v1.1.240 to support this feature', crsBaseUrl: 'CRS Base URL', crsBaseUrlPlaceholder: 'e.g. http://127.0.0.1:3000', crsUsername: 'Username', diff --git a/frontend/src/i18n/locales/zh.ts b/frontend/src/i18n/locales/zh.ts index 239a0661..6e6d1759 100644 --- a/frontend/src/i18n/locales/zh.ts +++ b/frontend/src/i18n/locales/zh.ts @@ -785,6 +785,7 @@ export default { syncFromCrsTitle: '从 CRS 同步账号', syncFromCrsDesc: '将 claude-relay-service(CRS)中的账号同步到当前系统(不会在浏览器侧直接请求 CRS)。', + crsVersionRequirement: '⚠️ 注意:CRS 版本必须 ≥ v1.1.240 才支持此功能', crsBaseUrl: 'CRS 服务地址', crsBaseUrlPlaceholder: '例如:http://127.0.0.1:3000', crsUsername: '用户名',