转载自我的个人博客:https://blog.wufengsheng.top/
添加播放器插件代码
<!-- 网易云音乐插件 -->
<% if (theme.music && theme.music.enable){ %>
<iframe frameborder="no" border="0" marginwidth="0" marginheight="0"
width="<%=theme.music.max?330:298%>"
height="<%=theme.music.max?86:52%>"
src="//music.163.com/outchain/player?type=2&id=<%=theme.music.id%>&auto=<%=theme.music.autoPlay?1:0%>&height=<%=theme.music.max?66:32%>">
</iframe>
<% } %>
music:
enable: true
max: false
id: 1901371647
autoPlay: true
播放器效果

转载自我的个人博客:https://blog.wufengsheng.top/