界面优化

This commit is contained in:
DelLevin-Home
2026-07-04 19:44:23 +08:00
parent 337590b374
commit fab952a625
15 changed files with 155 additions and 79 deletions

View File

@@ -260,7 +260,8 @@ flutter pub get
```bash
# 构建 Release APK
flutter build apk --release
# 推荐只 arm64-v8a
flutter build apk --release --target-platform android-arm64
# 构建 App BundleGoogle Play
flutter build appbundle --release
```