fix(download): redesign downloading card (#633)

This commit is contained in:
jxxghp
2026-08-03 19:48:45 +08:00
committed by GitHub
parent be8b20da8d
commit fa254499bc
8 changed files with 220 additions and 285 deletions
+1 -26
View File
@@ -672,26 +672,7 @@ export interface SiteUserData {
}
// 正在下载
export interface DownloadingMediaInfo {
// TMDB ID
tmdbid?: number
// 类型:电影、电视剧
type?: string
// 识别后的标题
title?: string
// 季
season?: string
// 集
episode?: string
// 海报
image?: string
}
export interface DownloadingInfo {
// 下载器名称
downloader?: string
// 来源站点
site_name?: string
// HASH
hash?: string
// 种子名称
@@ -712,14 +693,8 @@ export interface DownloadingInfo {
dlspeed?: string
// 上传速度
upspeed?: string
// 下载器分类
category?: string
// 下载器标签
tags?: string
// Tracker 地址
trackers?: string[]
// 媒体信息
media?: DownloadingMediaInfo
media: { [key: string]: any }
// 下载用户ID
userid?: string
// 下载用户名称