mirror of
https://github.com/Yuyi-Oak/BlueArchiveToolkit.git
synced 2026-09-18 10:04:55 +08:00
feat: prepare experiment push package
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
//! Official Blue Archive service adapters.
|
||||
//!
|
||||
//! This module only models URL rules observed from the official Yostar JP
|
||||
//! client endpoints. Mirror-specific layers such as `bluearchive.cafe` or
|
||||
//! `text=jp/voice=jp/media=jp` are intentionally excluded.
|
||||
|
||||
pub mod inventory;
|
||||
pub mod game_main_config;
|
||||
pub mod launcher;
|
||||
pub mod yostar_jp;
|
||||
|
||||
pub use inventory::{
|
||||
YostarJpDownloadInventory, YostarJpPlatformCatalogInventory, YostarJpPlatformDownloadInventory,
|
||||
};
|
||||
pub use game_main_config::YostarJpGameMainConfig;
|
||||
pub use launcher::{
|
||||
YostarJpInstalledGameBootstrap, YostarJpLauncherConfig, YostarJpLauncherManifest,
|
||||
};
|
||||
pub use yostar_jp::{verified_official_platforms, PatchPlatform, YostarJpResourceRoot};
|
||||
Reference in New Issue
Block a user