摘要:
go minify是一款优秀的web相关文件压缩工具,从本人简单使用效果来看,js压缩比terser更好。 安装: go install github.com/tdewolff/minify/v2/cmd/minify@latest 使用: minify -r -o dest src/ 将src目录 阅读全文
摘要:
eframe_template是egui的一个模板示例程序。 rust-toolchain: # If you see this, run "rustup self update" to get rustup 1.23 or newer. # NOTE: above comment is for o 阅读全文
摘要:
/* * This file was generated by the Gradle 'init' task. * * This generated file contains a sample Kotlin application project to get you started. * For 阅读全文