feat(dev-save): 用通用跳转工具替换佩佩存档跳转

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-07-13 14:21:51 +08:00
co-authored by Cursor
parent 4104de4166
commit b062ab4ddc
354 changed files with 7216 additions and 330 deletions
+3 -1
View File
@@ -19,7 +19,9 @@ namespace AibisDream.Utility
public const string WishlistURL = "https://store.steampowered.com/app/3473430/_All_Our_Broken_Parts?utm_source=playtest";
public static readonly string TestSaveFilePath = Application.streamingAssetsPath + "/TestSaveFiles";
/// <summary>可提交的开发跳转存档根目录(DevSaveJumpTool)。</summary>
public static readonly string TestSaveFilePath =
Path.Combine(Application.streamingAssetsPath, "TestSaveFiles");
public static readonly string SaveFilePath = Path.Combine(Application.persistentDataPath, "AllOurBrokenParts", "saves");