docs: fix highlight demo

This commit is contained in:
DIYgod 2018-09-29 02:09:13 +08:00
parent 18a94bf6b6
commit 9330e45ff8
No known key found for this signature in database
GPG Key ID: EC0B76A252D3EF67
1 changed files with 10 additions and 0 deletions

View File

@ -159,6 +159,16 @@ function dplayer3 () {
console.log(player);
}
}
],
highlight: [
{
time: 20,
text: '这是第 20 秒'
},
{
time: 120,
text: '这是 2 分钟'
}
]
});
}