观看直播会记录播放记录

This commit is contained in:
mtvpls
2025-12-18 00:01:31 +08:00
parent 3156b3449d
commit 96f9b094e4
3 ha cambiato i file con 43 aggiunte e 0 eliminazioni
+1
Vedi File
@@ -40,6 +40,7 @@ export interface PlayRecord {
total_time: number; // 总进度(秒)
save_time: number; // 记录保存时间(时间戳)
search_title?: string; // 搜索时使用的标题
origin?: 'vod' | 'live'; // 来源类型
}
// ---- 收藏类型 ----