fix: index page

This commit is contained in:
zzc
2026-02-27 18:04:30 +08:00
parent 1d1b49d36e
commit f40c33fa2e

View File

@@ -339,20 +339,20 @@ const lunarDate = computed(() => {
}); });
const sceneList = ref([ const sceneList = ref([
{ { id: 3, name: "每日问候", icon: "/static/icon/yunshi.png", scene: "daily" },
id: 1,
name: "节日祝福",
icon: "/static/icon/celebrate.png",
scene: "holiday",
},
{ {
id: 2, id: 2,
name: "生日纪念", name: "生日纪念",
icon: "/static/icon/guashi.png", icon: "/static/icon/guashi.png",
scene: "birthday", scene: "birthday",
}, },
{ id: 3, name: "每日问候", icon: "/static/icon/yunshi.png", scene: "daily" },
{ id: 4, name: "情感表达", icon: "/static/icon/hongbao.png", scene: "love" }, { id: 4, name: "情感表达", icon: "/static/icon/hongbao.png", scene: "love" },
{
id: 1,
name: "节日祝福",
icon: "/static/icon/celebrate.png",
scene: "holiday",
},
]); ]);
const wallpaperList = ref([]); const wallpaperList = ref([]);