Merge branch 'develop' into feat-1714

This commit is contained in:
かっこかり 2024-06-13 15:02:47 +09:00 committed by GitHub
commit 8754ca6fd7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
118 changed files with 7642 additions and 466 deletions

View file

@ -471,6 +471,14 @@ const routes: RouteDef[] = [{
path: '/invites',
name: 'invites',
component: page(() => import('@/pages/admin/invites.vue')),
}, {
path: '/abuse-report-notification-recipient',
name: 'abuse-report-notification-recipient',
component: page(() => import('@/pages/admin/abuse-report/notification-recipient.vue')),
}, {
path: '/system-webhook',
name: 'system-webhook',
component: page(() => import('@/pages/admin/system-webhook.vue')),
}, {
path: '/',
component: page(() => import('@/pages/_empty_.vue')),