Skip to content

Commit

Permalink
docs: controls
Browse files Browse the repository at this point in the history
  • Loading branch information
oyuyue committed May 19, 2021
1 parent 8d38148 commit efcb05e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions website/docs/control.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,21 @@ title: 控制条

其中比较特别的是 `spacer` 组件,可以将控制条分为左半区和右半区。在它左边的组件将在控制条左边,右边的组件将在右边。想把播放按钮放到右侧,只需将 `play` 字符串放到 `spacer` 右侧即可。

## 内置控制项

NPlayer 提供了很多默认的控制项,如下所示。

| 控制项 ID | 描述 |
| --- | --- |
| play | 播放暂停 |
| volume | 音量调节 |
| time | 视频时间 |
| airplay | 隔空播放(只有当前环境支持,才会显示出来) |
| web-fullscreen | 网页全屏 |
| fullscreen | 全屏 |
| progress | 视频进度条 |
| spacer | 用来分离控制项,将控制项分成两半 |

## 自定义控制组件

除了使用内置控制项,还可以添加自己的控制项。控制项是符合下方这个签名的对象。
Expand Down

0 comments on commit efcb05e

Please sign in to comment.