From 13b4bdae63026c361711d15a9660eaedf905931a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A1=97=E8=A7=92=E5=B0=8F=E6=9E=97?= <1013335014@qq.com> Date: Wed, 24 Jun 2026 09:34:23 +0800 Subject: [PATCH] update --- docs/help.md | 20 +++++++++++++++++++- docs/help_zh.md | 20 +++++++++++++++++++- 2 files changed, 38 insertions(+), 2 deletions(-) diff --git a/docs/help.md b/docs/help.md index 3b9f1f0..d7f7ea0 100644 --- a/docs/help.md +++ b/docs/help.md @@ -115,4 +115,22 @@ - **Node Line Style Inheritance?** If enabled, descendant nodes inherit line styles (unless they have custom styles). - *Toggle:* Settings → *Node Line Style Inherits from Ancestor*. \ No newline at end of file + *Toggle:* Settings → *Node Line Style Inherits from Ancestor*. + +- You can double-click the note icon to open the note editor. + +1. You can activate a node, then click the note button in the top toolbar to open the note editor. + +2. For nodes that already have a note inserted, you can also directly double-click the note icon to open the note editor. + +- What does the [Auto Layout] option in the canvas right-click menu do? + +1. After you enable the [Free Drag] setting and drag to adjust the position of nodes, you can use this menu to restore them to their default positions. + +2. If you have set a [Bottom Margin] style for a node and want to revert it, you can click this menu. + +- How to resolve overlapping positions between a frame or frame text and other nodes? + +This can be resolved by setting a [Bottom Margin] style for the node above. + +If you have set a bottom margin for multiple nodes and want to revert it, you can click the [Auto Layout] option in the canvas right-click menu. \ No newline at end of file diff --git a/docs/help_zh.md b/docs/help_zh.md index afdf306..25c70e4 100644 --- a/docs/help_zh.md +++ b/docs/help_zh.md @@ -160,4 +160,22 @@ Shift + Enter键。 - 设置中的【节点连线样式继承祖先节点】是什么意思? -如果你给一个节点设置了自定义的线条样式,比如修改了颜色、虚线、粗细后,如果开启了该设置,那么该节点的后代节点线条样式也会和该节点一致,除非后代节点也设置了自定义的线条样式。如果关闭了该设置,那么线条样式就只影响自己,不影响后代节点。 \ No newline at end of file +如果你给一个节点设置了自定义的线条样式,比如修改了颜色、虚线、粗细后,如果开启了该设置,那么该节点的后代节点线条样式也会和该节点一致,除非后代节点也设置了自定义的线条样式。如果关闭了该设置,那么线条样式就只影响自己,不影响后代节点。 + +- 可以双击备注图标打开备注编辑 + +1.可以激活节点,点击顶部工具栏的备注按钮打开备注编辑。 + +2.对于已经插入了备注的节点,也可以直接双击备注图标打开备注编辑。 + +- 画布右键菜单中的【一键整理布局】菜单有什么用? + +1.当你开启了【自由拖拽】设置后,并且拖拽调整了节点的位置,可以通过该菜单来恢复到默认位置。 + +2.如果你给节点设置了【下外边距】样式,你想恢复,可以点击该菜单。 + +- 外框或外框文字和其他节点位置重叠什么解决? + +可以通过给上面一个节点设置【下外边距】样式来解决。 + +如果给多个节点设置了下外边距后,你想恢复,可以点击画布右键菜单中的【一键整理布局】菜单。 \ No newline at end of file