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

@@ -143,7 +143,7 @@ onShareAppMessage(async (options) => {
if (!isLoggedIn.value) {
const shareToken = await getShareToken("avatar_download_index", "");
return {
title: "新年好运已送达 🎊|祝福卡·头像·壁纸",
title: "送你一份好运祝福 🎁|头像·壁纸·祝福卡",
path: `/pages/index/index?shareToken=${shareToken}`,
imageUrl:
"https://file.lihailezzc.com/resource/8dd026d76ef7a63d123b7fd698fb989b.png",
@@ -162,7 +162,7 @@ onShareAppMessage(async (options) => {
} else {
const shareToken = await getShareToken("avatar_download_index", "");
return {
title: "新年好运已送达 🎊|祝福卡·头像·壁纸",
title: "送你一份好运祝福 🎁|头像·壁纸·祝福卡",
path: `/pages/index/index?shareToken=${shareToken}`,
imageUrl:
"https://file.lihailezzc.com/resource/8dd026d76ef7a63d123b7fd698fb989b.png",
@@ -173,7 +173,7 @@ onShareAppMessage(async (options) => {
onShareTimeline(async () => {
const shareToken = await getShareToken("avatar_timeline");
return {
title: "精选新年头像,定制专属祝福 🧧",
title: "精选头像,定制专属祝福 🧧",
query: `shareToken=${shareToken}`,
imageUrl:
"https://file.lihailezzc.com/resource/8dd026d76ef7a63d123b7fd698fb989b.png",