mirror of
https://github.com/142vip/408CSFamily.git
synced 2026-02-13 07:16:20 +08:00
33 lines
557 B
TypeScript
33 lines
557 B
TypeScript
export const cppSidebar = [
|
|
{
|
|
text: '引论',
|
|
prefix: 'basic-introduction',
|
|
children: []
|
|
},
|
|
{
|
|
text: '数据的表示和运算',
|
|
prefix: 'basic-introduction',
|
|
children: []
|
|
},
|
|
{
|
|
text: '存储系统',
|
|
prefix: 'basic-introduction',
|
|
children: []
|
|
},
|
|
{
|
|
text: '中央处理器',
|
|
prefix: 'basic-introduction',
|
|
children: []
|
|
},
|
|
{
|
|
text: '总线',
|
|
prefix: 'basic-introduction',
|
|
children: []
|
|
},
|
|
{
|
|
text: '输入、输出系统',
|
|
prefix: 'basic-introduction',
|
|
children: []
|
|
}
|
|
]
|