Hexo插件之音乐视频
效果:
Hexo官方插件:https://hexo.io/plugins/
需要用到两个播放器插件
- hexo-tag-aplayer:https://github.com/grzhan/hexo-tag-aplayer#upstream-issue
- hexo-tag-dplayer:https://github.com/NextMoe/hexo-tag-dplayer
两款插件基于 DIYgod 编写的 html5 播放器 APlayer 和 DPlayer 开发
安装插件:1234$ pwd/e/GitHup_Data/Hexo_Blog$ npm install hexo-tag-dplayer --save$ npm install hexo-tag-aplayer --save
安装成功后,在Markdown文档中添加 APlayer 和 DPlayer 标签即可
APlayer和DPlayer代码:12#APlayer Usage:{% aplayer title author url [picture_url, narrow, autoplay, width:xxx, lrc:xxx] %}
|
|
注:dplayer存在BUG,研究了会但还是不会咋整,就把官方的贴出来了,嘿
参考:https://dplayer.js.org/docs/#/?id=usage
https://github.com/NextMoe/hexo-tag-dplayer
https://github.com/DIYgod/DPlayer
https://login926.top/2016/07/20/HexoMedia/
本文出自”Jack Wang Blog”:http://www.yfshare.vip/2017/02/15/Hexo插件之音乐视频/