From ba28e067c9cce2b6d7f61cdae4e3ee7388036afd Mon Sep 17 00:00:00 2001 From: Yuyi-Oak <1722157266@qq.com> Date: Sun, 2 Aug 2026 22:47:21 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=98=8E=E7=A1=AE=E5=B9=B6=E5=8F=91?= =?UTF-8?q?=E4=B8=8B=E8=BD=BD=E6=8A=A5=E5=91=8A=E6=8C=89=E8=AE=A1=E5=88=92?= =?UTF-8?q?=E9=A1=BA=E5=BA=8F=E8=BE=93=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- infrastructure/src/official_download.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/src/official_download.rs b/infrastructure/src/official_download.rs index f4ebfdc..2f89b44 100644 --- a/infrastructure/src/official_download.rs +++ b/infrastructure/src/official_download.rs @@ -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, /// Official hash sidecars successfully verified after download. pub verified_hashes: Vec,