From e4e502816f0641ee6b76cfae38f290ba8b803af1 Mon Sep 17 00:00:00 2001 From: yyl <yyl> Date: 星期四, 22 五月 2025 18:12:17 +0800 Subject: [PATCH] 登录流程前的所有预备流程 --- Assets/Launch/Common/ResourcesPath.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Assets/Launch/Common/ResourcesPath.cs b/Assets/Launch/Common/ResourcesPath.cs index 63dea84..1e2efa2 100644 --- a/Assets/Launch/Common/ResourcesPath.cs +++ b/Assets/Launch/Common/ResourcesPath.cs @@ -37,7 +37,7 @@ public static readonly string UI_FONT_SUFFIX = "UI/Font"; public static readonly string UI_PREFAB_SUFFIX = "UI/Prefab"; - public static readonly string CONFIG_FODLER = ResourcesOutPath + "Config/Configs/"; + public static readonly string CONFIG_FODLER = ResourcesOutPath + "Config/"; public static readonly string AUDIO_SUFFIX = "Audio/"; public static readonly string VIDEO_SUFFIX = "Video/"; -- Gitblit v1.8.0