放出暗黑按钮
This commit is contained in:
@@ -65,11 +65,11 @@ const headerMenus = computed(() => {
|
||||
<div class="h-full flex-y-center justify-end">
|
||||
<LangSwitch :lang="appStore.locale" :lang-options="appStore.localeOptions" @change-lang="appStore.changeLocale" />
|
||||
<FullScreen v-if="!appStore.isMobile" :full="isFullscreen" @click="toggle" />
|
||||
<!-- <ThemeSchemaSwitch-->
|
||||
<!-- :theme-schema="themeStore.themeScheme"-->
|
||||
<!-- :is-dark="themeStore.darkMode"-->
|
||||
<!-- @switch="themeStore.toggleThemeScheme"-->
|
||||
<!-- />-->
|
||||
<ThemeSchemaSwitch
|
||||
:theme-schema="themeStore.themeScheme"
|
||||
:is-dark="themeStore.darkMode"
|
||||
@switch="themeStore.toggleThemeScheme"
|
||||
/>
|
||||
<ThemeButton v-if="hasRole('super')" />
|
||||
<UserAvatar />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user