1
0
mirror of https://github.com/142vip/408CSFamily.git synced 2026-07-02 04:56:14 +08:00
Files
408CSFamily/docs/manuscripts/mark-map/note-map.sidebar.ts
2023-10-08 17:38:40 +08:00

16 lines
268 B
TypeScript

export const noteMapSidebar = [
{
text: '数据结构',
link: 'ds-map.md'
}, {
text: '操作系统',
link: 'os-map.md'
}, {
text: '计算机组成原理',
link: 'ccp-map.md'
}, {
text: '计算机网络',
link: 'cn-map.md'
}
]