Skip to content

Commit

Permalink
Release v1.4.7
Browse files Browse the repository at this point in the history
- 修改文档中的错误
  • Loading branch information
August-Z committed Jun 8, 2020
1 parent 7fa6ea1 commit 0052785
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,10 @@ Player.stop()
##### insert(string | config [, sync])
```js
// 将弹幕内容置入弹幕机
// sync 默认为 false,该条弹幕会进入弹幕发送队列
// sync 默认为 false,该条弹幕会进入弹幕发送队列,加载列表数据时通常建议使用异步模式
Player.insert('Hello Awesome-Danmaku!')

// sync 为 true 时,该条弹幕将立即显示(插队)
// sync 为 true 时,该条弹幕将立即显示,适合用于用户发送弹幕(插队)
Player.insert({
value: 'Hello Awesome-Danmaku!',
opacity: 0.8,
Expand Down
2 changes: 1 addition & 1 deletion dist/danmaku.browser.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/danmaku.common.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/danmaku.esm.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "awesome-danmaku",
"version": "1.4.6",
"version": "1.4.7",
"description": "Danmaku lib for HTML5",
"main": "dist/danmaku.common.js",
"module": "dist/danmaku.esm.js",
Expand Down

0 comments on commit 0052785

Please sign in to comment.