mirror of
https://github.com/kenzok8/openwrt-packages
synced 2025-01-09 09:07:28 +08:00
update 2024-01-06 14:00:40
This commit is contained in:
parent
264a9cd56a
commit
dac3c52640
@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
LUCI_TITLE:=Design Theme
|
LUCI_TITLE:=Design Theme
|
||||||
LUCI_DEPENDS:=
|
LUCI_DEPENDS:=
|
||||||
PKG_VERSION:=5.7.9-20231122
|
PKG_VERSION:=5.8.0-20240106
|
||||||
|
|
||||||
include $(TOPDIR)/feeds/luci/luci.mk
|
include $(TOPDIR)/feeds/luci/luci.mk
|
||||||
|
|
||||||
|
@ -23,8 +23,8 @@
|
|||||||
|
|
||||||
luci-theme-design 是一个针对移动端和PC端的沉浸式WebApp体验和优化的OpenWrt LuCI主题
|
luci-theme-design 是一个针对移动端和PC端的沉浸式WebApp体验和优化的OpenWrt LuCI主题
|
||||||
- **luci-theme-design**基于luci-theme-neobird二次开发, 适用于[lede](https://github.com/coolsnowwolf/lede)
|
- **luci-theme-design**基于luci-theme-neobird二次开发, 适用于[lede](https://github.com/coolsnowwolf/lede)
|
||||||
- 只支持lede源码的lua版本
|
- main支持lede源码的lua版本
|
||||||
- JS分支开始由[papagaye744](https://github.com/papagaye744)维护
|
- js分支开始由[papagaye744](https://github.com/papagaye744)维护
|
||||||
|
|
||||||
- 你可以使用[插件](https://github.com/gngpp/luci-app-design-config)定义一些设置
|
- 你可以使用[插件](https://github.com/gngpp/luci-app-design-config)定义一些设置
|
||||||
- 支持更改主题深色/浅色模式
|
- 支持更改主题深色/浅色模式
|
||||||
|
@ -1383,10 +1383,6 @@ p#shadowsocksr_status {
|
|||||||
transform: rotate(90deg);
|
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 {
|
.main > .main-left > .nav > .slide > a[data-title="Status"]:before {
|
||||||
content: "\e6b8";
|
content: "\e6b8";
|
||||||
}
|
}
|
||||||
@ -1395,6 +1391,10 @@ p#shadowsocksr_status {
|
|||||||
content: "\e645";
|
content: "\e645";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.main>.main-left>.nav>.slide>a[data-title=Modem]:before {
|
||||||
|
content: "\e67e"
|
||||||
|
}
|
||||||
|
|
||||||
.main > .main-left > .nav > .slide > a[data-title="Services"]:before {
|
.main > .main-left > .nav > .slide > a[data-title="Services"]:before {
|
||||||
content: "\e6cb";
|
content: "\e6cb";
|
||||||
}
|
}
|
||||||
@ -1430,6 +1430,7 @@ p#shadowsocksr_status {
|
|||||||
content: "\e7dd";
|
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="Inital Setup"]:before,
|
||||||
.main > .main-left > .nav > li > a[data-title="NetworkGuide"]:before,
|
.main > .main-left > .nav > li > a[data-title="NetworkGuide"]:before,
|
||||||
.main > .main-left > .nav > li > a[href="/cgi-bin/luci//admin/wizard"]: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
Loading…
Reference in New Issue
Block a user