feature(backend): ユーザー統計表示機能の復活 (MisskeyIO#258)

This commit is contained in:
まっちゃとーにゅ 2023-11-24 03:26:58 +09:00 committed by GitHub
parent 84a7f12e7f
commit 114c7fe6b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 401 additions and 1 deletions

View file

@ -170,6 +170,10 @@ export const routes = [{
path: '/accounts',
name: 'profile',
component: page(() => import('./pages/settings/accounts.vue')),
}, {
path: '/account-stats',
name: 'other',
component: page(() => import('./pages/settings/account-stats.vue')),
}, {
path: '/other',
name: 'other',