feat(moderation): add user profile content moderation for avatars, covers, and bios
This commit is contained in:
@@ -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 用户活跃度趋势响应
|
||||
|
||||
Reference in New Issue
Block a user