chore: 编辑器分类清理

This commit is contained in:
2026-07-23 16:25:45 +08:00
parent 28e4214413
commit 360293941a
48 changed files with 98 additions and 3226 deletions
@@ -2,6 +2,7 @@
using System.IO;
using System.Linq;
using AibisDream;
using AibisDream.Editor;
using UnityEditor;
using UnityEditor.UIElements;
using UnityEngine;
@@ -22,7 +23,7 @@ namespace AibisDream.SystemEditor
private DropdownField _folderDropdown;
private readonly Dictionary<string, string> _displayToPath = new();
[MenuItem("Window/Chapter Graph Editor")]
[MenuItem(AibisEditorMenus.ChapterGraphEditor)]
public static void ShowWindow()
{
var window = GetWindow<ChapterGraphEditorWindow>("Chapter Graph Editor");