Skip to main content

Module comments

Module comments 

Source
Expand description

评论管理页面模块。 评论管理页面。

提供评论列表、状态筛选(全部 / 待审核 / 已通过 / 垃圾箱)、批量操作与单条操作。 数据加载与状态变更仅在 WASM 前端通过 Dioxus server functions 交互。

Re-exports§

pub use AdminComments_completions::Component::AdminComments;
pub use AdminCommentsPage_completions::Component::AdminCommentsPage;

Structs§

AdminCommentsPageProps
Properties for the AdminCommentsPage component.
CommentRowProps 🔒
Properties for the CommentRow component.

Constants§

COMMENTS_PER_PAGE 🔒
每页展示的评论数量。

Functions§

AdminComments
评论管理入口组件,默认展示第 1 页。
AdminCommentsPage
评论管理分页组件。
CommentRow 🔒
评论表格行组件,展示单条评论的作者、内容、所属文章、状态与操作按钮。