pub fn Posts() -> ElementExpand description
文章管理入口组件:全部文章列表页。
纯壳组件:header(标题 + 重建缓存 + 发布文章入口)+ AllPostsList。
回收站已拆至独立路由 /admin/posts/trash(见 posts_trash.rs::PostsTrash)。
pub fn Posts() -> Element文章管理入口组件:全部文章列表页。
纯壳组件:header(标题 + 重建缓存 + 发布文章入口)+ AllPostsList。
回收站已拆至独立路由 /admin/posts/trash(见 posts_trash.rs::PostsTrash)。