feat: make URLTest Proxy Links options textarea

This commit is contained in:
divocat
2025-10-03 21:16:38 +03:00
parent 7b06f422af
commit 3f4a0cf094

View File

@@ -152,6 +152,9 @@ function createConfigSection(section) {
o.depends('proxy_config_type', 'urltest');
o.placeholder = 'vless:// or ss:// link';
o.rmempty = false;
o.textarea = true;
o.rows = 3;
o.wrap = 'soft';
o = s.taboption('basic', form.Flag, 'ss_uot', _('Shadowsocks UDP over TCP'), _('Apply for SS2022'));
o.default = '0';