fix: 抽象官方库存与 sidecar hash 策略

This commit is contained in:
2026-08-02 23:12:25 +08:00
parent ba28e067c9
commit 2b053e247d
4 changed files with 190 additions and 123 deletions
+2 -1
View File
@@ -11,7 +11,8 @@ pub mod launcher;
pub mod yostar_jp;
pub use backend::{
destination_under_root, DownloadUrlMapper, OfficialResourceBackend, PlatformCatalogInput,
destination_under_root, DownloadUrlMapper, InventoryParser, OfficialResourceBackend,
PlatformCatalogInput, SidecarHashStrategy, SidecarHashVerification, XxHash32DecimalSeedZero,
YostarJpBackend,
};
pub use game_main_config::YostarJpGameMainConfig;