1
0
mirror of https://github.com/142vip/408CSFamily.git synced 2026-03-24 13:50:33 +08:00
Files
408CSFamily/docs/manuscripts/note-map/note-map.sidebar.ts
喜欢芝士的妹妹 6d81d1706a feat: 修改代码
2023-08-30 22:12:32 +08:00

21 lines
372 B
TypeScript

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