From ba4bfe02cc296772d7ff2c30b69156cfb586da9c Mon Sep 17 00:00:00 2001 From: "DESKTOP-I3JPKHK\\wy" <1111> Date: Fri, 28 Nov 2025 13:39:04 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BD=93=E5=89=8D=E7=89=88=E6=9C=AC=3D=3D?= =?UTF-8?q?=E3=80=8B=E5=AE=89=E8=A3=85=E7=89=88=E6=9C=AC?= 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 814d71f..803e911 100644 --- a/lib/app_upgrade_simple.dart +++ b/lib/app_upgrade_simple.dart @@ -939,7 +939,7 @@ mixin _UpgradeDialogLogic on State { child: _buildInfoChip( context, icon: Icons.update, - label: '当前版本', + label: '安装版本', // 显示版本号 value: '${info.currentVersionName} +${info.currentBuildNumber}', colorScheme: colorScheme,