luci-app-mihomo: sync upstream

last commit: f41356a78f
This commit is contained in:
gitea-action 2024-09-30 22:30:29 +08:00
parent 27fd5ac673
commit 178b2cd561
2 changed files with 6 additions and 0 deletions

View File

@ -408,6 +408,9 @@ return view.extend({
o = s.taboption('dns', form.Flag, 'dns_respect_rules', _('Respect Rules'));
o.rmempty = false;
o = s.taboption('dns', form.Flag, 'dns_doh_prefer_http3', _('DoH Prefer HTTP/3'));
o.rmempty = false;
o = s.taboption('dns', form.Flag, 'dns_ipv6', _('IPv6'));
o.rmempty = false;

View File

@ -304,6 +304,9 @@ msgstr "Fake-IP 缓存"
msgid "Respect Rules"
msgstr "遵循分流规则"
msgid "DoH Prefer HTTP/3"
msgstr "DoH 优先 HTTP/3"
msgid "Use System Hosts"
msgstr "使用系统的 Hosts"