This commit is contained in:
jianzhichu
2025-12-14 19:13:19 +08:00
parent 9391ace8c7
commit 20e399b2e2
7 changed files with 94 additions and 27 deletions
+2
View File
@@ -8,5 +8,7 @@ namespace dy.net.dto
public List<DouyinFollowed> follows { get; set; }
public AppConfig conf { get; set; }
public List<DouyinCookie> cookies { get; set; }
}
}