leizh81

Results 2 comments of leizh81

@DIYgod 有个小问题,hexo-tag-dplayer引用本地post asset folders文件的时候 (url=some.mp4)提示"Cannot read property '_id' of undefined",是路径问题还是? 另外非常感谢这个plugin ,个人blog引用。

这个是生成文件夹下面的内容: ``` pi@raspberrypi:~/Web/blog $ ls public/2018/04/25/dplayer-test-1/ 1.mp4 index.html ``` 这个是head里边相关的: ```html ``` 这个是body里边的 ```html (function(){var player = new DPlayer({"container":document.getElementById("dplayer0"),"video":{"url":"/html/2018/04/25/dplayer-test-1/1.mp4"}});window.dplayers||(window.dplayers=[]);window.dplayers.push(player);})() ```