pub fn PostContent(_: PostContentProps) -> ElementExpand description
文章内容组件。
Props:
content_html:服务端渲染的文章 HTML 字符串
关键行为:
- 把可运行代码块拆成
CodeRunner组件穿插渲染,其余 HTML 片段照旧。 - 在
target_arch = "wasm32"环境下调用window.__initPostContent初始化代码块 复制按钮(yggdrasil-core.js已由Dioxus.toml全局注入)。 灯箱(图片灯箱 + 懒加载)改由Dioxus.toml全局注入lightbox.js, 这里仅设置其初始化配置__lightboxSelectors并兜底调用。
§Props
For details, see the props struct definition.
content_html:String