Author SHA1 Message Date
linfeng 43373bec54 更新主裁判 APP 的上传描述,添加构建时间戳 2026-07-29 18:47:23 +08:00
linfeng ac304b10f8 更新主裁判 APP 的启动页 2026-07-29 18:39:59 +08:00
linfeng df38ecee18 登录后清空输入框 2026-07-29 18:06:53 +08:00
3 changed files with 2 additions and 1 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 251 KiB

After

Width:  |  Height:  |  Size: 382 KiB

+1 -1
View File
@@ -5,4 +5,4 @@ flutter build apk --release --split-per-abi
# echo "构建完成时间: $(date '+%Y-%m-%d %H:%M:%S')"
pgyer upload build/app/outputs/flutter-apk/app-arm64-v8a-release.apk --build-update-description "新增可视化请求插件"
pgyer upload build/app/outputs/flutter-apk/app-arm64-v8a-release.apk --build-update-description "主裁判 APP $(date '+%Y-%m-%d %H:%M:%S')"
+1
View File
@@ -140,6 +140,7 @@ class _AuthPageWidgetState extends ConsumerState<AuthPageWidget> {
.auth(_controller.text);
if (!mounted) return;
if (success) {
_controller.clear();
AppNavigator.push(const ScanQrCodePage());
return;
}