File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -47,13 +47,13 @@ $ npm install aplayer --save
4747## Quick Start
4848
4949``` html
50- <div id =" alayer1 " ></div >
50+ <div id =" aplayer1 " ></div >
5151<script src =" dist/APlayer.min.js" ></script >
5252```
5353
5454``` js
5555var ap = new APlayer ({
56- element: document .getElementById (' player1 ' ),
56+ element: document .getElementById (' aplayer1 ' ),
5757 music: {
5858 title: ' Preparation' ,
5959 author: ' Hans Zimmer/Richard Harvey' ,
@@ -124,4 +124,4 @@ var ap = new APlayer({
124124** APlayer** © [ DIYgod] ( https://github.com/DIYgod ) , Released under the [ MIT] ( ./LICENSE ) License.<br >
125125Authored and maintained by DIYgod with help from contributors ([ list] ( https://github.com/DIYgod/APlayer/contributors ) ).
126126
127- > Blog [ @Anotherhome ] ( https://www.anotherhome.net ) · GitHub [ @DIYgod ] ( https://github.com/DIYgod ) · Twitter [ @DIYgod ] ( https://twitter.com/DIYgod ) · Weibo [ @DIYgod 酱] ( http://weibo.com/anotherhome ) · Telegram Channel [ @awesomeDIYgod ] ( https://t.me/awesomeDIYgod )
127+ > Blog [ @Anotherhome ] ( https://www.anotherhome.net ) · GitHub [ @DIYgod ] ( https://github.com/DIYgod ) · Twitter [ @DIYgod ] ( https://twitter.com/DIYgod ) · Weibo [ @DIYgod 酱] ( http://weibo.com/anotherhome ) · Telegram Channel [ @awesomeDIYgod ] ( https://t.me/awesomeDIYgod )
You can’t perform that action at this time.
0 commit comments