fix: 明确并发下载报告按计划顺序输出

This commit is contained in:
2026-08-02 22:47:21 +08:00
parent 6442c7661d
commit ba28e067c9
+1 -1
View File
@@ -312,7 +312,7 @@ pub struct OfficialResourcePullItem {
/// Download report for one executed pull plan.
#[derive(Debug, Clone, Default, PartialEq, Eq)]
pub struct OfficialResourcePullReport {
/// Downloaded resources in execution order.
/// Downloaded resources in pull-plan order, independent of completion order.
pub items: Vec<OfficialResourcePullItem>,
/// Official hash sidecars successfully verified after download.
pub verified_hashes: Vec<OfficialResourceHashVerification>,