mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-09-10 18:34:18 +08:00
🏅 Sync 2026-08-15 01:34:38
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user