From c43433848e639fc0357ba8bc191196bcbc269109 Mon Sep 17 00:00:00 2001 From: zzc <1761997216@qq.com> Date: Fri, 6 Feb 2026 11:43:28 +0800 Subject: [PATCH] fix: make content api --- pages/fortune/detail.vue | 6 ++---- pages/index/index.vue | 2 +- pages/make/index.vue | 4 ++-- pages/mine/mine.vue | 4 +++- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/pages/fortune/detail.vue b/pages/fortune/detail.vue index ac96780..da7b216 100644 --- a/pages/fortune/detail.vue +++ b/pages/fortune/detail.vue @@ -11,7 +11,7 @@ mode="aspectFill" /> 你的好友 {{ inviterName }} 正在抽取2026新年运势 2026 灵马贺岁 · 测出你的新年锦鲤关键词 - LONG-PRESS TO SAVE OR SCAN TO JOIN THE RITUAL + 2026 HAPPY NEW YEAR diff --git a/pages/index/index.vue b/pages/index/index.vue index 429f039..21afe68 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -175,7 +175,7 @@ onLoad((options) => { onShareAppMessage(async () => { const shareToken = await getShareToken("index"); return { - title: "新春祝福", + title: "新年好运已送达 🎊|祝福卡·头像·壁纸", path: `/pages/index/index?shareToken=${shareToken}`, imageUrl: "https://file.lihailezzc.com/resource/cfed2edbfa19250b836a87a4bbf0d5ad.png", diff --git a/pages/make/index.vue b/pages/make/index.vue index f28f1d3..9ff0442 100644 --- a/pages/make/index.vue +++ b/pages/make/index.vue @@ -206,7 +206,7 @@ - 祝福对象 + 祝福对象(可不填) - 署名 + 署名(可不填) 祥瑞会员中心 DIAMOND - 开通永久会员解锁全部特权 + 开通会员解锁全部特权 @@ -171,6 +171,8 @@ onShareAppMessage(() => { return { title: "新年好运已送达 🎊|祝福卡·头像·壁纸", path: "/pages/index/index", + imageUrl: + "https://file.lihailezzc.com/resource/cfed2edbfa19250b836a87a4bbf0d5ad.png", }; });