mirror of
https://github.com/Yuyi-Oak/BlueArchiveToolkit.git
synced 2026-09-18 05:34:55 +08:00
fix: 明确并发下载报告按计划顺序输出
This commit is contained in:
@@ -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>,
|
||||
|
||||
Reference in New Issue
Block a user