From 822513a5dff92368ef8dfe5d12a3544b67bd747a Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期五, 14 二月 2025 02:55:12 +0800
Subject: [PATCH] 0312 还原

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

diff --git a/Assets/Editor/Tool/ExportVersionConfigEx.cs b/Assets/Editor/Tool/ExportVersionConfigEx.cs
index 94f2786..7d6d60a 100644
--- a/Assets/Editor/Tool/ExportVersionConfigEx.cs
+++ b/Assets/Editor/Tool/ExportVersionConfigEx.cs
@@ -4,7 +4,6 @@
 using UnityEditor;
 using System.IO;
 using UnityEngine.UI;
-using Snxxz.UI;
 using System.Reflection;
 
 // 瀵煎嚭鏂囨湰瑙勬牸锛屽闀垮锛屽瓧浣擄紝瀛楀彿锛岄鑹诧紝鎻忚竟锛岄槾褰憋紝琛岄棿璺�
@@ -22,7 +21,8 @@
             File.Delete(versionConfigExFile);
         }
         File.WriteAllText(versionConfigExFile, json);
-
+        AssetDatabase.SaveAssets();
+        AssetDatabase.Refresh();
         Debug.Log("鍚屾VersionConfigEx.txt鎴愬姛");
 
     }

--
Gitblit v1.8.0