添加下载管理和 metalink 解析

This commit is contained in:
柚子
2025-02-07 18:49:06 +08:00
parent 0d5618ffd1
commit 2e963b65e2
9 changed files with 340 additions and 140 deletions

View File

@@ -1,6 +1,8 @@
use crate::handlers::server::get_img_server_url;
pub mod search;
pub mod metalink;
pub mod download_manager;
pub const UA: &str = concat!("Spark-Store/", env!("CARGO_PKG_VERSION"));