From 77e5c96577bfe426e4a341361e5c196dd5c5b7c9 Mon Sep 17 00:00:00 2001
From: zhangnuoyan <9354631+zhangnuoyan@user.noreply.gitee.com>
Date: 星期日, 25 八月 2024 16:28:28 +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