DPlayer-Typecho/README.md

34 lines
655 B
Markdown
Raw Normal View History

2017-07-27 09:44:41 +08:00
## DPlayer-Typecho
2017-07-27 08:52:16 +08:00
[DPlayer](https://github.com/DIYgod/DPlayer) for typecho
### 使用方式
下载后将文件夹名改为DPlayer上传启用即可
2020-01-01 15:33:08 +08:00
默认不自动播放,弹幕不开启
2017-07-27 08:52:16 +08:00
```
[dplayer url="http://xxx.com/xxx.mp4" pic="http://xxx.com/xxx.jpg"/]
```
2020-01-12 15:56:02 +08:00
开启弹幕
2017-07-27 08:52:16 +08:00
```
2020-01-12 15:56:02 +08:00
[dplayer url="http://xxx.com/xxx.mp4" pic="http://xxx.com/xxx.jpg" danmu="true"/]
2017-07-27 08:52:16 +08:00
```
开启自动播放
```
[dplayer url="http://xxx.com/xxx.mp4" pic="http://xxx.com/xxx.jpg" autoplay="true"/]
```
2020-01-12 15:56:02 +08:00
更多参数待补充
### FAQ
#### 1. Pjax页面切换
重新加载播放器回调函数
2017-07-27 08:52:16 +08:00
```
2020-01-12 15:56:02 +08:00
loadDPlayer();
2017-07-27 08:52:16 +08:00
```
### LICENSE
MIT © [Volio](https://niconiconi.org)