最近写东西用到了视频和音频,所以就研究了一下。
这里用到了两个标签插件hexo-tag-aplayer
和hexo-tag-dplayer
,对应音频和视频:
bashnpm install hexo-tag-aplayer
这是Hexo的APlayer插件,效果如下:
{% aplayer "杜鹃圆舞曲" "Various Artists" "https://pic.mereith.com/Various Artists - 杜鹃圆舞曲.mp3" "https://pic.mereith.com/img/吃土人士.jfif-slim " %}
bashnpm install hexo-tag-dplayer
这是Hexo的DPlayer,效果如下:
{% dplayer "url=https://pic.mereith.com/UWB.mp4" "pic=https://pic.mereith.com/课程设计.jpg-slim" "screenshot=true" "autoplay=false" %}
PS: 得关掉pajx
插件,不然会第一次加载不出来
本文作者:mereith
本文链接:
版权声明:本博客所有文章除特别声明外,均采用 BY-NC-SA 许可协议。转载请注明出处!