避免飞牛媒体库的图片地址携带敏感数据

This commit is contained in:
景大侠
2025-11-05 15:15:18 +08:00
parent 5032f0e6a9
commit ebdd036654
4 changed files with 14 additions and 10 deletions

View File

@@ -992,8 +992,8 @@ export interface MediaServerPlayItem {
percent?: number
// 媒体服务器类型
server_type?: string
// 飞牛的图片需要Cookies
cookies?: string
// 图片是否需要Cookies
cookies?: boolean
}
// 媒体服务器媒体库
@@ -1016,8 +1016,8 @@ export interface MediaServerLibrary {
link?: string
// 媒体服务器类型
server_type?: string
// 飞牛的图片需要Cookies
cookies?: string
// 图片是否需要Cookies
cookies?: boolean
}
// 消息通知