documents/process/sidebar.ts
2025-04-03 19:36:44 +08:00

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',
},
],
},
],
},
]