From a1f7104959fcefe9940f849456cda934858c5733 Mon Sep 17 00:00:00 2001
From: zhangnuoyan <9354631+zhangnuoyan@user.noreply.gitee.com>
Date: 星期六, 24 八月 2024 14:53:17 +0800
Subject: [PATCH] feat: 增加定制配色模式

---
 src/layout/components/app-header-right/index.vue |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/layout/components/app-header-right/index.vue b/src/layout/components/app-header-right/index.vue
index 0286840..e6b6478 100644
--- a/src/layout/components/app-header-right/index.vue
+++ b/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>

--
Gitblit v1.8.0