From 7f957ecb475adb30eb692884d22412b765fa1a7d Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期二, 24 六月 2025 16:25:07 +0800
Subject: [PATCH] 0312 共用预制体改目录UIComp,图集管理

---
 Assets/Launch/Common/ResourcesPath.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Assets/Launch/Common/ResourcesPath.cs b/Assets/Launch/Common/ResourcesPath.cs
index bc3395a..f4794ca 100644
--- a/Assets/Launch/Common/ResourcesPath.cs
+++ b/Assets/Launch/Common/ResourcesPath.cs
@@ -14,7 +14,7 @@
 #endif
 
     public const string windowFileBundleName = "ui";
-    public const string uiprefabFileBundleName = "prefab";
+    public const string uiprefabFileBundleName = "uicomp";
 
     public readonly static string ResourcesOutPath = Application.dataPath + "/ResourcesOut/";
     public const string ResourcesOutAssetPath = "Assets/ResourcesOut/";
@@ -33,7 +33,7 @@
     public static readonly string UI_SPRITE_SUFFIX = "Sprite";
     public static readonly string UI_WINDOW_SUFFIX = "UI";
     public static readonly string UI_FONT_SUFFIX = "Font";
-    public static readonly string UI_PREFAB_SUFFIX = "Prefab";
+    public static readonly string UI_PREFAB_SUFFIX = "UIComp";
 
     public static readonly string CONFIG_FODLER = ResourcesOutPath + "Config/";
 

--
Gitblit v1.8.0