From 3fa9162720620e59fbc9d9764e624b30ee47c2c4 Mon Sep 17 00:00:00 2001 From: jerrykuku Date: Mon, 3 Feb 2020 17:59:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=B8=AD=E6=96=87=E8=AF=B4?= =?UTF-8?q?=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- README_ZH.md | 35 +++++++++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+), 2 deletions(-) create mode 100644 README_ZH.md diff --git a/README.md b/README.md index 274700d..3513a97 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/README_ZH.md b/README_ZH.md new file mode 100644 index 0000000..83767aa --- /dev/null +++ b/README_ZH.md @@ -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/