hexo博客添加音乐播放器

笔者想在blog中添加音乐播放器,在搜索后发现插件hexo-tag-aplayer

是基于html5开发的aplayer的迁移版本

安装

1
npm install --save hexo-tag-aplayer

使用

1
{% aplayer title author url [picture_url, narrow, autoplay, width:xxx, lrc:xxx] %}

例子