You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5.6 KiB
5.6 KiB
一个全新的 OpenWrt 主题
Argon 是一款干净整洁的 OpenWrt LuCI 主题,
允许用户使用图片或视频自定义其登录界面。
它还支持在浅色模式和深色模式之间自动或手动切换。
English | 简体中文
特色
- 干净整洁的布局。
- 适配移动端显示。
- 可自定义主题颜色。
- 支持使用 Bing 图片作为登录背景。
- 支持自定义上传图片或视频作为登录背景。
- 通过系统自动在明暗模式之间切换,也可设置为固定模式。
- 带有扩展功能的设置插件 luci-app-argon-config
分支介绍
目前有两个主要的分支,适应于不同版本的OpenWrt源代码。
下表为详细的介绍:
分支 | 版本 | 介绍 | 匹配源码 |
---|---|---|---|
master | v2.x.x | 支持最新和比较新版本的 LuCI | 官方 OpenWrt • ImmortalWrt |
18.06 | v1.x.x | 支持 18.06 版本的 LuCI | Lean's LEDE |
版本历史
当前最新的版本为 v2.3.1 点击这里查看完整的版本历史日志.
快速开始
使用 Lean's LEDE 构建
cd lede/package/lean
rm -rf luci-theme-argon
git clone -b 18.06 https://github.com/jerrykuku/luci-theme-argon.git luci-theme-argon
make menuconfig #choose LUCI->Theme->Luci-theme-argon
make -j1 V=s
使用官方 OpenWrt SnapShots 和 ImmortalWrt
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
在 18.06 的 LuCI 上安装 ( Lean's LEDE )
wget --no-check-certificate https://github.com/jerrykuku/luci-theme-argon/releases/download/v1.8.2/luci-theme-argon_1.8.2-20230609_all.ipk
opkg install luci-theme-argon*.ipk
在官方和 ImmortalWrt 上安装
opkg install luci-compat
opkg install luci-lib-ipkg
wget --no-check-certificate https://github.com/jerrykuku/luci-theme-argon/releases/download/v2.3.1/luci-theme-argon_2.3.1_all.ipk
opkg install luci-theme-argon*.ipk
安装 luci-app-argon-config
wget --no-check-certificate https://github.com/jerrykuku/luci-app-argon-config/releases/download/v0.9/luci-app-argon-config_0.9_all.ipk
opkg install luci-app-argon-config*.ipk
注意
- 强烈建议使用 Chrome 浏览器。这个主题中使用了一些新的 css3 功能,目前只有 Chrome 浏览器有最好的兼容性。
- 微软已正式退役 Internet Explorer,安息吧 IE🙏
目前,IE 系列的主线版本有需要解决的错误。 - FireFox 默认不启用 backdrop-filter,见这里的打开方法。
屏幕截图
贡献者
Made with contrib.rocks.
相关项目
- luci-app-argon-config: Argon 主题的设置插件
- openwrt-package: 我的 OpenWrt Package
- CasaOS: 一个简单、易用且优雅的开源个人家庭云系统(我目前主要开发的项目)