enhance(frontend): サーバーのテーマ設定を別ページに分離

This commit is contained in:
syuilo 2023-06-09 15:53:40 +09:00
parent 0465e74521
commit dd733ec1d0
6 changed files with 144 additions and 77 deletions

View file

@ -143,6 +143,11 @@ const menuDef = $computed(() => [{
text: i18n.ts.general,
to: '/admin/settings',
active: currentPage?.route.name === 'settings',
}, {
icon: 'ti ti-paint',
text: i18n.ts.branding,
to: '/admin/branding',
active: currentPage?.route.name === 'branding',
}, {
icon: 'ti ti-shield',
text: i18n.ts.moderation,