27 lines
518 B
TypeScript
27 lines
518 B
TypeScript
export const nav = [
|
|
{
|
|
items: [
|
|
{
|
|
title: 'AI 教学设计',
|
|
url: '/course/prep/teach',
|
|
icon: 'tabler:calendar-cog',
|
|
},
|
|
{
|
|
title: 'AI 课件设计',
|
|
url: '/course/prep/deck',
|
|
icon: 'tabler:book-2',
|
|
},
|
|
{
|
|
title: 'AI 出题',
|
|
url: '/course/prep/quiz',
|
|
icon: 'tabler:notebook',
|
|
},
|
|
{
|
|
title: '微视频制作',
|
|
url: '/course/prep/test',
|
|
icon: 'tabler:video',
|
|
},
|
|
],
|
|
},
|
|
]
|