修改文档

This commit is contained in:
wanglin2
2023-03-22 13:49:47 +08:00
parent 9a8e630654
commit cc331065eb
8 changed files with 25 additions and 9 deletions

View File

@@ -2,9 +2,11 @@
> v0.4.5+
> The function of adjusting associated line control points is supported from v0.4.6+
This plugin is used to support the addition of associative lines.
The plugin currently has relatively simple functions, and does not support modifying the control points of association lines or adding text to association lines.
The plugin is currently not fully functional, and does not support adding text to association lines.
## Register

View File

@@ -4,8 +4,11 @@
<blockquote>
<p>v0.4.5+</p>
</blockquote>
<blockquote>
<p>The function of adjusting associated line control points is supported from v0.4.6+</p>
</blockquote>
<p>This plugin is used to support the addition of associative lines.</p>
<p>The plugin currently has relatively simple functions, and does not support modifying the control points of association lines or adding text to association lines.</p>
<p>The plugin is currently not fully functional, and does not support adding text to association lines.</p>
<h2>Register</h2>
<pre class="hljs"><code><span class="hljs-keyword">import</span> MindMap <span class="hljs-keyword">from</span> <span class="hljs-string">&#x27;simple-mind-map&#x27;</span>
<span class="hljs-keyword">import</span> AssociativeLine <span class="hljs-keyword">from</span> <span class="hljs-string">&#x27;simple-mind-map/src/AssociativeLine.js&#x27;</span>

View File

@@ -2,7 +2,9 @@
## 0.4.6
optimization: 1.When adding historical data, filter data that has not changed compared to the previous time
New: 1.Associated lines support adjusting control points.
optimization: 1.When adding historical data, filter data that has not changed compared to the previous time.
Fix: 1.Fixed a conflict between the direction keys and the navigation function of the direction keys during node editing. 2.Fixed the issue of node id loss when dragging a mobile node, which can cause associated lines to be lost.

View File

@@ -2,7 +2,8 @@
<div>
<h1>Changelog</h1>
<h2>0.4.6</h2>
<p>optimization: 1.When adding historical data, filter data that has not changed compared to the previous time</p>
<p>New: 1.Associated lines support adjusting control points.</p>
<p>optimization: 1.When adding historical data, filter data that has not changed compared to the previous time.</p>
<p>Fix: 1.Fixed a conflict between the direction keys and the navigation function of the direction keys during node editing. 2.Fixed the issue of node id loss when dragging a mobile node, which can cause associated lines to be lost.</p>
<h2>0.4.5</h2>
<p>New: 1.Supports associative lines. 2.You can also drag the canvas by holding down the root node. 3. Hold down the ctrl key to adjust multiple selected nodes.</p>

View File

@@ -2,9 +2,11 @@
> v0.4.5+
> 调整关联线控制点的功能从v0.4.6+开始支持
该插件用于支持添加关联线。
该插件目前功能比较简陋,不支持修改关联线的控制点,不支持在关联线上添加文字。
该插件目前功能还不完善,不支持在关联线上添加文字。
## 注册
@@ -84,4 +86,4 @@ MindMap.usePlugin(AssociativeLine)
### clearActiveLine()
清除当前激活的关联线的激活状态。
清除当前激活的关联线的激活状态。

View File

@@ -4,8 +4,11 @@
<blockquote>
<p>v0.4.5+</p>
</blockquote>
<blockquote>
<p>调整关联线控制点的功能从v0.4.6+开始支持</p>
</blockquote>
<p>该插件用于支持添加关联线</p>
<p>该插件目前功能比较简陋不支持修改关联线的控制点不支持在关联线上添加文字</p>
<p>该插件目前功能还不完善不支持在关联线上添加文字</p>
<h2>注册</h2>
<pre class="hljs"><code><span class="hljs-keyword">import</span> MindMap <span class="hljs-keyword">from</span> <span class="hljs-string">&#x27;simple-mind-map&#x27;</span>
<span class="hljs-keyword">import</span> AssociativeLine <span class="hljs-keyword">from</span> <span class="hljs-string">&#x27;simple-mind-map/src/AssociativeLine.js&#x27;</span>

View File

@@ -2,7 +2,9 @@
## 0.4.6
优化1.添加历史数据时过滤和上一次相比没有改变的数据
新增1.关联线支持调整控制点。
优化1.添加历史数据时过滤和上一次相比没有改变的数据。
修复1.修复节点编辑时方向键和方向键导航功能的冲突问题。 2.修复拖拽移动节点时节点id的丢失问题这会导致关联线丢失。

View File

@@ -2,7 +2,8 @@
<div>
<h1>Changelog</h1>
<h2>0.4.6</h2>
<p>优化1.添加历史数据时过滤和上一次相比没有改变的数据</p>
<p>新增1.关联线支持调整控制点</p>
<p>优化1.添加历史数据时过滤和上一次相比没有改变的数据</p>
<p>修复1.修复节点编辑时方向键和方向键导航功能的冲突问题 2.修复拖拽移动节点时节点id的丢失问题这会导致关联线丢失</p>
<h2>0.4.5</h2>
<p>新增1.支持关联线 2.按住根节点也可以拖动画布3.按住ctrl键可以调整多选节点</p>