更新build-apk-split.sh脚本以添加错误处理和构建完成时间输出;在ScanQrCodePage中增强玩家ID验证,添加无效凭证提示。

This commit is contained in:
2026-07-17 12:19:57 +08:00
parent 1f9c5af51b
commit 62d717c3ee
2 changed files with 11 additions and 5 deletions
+6 -1
View File
@@ -1 +1,6 @@
flutter build apk --release --split-per-abi
#!/bin/sh
set -e
flutter build apk --release --split-per-abi
echo "构建完成时间: $(date '+%Y-%m-%d %H:%M:%S')"