Merge pull request #3 from Slava-Shchipunov/main

Заменил инпут proxy string на textarea
This commit is contained in:
itdoginfo
2024-11-08 11:26:40 +03:00
committed by GitHub

View File

@@ -20,8 +20,9 @@ return view.extend({
o.value('vpn', ('VPN'));
o.value('proxy', ('Proxy'));
o = s.taboption('main', form.Value, 'proxy_string', _('Proxy String'), _('String vless:// or ss://'));
o = s.taboption('main', form.TextValue, 'proxy_string', _('Proxy String'), _('String vless:// or ss://'));
o.depends('mode', 'proxy');
o .rows = 5;
// Get all interface
o = s.taboption('main', form.ListValue, 'interface', _('Interface'), _('Specify the interface'));