v2.6.9 -------->>> Independent SpeedLimit

This commit is contained in:
心隨緣動 2025-09-06 01:06:49 +08:00 committed by GitHub
parent 9b36040b11
commit 9684d5ec3a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -72,13 +72,15 @@
<!-- 中文注释: 增加【独立限速】 speedLimit 输入框 -->
<a-form-item>
<template slot="label">
{{ i18n "pages.inbounds.speedLimit" }}
<a-tooltip>
<template slot="title">
<span>{{ i18n "pages.inbounds.speedLimitDesc" }}</span>
</template>
<a-icon type="question-circle"></a-icon>
</a-tooltip>
<span>
{{ i18n "pages.inbounds.speedLimit" }}
<a-icon type="question-circle" />
</span>
</a-tooltip>
</template>
<a-input-number
v-model.number="client.speedLimit"