enhance(frontend): re-organize settings page

This commit is contained in:
syuilo 2025-03-13 19:30:35 +09:00
parent 3280a3d661
commit 0126dba475
6 changed files with 568 additions and 597 deletions

View file

@ -57,10 +57,6 @@ const routes: RouteDef[] = [{
path: '/avatar-decoration',
name: 'avatarDecoration',
component: page(() => import('@/pages/settings/avatar-decoration.vue')),
}, {
path: '/roles',
name: 'roles',
component: page(() => import('@/pages/settings/roles.vue')),
}, {
path: '/privacy',
name: 'privacy',