1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Add argon theme

This commit is contained in:
Ycarus (Yannick Chabanois) 2020-04-15 16:07:13 +02:00
parent b0be97af1a
commit cab14b4aa7
33 changed files with 8692 additions and 0 deletions

View file

@ -0,0 +1,35 @@
# luci-theme-argon ([Eng](/README.md))
全新的 Openwrt 主题基于luci-theme-material 和 开源免费的 Argon 模板进行移植。
## 注意
当前master版本基于官方 OpenWrt 19.07.1 稳定版固件进行移植适配。
集成前请确认当前的luci 版本是比较新的版本如果不是新版的LUCI 建议拉取18.06分支。
## 如何使用
进入 openwrt/package/lean 或者其他目录
```
git clone https://github.com/jerrykuku/luci-theme-argon.git
make menuconfig #choose LUCI->Theme->Luci-theme-argon
make -j1 V=s
```
## 安装
```
opkg install https://github.com/jerrykuku/luci-theme-argon/releases/download/V1.3/luci-theme-argon_1.3-01-20191111_all.ipk
```
## 更新日志 20200203
1. 修复了一些首页不能显示的问题。
## 截图
![](/Screenshots/pc1.jpg)
![](/Screenshots/pc2.jpg)
![](/Screenshots/pc3.jpg)
![](/Screenshots/phone.jpg)
## 感谢
luci-theme-material: https://github.com/LuttyYang/luci-theme-material/