-設置 argon 為默認主題
# 刪除自定義源默認的 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
參考:
