剧集更新提示

This commit is contained in:
mtvpls
2026-02-19 22:03:05 +08:00
parent b914133dd7
commit 84fec2eada
11 changed files with 175 additions and 49 deletions
+1
View File
@@ -41,6 +41,7 @@ export interface PlayRecord {
save_time: number; // 记录保存时间(时间戳)
search_title?: string; // 搜索时使用的标题
origin?: 'vod' | 'live'; // 来源类型
new_episodes?: number; // 新增的剧集数量(用于显示更新提示)
}
// ---- 收藏类型 ----