fix:1、更换ui(图鉴相关)

This commit is contained in:
2026-05-18 16:46:13 +08:00
parent cc12dffbaa
commit a23840e6dc
184 changed files with 5800 additions and 1580 deletions
+2 -2
View File
@@ -8,8 +8,8 @@ namespace RedHotRoast
{
#region Field
public static bool IsEnabledEngineLog = ConfigManager.GameConfig.enabledLog;
// public static bool IsEnabledEngineLog = true;
// public static bool IsEnabledEngineLog = ConfigManager.GameConfig.enabledLog;
public static bool IsEnabledEngineLog = true;
public const LogType EnabledFilterLogType =
LogType.Log | LogType.Warning | LogType.Error | LogType.Assert |