1、增加图片视频

2、优化代码结构
3、up主下载分类逻辑可配置
This commit is contained in:
jianzhichu
2025-11-23 00:46:41 +08:00
parent 7cacdaedd4
commit 8cef13c926
51 changed files with 1604 additions and 1667 deletions
+10
View File
@@ -0,0 +1,10 @@
namespace dy.net.dto
{
public class DouyinVideoRequestDto
{
public int cursor { get; set; }
public int count { get; set; }
}
}