mirror of
https://github.com/142vip/408CSFamily.git
synced 2026-04-13 18:00:58 +08:00
feat: 绘制部分思维导图
This commit is contained in:
11
docs/manuscripts/mark-map/ccp-map.md
Normal file
11
docs/manuscripts/mark-map/ccp-map.md
Normal file
@@ -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
docs/manuscripts/mark-map/cn-map.md
Normal file
11
docs/manuscripts/mark-map/cn-map.md
Normal file
@@ -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
docs/manuscripts/mark-map/ds-map.md
Normal file
11
docs/manuscripts/mark-map/ds-map.md
Normal file
@@ -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
docs/manuscripts/mark-map/note-map.sidebar.ts
Normal file
15
docs/manuscripts/mark-map/note-map.sidebar.ts
Normal file
@@ -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
docs/manuscripts/mark-map/os-map.md
Normal file
11
docs/manuscripts/mark-map/os-map.md
Normal file
@@ -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
docs/manuscripts/mark-map/readme.md
Normal file
9
docs/manuscripts/mark-map/readme.md
Normal file
@@ -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>
|
||||
|
||||
|
||||
|
||||
@@ -1,2 +0,0 @@
|
||||
|
||||
# 计算机组成原理
|
||||
@@ -1,8 +0,0 @@
|
||||
|
||||
# 计算机网络
|
||||
|
||||
<iframe
|
||||
src="https://142vip-cn.feishu.cn/share/base/view/shrcnpso8R4vCid01wmg66hFjae"
|
||||
width="100%"
|
||||
height="600px"
|
||||
/>
|
||||
@@ -1,2 +0,0 @@
|
||||
|
||||
# 数据结构
|
||||
@@ -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'
|
||||
}]
|
||||
}
|
||||
]
|
||||
@@ -1,2 +0,0 @@
|
||||
|
||||
# 操作系统
|
||||
@@ -1,2 +0,0 @@
|
||||
|
||||
# 思维导图
|
||||
BIN
manuscripts/思维导图/操作系统发展历程.xmind
Normal file
BIN
manuscripts/思维导图/操作系统发展历程.xmind
Normal file
Binary file not shown.
Reference in New Issue
Block a user