feat: 开发模式

This commit is contained in:
2026-07-20 14:29:47 +08:00
parent cb255f8ca5
commit d10dfc1892
36 changed files with 19782 additions and 2667 deletions
@@ -19,6 +19,9 @@ namespace AibisDream.SaveSystem
/// <summary>是否处于自动存档抑制作用域;真正用于防止读档期间覆盖 slot_0。</summary>
public static bool IsAutoSaveSuppressed => _autoSaveSuppressDepth > 0;
/// <summary>是否正在异步捕获或写入自动档;供只读诊断 UI 使用。</summary>
public static bool IsSaving => _isAutoSaving;
public static IReadOnlyList<string> LastRestoreLog => _lastRestoreLog;
private static bool _isAutoSaving;