🗑️ loadMore

This commit is contained in:
BTMuli
2023-12-10 15:51:56 +08:00
parent 5395304431
commit 8c50da61b1
6 changed files with 107 additions and 19 deletions

View File

@@ -18,7 +18,7 @@ function getPostCard(post: TGApp.Plugins.Mys.News.Item): TGApp.Plugins.Mys.Forum
return {
title: post.post.subject,
cover: postCover,
postId: Number(post.post.post_id),
postId: post.post.post_id,
subtitle: post.post.post_id,
user: {
nickname: post.user.nickname,