luci-app-ssr-plus: sync upstream

last commit: 620f31600b
This commit is contained in:
gitea-action 2024-11-12 23:30:34 +08:00
parent bbe34233d3
commit 11905226be

View File

@ -16,7 +16,6 @@ s = m:section(TypedSection, "server_subscribe")
s.anonymous = true s.anonymous = true
o = s:option(Flag, "auto_update", translate("Auto Update")) o = s:option(Flag, "auto_update", translate("Auto Update"))
o.rmempty = false
o.description = translate("Auto Update Server subscription, GFW list and CHN route") o.description = translate("Auto Update Server subscription, GFW list and CHN route")
o = s:option(ListValue, "auto_update_week_time", translate("Update Time (Every Week)")) o = s:option(ListValue, "auto_update_week_time", translate("Update Time (Every Week)"))