调整AutoGroup的描述并前移至Proxy后

pull/31/head
Mornwind 7 years ago committed by GitHub
parent 2738ef0cba
commit 8e5e13d90e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -39,6 +39,10 @@ const fields = [{
name: 'Proxy', name: 'Proxy',
text: '(必填)' text: '(必填)'
}, },
{
name: 'AutoGroup',
text: '自定义Auto组自动切换的节点只需填入节点名称且务必与Proxy中保持一致用英文逗号分隔(必填)'
},
{ {
name: 'Custom', name: 'Custom',
}, },
@ -62,10 +66,6 @@ const fields = [{
name: 'hostname', name: 'hostname',
text: 'MITM中的hostname' text: 'MITM中的hostname'
}, },
{
name: 'AutoGroup',
text: '自定义Auto组所用节点节点名称务必与前面保持一致用英文逗号分隔(必填)'
},
{ {
name: 'extProxyGroup', name: 'extProxyGroup',
text: '自定义代理组' text: '自定义代理组'
@ -125,6 +125,7 @@ use-keyword-filter = false`,
🇸🇬 SG = custom,sg.com,1234,rc4-md5,password,http://omgib13x8.bkt.clouddn.com/SSEncrypt.module 🇸🇬 SG = custom,sg.com,1234,rc4-md5,password,http://omgib13x8.bkt.clouddn.com/SSEncrypt.module
`, `,
'AutoGroup': `🇺🇸 US,🇭🇰 HK,🇯🇵 JP,🇸🇬 SG`,
'Custom': "", 'Custom': "",
'Rewrite': "", 'Rewrite': "",
'Delete': "", 'Delete': "",
@ -132,7 +133,6 @@ use-keyword-filter = false`,
'SSID': "", 'SSID': "",
'extProxy': "", 'extProxy': "",
'hostname': "", 'hostname': "",
'AutoGroup': `🇺🇸 US,🇭🇰 HK,🇯🇵 JP,🇸🇬 SG`,
'extProxyGroup': "", 'extProxyGroup': "",
'MITM': `skip-server-cert-verify = true 'MITM': `skip-server-cert-verify = true
tcp-connection = false tcp-connection = false

Loading…
Cancel
Save