This commit is contained in:
2026-03-25 22:41:20 +08:00
parent ac96c337ce
commit ea4c216892
58 changed files with 1 additions and 9985 deletions

View File

@@ -20,7 +20,7 @@ build_flutter() {
flutter pub get
log "1.2 构建 Web..."
flutter build web --release
flutter build apk --release --dart-define=ENV=prod
if [ ! -d "build/web" ]; then
log "❌ Flutter 构建失败"