From d7e56bd54773fd8d06f241c04e8effc4f170b59f Mon Sep 17 00:00:00 2001 From: ALEXTANG <574809918@qq.com> Date: Wed, 8 Jun 2022 16:14:53 +0800 Subject: [PATCH] =?UTF-8?q?Update=20=E7=BC=96=E8=BE=91=E5=99=A8=20?= =?UTF-8?q?=E6=A8=A1=E5=9D=97=E5=95=86=E5=BA=97=E7=AD=89=E7=AD=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update 编辑器 模块商店等等 --- Assets/TEngine/Editor/About/TEngineEditorUtil.cs | 2 +- Assets/TEngine/Editor/About/TEnginePackageWindow.cs | 2 +- Assets/TEngine/Editor/About/TEngineWindow.cs | 4 ++-- Assets/TEngine/Editor/Helper/TEngineEditor.cs | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Assets/TEngine/Editor/About/TEngineEditorUtil.cs b/Assets/TEngine/Editor/About/TEngineEditorUtil.cs index 677b4e36..04377af3 100644 --- a/Assets/TEngine/Editor/About/TEngineEditorUtil.cs +++ b/Assets/TEngine/Editor/About/TEngineEditorUtil.cs @@ -10,7 +10,7 @@ namespace TEngine.Editor { public class TEngineEditorUtil { - [MenuItem("TEngine/GenMd5List", priority = 1500)] + [MenuItem("TEngine/Utils/生成MD5ListGenMd5List", priority = 1500)] public static void GenMd5List() { try diff --git a/Assets/TEngine/Editor/About/TEnginePackageWindow.cs b/Assets/TEngine/Editor/About/TEnginePackageWindow.cs index c3b12f5a..f8d5aef8 100644 --- a/Assets/TEngine/Editor/About/TEnginePackageWindow.cs +++ b/Assets/TEngine/Editor/About/TEnginePackageWindow.cs @@ -12,7 +12,7 @@ namespace TEngine.Editor { private const string OnlineUrl = "http://1.12.241.46:8081/TEngine/"; - [MenuItem("TEngine/在线模块商店|Package Manager", priority = 1500)] + [MenuItem("TEngine/模块商店|在线Package Manager", priority = 1500)] private static void Open() { var window = GetWindow("在线模块商店|Package Manager"); diff --git a/Assets/TEngine/Editor/About/TEngineWindow.cs b/Assets/TEngine/Editor/About/TEngineWindow.cs index a54bf1f6..80fab714 100644 --- a/Assets/TEngine/Editor/About/TEngineWindow.cs +++ b/Assets/TEngine/Editor/About/TEngineWindow.cs @@ -18,10 +18,10 @@ namespace TEngine.Editor } public static ModuleType showModuleType; - [MenuItem("TEngine/EditorWindow", priority = 1500)] + [MenuItem("TEngine/管理面板|TEngine管理面板", priority = 1500)] private static void Open() { - var window = GetWindow("EditorWindow"); + var window = GetWindow("管理面板|TEngine管理面板"); window.minSize = new Vector2(900, 600); window.maxSize = new Vector2(900, 600); window.Show(); diff --git a/Assets/TEngine/Editor/Helper/TEngineEditor.cs b/Assets/TEngine/Editor/Helper/TEngineEditor.cs index 6426a431..37876a91 100644 --- a/Assets/TEngine/Editor/Helper/TEngineEditor.cs +++ b/Assets/TEngine/Editor/Helper/TEngineEditor.cs @@ -11,7 +11,7 @@ namespace TEngine.Editor #if UNITY_EDITOR internal class EditorMenus { - [UnityEditor.MenuItem("TEngine/Open TEngine Document")] + [MenuItem("TEngine/打开文档|Open TEngine Document", priority = 1500)] public static void OpenTEngineDocument() { Application.OpenURL("http://1.12.241.46:5000/");