Skip to main content

PostToc

Function PostToc 

Source
pub fn PostToc(_: PostTocProps) -> Element
Expand description

文章目录(Table of Contents)组件。

Props:

  • toc_html:服务端生成的目录 HTML 字符串
  • title:目录标题,文章详情用默认的 “Table of Contents”, 更新日志页传入「版本索引」

通过 dangerous_inner_html 注入目录结构,快捷键 Alt + C 可聚焦(移动端形态)。

§Props

For details, see the props struct definition.