This commit is contained in:
jxxghp
2024-01-04 20:50:51 +08:00
parent 6a45c8b358
commit 96f6f55138

View File

@@ -924,3 +924,14 @@ export interface FileItem {
children: FileItem[]
modify_time: number
}
// 媒体服务器播放条目
export interface MediaServerPlayItem {
id?: string | number
title: string
subtitle?: string
type?: string
image?: string
link?: string
percent?: number
}