From 9c4c6133cf38c54b564f94ec3c2b26c8aaf1c817 Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期六, 28 三月 2026 10:15:04 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master' into h5version

---
 Assets/Editor/ConfigGen/ConfigGenerater.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Assets/Editor/ConfigGen/ConfigGenerater.cs b/Assets/Editor/ConfigGen/ConfigGenerater.cs
index 63e9cfe..1a20f1c 100644
--- a/Assets/Editor/ConfigGen/ConfigGenerater.cs
+++ b/Assets/Editor/ConfigGen/ConfigGenerater.cs
@@ -243,7 +243,7 @@
         sb.AppendLine("            LoadConfigByType(configType);");
         sb.AppendLine("            sw.Stop();");
         sb.AppendLine("#if UNITY_EDITOR");
-        sb.AppendLine("            if (sw.ElapsedMilliseconds >= 100)");
+        sb.AppendLine("            if (sw.ElapsedMilliseconds >= 500)");
         sb.AppendLine("            {");
         sb.AppendLine("                Debug.LogError($\"鍔犺浇閰嶇疆 {configType.Name} 鑰楁椂杈冮暱: {sw.ElapsedMilliseconds} ms\");");
         sb.AppendLine("            }");
@@ -436,7 +436,7 @@
         sb.AppendLine();
         sb.AppendLine("            sw.Stop();");
         sb.AppendLine();
-        sb.AppendLine("            if (sw.ElapsedMilliseconds >= 100)");
+        sb.AppendLine("            if (sw.ElapsedMilliseconds >= 500)");
         sb.AppendLine("            {");
         sb.AppendLine("                Debug.LogError($\"[鑷] 鍔犺浇閰嶇疆 {configType.Name} 鑰楁椂杈冮暱: {sw.ElapsedMilliseconds} ms\");");
         sb.AppendLine("            }");

--
Gitblit v1.8.0