fix: xinchun

This commit is contained in:
zzc
2026-03-13 02:26:22 +08:00
parent ff8d9836d5
commit d28b083630
21 changed files with 109 additions and 93 deletions

View File

@@ -8,9 +8,9 @@
</view>
<view class="hero-title">
<text class="year">2026</text>
<text class="main">新春祝福</text>
<text class="main">专属祝福</text>
</view>
<text class="hero-sub">新年快乐万事如意!</text>
<text class="hero-sub">送你一份好运祝福万事如意!</text>
<!-- <image class="hero-decor" src="https://file.lihailezzc.com/resource/58c8d19e5f2d9c958a7b8b9f44b8c3e3.png" mode="aspectFill" /> -->
</view>
@@ -217,7 +217,7 @@ onShareAppMessage(async () => {
const shareToken = await getShareToken("index");
getShareReward({ scene: "index" });
return {
title: "新年好运已送达 🎊|祝福卡·头像·壁纸",
title: "送你一份好运祝福 🎁|头像·壁纸·祝福卡",
path: `/pages/index/index?shareToken=${shareToken}`,
imageUrl:
"https://file.lihailezzc.com/resource/8dd026d76ef7a63d123b7fd698fb989b.png",
@@ -227,7 +227,7 @@ onShareAppMessage(async () => {
onShareTimeline(async () => {
const shareToken = await getShareToken("index_timeline");
return {
title: "新年好运已送达 🎊|祝福卡·头像·壁纸",
title: "送你一份好运祝福 🎁|头像·壁纸·祝福卡",
query: `shareToken=${shareToken}`,
imageUrl:
"https://file.lihailezzc.com/resource/8dd026d76ef7a63d123b7fd698fb989b.png",
@@ -276,20 +276,20 @@ const onNoticeTap = (tip) => {
const features = ref([
{
title: "新春祝福卡片",
title: "专属祝福卡片",
subtitle: "定制专属贺卡吧",
icon: "/static/icon/celebrate.png",
type: "card",
},
{
title: "新年运势",
subtitle: "抽取新年关键词",
title: "专属运势",
subtitle: "抽取专属关键词",
icon: "/static/icon/yunshi.png",
type: "fortune",
},
{
title: "新春头像",
subtitle: "焕上节日新饰",
title: "爆款头像",
subtitle: "焕上精美头像",
icon: "/static/icon/guashi.png",
type: "avatar_decor",
},