剧集更新提示
This commit is contained in:
@@ -12,6 +12,7 @@ export interface PlayRecord {
|
||||
total_time: number; // 总进度(秒)
|
||||
save_time: number; // 记录保存时间(时间戳)
|
||||
search_title: string; // 搜索时使用的标题
|
||||
new_episodes?: number; // 新增的剧集数量(用于显示更新提示)
|
||||
}
|
||||
|
||||
// 收藏数据结构
|
||||
|
||||
Reference in New Issue
Block a user