Commit 52c745bc authored by song's avatar song
Browse files

feat: 为 Antigravity 平台启用拦截预热请求功能

parent 498c6cfa
...@@ -1159,9 +1159,9 @@ ...@@ -1159,9 +1159,9 @@
</div> </div>
</div> </div>
<!-- Intercept Warmup Requests (Anthropic only) --> <!-- Intercept Warmup Requests (Anthropic/Antigravity) -->
<div <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" class="border-t border-gray-200 pt-4 dark:border-dark-600"
> >
<div class="flex items-center justify-between"> <div class="flex items-center justify-between">
......
...@@ -512,9 +512,9 @@ ...@@ -512,9 +512,9 @@
</div> </div>
</div> </div>
<!-- Intercept Warmup Requests (Anthropic only) --> <!-- Intercept Warmup Requests (Anthropic/Antigravity) -->
<div <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" class="border-t border-gray-200 pt-4 dark:border-dark-600"
> >
<div class="flex items-center justify-between"> <div class="flex items-center justify-between">
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment