mirror of
https://github.com/142vip/408CSFamily.git
synced 2026-04-08 21:19:09 +08:00
24 lines
393 B
TypeScript
24 lines
393 B
TypeScript
|
|
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'
|
|
}]
|
|
}]
|