luci-app-mihomo: sync upstream

last commit: f146409992
This commit is contained in:
gitea-action 2025-01-16 17:30:23 +08:00
parent 3ecf9a504d
commit 9e69bcf3fe
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_VERSION:=1.17.3 PKG_VERSION:=1.17.4
LUCI_TITLE:=LuCI Support for mihomo LUCI_TITLE:=LuCI Support for mihomo
LUCI_DEPENDS:=+luci-base +mihomo LUCI_DEPENDS:=+luci-base +mihomo

View File

@ -71,9 +71,9 @@ return view.extend({
o.default = 'clash'; o.default = 'clash';
o.modalonly = true; o.modalonly = true;
o.rmempty = false; o.rmempty = false;
o.value('mihomo');
o.value('clash.meta');
o.value('clash'); o.value('clash');
o.value('clash.meta');
o.value('mihomo');
o = s.option(form.ListValue, 'prefer', _('Prefer')); o = s.option(form.ListValue, 'prefer', _('Prefer'));
o.default = 'remote'; o.default = 'remote';