添加中文说明

This commit is contained in:
jerrykuku 2020-02-03 17:59:04 +08:00
parent e84298ae41
commit 3fa9162720
2 changed files with 37 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# luci-theme-argon
# luci-theme-argon ([中文](/README_ZH.md))
A new Luci theme for LEDE/OpenWRT
Argon is a clean HTML5 theme for LuCI. It is based on luci-theme-material and Argon Template
@ -6,7 +6,7 @@ Argon is a clean HTML5 theme for LuCI. It is based on luci-theme-material and Ar
The old version is still in another branch call old. If you need that you can checkout that branch.
## Notice
Adapt to official 19.07 stable version (not snapshot).
Adapt to official 19.07 stable version (not snapshot) LuCI openwrt-19.07 branch (git-20.006.26738-35aa527).
You can checkout branch 18.06 for OpenWRT 18.06
## How to use

35
README_ZH.md Normal file
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/