Skip to content

Commit 6a96580

Browse files
committed
up
1 parent da7888a commit 6a96580

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

log.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,14 @@
1212
## 已知问题 Known issue
1313

1414
## 已完成 Done
15+
### 2025.12.17
16+
- 调整界面
17+
- 调整收藏
18+
- 调整ColorMC.Core的实例类型
19+
- 删除DNS中的UDP客户端支持
20+
- 删除模组界面中的表格隐藏
21+
- 新增整合包收藏
22+
1523
### 2025.12.2
1624
- ColorMC.Core重构
1725
- 语言文件从Core移动到Gui

src/ColorMC.Core/CoreMain.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public static class ColorMCCore
1515
{
1616
public const int VersionNum = 40;
1717
public const string TopVersion = "40";
18-
public const string DateVersion = "20251203";
18+
public const string DateVersion = "20251217";
1919

2020
/// <summary>
2121
/// 版本号

0 commit comments

Comments
 (0)