@@ -88,32 +88,35 @@ function aplayer1 () {
8888 artist : 'Goose house' ,
8989 url : 'https://moeplayer.b0.upaiyun.com/aplayer/hikarunara.mp3' ,
9090 cover : 'https://moeplayer.b0.upaiyun.com/aplayer/hikarunara.jpg' ,
91- lrc : 'https://moeplayer.b0.upaiyun.com/aplayer/hikarunara.lrc'
91+ lrc : 'https://moeplayer.b0.upaiyun.com/aplayer/hikarunara.lrc' ,
92+ theme : '#ebd0c2'
9293 } , {
9394 name : 'トリカゴ' ,
9495 artist : 'XX:me' ,
9596 url : 'https://moeplayer.b0.upaiyun.com/aplayer/darling.mp3' ,
9697 cover : 'https://moeplayer.b0.upaiyun.com/aplayer/darling.jpg' ,
97- lrc : 'https://moeplayer.b0.upaiyun.com/aplayer/darling.lrc'
98+ lrc : 'https://moeplayer.b0.upaiyun.com/aplayer/darling.lrc' ,
99+ theme : '#46718b'
98100 } , {
99101 name : '前前前世' ,
100102 artist : 'RADWIMPS' ,
101103 url : 'https://moeplayer.b0.upaiyun.com/aplayer/yourname.mp3' ,
102104 cover : 'https://moeplayer.b0.upaiyun.com/aplayer/yourname.jpg' ,
103- lrc : 'https://moeplayer.b0.upaiyun.com/aplayer/yourname.lrc'
105+ lrc : 'https://moeplayer.b0.upaiyun.com/aplayer/yourname.lrc' ,
106+ theme : '#505d6b'
104107 } ]
105108 } ) ;
106109}
107110
108111function aplayer2 ( ) {
109112 window . ap2 = new APlayer ( {
110113 container : document . getElementById ( 'aplayer2' ) ,
111- theme : '#e6d0b2' ,
112114 audio : [ {
113115 name : '光るなら' ,
114116 artist : 'Goose house' ,
115117 url : 'https://moeplayer.b0.upaiyun.com/aplayer/hikarunara.mp3' ,
116118 cover : 'https://moeplayer.b0.upaiyun.com/aplayer/hikarunara.jpg' ,
119+ theme : '#ebd0c2'
117120 } ]
118121 } ) ;
119122}
@@ -123,7 +126,6 @@ function aplayer3 () {
123126 container : document . getElementById ( 'aplayer3' ) ,
124127 mini : false ,
125128 autoplay : false ,
126- theme : '#FADFA3' ,
127129 loop : 'all' ,
128130 order : 'random' ,
129131 preload : 'auto' ,
@@ -137,19 +139,22 @@ function aplayer3 () {
137139 artist : 'Goose house' ,
138140 url : 'https://moeplayer.b0.upaiyun.com/aplayer/hikarunara.mp3' ,
139141 cover : 'https://moeplayer.b0.upaiyun.com/aplayer/hikarunara.jpg' ,
140- lrc : 'https://moeplayer.b0.upaiyun.com/aplayer/hikarunara.lrc'
142+ lrc : 'https://moeplayer.b0.upaiyun.com/aplayer/hikarunara.lrc' ,
143+ theme : '#ebd0c2'
141144 } , {
142145 name : 'トリカゴ' ,
143146 artist : 'XX:me' ,
144147 url : 'https://moeplayer.b0.upaiyun.com/aplayer/darling.mp3' ,
145148 cover : 'https://moeplayer.b0.upaiyun.com/aplayer/darling.jpg' ,
146- lrc : 'https://moeplayer.b0.upaiyun.com/aplayer/darling.lrc'
149+ lrc : 'https://moeplayer.b0.upaiyun.com/aplayer/darling.lrc' ,
150+ theme : '#46718b'
147151 } , {
148152 name : '前前前世' ,
149153 artist : 'RADWIMPS' ,
150154 url : 'https://moeplayer.b0.upaiyun.com/aplayer/yourname.mp3' ,
151155 cover : 'https://moeplayer.b0.upaiyun.com/aplayer/yourname.jpg' ,
152- lrc : 'https://moeplayer.b0.upaiyun.com/aplayer/yourname.lrc'
156+ lrc : 'https://moeplayer.b0.upaiyun.com/aplayer/yourname.lrc' ,
157+ theme : '#505d6b'
153158 } ]
154159 } ) ;
155160}
@@ -163,7 +168,8 @@ function aplayer4 () {
163168 artist : 'Goose house' ,
164169 url : 'https://moeplayer.b0.upaiyun.com/aplayer/hikarunara.mp3' ,
165170 cover : 'https://moeplayer.b0.upaiyun.com/aplayer/hikarunara.jpg' ,
166- lrc : "https://moeplayer.b0.upaiyun.com/aplayer/hikarunara.lrc"
171+ lrc : "https://moeplayer.b0.upaiyun.com/aplayer/hikarunara.lrc" ,
172+ theme : '#ebd0c2'
167173 } ]
168174 } ) ;
169175}
@@ -177,19 +183,22 @@ function aplayer5 () {
177183 artist : 'Goose house' ,
178184 url : 'https://moeplayer.b0.upaiyun.com/aplayer/hikarunara.mp3' ,
179185 cover : 'https://moeplayer.b0.upaiyun.com/aplayer/hikarunara.jpg' ,
180- lrc : 'https://moeplayer.b0.upaiyun.com/aplayer/hikarunara.lrc'
186+ lrc : 'https://moeplayer.b0.upaiyun.com/aplayer/hikarunara.lrc' ,
187+ theme : '#ebd0c2'
181188 } , {
182189 name : 'トリカゴ' ,
183190 artist : 'XX:me' ,
184191 url : 'https://moeplayer.b0.upaiyun.com/aplayer/darling.mp3' ,
185192 cover : 'https://moeplayer.b0.upaiyun.com/aplayer/darling.jpg' ,
186- lrc : 'https://moeplayer.b0.upaiyun.com/aplayer/darling.lrc'
193+ lrc : 'https://moeplayer.b0.upaiyun.com/aplayer/darling.lrc' ,
194+ theme : '#46718b'
187195 } , {
188196 name : '前前前世' ,
189197 artist : 'RADWIMPS' ,
190198 url : 'https://moeplayer.b0.upaiyun.com/aplayer/yourname.mp3' ,
191199 cover : 'https://moeplayer.b0.upaiyun.com/aplayer/yourname.jpg' ,
192- lrc : 'https://moeplayer.b0.upaiyun.com/aplayer/yourname.lrc'
200+ lrc : 'https://moeplayer.b0.upaiyun.com/aplayer/yourname.lrc' ,
201+ theme : '#505d6b'
193202 } ]
194203 } ) ;
195204}
@@ -203,6 +212,7 @@ function aplayer6 () {
203212 artist : 'Goose house' ,
204213 url : 'https://moeplayer.b0.upaiyun.com/aplayer/hikarunara.mp3' ,
205214 cover : 'https://moeplayer.b0.upaiyun.com/aplayer/hikarunara.jpg' ,
215+ theme : '#ebd0c2'
206216 } ]
207217 } ) ;
208218}
0 commit comments