small-package/luci-app-design-config/README.md

25 lines
769 B
Markdown
Raw Normal View History

2023-03-18 23:35:15 +08:00
<div align="center">
</a><a href="https://github.com/gngpp/luci-app-design-config/releases">
<img src="https://img.shields.io/github/release/gngpp/luci-app-design-config.svg?style=flat">
</a><a href="hhttps://github.com/gngpp/luci-app-design-config/releases">
<img src="https://img.shields.io/github/downloads/gngpp/luci-app-design-config/total?style=flat">
</a>
</div>
<br>
2023-03-05 16:54:47 +08:00
# luci-app-design-config
Design Theme Config Plugin
### Features
- Support changing theme dark/light mode
2023-03-12 23:35:24 +08:00
- Support display/hide navbar
2023-03-05 16:54:47 +08:00
- Support for replacing commonly used proxy icons
### Compile
```
git clone https://github.com/gngpp/luci-app-design-config.git package/luci-app-design-config
make menuconfig # choose LUCI->Applications->luci-app-design-config
make V=s
2023-03-12 23:35:24 +08:00
```