feat(moderation): add user profile content moderation for avatars, covers, and bios
All checks were successful
Build Backend / build (push) Successful in 4m24s
Build Backend / build-docker (push) Successful in 1m14s

This commit is contained in:
lafay
2026-04-15 11:50:47 +08:00
parent b6f2df87c4
commit 90495385cd
23 changed files with 1561 additions and 55 deletions

View File

@@ -1163,6 +1163,9 @@ type DashboardStatsResponse struct {
PendingReview int64 `json:"pending_review"` // 待审核总数
PendingPostsCount int64 `json:"pending_posts_count"` // 待审核帖子数
PendingComments int64 `json:"pending_comments_count"` // 待审核评论数
PendingAvatars int64 `json:"pending_avatars"` // 待审核头像数
PendingCovers int64 `json:"pending_covers"` // 待审核背景图数
PendingBios int64 `json:"pending_bios"` // 待审核签名数
}
// UserActivityTrendResponse 用户活跃度趋势响应