Skip to main content

PendingCommentItem

Function PendingCommentItem 

Source
pub fn PendingCommentItem(_: PendingCommentItemProps) -> Element
Expand description

待审核评论项组件。

Props:

  • comment:待审核评论数据
  • post_id:所属文章 ID(当前未使用,保留用于未来扩展)

展示内容包括:作者头像/链接、基于创建时间动态计算的相对时间、审核中徽章、Markdown 渲染内容。 深度最大展示 6 层缩进,孤儿评论深度会被修正为 0。

§Props

For details, see the props struct definition.