fix: 修复检查更新不应用代理设置的问题

This commit is contained in:
MistEO
2023-02-09 22:33:33 +08:00
parent 702f525365
commit d352733916

View File

@@ -29,7 +29,7 @@ namespace MaaWpfGui.Helper
{
public const string RequestUserAgent = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.99 Safari/537.36 Edg/97.0.1072.76";
public static string Proxy { get; set; } = string.Empty;
public static string Proxy { get; set; } = ViewStatusStorage.Get("VersionUpdate.Proxy", string.Empty);
public static string RequestUrl(string url)
{