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,