From 922d9c63c94fe6b901012c62d7d29d1ab03773f9 Mon Sep 17 00:00:00 2001 From: Xiaokailnol <2519840456@qq.com> Date: Mon, 26 Jan 2026 00:01:00 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=90=20Sync=202026-01-26=2000:01:00?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../luasrc/model/cbi/passwall2/client/global.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/luci-app-passwall2/luasrc/model/cbi/passwall2/client/global.lua b/luci-app-passwall2/luasrc/model/cbi/passwall2/client/global.lua index 7463cb8..21be3c3 100644 --- a/luci-app-passwall2/luasrc/model/cbi/passwall2/client/global.lua +++ b/luci-app-passwall2/luasrc/model/cbi/passwall2/client/global.lua @@ -318,13 +318,13 @@ if (mods:find("REDIRECT") and mods:find("TPROXY")) or (mods:find("nft_redir") an o.rmempty = false else local html = string.format([[
%s
]], translate("Missing components, transparent proxy is unavailable.")) - o = s:taboption("Proxy", DummyValue, "localhost_proxy", translate("Localhost Proxy")) + o = s:taboption("Main", DummyValue, "localhost_proxy", translate("Localhost Proxy")) o.rawhtml = true function o.cfgvalue(self, section) return html end - o = s:taboption("Proxy", DummyValue, "client_proxy", translate("Client Proxy")) + o = s:taboption("Main", DummyValue, "client_proxy", translate("Client Proxy")) o.rawhtml = true function o.cfgvalue(self, section) return html