1
0
mirror of https://github.com/142vip/408CSFamily.git synced 2026-04-01 01:30:48 +08:00
Files
408CSFamily/docs/manuscripts/mark-map/mark-map.sidebar.ts

24 lines
309 B
TypeScript

/**
* 思维导图侧边栏
*/
export const MarkMapSidebar = [
{
text: '数据结构',
link: 'ds-map.md'
},
{
text: '操作系统',
link: 'os-map.md'
},
{
text: '计算机组成原理',
link: 'ccp-map.md'
},
{
text: '计算机网络',
link: 'cn-map.md'
}
]