From b983cbf87aef2f622768b9de0ed4997ab8e2639b Mon Sep 17 00:00:00 2001 From: yhh <359807859@qq.com> Date: Sun, 4 Jan 2026 18:06:43 +0800 Subject: [PATCH] docs(blueprint): fix editor interface description --- docs/src/content/docs/en/modules/blueprint/editor-guide.md | 6 +++--- docs/src/content/docs/modules/blueprint/editor-guide.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/src/content/docs/en/modules/blueprint/editor-guide.md b/docs/src/content/docs/en/modules/blueprint/editor-guide.md index e67237be..248455ba 100644 --- a/docs/src/content/docs/en/modules/blueprint/editor-guide.md +++ b/docs/src/content/docs/en/modules/blueprint/editor-guide.md @@ -34,9 +34,9 @@ your-project/ ## Interface Overview - **Toolbar** - Located at the top, contains New, Open, Save, Undo, Redo operations -- **Node Panel** - Located on the left, lists all available nodes by category (Event, Entity, Component, Flow Control, etc.) -- **Canvas Area** - Main central area for placing and connecting nodes -- **Variables Panel** - Located at the bottom, for defining and managing blueprint variables +- **Variables Panel** - Located at the top-left, for defining and managing blueprint variables +- **Canvas Area** - Main area for placing and connecting nodes +- **Node Menu** - Right-click on empty canvas to open, lists all available nodes by category ## Canvas Operations diff --git a/docs/src/content/docs/modules/blueprint/editor-guide.md b/docs/src/content/docs/modules/blueprint/editor-guide.md index 38587e47..c9d26df2 100644 --- a/docs/src/content/docs/modules/blueprint/editor-guide.md +++ b/docs/src/content/docs/modules/blueprint/editor-guide.md @@ -34,9 +34,9 @@ your-project/ ## 界面介绍 - **工具栏** - 位于顶部,包含新建、打开、保存、撤销、重做等操作 -- **节点面板** - 位于左侧,按分类列出所有可用节点(事件、实体、组件、流程控制等) -- **画布区域** - 中间主区域,用于放置和连接节点 -- **变量面板** - 位于底部,用于定义和管理蓝图变量 +- **变量面板** - 位于左上角,用于定义和管理蓝图变量 +- **画布区域** - 主区域,用于放置和连接节点 +- **节点菜单** - 右键点击画布空白处打开,按分类列出所有可用节点 ## 画布操作