Files
op-packages/luci-theme-argon/README_ZH.md
T

4.5 KiB
Raw Blame History

一个全新的 OpenWrt 主题

Argon 是一款干净整洁的 OpenWrt LuCI 主题
允许用户使用图片或视频自定义其登录界面。
它还支持在浅色模式和深色模式之间自动或手动切换。

license prs issues release download contact

English | 简体中文

特色兼容性版本历史快速开始屏幕截图贡献者鸣谢

特色

  • 简洁清爽的 Argon 风格界面设计。
  • 完整适配桌面端与移动端显示。
  • 支持浅色 / 深色模式自动或手动切换。
  • 支持自定义主题主色,以及毛玻璃的模糊与透明度。
  • 登录页支持本地图片、视频和在线壁纸背景。
  • 可搭配 luci-app-argon-config 实现更完整的主题设置体验。

兼容性

目前仅维护 master 分支。
当前主要面向 官方 OpenWrtImmortalWrt 的较新版本 LuCI 环境。

版本历史

当前最新的版本为 v2.4.7 点击这里查看完整的版本历史日志.

快速开始

从源码编译

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

安装 release 包 (ipk)

wget https://github.com/jerrykuku/luci-theme-argon/releases/download/v2.4.7/luci-theme-argon_2.4.7-1_all.ipk
wget https://github.com/jerrykuku/luci-theme-argon/releases/download/v2.4.7/luci-app-argon-config_2.4.7-1_all.ipk
opkg install ./luci-theme-argon_2.4.7-1_all.ipk ./luci-app-argon-config_2.4.7-1_all.ipk

安装 release 包 (apk)

wget https://github.com/jerrykuku/luci-theme-argon/releases/download/v2.4.7/luci-theme-argon-2.4.7-r1.apk
wget https://github.com/jerrykuku/luci-theme-argon/releases/download/v2.4.7/luci-app-argon-config-2.4.7-r1.apk
apk add --allow-untrusted ./luci-theme-argon-2.4.7-r1.apk ./luci-app-argon-config-2.4.7-r1.apk

屏幕截图

desktop mobile

贡献者

Made with contrib.rocks.

相关项目

鸣谢

luci-theme-material