新增 一键清除项目缓存 sh 工具

This commit is contained in:
2026-06-09 15:28:39 +08:00
parent de2aacca90
commit 7a654d54f0

7
clean.sh Normal file
View File

@@ -0,0 +1,7 @@
flutter clean
flutter pub get
rm -rf ios/Pods
rm -rf ios/Podfile.lock
cd ios
pod install
cd ..