From 594bc683cf06de6dbf6dd42bf885b8bafe1ed2bf Mon Sep 17 00:00:00 2001 From: "SGK\\17962" <1796293269@qq.com> Date: Sun, 29 Jun 2025 13:21:13 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=81=E6=9B=B4=E6=8D=A2=E7=99=BB=E5=BD=95?= =?UTF-8?q?=E5=BA=95=E5=9B=BE=202=E3=80=81=E5=8A=A0=E6=B0=B4=E5=8D=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 2 +- src/components/custom/wave-bg.vue | 10 ++++++---- src/theme/settings.ts | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/src/App.vue b/src/App.vue index 3da2cff..dc93020 100644 --- a/src/App.vue +++ b/src/App.vue @@ -31,7 +31,7 @@ const watermarkProps = computed(() => { cross: true, fullscreen: true, fontSize: 14, - fontColor: themeStore.darkMode ? 'rgba(200, 200, 200, 0.03)' : 'rgba(200, 200, 200, 0.2)', + fontColor: themeStore.darkMode ? 'rgba(200, 200, 200, 0.1)' : 'rgba(200, 200, 200, 0.2)', lineHeight: 14, width: 200, height: 300, diff --git a/src/components/custom/wave-bg.vue b/src/components/custom/wave-bg.vue index 1d63f2e..9f0a824 100644 --- a/src/components/custom/wave-bg.vue +++ b/src/components/custom/wave-bg.vue @@ -17,14 +17,16 @@ const darkColor = computed(() => getPaletteColorByNumber(props.themeColor, 500))