File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Hi3Helper.Plugin.Wuwa/Management Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -24,4 +24,8 @@ public class WuwaApiResponseGameConfigRef
2424
2525 [ JsonPropertyName ( "baseUrl" ) ] // Mapping: root -> default -> config -> baseUrl
2626 public string ? BaseUrl { get ; set ; }
27+
28+ [ JsonPropertyName ( "patchConfig" ) ] // Mapping: root -> default -> config -> patchConfig
29+ public WuwaApiResponseGameConfigRef [ ] ? PatchConfig
30+ { get ; set ; }
2731}
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ public partial class WuwaGlobalPresetConfig : WuwaPresetConfig
1919 private const string ApiResponseAssetUrl = "https://pcdownload-huoshan.aki-game.net/" ;
2020 private const string CurrentTag = "JFJWUA" ;
2121 private const string AuthenticationHash = "VlNTU1c8DAEsKzslESUCDRIQAiomLA4WKBEMIAABOQgyMSEgVAA" ;
22- private const string Hash1 = "AFYCKQErMgwiMCkGJwYNESg6NywoFCAxKDYOUQ1aNCI " ;
22+ private const string Hash1 = "DBAwDDtQUDsiOi4bIFFUUVUnNzoaARURLlQVKSEyFAo " ;
2323 private const string ExecutableName = "Wuthering Waves.exe" ;
2424 private const string EngineExecutableName = "Client-Win64-Shipping.exe" ;
2525 private const string VendorName = "Kuro Games" ;
You can’t perform that action at this time.
0 commit comments