From 7eb731205bf7af21f36e0e0427152c453cbb2772 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=86=8A=E9=BE=99=E5=85=B5?= <2548898737@qq.com> Date: Sun, 27 Oct 2024 22:08:56 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E8=83=8C=E6=99=AF=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E6=94=B9=E4=B8=BA=E5=BF=85=E5=BA=94=E9=9A=8F=E6=9C=BA=E5=9B=BE?= =?UTF-8?q?=E7=89=87=EF=BC=8C=E9=9A=8F=E6=9C=BA=E9=A3=8E=E6=99=AF=E5=92=8C?= =?UTF-8?q?=E5=8A=A8=E6=BC=ABapi=E7=9B=AE=E5=89=8D=E5=B7=B2=E5=A4=B1?= =?UTF-8?q?=E6=95=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/AllFunc/AllSet.vue | 6 +++--- src/stores/setData.js | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/AllFunc/AllSet.vue b/src/components/AllFunc/AllSet.vue index 3258b35..b99b012 100644 --- a/src/components/AllFunc/AllSet.vue +++ b/src/components/AllFunc/AllSet.vue @@ -45,7 +45,7 @@ @@ -293,8 +293,8 @@ const customCoverUrl = ref(""); const backgroundTypeArr = [ { name: "本地默认", tip: "默认壁纸,随机更换" }, { name: "每日必应", tip: "必应每日一图,每天更新" }, - { name: "随机风景", tip: "随机风景图,随机更换" }, - { name: "随机动漫", tip: "随机二次元图,随机更换" }, + // { name: "随机风景", tip: "随机风景图,随机更换" }, + // { name: "随机动漫", tip: "随机二次元图,随机更换" }, ]; // 主题类别 diff --git a/src/stores/setData.js b/src/stores/setData.js index b54435e..38ea47f 100644 --- a/src/stores/setData.js +++ b/src/stores/setData.js @@ -7,7 +7,7 @@ const useSetDataStore = defineStore("setData", { themeType: "light", // 壁纸类别 // 0 本地 / 1 必应 / 2 随机风景 / 3 随机动漫 / 4 自定义 - backgroundType: 2, + backgroundType: 1, backgroundCustom: "", // 壁纸遮罩 showBackgroundGray: true,