



















请注意,本文编写于 2323 天前,最后修改于 1416 天前,其中某些信息可能已经过时。
最近写东西用到了视频和音频,所以就研究了一下。
这里用到了两个标签插件hexo-tag-aplayer和hexo-tag-dplayer,对应音频和视频:
npm install hexo-tag-aplayer
这是Hexo的APlayer插件,效果如下:
{% aplayer "杜鹃圆舞曲" "Various Artists" "https://pic.mereith.com/Various Artists - 杜鹃圆舞曲.mp3" "https://pic.mereith.com/img/吃土人士.jfif-slim " %}
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插件,不然会第一次加载不出来
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。