diff --git a/docs/manuscripts/mark-map/ccp-map.md b/docs/manuscripts/mark-map/ccp-map.md
new file mode 100644
index 0000000..5c3dacd
--- /dev/null
+++ b/docs/manuscripts/mark-map/ccp-map.md
@@ -0,0 +1,11 @@
+# 计算机组成原理
+
+
\ No newline at end of file
diff --git a/docs/manuscripts/mark-map/cn-map.md b/docs/manuscripts/mark-map/cn-map.md
new file mode 100644
index 0000000..3a4b07c
--- /dev/null
+++ b/docs/manuscripts/mark-map/cn-map.md
@@ -0,0 +1,11 @@
+# 计算机网络
+
+
\ No newline at end of file
diff --git a/docs/manuscripts/mark-map/ds-map.md b/docs/manuscripts/mark-map/ds-map.md
new file mode 100644
index 0000000..5c429ce
--- /dev/null
+++ b/docs/manuscripts/mark-map/ds-map.md
@@ -0,0 +1,11 @@
+# 数据结构
+
+
\ No newline at end of file
diff --git a/docs/manuscripts/mark-map/note-map.sidebar.ts b/docs/manuscripts/mark-map/note-map.sidebar.ts
new file mode 100644
index 0000000..14a1fc4
--- /dev/null
+++ b/docs/manuscripts/mark-map/note-map.sidebar.ts
@@ -0,0 +1,15 @@
+export const noteMapSidebar = [
+ {
+ text: '数据结构',
+ link: 'ds-map.md'
+ }, {
+ text: '操作系统',
+ link: 'os-map.md'
+ }, {
+ text: '计算机组成原理',
+ link: 'ccp-map.md'
+ }, {
+ text: '计算机网络',
+ link: 'cn-map.md'
+ }
+]
diff --git a/docs/manuscripts/mark-map/os-map.md b/docs/manuscripts/mark-map/os-map.md
new file mode 100644
index 0000000..0a069d6
--- /dev/null
+++ b/docs/manuscripts/mark-map/os-map.md
@@ -0,0 +1,11 @@
+# 操作系统
+
+
\ No newline at end of file
diff --git a/docs/manuscripts/mark-map/readme.md b/docs/manuscripts/mark-map/readme.md
new file mode 100644
index 0000000..9f1892f
--- /dev/null
+++ b/docs/manuscripts/mark-map/readme.md
@@ -0,0 +1,9 @@
+# 思维导图
+
+- 数据结构
+- 操作系统
+- 计算机组成原理
+- 计算机网络
+
+
+
diff --git a/docs/manuscripts/note-map/ccp-map.md b/docs/manuscripts/note-map/ccp-map.md
deleted file mode 100644
index b27164d..0000000
--- a/docs/manuscripts/note-map/ccp-map.md
+++ /dev/null
@@ -1,2 +0,0 @@
-
-# 计算机组成原理
\ No newline at end of file
diff --git a/docs/manuscripts/note-map/cn-map.md b/docs/manuscripts/note-map/cn-map.md
deleted file mode 100644
index ff8ab9d..0000000
--- a/docs/manuscripts/note-map/cn-map.md
+++ /dev/null
@@ -1,8 +0,0 @@
-
-# 计算机网络
-
-
\ No newline at end of file
diff --git a/docs/manuscripts/note-map/ds-map.md b/docs/manuscripts/note-map/ds-map.md
deleted file mode 100644
index cd44601..0000000
--- a/docs/manuscripts/note-map/ds-map.md
+++ /dev/null
@@ -1,2 +0,0 @@
-
-# 数据结构
\ No newline at end of file
diff --git a/docs/manuscripts/note-map/note-map.sidebar.ts b/docs/manuscripts/note-map/note-map.sidebar.ts
deleted file mode 100644
index 03be109..0000000
--- a/docs/manuscripts/note-map/note-map.sidebar.ts
+++ /dev/null
@@ -1,20 +0,0 @@
-
-export const noteMapSidebar = [
- {
- text: '思维导图',
- children: [
- {
- text: '数据结构',
- link: 'ds-map.md'
- }, {
- text: '操作系统',
- link: 'os-map.md'
- }, {
- text: '计算机组成原理',
- link: 'ccp-map.md'
- }, {
- text: '计算机网络',
- link: 'cn-map.md'
- }]
- }
-]
diff --git a/docs/manuscripts/note-map/os-map.md b/docs/manuscripts/note-map/os-map.md
deleted file mode 100644
index 827d8a5..0000000
--- a/docs/manuscripts/note-map/os-map.md
+++ /dev/null
@@ -1,2 +0,0 @@
-
-# 操作系统
\ No newline at end of file
diff --git a/docs/manuscripts/note-map/readme.md b/docs/manuscripts/note-map/readme.md
deleted file mode 100644
index b056aa4..0000000
--- a/docs/manuscripts/note-map/readme.md
+++ /dev/null
@@ -1,2 +0,0 @@
-
-# 思维导图
\ No newline at end of file
diff --git a/manuscripts/思维导图/操作系统发展历程.xmind b/manuscripts/思维导图/操作系统发展历程.xmind
new file mode 100644
index 0000000..c11d9cd
Binary files /dev/null and b/manuscripts/思维导图/操作系统发展历程.xmind differ