DPlayer-Typecho/README.md
2020-01-01 15:33:08 +08:00

31 lines
849 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## DPlayer-Typecho
[DPlayer](https://github.com/DIYgod/DPlayer) for typecho
### 使用方式
下载后将文件夹名改为DPlayer上传启用即可
默认不自动播放,弹幕不开启
```
[dplayer url="http://xxx.com/xxx.mp4" pic="http://xxx.com/xxx.jpg"/]
```
关闭弹幕
```
[dplayer url="http://xxx.com/xxx.mp4" pic="http://xxx.com/xxx.jpg" danmu="false"/]
```
开启自动播放
```
[dplayer url="http://xxx.com/xxx.mp4" pic="http://xxx.com/xxx.jpg" autoplay="true"/]
```
添加额外弹幕源(例bilibili弹幕)
```
[dplayer url="http://xxx.com/xxx.mp4" pic="http://xxx.com/xxx.jpg" autoplay="true" addition="https://api.prprpr.me/dplayer/bilibili?aid=7286894"/]
```
### 设置截图
![](https://raw.githubusercontent.com/volio/DPlayer-for-typecho/master/assets/screenshot.png)
### LICENSE
MIT © [Volio](https://niconiconi.org)