zhangnuoyan
2024-08-24 acf2c9369e0d7dfa65360358978fc0018d76a771
src/layout/components/app-header-right/index.vue
@@ -28,6 +28,7 @@
                                <template #icon>
                                    <icon-moon-fill v-if="currentThemeMode === 'dark'" />
                                    <icon-sun-fill v-if="currentThemeMode === 'light'" />
                                    <icon-cloud v-if="currentThemeMode === 'custom'" />
                                    <icon-desktop v-if="currentThemeMode === 'auto'" />
                                </template>
                            </a-button>