feat: 调整样式

This commit is contained in:
Blizzard
2026-02-14 11:31:44 +08:00
parent cbbe82ef63
commit d6f781a666
42 changed files with 827 additions and 293 deletions
+1
View File
@@ -87,6 +87,7 @@ Page({
avatar: avatarObj.url,
content: item.content,
images: (item.imgList || []).map(img => img.url),
location: item.location || '',
time: item.createdAtStr || '刚刚',
likes: item.hasLiked === 1 ? ['我'] : [],
comments: (item.commentList || []).map(c => ({