update:输出软件包大小

This commit is contained in:
2025-05-28 21:05:04 +08:00
parent 65172300be
commit 17b5c9afce
3 changed files with 41 additions and 8 deletions

View File

@@ -12,7 +12,7 @@ public:
QStringList getUpdateablePackages(); // 查询可更新包列表及更新内容
qint64 getTotalDownloadSize(); // 获取更新总大小预估
QStringList getPackageSizes(); // 获取每个包的大小
signals:
};