This commit is contained in:
HolographicHat
2024-11-30 13:52:39 +08:00
parent cf9d601b27
commit 247c401a5b
10 changed files with 205 additions and 72 deletions

View File

@@ -18,7 +18,6 @@ namespace YaeAchievement;
public static class Utils {
public static readonly HttpClient CHttpClient = new (new HttpClientHandler {
Proxy = GlobalVars.DebugProxy ? new WebProxy("http://127.0.0.1:8888") : null,
AutomaticDecompression = DecompressionMethods.Brotli | DecompressionMethods.GZip
}) {
DefaultRequestHeaders = {