diff --git a/.github/diy/patches/luci-app-passwall.patch b/.github/diy/patches/luci-app-passwall.patch index 25f4b26a..09e24d05 100644 --- a/.github/diy/patches/luci-app-passwall.patch +++ b/.github/diy/patches/luci-app-passwall.patch @@ -204,7 +204,7 @@ +end +o = s:taboption("DNS", DummyValue, "refresh_data", translate("Subscribe Rules Data")) +o.rawhtml = true -+o.template = appname .. "/global/adblock_refresh" ++o.template = m:template_path("/global/adblock_refresh") +o.value = rule_count.." "..translate("Records") +o.description = string.format(""..translate("Last Update Checked")..": %s
",UD) +o:depends("adblock",1)