添加媒体信息中的合集类型和ID,优化媒体卡片的跳转逻辑,增加搜索系列合集的功能

This commit is contained in:
jxxghp
2025-01-16 17:52:16 +08:00
parent 43d1cdb91c
commit e4af05cd56
3 changed files with 108 additions and 36 deletions

View File

@@ -186,7 +186,7 @@ export interface TransferHistory {
export interface MediaInfo {
// 来源themoviedb、douban、bangumi
source?: string
// 类型 电影、电视剧
// 类型 电影、电视剧、合集
type?: string
// 媒体标题
title?: string
@@ -206,6 +206,8 @@ export interface MediaInfo {
douban_id?: string
// Bangumi ID
bangumi_id?: string
// 合集ID
collection_id?: number
// 媒体原语种
original_language?: string
// 媒体原发行标题