parent
41429adb78
commit
7061faa09a
@ -1,6 +1,6 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_VERSION:=1.16.0
|
||||
PKG_VERSION:=1.17.0
|
||||
|
||||
LUCI_TITLE:=LuCI Support for mihomo
|
||||
LUCI_DEPENDS:=+luci-base +mihomo
|
||||
|
@ -140,6 +140,10 @@ return view.extend({
|
||||
o.rmempty = false;
|
||||
o.value('0-65535', _('All Port'));
|
||||
o.value('123 443 8443', _('Commonly Used Port'));
|
||||
|
||||
o = s.taboption('bypass', form.DynamicList, 'bypass_dscp', _('Bypass DSCP'));
|
||||
o.datatype = 'range(0, 63)';
|
||||
|
||||
return m.render();
|
||||
}
|
||||
});
|
||||
|
@ -61,6 +61,10 @@ msgstr ""
|
||||
msgid "Bypass China Mainland IP"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-mihomo/htdocs/luci-static/resources/view/mihomo/proxy.js:144
|
||||
msgid "Bypass DSCP"
|
||||
msgstr ""
|
||||
|
||||
#: applications/luci-app-mihomo/htdocs/luci-static/resources/view/mihomo/proxy.js:124
|
||||
msgid "Bypass Group"
|
||||
msgstr ""
|
||||
|
@ -68,6 +68,10 @@ msgstr "绕过"
|
||||
msgid "Bypass China Mainland IP"
|
||||
msgstr "绕过中国大陆 IP"
|
||||
|
||||
#: applications/luci-app-mihomo/htdocs/luci-static/resources/view/mihomo/proxy.js:144
|
||||
msgid "Bypass DSCP"
|
||||
msgstr "绕过 DSCP"
|
||||
|
||||
#: applications/luci-app-mihomo/htdocs/luci-static/resources/view/mihomo/proxy.js:124
|
||||
msgid "Bypass Group"
|
||||
msgstr "绕过用户组"
|
||||
|
Loading…
Reference in New Issue
Block a user