yarn
参见云淡风轻
在.vuepress/components/Valine.vue中修改appId和appKey
new Valine({
el: '#vcomments' ,
appId: '',// your appId
appKey: '', // your appKey
notify:true,
verify:false,
avatar:'mm',
placeholder: 'just go go'
});
- .vuepress/public/mp3 中 放入喜欢的MP3文件(请支持正版!)
- 在.vuepress/components/Mp3Player.vue 中 修改文件路径
npm run dev
npm run build