From 4ce1cd80daaae940f5b702c55eab67e4af3b492c Mon Sep 17 00:00:00 2001 From: "DESKTOP-I3JPKHK\\wy" <1111> Date: Sat, 29 Nov 2025 15:37:40 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/app_upgrade_simple.dart | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/app_upgrade_simple.dart b/lib/app_upgrade_simple.dart index c9bb277..352e245 100644 --- a/lib/app_upgrade_simple.dart +++ b/lib/app_upgrade_simple.dart @@ -1006,6 +1006,8 @@ mixin _UpgradeDialogLogic on State { context, icon: Icons.file_download, label: '新版体积', + + /// 格式化文件大小 value: UpgradeUtils.formatBytes(info.apkSize!), colorScheme: colorScheme, ),