feat: redesign community tab page

This commit is contained in:
hajimi
2026-08-02 00:42:11 +08:00
parent 07a366cf3a
commit 0b46d497ae
8 changed files with 988 additions and 1383 deletions
+5
View File
@@ -57,6 +57,11 @@ export function getTagLists() {
return request.get({ url: '/community/tagLists' })
}
// 社区用户统计(积分、关注等)
export function getCommunityUserStats() {
return request.get({ url: '/community/userStats' })
}
// 购买帖子
export function purchasePost(data: { post_id: number; confirm?: number }) {
return request.post({ url: '/community/purchasePost', data })