jerrykuku / luci-theme-argon

Argon is a clean and tidy OpenWrt LuCI theme that allows users to customize their login interface with images or videos. It also supports automatic and manual switching between light and dark modes.
Apache License 2.0
3.94k stars 786 forks source link

lede 如何设置你的主题为默认主题呢? #428

Closed cjlhll closed 1 year ago

cjlhll commented 1 year ago

我修改了Makefile文件,设置了默认主题,是lede源码的那个版本,太难看了,怎么设置为你的呢?在线等。

SpeedPartner commented 1 year ago

1.删除lede的luci源中的argon旧版本主题(需先feeds update): rm -rf feeds/luci/themes/luci-theme-argon 2.拉取最新的18.06分支的argon主题源码到 package/downloads/luci-theme-argon : git clone -b 18.06 https://github.com/jerrykuku/luci-theme-argon.git package/downloads/luci-theme-argon 3.修改lede的默认主题,位置 feeds/luci/collections/luci/Makefile : sed -i 's/luci-theme-bootstrap/luci-theme-argon/' feeds/luci/collections/luci/Makefile 4.确认默认主题是否修改成功: make menuconfig #选择 LuCI->Themes->luci-theme-argon 5.编译固件: make -j1 V=s