思绪思维导图
\ 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 70a287e7..8e2d7be8 100644
--- a/web/src/pages/Doc/en/introduction/index.md
+++ b/web/src/pages/Doc/en/introduction/index.md
@@ -8,21 +8,16 @@
## Features
-- [x] Plugin architecture. In addition to core functions, other functions are provided as plugins, which can be used as needed to reduce the overall volume
-- [x] Supports six types of structures: logical structure diagrams, mind maps,
- organizational structure diagrams, directory organization diagrams, timeline, and fishbone diagrams
-- [x] Built-in multiple themes and allows for highly customized styles, and support register new themes
-- [x] Supports shortcuts
-- [x] Node content supports images, icons, hyperlinks, notes, tags, and
- summaries
-- [x] Supports forward and backward navigation
-- [x] Supports dragging and scaling
-- [x] Supports right-click and Ctrl + left-click to select multiple items
-- [x] Supports free dragging and dragging to adjust nodes
-- [x] Supports various node shapes
-- [x] Supports export to json, png, svg, pdf markdown, and import from json, xmind, markdown
-- [x] Supports mini map、support watermark
-- [x] Supports associative lines
+- [x] Pluggable architecture, in addition to core functions, other functions are provided as plugins, which can be used as needed to reduce packaging volume
+- [x] Support logical structure chart, mind map, Organizational chart, directory organization chart, timeline (horizontal and vertical), fishbone chart and other structures
+- [x] Built-in multiple themes, allowing for highly customizable styles, and supporting registration of new themes
+- [x] Node content supports text (regular text, rich text), images, icons, hyperlinks, notes, labels, and summaries
+- [x] Nodes support drag and drop (drag and move, freely adjust), multiple node shapes, and fully customize node content using DDM
+- [x] Support canvas dragging and scaling
+- [x] Supports two multi node selection methods: mouse button drag selection and Ctrl+left button selection
+- [x] Supoorts to export as `json`、`png`、`svg`、`pdf`、`markdown`、`xmind`, support import from `json`、`xmind`、`markdown`
+- [x] Support shortcut keys, forward and backward, correlation lines, search and replacement, small maps, and watermarks
+- [x] Provide rich configurations to meet various scenarios and usage habits
## Repository Catalog Introduction
diff --git a/web/src/pages/Doc/en/introduction/index.vue b/web/src/pages/Doc/en/introduction/index.vue
index 9c04d3d7..d225cc43 100644
--- a/web/src/pages/Doc/en/introduction/index.vue
+++ b/web/src/pages/Doc/en/introduction/index.vue
@@ -8,21 +8,16 @@
Features
-
-
-organizational structure diagrams, directory organization diagrams, timeline, and fishbone diagrams
-
-
-
-summaries
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
json、png、svg、pdf、markdown、xmind, support import from json、xmind、markdown
+
+
Repository Catalog Introduction
1.simple-mind-map
@@ -32,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:
-
+
images, icons, hyperlinks, notes, tags, and summaries
-
+
outline, theme selection, and structure selection
-
+
storage by default, but it also supports creating, opening, and editing
local files on the computer directly
-
+
and organizing layout
-
+
between edit and read-only modes, zooming in and out, and switching to
full screen, support mini map
diff --git a/web/src/pages/Doc/en/miniMap/index.md b/web/src/pages/Doc/en/miniMap/index.md
index 1c42d08d..68ac2fc0 100644
--- a/web/src/pages/Doc/en/miniMap/index.md
+++ b/web/src/pages/Doc/en/miniMap/index.md
@@ -47,6 +47,15 @@ Small map idea:
1.Prepare a container element `container`, position is not `static`
+If using rich text editing mode, it is best to remove the default style from the elements inside the 'container', otherwise there may be text offset issues within nodes:
+
+```css
+.container * {
+ margin: 0;
+ padding: 0;
+}
+```
+
2.In `container`, create a small map container element `miniMapContainer`,
absolute positioning
diff --git a/web/src/pages/Doc/en/miniMap/index.vue b/web/src/pages/Doc/en/miniMap/index.vue
index c5946cb9..5591fbff 100644
--- a/web/src/pages/Doc/en/miniMap/index.vue
+++ b/web/src/pages/Doc/en/miniMap/index.vue
@@ -34,6 +34,12 @@ MindMap.usePlugin(MiniMap)
Small map idea:
1.Prepare a container element container, position is not static
+
If using rich text editing mode, it is best to remove the default style from the elements inside the 'container', otherwise there may be text offset issues within nodes:
+
.container * {
+ margin: 0;
+ padding: 0;
+}
+
2.In container, create a small map container element miniMapContainer,
absolute positioning