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