feature(backend): ユーザー統計表示機能の復活 (MisskeyIO#258)
This commit is contained in:
parent
84a7f12e7f
commit
114c7fe6b3
8 changed files with 401 additions and 1 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue