增加同步指定博主的作品

This commit is contained in:
lijianyou
2025-10-19 01:11:55 +08:00
parent 14a709e691
commit 59ce4f59ed
25 changed files with 1865 additions and 277 deletions
+1 -1
View File
@@ -122,7 +122,7 @@ namespace dy.net.model
public string ViedoType { get; set; }
[SugarColumn(IsIgnore = true)]
public string ViedoTypeStr => ViedoType == "1" ? "喜欢的" : "我收藏的";
public string ViedoTypeStr => ViedoType == "1" ? "喜欢的" : (ViedoType == "2"? "收藏的":"关注的");
[SugarColumn(IsIgnore = true)]
public string ViedoCate =>(string.IsNullOrWhiteSpace(Tag1) ? "" : Tag1) + "/" + (string.IsNullOrWhiteSpace(Tag2) ? "" : Tag2);