Skip to content

Commit a30b400

Browse files
huajihuaji
authored andcommitted
3.1.5
1 parent b3613c1 commit a30b400

15 files changed

+17
-15
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
/node_modules
2-
yarn*
2+
yarn*
3+
.DS_Store

dist/cplayer-noview.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/cplayer-noview.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/cplayer.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/cplayer.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

example/appcache/manifest.appcache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
CACHE MANIFEST
2-
#ver:9/10/2017, 7:18:40 PM
2+
#ver:2017-9-21 19:01:40
33
#plugin:4.8.3
44

55
CACHE:

example/cplayerexample.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

example/cplayerexample.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

example/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!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;
1+
<!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?b031b01263eda1a69e1e"></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;
22
&lt;!-- 加载 cplayer 脚本 --&gt;
33
&lt;script src="https://cdn.jsdelivr.net/gh/MoePlayer/cPlayer/dist/cplayer.js"&gt;&lt;/script&gt;
44
&lt;script&gt;

example/sw.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)