From 7a8b83b9b4f4f0358971f752266cf58576acd715 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A1=97=E8=A7=92=E5=B0=8F=E6=9E=97?= <1013335014@qq.com> Date: Fri, 12 Jan 2024 11:05:13 +0800 Subject: [PATCH] Doc: update --- README.md | 2 +- simple-mind-map/package.json | 2 +- web/src/pages/Doc/en/changelog/index.md | 30 ++++ web/src/pages/Doc/en/changelog/index.vue | 21 +++ web/src/pages/Doc/en/constructor/index.md | 1 + web/src/pages/Doc/en/constructor/index.vue | 5 + web/src/pages/Doc/en/richText/index.md | 8 +- web/src/pages/Doc/en/richText/index.vue | 12 +- web/src/pages/Doc/zh/changelog/index.md | 30 ++++ web/src/pages/Doc/zh/changelog/index.vue | 21 +++ web/src/pages/Doc/zh/constructor/index.md | 1 + web/src/pages/Doc/zh/constructor/index.vue | 5 + web/src/pages/Doc/zh/course10/index.md | 185 +++++++++++++++++++++ web/src/pages/Doc/zh/course10/index.vue | 172 +++++++++++++++++++ web/src/pages/Doc/zh/richText/index.md | 8 +- web/src/pages/Doc/zh/richText/index.vue | 12 +- 16 files changed, 505 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index c88728a3..238c96f4 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Github:[releases](https://github.com/wanglin2/mind-map/releases)。 > 客户端版本会落后于在线版本,尝试最新功能请优先使用在线版。 -> 如果访问 github 比较慢,可以使用:http://lxqnsys.com/simple-mind-map/#/index +> 如果访问 github 比较慢,可以使用【更新可能会滞后】:http://lxqnsys.com/simple-mind-map/#/index # 特性 diff --git a/simple-mind-map/package.json b/simple-mind-map/package.json index 8d67de78..5a56e2bc 100644 --- a/simple-mind-map/package.json +++ b/simple-mind-map/package.json @@ -1,6 +1,6 @@ { "name": "simple-mind-map", - "version": "0.9.3", + "version": "0.9.4", "description": "一个简单的web在线思维导图", "authors": [ { diff --git a/web/src/pages/Doc/en/changelog/index.md b/web/src/pages/Doc/en/changelog/index.md index 404ccbba..dd222cb8 100644 --- a/web/src/pages/Doc/en/changelog/index.md +++ b/web/src/pages/Doc/en/changelog/index.md @@ -1,5 +1,35 @@ # Changelog +## 0.9.4 + +Fix: + +> 1.Fix the issue of inconsistent text wrapping caused by inconsistent text area width during node display and editing in some cases. +> +> 2.Fixed the issue where gradients were not applied to the edit box during rich text editing for nodes with gradient backgrounds. +> +> 3.Fix the issue of text style loss after switching themes for nodes defined in bold by the theme. +> +> 4.Fix the issue on Mac where the useLeftKeySelectionRightKeyDrag option is set to true and cannot hold down the Ctrl key to select multiple nodes. +> +> 5.Fix the issue where text styles are lost after clearing styles during node rich text editing, and switching themes does not restore them. +> +> 6.Fix data issue when deleting nodes with child nodes_ Change_ The issue of error reporting in detail events. + +New: + +> 1.Add the lineRadius property to the theme configuration to set the size of the rounded corners when connecting straight lines. + +Demo: + +> 1.Remove the display of formulas from the outline. +> +> 2.Some configurations in the basic style that only support partial structures are displayed and hidden based on the current structure. +> +> 3.Add configuration for connecting rounded corners. +> +> 4.Automatically hide the sidebar when importing files. + ## 0.9.3 Fix diff --git a/web/src/pages/Doc/en/changelog/index.vue b/web/src/pages/Doc/en/changelog/index.vue index 70ce0db8..c829fcc6 100644 --- a/web/src/pages/Doc/en/changelog/index.vue +++ b/web/src/pages/Doc/en/changelog/index.vue @@ -1,6 +1,27 @@