mirror of
https://github.com/142vip/408CSFamily.git
synced 2026-04-14 18:30:30 +08:00
docs: update
This commit is contained in:
2
docs/manuscripts/note-map/ccp-map.md
Normal file
2
docs/manuscripts/note-map/ccp-map.md
Normal file
@@ -0,0 +1,2 @@
|
||||
|
||||
# 计算机组成原理
|
||||
@@ -1,2 +1,2 @@
|
||||
|
||||
# 计算机网络思维导图
|
||||
# 计算机网络
|
||||
@@ -1 +1,2 @@
|
||||
## 数据结构思维导图
|
||||
|
||||
# 数据结构
|
||||
23
docs/manuscripts/note-map/note-map.sidebar.ts
Normal file
23
docs/manuscripts/note-map/note-map.sidebar.ts
Normal file
@@ -0,0 +1,23 @@
|
||||
|
||||
export const noteMapSidebar=[{
|
||||
text: '考研相关',
|
||||
children: [{
|
||||
text: '测试',
|
||||
link: '/333'
|
||||
}]
|
||||
}, {
|
||||
text: "思维导图",
|
||||
children: [{
|
||||
text: '数据结构',
|
||||
link: 'ds-map.md'
|
||||
}, {
|
||||
text: '操作系统',
|
||||
link: 'os-map.md'
|
||||
}, {
|
||||
text: '计算机组成原理',
|
||||
link: 'ccp-map.md'
|
||||
}, {
|
||||
text: '计算机网络',
|
||||
link: 'cn-map.md'
|
||||
}]
|
||||
}]
|
||||
2
docs/manuscripts/note-map/os-map.md
Normal file
2
docs/manuscripts/note-map/os-map.md
Normal file
@@ -0,0 +1,2 @@
|
||||
|
||||
# 操作系统
|
||||
Reference in New Issue
Block a user