OpenWRT LUCI Theme主题定制

本人所写的博客都为开发之中遇到问题记录的随笔,主要是给自己积累些问题。免日后无印象,如有不当之处敬请指正(欢迎进扣群 24849632 探讨问题);

我们在github上先找一个合适的主题 https://github.com/search?q=luci+theme

OpenWRT LUCI Theme主题定制_第1张图片

比如我们以 rosywrt/luci-theme-rosy 为例 

第一步将此工程从github上clone到本地

root:openwrt# git clonehttps://github.com/rosywrt/luci-theme-rosy.git

root:openwrt# mkdir -p package/jingTongWuKong/themes/

root:openwrt# mv luci-theme-rosy/luci-theme-rosy package/jingTongWuKong/themes/ -f

你可能感兴趣的:(构建一套智能控制系统)