企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
首先 将前端模板的css js 钩子 三者结合写出来 目录结构如下: > │ config.php > │ FancyPlugin.php > │ > ├─assets > │ └─css > │ fancy.css > │ > ├─model > │ PluginSyGuestbookModel.php > │ > └─view > css.html > js.html > widget.html 具体代码请下载 需要注意的是我用的钩子是bodyStart, 所以需要在文章页面自行添加此钩子让其运行 <hook name="body_start"/>