1
0
mirror of https://github.com/142vip/408CSFamily.git synced 2026-04-13 18:00:58 +08:00

feat: 绘制部分思维导图

This commit is contained in:
chu fan
2023-10-08 17:38:40 +08:00
parent 65dd689411
commit d084c7c12d
13 changed files with 68 additions and 36 deletions

View 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"
/>

View 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"
/>

View 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"
/>

View 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'
}
]

View 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"
/>

View 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>

View File

@@ -1,2 +0,0 @@
# 计算机组成原理

View File

@@ -1,8 +0,0 @@
# 计算机网络
<iframe
src="https://142vip-cn.feishu.cn/share/base/view/shrcnpso8R4vCid01wmg66hFjae"
width="100%"
height="600px"
/>

View File

@@ -1,2 +0,0 @@
# 数据结构

View File

@@ -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'
}]
}
]

View File

@@ -1,2 +0,0 @@
# 操作系统

View File

@@ -1,2 +0,0 @@
# 思维导图