Token API done without verification

This commit is contained in:
JustSong
2023-04-23 11:31:00 +08:00
parent c30b069f2e
commit b908229429
11 changed files with 546 additions and 64 deletions

View File

@@ -19,6 +19,11 @@ const headerButtons = [
icon: 'sitemap',
admin: true,
},
{
name: '令牌',
to: '/token',
icon: 'key',
},
{
name: '用户',
to: '/user',