增加剧集更新检查

This commit is contained in:
mtvpls
2025-12-18 23:44:14 +08:00
parent 0ae5923b4b
commit c60e25ded6
12 changed files with 864 additions and 9 deletions
+2
View File
@@ -53,6 +53,8 @@ export interface Favorite {
save_time: number;
search_title?: string;
origin?: 'vod' | 'live';
is_completed?: boolean; // 是否已完结
vod_remarks?: string; // 视频备注信息
}
// ---- 缓存数据结构 ----