From e3959107bdd7a78de3799022fbade25188c7ad05 Mon Sep 17 00:00:00 2001 From: wanglin2 <1013335014@qq.com> Date: Sat, 19 Aug 2023 08:04:28 +0800 Subject: [PATCH] =?UTF-8?q?Demo=EF=BC=9A=E4=BF=AE=E5=A4=8D=E5=8D=95?= =?UTF-8?q?=E7=8B=AC=E7=BC=96=E8=BE=91=E5=A4=A7=E7=BA=B2=E6=97=B6=E8=83=BD?= =?UTF-8?q?=E7=BB=99=E6=A0=B9=E8=8A=82=E7=82=B9=E6=B7=BB=E5=8A=A0=E5=85=84?= =?UTF-8?q?=E5=BC=9F=E8=8A=82=E7=82=B9=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 4 +-- web/src/pages/Doc/en/introduction/index.md | 4 +-- web/src/pages/Doc/en/introduction/index.vue | 33 +++++++++---------- web/src/pages/Doc/zh/introduction/index.md | 4 +-- web/src/pages/Doc/zh/introduction/index.vue | 33 +++++++++---------- web/src/pages/Edit/components/OutlineEdit.vue | 3 ++ 6 files changed, 39 insertions(+), 42 deletions(-) diff --git a/index.html b/index.html index 5cda9ecc..96a77aa9 100644 --- a/index.html +++ b/index.html @@ -1,7 +1,7 @@ 思绪思维导图
\ No newline at end of file + } \ No newline at end of file diff --git a/web/src/pages/Doc/en/introduction/index.md b/web/src/pages/Doc/en/introduction/index.md index cb5328cc..7b9a4d31 100644 --- a/web/src/pages/Doc/en/introduction/index.md +++ b/web/src/pages/Doc/en/introduction/index.md @@ -102,9 +102,7 @@ We recommend using the latest version of the `Chrome` browser. Limited testing situation: -Normal operation: `360` extreme speed browser(v13.5.2036.0)、`opera` browser(v71.0.3770.284)。 - -Abnormal operation: `Firefox`(v98.0.2), Node content cannot be displayed in rich text mode. If you want to support the `Firefox` browser, please use non rich text mode. +Normal operation: `360` extreme speed browser(v13.5.2036.0)、`opera` browser(v71.0.3770.284)、`Firefox`(v98.0.2). Unsupported: `IE` browser. diff --git a/web/src/pages/Doc/en/introduction/index.vue b/web/src/pages/Doc/en/introduction/index.vue index 3275b07f..a44b206c 100644 --- a/web/src/pages/Doc/en/introduction/index.vue +++ b/web/src/pages/Doc/en/introduction/index.vue @@ -8,16 +8,16 @@

Features

Repository Catalog Introduction

1.simple-mind-map

@@ -27,16 +27,16 @@ frameworks such as Vue and React, or without a framework.

This is an online mind map built using the simple-mind-map library and based on Vue2.x and ElementUI. Features include:

@@ -69,8 +69,7 @@ full screen, support mini map

Browser Compatibility

We recommend using the latest version of the Chrome browser.

Limited testing situation:

-

Normal operation: 360 extreme speed browser(v13.5.2036.0)、opera browser(v71.0.3770.284)。

-

Abnormal operation: Firefox(v98.0.2), Node content cannot be displayed in rich text mode. If you want to support the Firefox browser, please use non rich text mode.

+

Normal operation: 360 extreme speed browser(v13.5.2036.0)、opera browser(v71.0.3770.284)、Firefox(v98.0.2).

Unsupported: IE browser.

License

MIT

diff --git a/web/src/pages/Doc/zh/introduction/index.md b/web/src/pages/Doc/zh/introduction/index.md index bfa0c6e3..931738ef 100644 --- a/web/src/pages/Doc/zh/introduction/index.md +++ b/web/src/pages/Doc/zh/introduction/index.md @@ -93,9 +93,7 @@ 有限测试情况: -正常运行:`360`极速浏览器(v13.5.2036.0)、`opera`浏览器(v71.0.3770.284)。 - -非正常运行:`Firefox`(v98.0.2),富文本模式下节点内容无法显示,如果要支持`Firefox`浏览器,请使用非富文本模式。 +正常运行:`360`极速浏览器(v13.5.2036.0)、`opera`浏览器(v71.0.3770.284)、`Firefox`(v98.0.2)。 不支持:`IE`浏览器。 diff --git a/web/src/pages/Doc/zh/introduction/index.vue b/web/src/pages/Doc/zh/introduction/index.vue index ad8379bc..2e3acdbe 100644 --- a/web/src/pages/Doc/zh/introduction/index.vue +++ b/web/src/pages/Doc/zh/introduction/index.vue @@ -8,16 +8,16 @@

特性

仓库目录介绍

1.simple-mind-map

@@ -25,11 +25,11 @@

2.web

使用simple-mind-map库,基于vue2.xElementUI搭建的在线思维导图。特性:

提供文档页面服务。

3.dist

@@ -60,8 +60,7 @@

浏览器兼容性

推荐使用最新版chrome浏览器。

有限测试情况:

-

正常运行:360极速浏览器(v13.5.2036.0)、opera浏览器(v71.0.3770.284)。

-

非正常运行:Firefox(v98.0.2),富文本模式下节点内容无法显示,如果要支持Firefox浏览器,请使用非富文本模式。

+

正常运行:360极速浏览器(v13.5.2036.0)、opera浏览器(v71.0.3770.284)、Firefox(v98.0.2)。

不支持:IE浏览器。

License

MIT

diff --git a/web/src/pages/Edit/components/OutlineEdit.vue b/web/src/pages/Edit/components/OutlineEdit.vue index 7adbf8dd..c4b76049 100644 --- a/web/src/pages/Edit/components/OutlineEdit.vue +++ b/web/src/pages/Edit/components/OutlineEdit.vue @@ -169,6 +169,9 @@ export default { } if (e.keyCode === 13 && !e.shiftKey) { e.preventDefault() + if (node.data.root) { + return + } this.$refs.tree.insertAfter(data, node) } if (e.keyCode === 9) {