Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangchen2397 committed Jul 29, 2016
1 parent c18451c commit 37b7143
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/audio.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion doc/README.md
Expand Up @@ -98,7 +98,7 @@ const defaultConfig = {
})();
```

###本地二次开发与调试
###本地二次开发与调度
```
git clone https://github.com/zhangchen2397/audioPlayer.git
cd audioPlayer
Expand Down
7 changes: 5 additions & 2 deletions src/audio.js
@@ -1,7 +1,10 @@
/**
* html5 audio player 音频播放器组件
* 适用于pc及移动端,可自由定制皮肤
* 提供(播放进度条,拖拽定位/快进/快退播放,连播/播放列表/循环播放,上下曲)
* - 自定义播放器结构及皮肤
* - 播放进度条,指定位置播放,拖拽播放
* - 支持播放列表播放,动态插入歌曲到播放列表
* - 支持单曲循环、顺序循环多种循环播放方式
* - 快速切换上一曲/下一曲
* @date 2016-07-28
* @author samczhang@tencent.com
* --------------------------------------
Expand Down

0 comments on commit 37b7143

Please sign in to comment.