Skip to content

Commit

Permalink
V1.0 发布
Browse files Browse the repository at this point in the history
  • Loading branch information
fghrsh committed Jun 1, 2016
1 parent 5a78c5b commit b6404fe
Show file tree
Hide file tree
Showing 13 changed files with 681 additions and 2 deletions.
18 changes: 16 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,16 @@
# DPlayer_for_Z-BlogPHP
Z-BlogPHP plugin for DPlayer https://www.fghrsh.net/post/57.html
# [DPlayer_for_Z-BlogPHP](https://www.fghrsh.net/post/57.html)
[DPlayer](https://github.com/DIYgod/DPlayer) for Z-BlogPHP

## 声明
代码和用法参考了 [https://github.com/volio/DPlayer-for-typecho](https://github.com/volio/DPlayer-for-typecho)

##使用方式
下载后将文件夹名改为DPlayer上传启用即可

默认不自动播放,弹幕开启
```
[dplayer url="http://xxx.com/xxx.mp4" pic="http://xxx.com/xxx.jpg" autoplay="true" danmu="false"/]
```

## LICENSE
MIT © [FGHRSH](https://www.fghrsh.net)
1 change: 1 addition & 0 deletions dist/DPlayer.min.css

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions dist/DPlayer.min.js

Large diffs are not rendered by default.

51 changes: 51 additions & 0 deletions farbtastic.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
/**
* Farbtastic Color Picker 1.2
* © 2008 Steven Wittens
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
.farbtastic {
position: relative;
}
.farbtastic * {
position: absolute;
cursor: crosshair;
}
.farbtastic, .farbtastic .wheel {
width: 195px;
height: 195px;
}
.farbtastic .color, .farbtastic .overlay {
top: 47px;
left: 47px;
width: 101px;
height: 101px;
}
.farbtastic .wheel {
background: url(wheel.png) no-repeat;
width: 195px;
height: 195px;
}
.farbtastic .overlay {
background: url(mask.png) no-repeat;
}
.farbtastic .marker {
width: 17px;
height: 17px;
margin: -8px 0 0 -8px;
overflow: hidden;
background: url(marker.png) no-repeat;
}

Loading

0 comments on commit b6404fe

Please sign in to comment.