enhance(frontend): re-organize settings page

This commit is contained in:
syuilo 2025-03-13 17:39:53 +09:00
parent 10b67e1b3a
commit 5d228fb0f3
8 changed files with 702 additions and 779 deletions

View file

@ -105,10 +105,6 @@ const routes: RouteDef[] = [{
path: '/theme',
name: 'theme',
component: page(() => import('@/pages/settings/theme.vue')),
}, {
path: '/appearance',
name: 'appearance',
component: page(() => import('@/pages/settings/appearance.vue')),
}, {
path: '/navbar',
name: 'navbar',