enhance(frontend): サーバーのテーマ設定を別ページに分離
This commit is contained in:
@@ -392,6 +392,10 @@ export const routes = [{
|
||||
path: '/settings',
|
||||
name: 'settings',
|
||||
component: page(() => import('./pages/admin/settings.vue')),
|
||||
}, {
|
||||
path: '/branding',
|
||||
name: 'branding',
|
||||
component: page(() => import('./pages/admin/branding.vue')),
|
||||
}, {
|
||||
path: '/moderation',
|
||||
name: 'moderation',
|
||||
|
Reference in New Issue
Block a user