Commit 98d5b3db by creamlike1024

feat: 移除多余的说明文本

parent 7af1dc42
...@@ -773,9 +773,6 @@ const SystemSetting = () => { ...@@ -773,9 +773,6 @@ const SystemSetting = () => {
placeholder={t('输入域名后回车,如:example.com')} placeholder={t('输入域名后回车,如:example.com')}
style={{ width: '100%' }} style={{ width: '100%' }}
/> />
<Text type="secondary" style={{ display: 'block', marginBottom: 8 }}>
{t('域名过滤详细说明')}
</Text>
</Col> </Col>
</Row> </Row>
...@@ -820,9 +817,6 @@ const SystemSetting = () => { ...@@ -820,9 +817,6 @@ const SystemSetting = () => {
placeholder={t('输入IP地址后回车,如:8.8.8.8')} placeholder={t('输入IP地址后回车,如:8.8.8.8')}
style={{ width: '100%' }} style={{ width: '100%' }}
/> />
<Text type="secondary" style={{ display: 'block', marginBottom: 8 }}>
{t('IP过滤详细说明')}
</Text>
</Col> </Col>
</Row> </Row>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment