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, // 音乐是否加载完成