修改代理地址提示

This commit is contained in:
whyour
2023-11-25 23:03:16 +08:00
parent 3777a4e7b4
commit c6a25e5359
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ const Dependence = () => {
>
<Input.Group compact>
<Input
placeholder={intl.get('代理地址, 支持HTTP(S)/SOCK5, ip:port')}
placeholder={intl.get('代理地址, 支持HTTP(S)/SOCK5')}
style={{ width: 330 }}
value={systemConfig?.dependenceProxy}
onChange={(e) => {