Skip to content

Commit

Permalink
3.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
EYHN committed Sep 10, 2017
1 parent 92f0d23 commit a126c0d
Show file tree
Hide file tree
Showing 12 changed files with 20 additions and 9 deletions.
2 changes: 1 addition & 1 deletion dist/cplayer.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/cplayer.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion example/appcache/manifest.appcache
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
CACHE MANIFEST
#ver:9/10/2017, 6:00:41 PM
#ver:9/10/2017, 7:18:40 PM
#plugin:4.8.3

CACHE:
Expand Down
2 changes: 1 addition & 1 deletion example/cplayerexample.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion example/cplayerexample.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion example/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html><html lang="zh-CN"><head><meta charset="UTF-8"/><title>CPlayer</title><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="manifest" href="/manifest.json"><meta name="theme-color" content="#f8f8f8"/><script type="text/javascript" src="cplayerexample.js?15506b9310bc57ffc8e8"></script></head><body><div class="neko-container neko-no-gutters"><div class="center"><h1 class="title">cPlayer</h1><div class="neko-m-v-2" id="app"></div></div><div class="neko-m-v-2 btn-line center"><button class="neko-btn outline neko-color-blue" id="add163">从网易云添加音乐</button> <button class="neko-btn outline neko-color-blue" id="openplaylist">打开播放列表</button> <button class="neko-btn outline neko-color-blue" id="closeplaylist">关闭播放列表</button> <button class="neko-btn outline neko-color-blue" id="remove">删除一首歌曲</button> <a href="https://github.com/MoePlayer/cPlayer/blob/next/src/example.ts" rel="noopener" target="_blank"><button class="neko-btn outline neko-color-blue">查看 demo 源代码</button></a></div><div class="neko-m-v-2 center"><h1>Get Start</h1><pre class="getstart neko-helper-center"><code class="html">&lt;div id="app"&gt;&lt;/div&gt;
<!DOCTYPE html><html lang="zh-CN"><head><meta charset="UTF-8"/><title>CPlayer</title><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="manifest" href="/manifest.json"><meta name="theme-color" content="#f8f8f8"/><script type="text/javascript" src="cplayerexample.js?dbf47467e209a5e8b897"></script></head><body><div class="neko-container neko-no-gutters"><div class="center"><h1 class="title">cPlayer</h1><div class="neko-m-v-2" id="app"></div></div><div class="neko-m-v-2 btn-line center"><button class="neko-btn outline neko-color-blue" id="add163">从网易云添加音乐</button> <button class="neko-btn outline neko-color-blue" id="openplaylist">打开播放列表</button> <button class="neko-btn outline neko-color-blue" id="closeplaylist">关闭播放列表</button> <button class="neko-btn outline neko-color-blue" id="remove">删除一首歌曲</button> <a href="https://github.com/MoePlayer/cPlayer/blob/next/src/example.ts" rel="noopener" target="_blank"><button class="neko-btn outline neko-color-blue">查看 demo 源代码</button></a></div><div class="neko-m-v-2 center"><h1>Get Start</h1><pre class="getstart neko-helper-center"><code class="html">&lt;div id="app"&gt;&lt;/div&gt;
&lt;!-- 加载 cplayer 脚本 --&gt;
&lt;script src="https://cdn.jsdelivr.net/gh/MoePlayer/cPlayer/dist/cplayer.js"&gt;&lt;/script&gt;
&lt;script&gt;
Expand Down
2 changes: 1 addition & 1 deletion example/sw.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions lib/lib/view.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ export interface ICplayerViewOption {
deleteElementAfterGenerate?: boolean;
zoomOutKana?: boolean;
showPlaylist?: boolean;
showPlaylistButton?: boolean;
width?: string;
size?: string;
style?: string;
dropDownMenuMode?: 'bottom' | 'top' | 'none';
}
export default class cplayerView extends EventEmitter {
private elementLinks;
Expand Down
2 changes: 2 additions & 0 deletions lib/view.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ export interface ICplayerViewOption {
deleteElementAfterGenerate?: boolean;
zoomOutKana?: boolean;
showPlaylist?: boolean;
showPlaylistButton?: boolean;
width?: string;
size?: string;
style?: string;
dropDownMenuMode?: 'bottom' | 'top' | 'none';
}
export default class cplayerView extends EventEmitter {
private elementLinks;
Expand Down
7 changes: 7 additions & 0 deletions lib/view.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit a126c0d

Please sign in to comment.