Expand description
评论管理页面模块。 评论管理页面。
提供评论列表、状态筛选(全部 / 待审核 / 已通过 / 垃圾箱)、批量操作与单条操作。 数据加载与状态变更仅在 WASM 前端通过 Dioxus server functions 交互。
Re-exports§
pub use AdminComments_completions::Component::AdminComments;pub use AdminCommentsPage_completions::Component::AdminCommentsPage;
Structs§
- Admin
Comments Page Props - Properties for the
AdminCommentsPagecomponent. - Comment
RowProps 🔒 - Properties for the
CommentRowcomponent.
Constants§
- COMMENTS_
PER_ 🔒PAGE - 每页展示的评论数量。
Functions§
- Admin
Comments - 评论管理入口组件,默认展示第 1 页。
- Admin
Comments Page - 评论管理分页组件。
- Comment
Row 🔒 - 评论表格行组件,展示单条评论的作者、内容、所属文章、状态与操作按钮。