refactor(vite): imagemin

This commit is contained in:
菲鸽
2024-02-19 16:40:19 +08:00
parent bb2ea2669a
commit e0b02436ac
6 changed files with 1772 additions and 43 deletions

View File

@@ -3,7 +3,7 @@
# 如果中途自己删除了 'src/manifest.json' 文件,记得手动执行本文件,可以右键 `Run Code` 快速执行
if test -f ./src/manifest.json; then
# echo ./src/manifest.json 存在
echo ./src/manifest.json 存在
else
touch ./src/manifest.json
echo "{}" >./src/manifest.json