add user settings page

This commit is contained in:
MaysWind
2023-06-24 01:18:41 +08:00
parent 69f5aca853
commit 178810f908
11 changed files with 1716 additions and 8 deletions
+3 -3
View File
@@ -121,7 +121,7 @@
<template #prepend>
<v-icon class="me-2" :icon="icons.profile" size="22"/>
</template>
<v-list-item-title>{{ $t('User Profile') }}</v-list-item-title>
<v-list-item-title>{{ $t('User Settings') }}</v-list-item-title>
</v-list-item>
<v-list-item to="/app/settings">
<template #prepend>
@@ -191,7 +191,7 @@ import {
mdiWeatherSunny,
mdiWeatherNight,
mdiAccount,
mdiAccountOutline,
mdiAccountCogOutline,
mdiLogout
} from '@mdi/js';
@@ -222,7 +222,7 @@ export default {
themeLight: mdiWeatherSunny,
themeDark: mdiWeatherNight,
user: mdiAccount,
profile: mdiAccountOutline,
profile: mdiAccountCogOutline,
logout: mdiLogout
}
}