2020-01-25
前端技术
00
请注意,本文编写于 1157 天前,最后修改于 249 天前,其中某些信息可能已经过时。

目录

hexo-tag-aplayer
hexo-tag-dplayer

最近写东西用到了视频和音频,所以就研究了一下。 这里用到了两个标签插件hexo-tag-aplayerhexo-tag-dplayer,对应音频和视频:

hexo-tag-aplayer

bash
npm install hexo-tag-aplayer

这是Hexo的APlayer插件,效果如下:

{% aplayer "杜鹃圆舞曲" "Various Artists" "https://pic.mereith.com/Various Artists - 杜鹃圆舞曲.mp3" "https://pic.mereith.com/img/吃土人士.jfif-slim " %}

hexo-tag-dplayer

bash
npm 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插件,不然会第一次加载不出来

如果对你有用的话,可以打赏哦
打赏
ali pay
wechat pay

本文作者:mereith

本文链接:

版权声明:本博客所有文章除特别声明外,均采用 BY-NC-SA 许可协议。转载请注明出处!