diff --git a/luci-app-mihomo/Makefile b/luci-app-mihomo/Makefile index 0dfc35978..f832ecad1 100644 --- a/luci-app-mihomo/Makefile +++ b/luci-app-mihomo/Makefile @@ -1,6 +1,6 @@ include $(TOPDIR)/rules.mk -PKG_VERSION:=1.17.3 +PKG_VERSION:=1.17.4 LUCI_TITLE:=LuCI Support for mihomo LUCI_DEPENDS:=+luci-base +mihomo diff --git a/luci-app-mihomo/htdocs/luci-static/resources/view/mihomo/profile.js b/luci-app-mihomo/htdocs/luci-static/resources/view/mihomo/profile.js index 6952ea581..9a20d3e4c 100644 --- a/luci-app-mihomo/htdocs/luci-static/resources/view/mihomo/profile.js +++ b/luci-app-mihomo/htdocs/luci-static/resources/view/mihomo/profile.js @@ -71,9 +71,9 @@ return view.extend({ o.default = 'clash'; o.modalonly = true; o.rmempty = false; - o.value('mihomo'); - o.value('clash.meta'); o.value('clash'); + o.value('clash.meta'); + o.value('mihomo'); o = s.option(form.ListValue, 'prefer', _('Prefer')); o.default = 'remote';