fix: avatar juzhong

This commit is contained in:
zzc
2026-02-09 20:18:24 +08:00
parent 247f238377
commit 06ded41769

View File

@@ -713,7 +713,8 @@ onShareAppMessage(async () => {
return {
title: "我做了一个新头像,真的太好看了",
path: `/pages/avatar/detail?shareToken=${shareToken}`,
imageUrl, // 使用默认封面或 popularCards 的封面
imageUrl:
imageUrl + "?imageMogr2/thumbnail/!500x400r/gravity/Center/crop/500x400",
};
});