补充提交

This commit is contained in:
DESKTOP-I3JPKHK\wy 2025-11-29 15:37:40 +08:00
parent 4b3034587c
commit 4ce1cd80da
1 changed files with 2 additions and 0 deletions

View File

@ -1006,6 +1006,8 @@ mixin _UpgradeDialogLogic<T extends StatefulWidget> on State<T> {
context, context,
icon: Icons.file_download, icon: Icons.file_download,
label: '新版体积', label: '新版体积',
///
value: UpgradeUtils.formatBytes(info.apkSize!), value: UpgradeUtils.formatBytes(info.apkSize!),
colorScheme: colorScheme, colorScheme: colorScheme,
), ),