This commit is contained in:
DIYgod 2018-06-09 03:10:22 +08:00
parent 2f4add6fd6
commit 0faef14fcb
No known key found for this signature in database
GPG Key ID: EC0B76A252D3EF67
2 changed files with 2 additions and 2 deletions

View File

@ -250,7 +250,7 @@ function dplayer9 () {
}
function dplayer10 () {
window.dp9 = new DPlayer({
window.dp10 = new DPlayer({
container: document.getElementById('dplayer10'),
video: {
url: 'https://qq.webrtc.win/tv/Pear-Demo-Yosemite_National_Park.mp4',

View File

@ -579,7 +579,7 @@ const dp = new DPlayer({
### Work with other HLS library
DPlayer 可以与任何 HLS 库一起使用
DPlayer 可以通过 `customType` 参数与任何 HLS 库一起使用
<div class="dplayer-wrap">
<div id="dplayer10"><button class="docute-button load">点击加载播放器</div>