Innei/Shiro

博客中添加配置相关模块

binaryYuki opened this issue · 2 comments

Clear and concise description of the problem

Hi~

感谢大佬开源这么好看的博客 让大家都能用上

想问下这样的配置框使用 component 做的吗 是否可以在使用该主题的博客网站中实现呢~

截屏2024-05-09 22 59 56

Suggested solution

前端小白 暂时想不到

Alternative

No response

Additional context

No response

Validations

文档使用是 MDX,可以在 markdown 中内嵌 React 组件,其代价是需要静态编译,而无法在动态的内容中使用。

作为代替,Shiro flavored markdown syntax 中可以加载远程 React 组件,参考 https://innei.in/posts/dev-story/nextjs-react-load-and-render-remote-component

我尝试一下 谢谢您!