Skip to main content

Module list

Module list 

Source
Expand description

评论列表组件。 评论列表组件

将已审核评论与待审核评论合并成一棵树并按时间排序渲染。

Re-exports§

pub use CommentList_completions::Component::CommentList;

Structs§

CommentListProps
Properties for the CommentList component.

Enums§

MergedComment 🔒
合并后的评论节点,可能是已审核或待审核评论。

Functions§

CommentList
评论列表组件。
merge_and_treeify 🔒
合并两类评论并构建成树形结构。