From 2e60a5964eb3331fba2e7e7ce139599fe7123741 Mon Sep 17 00:00:00 2001 From: song Date: Sat, 3 Jan 2026 00:22:35 +0800 Subject: [PATCH] =?UTF-8?q?docs(i18n):=20=E6=9B=B4=E6=96=B0=20Antigravity?= =?UTF-8?q?=20=E6=B7=B7=E5=90=88=E8=B0=83=E5=BA=A6=E9=80=89=E9=A1=B9?= =?UTF-8?q?=E7=9A=84=E6=96=87=E6=A1=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 显示名称改为「在 /v1/messages 中使用」 - 添加更醒目的警告提示,强调 Antigravity 和 Anthropic 账号不能混用 --- frontend/src/i18n/locales/en.ts | 4 ++-- frontend/src/i18n/locales/zh.ts | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/src/i18n/locales/en.ts b/frontend/src/i18n/locales/en.ts index ea01914e..0b21bceb 100644 --- a/frontend/src/i18n/locales/en.ts +++ b/frontend/src/i18n/locales/en.ts @@ -1047,10 +1047,10 @@ export default { priority: 'Priority', priorityHint: 'Higher priority accounts are used first', higherPriorityFirst: 'Higher value means higher priority', - mixedScheduling: 'Mixed Scheduling', + mixedScheduling: 'Use in /v1/messages', mixedSchedulingHint: 'Enable to participate in Anthropic/Gemini group scheduling', mixedSchedulingTooltip: - 'When enabled, this account can be scheduled by /v1/messages and /v1beta endpoints. Otherwise, it will only be scheduled by /antigravity. Note: Anthropic Claude and Antigravity Claude cannot be mixed in the same context. Please manage groups carefully when enabled.', + '!! WARNING !! Antigravity Claude and Anthropic Claude cannot be used in the same context. If you have both Anthropic and Antigravity accounts, enabling this option will cause frequent 400 errors. When enabled, please use the group feature to isolate Antigravity accounts from Anthropic accounts. Make sure you understand this before enabling!!', creating: 'Creating...', updating: 'Updating...', accountCreated: 'Account created successfully', diff --git a/frontend/src/i18n/locales/zh.ts b/frontend/src/i18n/locales/zh.ts index 199dbd71..0c171ad0 100644 --- a/frontend/src/i18n/locales/zh.ts +++ b/frontend/src/i18n/locales/zh.ts @@ -1200,10 +1200,10 @@ export default { priority: '优先级', priorityHint: '优先级越高的账号优先使用', higherPriorityFirst: '数值越高优先级越高', - mixedScheduling: '混合调度', + mixedScheduling: '在 /v1/messages 中使用', mixedSchedulingHint: '启用后可参与 Anthropic/Gemini 分组的调度', mixedSchedulingTooltip: - '开启后,该账户可被 /v1/messages 及 /v1beta 端点调度,否则只被 /antigravity 调度。注意:Anthropic Claude 和 Antigravity Claude 无法在同个上下文中混合使用,开启后请自行做好分组管理。', + '!!注意!! Antigravity Claude 和 Anthropic Claude 无法在同个上下文中使用,如果你同时有 Anthropic 账号和 Antigravity 账号,开启此选项会导致经常 400 报错。开启后,请用分组功能做好 Antigravity 账号和 Anthropic 账号的隔离。一定要弄明白再开启!!', creating: '创建中...', updating: '更新中...', accountCreated: '账号创建成功',