1
0
mirror of https://github.com/fumiama/paper-manager.git synced 2026-06-12 04:00:23 +08:00

add /api/getUserRegex

This commit is contained in:
源文雨
2023-04-21 00:29:25 +08:00
parent f65874cf52
commit 155420d0a7
10 changed files with 337 additions and 276 deletions

View File

@@ -19,6 +19,10 @@ const menu: MenuModule = {
path: 'account',
name: t('routes.dashboard.account'),
},
{
path: 'regex',
name: t('routes.dashboard.regex'),
},
],
},
}