From e0db4ad4f6dfd6e348060fcf175cd09fb29a33bd Mon Sep 17 00:00:00 2001 From: wanglin2 <1013335014@qq.com> Date: Tue, 17 Oct 2023 16:14:56 +0800 Subject: [PATCH] Doc: update --- web/src/pages/Doc/en/changelog/index.md | 8 ++++++++ web/src/pages/Doc/en/changelog/index.vue | 4 ++++ web/src/pages/Doc/zh/changelog/index.md | 8 ++++++++ web/src/pages/Doc/zh/changelog/index.vue | 4 ++++ 4 files changed, 24 insertions(+) diff --git a/web/src/pages/Doc/en/changelog/index.md b/web/src/pages/Doc/en/changelog/index.md index 12e845c9..fd20d5ba 100644 --- a/web/src/pages/Doc/en/changelog/index.md +++ b/web/src/pages/Doc/en/changelog/index.md @@ -13,6 +13,10 @@ Fix: > 3.Fix that the shortcut key operations for inserting summary, moving up, down, and organizing layout with one click did not trigger data_ The issue with the change event. > > 4.Fix the issue of each node displaying a border when exporting images, SVGs, and PDFs with watermarks. +> +> 5.Fixed the issue of no watermarks and no redrawing after the container size was changed. +> +> 6.Fix the issue of slow rendering of mini maps with watermarks. New: @@ -33,6 +37,8 @@ New: > 8.The folded active nodes are synchronously deleted from the list of active nodes. > > 9.Pasting text with line breaks supports controlling whether nodes are split by line breaks. +> +> 10.The mini map plugin supports returning mini maps of image types. Demo: @@ -47,6 +53,8 @@ Demo: > 5.Support manual input of zoom factor. > > 6.Improve the English translation of the interface. +> +> 7.Change the mini map to render through images. ## 0.7.3-fix.2 diff --git a/web/src/pages/Doc/en/changelog/index.vue b/web/src/pages/Doc/en/changelog/index.vue index a59efb27..56248512 100644 --- a/web/src/pages/Doc/en/changelog/index.vue +++ b/web/src/pages/Doc/en/changelog/index.vue @@ -9,6 +9,8 @@

2.Fix the issue of abnormal operation returning to the root node after resizing the container.

3.Fix that the shortcut key operations for inserting summary, moving up, down, and organizing layout with one click did not trigger data_ The issue with the change event.

4.Fix the issue of each node displaying a border when exporting images, SVGs, and PDFs with watermarks.

+

5.Fixed the issue of no watermarks and no redrawing after the container size was changed.

+

6.Fix the issue of slow rendering of mini maps with watermarks.

New:

@@ -21,6 +23,7 @@

7.Clear the current active node when right-clicking on the canvas.

8.The folded active nodes are synchronously deleted from the list of active nodes.

9.Pasting text with line breaks supports controlling whether nodes are split by line breaks.

+

10.The mini map plugin supports returning mini maps of image types.

Demo:

@@ -30,6 +33,7 @@

4.The top toolbar supports automatic folding into more according to the window width.

5.Support manual input of zoom factor.

6.Improve the English translation of the interface.

+

7.Change the mini map to render through images.

0.7.3-fix.2

Fix some issues with collaborative editing:

diff --git a/web/src/pages/Doc/zh/changelog/index.md b/web/src/pages/Doc/zh/changelog/index.md index 4ad7f469..54998a31 100644 --- a/web/src/pages/Doc/zh/changelog/index.md +++ b/web/src/pages/Doc/zh/changelog/index.md @@ -13,6 +13,10 @@ > 3.修复插入概要、上移、下移、一键整理布局的快捷键操作没有触发data_change事件的问题。 > > 4.修复存在水印时导出图片、svg、pdf时每个节点都会显示边框的问题。 +> +> 5.修复容器尺寸改变后没有水印没有重新绘制的问题。 +> +> 6.修复存在水印时小地图渲染非常慢的问题。 新增: @@ -33,6 +37,8 @@ > 8.被收起的激活节点同步从激活节点列表里删除。 > > 9.粘贴带换行的文本支持控制是否按换行分割节点。 +> +> 10.小地图插件支持返回图片类型的小地图。 Demo: @@ -47,6 +53,8 @@ Demo: > 5.支持手动输入缩放倍数。 > > 6.完善界面英文翻译。 +> +> 7.小地图改为通过图片渲染。 ## 0.7.3-fix.2 diff --git a/web/src/pages/Doc/zh/changelog/index.vue b/web/src/pages/Doc/zh/changelog/index.vue index ea10598a..3c9d3ce6 100644 --- a/web/src/pages/Doc/zh/changelog/index.vue +++ b/web/src/pages/Doc/zh/changelog/index.vue @@ -9,6 +9,8 @@

2.修复调整容器大小后回到根节点的操作异常的问题。

3.修复插入概要、上移、下移、一键整理布局的快捷键操作没有触发data_change事件的问题。

4.修复存在水印时导出图片、svg、pdf时每个节点都会显示边框的问题。

+

5.修复容器尺寸改变后没有水印没有重新绘制的问题。

+

6.修复存在水印时小地图渲染非常慢的问题。

新增:

@@ -21,6 +23,7 @@

7.鼠标右键单击画布时清除当前激活节点。

8.被收起的激活节点同步从激活节点列表里删除。

9.粘贴带换行的文本支持控制是否按换行分割节点。

+

10.小地图插件支持返回图片类型的小地图。

Demo:

@@ -30,6 +33,7 @@

4.顶部工具栏支持根据窗口宽度自动收起到更多中。

5.支持手动输入缩放倍数。

6.完善界面英文翻译。

+

7.小地图改为通过图片渲染。

0.7.3-fix.2

修复协同编辑的一些问题: