From 0faef14fcbd8b64e6db302c2deaa5e4d332353be Mon Sep 17 00:00:00 2001 From: DIYgod Date: Sat, 9 Jun 2018 03:10:22 +0800 Subject: [PATCH] docs --- docs/config.js | 2 +- docs/zh-Hans/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/config.js b/docs/config.js index dcad8c4..d62ffd5 100644 --- a/docs/config.js +++ b/docs/config.js @@ -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', diff --git a/docs/zh-Hans/README.md b/docs/zh-Hans/README.md index 7993497..619bb0a 100644 --- a/docs/zh-Hans/README.md +++ b/docs/zh-Hans/README.md @@ -579,7 +579,7 @@ const dp = new DPlayer({ ### Work with other HLS library -DPlayer 可以与任何 HLS 库一起使用 +DPlayer 可以通过 `customType` 参数与任何 HLS 库一起使用