返回提交历史
Modified
HaloPixelToolBox/HaloPixelToolBox.Core/Utilities/CloudLyricsReader.cs
+1
-0
Modified
HaloPixelToolBox/HaloPixelToolBox/HaloPixelToolBox.csproj
+1
-1
XFEstudio/HaloPixelToolBox
支持 CloudMusic 3.1.30,项目版本升级至 1.2.7
新增对 CloudMusic 3.1.30 的指针地址解析支持,完善 VersionResolverDictionary。同步将项目版本号从 1.2.6 升级到 1.2.7。
419f88d
代码差异
2 个文件
+2
-1
@@ -14,6 +14,7 @@ public class CloudMusicLyricsReader
14
14
public MemoryEditor Editor { get; set; } = new();
15
15
public static Dictionary<string, Func<MemoryEditor, nint>> VersionResolverDictionary { get; } = new()
16
16
{
17
{ "3.1.30", editor => editor.ResolvePointerAddress("cloudmusic.dll", 0x01DF44D0, 0x120, 0x8, 0x0) },
17
18
{ "3.1.29", editor => editor.ResolvePointerAddress("cloudmusic.dll", 0x01DEB4D0, 0x120, 0x8, 0x0) },
18
19
{ "3.1.28", editor => editor.ResolvePointerAddress("cloudmusic.dll", 0x01DDF290, 0x120, 0x8, 0x0) },
19
20
{ "3.1.27", editor => editor.ResolvePointerAddress("cloudmusic.dll", 0x01DDE290, 0xE0, 0x8, 0xE8, 0x38, 0x118, 0x8, 0x0) },
@@ -9,7 +9,7 @@
9
9
<RuntimeIdentifiers>win-x86;win-x64;win-arm64</RuntimeIdentifiers>
10
10
<PublishProfile>win-$(Platform).pubxml</PublishProfile>
11
11
<UseWinUI>true</UseWinUI>
12
<Version>1.2.6</Version>
12
<Version>1.2.7</Version>
13
13
<EnableMsixTooling>true</EnableMsixTooling>
14
14
<WindowsPackageType>None</WindowsPackageType>
15
15
<WindowsAppSDKSelfContained>true</WindowsAppSDKSelfContained>