🐛 fix: ratelimit style error

Merge pull request #1301 from tbphp/fix_ratelimit_style
This commit is contained in:
同語
2025-06-29 02:34:06 +08:00
committed by GitHub

View File

@@ -175,7 +175,7 @@ export default function RequestRateLimit(props) {
]}
extraText={
<div>
<p style={{ marginBottom: -15 }}>{t('说明:')}</p>
<p>{t('说明:')}</p>
<ul>
<li>{t('使用 JSON 对象格式,格式为:{"组名": [最多请求次数, 最多请求完成次数]}')}</li>
<li>{t('示例:{"default": [200, 100], "vip": [0, 1000]}。')}</li>