hexo next pjax实现音乐全局播放

  • hexo next
  • pjax 实现页面跳转刷新后音乐不间断播放

  • 打开themes\next\layout文件夹找到_layout.swig
  • 在’‘与<\head>之间添加下面代码,并保存。
1
2
<!--pjax:防止跳转页面音乐暂停-->
<script src="https://cdn.jsdelivr.net/npm/pjax@0.2.8/pjax.js"></script>
  • 在主题的配置文件中找到pajx,将它设置为true,并保存。
1
2
3
# Easily enable fast Ajax navigation on your website.
# Dependencies: https://github.com/theme-next/theme-next-pjax
pjax: true

在博客文件夹打开GitBash执行hexo cleanhexo ghexo s,跳转页面时即可看到效果。

-------------文章结束啦 ฅ●ω●ฅ 感谢您的阅读-------------