hexo博客添加音乐播放器 发表于 2024-10-25 阅读次数: 笔者想在blog中添加音乐播放器,在搜索后发现插件hexo-tag-aplayer 是基于html5开发的aplayer的迁移版本 安装 1npm install --save hexo-tag-aplayer 使用 1{% aplayer title author url [picture_url, narrow, autoplay, width:xxx, lrc:xxx] %} 例子