Update On Tue Jul 22 20:42:26 CEST 2025

This commit is contained in:
github-action[bot]
2025-07-22 20:42:27 +02:00
parent 6f788af24a
commit e72b5a9691
358 changed files with 7167 additions and 3782 deletions
@@ -465,4 +465,4 @@ if reboot == 1 then
uci:set(name, "@global[0]", "flush_set", "1")
api.uci_save(uci, name, true, true)
end
log("规则更新完毕...")
log("规则更新完毕...\n")
@@ -1954,7 +1954,7 @@ if arg[1] then
end
log('发生错误, 正在恢复服务')
end)
log('订阅完毕...')
log('订阅完毕...\n')
elseif arg[1] == "add" then
local f = assert(io.open("/tmp/links.conf", 'r'))
local raw = f:read('*all')