feature: show progress bar when loading pages

This commit is contained in:
2020-05-15 18:04:20 +08:00
parent cf3534cb5f
commit fcd48d408c
4 changed files with 60 additions and 14 deletions

View File

@@ -450,6 +450,7 @@ namespace Pixiview.Utils
public const string QueryTypeKey = "query_type";
public const string QueryDateKey = "query_date";
public const int MaxPageThreads = 3;
public const int MaxThreads = 6;
public const string Referer = "https://www.pixiv.net/";
public const string RefererIllust = "https://www.pixiv.net/artworks/{0}";