pub fn PostFooter(_: PostFooterProps) -> ElementExpand description
文章页脚组件。
Props:
post:文章数据模型full_reload:链接走整页加载而非客户端路由(默认 false)。仅当本组件 渲染在 admin 布局内(/admin/preview)时传 true——跨 layout 分支的 客户端导航会触发 dioxus 0.7.10 的 suspense 卸载双重回收 bug(详见src/pages/admin/preview.rs模块文档),整页加载可完全规避。
展示内容包括:
- 文章标签云,链接到对应标签详情页
- 相邻文章导航(如有)
§Props
For details, see the props struct definition.
post:Postfull_reload:bool