From 905cf7d680f042688f964a9047294a0c1a39d661 Mon Sep 17 00:00:00 2001 From: Ding Yuntian <1491671119@qq.com> Date: Wed, 15 Apr 2026 22:23:16 +0800 Subject: [PATCH] =?UTF-8?q?chore(config):=20=E7=BB=9F=E4=B8=80=E5=AD=98?= =?UTF-8?q?=E6=A1=A3=E8=B7=AF=E5=BE=84=E4=B8=BA=E5=8F=91=E5=B8=83=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/Scripts/AssetRefs/ConstRef.cs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Assets/Scripts/AssetRefs/ConstRef.cs b/Assets/Scripts/AssetRefs/ConstRef.cs index 5f268048a..9042d2dcf 100644 --- a/Assets/Scripts/AssetRefs/ConstRef.cs +++ b/Assets/Scripts/AssetRefs/ConstRef.cs @@ -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");