feat:获取包大小

This commit is contained in:
2025-06-05 14:25:31 +08:00
parent 42b25b33dc
commit 4a846b825c
2 changed files with 48 additions and 0 deletions

View File

@@ -106,6 +106,7 @@ void MainWindow::checkUpdates()
// 获取可更新包列表
// QStringList updateablePackages = updater.getUpdateablePackages();
QStringList appName = updater.getDesktopAppNames();
updater.getPackageSizes();
}