Skip to content

Commit 1c33754

Browse files
committed
chore(update): Update BG image for 3.1
1 parent 83497a3 commit 1c33754

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Hi3Helper.Plugin.Core

Hi3Helper.Plugin.Wuwa/Exports.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ namespace Hi3Helper.Plugin.Wuwa;
66

77
public partial class Exports : SharedStaticV1Ext<Exports>
88
{
9-
static Exports() => Load<WuwaPlugin>(!RuntimeFeature.IsDynamicCodeCompiled ? new Core.Management.GameVersion(0, 5, 2, 0) : default); // Loads the IPlugin instance as WuwaPlugin.
9+
static Exports() => Load<WuwaPlugin>(!RuntimeFeature.IsDynamicCodeCompiled ? new Core.Management.GameVersion(0, 5, 3, 0) : default); // Loads the IPlugin instance as WuwaPlugin.
1010

1111
[UnmanagedCallersOnly(EntryPoint = "TryGetApiExport", CallConvs = [typeof(CallConvCdecl)])]
1212
public static unsafe int TryGetApiExport(char* exportName, void** delegateP) =>

Hi3Helper.Plugin.Wuwa/Management/PresetConfig/WuwaGlobalPresetConfig.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public partial class WuwaGlobalPresetConfig : WuwaPresetConfig
1919
protected const string ApiResponseAssetUrl = "https://pcdownload-huoshan.aki-game.net/";
2020
protected const string CurrentTag = "JFJWUA";
2121
protected const string AuthenticationHash = "VlNTU1c8DAEsKzslESUCDRIQAiomLA4WKBEMIAABOQgyMSEgVAA";
22-
protected const string Hash1 = "DBAwDDtQUDsiOi4bIFFUUVUnNzoaARURLlQVKSEyFAo";
22+
protected const string Hash1 = "VzMgJyIRJlMyEgYHViowOSUSDBUQGhpSMDknVSJbBhA";
2323
protected const string ExecutableName = "Wuthering Waves.exe";
2424
private const string EngineExecutableName = "Client-Win64-Shipping.exe";
2525
private const string VendorName = "Kuro Games";

0 commit comments

Comments
 (0)