fix: 修复大小写问题

This commit is contained in:
DLmaster361
2025-08-06 01:02:39 +08:00
parent 6898e548a5
commit b5c118eee5
4 changed files with 480 additions and 8 deletions

View File

@@ -549,7 +549,7 @@ class AppConfig(GlobalConfig):
VERSION = "4.5.0.1"
CLASS_BOOK = {
"Maa": MaaConfig,
"MAA": MaaConfig,
"MaaPlan": MaaPlanConfig,
"General": GeneralConfig,
}