From f3345fc87d40b81a99fef2fa1c7d09366ceb3ffe Mon Sep 17 00:00:00 2001 From: huangge1199 Date: Mon, 29 Apr 2024 10:43:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=BB=98=E8=AE=A4=E8=83=8C?= =?UTF-8?q?=E6=99=AF=E4=B8=BA=E9=9A=8F=E6=9C=BA=E5=8A=A8=E6=BC=AB=E5=9B=BE?= =?UTF-8?q?=E7=89=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/store/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store/index.js b/src/store/index.js index 3ba5dcf..1901d27 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -5,7 +5,7 @@ export const mainStore = defineStore("main", { return { imgLoadStatus: false, // 壁纸加载状态 innerWidth: null, // 当前窗口宽度 - coverType: "0", // 壁纸种类 + coverType: "3", // 壁纸种类 siteStartShow: false, // 建站日期显示 musicClick: false, // 音乐链接是否跳转 musicIsOk: false, // 音乐是否加载完成