mirror of
https://github.com/fawney19/Aether.git
synced 2026-09-02 01:10:23 +08:00
chore(frontend): simplify concurrent limit hint text
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user