Update luci-app-passwall.patch

This commit is contained in:
kiddin9
2026-08-15 01:32:24 +08:00
committed by GitHub
parent 5478d1946f
commit 6aef272489
+1 -1
View File
@@ -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("<strong>"..translate("Last Update Checked")..":</strong> %s<br/>",UD)
+o:depends("adblock",1)