From 93462a04ed77363f80bdeb235df716b6d4d9e01f Mon Sep 17 00:00:00 2001 From: "DESKTOP-I3JPKHK\\wy" <1111> Date: Mon, 2 Feb 2026 17:35:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=89=E8=A3=85=E7=89=88=E6=9C=AC=20?= =?UTF-8?q?=E5=AD=97=E4=BD=93=20=E6=94=B9=E4=B8=BA=20=E5=B7=B2=E5=AE=89?= =?UTF-8?q?=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 abdc219..c163903 100644 --- a/lib/app_upgrade_simple.dart +++ b/lib/app_upgrade_simple.dart @@ -1050,7 +1050,7 @@ mixin _UpgradeDialogLogic on State { child: _buildInfoChip( context, icon: Icons.update, - label: '安装版本', + label: '已安装版本', // 显示版本号 value: '${info.currentVersionName} +${info.currentBuildNumber}', colorScheme: colorScheme,