feat: wellness settings (#927)
Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
This commit is contained in:
parent
81c8a74748
commit
ba9a91a34e
7 changed files with 95 additions and 6 deletions
|
@ -39,6 +39,12 @@ 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue