coolsnowwolf / lede 为例

在更新完 feeds 后,修改 Luci 的Makefile

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
# 在下载安装完feeds后
./scripts/feeds update -a
./scripts/feeds install -a
# 编辑Makefile
vim feeds/luci/collections/luci/Makefile
# 删除
luci-theme-bootstrap
# 在下载安装完feeds后 ./scripts/feeds update -a ./scripts/feeds install -a # 编辑Makefile vim feeds/luci/collections/luci/Makefile # 删除 luci-theme-bootstrap
# 在下载安装完feeds后
./scripts/feeds update -a
./scripts/feeds install -a

# 编辑Makefile
vim feeds/luci/collections/luci/Makefile

# 删除
luci-theme-bootstrap

这时候我们再生成Makefile,就可以看到 Luci-Theme 中的默认主题被取消掉了

然后选择我们喜欢的主题就行,主题会按照大小写排序,编译完成后 Luci 的默认主题为排列中的第一个,建议勾选一个主题就好


0 条评论

发表回复

Avatar placeholder

您的邮箱地址不会被公开。 必填项已用 * 标注

这个站点使用 Akismet 来减少垃圾评论。了解你的评论数据如何被处理