鼠标滑过节点树,游戏高亮显示对应的节点

This commit is contained in:
xu_yanfeng
2025-01-22 17:26:41 +08:00
parent 342d8b6f1c
commit 967fda7164
4 changed files with 323 additions and 40 deletions

View File

@@ -102,6 +102,14 @@ export enum Msg {
* 获取页面ID
*/
GetTabID = "GetTabID",
/**
* 鼠标滑过节点
*/
HoverNode = "hover-node",
/**
* 选中节点
*/
SelectNode = "select-node",
/**
* 更新页面的frame
*/