From 60286d4c17935faf85d699613d9f121277ed5abe Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 20:36:37 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=81=20Sync=202024-09-24=2020:36:37?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../htdocs/luci-static/resources/view/mihomo/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/luci-app-mihomo/htdocs/luci-static/resources/view/mihomo/config.js b/luci-app-mihomo/htdocs/luci-static/resources/view/mihomo/config.js index 32689bb8c..2d461bda2 100644 --- a/luci-app-mihomo/htdocs/luci-static/resources/view/mihomo/config.js +++ b/luci-app-mihomo/htdocs/luci-static/resources/view/mihomo/config.js @@ -260,7 +260,7 @@ return view.extend({ o.value('debug'); o = s.taboption('general', form.ListValue, 'mode', _('Proxy Mode')); - o.value('general', _('Global Mode')); + o.value('global', _('Global Mode')); o.value('rule', _('Rule Mode')); o.value('direct', _('Direct Mode'));