Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
陈曦
sub2api
Commits
58545efb
Commit
58545efb
authored
Dec 29, 2025
by
song
Browse files
feat(antigravity): 首页添加 Antigravity 服务商标识
parent
2bd288a6
Changes
3
Hide whitespace changes
Inline
Side-by-side
frontend/src/i18n/locales/en.ts
View file @
58545efb
...
...
@@ -33,6 +33,7 @@ export default {
soon
:
'
Soon
'
,
claude
:
'
Claude
'
,
gemini
:
'
Gemini
'
,
antigravity
:
'
Antigravity
'
,
more
:
'
More
'
},
footer
:
{
...
...
frontend/src/i18n/locales/zh.ts
View file @
58545efb
...
...
@@ -30,6 +30,7 @@ export default {
soon
:
'
即将推出
'
,
claude
:
'
Claude
'
,
gemini
:
'
Gemini
'
,
antigravity
:
'
Antigravity
'
,
more
:
'
更多
'
},
footer
:
{
...
...
frontend/src/views/HomeView.vue
View file @
58545efb
...
...
@@ -421,6 +421,21 @@
>
{{
t
(
'
home.providers.supported
'
)
}}
</span
>
</div>
<!-- Antigravity - Supported -->
<div
class=
"flex items-center gap-2 rounded-xl border border-primary-200 bg-white/60 px-5 py-3 ring-1 ring-primary-500/20 backdrop-blur-sm dark:border-primary-800 dark:bg-dark-800/60"
>
<div
class=
"flex h-8 w-8 items-center justify-center rounded-lg bg-gradient-to-br from-rose-500 to-pink-600"
>
<span
class=
"text-xs font-bold text-white"
>
A
</span>
</div>
<span
class=
"text-sm font-medium text-gray-700 dark:text-dark-200"
>
{{
t
(
'
home.providers.antigravity
'
)
}}
</span>
<span
class=
"rounded bg-primary-100 px-1.5 py-0.5 text-[10px] font-medium text-primary-600 dark:bg-primary-900/30 dark:text-primary-400"
>
{{
t
(
'
home.providers.supported
'
)
}}
</span
>
</div>
<!-- More - Coming Soon -->
<div
class=
"flex items-center gap-2 rounded-xl border border-gray-200/50 bg-white/40 px-5 py-3 opacity-60 backdrop-blur-sm dark:border-dark-700/50 dark:bg-dark-800/40"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment