From 8c405d941b2268bf6bd3590029bfb57385e153c8 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Sun, 27 Apr 2025 12:55:43 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=85=A8=E5=B1=80=E7=A3=A8?= =?UTF-8?q?=E7=A0=82=E5=B1=82=E6=98=BE=E7=A4=BA=E9=80=BB=E8=BE=91=EF=BC=8C?= =?UTF-8?q?=E4=BB=85=E5=9C=A8=E7=94=A8=E6=88=B7=E7=99=BB=E5=BD=95=E6=97=B6?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=EF=BC=9B=E4=BF=AE=E6=94=B9=E5=88=86=E4=BA=AB?= =?UTF-8?q?=E8=AE=A2=E9=98=85=E5=AF=B9=E8=AF=9D=E6=A1=86=E7=9A=84=E6=9C=80?= =?UTF-8?q?=E5=A4=A7=E5=AE=BD=E5=BA=A6=EF=BC=9B=E4=B8=BA=E7=99=BB=E5=BD=95?= =?UTF-8?q?=E6=8C=89=E9=92=AE=E6=B7=BB=E5=8A=A0=E5=9B=BE=E6=A0=87=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 2 +- src/components/dialog/SubscribeShareDialog.vue | 2 +- src/pages/login.vue | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/App.vue b/src/App.vue index 608d51ac..1bee37bc 100644 --- a/src/App.vue +++ b/src/App.vue @@ -205,7 +205,7 @@ onUnmounted(() => { :style="{ backgroundImage: `url(${getImgUrl(imageUrl)})` }" > -
+
diff --git a/src/components/dialog/SubscribeShareDialog.vue b/src/components/dialog/SubscribeShareDialog.vue index 82bd0572..463f9487 100644 --- a/src/components/dialog/SubscribeShareDialog.vue +++ b/src/components/dialog/SubscribeShareDialog.vue @@ -51,7 +51,7 @@ const $toast = useToast()