mirror of
https://github.com/coolsnowwolf/luci
synced 2025-01-07 07:06:41 +08:00
luci-theme-design: fix ios 17 view sign
This commit is contained in:
parent
e32bc26458
commit
3e8eb4a5f2
@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
LUCI_TITLE:=Design Theme
|
||||
LUCI_DEPENDS:=
|
||||
PKG_VERSION:=5.7.6-20231017
|
||||
PKG_VERSION:=5.7.6-20231212
|
||||
|
||||
include ../../luci.mk
|
||||
|
||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -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')
|
||||
@ -320,5 +320,4 @@
|
||||
// thanks for Jo-Philipp Wich <jow@openwrt.org>
|
||||
var luciLocation = <%= luci.http.write_json(luci.dispatcher.context.path) %>;
|
||||
</script>
|
||||
<script src="<%=media%>/js/script.js?v=<%= ver.luciversion %>"></script>
|
||||
|
||||
<script src="<%=media%>/js/script.js?v=<%= ver.luciversion %>"></script>
|
Loading…
Reference in New Issue
Block a user