1
0
mirror of https://github.com/fumiama/paper-manager.git synced 2026-06-20 02:16:22 +08:00

add dashboard/account

This commit is contained in:
源文雨
2023-03-21 00:29:25 +08:00
parent 1573b63d8b
commit dae0830d24
15 changed files with 463 additions and 49 deletions

View File

@@ -11,6 +11,10 @@ const menu: MenuModule = {
path: 'analysis',
name: t('routes.dashboard.analysis'),
},
{
path: 'account',
name: t('routes.dashboard.account'),
},
{
path: 'workbench',
name: t('routes.dashboard.workbench'),