luci-app-mihomo: sync upstream

last commit: cbe210d71c
This commit is contained in:
gitea-action 2024-10-15 10:00:31 +08:00
parent 4d5f19ab78
commit 5f9f100f9f
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.8.6 PKG_VERSION:=1.8.7
LUCI_TITLE:=LuCI Support for mihomo LUCI_TITLE:=LuCI Support for mihomo
LUCI_DEPENDS:=+luci-base +mihomo LUCI_DEPENDS:=+luci-base +mihomo

View File

@ -517,9 +517,9 @@ return view.extend({
o.retain = true; o.retain = true;
o.depends('geox_auto_update', '1'); o.depends('geox_auto_update', '1');
s.tab('mixin_file_content', _('Mixin File Content'), _('Please go to the editor tab to edit the file for mixin')); s.tab('mixin_file_content', _('Mixin File Content'));
o = s.taboption('mixin_file_content', form.HiddenValue, '_mixin_file_content'); o = s.taboption('mixin_file_content', form.Flag, 'mixin_file_content', '*' + ' ' + _('Enable'), _('Please go to the editor tab to edit the file for mixin'));
return m.render(); return m.render();
} }