Expand description
评论卡片外壳组件(已审核/待审核评论共享布局骨架)。 评论卡片外壳组件
CommentItem(已审核)与 PendingCommentItem(待审核)曾各自手抄几乎相同的
卡片骨架:深度缩进(孤儿评论归零、margin-left 阶梯、子评论左边框)、
头像 + 内容两栏布局、作者名/时间头部行。两处独立维护一度导致悄然漂移
(已审核评论的作者链接一度缺失文本子节点,待审核评论的对应实现却是对的)。
本组件抽取该共享骨架,两个调用方只负责各自的差异部分(作者徽章、状态徽章、
时间展示、正文 HTML、正文下方的附加区域)。
Re-exports§
pub use CommentCardShell_completions::Component::CommentCardShell;
Structs§
- Comment
Card Shell Props - Properties for the
CommentCardShellcomponent.
Functions§
- Comment
Card Shell - 评论卡片外壳组件。