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.

3.7 KiB

Argon 主题设置插件

您可以设置 Argon 主题登录页面的模糊度和透明度,并管理背景图片和视频。

license prs issues release download contact

Engilish | 简体中文

Branch Introduction

目前有两个主要的分支,适应于不同版本的OpenWrt源代码。
下表为详细的介绍:

分支 版本 介绍 匹配源码
master v1.x.x 支持最新和比较新版本的 LuCI 官方 OpenWrtImmortalWrt
18.06 v0.9.x 支持 18.06 版本的 LuCI Lean's LEDE

G快速开始

使用 Lean's LEDE 构建

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

使用官方 OpenWrt SnapShots 和 ImmortalWrt 构建

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

贡献者

Made with contrib.rocks.

相关项目