Skip to content

Commit

Permalink
feat: 绘制部分思维导图
Browse files Browse the repository at this point in the history
  • Loading branch information
chu fan committed Oct 8, 2023
1 parent 65dd689 commit d084c7c
Show file tree
Hide file tree
Showing 13 changed files with 68 additions and 36 deletions.
11 changes: 11 additions & 0 deletions docs/manuscripts/mark-map/ccp-map.md
@@ -0,0 +1,11 @@
# 计算机组成原理

<iframe
:src="$withBase('../../mark-map/ccp-map.html')"
width="100%"
height="800"
frameborder="0"
scrolling="No"
leftmargin="0"
topmargin="0"
/>
11 changes: 11 additions & 0 deletions docs/manuscripts/mark-map/cn-map.md
@@ -0,0 +1,11 @@
# 计算机网络

<iframe
:src="$withBase('../..//mark-map/cn-map.html')"
width="100%"
height="800"
frameborder="0"
scrolling="No"
leftmargin="0"
topmargin="0"
/>
11 changes: 11 additions & 0 deletions docs/manuscripts/mark-map/ds-map.md
@@ -0,0 +1,11 @@
# 数据结构

<iframe
:src="$withBase('../..//mark-map/ds-map.html')"
width="100%"
height="800"
frameborder="0"
scrolling="No"
leftmargin="0"
topmargin="0"
/>
15 changes: 15 additions & 0 deletions 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'
}
]
11 changes: 11 additions & 0 deletions docs/manuscripts/mark-map/os-map.md
@@ -0,0 +1,11 @@
# 操作系统

<iframe
:src="$withBase('../../mark-map/os-map.html')"
width="100%"
height="800"
frameborder="0"
scrolling="No"
leftmargin="0"
topmargin="0"
/>
9 changes: 9 additions & 0 deletions docs/manuscripts/mark-map/readme.md
@@ -0,0 +1,9 @@
# 思维导图

- <a href="../../mark-map/ds-map.html" target="_blank">数据结构</a>
- <a href="../../mark-map/os-map.html" target="_blank">操作系统</a>
- <a href="../../mark-map/ccp-map.html" target="_blank">计算机组成原理</a>
- <a href="../../mark-map/cn-map.html" target="_blank">计算机网络</a>



2 changes: 0 additions & 2 deletions docs/manuscripts/note-map/ccp-map.md

This file was deleted.

8 changes: 0 additions & 8 deletions docs/manuscripts/note-map/cn-map.md

This file was deleted.

2 changes: 0 additions & 2 deletions docs/manuscripts/note-map/ds-map.md

This file was deleted.

20 changes: 0 additions & 20 deletions docs/manuscripts/note-map/note-map.sidebar.ts

This file was deleted.

2 changes: 0 additions & 2 deletions docs/manuscripts/note-map/os-map.md

This file was deleted.

2 changes: 0 additions & 2 deletions docs/manuscripts/note-map/readme.md

This file was deleted.

Binary file not shown.

0 comments on commit d084c7c

Please sign in to comment.