feat: 前端添加下载状态卡片 (#385)

This commit is contained in:
ᴀᴍᴛᴏᴀᴇʀ
2025-07-10 15:13:25 +08:00
committed by GitHub
parent 655b4389b7
commit cc25749445
18 changed files with 341 additions and 141 deletions

View File

@@ -168,14 +168,6 @@ pub struct SysInfoResponse {
pub available_disk: u64,
}
#[derive(Serialize)]
pub struct TaskStatusResponse {
pub running: bool,
pub last_run: Option<String>,
pub next_run: Option<String>,
pub last_error: Option<String>,
}
#[derive(Serialize, FromQueryResult)]
pub struct VideoSourceDetail {
pub id: i32,