1 Star 0 Fork 0

roy1986 / LiClock

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
updateWeb.sh 794 Bytes
一键复制 编辑 原始数据 按行查看 历史
lxy 提交于 2023-10-01 17:54 . 更新网页端(闹钟还有问题)
#!/bin/bash
gzip -9kf ./web/css/csss.css
xxd -i ./web/css/csss.css.gz ./src/webserver/csss.h
gzip -9kf ./web/js/jss.js
xxd -i ./web/js/jss.js.gz ./src/webserver/jss.h
gzip -9kf ./web/js/jss2.js
xxd -i ./web/js/jss2.js.gz ./src/webserver/jss2.h
gzip -9kf ./web/js/jss3.js
xxd -i ./web/js/jss3.js.gz ./src/webserver/jss3.h
gzip -9kf ./web/index.html
xxd -i ./web/index.html.gz ./src/webserver/index.h
gzip -9kf ./web/Blockly.html
xxd -i ./web/Blockly.html.gz ./src/webserver/blockly.h
rm ./web/*.gz
rm ./web/js/*.gz
rm ./web/css/*.gz
sed -i '1i\const ' ./src/webserver/csss.h
sed -i '1i\const ' ./src/webserver/jss.h
sed -i '1i\const ' ./src/webserver/jss2.h
sed -i '1i\const ' ./src/webserver/jss3.h
sed -i '1i\const ' ./src/webserver/index.h
sed -i '1i\const ' ./src/webserver/blockly.h
1
https://gitee.com/roy1986/LiClock.git
git@gitee.com:roy1986/LiClock.git
roy1986
LiClock
LiClock
main

搜索帮助