repo.or.cz
/
uweb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
update AI engines
[uweb.git]
/
zh
/
searchurl
/
txt
/
dplayer.html
blob
f7058b21b1f61ab1ef9d5466d4de0cb66562e644
1
<div
id
=
"dplayer"
></div>
2
<script
src
=
"https://fastly.jsdelivr.net/npm/dplayer/dist/DPlayer.min.js"
></script>
3
<script>
4
const
dp
=
new
DPlayer
({
5
container
:
document
.
getElementById
(
'dplayer'
),
6
video
: {
7
url
:
location
.
search
.
substring
(
3
),
8
},
9
});
10
</script>