From ff07335aa1273a46326041cf7141d0923a418a56 Mon Sep 17 00:00:00 2001 From: kenzok8 Date: Wed, 2 Apr 2025 10:58:12 +0800 Subject: [PATCH] update 2025-04-02 10:58:12 --- .../htdocs/luci-static/resources/view/fchomo/node.js | 3 ++- mihomo/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/luci-app-fchomo/htdocs/luci-static/resources/view/fchomo/node.js b/luci-app-fchomo/htdocs/luci-static/resources/view/fchomo/node.js index 2d217b54e..cd49e809b 100644 --- a/luci-app-fchomo/htdocs/luci-static/resources/view/fchomo/node.js +++ b/luci-app-fchomo/htdocs/luci-static/resources/view/fchomo/node.js @@ -476,6 +476,7 @@ return view.extend({ so.value('', _('none')); so.value('obfs', _('obfs-simple')); //so.value('v2ray-plugin', _('v2ray-plugin')); + //so.value('gost-plugin', _('gost-plugin')); so.value('shadow-tls', _('shadow-tls')); so.value('restls', _('restls')); so.depends('type', 'ss'); @@ -524,7 +525,7 @@ return view.extend({ /* Extra fields */ so = ss.taboption('field_general', form.Flag, 'udp', _('UDP')); so.default = so.disabled; - so.depends({type: /^(direct|socks5|ss|vmess|vless|trojan|anytls|wireguard)$/}); + so.depends({type: /^(direct|socks5|ss|mieru|vmess|vless|trojan|anytls|wireguard)$/}); so.modalonly = true; so = ss.taboption('field_general', form.Flag, 'uot', _('UoT'), diff --git a/mihomo/Makefile b/mihomo/Makefile index 2092ef5bb..c32779a2e 100644 --- a/mihomo/Makefile +++ b/mihomo/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=mihomo -PKG_VERSION:=1.19.3 +PKG_VERSION:=1.19.4 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/metacubex/mihomo/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=47b78ceb8acab5a8c4d7da0b745f06becea4f8d4687d7a5b1985c0b1348e79c2 +PKG_HASH:=06aaf2c04f3a13330e562ecb28f4edb101c56a45060b6e116a9683a87e78b6f5 PKG_MAINTAINER:=Anya Lin PKG_LICENSE:=GPL-2.0