zhangnuoyan
2024-08-24 a1f7104959fcefe9940f849456cda934858c5733
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>