enhance(frontend): サーバーのテーマ設定を別ページに分離
This commit is contained in:
parent
0465e74521
commit
dd733ec1d0
6 changed files with 144 additions and 77 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue