update 04-05 20:33

This commit is contained in:
github-actions[bot]
2022-04-05 20:33:29 +08:00
parent 57dbf9f84e
commit 150a4e1685
16 changed files with 556727 additions and 5917 deletions

View File

@@ -74,6 +74,10 @@ o.rmempty = false
s = m:section(TypedSection, 'socks5_proxy', translate('Update Setting'))
s.anonymous = true
o = s:option(Value, 'ip_data_url', translate('China ip data URL'))
o.rmempty = true
o.description = translate('China ip data url. You are not recommended to change the value')
o = s:option(Button, 'gfw_data', translate('GFW List Data'))
o.rawhtml = true
o.template = 'vssr/refresh'