From f589b506a7249fc68a2de95a83f019ed09798c3a Mon Sep 17 00:00:00 2001 From: NanoRocky <76585834+NanoRocky@users.noreply.github.com> Date: Mon, 25 Nov 2024 23:05:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BF=98=E8=AE=B0=E6=94=B9=E5=9B=9E=E5=8E=BB?= =?UTF-8?q?=E4=BA=86=EF=BC=88=EF=BC=89?= 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 ce83c4a..cc02cc3 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -4,7 +4,7 @@ export const mainStore = defineStore("main", { state: () => ({ imgLoadStatus: false, // 壁纸加载状态 innerWidth: null, // 当前窗口宽度 - coverType: "1", // 壁纸种类 + coverType: "0", // 壁纸种类 siteStartShow: true, // 建站日期显示 musicClick: true, // 音乐链接是否跳转 musicIsOk: false, // 音乐是否加载完成