OpenWrt(LEDE)修改默认皮肤

-设置 ar­gon 为默认主题

# 删除自定义源默认的 argon 主题
rm -rf package/lean/luci-theme-argon

# 拉取 argon 原作者的源码
git clone -b 18.06 https://github.com/jerrykuku/luci-theme-argon.git package/lean/luci-theme-argon

# 替换默认主题为 luci-theme-argon
sed -i 's/luci-theme-bootstrap/luci-theme-argon/' feeds/luci/collections/luci/Makefile

 

 

参考:

https://www.moewah.com/archives/4003.html

posted @ 2022-03-29 20:18  悟透  阅读(3865)  评论(0)    收藏  举报