小雅增加纠错

This commit is contained in:
mtvpls
2026-01-11 21:36:46 +08:00
parent af423c22e1
commit b6026199e3
3 changed files with 181 additions and 26 deletions

View File

@@ -137,6 +137,8 @@ export interface SearchResult {
vod_total?: number; // 总集数
proxyMode?: boolean; // 代理模式启用后由服务器代理m3u8和ts分片
subtitles?: Array<Array<{ label: string; url: string }>>; // 字幕列表(按集数索引)
tmdb_id?: number; // TMDB ID
rating?: number; // 评分
}
// 豆瓣数据结构