chore(frontend): simplify concurrent limit hint text

This commit is contained in:
fawney19
2026-05-19 23:52:59 +08:00
parent f5deed8709
commit 25c7bb935e
2 changed files with 2 additions and 2 deletions

View File

@@ -249,7 +249,7 @@
@update:model-value="(v) => form.concurrent_limit = parseNullableNumberInput(v, { min: 0 })"
/>
<p class="text-xs text-muted-foreground mt-0.5">
同一时间允许使用该 Key 的最大请求数,留空或 0 表示不限制
留空或 0 表示不限制
</p>
</div>
<div>

View File

@@ -88,7 +88,7 @@
@update:model-value="(v) => form.concurrent_limit = parseNullableNumberInput(v, { min: 0 })"
/>
<p class="text-xs text-muted-foreground mt-0.5">
同一时间允许使用该 Key 的最大请求数,留空或 0 表示不限制
留空或 0 表示不限制
</p>
</div>
<div>