update 2023-11-22 23:35:54

This commit is contained in:
github-actions[bot] 2023-11-22 23:35:54 +08:00
parent d302801a2a
commit 22db5bf87d
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
LUCI_TITLE:=Design Theme
LUCI_DEPENDS:=
PKG_VERSION:=5.7.8-20231102
PKG_VERSION:=5.7.9-20231122
include $(TOPDIR)/feeds/luci/luci.mk

View File

@ -119,7 +119,7 @@
-- Custom settings
local mode = 'normal'
local navbar = 'display'
local navbar_proxy = 'openclash'
local navbar_proxy = 'shadowsocksr'
if fs.access('/etc/config/design') then
mode = uci:get_first('design', 'global', 'mode')
navbar = uci:get_first('design', 'global', 'navbar')