@@ -56,6 +56,7 @@ function player () {
5656 context . event . on ( 'landing:updated' , function ( ) {
5757 console . log ( 'landing:updated' ) ;
5858 clearPlayer ( ) ;
59+ aplayer0 ( ) ;
5960 aplayer1 ( ) ;
6061 } ) ;
6162 context . event . on ( 'content:updated' , function ( ) {
@@ -72,8 +73,8 @@ function player () {
7273
7374function clearPlayer ( ) {
7475 for ( let i = 0 ; i < 10 ; i ++ ) {
75- if ( window [ 'ap' + ( i + 1 ) ] ) {
76- window [ 'ap' + ( i + 1 ) ] . destroy ( ) ;
76+ if ( window [ 'ap' + i ] ) {
77+ window [ 'ap' + i ] . destroy ( ) ;
7778 }
7879 }
7980}
@@ -108,6 +109,36 @@ function aplayer1 () {
108109 } ) ;
109110}
110111
112+ function aplayer0 ( ) {
113+ window . ap0 = new APlayer ( {
114+ container : document . getElementById ( 'aplayer0' ) ,
115+ fixed : true ,
116+ lrcType : 3 ,
117+ audio : [ {
118+ name : '前前前世' ,
119+ artist : 'RADWIMPS' ,
120+ url : 'https://moeplayer.b0.upaiyun.com/aplayer/yourname.mp3' ,
121+ cover : 'https://moeplayer.b0.upaiyun.com/aplayer/yourname.jpg' ,
122+ lrc : 'https://moeplayer.b0.upaiyun.com/aplayer/yourname.lrc' ,
123+ theme : '#505d6b'
124+ } , {
125+ name : 'トリカゴ' ,
126+ artist : 'XX:me' ,
127+ url : 'https://moeplayer.b0.upaiyun.com/aplayer/darling.mp3' ,
128+ cover : 'https://moeplayer.b0.upaiyun.com/aplayer/darling.jpg' ,
129+ lrc : 'https://moeplayer.b0.upaiyun.com/aplayer/darling.lrc' ,
130+ theme : '#46718b'
131+ } , {
132+ name : '光るなら' ,
133+ artist : 'Goose house' ,
134+ url : 'https://moeplayer.b0.upaiyun.com/aplayer/hikarunara.mp3' ,
135+ cover : 'https://moeplayer.b0.upaiyun.com/aplayer/hikarunara.jpg' ,
136+ lrc : 'https://moeplayer.b0.upaiyun.com/aplayer/hikarunara.lrc' ,
137+ theme : '#ebd0c2'
138+ } ]
139+ } ) ;
140+ }
141+
111142function aplayer2 ( ) {
112143 window . ap2 = new APlayer ( {
113144 container : document . getElementById ( 'aplayer2' ) ,
@@ -279,4 +310,34 @@ function aplayer8 () {
279310 } ) ;
280311 }
281312 } ) ;
313+ }
314+
315+ function aplayer9 ( ) {
316+ window . ap9 = new APlayer ( {
317+ container : document . getElementById ( 'aplayer9' ) ,
318+ fixed : true ,
319+ lrcType : 3 ,
320+ audio : [ {
321+ name : '光るなら' ,
322+ artist : 'Goose house' ,
323+ url : 'https://moeplayer.b0.upaiyun.com/aplayer/hikarunara.mp3' ,
324+ cover : 'https://moeplayer.b0.upaiyun.com/aplayer/hikarunara.jpg' ,
325+ lrc : 'https://moeplayer.b0.upaiyun.com/aplayer/hikarunara.lrc' ,
326+ theme : '#ebd0c2'
327+ } , {
328+ name : 'トリカゴ' ,
329+ artist : 'XX:me' ,
330+ url : 'https://moeplayer.b0.upaiyun.com/aplayer/darling.mp3' ,
331+ cover : 'https://moeplayer.b0.upaiyun.com/aplayer/darling.jpg' ,
332+ lrc : 'https://moeplayer.b0.upaiyun.com/aplayer/darling.lrc' ,
333+ theme : '#46718b'
334+ } , {
335+ name : '前前前世' ,
336+ artist : 'RADWIMPS' ,
337+ url : 'https://moeplayer.b0.upaiyun.com/aplayer/yourname.mp3' ,
338+ cover : 'https://moeplayer.b0.upaiyun.com/aplayer/yourname.jpg' ,
339+ lrc : 'https://moeplayer.b0.upaiyun.com/aplayer/yourname.lrc' ,
340+ theme : '#505d6b'
341+ } ]
342+ } ) ;
282343}
0 commit comments