chore(config): 统一存档路径为发布版本格式

This commit is contained in:
2026-04-15 22:23:16 +08:00
parent 626c789384
commit 905cf7d680
-4
View File
@@ -21,11 +21,7 @@ namespace AibisDream.Utility
public static readonly string TestSaveFilePath = Application.streamingAssetsPath + "/TestSaveFiles";
#if UnityEditor
public static readonly string SaveFilePath = Application.persistentDataPath + "/SaveFiles/";
#else
public static readonly string SaveFilePath = Path.Combine(Application.persistentDataPath, "AllOurBrokenParts", "saves");
#endif
public static readonly string ChapterProgressPath = Path.Combine(Application.persistentDataPath, "AllOurBrokenParts", "Config", "chapter.json");