From 9e69bcf3fe460b738364963f5058b1366a33518a Mon Sep 17 00:00:00 2001 From: gitea-action Date: Thu, 16 Jan 2025 17:30:23 +0800 Subject: [PATCH] luci-app-mihomo: sync upstream last commit: https://github.com/morytyann/OpenWrt-mihomo/commit/f146409992020aecb9dfc39fe7f574ac367f4737 --- luci-app-mihomo/Makefile | 2 +- .../htdocs/luci-static/resources/view/mihomo/profile.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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';