zhangnuoyan
2024-08-25 efd620b121f27ba59a265402f2cec0ea0a5a1309
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>