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/");