From 58545efbd775c83839b5bc901f4b31f4b9046e22 Mon Sep 17 00:00:00 2001 From: song Date: Mon, 29 Dec 2025 17:09:48 +0800 Subject: [PATCH] =?UTF-8?q?feat(antigravity):=20=E9=A6=96=E9=A1=B5?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20Antigravity=20=E6=9C=8D=E5=8A=A1=E5=95=86?= =?UTF-8?q?=E6=A0=87=E8=AF=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/i18n/locales/en.ts | 1 + frontend/src/i18n/locales/zh.ts | 1 + frontend/src/views/HomeView.vue | 15 +++++++++++++++ 3 files changed, 17 insertions(+) diff --git a/frontend/src/i18n/locales/en.ts b/frontend/src/i18n/locales/en.ts index 56871bb8..a4fea4af 100644 --- a/frontend/src/i18n/locales/en.ts +++ b/frontend/src/i18n/locales/en.ts @@ -33,6 +33,7 @@ export default { soon: 'Soon', claude: 'Claude', gemini: 'Gemini', + antigravity: 'Antigravity', more: 'More' }, footer: { diff --git a/frontend/src/i18n/locales/zh.ts b/frontend/src/i18n/locales/zh.ts index f0c84847..228b6f18 100644 --- a/frontend/src/i18n/locales/zh.ts +++ b/frontend/src/i18n/locales/zh.ts @@ -30,6 +30,7 @@ export default { soon: '即将推出', claude: 'Claude', gemini: 'Gemini', + antigravity: 'Antigravity', more: '更多' }, footer: { diff --git a/frontend/src/views/HomeView.vue b/frontend/src/views/HomeView.vue index 8eccd3c2..230806bd 100644 --- a/frontend/src/views/HomeView.vue +++ b/frontend/src/views/HomeView.vue @@ -421,6 +421,21 @@ >{{ t('home.providers.supported') }} + +
+
+ A +
+ {{ t('home.providers.antigravity') }} + {{ t('home.providers.supported') }} +