update 2023-10-24 14:01:04

This commit is contained in:
github-actions[bot]
2023-10-24 14:01:04 +08:00
parent 02da15fa70
commit 052d55840b
3 changed files with 8 additions and 1 deletions

View File

@ -676,6 +676,10 @@ o.rmempty = true
o.default = o.disabled
o.rempty = true
o = s:option(ListValue, "auto_update_day_time", translate("Update time (every day)"))
for i = 0, 23 do o:value(i, i .. ":00") end
o.default = 5
o = s:option(FileUpload, "upload_conf_file", translate("Upload Config File"),
translate("Upload smartdns config file to /etc/smartdns/conf.d"))
o.rmempty = true