From 77d376210eb70e03157da4c28effc385872bcbbc 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: Thu, 25 Jan 2024 18:25:36 +0800 Subject: [PATCH] Doc: update --- README.md | 8 +- simple-mind-map/package.json | 2 +- web/src/pages/Doc/en/changelog/index.md | 24 ++ web/src/pages/Doc/en/changelog/index.vue | 18 ++ web/src/pages/Doc/en/constructor/index.md | 1 + web/src/pages/Doc/en/constructor/index.vue | 5 + web/src/pages/Doc/en/introduction/index.md | 2 +- web/src/pages/Doc/en/introduction/index.vue | 2 +- web/src/pages/Doc/zh/changelog/index.md | 268 +++++++++++--------- web/src/pages/Doc/zh/changelog/index.vue | 232 +++++++++-------- web/src/pages/Doc/zh/constructor/index.md | 1 + web/src/pages/Doc/zh/constructor/index.vue | 5 + web/src/pages/Doc/zh/introduction/index.md | 2 +- web/src/pages/Doc/zh/introduction/index.vue | 2 +- 14 files changed, 328 insertions(+), 244 deletions(-) diff --git a/README.md b/README.md index 58e04050..8a421783 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,12 @@ [![npm-version](https://img.shields.io/npm/v/simple-mind-map)](https://www.npmjs.com/package/simple-mind-map) ![npm download](https://img.shields.io/npm/dm/simple-mind-map) -[![GitHub stars](https://img.shields.io/github/stars/wanglin2/mind-map)](https://github.com/wanglin2/mind-map/stargazers) [![GitHub issues](https://img.shields.io/github/issues/wanglin2/mind-map)](https://github.com/wanglin2/mind-map/issues) -[![GitHub forks](https://img.shields.io/github/forks/wanglin2/mind-map)](https://github.com/wanglin2/mind-map/network/members) ![license](https://img.shields.io/npm/l/express.svg) +[![GitHub stars](https://img.shields.io/github/stars/wanglin2/mind-map)](https://github.com/wanglin2/mind-map/stargazers) +[![GitHub forks](https://img.shields.io/github/forks/wanglin2/mind-map)](https://github.com/wanglin2/mind-map/network/members) -> 一个简单&强大的 Web 思维导图 +> 中文名:思绪思维导图。一个简单&强大的 Web 思维导图。 本项目包含两部分: @@ -88,6 +88,8 @@ const mindMap = new MindMap({ [MIT](./LICENSE) +保留`mind-map`版权声明的情况下可随意商用。 + # 微信交流群 群聊人数较多,无法通过二维码入群,可以微信添加`wanglinguanfang`拉你入群。 diff --git a/simple-mind-map/package.json b/simple-mind-map/package.json index e62df82a..8421c088 100644 --- a/simple-mind-map/package.json +++ b/simple-mind-map/package.json @@ -1,6 +1,6 @@ { "name": "simple-mind-map", - "version": "0.9.5", + "version": "0.9.6", "description": "一个简单的web在线思维导图", "authors": [ { diff --git a/web/src/pages/Doc/en/changelog/index.md b/web/src/pages/Doc/en/changelog/index.md index a32a440b..a0443539 100644 --- a/web/src/pages/Doc/en/changelog/index.md +++ b/web/src/pages/Doc/en/changelog/index.md @@ -1,5 +1,29 @@ # Changelog +## 0.9.6 + +Fix: + +> 1.Fix the issue where the style of the collapsed nodes remains unchanged when switching themes; + +New: + +> 1.Add new fields to the theme, used to set the display position, head or tail, of node line arrows; +> +> 2.New field added to the theme, used to set the starting position of the root node line when connecting curves; +> +> 3.Mac dual finger touch event moves the canvas to increase sensitivity slightly; +> +> 4.Add MOVE_ UP_ ONE_ The LEVEL command is used to move a node up one level; + +Demo: + +> 1.The outline supports pressing Shift+Tab to move nodes up one level; +> +> 2.Support setting the position of node arrow display; +> +> 3.Support setting the starting position of root node connections; + ## 0.9.5 Fix: diff --git a/web/src/pages/Doc/en/changelog/index.vue b/web/src/pages/Doc/en/changelog/index.vue index c0a89c2c..cb9f2a05 100644 --- a/web/src/pages/Doc/en/changelog/index.vue +++ b/web/src/pages/Doc/en/changelog/index.vue @@ -1,6 +1,24 @@