Files
whtml/Template/CHANGES.md
2024-09-27 00:52:52 +08:00

21 lines
1002 B
Markdown
Executable File
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## 1.1.7
* 增加`sh`文件夹,实现在`Linux`系统上的一键提交代码至`git`
* 增加对`public`css文件和`font`文件的同步`src`删除操作
* 增加对`public`中第三方css文件的编译支持
* 增加对字体文件夹`font`的编译支持
* 更改`less``stylus`,使语法更简洁美观
* 增加更多的代码详细的代码注释,一目了然
## 1.1.6
* `tinify` 速度实在太慢已去除这个模块,等白天我来自己写个。
* 修改优化 gulp 代码,去除冗余!
## 1.1.2
* 这个模块`tinify`超过500次使用就要钱所以正在开发自己的图片压缩插件(尽请期待..)
* 去除gulp-imagemin模块增加 `tinify` 模块的自动图片压缩
## 1.0.2
* 去除gulp.js图片压缩模块因为这个模块问题太多用不了
* 根据朋友建议增加对css编译的修改page/ 文件合并public/ 公共模块不合并
* 根据朋友建议去除对 lessjsjade代码编译后的自动压缩
* 增加更多源码注释