diff --git a/web/src/pages/Doc/en/associativeLine/index.md b/web/src/pages/Doc/en/associativeLine/index.md index 9df673ff..12e7005e 100644 --- a/web/src/pages/Doc/en/associativeLine/index.md +++ b/web/src/pages/Doc/en/associativeLine/index.md @@ -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 diff --git a/web/src/pages/Doc/en/associativeLine/index.vue b/web/src/pages/Doc/en/associativeLine/index.vue index 8437d5b8..168ce87a 100644 --- a/web/src/pages/Doc/en/associativeLine/index.vue +++ b/web/src/pages/Doc/en/associativeLine/index.vue @@ -4,8 +4,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

import MindMap from 'simple-mind-map'
 import AssociativeLine from 'simple-mind-map/src/AssociativeLine.js'
diff --git a/web/src/pages/Doc/en/changelog/index.md b/web/src/pages/Doc/en/changelog/index.md
index 85ffb97c..ebf57502 100644
--- a/web/src/pages/Doc/en/changelog/index.md
+++ b/web/src/pages/Doc/en/changelog/index.md
@@ -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.
 
diff --git a/web/src/pages/Doc/en/changelog/index.vue b/web/src/pages/Doc/en/changelog/index.vue
index 1420e29e..be12a70e 100644
--- a/web/src/pages/Doc/en/changelog/index.vue
+++ b/web/src/pages/Doc/en/changelog/index.vue
@@ -2,7 +2,8 @@
   

Changelog

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.

0.4.5

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.

diff --git a/web/src/pages/Doc/zh/associativeLine/index.md b/web/src/pages/Doc/zh/associativeLine/index.md index c920a15c..1c3e937c 100644 --- a/web/src/pages/Doc/zh/associativeLine/index.md +++ b/web/src/pages/Doc/zh/associativeLine/index.md @@ -2,9 +2,11 @@ > v0.4.5+ +> 调整关联线控制点的功能从v0.4.6+开始支持 + 该插件用于支持添加关联线。 -该插件目前功能比较简陋,不支持修改关联线的控制点,不支持在关联线上添加文字。 +该插件目前功能还不完善,不支持在关联线上添加文字。 ## 注册 @@ -84,4 +86,4 @@ MindMap.usePlugin(AssociativeLine) ### clearActiveLine() -清除当前激活的关联线的激活状态。 +清除当前激活的关联线的激活状态。 \ No newline at end of file diff --git a/web/src/pages/Doc/zh/associativeLine/index.vue b/web/src/pages/Doc/zh/associativeLine/index.vue index b40fa3c5..2633650b 100644 --- a/web/src/pages/Doc/zh/associativeLine/index.vue +++ b/web/src/pages/Doc/zh/associativeLine/index.vue @@ -4,8 +4,11 @@

v0.4.5+

+
+

调整关联线控制点的功能从v0.4.6+开始支持

+

该插件用于支持添加关联线。

-

该插件目前功能比较简陋,不支持修改关联线的控制点,不支持在关联线上添加文字。

+

该插件目前功能还不完善,不支持在关联线上添加文字。

注册

import MindMap from 'simple-mind-map'
 import AssociativeLine from 'simple-mind-map/src/AssociativeLine.js'
diff --git a/web/src/pages/Doc/zh/changelog/index.md b/web/src/pages/Doc/zh/changelog/index.md
index e04abf21..668eb910 100644
--- a/web/src/pages/Doc/zh/changelog/index.md
+++ b/web/src/pages/Doc/zh/changelog/index.md
@@ -2,7 +2,9 @@
 
 ## 0.4.6
 
-优化:1.添加历史数据时过滤和上一次相比没有改变的数据
+新增:1.关联线支持调整控制点。
+
+优化:1.添加历史数据时过滤和上一次相比没有改变的数据。
 
 修复:1.修复节点编辑时方向键和方向键导航功能的冲突问题。 2.修复拖拽移动节点时节点id的丢失问题,这会导致关联线丢失。
 
diff --git a/web/src/pages/Doc/zh/changelog/index.vue b/web/src/pages/Doc/zh/changelog/index.vue
index a6ed9e15..ab088ab8 100644
--- a/web/src/pages/Doc/zh/changelog/index.vue
+++ b/web/src/pages/Doc/zh/changelog/index.vue
@@ -2,7 +2,8 @@
   

Changelog

0.4.6

-

优化:1.添加历史数据时过滤和上一次相比没有改变的数据

+

新增:1.关联线支持调整控制点。

+

优化:1.添加历史数据时过滤和上一次相比没有改变的数据。

修复:1.修复节点编辑时方向键和方向键导航功能的冲突问题。 2.修复拖拽移动节点时节点id的丢失问题,这会导致关联线丢失。

0.4.5

新增:1.支持关联线。 2.按住根节点也可以拖动画布。3.按住ctrl键可以调整多选节点。