small-packages/luci-app-argone-config/README.md
2026-05-10 09:48:30 +08:00

40 lines
1.2 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# luci-app-argone-config
> argon 原作者是jerry改argone是为了编译方便
Argon Theme Config Plugin for OpenWrt LuCI
### Install (18.06 / main)
```sh
wget --no-check-certificate -O luci-app-argone-config_0.9_all.ipk \
https://github.com/kenzok78/luci-app-argone-config/releases/download/v0.9/luci-app-argone-config_0.9_all.ipk
opkg install luci-app-argone-config_0.9_all.ipk
```
Optional Chinese translation:
```sh
wget --no-check-certificate -O luci-i18n-argone-config-zh-cn.ipk \
https://github.com/kenzok78/luci-app-argone-config/releases/download/v0.9/luci-i18n-argone-config-zh-cn_git-22.114.24542-d1474ba_all.ipk
opkg install luci-i18n-argone-config-zh-cn.ipk
```
### Install (23 branch / latest luci)
```sh
wget --no-check-certificate -O luci-app-argone-config_1.0_all.ipk \
https://github.com/kenzok78/luci-app-argone-config/releases/download/v1.0/luci-app-argone-config_1.0_all.ipk
opkg install luci-app-argone-config_1.0_all.ipk
```
### Source
- main 分支\uff08luci-18.06\uff09\uff1a
```
git clone https://github.com/kenzok78/luci-app-argone-config
```
- 23 分支\uff08最新 luci\uff09\uff1a
```
git clone -b 23 https://github.com/kenzok78/luci-app-argone-config
```