enhance(frontend): tweak avatar decoration setting ui

This commit is contained in:
syuilo
2023-12-16 17:37:50 +09:00
parent c167f20643
commit 776eea736a
7 changed files with 68 additions and 43 deletions

View File

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