修改文档
This commit is contained in:
parent
9a8e630654
commit
cc331065eb
@ -2,9 +2,11 @@
|
|||||||
|
|
||||||
> v0.4.5+
|
> 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.
|
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
|
## Register
|
||||||
|
|
||||||
|
|||||||
@ -4,8 +4,11 @@
|
|||||||
<blockquote>
|
<blockquote>
|
||||||
<p>v0.4.5+</p>
|
<p>v0.4.5+</p>
|
||||||
</blockquote>
|
</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>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>
|
<h2>Register</h2>
|
||||||
<pre class="hljs"><code><span class="hljs-keyword">import</span> MindMap <span class="hljs-keyword">from</span> <span class="hljs-string">'simple-mind-map'</span>
|
<pre class="hljs"><code><span class="hljs-keyword">import</span> MindMap <span class="hljs-keyword">from</span> <span class="hljs-string">'simple-mind-map'</span>
|
||||||
<span class="hljs-keyword">import</span> AssociativeLine <span class="hljs-keyword">from</span> <span class="hljs-string">'simple-mind-map/src/AssociativeLine.js'</span>
|
<span class="hljs-keyword">import</span> AssociativeLine <span class="hljs-keyword">from</span> <span class="hljs-string">'simple-mind-map/src/AssociativeLine.js'</span>
|
||||||
|
|||||||
@ -2,7 +2,9 @@
|
|||||||
|
|
||||||
## 0.4.6
|
## 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.
|
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.
|
||||||
|
|
||||||
|
|||||||
@ -2,7 +2,8 @@
|
|||||||
<div>
|
<div>
|
||||||
<h1>Changelog</h1>
|
<h1>Changelog</h1>
|
||||||
<h2>0.4.6</h2>
|
<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>
|
<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>
|
<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>
|
<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>
|
||||||
|
|||||||
@ -2,9 +2,11 @@
|
|||||||
|
|
||||||
> v0.4.5+
|
> v0.4.5+
|
||||||
|
|
||||||
|
> 调整关联线控制点的功能从v0.4.6+开始支持
|
||||||
|
|
||||||
该插件用于支持添加关联线。
|
该插件用于支持添加关联线。
|
||||||
|
|
||||||
该插件目前功能比较简陋,不支持修改关联线的控制点,不支持在关联线上添加文字。
|
该插件目前功能还不完善,不支持在关联线上添加文字。
|
||||||
|
|
||||||
## 注册
|
## 注册
|
||||||
|
|
||||||
@ -84,4 +86,4 @@ MindMap.usePlugin(AssociativeLine)
|
|||||||
|
|
||||||
### clearActiveLine()
|
### clearActiveLine()
|
||||||
|
|
||||||
清除当前激活的关联线的激活状态。
|
清除当前激活的关联线的激活状态。
|
||||||
@ -4,8 +4,11 @@
|
|||||||
<blockquote>
|
<blockquote>
|
||||||
<p>v0.4.5+</p>
|
<p>v0.4.5+</p>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
<blockquote>
|
||||||
|
<p>调整关联线控制点的功能从v0.4.6+开始支持</p>
|
||||||
|
</blockquote>
|
||||||
<p>该插件用于支持添加关联线。</p>
|
<p>该插件用于支持添加关联线。</p>
|
||||||
<p>该插件目前功能比较简陋,不支持修改关联线的控制点,不支持在关联线上添加文字。</p>
|
<p>该插件目前功能还不完善,不支持在关联线上添加文字。</p>
|
||||||
<h2>注册</h2>
|
<h2>注册</h2>
|
||||||
<pre class="hljs"><code><span class="hljs-keyword">import</span> MindMap <span class="hljs-keyword">from</span> <span class="hljs-string">'simple-mind-map'</span>
|
<pre class="hljs"><code><span class="hljs-keyword">import</span> MindMap <span class="hljs-keyword">from</span> <span class="hljs-string">'simple-mind-map'</span>
|
||||||
<span class="hljs-keyword">import</span> AssociativeLine <span class="hljs-keyword">from</span> <span class="hljs-string">'simple-mind-map/src/AssociativeLine.js'</span>
|
<span class="hljs-keyword">import</span> AssociativeLine <span class="hljs-keyword">from</span> <span class="hljs-string">'simple-mind-map/src/AssociativeLine.js'</span>
|
||||||
|
|||||||
@ -2,7 +2,9 @@
|
|||||||
|
|
||||||
## 0.4.6
|
## 0.4.6
|
||||||
|
|
||||||
优化:1.添加历史数据时过滤和上一次相比没有改变的数据
|
新增:1.关联线支持调整控制点。
|
||||||
|
|
||||||
|
优化:1.添加历史数据时过滤和上一次相比没有改变的数据。
|
||||||
|
|
||||||
修复:1.修复节点编辑时方向键和方向键导航功能的冲突问题。 2.修复拖拽移动节点时节点id的丢失问题,这会导致关联线丢失。
|
修复:1.修复节点编辑时方向键和方向键导航功能的冲突问题。 2.修复拖拽移动节点时节点id的丢失问题,这会导致关联线丢失。
|
||||||
|
|
||||||
|
|||||||
@ -2,7 +2,8 @@
|
|||||||
<div>
|
<div>
|
||||||
<h1>Changelog</h1>
|
<h1>Changelog</h1>
|
||||||
<h2>0.4.6</h2>
|
<h2>0.4.6</h2>
|
||||||
<p>优化:1.添加历史数据时过滤和上一次相比没有改变的数据</p>
|
<p>新增:1.关联线支持调整控制点。</p>
|
||||||
|
<p>优化:1.添加历史数据时过滤和上一次相比没有改变的数据。</p>
|
||||||
<p>修复:1.修复节点编辑时方向键和方向键导航功能的冲突问题。 2.修复拖拽移动节点时节点id的丢失问题,这会导致关联线丢失。</p>
|
<p>修复:1.修复节点编辑时方向键和方向键导航功能的冲突问题。 2.修复拖拽移动节点时节点id的丢失问题,这会导致关联线丢失。</p>
|
||||||
<h2>0.4.5</h2>
|
<h2>0.4.5</h2>
|
||||||
<p>新增:1.支持关联线。 2.按住根节点也可以拖动画布。3.按住ctrl键可以调整多选节点。</p>
|
<p>新增:1.支持关联线。 2.按住根节点也可以拖动画布。3.按住ctrl键可以调整多选节点。</p>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user