From 3f4a0cf0942a6aeba7e600184e2b63b0f1c6ca51 Mon Sep 17 00:00:00 2001 From: divocat Date: Fri, 3 Oct 2025 21:16:38 +0300 Subject: [PATCH] feat: make URLTest Proxy Links options textarea --- .../htdocs/luci-static/resources/view/podkop/configSection.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/luci-app-podkop/htdocs/luci-static/resources/view/podkop/configSection.js b/luci-app-podkop/htdocs/luci-static/resources/view/podkop/configSection.js index dd8ff31..a842d46 100644 --- a/luci-app-podkop/htdocs/luci-static/resources/view/podkop/configSection.js +++ b/luci-app-podkop/htdocs/luci-static/resources/view/podkop/configSection.js @@ -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';