From 6e1503334ec270836739ba5ded62172d4de2ff6a Mon Sep 17 00:00:00 2001 From: jxxghp Date: Tue, 8 Apr 2025 13:32:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=B8=BB=E9=A2=98=E5=88=87?= =?UTF-8?q?=E6=8D=A2=E5=99=A8=E5=92=8C=E7=94=A8=E6=88=B7=E9=80=9A=E7=9F=A5?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E6=A0=B7=E5=BC=8F=EF=BC=8C=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E5=A4=A7=E5=B0=8F=E6=98=BE=E7=A4=BA=EF=BC=8C?= =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=B8=83=E5=B1=80=E5=92=8C=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E5=8F=98=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/@core/components/ThemeSwitcher.vue | 9 +- src/@layouts/components/VerticalNavLayout.vue | 14 +-- src/api/types.ts | 2 + src/layouts/components/UserNotification.vue | 4 +- src/layouts/components/UserProfile.vue | 98 +++++++++---------- src/styles/styles.scss | 2 +- src/views/reorganize/TransferHistoryView.vue | 23 ++++- 7 files changed, 87 insertions(+), 65 deletions(-) diff --git a/src/@core/components/ThemeSwitcher.vue b/src/@core/components/ThemeSwitcher.vue index 855036e2..41694011 100644 --- a/src/@core/components/ThemeSwitcher.vue +++ b/src/@core/components/ThemeSwitcher.vue @@ -196,9 +196,9 @@ onMounted(() => { -
+ 主题选择 -
+
{ diff --git a/src/api/types.ts b/src/api/types.ts index 72447638..5fd47819 100644 --- a/src/api/types.ts +++ b/src/api/types.ts @@ -188,6 +188,8 @@ export interface TransferHistory { errmsg?: string // 日期 date?: string + // 源文件项 + src_fileitem?: FileItem } // 媒体信息 diff --git a/src/layouts/components/UserNotification.vue b/src/layouts/components/UserNotification.vue index 7d007bec..a19965d7 100644 --- a/src/layouts/components/UserNotification.vue +++ b/src/layouts/components/UserNotification.vue @@ -106,8 +106,10 @@ onBeforeUnmount(() => {