refactor(save): 合并 SaveSystem 过度拆分的文件

将以下小文件合并到相关核心类中,减少文件数量并保持职责清晰:
- SaveSnapshotSummary -> SaveSnapshot
- SnapshotProviderIds + SnapshotBootstrap -> SnapshotRegistry
- SnapshotSectionDeserializer -> SnapshotRestore
- SnapshotSerializer -> SnapshotPersistence

同步更新 SnapshotService 与 YarnVariableStorage 的调用点。
This commit is contained in:
2026-06-12 17:40:36 +08:00
parent 789ca207bd
commit cc3e1dd138
16 changed files with 165 additions and 307 deletions
@@ -211,7 +211,7 @@ namespace AibisDream
}
Instance = this;
SnapshotBootstrap.EnsureInitialized();
SnapshotRegistry.EnsureInitialized();
}
#endregion