mirror of
https://github.com/m1ngsama/documents.git
synced 2025-12-24 10:51:23 +00:00
26 lines
466 B
TypeScript
26 lines
466 B
TypeScript
export const sidebar = [
|
|
{
|
|
text: '说明',
|
|
link: '/process/index',
|
|
},
|
|
{
|
|
text: '2025版本',
|
|
collapsed: false,
|
|
base: '/process/2025/',
|
|
items: [
|
|
{
|
|
text: '申报流程',
|
|
items: [
|
|
{
|
|
text: '借教室',
|
|
link: 'borrow-classroom',
|
|
},
|
|
{
|
|
text: '申请第二课堂学分',
|
|
link: 'apply-for-credits',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
},
|
|
]
|