🏅 Sync 2026-08-15 01:34:38

This commit is contained in:
github-actions[bot]
2026-08-15 01:34:38 +08:00
parent 6aef272489
commit 2cbbceade7
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=luci-app-passwall
PKG_VERSION:=26.8.12
PKG_RELEASE:=219
PKG_RELEASE:=220
PKG_PO_VERSION:=$(PKG_VERSION)
PKG_CONFIG_DEPENDS:= \
@@ -551,7 +551,7 @@ rule_count = tonumber(luci.sys.exec("wc -l < /usr/share/passwall/rules/block_hos
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)