This commit is contained in:
jianzhichu
2026-01-26 22:42:05 +08:00
parent 85986cdaa3
commit edbcc13086
19 changed files with 438 additions and 330 deletions
+13
View File
@@ -43,6 +43,19 @@ namespace dy.net.model.entity
/// </summary>
public bool DownSeries { get; set; }
/// <summary>
/// 是否下载收藏夹视频
/// </summary>
public bool DownCollect { get; set; }
/// <summary>
/// 是否下载点赞(喜欢的)视频
/// </summary>
public bool DownFavorite { get; set; }
/// <summary>
/// 是否下载关注的博主的作品
/// </summary>
public bool DownFollowd { get; set; }
/// <summary>
/// 1 开启同步 0 关闭同步
/// </summary>
public int Status { get; set; }