diff --git a/web/src/pages/Doc/en/changelog/index.md b/web/src/pages/Doc/en/changelog/index.md index 518693e2..c2c98ca1 100644 --- a/web/src/pages/Doc/en/changelog/index.md +++ b/web/src/pages/Doc/en/changelog/index.md @@ -17,6 +17,8 @@ Fix: > 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. +> +> 7.Fixed the issue where the collaboration plugin did not display the creator's avatar when creating a new node. New: diff --git a/web/src/pages/Doc/en/changelog/index.vue b/web/src/pages/Doc/en/changelog/index.vue index 367eed13..afa5680a 100644 --- a/web/src/pages/Doc/en/changelog/index.vue +++ b/web/src/pages/Doc/en/changelog/index.vue @@ -11,6 +11,7 @@
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.
+7.Fixed the issue where the collaboration plugin did not display the creator's avatar when creating a new node.
New:
diff --git a/web/src/pages/Doc/zh/changelog/index.md b/web/src/pages/Doc/zh/changelog/index.md index 9e9d088f..b82cfec2 100644 --- a/web/src/pages/Doc/zh/changelog/index.md +++ b/web/src/pages/Doc/zh/changelog/index.md @@ -17,6 +17,8 @@ > 5.修复容器尺寸改变后没有水印没有重新绘制的问题。 > > 6.修复存在水印时小地图渲染非常慢的问题。 +> +> 7.修复协同插件当创建新节点时新节点未显示创建人头像的问题。 新增: diff --git a/web/src/pages/Doc/zh/changelog/index.vue b/web/src/pages/Doc/zh/changelog/index.vue index f8c352c3..dc1b3ce1 100644 --- a/web/src/pages/Doc/zh/changelog/index.vue +++ b/web/src/pages/Doc/zh/changelog/index.vue @@ -11,6 +11,7 @@4.修复存在水印时导出图片、svg、pdf时每个节点都会显示边框的问题。
5.修复容器尺寸改变后没有水印没有重新绘制的问题。
6.修复存在水印时小地图渲染非常慢的问题。
+7.修复协同插件当创建新节点时新节点未显示创建人头像的问题。
新增: