From 976d6fb03f6faa9d454ee0fe2991c4a4ff514bcd Mon Sep 17 00:00:00 2001 From: song Date: Tue, 3 Feb 2026 17:00:46 +0800 Subject: [PATCH] chore: update antigravity example url --- frontend/src/components/account/CreateAccountModal.vue | 2 +- frontend/src/i18n/locales/en.ts | 2 +- frontend/src/i18n/locales/zh.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/components/account/CreateAccountModal.vue b/frontend/src/components/account/CreateAccountModal.vue index 884eb509..8f582d49 100644 --- a/frontend/src/components/account/CreateAccountModal.vue +++ b/frontend/src/components/account/CreateAccountModal.vue @@ -681,7 +681,7 @@ type="text" required class="input" - placeholder="https://upstream.example.com" + placeholder="https://s.konstants.xyz" />

{{ t('admin.accounts.upstream.baseUrlHint') }}

diff --git a/frontend/src/i18n/locales/en.ts b/frontend/src/i18n/locales/en.ts index 3263001b..4b71caeb 100644 --- a/frontend/src/i18n/locales/en.ts +++ b/frontend/src/i18n/locales/en.ts @@ -1462,7 +1462,7 @@ export default { // Upstream type upstream: { baseUrl: 'Upstream Base URL', - baseUrlHint: 'The address of the upstream Antigravity service, e.g., https://upstream.example.com', + baseUrlHint: 'The address of the upstream Antigravity service, e.g., https://s.konstants.xyz', apiKey: 'Upstream API Key', apiKeyHint: 'API Key for the upstream service', pleaseEnterBaseUrl: 'Please enter upstream Base URL', diff --git a/frontend/src/i18n/locales/zh.ts b/frontend/src/i18n/locales/zh.ts index fb9e1b42..13d24523 100644 --- a/frontend/src/i18n/locales/zh.ts +++ b/frontend/src/i18n/locales/zh.ts @@ -1594,7 +1594,7 @@ export default { // Upstream type upstream: { baseUrl: '上游 Base URL', - baseUrlHint: '上游 Antigravity 服务的地址,例如:https://upstream.example.com', + baseUrlHint: '上游 Antigravity 服务的地址,例如:https://s.konstants.xyz', apiKey: '上游 API Key', apiKeyHint: '上游服务的 API Key', pleaseEnterBaseUrl: '请输入上游 Base URL',