mirror of
https://github.com/sirpdboy/sirpdboy-package.git
synced 2025-01-09 04:17:45 +08:00
31 lines
1.0 KiB
Plaintext
31 lines
1.0 KiB
Plaintext
luci-theme-opentopd
|
||
原作者 https://github.com/sirpdboy/luci-theme-opentopd
|
||
|
||
|
||
|
||
opentopd 是一款基于luci-theme-material构建的,使用HTML5、CSS3编写的Luci主题。
|
||
|
||
这个主题是为sirpdboy(基于OpenWrt,专门为家庭使用场景设计的固件)专门设计的,也可以用于OpenWrt其他版本,目前兼容Luci18,Luci其他版本计划在此版本稳定后开发。
|
||
|
||
将opentopd 主题添加至 LEDE/OpenWRT 源码的方法。
|
||
编辑源码文件夹根目录feeds.conf.default并加入如下内容:
|
||
|
||
# luci-theme-opentopd
|
||
src-git opentopd https://github.com/sirpdboy/luci-theme-opentopd
|
||
更新feeds,并安装主题:
|
||
|
||
$ scripts/feeds update opentopd
|
||
$ scripts/feeds install luci-theme-opentopd
|
||
打开配置菜单:
|
||
|
||
$ make menuconfig
|
||
找到 LuCI -> Themes, 选择 luci-theme-opentopd, 保存后退出,编译固件。
|
||
|
||
主题默认会自动启用,如果没有启动可以手动开启。
|
||
|
||
手动开启主题
|
||
系统 -> 系统 -> 语言和界面
|
||
主题处选择 'opentopd',右下角“保存&应用”
|
||
按F5刷新浏览器
|
||
|