This commit is contained in:
louiscklaw
2025-04-26 06:15:18 +08:00
parent df87cfb037
commit 6e8fea3bdd
57 changed files with 1392 additions and 20183 deletions

View File

@@ -28,27 +28,27 @@ export const layoutConfig = {
items: [
{
key: 'lesson-types',
title: 'type',
title: 'lesson-types',
icon: 'users',
items: [
{
key: 'lesson-types',
title: 'dashboard.lessonTypes.list',
title: 'lessonTypes.list',
href: paths.dashboard.lesson_types.list,
},
{
key: 'lesson-categories',
title: 'dashboard.lessonCategories.list',
title: 'lessonCategories.list',
href: paths.dashboard.lesson_categories.list,
},
{
key: 'vocabulary',
title: 'dashboard.vocabularies.list',
title: 'vocabularies.list',
href: paths.dashboard.vocabularies.list,
},
{
key: 'connective',
title: 'dashboard.connectives.list',
title: 'connectives.list',
href: paths.dashboard.connectives.list,
},
],