feat: replace proxy string input to textarea

This commit is contained in:
Slava-Shchipunov
2024-11-08 02:10:33 +07:00
parent 853af95404
commit 795ea2e384

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'));