补充提交
This commit is contained in:
parent
4b3034587c
commit
4ce1cd80da
|
|
@ -1006,6 +1006,8 @@ mixin _UpgradeDialogLogic<T extends StatefulWidget> on State<T> {
|
|||
context,
|
||||
icon: Icons.file_download,
|
||||
label: '新版体积',
|
||||
|
||||
/// 格式化文件大小
|
||||
value: UpgradeUtils.formatBytes(info.apkSize!),
|
||||
colorScheme: colorScheme,
|
||||
),
|
||||
|
|
|
|||
Loading…
Reference in New Issue