fix: r-18 tag in some pages

This commit is contained in:
2020-05-16 20:48:12 +08:00
parent 350ef14647
commit 623410b47c
3 changed files with 26 additions and 2 deletions

View File

@@ -618,6 +618,7 @@ namespace Pixiview.Illust
{
now = new IllustCollection(now.Concat(collection));
}
IllustCollection = now;
return now;
}
@@ -764,6 +765,8 @@ namespace Pixiview.Illust
[JsonProperty]
public bool IsRestrict { get; set; }
[JsonProperty]
public string[] Tags { get; set; }
[JsonProperty]
public string ProfileUrl { get; set; }
[JsonProperty]
public string UserId { get; set; }