* Pixiview/UI/CardView.cs:
* Pixiview/UI/StyleDefinition.cs: * Pixiview/Resources/ResourceHelper.cs: * Pixiview/Resources/Languages/zh-CN.xml: * Pixiview/Illust/IllustCollectionPage.cs: * Pixiview.Android/Pixiview.Android.csproj: * Pixiview.Android/Renderers/AdaptedPageRenderer.cs: UI adjust * Pixiview/Illust/FavoritesPage.xaml: * Pixiview/Illust/FavoritesPage.xaml.cs: fix: no title in favorite page * Pixiview/Utils/Stores.cs: * Pixiview/Illust/RankingPage.xaml.cs: feature: remember last query parameters
This commit is contained in:
@@ -407,6 +407,9 @@ namespace Pixiview.Utils
|
||||
public const string IsProxiedKey = "isProxied";
|
||||
public const string HostKey = "host";
|
||||
public const string PortKey = "port";
|
||||
public const string QueryModeKey = "query_mode";
|
||||
public const string QueryTypeKey = "query_type";
|
||||
public const string QueryDateKey = "query_date";
|
||||
|
||||
public const int MaxThreads = 3;
|
||||
public const string Referer = "https://www.pixiv.net/";
|
||||
@@ -434,7 +437,7 @@ namespace Pixiview.Utils
|
||||
//public const string AcceptEncoding = "gzip, deflate";
|
||||
public const string AcceptLanguage = "zh-cn";
|
||||
|
||||
#if !TEST
|
||||
#if TEST
|
||||
public const string UserId = "53887721";
|
||||
public const string Cookie =
|
||||
"PHPSESSID=5sn8n049j5c18l0tlj91qrjhesgddhjv; " +
|
||||
|
||||
Reference in New Issue
Block a user