mirror of
https://github.com/Yuyi-Oak/BlueArchiveToolkit.git
synced 2026-09-18 13:34:53 +08:00
fix: 抽象官方库存与 sidecar hash 策略
This commit is contained in:
@@ -53,7 +53,7 @@ use bat_adapters::official::yostar_jp::{
|
||||
YostarJpResourceEndpointKind, YostarJpServerInfo, YostarJpSyncSnapshot,
|
||||
};
|
||||
use bat_adapters::official::{
|
||||
OfficialResourceBackend, PlatformCatalogInput, YostarJpBackend,
|
||||
InventoryParser, OfficialResourceBackend, PlatformCatalogInput, YostarJpBackend,
|
||||
YostarJpPlatformDownloadInventory,
|
||||
};
|
||||
use bat_core::ErrorCode;
|
||||
@@ -4141,7 +4141,7 @@ fn build_inventory_from_seed_catalogs(
|
||||
});
|
||||
}
|
||||
|
||||
Ok(YostarJpBackend.inventory(table_catalog, &platform_catalogs))
|
||||
Ok(YostarJpBackend.parse_inventory(table_catalog, &platform_catalogs))
|
||||
}
|
||||
|
||||
#[derive(Debug, Default)]
|
||||
|
||||
Reference in New Issue
Block a user