问题描述最近搭建了 Hexo 感觉很不错,但是引入 DPlayer 视频资源老是报错如下内容:
1234567891011Uncaught ReferenceError: DPlayer is not defined at <anonymous>:1:26 at <anonymous>:1:327 at module.exports (pjax.min.js:1:7651) at pjax.min.js:1:9113 at NodeList.forEach (<anonymous>) at module.exports (pjax.min.js:1:9364) at module.exports (pjax.min.js:1:8931) at pjax.min.js:1:4649 at NodeList.forEach (<anonymous>) at module.exports (pjax.min.js:1:9364)
这样会导致页面第一次进入时,DPlayer 不会被加载, ...
.custom-title {
font-size: 24px;
font-weight: bold;
color: #FADFA3;
text-align: center;
font-family: 'Arial', sans-serif;
}
.custom-content {
font-size: 16px;
line-height: 1.6;
color: #333;
font-family: 'Georgia', serif;
margin-top: 20px;
}
献给追逐梦想砥砺前行的你
(function(){var player = new DPlayer({"container":document.getElementById("dplayer0"),"video":{"url":"http://nps.foan.cc:14094/d/115%E7%BD%91%E7%9B%98(9.86T)/video/%E5%BC%BA%E9%A3%8E%E5%90%B9%E6%8B%82. ...















