feat: 添加举报功能前端支持
- 新增 reportService API 服务 - 新增 ReportDialog 举报对话框组件 - 集成举报入口到 PostCard、CommentItem、LongPressMenu Made-with: Cursor
This commit is contained in:
@@ -29,6 +29,7 @@ interface CommentItemProps {
|
||||
onDelete?: (comment: Comment) => void; // 删除评论的回调
|
||||
onImagePress?: (images: ImageGridItem[], index: number) => void; // 点击图片查看大图
|
||||
currentUserId?: string; // 当前用户ID,用于判断子评论作者
|
||||
onReport?: (comment: Comment) => void; // 举报评论的回调
|
||||
}
|
||||
|
||||
function createCommentItemStyles(colors: AppColors) {
|
||||
|
||||
Reference in New Issue
Block a user