diff --git a/index.html b/index.html index de5534fb..162dbd5e 100644 --- a/index.html +++ b/index.html @@ -1 +1 @@ -
Fix: 1.Fixed the issue of invisible editing when node text is white.
New: 1.Optimize the mini map, remove node content within the mini map, and optimize performance.
Demo: 1.Add a new topic and add tab differentiation to the topic list. 2.Node image upload supports inputting network image addresses. 3.Node image upload supports inputting network images.
diff --git a/web/src/pages/Doc/zh/changelog/index.md b/web/src/pages/Doc/zh/changelog/index.md index 00ec2448..a4c8e34f 100644 --- a/web/src/pages/Doc/zh/changelog/index.md +++ b/web/src/pages/Doc/zh/changelog/index.md @@ -1,5 +1,9 @@ # Changelog +## 0.6.11-fix.1 + +修复:1.修复节点文字为白色时编辑的时候看不见的问题。 + ## 0.6.11 新增:1.优化小地图,去除小地图内的节点内容,优化性能。 diff --git a/web/src/pages/Doc/zh/changelog/index.vue b/web/src/pages/Doc/zh/changelog/index.vue index 0103219d..659371c1 100644 --- a/web/src/pages/Doc/zh/changelog/index.vue +++ b/web/src/pages/Doc/zh/changelog/index.vue @@ -1,6 +1,8 @@修复:1.修复节点文字为白色时编辑的时候看不见的问题。
新增:1.优化小地图,去除小地图内的节点内容,优化性能。
Demo:1.新增主题、主题列表新增tab区分。 2.节点图片上传支持输入网络图片地址。 3.节点图片上传支持输入网络图片。