fix: index page
This commit is contained in:
@@ -339,20 +339,20 @@ const lunarDate = computed(() => {
|
||||
});
|
||||
|
||||
const sceneList = ref([
|
||||
{
|
||||
id: 1,
|
||||
name: "节日祝福",
|
||||
icon: "/static/icon/celebrate.png",
|
||||
scene: "holiday",
|
||||
},
|
||||
{ id: 3, name: "每日问候", icon: "/static/icon/yunshi.png", scene: "daily" },
|
||||
{
|
||||
id: 2,
|
||||
name: "生日纪念",
|
||||
icon: "/static/icon/guashi.png",
|
||||
scene: "birthday",
|
||||
},
|
||||
{ id: 3, name: "每日问候", icon: "/static/icon/yunshi.png", scene: "daily" },
|
||||
{ id: 4, name: "情感表达", icon: "/static/icon/hongbao.png", scene: "love" },
|
||||
{
|
||||
id: 1,
|
||||
name: "节日祝福",
|
||||
icon: "/static/icon/celebrate.png",
|
||||
scene: "holiday",
|
||||
},
|
||||
]);
|
||||
|
||||
const wallpaperList = ref([]);
|
||||
|
||||
Reference in New Issue
Block a user