feat(settings): about page
This commit is contained in:
parent
3563b58651
commit
c0a2aca98a
7 changed files with 146 additions and 59 deletions
|
@ -12,14 +12,14 @@ definePageMeta({
|
|||
</div>
|
||||
</template>
|
||||
|
||||
<SettingsNavItem
|
||||
<SettingsItem
|
||||
command
|
||||
icon="i-ri:user-settings-line"
|
||||
:text="$t('settings.profile.appearance.label')"
|
||||
:description="$t('settings.profile.appearance.description')"
|
||||
to="/settings/profile/appearance"
|
||||
/>
|
||||
<SettingsNavItem
|
||||
<SettingsItem
|
||||
command
|
||||
icon="i-ri:hashtag"
|
||||
:text="$t('settings.profile.featured_tags.label')"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue