Skip to content

Commit 5f066d7

Browse files
committed
fix: createBeforeShadowElement error
1 parent c86c799 commit 5f066d7

File tree

11 files changed

+13
-13
lines changed

11 files changed

+13
-13
lines changed

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:8/14/2017, 10:42:32 AM
2+
#ver:8/14/2017, 12:10:36 PM
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?422059613ebda9978976"></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?1d374299871494a445f0"></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.

lib/view.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)