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) {