Skip to content

Commit 982f5b2

Browse files
committed
Update background
1 parent 97a8e41 commit 982f5b2

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

Hi3Helper.Plugin.DNA.slnx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,7 @@
1111
<Project Path="Hi3Helper.Plugin.DNA/Hi3Helper.Plugin.DNA.csproj">
1212
<Platform Project="x64" />
1313
</Project>
14+
<Project Path="SevenZipExtractor/SevenZipExtractor/SevenZipExtractor.csproj">
15+
<Platform Project="x64" />
16+
</Project>
1417
</Solution>

Hi3Helper.Plugin.DNA/Management/PresetConfig/DNAGlobalPresetConfig.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public partial class DNAGlobalPresetConfig : DNAPresetConfig
2222
protected const string ExecutableName = "EM.exe";
2323
private const string EngineExecutableName = "EM-Win64-Shipping.exe";
2424
private const string VendorName = "Hero Games";
25-
protected const string BackgroundUrl = "https://video.yingxiong.com/fhd/50a2815d8e0948109da1deb9c24c5360.mp4";
25+
protected const string BackgroundUrl = "https://video.yingxiong.com/fhd/2899ab9bef7c4a9eaf971b43fc109ec4.mp4";
2626

2727
private static readonly List<string> _supportedLanguages = ["Simplified Chinese", "Tradicional Chinese", "Japanese", "English"];
2828

SevenZipExtractor

0 commit comments

Comments
 (0)