refactor: preferences settings (#1173)

This commit is contained in:
webfansplz 2023-01-15 22:19:22 +08:00 committed by GitHub
parent ccad8bf22b
commit 88c96cb304
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 108 additions and 203 deletions

View file

@ -39,12 +39,6 @@ const isRootPath = computedEager(() => route.name === 'settings')
:text="$t('settings.interface.label')"
to="/settings/interface"
/>
<SettingsItem
command
icon="i-ri-leaf-line"
:text="$t('settings.wellness.label')"
to="/settings/wellness"
/>
<SettingsItem
v-if="isHydrated && currentUser"
command