From f435b4fc52e933cfd4311198592cdb66e5b3b203 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Mon, 12 May 2025 11:23:48 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=A8=20fetchBackgroundImages=20=E5=87=BD?= =?UTF-8?q?=E6=95=B0=E4=B8=AD=E5=88=9D=E5=A7=8B=E5=8C=96=20activeImageInde?= =?UTF-8?q?x=20=E4=B8=BA=200=EF=BC=8C=E4=BB=A5=E7=A1=AE=E4=BF=9D=E8=83=8C?= =?UTF-8?q?=E6=99=AF=E5=9B=BE=E7=89=87=E5=8A=A0=E8=BD=BD=E6=97=B6=E7=9A=84?= =?UTF-8?q?=E7=B4=A2=E5=BC=95=E6=AD=A3=E7=A1=AE=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App.vue b/src/App.vue index e47244ea..f8a207df 100644 --- a/src/App.vue +++ b/src/App.vue @@ -82,6 +82,7 @@ function updateHtmlThemeAttribute(themeName: string) { async function fetchBackgroundImages() { try { backgroundImages.value = await api.get(`/login/wallpapers`) + activeImageIndex.value = 0 } catch (e) { console.error(e) }