update 2024-01-06 16:21:24

This commit is contained in:
github-actions[bot] 2024-01-06 16:21:24 +08:00
parent bb5bb87b25
commit 7e5482e1c2
4 changed files with 9 additions and 8 deletions

View File

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

View File

@ -23,8 +23,8 @@
luci-theme-design 是一个针对移动端和PC端的沉浸式WebApp体验和优化的OpenWrt LuCI主题
- **luci-theme-design**基于luci-theme-neobird二次开发, 适用于[lede](https://github.com/coolsnowwolf/lede)
- 支持lede源码的lua版本
- JS分支开始由[papagaye744](https://github.com/papagaye744)维护
- main支持lede源码的lua版本
- js分支开始由[papagaye744](https://github.com/papagaye744)维护
- 你可以使用[插件](https://github.com/gngpp/luci-app-design-config)定义一些设置
- 支持更改主题深色/浅色模式

View File

@ -1383,10 +1383,6 @@ p#shadowsocksr_status {
transform: rotate(90deg);
}
.main > .main-left > .nav > .slide > a[data-title="QuickStart"]:before {
content: "\e67e";
}
.main > .main-left > .nav > .slide > a[data-title="Status"]:before {
content: "\e6b8";
}
@ -1395,6 +1391,10 @@ p#shadowsocksr_status {
content: "\e645";
}
.main>.main-left>.nav>.slide>a[data-title=Modem]:before {
content: "\e67e"
}
.main > .main-left > .nav > .slide > a[data-title="Services"]:before {
content: "\e6cb";
}
@ -1430,6 +1430,7 @@ p#shadowsocksr_status {
content: "\e7dd";
}
.main > .main-left > .nav > .slide > a[data-title="QuickStart"]:before,
.main > .main-left > .nav > li > a[data-title="Inital Setup"]:before,
.main > .main-left > .nav > li > a[data-title="NetworkGuide"]:before,
.main > .main-left > .nav > li > a[href="/cgi-bin/luci//admin/wizard"]:before {

File diff suppressed because one or more lines are too long