mirror of
https://gitee.com/wanwujie/sub2api
synced 2026-04-15 12:24:45 +08:00
ui: 模型限流标签每行最多显示3个,超出自动换行
This commit is contained in:
@@ -77,7 +77,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Model Rate Limit Indicators (Antigravity OAuth Smart Retry) -->
|
<!-- Model Rate Limit Indicators (Antigravity OAuth Smart Retry) -->
|
||||||
<template v-if="activeModelRateLimits.length > 0">
|
<div v-if="activeModelRateLimits.length > 0" class="grid grid-cols-3 gap-1">
|
||||||
<div v-for="item in activeModelRateLimits" :key="item.model" class="group relative">
|
<div v-for="item in activeModelRateLimits" :key="item.model" class="group relative">
|
||||||
<span
|
<span
|
||||||
class="inline-flex items-center gap-1 rounded bg-purple-100 px-1.5 py-0.5 text-xs font-medium text-purple-700 dark:bg-purple-900/30 dark:text-purple-400"
|
class="inline-flex items-center gap-1 rounded bg-purple-100 px-1.5 py-0.5 text-xs font-medium text-purple-700 dark:bg-purple-900/30 dark:text-purple-400"
|
||||||
@@ -95,7 +95,7 @@
|
|||||||
></div>
|
></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</div>
|
||||||
|
|
||||||
<!-- Overload Indicator (529) -->
|
<!-- Overload Indicator (529) -->
|
||||||
<div v-if="isOverloaded" class="group relative">
|
<div v-if="isOverloaded" class="group relative">
|
||||||
|
|||||||
Reference in New Issue
Block a user