🔨 细节优化

This commit is contained in:
等风来
2024-07-21 22:03:17 +08:00
parent 8989c3a955
commit 3c790d3908

View File

@@ -1,7 +1,7 @@
#!/bin/sh
echo -e "\e[1;33m-----------代码正在ESLint格式化-----------\e[0m"
echo "-----------代码正在ESLint格式化-----------"
pnpm run lint
echo -e "\e[1;32m-------------代码格式化完成---------------\e[0m"
echo "-------------代码格式化完成---------------"