luci-theme-argon/README_ZH.md
jerrykuku 124b8bf6b0 bump version to v2.2
- New login theme, Request background imge from bing.com, Auto change everyday.
- New theme icon
- Add more menu category  icon
- Fix font-size and padding margin
- Restructure css file
- Auto adapt to dark mode
2020-07-25 15:21:33 +08:00

2.6 KiB
Raw Blame History

luci-theme-argon (Eng)

license PRs Welcome Issue Welcome Release Version Release Count Contact Me

全新的 Openwrt 主题基于luci-theme-material 和 开源免费的 Argon 模板进行移植。

注意

当前master版本基于官方 OpenWrt 19.07.1 稳定版固件进行移植适配。
v2.2 适配主线快照版本。
v1.6.2 适配18.06 和 Lean Openwrt [如果你是lean代码 请选择这个版本]

如何使用

进入 openwrt/package/lean 或者其他目录

####Lean lede

cd lede/package/lean  
rm -rf luci-theme-argon  
git clone -b 18.06 https://github.com/jerrykuku/luci-theme-argon.git  
make menuconfig #choose LUCI->Theme->Luci-theme-argon  
make -j1 V=s  

####Openwrt official SnapShots

cd openwrt/package
git clone https://github.com/jerrykuku/luci-theme-argon.git  
make menuconfig #choose LUCI->Theme->Luci-theme-argon  
make -j1 V=s  

安装

For Lean openwrt

wget --no-check-certificate https://github.com/jerrykuku/luci-theme-argon/releases/download/v1.6.2/luci-theme-argon_1.6.2-20200725_all.ipk
opkg install luci-theme-argon*.ipk

For openwrt official 19.07 Snapshots LuCI master

wget --no-check-certificate https://github.com/jerrykuku/luci-theme-argon/releases/download/v2.2/luci-theme-argon_2.2-20200725_all.ipk
opkg install luci-theme-argon*.ipk

更新日志 2020.07.25 v2.2

  • 全新的登录界面,图片背景跟随Bing.com每天自动切换
  • 全新的主题icon
  • 增加多个导航icon
  • 细致的微调了 字号大小边距等等
  • 重构了css文件
  • 自动适应的暗黑模式

更多截图

感谢

luci-theme-material: https://github.com/LuttyYang/luci-theme-material/