🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
XiunoBBS预埋了很多hook,你可以通过打开源代码查找你想插入的地方,比如view/htm/header.inc.htm中: ![](https://img.kancloud.cn/87/27/8727bfc9c50f99bd34de4d14d75031d4_632x528.jpeg) 如果你要插入到钩子所在位置,只需要在你所在的插件目录的 hook 目录下,建立同名文件即可。比较常见的几个文件: view/htm/header.inc.htm头部模板文件view/htm/footer.inc.htm 页脚模板文件view/htm/index.htm首页模板文件view/htm/forum.htm列表页模板文件view/htm/thread.htm详情页模板文件view/htm/post.htm发帖模板页面route/index.php 首 页route/forum.php列表页route/thread.php详情页route/post.php发帖页