From 165e59d5feea426b6824f31d4efd77d6441bcdfd Mon Sep 17 00:00:00 2001 From: "DESKTOP-I3JPKHK\\wy" <1111> Date: Tue, 25 Nov 2025 17:07:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9BUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/app_upgrade_simple.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/app_upgrade_simple.dart b/lib/app_upgrade_simple.dart index 4e14d01..34f7f56 100644 --- a/lib/app_upgrade_simple.dart +++ b/lib/app_upgrade_simple.dart @@ -526,7 +526,7 @@ class AppUpgradeSimple { } else { ScaffoldMessenger.of(context).showSnackBar( SnackBar( - content: Text('这是一个SnackBar提示'), + content: Text(message), duration: Duration(seconds: 2), ), );