fix: make content api

This commit is contained in:
zzc
2026-02-06 11:43:28 +08:00
parent 36ff1fb988
commit c43433848e
4 changed files with 8 additions and 8 deletions

View File

@@ -11,7 +11,7 @@
mode="aspectFill" mode="aspectFill"
/> />
<text class="banner-text" <text class="banner-text"
>你的好友 {{ inviterName }} 正在测试2026新年运势</text >你的好友 {{ inviterName }} 正在抽取2026新年运势</text
> >
</view> </view>
<!-- <view class="top-banner" v-else> <!-- <view class="top-banner" v-else>
@@ -73,9 +73,7 @@
<view class="qr-placeholder"></view> <view class="qr-placeholder"></view>
</view> --> </view> -->
<view class="footer-text">2026 灵马贺岁 · 测出你的新年锦鲤关键词</view> <view class="footer-text">2026 灵马贺岁 · 测出你的新年锦鲤关键词</view>
<view class="footer-sub" <view class="footer-sub">2026 HAPPY NEW YEAR</view>
>LONG-PRESS TO SAVE OR SCAN TO JOIN THE RITUAL</view
>
</view> </view>
</view> </view>
</template> </template>

View File

@@ -175,7 +175,7 @@ onLoad((options) => {
onShareAppMessage(async () => { onShareAppMessage(async () => {
const shareToken = await getShareToken("index"); const shareToken = await getShareToken("index");
return { return {
title: "新春祝福", title: "新年好运已送达 🎊|祝福卡·头像·壁纸",
path: `/pages/index/index?shareToken=${shareToken}`, path: `/pages/index/index?shareToken=${shareToken}`,
imageUrl: imageUrl:
"https://file.lihailezzc.com/resource/cfed2edbfa19250b836a87a4bbf0d5ad.png", "https://file.lihailezzc.com/resource/cfed2edbfa19250b836a87a4bbf0d5ad.png",

View File

@@ -206,7 +206,7 @@
<!-- 文字编辑 --> <!-- 文字编辑 -->
<view v-if="activeTool === 'text'" class="section text-edit-section"> <view v-if="activeTool === 'text'" class="section text-edit-section">
<view class="form-item"> <view class="form-item">
<text class="label">祝福对象</text> <text class="label">祝福对象(可不填)</text>
<input <input
class="input-box" class="input-box"
v-model="targetName" v-model="targetName"
@@ -219,7 +219,7 @@
<!-- 署名 --> <!-- 署名 -->
<view class="form-item"> <view class="form-item">
<text class="label">署名</text> <text class="label">署名(可不填)</text>
<view class="input-wrapper"> <view class="input-wrapper">
<input <input
class="input-box" class="input-box"

View File

@@ -51,7 +51,7 @@
<text class="vip-title">祥瑞会员中心</text> <text class="vip-title">祥瑞会员中心</text>
<view class="diamond-tag">DIAMOND</view> <view class="diamond-tag">DIAMOND</view>
</view> </view>
<text class="vip-subtitle">开通永久会员解锁全部特权</text> <text class="vip-subtitle">开通会员解锁全部特权</text>
</view> </view>
</view> </view>
<view class="vip-right"> <view class="vip-right">
@@ -171,6 +171,8 @@ onShareAppMessage(() => {
return { return {
title: "新年好运已送达 🎊|祝福卡·头像·壁纸", title: "新年好运已送达 🎊|祝福卡·头像·壁纸",
path: "/pages/index/index", path: "/pages/index/index",
imageUrl:
"https://file.lihailezzc.com/resource/cfed2edbfa19250b836a87a4bbf0d5ad.png",
}; };
}); });