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

@@ -118,11 +118,6 @@ const menuDef = computed<SuperMenuDef[]>(() => [{
text: i18n.ts.emojiPalette,
to: '/settings/emoji-palette',
active: currentPage.value?.route.name === 'emoji-palette',
}, {
icon: 'ti ti-device-desktop',
text: i18n.ts.appearance,
to: '/settings/appearance',
active: currentPage.value?.route.name === 'appearance',
}, {
icon: 'ti ti-music',
text: i18n.ts.sounds,