feat: dashboard

This commit is contained in:
jxxghp
2024-01-05 17:32:30 +08:00
parent 1d0d7f9975
commit 419358863e
8 changed files with 305 additions and 13 deletions

View File

@@ -935,3 +935,15 @@ export interface MediaServerPlayItem {
link?: string
percent?: number
}
// 媒体服务器媒体库
export interface MediaServerLibrary {
server: string
id?: string | number
name: string
path?: string
type?: string
image?: string
image_list?: string[]
link?: string
}