feat(projects): add page: about

This commit is contained in:
Soybean
2024-01-18 23:51:04 +08:00
parent f1b86ccb1d
commit 4955f1af89
9 changed files with 139 additions and 0 deletions

View File

@ -36,6 +36,17 @@ export const generatedRoutes: GeneratedRoute[] = [
constant: true
}
},
{
name: 'about',
path: '/about',
component: 'layout.base$view.about',
meta: {
title: 'about',
i18nKey: 'route.about',
icon: 'fluent:book-information-24-regular',
order: 10
}
},
{
name: 'home',
path: '/home',