Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
Coloryr committed Jun 26, 2024
1 parent 42ce4fd commit caaead1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions TODO
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
⚫2024.6.26
√ 修改头像为3D显示
√ 修改McMod搜索源
√ 修复一些bug

⚫2024.6.19(A26)
√ 使用SDL2播放音乐
√ 更新运行库
Expand Down
2 changes: 1 addition & 1 deletion src/ColorMC.Core/CoreMain.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ namespace ColorMC.Core;
public static class ColorMCCore
{
public const string TopVersion = "A26";
public const string DateVersion = "20240619";
public const string DateVersion = "20240626";

/// <summary>
/// 版本号
Expand Down
4 changes: 2 additions & 2 deletions src/ColorMC.Test/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ static void Main(string[] args)

//ColorMCCore.GameLog += Log;

TestItem.Item36();
//TestItem.Item36();

//GetSha1();
GetSha1();

Console.ReadLine();
}
Expand Down

0 comments on commit caaead1

Please sign in to comment.