mirror of
https://github.com/HolographicHat/Yae.git
synced 2026-03-30 00:09:50 +08:00
http client with cache
This commit is contained in:
@@ -1,10 +1,14 @@
|
||||
using YaeAchievement;
|
||||
using System.Net;
|
||||
using System.Net.Http.Headers;
|
||||
using YaeAchievement;
|
||||
using static YaeAchievement.Utils;
|
||||
|
||||
InstallExitHook();
|
||||
/*InstallExitHook();
|
||||
InstallExceptionHook();
|
||||
CheckGenshinIsRunning();
|
||||
LoadConfig();
|
||||
LoadConfig();*/
|
||||
var ch = GetBucketFileAsString("latest.json");
|
||||
//Console.WriteLine(c.Send(msg).StatusCode);
|
||||
return;
|
||||
StartAndWaitResult(@"D:\Genshin Impact Dev\2.8\YuanShen.exe", str => {
|
||||
GlobalVars.UnexpectedExit = false;
|
||||
|
||||
Reference in New Issue
Block a user