feat: support save live channel to favorite
This commit is contained in:
@@ -23,6 +23,7 @@ export interface Favorite {
|
||||
cover: string;
|
||||
save_time: number; // 记录保存时间(时间戳)
|
||||
search_title: string; // 搜索时使用的标题
|
||||
origin?: 'vod' | 'live';
|
||||
}
|
||||
|
||||
// 存储接口
|
||||
|
||||
Reference in New Issue
Block a user