docs: fix highlight demo
This commit is contained in:
parent
18a94bf6b6
commit
9330e45ff8
|
|
@ -159,6 +159,16 @@ function dplayer3 () {
|
|||
console.log(player);
|
||||
}
|
||||
}
|
||||
],
|
||||
highlight: [
|
||||
{
|
||||
time: 20,
|
||||
text: '这是第 20 秒'
|
||||
},
|
||||
{
|
||||
time: 120,
|
||||
text: '这是 2 分钟'
|
||||
}
|
||||
]
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue