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
52c745bc
Commit
52c745bc
authored
Jan 21, 2026
by
song
Browse files
feat: 为 Antigravity 平台启用拦截预热请求功能
parent
498c6cfa
Changes
2
Show whitespace changes
Inline
Side-by-side
frontend/src/components/account/CreateAccountModal.vue
View file @
52c745bc
...
...
@@ -1159,9 +1159,9 @@
<
/div
>
<
/div
>
<!--
Intercept
Warmup
Requests
(
Anthropic
onl
y
)
-->
<!--
Intercept
Warmup
Requests
(
Anthropic
/
Antigravit
y
)
-->
<
div
v
-
if
=
"
form.platform === 'anthropic'
"
v
-
if
=
"
form.platform === 'anthropic'
|| form.platform === 'antigravity'
"
class
=
"
border-t border-gray-200 pt-4 dark:border-dark-600
"
>
<
div
class
=
"
flex items-center justify-between
"
>
...
...
frontend/src/components/account/EditAccountModal.vue
View file @
52c745bc
...
...
@@ -512,9 +512,9 @@
<
/div
>
<
/div
>
<!--
Intercept
Warmup
Requests
(
Anthropic
onl
y
)
-->
<!--
Intercept
Warmup
Requests
(
Anthropic
/
Antigravit
y
)
-->
<
div
v
-
if
=
"
account?.platform === 'anthropic'
"
v
-
if
=
"
account?.platform === 'anthropic'
|| account?.platform === 'antigravity'
"
class
=
"
border-t border-gray-200 pt-4 dark:border-dark-600
"
>
<
div
class
=
"
flex items-center justify-between
"
>
...
...
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