parent
4d5f19ab78
commit
5f9f100f9f
@ -1,6 +1,6 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_VERSION:=1.8.6
|
||||
PKG_VERSION:=1.8.7
|
||||
|
||||
LUCI_TITLE:=LuCI Support for mihomo
|
||||
LUCI_DEPENDS:=+luci-base +mihomo
|
||||
|
@ -517,9 +517,9 @@ return view.extend({
|
||||
o.retain = true;
|
||||
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();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user