修复Windows文件系统对大小写不敏感导致配置文件迁移会实际上导致原始配置文件被删除的问题
This commit is contained in:
TheWhiteDog9487
2026-06-17 13:29:24 +08:00
parent abd1378634
commit ca8953d52e
4 changed files with 51 additions and 49 deletions

View File

@@ -1,3 +1,7 @@
# 0.2.5
时间2026 06 17
修复Windows文件系统对大小写不敏感导致配置文件迁移会实际上导致原始配置文件被删除的问题
# 0.2.4
时间2026 06 17
1. 修复未安装YACL会导致游戏出现`NoClassDefFoundError`崩溃的问题