mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-13 08:59:58 +08:00
feat:站点状态显示
This commit is contained in:
@@ -505,6 +505,33 @@ export interface Site {
|
||||
is_active: boolean
|
||||
}
|
||||
|
||||
// 站点使用统计
|
||||
export interface SiteStatistic {
|
||||
|
||||
// 站点主域名Key
|
||||
domain?: string
|
||||
|
||||
// 成功次数
|
||||
success?: number
|
||||
|
||||
// 失败次数
|
||||
fail?: number
|
||||
|
||||
// 平均耗时
|
||||
seconds?: number
|
||||
|
||||
// 最后一次访问状态 0-成功 1-失败
|
||||
lst_state?: number
|
||||
|
||||
// 最后访问时间
|
||||
lst_mod_date?: string
|
||||
|
||||
// 耗时记录 JSON
|
||||
note?: string
|
||||
|
||||
|
||||
}
|
||||
|
||||
// 正在下载
|
||||
export interface DownloadingInfo {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user