Expand description
评论列表组件。 评论列表组件
将已审核评论与待审核评论合并成一棵树并按时间排序渲染。
Re-exports§
pub use CommentList_completions::Component::CommentList;
Structs§
- Comment
List Props - Properties for the
CommentListcomponent.
Enums§
- Merged
Comment 🔒 - 合并后的评论节点,可能是已审核或待审核评论。
Functions§
- Comment
List - 评论列表组件。
- merge_
and_ 🔒treeify - 合并两类评论并构建成树形结构。