mycpen-blog 0.0.0-fyupepumck → 0.0.0-fyvdazuhhw
Sign up to get free protection for your applications and to get access to all the features.
- package/css/index.css +1 -1
- package/js/APlayer.js +2322 -1
- package/js/Meting.js +163 -1
- package/js/ali_font.js +112 -1
- package/js/custom.js +1325 -1
- package/js/fcircle.js +338 -1
- package/js/fcircle_manage_panel.js +31432 -6
- package/js/home_page_swiper.js +92 -1
- package/js/main.js +422 -1
- package/js/people.js +200 -1
- package/js/random.js +129 -1
- package/js/random_friends_post.js +110 -1
- package/js/search/algolia.js +102 -1
- package/js/search/local-search.js +210 -1
- package/js/tianli_gpt.js +147 -1
- package/js/ua_parser.js +1702 -1
- package/js/utils.js +203 -1
- package/js/waterfall.js +107 -1
- package/json/friend.json +1 -1
- package/json/link.json +1 -1
- package/lib/hbe.js +178 -1
- package/manifest.json +1 -1
- package/music1/js/APlayer.min.js +1606 -1
- package/music1/js/Meting2.min.js +178 -1
- package/music1/js/main.js +101 -1
- package/music1/main.css +1 -1
- package/music1/manifest.json +2 -2
- package/package.json +1 -1
- package/search.xml +47 -47
- package/sitemap.xml +90 -90
- package/wechatOA/main.css +1 -1
- package/wechatOA/main.js +45 -1
package/js/APlayer.js
CHANGED
@@ -1 +1,2322 @@
|
|
1
|
-
!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define("APlayer",[],t):"object"==typeof exports?exports.APlayer=t():e.APlayer=t()}(window,(function(){return function(e){var t={};function n(i){if(t[i])return t[i].exports;var a=t[i]={i:i,l:!1,exports:{}};return e[i].call(a.exports,a,a.exports,n),a.l=!0,a.exports}return n.m=e,n.c=t,n.d=function(e,t,i){n.o(e,t)||Object.defineProperty(e,t,{configurable:!1,enumerable:!0,get:i})},n.r=function(e){Object.defineProperty(e,"__esModule",{value:!0})},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="/",n(n.s=41)}([function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var i=/mobile/i.test(window.navigator.userAgent),a={secondToTime:function(e){var t=Math.floor(e/3600),n=Math.floor((e-3600*t)/60),i=Math.floor(e-3600*t-60*n);return(t>0?[t,n,i]:[n,i]).map((function(e){return e<10?"0"+e:""+e})).join(":")},getElementViewLeft:function(e){var t=e.offsetLeft,n=e.offsetParent,i=document.body.scrollLeft+document.documentElement.scrollLeft;if(document.fullscreenElement||document.mozFullScreenElement||document.webkitFullscreenElement)for(;null!==n&&n!==e;)t+=n.offsetLeft,n=n.offsetParent;else for(;null!==n;)t+=n.offsetLeft,n=n.offsetParent;return t-i},getElementViewTop:function(e,t){for(var n,i=e.offsetTop,a=e.offsetParent;null!==a;)i+=a.offsetTop,a=a.offsetParent;return n=document.body.scrollTop+document.documentElement.scrollTop,t?i:i-n},isMobile:i,storage:{set:function(e,t){localStorage.setItem(e,t)},get:function(e){return localStorage.getItem(e)}},nameMap:{dragStart:i?"touchstart":"mousedown",dragMove:i?"touchmove":"mousemove",dragEnd:i?"touchend":"mouseup"},randomOrder:function(e){return function(e){for(var t=e.length-1;t>=0;t--){var n=Math.floor(Math.random()*(t+1)),i=e[n];e[n]=e[t],e[t]=i}return e}([].concat(function(e){if(Array.isArray(e)){for(var t=0,n=Array(e.length);t<e.length;t++)n[t]=e[t];return n}return Array.from(e)}(Array(e))).map((function(e,t){return t})))}};t.default=a},function(e,t,n){var i=n(2);e.exports=function(e){"use strict";e=e||{};var t="",n=i.$each,a=e.audio,r=(e.$value,e.$index,i.$escape),o=e.theme,s=e.index;return n(a,(function(e,n){t+='\n<li>\n <span class="aplayer-list-cur" style="background-color: ',t+=r(e.theme||o),t+=';"></span>\n <span class="aplayer-list-index">',t+=r(n+s),t+='</span>\n <span class="aplayer-list-title">',t+=r(e.name),t+='</span>\n <span class="aplayer-list-author">',t+=r(e.artist),t+="</span>\n</li>\n"})),t}},function(e,t,n){"use strict";e.exports=n(15)},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var i=g(n(33)),a=g(n(32)),r=g(n(31)),o=g(n(30)),s=g(n(29)),l=g(n(28)),u=g(n(27)),c=g(n(26)),p=g(n(25)),d=g(n(24)),h=g(n(23)),y=g(n(22)),f=g(n(21)),v=g(n(20)),m=g(n(19));function g(e){return e&&e.__esModule?e:{default:e}}var w={play:i.default,pause:a.default,volumeUp:r.default,volumeDown:o.default,volumeOff:s.default,orderRandom:l.default,orderList:u.default,menu:c.default,loopAll:p.default,loopOne:d.default,loopNone:h.default,loading:y.default,right:f.default,skip:v.default,lrc:m.default};t.default=w},function(e,t,n){"use strict";var i,a="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e};i=function(){return this}();try{i=i||Function("return this")()||(0,eval)("this")}catch(e){"object"===("undefined"==typeof window?"undefined":a(window))&&(i=window)}e.exports=i},function(e,t,n){"use strict";var i,a,r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e};void 0===(a="function"==typeof(i=function(){if("object"===("undefined"==typeof window?"undefined":r(window))&&void 0!==document.querySelectorAll&&void 0!==window.pageYOffset&&void 0!==history.pushState){var e=function(e,t,n,i){return n>i?t:e+(t-e)*((a=n/i)<.5?4*a*a*a:(a-1)*(2*a-2)*(2*a-2)+1);var a},t=function(t,n,i,a){n=n||500;var r=(a=a||window).scrollTop||window.pageYOffset;if("number"==typeof t)var o=parseInt(t);else o=function(e,t){return"HTML"===e.nodeName?-t:e.getBoundingClientRect().top+t}(t,r);var s=Date.now(),l=window.requestAnimationFrame||window.mozRequestAnimationFrame||window.webkitRequestAnimationFrame||function(e){window.setTimeout(e,15)};!function u(){var c=Date.now()-s;a!==window?a.scrollTop=e(r,o,c,n):window.scroll(0,e(r,o,c,n)),c>n?"function"==typeof i&&i(t):l(u)}()},n=function(e){if(!e.defaultPrevented){e.preventDefault(),location.hash!==this.hash&&window.history.pushState(null,null,this.hash);var n=document.getElementById(this.hash.substring(1));if(!n)return;t(n,500,(function(e){location.replace("#"+e.id)}))}};return document.addEventListener("DOMContentLoaded",(function(){for(var e,t=document.querySelectorAll('.aplayer a[href^="#"]:not([href="#"])'),i=t.length;e=t[--i];)e.addEventListener("click",n,!1)})),t}})?i.call(t,n,t,e):i)||(e.exports=a)},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var i=function(){function e(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(t,n,i){return n&&e(t.prototype,n),i&&e(t,i),t}}(),a=s(n(1)),r=s(n(0)),o=s(n(5));function s(e){return e&&e.__esModule?e:{default:e}}var l=function(){function e(t){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this.player=t,this.index=0,this.audios=this.player.options.audio,this.bindEvents()}return i(e,[{key:"bindEvents",value:function(){var e=this;this.player.template.list.addEventListener("click",(function(t){var n=void 0;n="LI"===t.target.tagName.toUpperCase()?t.target:t.target.parentElement;var i=parseInt(n.getElementsByClassName("aplayer-list-index")[0].innerHTML)-1;i!==e.index?(e.switch(i),e.player.play()):e.player.toggle()}))}},{key:"show",value:function(){this.player.events.trigger("listshow"),this.player.template.list.classList.remove("aplayer-list-hide"),this.player.template.listOl.scrollTop=33*this.index}},{key:"hide",value:function(){this.player.events.trigger("listhide"),this.player.template.list.classList.add("aplayer-list-hide")}},{key:"toggle",value:function(){this.player.template.list.classList.contains("aplayer-list-hide")?this.show():this.hide()}},{key:"add",value:function(e){this.player.events.trigger("listadd",{audios:e}),"[object Array]"!==Object.prototype.toString.call(e)&&(e=[e]),e.map((function(e){return e.name=e.name||e.title||"Audio name",e.artist=e.artist||e.author||"Audio artist",e.cover=e.cover||e.pic,e.type=e.type||"normal",e}));var t=!(this.audios.length>1),n=0===this.audios.length;this.player.template.listOl.innerHTML+=(0,a.default)({theme:this.player.options.theme,audio:e,index:this.audios.length+1}),this.audios=this.audios.concat(e),t&&this.audios.length>1&&this.player.container.classList.add("aplayer-withlist"),this.player.randomOrder=r.default.randomOrder(this.audios.length),this.player.template.listCurs=this.player.container.querySelectorAll(".aplayer-list-cur"),this.player.template.listCurs[this.audios.length-1].style.backgroundColor=e.theme||this.player.options.theme,n&&("random"===this.player.options.order?this.switch(this.player.randomOrder[0]):this.switch(0))}},{key:"remove",value:function(e){if(this.player.events.trigger("listremove",{index:e}),this.audios[e])if(this.audios.length>1){var t=this.player.container.querySelectorAll(".aplayer-list li");t[e].remove(),this.audios.splice(e,1),this.player.lrc&&this.player.lrc.remove(e),e===this.index&&(this.audios[e]?this.switch(e):this.switch(e-1)),this.index>e&&this.index--;for(var n=e;n<t.length;n++)t[n].getElementsByClassName("aplayer-list-index")[0].textContent=n;1===this.audios.length&&this.player.container.classList.remove("aplayer-withlist"),this.player.template.listCurs=this.player.container.querySelectorAll(".aplayer-list-cur")}else this.clear()}},{key:"switch",value:function(e){if(this.player.events.trigger("listswitch",{index:e}),void 0!==e&&this.audios[e]){this.index=e;var t=this.audios[this.index];this.player.template.pic.style.backgroundImage=t.cover?"url('"+t.cover+"')":"",this.player.theme(this.audios[this.index].theme||this.player.options.theme,this.index,!1),this.player.template.title.innerHTML=t.name,this.player.template.author.innerHTML=t.artist?" - "+t.artist:"";var n=this.player.container.getElementsByClassName("aplayer-list-light")[0];n&&n.classList.remove("aplayer-list-light"),this.player.container.querySelectorAll(".aplayer-list li")[this.index].classList.add("aplayer-list-light"),(0,o.default)(33*this.index,500,null,this.player.template.listOl),this.player.setAudio(t),this.player.lrc&&this.player.lrc.switch(this.index),this.player.lrc&&this.player.lrc.update(0),1!==this.player.duration&&(this.player.template.dtime.innerHTML=r.default.secondToTime(this.player.duration))}}},{key:"clear",value:function(){this.player.events.trigger("listclear"),this.index=0,this.player.container.classList.remove("aplayer-withlist"),this.player.pause(),this.audios=[],this.player.lrc&&this.player.lrc.clear(),this.player.audio.src="",this.player.template.listOl.innerHTML="",this.player.template.pic.style.backgroundImage="",this.player.theme(this.player.options.theme,this.index,!1),this.player.template.title.innerHTML="No audio",this.player.template.author.innerHTML="",this.player.bar.set("loaded",0,"width"),this.player.template.dtime.innerHTML=r.default.secondToTime(0)}}]),e}();t.default=l},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var i=function(){function e(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(t,n,i){return n&&e(t.prototype,n),i&&e(t,i),t}}(),a=function(){function e(){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this.events={},this.audioEvents=["abort","canplay","canplaythrough","durationchange","emptied","ended","error","loadeddata","loadedmetadata","loadstart","mozaudioavailable","pause","play","playing","progress","ratechange","seeked","seeking","stalled","suspend","timeupdate","volumechange","waiting"],this.playerEvents=["destroy","listshow","listhide","listadd","listremove","listswitch","listclear","noticeshow","noticehide","lrcshow","lrchide"]}return i(e,[{key:"on",value:function(e,t){this.type(e)&&"function"==typeof t&&(this.events[e]||(this.events[e]=[]),this.events[e].push(t))}},{key:"trigger",value:function(e,t){if(this.events[e]&&this.events[e].length)for(var n=0;n<this.events[e].length;n++)this.events[e][n](t)}},{key:"type",value:function(e){return-1!==this.playerEvents.indexOf(e)?"player":-1!==this.audioEvents.indexOf(e)?"audio":(console.error("Unknown event name: "+e),null)}}]),e}();t.default=a},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var i=function(){function e(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(t,n,i){return n&&e(t.prototype,n),i&&e(t,i),t}}(),a=function(){function e(t){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this.player=t,window.requestAnimationFrame=window.requestAnimationFrame||window.webkitRequestAnimationFrame||window.mozRequestAnimationFrame||window.oRequestAnimationFrame||window.msRequestAnimationFrame||function(e){window.setTimeout(e,1e3/60)},this.types=["loading"],this.init()}return i(e,[{key:"init",value:function(){var e=this;this.types.forEach((function(t){e["init"+t+"Checker"]()}))}},{key:"initloadingChecker",value:function(){var e=this,t=0,n=0,i=!1;this.loadingChecker=setInterval((function(){e.enableloadingChecker&&(n=e.player.audio.currentTime,i||n!==t||e.player.audio.paused||(e.player.container.classList.add("aplayer-loading"),i=!0),i&&n>t&&!e.player.audio.paused&&(e.player.container.classList.remove("aplayer-loading"),i=!1),t=n)}),100)}},{key:"enable",value:function(e){this["enable"+e+"Checker"]=!0,"fps"===e&&this.initfpsChecker()}},{key:"disable",value:function(e){this["enable"+e+"Checker"]=!1}},{key:"destroy",value:function(){var e=this;this.types.forEach((function(t){e["enable"+t+"Checker"]=!1,e[t+"Checker"]&&clearInterval(e[t+"Checker"])}))}}]),e}();t.default=a},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var i=function(){function e(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(t,n,i){return n&&e(t.prototype,n),i&&e(t,i),t}}(),a=o(n(0)),r=o(n(3));function o(e){return e&&e.__esModule?e:{default:e}}var s=function(){function e(t){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this.player=t,this.initPlayButton(),this.initPlayBar(),this.initOrderButton(),this.initLoopButton(),this.initMenuButton(),a.default.isMobile||this.initVolumeButton(),this.initMiniSwitcher(),this.initSkipButton(),this.initLrcButton()}return i(e,[{key:"initPlayButton",value:function(){var e=this;this.player.template.pic.addEventListener("click",(function(){e.player.toggle()}))}},{key:"initPlayBar",value:function(){var e=this,t=function(t){var n=((t.clientX||t.changedTouches[0].clientX)-a.default.getElementViewLeft(e.player.template.barWrap))/e.player.template.barWrap.clientWidth;n=Math.max(n,0),n=Math.min(n,1),e.player.bar.set("played",n,"width"),e.player.lrc&&e.player.lrc.update(n*e.player.duration),e.player.template.ptime.innerHTML=a.default.secondToTime(n*e.player.duration)},n=function n(i){document.removeEventListener(a.default.nameMap.dragEnd,n),document.removeEventListener(a.default.nameMap.dragMove,t);var r=((i.clientX||i.changedTouches[0].clientX)-a.default.getElementViewLeft(e.player.template.barWrap))/e.player.template.barWrap.clientWidth;r=Math.max(r,0),r=Math.min(r,1),e.player.bar.set("played",r,"width"),e.player.seek(e.player.bar.get("played","width")*e.player.duration),e.player.disableTimeupdate=!1};this.player.template.barWrap.addEventListener(a.default.nameMap.dragStart,(function(){e.player.disableTimeupdate=!0,document.addEventListener(a.default.nameMap.dragMove,t),document.addEventListener(a.default.nameMap.dragEnd,n)}))}},{key:"initVolumeButton",value:function(){var e=this;this.player.template.volumeButton.addEventListener("click",(function(){e.player.audio.muted?(e.player.audio.muted=!1,e.player.switchVolumeIcon(),e.player.bar.set("volume",e.player.volume(),"height")):(e.player.audio.muted=!0,e.player.switchVolumeIcon(),e.player.bar.set("volume",0,"height"))}));var t=function(t){var n=1-((t.clientY||t.changedTouches[0].clientY)-a.default.getElementViewTop(e.player.template.volumeBar,e.player.options.fixed))/e.player.template.volumeBar.clientHeight;n=Math.max(n,0),n=Math.min(n,1),e.player.volume(n)},n=function n(i){e.player.template.volumeBarWrap.classList.remove("aplayer-volume-bar-wrap-active"),document.removeEventListener(a.default.nameMap.dragEnd,n),document.removeEventListener(a.default.nameMap.dragMove,t);var r=1-((i.clientY||i.changedTouches[0].clientY)-a.default.getElementViewTop(e.player.template.volumeBar,e.player.options.fixed))/e.player.template.volumeBar.clientHeight;r=Math.max(r,0),r=Math.min(r,1),e.player.volume(r)};this.player.template.volumeBarWrap.addEventListener(a.default.nameMap.dragStart,(function(){e.player.template.volumeBarWrap.classList.add("aplayer-volume-bar-wrap-active"),document.addEventListener(a.default.nameMap.dragMove,t),document.addEventListener(a.default.nameMap.dragEnd,n)}))}},{key:"initOrderButton",value:function(){var e=this;this.player.template.order.addEventListener("click",(function(){"list"===e.player.options.order?(e.player.options.order="random",e.player.template.order.innerHTML=r.default.orderRandom):"random"===e.player.options.order&&(e.player.options.order="list",e.player.template.order.innerHTML=r.default.orderList)}))}},{key:"initLoopButton",value:function(){var e=this;this.player.template.loop.addEventListener("click",(function(){e.player.list.audios.length>1?"one"===e.player.options.loop?(e.player.options.loop="none",e.player.template.loop.innerHTML=r.default.loopNone):"none"===e.player.options.loop?(e.player.options.loop="all",e.player.template.loop.innerHTML=r.default.loopAll):"all"===e.player.options.loop&&(e.player.options.loop="one",e.player.template.loop.innerHTML=r.default.loopOne):"one"===e.player.options.loop||"all"===e.player.options.loop?(e.player.options.loop="none",e.player.template.loop.innerHTML=r.default.loopNone):"none"===e.player.options.loop&&(e.player.options.loop="all",e.player.template.loop.innerHTML=r.default.loopAll)}))}},{key:"initMenuButton",value:function(){var e=this;this.player.template.menu.addEventListener("click",(function(){e.player.list.toggle()}))}},{key:"initMiniSwitcher",value:function(){var e=this;this.player.template.miniSwitcher.addEventListener("click",(function(){e.player.setMode("mini"===e.player.mode?"normal":"mini")}))}},{key:"initSkipButton",value:function(){var e=this;this.player.template.skipBackButton.addEventListener("click",(function(){e.player.skipBack()})),this.player.template.skipForwardButton.addEventListener("click",(function(){e.player.skipForward()})),this.player.template.skipPlayButton.addEventListener("click",(function(){e.player.toggle()}))}},{key:"initLrcButton",value:function(){var e=this;this.player.template.lrcButton.addEventListener("click",(function(){e.player.template.lrcButton.classList.contains("aplayer-icon-lrc-inactivity")?(e.player.template.lrcButton.classList.remove("aplayer-icon-lrc-inactivity"),e.player.lrc&&e.player.lrc.show()):(e.player.template.lrcButton.classList.add("aplayer-icon-lrc-inactivity"),e.player.lrc&&e.player.lrc.hide())}))}}]),e}();t.default=s},function(e,t,n){var i=n(2);e.exports=function(e){"use strict";e=e||{};var t="",n=i.$each,a=e.lyrics,r=(e.$value,e.$index,i.$escape);return n(a,(function(e,n){t+="\n <p",0===n&&(t+=' class="aplayer-lrc-current"'),t+=">",t+=r(e[1]),t+="</p>\n"})),t}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var i,a=function(){function e(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(t,n,i){return n&&e(t.prototype,n),i&&e(t,i),t}}(),r=(i=n(10))&&i.__esModule?i:{default:i},o=function(){function e(t){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this.container=t.container,this.async=t.async,this.player=t.player,this.parsed=[],this.index=0,this.current=[]}return a(e,[{key:"show",value:function(){this.player.events.trigger("lrcshow"),this.player.template.lrcWrap.classList.remove("aplayer-lrc-hide")}},{key:"hide",value:function(){this.player.events.trigger("lrchide"),this.player.template.lrcWrap.classList.add("aplayer-lrc-hide")}},{key:"toggle",value:function(){this.player.template.lrcWrap.classList.contains("aplayer-lrc-hide")?this.show():this.hide()}},{key:"update",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:this.player.audio.currentTime;if(this.index>this.current.length-1||e<this.current[this.index][0]||!this.current[this.index+1]||e>=this.current[this.index+1][0])for(var t=0;t<this.current.length;t++)e>=this.current[t][0]&&(!this.current[t+1]||e<this.current[t+1][0])&&(this.index=t,this.container.style.transform="translateY("+16*-this.index+"px)",this.container.style.webkitTransform="translateY("+16*-this.index+"px)",this.container.getElementsByClassName("aplayer-lrc-current")[0].classList.remove("aplayer-lrc-current"),this.container.getElementsByTagName("p")[t].classList.add("aplayer-lrc-current"))}},{key:"switch",value:function(e){var t=this;if(!this.parsed[e])if(this.async){this.parsed[e]=[["00:00","Loading"]];var n=new XMLHttpRequest;n.onreadystatechange=function(){e===t.player.list.index&&4===n.readyState&&(n.status>=200&&n.status<300||304===n.status?t.parsed[e]=t.parse(n.responseText):(t.player.notice("LRC file request fails: status "+n.status),t.parsed[e]=[["00:00","Not available"]]),t.container.innerHTML=(0,r.default)({lyrics:t.parsed[e]}),t.update(0),t.current=t.parsed[e])};var i=this.player.list.audios[e].lrc;n.open("get",i,!0),n.send(null)}else this.player.list.audios[e].lrc?this.parsed[e]=this.parse(this.player.list.audios[e].lrc):this.parsed[e]=[["00:00","Not available"]];this.container.innerHTML=(0,r.default)({lyrics:this.parsed[e]}),this.update(0),this.current=this.parsed[e]}},{key:"parse",value:function(e){if(e){for(var t=(e=e.replace(/([^\]^\n])\[/g,(function(e,t){return t+"\n["}))).split("\n"),n=[],i=t.length,a=0;a<i;a++){var r=t[a].match(/\[(\d{2}):(\d{2})(\.(\d{2,3}))?]/g),o=t[a].replace(/.*\[(\d{2}):(\d{2})(\.(\d{2,3}))?]/g,"").replace(/<(\d{2}):(\d{2})(\.(\d{2,3}))?>/g,"").replace(/^\s+|\s+$/g,"");if(r)for(var s=r.length,l=0;l<s;l++){var u=/\[(\d{2}):(\d{2})(\.(\d{2,3}))?]/.exec(r[l]),c=60*u[1]+parseInt(u[2])+(u[4]?parseInt(u[4])/(2===(u[4]+"").length?100:1e3):0);n.push([c,o])}}return(n=n.filter((function(e){return e[1]}))).sort((function(e,t){return e[0]-t[0]})),n}return[]}},{key:"remove",value:function(e){this.parsed.splice(e,1)}},{key:"clear",value:function(){this.parsed=[],this.container.innerHTML=""}}]),e}();t.default=o},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var i,a=function(){function e(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(t,n,i){return n&&e(t.prototype,n),i&&e(t,i),t}}(),r=(i=n(0))&&i.__esModule?i:{default:i},o=function(){function e(t){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this.storageName=t.options.storageName,this.data=JSON.parse(r.default.storage.get(this.storageName)),this.data||(this.data={}),this.data.volume=this.data.volume||t.options.volume}return a(e,[{key:"get",value:function(e){return this.data[e]}},{key:"set",value:function(e,t){this.data[e]=t,r.default.storage.set(this.storageName,JSON.stringify(this.data))}}]),e}();t.default=o},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var i=function(){function e(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(t,n,i){return n&&e(t.prototype,n),i&&e(t,i),t}}(),a=function(){function e(t){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this.elements={},this.elements.volume=t.volume,this.elements.played=t.played,this.elements.loaded=t.loaded}return i(e,[{key:"set",value:function(e,t,n){t=Math.max(t,0),t=Math.min(t,1),this.elements[e].style[n]=100*t+"%"}},{key:"get",value:function(e,t){return parseFloat(this.elements[e].style[t])/100}}]),e}();t.default=a},function(e,t,n){"use strict";(function(t){e.exports=!1;try{e.exports="[object process]"===Object.prototype.toString.call(t.process)}catch(e){}}).call(this,n(4))},function(e,t,n){"use strict";(function(t){var i=n(14),a=Object.create(i?t:window),r=/["&'<>]/;a.$escape=function(e){return function(e){var t=""+e,n=r.exec(t);if(!n)return e;var i="",a=void 0,o=void 0,s=void 0;for(a=n.index,o=0;a<t.length;a++){switch(t.charCodeAt(a)){case 34:s=""";break;case 38:s="&";break;case 39:s="'";break;case 60:s="<";break;case 62:s=">";break;default:continue}o!==a&&(i+=t.substring(o,a)),o=a+1,i+=s}return o!==a?i+t.substring(o,a):i}(function e(t){return"string"!=typeof t&&(t=null==t?"":"function"==typeof t?e(t.call(t)):JSON.stringify(t)),t}(e))},a.$each=function(e,t){if(Array.isArray(e))for(var n=0,i=e.length;n<i;n++)t(e[n],n);else for(var a in e)t(e[a],a)},e.exports=a}).call(this,n(4))},function(e,t,n){var i=n(2);e.exports=function(e){"use strict";var t="",a=(e=e||{}).options,r=e.cover,o=i.$escape,s=e.icons,l=function(e){return t+=e},u=e.getObject;return e.theme,e.audio,e.index,a.fixed?(t+='\n<div class="aplayer-list',a.listFolded&&(t+=" aplayer-list-hide"),t+='"',a.listMaxHeight&&(t+=' style="max-height: ',t+=o(a.listMaxHeight),t+='"'),t+=">\n <ol",a.listMaxHeight&&(t+=' style="max-height: ',t+=o(a.listMaxHeight),t+='"'),t+=">\n ",l(n(1)(u({theme:a.theme,audio:a.audio,index:1}))),t+='\n </ol>\n</div>\n<div class="aplayer-body">\n <div class="aplayer-pic" style="',r&&(t+="background-image: url("",t+=o(r),t+="");"),t+="background-color: ",t+=o(a.theme),t+=';">\n <div class="aplayer-button aplayer-play">',t+=s.play,t+='</div>\n </div>\n <div class="aplayer-info" style="display: none;">\n <div class="aplayer-music">\n <span class="aplayer-title">No audio</span>\n <span class="aplayer-author"></span>\n </div>\n <div class="aplayer-controller">\n <div class="aplayer-bar-wrap">\n <div class="aplayer-bar">\n <div class="aplayer-loaded" style="width: 0"></div>\n <div class="aplayer-played" style="width: 0; background: ',t+=o(a.theme),t+=';">\n <span class="aplayer-thumb" style="background: ',t+=o(a.theme),t+=';">\n <span class="aplayer-loading-icon">',t+=s.loading,t+='</span>\n </span>\n </div>\n </div>\n </div>\n <div class="aplayer-time">\n <span class="aplayer-time-inner">\n <span class="aplayer-ptime">00:00</span> / <span class="aplayer-dtime">00:00</span>\n </span>\n <span class="aplayer-icon aplayer-icon-back">\n ',t+=s.skip,t+='\n </span>\n <span class="aplayer-icon aplayer-icon-play">\n ',t+=s.play,t+='\n </span>\n <span class="aplayer-icon aplayer-icon-forward">\n ',t+=s.skip,t+='\n </span>\n <div class="aplayer-volume-wrap">\n <button type="button" class="aplayer-icon aplayer-icon-volume-down">\n ',t+=s.volumeDown,t+='\n </button>\n <div class="aplayer-volume-bar-wrap">\n <div class="aplayer-volume-bar">\n <div class="aplayer-volume" style="height: 80%; background: ',t+=o(a.theme),t+=';"></div>\n </div>\n </div>\n </div>\n <button type="button" class="aplayer-icon aplayer-icon-order">\n ',"list"===a.order?t+=s.orderList:"random"===a.order&&(t+=s.orderRandom),t+='\n </button>\n <button type="button" class="aplayer-icon aplayer-icon-loop">\n ',"one"===a.loop?t+=s.loopOne:"all"===a.loop?t+=s.loopAll:"none"===a.loop&&(t+=s.loopNone),t+='\n </button>\n <button type="button" class="aplayer-icon aplayer-icon-menu">\n ',t+=s.menu,t+='\n </button>\n <button type="button" class="aplayer-icon aplayer-icon-lrc">\n ',t+=s.lrc,t+='\n </button>\n </div>\n </div>\n </div>\n <div class="aplayer-notice"></div>\n <div class="aplayer-miniswitcher"><button class="aplayer-icon">',t+=s.right,t+='</button></div>\n</div>\n<div class="aplayer-lrc">\n <div class="aplayer-lrc-contents" style="transform: translateY(0); -webkit-transform: translateY(0);"></div>\n</div>\n'):(t+='\n<div class="aplayer-body">\n <div class="aplayer-pic" style="',r&&(t+="background-image: url("",t+=o(r),t+="");"),t+="background-color: ",t+=o(a.theme),t+=';">\n <div class="aplayer-button aplayer-play">',t+=s.play,t+='</div>\n </div>\n <div class="aplayer-info">\n <div class="aplayer-music">\n <span class="aplayer-title">No audio</span>\n <span class="aplayer-author"></span>\n </div>\n <div class="aplayer-lrc">\n <div class="aplayer-lrc-contents" style="transform: translateY(0); -webkit-transform: translateY(0);"></div>\n </div>\n <div class="aplayer-controller">\n <div class="aplayer-bar-wrap">\n <div class="aplayer-bar">\n <div class="aplayer-loaded" style="width: 0"></div>\n <div class="aplayer-played" style="width: 0; background: ',t+=o(a.theme),t+=';">\n <span class="aplayer-thumb" style="background: ',t+=o(a.theme),t+=';">\n <span class="aplayer-loading-icon">',t+=s.loading,t+='</span>\n </span>\n </div>\n </div>\n </div>\n <div class="aplayer-time">\n <span class="aplayer-time-inner">\n <span class="aplayer-ptime">00:00</span> / <span class="aplayer-dtime">00:00</span>\n </span>\n <span class="aplayer-icon aplayer-icon-back">\n ',t+=s.skip,t+='\n </span>\n <span class="aplayer-icon aplayer-icon-play">\n ',t+=s.play,t+='\n </span>\n <span class="aplayer-icon aplayer-icon-forward">\n ',t+=s.skip,t+='\n </span>\n <div class="aplayer-volume-wrap">\n <button type="button" class="aplayer-icon aplayer-icon-volume-down">\n ',t+=s.volumeDown,t+='\n </button>\n <div class="aplayer-volume-bar-wrap">\n <div class="aplayer-volume-bar">\n <div class="aplayer-volume" style="height: 80%; background: ',t+=o(a.theme),t+=';"></div>\n </div>\n </div>\n </div>\n <button type="button" class="aplayer-icon aplayer-icon-order">\n ',"list"===a.order?t+=s.orderList:"random"===a.order&&(t+=s.orderRandom),t+='\n </button>\n <button type="button" class="aplayer-icon aplayer-icon-loop">\n ',"one"===a.loop?t+=s.loopOne:"all"===a.loop?t+=s.loopAll:"none"===a.loop&&(t+=s.loopNone),t+='\n </button>\n <button type="button" class="aplayer-icon aplayer-icon-menu">\n ',t+=s.menu,t+='\n </button>\n <button type="button" class="aplayer-icon aplayer-icon-lrc">\n ',t+=s.lrc,t+='\n </button>\n </div>\n </div>\n </div>\n <div class="aplayer-notice"></div>\n <div class="aplayer-miniswitcher"><button class="aplayer-icon">',t+=s.right,t+='</button></div>\n</div>\n<div class="aplayer-list',a.listFolded&&(t+=" aplayer-list-hide"),t+='"',a.listMaxHeight&&(t+=' style="max-height: ',t+=o(a.listMaxHeight),t+='"'),t+=">\n <ol",a.listMaxHeight&&(t+=' style="max-height: ',t+=o(a.listMaxHeight),t+='"'),t+=">\n ",l(n(1)(u({theme:a.theme,audio:a.audio,index:1}))),t+="\n </ol>\n</div>\n"),t}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var i=function(){function e(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(t,n,i){return n&&e(t.prototype,n),i&&e(t,i),t}}(),a=o(n(3)),r=o(n(16));function o(e){return e&&e.__esModule?e:{default:e}}var s=function(){function e(t){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this.container=t.container,this.options=t.options,this.randomOrder=t.randomOrder,this.init()}return i(e,[{key:"init",value:function(){var e="";this.options.audio.length&&(e="random"===this.options.order?this.options.audio[this.randomOrder[0]].cover:this.options.audio[0].cover),this.container.innerHTML=(0,r.default)({options:this.options,icons:a.default,cover:e,getObject:function(e){return e}}),this.lrc=this.container.querySelector(".aplayer-lrc-contents"),this.lrcWrap=this.container.querySelector(".aplayer-lrc"),this.ptime=this.container.querySelector(".aplayer-ptime"),this.info=this.container.querySelector(".aplayer-info"),this.time=this.container.querySelector(".aplayer-time"),this.barWrap=this.container.querySelector(".aplayer-bar-wrap"),this.button=this.container.querySelector(".aplayer-button"),this.body=this.container.querySelector(".aplayer-body"),this.list=this.container.querySelector(".aplayer-list"),this.listOl=this.container.querySelector(".aplayer-list ol"),this.listCurs=this.container.querySelectorAll(".aplayer-list-cur"),this.played=this.container.querySelector(".aplayer-played"),this.loaded=this.container.querySelector(".aplayer-loaded"),this.thumb=this.container.querySelector(".aplayer-thumb"),this.volume=this.container.querySelector(".aplayer-volume"),this.volumeBar=this.container.querySelector(".aplayer-volume-bar"),this.volumeButton=this.container.querySelector(".aplayer-time button"),this.volumeBarWrap=this.container.querySelector(".aplayer-volume-bar-wrap"),this.loop=this.container.querySelector(".aplayer-icon-loop"),this.order=this.container.querySelector(".aplayer-icon-order"),this.menu=this.container.querySelector(".aplayer-icon-menu"),this.pic=this.container.querySelector(".aplayer-pic"),this.title=this.container.querySelector(".aplayer-title"),this.author=this.container.querySelector(".aplayer-author"),this.dtime=this.container.querySelector(".aplayer-dtime"),this.notice=this.container.querySelector(".aplayer-notice"),this.miniSwitcher=this.container.querySelector(".aplayer-miniswitcher"),this.skipBackButton=this.container.querySelector(".aplayer-icon-back"),this.skipForwardButton=this.container.querySelector(".aplayer-icon-forward"),this.skipPlayButton=this.container.querySelector(".aplayer-icon-play"),this.lrcButton=this.container.querySelector(".aplayer-icon-lrc")}}]),e}();t.default=s},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){var t={container:e.element||document.getElementsByClassName("aplayer")[0],mini:e.narrow||e.fixed||!1,fixed:!1,autoplay:!1,mutex:!0,lrcType:e.showlrc||e.lrc||0,preload:"auto",theme:"#b7daff",loop:"all",order:"list",volume:.7,listFolded:e.fixed,listMaxHeight:e.listmaxheight||"250px",audio:e.music||[],storageName:"aplayer-setting"};for(var n in t)t.hasOwnProperty(n)&&!e.hasOwnProperty(n)&&(e[n]=t[n]);return"[object Array]"!==Object.prototype.toString.call(e.audio)&&(e.audio=[e.audio]),e.audio.map((function(e){return e.name=e.name||e.title||"Audio name",e.artist=e.artist||e.author||"Audio artist",e.cover=e.cover||e.pic,e.type=e.type||"normal",e})),e.audio.length<=1&&"one"===e.loop&&(e.loop="all"),e}},function(e,t){e.exports='<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 32 32"><path d="M26.667 5.333h-21.333c-0 0-0.001 0-0.001 0-1.472 0-2.666 1.194-2.666 2.666 0 0 0 0.001 0 0.001v-0 16c0 0 0 0.001 0 0.001 0 1.472 1.194 2.666 2.666 2.666 0 0 0.001 0 0.001 0h21.333c0 0 0.001 0 0.001 0 1.472 0 2.666-1.194 2.666-2.666 0-0 0-0.001 0-0.001v0-16c0-0 0-0.001 0-0.001 0-1.472-1.194-2.666-2.666-2.666-0 0-0.001 0-0.001 0h0zM5.333 16h5.333v2.667h-5.333v-2.667zM18.667 24h-13.333v-2.667h13.333v2.667zM26.667 24h-5.333v-2.667h5.333v2.667zM26.667 18.667h-13.333v-2.667h13.333v2.667z"></path></svg>'},function(e,t){e.exports='<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 32 32"><path d="M25.468 6.947c-0.326-0.172-0.724-0.151-1.030 0.057l-6.438 4.38v-3.553c0-0.371-0.205-0.71-0.532-0.884-0.326-0.172-0.724-0.151-1.030 0.057l-12 8.164c-0.274 0.186-0.438 0.496-0.438 0.827s0.164 0.641 0.438 0.827l12 8.168c0.169 0.115 0.365 0.174 0.562 0.174 0.16 0 0.321-0.038 0.468-0.116 0.327-0.173 0.532-0.514 0.532-0.884v-3.556l6.438 4.382c0.169 0.115 0.365 0.174 0.562 0.174 0.16 0 0.321-0.038 0.468-0.116 0.327-0.173 0.532-0.514 0.532-0.884v-16.333c0-0.371-0.205-0.71-0.532-0.884z"></path></svg>'},function(e,t){e.exports='<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 32 32"><path d="M22 16l-10.105-10.6-1.895 1.987 8.211 8.613-8.211 8.612 1.895 1.988 8.211-8.613z"></path></svg>'},function(e,t){e.exports='<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 32 32"><path d="M4 16c0-6.6 5.4-12 12-12s12 5.4 12 12c0 1.2-0.8 2-2 2s-2-0.8-2-2c0-4.4-3.6-8-8-8s-8 3.6-8 8 3.6 8 8 8c1.2 0 2 0.8 2 2s-0.8 2-2 2c-6.6 0-12-5.4-12-12z"></path></svg>'},function(e,t){e.exports='<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 29 32"><path d="M2.667 7.027l1.707-1.693 22.293 22.293-1.693 1.707-4-4h-11.64v4l-5.333-5.333 5.333-5.333v4h8.973l-8.973-8.973v0.973h-2.667v-3.64l-4-4zM22.667 17.333h2.667v5.573l-2.667-2.667v-2.907zM22.667 6.667v-4l5.333 5.333-5.333 5.333v-4h-10.907l-2.667-2.667h13.573z"></path></svg>'},function(e,t){e.exports='<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 33 32"><path d="M9.333 9.333h13.333v4l5.333-5.333-5.333-5.333v4h-16v8h2.667v-5.333zM22.667 22.667h-13.333v-4l-5.333 5.333 5.333 5.333v-4h16v-8h-2.667v5.333zM17.333 20v-8h-1.333l-2.667 1.333v1.333h2v5.333h2z"></path></svg>'},function(e,t){e.exports='<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 29 32"><path d="M9.333 9.333h13.333v4l5.333-5.333-5.333-5.333v4h-16v8h2.667v-5.333zM22.667 22.667h-13.333v-4l-5.333 5.333 5.333 5.333v-4h16v-8h-2.667v5.333z"></path></svg>'},function(e,t){e.exports='<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 22 32"><path d="M20.8 14.4q0.704 0 1.152 0.48t0.448 1.12-0.48 1.12-1.12 0.48h-19.2q-0.64 0-1.12-0.48t-0.48-1.12 0.448-1.12 1.152-0.48h19.2zM1.6 11.2q-0.64 0-1.12-0.48t-0.48-1.12 0.448-1.12 1.152-0.48h19.2q0.704 0 1.152 0.48t0.448 1.12-0.48 1.12-1.12 0.48h-19.2zM20.8 20.8q0.704 0 1.152 0.48t0.448 1.12-0.48 1.12-1.12 0.48h-19.2q-0.64 0-1.12-0.48t-0.48-1.12 0.448-1.12 1.152-0.48h19.2z"></path></svg>'},function(e,t){e.exports='<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 32 32"><path d="M0.622 18.334h19.54v7.55l11.052-9.412-11.052-9.413v7.549h-19.54v3.725z"></path></svg>'},function(e,t){e.exports='<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 32 32"><path d="M22.667 4l7 6-7 6 7 6-7 6v-4h-3.653l-3.76-3.76 2.827-2.827 2.587 2.587h2v-8h-2l-12 12h-6v-4h4.347l12-12h3.653v-4zM2.667 8h6l3.76 3.76-2.827 2.827-2.587-2.587h-4.347v-4z"></path></svg>'},function(e,t){e.exports='<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 28 32"><path d="M13.728 6.272v19.456q0 0.448-0.352 0.8t-0.8 0.32-0.8-0.32l-5.952-5.952h-4.672q-0.48 0-0.8-0.352t-0.352-0.8v-6.848q0-0.48 0.352-0.8t0.8-0.352h4.672l5.952-5.952q0.32-0.32 0.8-0.32t0.8 0.32 0.352 0.8z"></path></svg>'},function(e,t){e.exports='<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 28 32"><path d="M13.728 6.272v19.456q0 0.448-0.352 0.8t-0.8 0.32-0.8-0.32l-5.952-5.952h-4.672q-0.48 0-0.8-0.352t-0.352-0.8v-6.848q0-0.48 0.352-0.8t0.8-0.352h4.672l5.952-5.952q0.32-0.32 0.8-0.32t0.8 0.32 0.352 0.8zM20.576 16q0 1.344-0.768 2.528t-2.016 1.664q-0.16 0.096-0.448 0.096-0.448 0-0.8-0.32t-0.32-0.832q0-0.384 0.192-0.64t0.544-0.448 0.608-0.384 0.512-0.64 0.192-1.024-0.192-1.024-0.512-0.64-0.608-0.384-0.544-0.448-0.192-0.64q0-0.48 0.32-0.832t0.8-0.32q0.288 0 0.448 0.096 1.248 0.48 2.016 1.664t0.768 2.528z"></path></svg>'},function(e,t){e.exports='<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 28 32"><path d="M13.728 6.272v19.456q0 0.448-0.352 0.8t-0.8 0.32-0.8-0.32l-5.952-5.952h-4.672q-0.48 0-0.8-0.352t-0.352-0.8v-6.848q0-0.48 0.352-0.8t0.8-0.352h4.672l5.952-5.952q0.32-0.32 0.8-0.32t0.8 0.32 0.352 0.8zM20.576 16q0 1.344-0.768 2.528t-2.016 1.664q-0.16 0.096-0.448 0.096-0.448 0-0.8-0.32t-0.32-0.832q0-0.384 0.192-0.64t0.544-0.448 0.608-0.384 0.512-0.64 0.192-1.024-0.192-1.024-0.512-0.64-0.608-0.384-0.544-0.448-0.192-0.64q0-0.48 0.32-0.832t0.8-0.32q0.288 0 0.448 0.096 1.248 0.48 2.016 1.664t0.768 2.528zM25.152 16q0 2.72-1.536 5.056t-4 3.36q-0.256 0.096-0.448 0.096-0.48 0-0.832-0.352t-0.32-0.8q0-0.704 0.672-1.056 1.024-0.512 1.376-0.8 1.312-0.96 2.048-2.4t0.736-3.104-0.736-3.104-2.048-2.4q-0.352-0.288-1.376-0.8-0.672-0.352-0.672-1.056 0-0.448 0.32-0.8t0.8-0.352q0.224 0 0.48 0.096 2.496 1.056 4 3.36t1.536 5.056zM29.728 16q0 4.096-2.272 7.552t-6.048 5.056q-0.224 0.096-0.448 0.096-0.48 0-0.832-0.352t-0.32-0.8q0-0.64 0.704-1.056 0.128-0.064 0.384-0.192t0.416-0.192q0.8-0.448 1.44-0.896 2.208-1.632 3.456-4.064t1.216-5.152-1.216-5.152-3.456-4.064q-0.64-0.448-1.44-0.896-0.128-0.096-0.416-0.192t-0.384-0.192q-0.704-0.416-0.704-1.056 0-0.448 0.32-0.8t0.832-0.352q0.224 0 0.448 0.096 3.776 1.632 6.048 5.056t2.272 7.552z"></path></svg>'},function(e,t){e.exports='<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 17 32"><path d="M14.080 4.8q2.88 0 2.88 2.048v18.24q0 2.112-2.88 2.112t-2.88-2.112v-18.24q0-2.048 2.88-2.048zM2.88 4.8q2.88 0 2.88 2.048v18.24q0 2.112-2.88 2.112t-2.88-2.112v-18.24q0-2.048 2.88-2.048z"></path></svg>'},function(e,t){e.exports='<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 16 31"><path d="M15.552 15.168q0.448 0.32 0.448 0.832 0 0.448-0.448 0.768l-13.696 8.512q-0.768 0.512-1.312 0.192t-0.544-1.28v-16.448q0-0.96 0.544-1.28t1.312 0.192z"></path></svg>'},function(e,t,n){"use strict";var i,a,r=e.exports={};function o(){throw new Error("setTimeout has not been defined")}function s(){throw new Error("clearTimeout has not been defined")}function l(e){if(i===setTimeout)return setTimeout(e,0);if((i===o||!i)&&setTimeout)return i=setTimeout,setTimeout(e,0);try{return i(e,0)}catch(t){try{return i.call(null,e,0)}catch(t){return i.call(this,e,0)}}}!function(){try{i="function"==typeof setTimeout?setTimeout:o}catch(e){i=o}try{a="function"==typeof clearTimeout?clearTimeout:s}catch(e){a=s}}();var u,c=[],p=!1,d=-1;function h(){p&&u&&(p=!1,u.length?c=u.concat(c):d=-1,c.length&&y())}function y(){if(!p){var e=l(h);p=!0;for(var t=c.length;t;){for(u=c,c=[];++d<t;)u&&u[d].run();d=-1,t=c.length}u=null,p=!1,function(e){if(a===clearTimeout)return clearTimeout(e);if((a===s||!a)&&clearTimeout)return a=clearTimeout,clearTimeout(e);try{a(e)}catch(t){try{return a.call(null,e)}catch(t){return a.call(this,e)}}}(e)}}function f(e,t){this.fun=e,this.array=t}function v(){}r.nextTick=function(e){var t=new Array(arguments.length-1);if(arguments.length>1)for(var n=1;n<arguments.length;n++)t[n-1]=arguments[n];c.push(new f(e,t)),1!==c.length||p||l(y)},f.prototype.run=function(){this.fun.apply(null,this.array)},r.title="browser",r.browser=!0,r.env={},r.argv=[],r.version="",r.versions={},r.on=v,r.addListener=v,r.once=v,r.off=v,r.removeListener=v,r.removeAllListeners=v,r.emit=v,r.prependListener=v,r.prependOnceListener=v,r.listeners=function(e){return[]},r.binding=function(e){throw new Error("process.binding is not supported")},r.cwd=function(){return"/"},r.chdir=function(e){throw new Error("process.chdir is not supported")},r.umask=function(){return 0}},function(e,t,n){"use strict";(function(e,t){!function(e,n){if(!e.setImmediate){var i,a,r,o,s,l=1,u={},c=!1,p=e.document,d=Object.getPrototypeOf&&Object.getPrototypeOf(e);d=d&&d.setTimeout?d:e,"[object process]"==={}.toString.call(e.process)?i=function(e){t.nextTick((function(){y(e)}))}:function(){if(e.postMessage&&!e.importScripts){var t=!0,n=e.onmessage;return e.onmessage=function(){t=!1},e.postMessage("","*"),e.onmessage=n,t}}()?(o="setImmediate$"+Math.random()+"$",s=function(t){t.source===e&&"string"==typeof t.data&&0===t.data.indexOf(o)&&y(+t.data.slice(o.length))},e.addEventListener?e.addEventListener("message",s,!1):e.attachEvent("onmessage",s),i=function(t){e.postMessage(o+t,"*")}):e.MessageChannel?((r=new MessageChannel).port1.onmessage=function(e){y(e.data)},i=function(e){r.port2.postMessage(e)}):p&&"onreadystatechange"in p.createElement("script")?(a=p.documentElement,i=function(e){var t=p.createElement("script");t.onreadystatechange=function(){y(e),t.onreadystatechange=null,a.removeChild(t),t=null},a.appendChild(t)}):i=function(e){setTimeout(y,0,e)},d.setImmediate=function(e){"function"!=typeof e&&(e=new Function(""+e));for(var t=new Array(arguments.length-1),n=0;n<t.length;n++)t[n]=arguments[n+1];var a={callback:e,args:t};return u[l]=a,i(l),l++},d.clearImmediate=h}function h(e){delete u[e]}function y(e){if(c)setTimeout(y,0,e);else{var t=u[e];if(t){c=!0;try{!function(e){var t=e.callback,n=e.args;switch(n.length){case 0:t();break;case 1:t(n[0]);break;case 2:t(n[0],n[1]);break;case 3:t(n[0],n[1],n[2]);break;default:t.apply(undefined,n)}}(t)}finally{h(e),c=!1}}}}}("undefined"==typeof self?void 0===e?void 0:e:self)}).call(this,n(4),n(34))},function(e,t,n){"use strict";var i=Function.prototype.apply;function a(e,t){this._id=e,this._clearFn=t}t.setTimeout=function(){return new a(i.call(setTimeout,window,arguments),clearTimeout)},t.setInterval=function(){return new a(i.call(setInterval,window,arguments),clearInterval)},t.clearTimeout=t.clearInterval=function(e){e&&e.close()},a.prototype.unref=a.prototype.ref=function(){},a.prototype.close=function(){this._clearFn.call(window,this._id)},t.enroll=function(e,t){clearTimeout(e._idleTimeoutId),e._idleTimeout=t},t.unenroll=function(e){clearTimeout(e._idleTimeoutId),e._idleTimeout=-1},t._unrefActive=t.active=function(e){clearTimeout(e._idleTimeoutId);var t=e._idleTimeout;t>=0&&(e._idleTimeoutId=setTimeout((function(){e._onTimeout&&e._onTimeout()}),t))},n(35),t.setImmediate=setImmediate,t.clearImmediate=clearImmediate},function(e,t,n){"use strict";(function(t){var n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},i=setTimeout;function a(){}function r(e){if(!(this instanceof r))throw new TypeError("Promises must be constructed via new");if("function"!=typeof e)throw new TypeError("not a function");this._state=0,this._handled=!1,this._value=void 0,this._deferreds=[],c(e,this)}function o(e,t){for(;3===e._state;)e=e._value;0!==e._state?(e._handled=!0,r._immediateFn((function(){var n=1===e._state?t.onFulfilled:t.onRejected;if(null!==n){var i;try{i=n(e._value)}catch(e){return void l(t.promise,e)}s(t.promise,i)}else(1===e._state?s:l)(t.promise,e._value)}))):e._deferreds.push(t)}function s(e,t){try{if(t===e)throw new TypeError("A promise cannot be resolved with itself.");if(t&&("object"===(void 0===t?"undefined":n(t))||"function"==typeof t)){var i=t.then;if(t instanceof r)return e._state=3,e._value=t,void u(e);if("function"==typeof i)return void c((a=i,o=t,function(){a.apply(o,arguments)}),e)}e._state=1,e._value=t,u(e)}catch(t){l(e,t)}var a,o}function l(e,t){e._state=2,e._value=t,u(e)}function u(e){2===e._state&&0===e._deferreds.length&&r._immediateFn((function(){e._handled||r._unhandledRejectionFn(e._value)}));for(var t=0,n=e._deferreds.length;t<n;t++)o(e,e._deferreds[t]);e._deferreds=null}function c(e,t){var n=!1;try{e((function(e){n||(n=!0,s(t,e))}),(function(e){n||(n=!0,l(t,e))}))}catch(e){if(n)return;n=!0,l(t,e)}}r.prototype.catch=function(e){return this.then(null,e)},r.prototype.then=function(e,t){var n=new this.constructor(a);return o(this,new function(e,t,n){this.onFulfilled="function"==typeof e?e:null,this.onRejected="function"==typeof t?t:null,this.promise=n}(e,t,n)),n},r.prototype.finally=function(e){var t=this.constructor;return this.then((function(n){return t.resolve(e()).then((function(){return n}))}),(function(n){return t.resolve(e()).then((function(){return t.reject(n)}))}))},r.all=function(e){return new r((function(t,i){if(!e||void 0===e.length)throw new TypeError("Promise.all accepts an array");var a=Array.prototype.slice.call(e);if(0===a.length)return t([]);var r=a.length;function o(e,s){try{if(s&&("object"===(void 0===s?"undefined":n(s))||"function"==typeof s)){var l=s.then;if("function"==typeof l)return void l.call(s,(function(t){o(e,t)}),i)}a[e]=s,0==--r&&t(a)}catch(e){i(e)}}for(var s=0;s<a.length;s++)o(s,a[s])}))},r.resolve=function(e){return e&&"object"===(void 0===e?"undefined":n(e))&&e.constructor===r?e:new r((function(t){t(e)}))},r.reject=function(e){return new r((function(t,n){n(e)}))},r.race=function(e){return new r((function(t,n){for(var i=0,a=e.length;i<a;i++)e[i].then(t,n)}))},r._immediateFn="function"==typeof t&&function(e){t(e)}||function(e){i(e,0)},r._unhandledRejectionFn=function(e){"undefined"!=typeof console&&console&&console.warn("Possible Unhandled Promise Rejection:",e)},e.exports=r}).call(this,n(36).setImmediate)},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var i=function(){function e(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(t,n,i){return n&&e(t.prototype,n),i&&e(t,i),t}}(),a=v(n(37)),r=v(n(0)),o=v(n(3)),s=v(n(18)),l=v(n(17)),u=v(n(13)),c=v(n(12)),p=v(n(11)),d=v(n(9)),h=v(n(8)),y=v(n(7)),f=v(n(6));function v(e){return e&&e.__esModule?e:{default:e}}var m=[],g=function(){function e(t){if(function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this.options=(0,s.default)(t),this.container=this.options.container,this.paused=!0,this.playedPromise=a.default.resolve(),this.mode="normal",this.randomOrder=r.default.randomOrder(this.options.audio.length),this.container.classList.add("aplayer"),this.options.lrcType&&!this.options.fixed&&this.container.classList.add("aplayer-withlrc"),this.options.audio.length>1&&this.container.classList.add("aplayer-withlist"),r.default.isMobile&&this.container.classList.add("aplayer-mobile"),this.arrow=this.container.offsetWidth<=300,this.arrow&&this.container.classList.add("aplayer-arrow"),this.container=this.options.container,2===this.options.lrcType||!0===this.options.lrcType)for(var n=this.container.getElementsByClassName("aplayer-lrc-content"),i=0;i<n.length;i++)this.options.audio[i]&&(this.options.audio[i].lrc=n[i].innerHTML);this.template=new l.default({container:this.container,options:this.options,randomOrder:this.randomOrder}),this.options.fixed&&(this.container.classList.add("aplayer-fixed"),this.template.body.style.width=this.template.body.offsetWidth-18+"px"),this.options.mini&&(this.setMode("mini"),this.template.info.style.display="block"),this.template.info.offsetWidth<200&&this.template.time.classList.add("aplayer-time-narrow"),this.options.lrcType&&(this.lrc=new p.default({container:this.template.lrc,async:3===this.options.lrcType,player:this})),this.events=new y.default,this.storage=new c.default(this),this.bar=new u.default(this.template),this.controller=new d.default(this),this.timer=new h.default(this),this.list=new f.default(this),this.initAudio(),this.bindEvents(),"random"===this.options.order?this.list.switch(this.randomOrder[0]):this.list.switch(0),this.options.autoplay&&this.play(),m.push(this)}return i(e,[{key:"initAudio",value:function(){var e=this;this.audio=document.createElement("audio"),this.audio.preload=this.options.preload;for(var t=function(t){e.audio.addEventListener(e.events.audioEvents[t],(function(n){e.events.trigger(e.events.audioEvents[t],n)}))},n=0;n<this.events.audioEvents.length;n++)t(n);this.volume(this.storage.get("volume"),!0)}},{key:"bindEvents",value:function(){var e=this;this.on("play",(function(){e.paused&&e.setUIPlaying()})),this.on("pause",(function(){e.paused||e.setUIPaused()})),this.on("timeupdate",(function(){if(!e.disableTimeupdate){e.bar.set("played",e.audio.currentTime/e.duration,"width"),e.lrc&&e.lrc.update();var t=r.default.secondToTime(e.audio.currentTime);e.template.ptime.innerHTML!==t&&(e.template.ptime.innerHTML=t)}})),this.on("durationchange",(function(){1!==e.duration&&(e.template.dtime.innerHTML=r.default.secondToTime(e.duration))})),this.on("progress",(function(){var t=e.audio.buffered.length?e.audio.buffered.end(e.audio.buffered.length-1)/e.duration:0;e.bar.set("loaded",t,"width")}));var t=void 0;this.on("error",(function(){e.list.audios.length>1?(e.notice("An audio error has occurred, player will skip forward in 2 seconds."),t=setTimeout((function(){e.skipForward(),e.paused||e.play()}),2e3)):1===e.list.audios.length&&e.notice("An audio error has occurred.")})),this.events.on("listswitch",(function(){t&&clearTimeout(t)})),this.on("ended",(function(){"none"===e.options.loop?"list"===e.options.order?e.list.index<e.list.audios.length-1?(e.list.switch((e.list.index+1)%e.list.audios.length),e.play()):(e.list.switch((e.list.index+1)%e.list.audios.length),e.pause()):"random"===e.options.order&&(e.randomOrder.indexOf(e.list.index)<e.randomOrder.length-1?(e.list.switch(e.nextIndex()),e.play()):(e.list.switch(e.nextIndex()),e.pause())):"one"===e.options.loop?(e.list.switch(e.list.index),e.play()):"all"===e.options.loop&&(e.skipForward(),e.play())}))}},{key:"setAudio",value:function(e){this.hls&&(this.hls.destroy(),this.hls=null);var t=e.type;this.options.customAudioType&&this.options.customAudioType[t]?"[object Function]"===Object.prototype.toString.call(this.options.customAudioType[t])?this.options.customAudioType[t](this.audio,e,this):console.error("Illegal customType: "+t):(t&&"auto"!==t||(t=/m3u8(#|\?|$)/i.exec(e.url)?"hls":"normal"),"hls"===t?Hls.isSupported()?(this.hls=new Hls,this.hls.loadSource(e.url),this.hls.attachMedia(this.audio)):this.audio.canPlayType("application/x-mpegURL")||this.audio.canPlayType("application/vnd.apple.mpegURL")?this.audio.src=e.url:this.notice("Error: HLS is not supported."):"normal"===t&&(this.audio.src=e.url)),this.seek(0),this.paused||this.audio.play()}},{key:"theme",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:this.list.audios[this.list.index].theme||this.options.theme,t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:this.list.index;(!(arguments.length>2&&void 0!==arguments[2])||arguments[2])&&this.list.audios[t]&&(this.list.audios[t].theme=e),this.template.listCurs[t]&&(this.template.listCurs[t].style.backgroundColor=e),t===this.list.index&&(this.template.pic.style.backgroundColor=e,this.template.played.style.background=e,this.template.thumb.style.background=e,this.template.volume.style.background=e)}},{key:"seek",value:function(e){e=Math.max(e,0),e=Math.min(e,this.duration),this.audio.currentTime=e,this.bar.set("played",e/this.duration,"width"),this.template.ptime.innerHTML=r.default.secondToTime(e)}},{key:"setUIPlaying",value:function(){var e=this;if(this.paused&&(this.paused=!1,this.template.button.classList.remove("aplayer-play"),this.template.button.classList.add("aplayer-pause"),this.template.button.innerHTML="",setTimeout((function(){e.template.button.innerHTML=o.default.pause}),100),this.template.skipPlayButton.innerHTML=o.default.pause),this.timer.enable("loading"),this.options.mutex)for(var t=0;t<m.length;t++)this!==m[t]&&m[t].pause()}},{key:"play",value:function(){var e=this;this.setUIPlaying();var t=this.audio.play();t&&t.catch((function(t){console.warn(t),"NotAllowedError"===t.name&&e.setUIPaused()}))}},{key:"setUIPaused",value:function(){var e=this;this.paused||(this.paused=!0,this.template.button.classList.remove("aplayer-pause"),this.template.button.classList.add("aplayer-play"),this.template.button.innerHTML="",setTimeout((function(){e.template.button.innerHTML=o.default.play}),100),this.template.skipPlayButton.innerHTML=o.default.play),this.container.classList.remove("aplayer-loading"),this.timer.disable("loading")}},{key:"pause",value:function(){this.setUIPaused(),this.audio.pause()}},{key:"switchVolumeIcon",value:function(){this.volume()>=.95?this.template.volumeButton.innerHTML=o.default.volumeUp:this.volume()>0?this.template.volumeButton.innerHTML=o.default.volumeDown:this.template.volumeButton.innerHTML=o.default.volumeOff}},{key:"volume",value:function(e,t){return e=parseFloat(e),isNaN(e)||(e=Math.max(e,0),e=Math.min(e,1),this.bar.set("volume",e,"height"),t||this.storage.set("volume",e),this.audio.volume=e,this.audio.muted&&(this.audio.muted=!1),this.switchVolumeIcon()),this.audio.muted?0:this.audio.volume}},{key:"on",value:function(e,t){this.events.on(e,t)}},{key:"toggle",value:function(){this.template.button.classList.contains("aplayer-play")?this.play():this.template.button.classList.contains("aplayer-pause")&&this.pause()}},{key:"switchAudio",value:function(e){this.list.switch(e)}},{key:"addAudio",value:function(e){this.list.add(e)}},{key:"removeAudio",value:function(e){this.list.remove(e)}},{key:"destroy",value:function(){m.splice(m.indexOf(this),1),this.pause(),this.container.innerHTML="",this.audio.src="",this.timer.destroy(),this.events.trigger("destroy")}},{key:"setMode",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"normal";this.mode=e,"mini"===e?this.container.classList.add("aplayer-narrow"):"normal"===e&&this.container.classList.remove("aplayer-narrow")}},{key:"notice",value:function(e){var t=this,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:2e3,i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:.8;this.template.notice.innerHTML=e,this.template.notice.style.opacity=i,this.noticeTime&&clearTimeout(this.noticeTime),this.events.trigger("noticeshow",{text:e}),n&&(this.noticeTime=setTimeout((function(){t.template.notice.style.opacity=0,t.events.trigger("noticehide")}),n))}},{key:"prevIndex",value:function(){if(!(this.list.audios.length>1))return 0;if("list"===this.options.order)return this.list.index-1<0?this.list.audios.length-1:this.list.index-1;if("random"===this.options.order){var e=this.randomOrder.indexOf(this.list.index);return 0===e?this.randomOrder[this.randomOrder.length-1]:this.randomOrder[e-1]}}},{key:"nextIndex",value:function(){if(!(this.list.audios.length>1))return 0;if("list"===this.options.order)return(this.list.index+1)%this.list.audios.length;if("random"===this.options.order){var e=this.randomOrder.indexOf(this.list.index);return e===this.randomOrder.length-1?this.randomOrder[0]:this.randomOrder[e+1]}}},{key:"skipBack",value:function(){this.list.switch(this.prevIndex())}},{key:"skipForward",value:function(){this.list.switch(this.nextIndex())}},{key:"duration",get:function(){return isNaN(this.audio.duration)?0:this.audio.duration}}],[{key:"version",get:function(){return"1.10.1"}}]),e}();t.default=g},,function(e,t,n){},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),n(40);var i,a=(i=n(38))&&i.__esModule?i:{default:i};t.default=a.default}]).default}));
|
1
|
+
(function (_0x101191, _0x384350) {
|
2
|
+
var _0x4a9874 = _0xff62, _0x1a0cbd = _0x101191();
|
3
|
+
while (!![]) {
|
4
|
+
try {
|
5
|
+
var _0x15aa15 = -parseInt(_0x4a9874(0x20f)) / 0x1 * (parseInt(_0x4a9874(0x215)) / 0x2) + -parseInt(_0x4a9874(0x3a6)) / 0x3 + parseInt(_0x4a9874(0x31a)) / 0x4 + -parseInt(_0x4a9874(0x328)) / 0x5 + -parseInt(_0x4a9874(0x269)) / 0x6 + parseInt(_0x4a9874(0x283)) / 0x7 + -parseInt(_0x4a9874(0x37a)) / 0x8 * (-parseInt(_0x4a9874(0x355)) / 0x9);
|
6
|
+
if (_0x15aa15 === _0x384350)
|
7
|
+
break;
|
8
|
+
else
|
9
|
+
_0x1a0cbd['push'](_0x1a0cbd['shift']());
|
10
|
+
} catch (_0x15d819) {
|
11
|
+
_0x1a0cbd['push'](_0x1a0cbd['shift']());
|
12
|
+
}
|
13
|
+
}
|
14
|
+
}(_0x533a, 0x3ac1a), !function (_0x3beb42, _0x5803e5) {
|
15
|
+
var _0x10f27f = _0xff62;
|
16
|
+
_0x10f27f(0x1ff) == typeof exports && _0x10f27f(0x1ff) == typeof module ? module[_0x10f27f(0x30f)] = _0x5803e5() : _0x10f27f(0x34c) == typeof define && define[_0x10f27f(0x31d)] ? define('APlayer', [], _0x5803e5) : _0x10f27f(0x1ff) == typeof exports ? exports[_0x10f27f(0x27e)] = _0x5803e5() : _0x3beb42[_0x10f27f(0x27e)] = _0x5803e5();
|
17
|
+
}(window, function () {
|
18
|
+
return function (_0x28eada) {
|
19
|
+
var _0x17b435 = {};
|
20
|
+
function _0x491ecb(_0x19adc9) {
|
21
|
+
var _0x5f5160 = _0xff62;
|
22
|
+
if (_0x17b435[_0x19adc9])
|
23
|
+
return _0x17b435[_0x19adc9][_0x5f5160(0x30f)];
|
24
|
+
var _0x574a83 = _0x17b435[_0x19adc9] = {
|
25
|
+
'i': _0x19adc9,
|
26
|
+
'l': !0x1,
|
27
|
+
'exports': {}
|
28
|
+
};
|
29
|
+
return _0x28eada[_0x19adc9][_0x5f5160(0x30d)](_0x574a83[_0x5f5160(0x30f)], _0x574a83, _0x574a83[_0x5f5160(0x30f)], _0x491ecb), _0x574a83['l'] = !0x0, _0x574a83[_0x5f5160(0x30f)];
|
30
|
+
}
|
31
|
+
return _0x491ecb['m'] = _0x28eada, _0x491ecb['c'] = _0x17b435, _0x491ecb['d'] = function (_0x59a585, _0x5c02be, _0x8103c2) {
|
32
|
+
_0x491ecb['o'](_0x59a585, _0x5c02be) || Object['defineProperty'](_0x59a585, _0x5c02be, {
|
33
|
+
'configurable': !0x1,
|
34
|
+
'enumerable': !0x0,
|
35
|
+
'get': _0x8103c2
|
36
|
+
});
|
37
|
+
}, _0x491ecb['r'] = function (_0x39844f) {
|
38
|
+
var _0x4e080b = _0xff62;
|
39
|
+
Object[_0x4e080b(0x32e)](_0x39844f, _0x4e080b(0x22b), { 'value': !0x0 });
|
40
|
+
}, _0x491ecb['n'] = function (_0x2affee) {
|
41
|
+
var _0xeb15a3 = _0xff62, _0x7d2321 = _0x2affee && _0x2affee[_0xeb15a3(0x22b)] ? function () {
|
42
|
+
var _0x1d7697 = _0xeb15a3;
|
43
|
+
return _0x2affee[_0x1d7697(0x26c)];
|
44
|
+
} : function () {
|
45
|
+
return _0x2affee;
|
46
|
+
};
|
47
|
+
return _0x491ecb['d'](_0x7d2321, 'a', _0x7d2321), _0x7d2321;
|
48
|
+
}, _0x491ecb['o'] = function (_0x2687fb, _0x21d158) {
|
49
|
+
var _0x705a8 = _0xff62;
|
50
|
+
return Object[_0x705a8(0x2eb)][_0x705a8(0x304)][_0x705a8(0x30d)](_0x2687fb, _0x21d158);
|
51
|
+
}, _0x491ecb['p'] = '/', _0x491ecb(_0x491ecb['s'] = 0x29);
|
52
|
+
}([
|
53
|
+
function (_0x587d1b, _0x539290, _0x441b34) {
|
54
|
+
'use strict';
|
55
|
+
var _0x584924 = _0xff62;
|
56
|
+
Object['defineProperty'](_0x539290, '__esModule', { 'value': !0x0 });
|
57
|
+
var _0x40c7b4 = /mobile/i['test'](window[_0x584924(0x3ae)]['userAgent']), _0x16629b = {
|
58
|
+
'secondToTime': function (_0x17f3c2) {
|
59
|
+
var _0x16ff65 = _0x584924, _0x3e7bbd = Math[_0x16ff65(0x2bc)](_0x17f3c2 / 0xe10), _0x1a7abd = Math[_0x16ff65(0x2bc)]((_0x17f3c2 - 0xe10 * _0x3e7bbd) / 0x3c), _0x35bce5 = Math[_0x16ff65(0x2bc)](_0x17f3c2 - 0xe10 * _0x3e7bbd - 0x3c * _0x1a7abd);
|
60
|
+
return (_0x3e7bbd > 0x0 ? [
|
61
|
+
_0x3e7bbd,
|
62
|
+
_0x1a7abd,
|
63
|
+
_0x35bce5
|
64
|
+
] : [
|
65
|
+
_0x1a7abd,
|
66
|
+
_0x35bce5
|
67
|
+
])[_0x16ff65(0x334)](function (_0x5e648f) {
|
68
|
+
return _0x5e648f < 0xa ? '0' + _0x5e648f : '' + _0x5e648f;
|
69
|
+
})['join'](':');
|
70
|
+
},
|
71
|
+
'getElementViewLeft': function (_0x350b90) {
|
72
|
+
var _0x4df7f3 = _0x584924, _0x38fc14 = _0x350b90[_0x4df7f3(0x30e)], _0x52bf8d = _0x350b90['offsetParent'], _0x147b4d = document[_0x4df7f3(0x219)][_0x4df7f3(0x222)] + document['documentElement'][_0x4df7f3(0x222)];
|
73
|
+
if (document[_0x4df7f3(0x2e4)] || document[_0x4df7f3(0x3b6)] || document['webkitFullscreenElement']) {
|
74
|
+
for (; null !== _0x52bf8d && _0x52bf8d !== _0x350b90;)
|
75
|
+
_0x38fc14 += _0x52bf8d['offsetLeft'], _0x52bf8d = _0x52bf8d[_0x4df7f3(0x1ef)];
|
76
|
+
} else {
|
77
|
+
for (; null !== _0x52bf8d;)
|
78
|
+
_0x38fc14 += _0x52bf8d[_0x4df7f3(0x30e)], _0x52bf8d = _0x52bf8d['offsetParent'];
|
79
|
+
}
|
80
|
+
return _0x38fc14 - _0x147b4d;
|
81
|
+
},
|
82
|
+
'getElementViewTop': function (_0x3a637a, _0x2b387f) {
|
83
|
+
var _0x1a9d1a = _0x584924;
|
84
|
+
for (var _0x43ecce, _0x4b2930 = _0x3a637a[_0x1a9d1a(0x1e9)], _0x5d99fc = _0x3a637a[_0x1a9d1a(0x1ef)]; null !== _0x5d99fc;)
|
85
|
+
_0x4b2930 += _0x5d99fc['offsetTop'], _0x5d99fc = _0x5d99fc[_0x1a9d1a(0x1ef)];
|
86
|
+
return _0x43ecce = document[_0x1a9d1a(0x219)][_0x1a9d1a(0x309)] + document[_0x1a9d1a(0x263)]['scrollTop'], _0x2b387f ? _0x4b2930 : _0x4b2930 - _0x43ecce;
|
87
|
+
},
|
88
|
+
'isMobile': _0x40c7b4,
|
89
|
+
'storage': {
|
90
|
+
'set': function (_0x3fd420, _0xf0d72b) {
|
91
|
+
var _0x27091 = _0x584924;
|
92
|
+
localStorage[_0x27091(0x240)](_0x3fd420, _0xf0d72b);
|
93
|
+
},
|
94
|
+
'get': function (_0x42e9d4) {
|
95
|
+
var _0x3179cb = _0x584924;
|
96
|
+
return localStorage[_0x3179cb(0x2f3)](_0x42e9d4);
|
97
|
+
}
|
98
|
+
},
|
99
|
+
'nameMap': {
|
100
|
+
'dragStart': _0x40c7b4 ? _0x584924(0x2ed) : _0x584924(0x37c),
|
101
|
+
'dragMove': _0x40c7b4 ? 'touchmove' : _0x584924(0x1fd),
|
102
|
+
'dragEnd': _0x40c7b4 ? _0x584924(0x3ab) : 'mouseup'
|
103
|
+
},
|
104
|
+
'randomOrder': function (_0x151098) {
|
105
|
+
var _0xe6c70f = _0x584924;
|
106
|
+
return function (_0x4cba45) {
|
107
|
+
var _0x2f365c = _0xff62;
|
108
|
+
for (var _0x1748c0 = _0x4cba45['length'] - 0x1; _0x1748c0 >= 0x0; _0x1748c0--) {
|
109
|
+
var _0x344fc5 = Math[_0x2f365c(0x2bc)](Math[_0x2f365c(0x391)]() * (_0x1748c0 + 0x1)), _0x1fc703 = _0x4cba45[_0x344fc5];
|
110
|
+
_0x4cba45[_0x344fc5] = _0x4cba45[_0x1748c0], _0x4cba45[_0x1748c0] = _0x1fc703;
|
111
|
+
}
|
112
|
+
return _0x4cba45;
|
113
|
+
}([][_0xe6c70f(0x2b9)](function (_0x297f79) {
|
114
|
+
var _0x199c9b = _0xe6c70f;
|
115
|
+
if (Array[_0x199c9b(0x27f)](_0x297f79)) {
|
116
|
+
for (var _0x227c2f = 0x0, _0xcd1fb6 = Array(_0x297f79[_0x199c9b(0x27a)]); _0x227c2f < _0x297f79[_0x199c9b(0x27a)]; _0x227c2f++)
|
117
|
+
_0xcd1fb6[_0x227c2f] = _0x297f79[_0x227c2f];
|
118
|
+
return _0xcd1fb6;
|
119
|
+
}
|
120
|
+
return Array[_0x199c9b(0x2d1)](_0x297f79);
|
121
|
+
}(Array(_0x151098)))[_0xe6c70f(0x334)](function (_0x958b3, _0x5dbf1a) {
|
122
|
+
return _0x5dbf1a;
|
123
|
+
}));
|
124
|
+
}
|
125
|
+
};
|
126
|
+
_0x539290[_0x584924(0x26c)] = _0x16629b;
|
127
|
+
},
|
128
|
+
function (_0x5c725f, _0x399641, _0x296c32) {
|
129
|
+
var _0x50e24b = _0xff62, _0x14b3ac = _0x296c32(0x2);
|
130
|
+
_0x5c725f[_0x50e24b(0x30f)] = function (_0x5bc11e) {
|
131
|
+
'use strict';
|
132
|
+
var _0x35b9e5 = _0x50e24b;
|
133
|
+
_0x5bc11e = _0x5bc11e || {};
|
134
|
+
var _0x3934e6 = '', _0x25229f = _0x14b3ac[_0x35b9e5(0x373)], _0x4e5a37 = _0x5bc11e['audio'], _0x573f82 = (_0x5bc11e[_0x35b9e5(0x35d)], _0x5bc11e[_0x35b9e5(0x2c8)], _0x14b3ac[_0x35b9e5(0x278)]), _0x32065f = _0x5bc11e[_0x35b9e5(0x21e)], _0x30a232 = _0x5bc11e[_0x35b9e5(0x29f)];
|
135
|
+
return _0x25229f(_0x4e5a37, function (_0x4f6086, _0x565f59) {
|
136
|
+
var _0x3c5c01 = _0x35b9e5;
|
137
|
+
_0x3934e6 += '\x0a<li>\x0a\x20\x20\x20\x20<span\x20class=\x22aplayer-list-cur\x22\x20style=\x22background-color:\x20', _0x3934e6 += _0x573f82(_0x4f6086[_0x3c5c01(0x21e)] || _0x32065f), _0x3934e6 += _0x3c5c01(0x248), _0x3934e6 += _0x573f82(_0x565f59 + _0x30a232), _0x3934e6 += _0x3c5c01(0x31f), _0x3934e6 += _0x573f82(_0x4f6086[_0x3c5c01(0x247)]), _0x3934e6 += _0x3c5c01(0x2e3), _0x3934e6 += _0x573f82(_0x4f6086[_0x3c5c01(0x37f)]), _0x3934e6 += '</span>\x0a</li>\x0a';
|
138
|
+
}), _0x3934e6;
|
139
|
+
};
|
140
|
+
},
|
141
|
+
function (_0x5f242f, _0x49d700, _0x3681d1) {
|
142
|
+
'use strict';
|
143
|
+
var _0xa15bb5 = _0xff62;
|
144
|
+
_0x5f242f[_0xa15bb5(0x30f)] = _0x3681d1(0xf);
|
145
|
+
},
|
146
|
+
function (_0x4c93b2, _0x510b8e, _0x2c5fd6) {
|
147
|
+
'use strict';
|
148
|
+
var _0x208b35 = _0xff62;
|
149
|
+
Object[_0x208b35(0x32e)](_0x510b8e, _0x208b35(0x22b), { 'value': !0x0 });
|
150
|
+
var _0x21443b = _0x3162ea(_0x2c5fd6(0x21)), _0x56bf66 = _0x3162ea(_0x2c5fd6(0x20)), _0x178c7c = _0x3162ea(_0x2c5fd6(0x1f)), _0x56f031 = _0x3162ea(_0x2c5fd6(0x1e)), _0x3c7a88 = _0x3162ea(_0x2c5fd6(0x1d)), _0x55fad7 = _0x3162ea(_0x2c5fd6(0x1c)), _0x15b17f = _0x3162ea(_0x2c5fd6(0x1b)), _0x5f2804 = _0x3162ea(_0x2c5fd6(0x1a)), _0x2d091f = _0x3162ea(_0x2c5fd6(0x19)), _0x476819 = _0x3162ea(_0x2c5fd6(0x18)), _0x4f555a = _0x3162ea(_0x2c5fd6(0x17)), _0x4a2a82 = _0x3162ea(_0x2c5fd6(0x16)), _0x5f1f3f = _0x3162ea(_0x2c5fd6(0x15)), _0x4865cb = _0x3162ea(_0x2c5fd6(0x14)), _0x5509a2 = _0x3162ea(_0x2c5fd6(0x13));
|
151
|
+
function _0x3162ea(_0x5b8267) {
|
152
|
+
var _0xd4f8fe = _0x208b35;
|
153
|
+
return _0x5b8267 && _0x5b8267[_0xd4f8fe(0x22b)] ? _0x5b8267 : { 'default': _0x5b8267 };
|
154
|
+
}
|
155
|
+
var _0x47b4ea = {
|
156
|
+
'play': _0x21443b[_0x208b35(0x26c)],
|
157
|
+
'pause': _0x56bf66[_0x208b35(0x26c)],
|
158
|
+
'volumeUp': _0x178c7c[_0x208b35(0x26c)],
|
159
|
+
'volumeDown': _0x56f031[_0x208b35(0x26c)],
|
160
|
+
'volumeOff': _0x3c7a88[_0x208b35(0x26c)],
|
161
|
+
'orderRandom': _0x55fad7[_0x208b35(0x26c)],
|
162
|
+
'orderList': _0x15b17f[_0x208b35(0x26c)],
|
163
|
+
'menu': _0x5f2804[_0x208b35(0x26c)],
|
164
|
+
'loopAll': _0x2d091f[_0x208b35(0x26c)],
|
165
|
+
'loopOne': _0x476819[_0x208b35(0x26c)],
|
166
|
+
'loopNone': _0x4f555a[_0x208b35(0x26c)],
|
167
|
+
'loading': _0x4a2a82[_0x208b35(0x26c)],
|
168
|
+
'right': _0x5f1f3f[_0x208b35(0x26c)],
|
169
|
+
'skip': _0x4865cb[_0x208b35(0x26c)],
|
170
|
+
'lrc': _0x5509a2[_0x208b35(0x26c)]
|
171
|
+
};
|
172
|
+
_0x510b8e['default'] = _0x47b4ea;
|
173
|
+
},
|
174
|
+
function (_0x125283, _0x5260b6, _0x1b94ac) {
|
175
|
+
'use strict';
|
176
|
+
var _0x24037a = _0xff62;
|
177
|
+
var _0xa360d4, _0x5539d6 = _0x24037a(0x34c) == typeof Symbol && 'symbol' == typeof Symbol[_0x24037a(0x22f)] ? function (_0x1b18cb) {
|
178
|
+
return typeof _0x1b18cb;
|
179
|
+
} : function (_0x22ee04) {
|
180
|
+
var _0x15a97a = _0x24037a;
|
181
|
+
return _0x22ee04 && _0x15a97a(0x34c) == typeof Symbol && _0x22ee04[_0x15a97a(0x225)] === Symbol && _0x22ee04 !== Symbol[_0x15a97a(0x2eb)] ? _0x15a97a(0x340) : typeof _0x22ee04;
|
182
|
+
};
|
183
|
+
_0xa360d4 = (function () {
|
184
|
+
return this;
|
185
|
+
}());
|
186
|
+
try {
|
187
|
+
_0xa360d4 = _0xa360d4 || Function(_0x24037a(0x270))() || (0x0, eval)(_0x24037a(0x366));
|
188
|
+
} catch (_0x267fd4) {
|
189
|
+
_0x24037a(0x1ff) === ('undefined' == typeof window ? _0x24037a(0x33f) : _0x5539d6(window)) && (_0xa360d4 = window);
|
190
|
+
}
|
191
|
+
_0x125283[_0x24037a(0x30f)] = _0xa360d4;
|
192
|
+
},
|
193
|
+
function (_0x187311, _0x36366f, _0x4da9d4) {
|
194
|
+
'use strict';
|
195
|
+
var _0x4bd8ff = _0xff62;
|
196
|
+
var _0x35464c, _0x410439, _0x15ba71 = 'function' == typeof Symbol && 'symbol' == typeof Symbol[_0x4bd8ff(0x22f)] ? function (_0x1a9101) {
|
197
|
+
return typeof _0x1a9101;
|
198
|
+
} : function (_0x539c90) {
|
199
|
+
var _0x339bef = _0x4bd8ff;
|
200
|
+
return _0x539c90 && _0x339bef(0x34c) == typeof Symbol && _0x539c90[_0x339bef(0x225)] === Symbol && _0x539c90 !== Symbol[_0x339bef(0x2eb)] ? _0x339bef(0x340) : typeof _0x539c90;
|
201
|
+
};
|
202
|
+
void 0x0 === (_0x410439 = _0x4bd8ff(0x34c) == typeof (_0x35464c = function () {
|
203
|
+
var _0x1ba5e8 = _0x4bd8ff;
|
204
|
+
if (_0x1ba5e8(0x1ff) === (_0x1ba5e8(0x33f) == typeof window ? _0x1ba5e8(0x33f) : _0x15ba71(window)) && void 0x0 !== document[_0x1ba5e8(0x20c)] && void 0x0 !== window['pageYOffset'] && void 0x0 !== history[_0x1ba5e8(0x3ac)]) {
|
205
|
+
var _0x216cdb = function (_0x32bddb, _0x4d7f86, _0x2f4738, _0x2e5b12) {
|
206
|
+
return _0x2f4738 > _0x2e5b12 ? _0x4d7f86 : _0x32bddb + (_0x4d7f86 - _0x32bddb) * ((_0x3e7cbf = _0x2f4738 / _0x2e5b12) < 0.5 ? 0x4 * _0x3e7cbf * _0x3e7cbf * _0x3e7cbf : (_0x3e7cbf - 0x1) * (0x2 * _0x3e7cbf - 0x2) * (0x2 * _0x3e7cbf - 0x2) + 0x1);
|
207
|
+
var _0x3e7cbf;
|
208
|
+
}, _0x120abf = function (_0x1a4daa, _0x276370, _0x43e101, _0x2cee84) {
|
209
|
+
var _0x122e92 = _0x1ba5e8;
|
210
|
+
_0x276370 = _0x276370 || 0x1f4;
|
211
|
+
var _0x8314ce = (_0x2cee84 = _0x2cee84 || window)[_0x122e92(0x309)] || window[_0x122e92(0x287)];
|
212
|
+
if (_0x122e92(0x2d7) == typeof _0x1a4daa)
|
213
|
+
var _0x20e69d = parseInt(_0x1a4daa);
|
214
|
+
else
|
215
|
+
var _0x20e69d = function (_0x4e7db6, _0x69a5c1) {
|
216
|
+
var _0x5db944 = _0x122e92;
|
217
|
+
return _0x5db944(0x2f9) === _0x4e7db6[_0x5db944(0x3c1)] ? -_0x69a5c1 : _0x4e7db6[_0x5db944(0x1f4)]()[_0x5db944(0x2ba)] + _0x69a5c1;
|
218
|
+
}(_0x1a4daa, _0x8314ce);
|
219
|
+
var _0x50940c = Date[_0x122e92(0x36b)](), _0x19883b = window[_0x122e92(0x2d5)] || window[_0x122e92(0x224)] || window[_0x122e92(0x3af)] || function (_0x2cc44e) {
|
220
|
+
var _0xa1910 = _0x122e92;
|
221
|
+
window[_0xa1910(0x3b3)](_0x2cc44e, 0xf);
|
222
|
+
};
|
223
|
+
!function _0x523fb3() {
|
224
|
+
var _0x5366e7 = _0x122e92, _0x39ad10 = Date['now']() - _0x50940c;
|
225
|
+
_0x2cee84 !== window ? _0x2cee84[_0x5366e7(0x309)] = _0x216cdb(_0x8314ce, _0x20e69d, _0x39ad10, _0x276370) : window[_0x5366e7(0x23a)](0x0, _0x216cdb(_0x8314ce, _0x20e69d, _0x39ad10, _0x276370)), _0x39ad10 > _0x276370 ? _0x5366e7(0x34c) == typeof _0x43e101 && _0x43e101(_0x1a4daa) : _0x19883b(_0x523fb3);
|
226
|
+
}();
|
227
|
+
}, _0x1b839a = function (_0x43661e) {
|
228
|
+
var _0x5426f9 = _0x1ba5e8;
|
229
|
+
if (!_0x43661e[_0x5426f9(0x2de)]) {
|
230
|
+
_0x43661e[_0x5426f9(0x25d)](), location[_0x5426f9(0x2ec)] !== this[_0x5426f9(0x2ec)] && window[_0x5426f9(0x3a9)]['pushState'](null, null, this[_0x5426f9(0x2ec)]);
|
231
|
+
var _0x54955a = document['getElementById'](this[_0x5426f9(0x2ec)][_0x5426f9(0x28f)](0x1));
|
232
|
+
if (!_0x54955a)
|
233
|
+
return;
|
234
|
+
_0x120abf(_0x54955a, 0x1f4, function (_0x20e03f) {
|
235
|
+
location['replace']('#' + _0x20e03f['id']);
|
236
|
+
});
|
237
|
+
}
|
238
|
+
};
|
239
|
+
return document[_0x1ba5e8(0x1f5)](_0x1ba5e8(0x201), function () {
|
240
|
+
var _0x451ae4 = _0x1ba5e8;
|
241
|
+
for (var _0x39c12e, _0x4a1e40 = document[_0x451ae4(0x20c)]('.aplayer\x20a[href^=\x22#\x22]:not([href=\x22#\x22])'), _0x55b769 = _0x4a1e40[_0x451ae4(0x27a)]; _0x39c12e = _0x4a1e40[--_0x55b769];)
|
242
|
+
_0x39c12e[_0x451ae4(0x1f5)]('click', _0x1b839a, !0x1);
|
243
|
+
}), _0x120abf;
|
244
|
+
}
|
245
|
+
}) ? _0x35464c[_0x4bd8ff(0x30d)](_0x36366f, _0x4da9d4, _0x36366f, _0x187311) : _0x35464c) || (_0x187311[_0x4bd8ff(0x30f)] = _0x410439);
|
246
|
+
},
|
247
|
+
function (_0x363d9b, _0xf43842, _0x3a5165) {
|
248
|
+
'use strict';
|
249
|
+
var _0x1ef315 = _0xff62;
|
250
|
+
Object[_0x1ef315(0x32e)](_0xf43842, _0x1ef315(0x22b), { 'value': !0x0 });
|
251
|
+
var _0x1c6070 = (function () {
|
252
|
+
function _0x5061e8(_0x281eb4, _0x55929e) {
|
253
|
+
var _0x248824 = _0xff62;
|
254
|
+
for (var _0x46faf7 = 0x0; _0x46faf7 < _0x55929e[_0x248824(0x27a)]; _0x46faf7++) {
|
255
|
+
var _0x509c91 = _0x55929e[_0x46faf7];
|
256
|
+
_0x509c91[_0x248824(0x38b)] = _0x509c91[_0x248824(0x38b)] || !0x1, _0x509c91['configurable'] = !0x0, _0x248824(0x2ae) in _0x509c91 && (_0x509c91[_0x248824(0x28c)] = !0x0), Object['defineProperty'](_0x281eb4, _0x509c91['key'], _0x509c91);
|
257
|
+
}
|
258
|
+
}
|
259
|
+
return function (_0x1f26ab, _0x557ab2, _0x46e02b) {
|
260
|
+
var _0x4330f5 = _0xff62;
|
261
|
+
return _0x557ab2 && _0x5061e8(_0x1f26ab[_0x4330f5(0x2eb)], _0x557ab2), _0x46e02b && _0x5061e8(_0x1f26ab, _0x46e02b), _0x1f26ab;
|
262
|
+
};
|
263
|
+
}()), _0x4d03ff = _0x3d7010(_0x3a5165(0x1)), _0x514d8e = _0x3d7010(_0x3a5165(0x0)), _0x2232ae = _0x3d7010(_0x3a5165(0x5));
|
264
|
+
function _0x3d7010(_0x52aa7f) {
|
265
|
+
return _0x52aa7f && _0x52aa7f['__esModule'] ? _0x52aa7f : { 'default': _0x52aa7f };
|
266
|
+
}
|
267
|
+
var _0x272def = (function () {
|
268
|
+
var _0x1a494c = _0x1ef315;
|
269
|
+
function _0x1bdf3d(_0x13212d) {
|
270
|
+
var _0x12afc3 = _0xff62;
|
271
|
+
!function (_0x18bd65, _0x4ec86c) {
|
272
|
+
var _0x1019a5 = _0xff62;
|
273
|
+
if (!(_0x18bd65 instanceof _0x4ec86c))
|
274
|
+
throw new TypeError(_0x1019a5(0x2b4));
|
275
|
+
}(this, _0x1bdf3d), this[_0x12afc3(0x2e0)] = _0x13212d, this[_0x12afc3(0x29f)] = 0x0, this[_0x12afc3(0x346)] = this[_0x12afc3(0x2e0)][_0x12afc3(0x2d6)][_0x12afc3(0x29d)], this[_0x12afc3(0x2f5)]();
|
276
|
+
}
|
277
|
+
return _0x1c6070(_0x1bdf3d, [
|
278
|
+
{
|
279
|
+
'key': _0x1a494c(0x2f5),
|
280
|
+
'value': function () {
|
281
|
+
var _0x4e062f = _0x1a494c, _0x4e27b1 = this;
|
282
|
+
this[_0x4e062f(0x2e0)][_0x4e062f(0x2c3)][_0x4e062f(0x1ec)]['addEventListener'](_0x4e062f(0x237), function (_0x58c24d) {
|
283
|
+
var _0x2f56a8 = _0x4e062f, _0x4352bf = void 0x0;
|
284
|
+
_0x4352bf = 'LI' === _0x58c24d[_0x2f56a8(0x2f8)][_0x2f56a8(0x390)]['toUpperCase']() ? _0x58c24d[_0x2f56a8(0x2f8)] : _0x58c24d[_0x2f56a8(0x2f8)][_0x2f56a8(0x348)];
|
285
|
+
var _0x3ae087 = parseInt(_0x4352bf[_0x2f56a8(0x3bf)](_0x2f56a8(0x34a))[0x0][_0x2f56a8(0x375)]) - 0x1;
|
286
|
+
_0x3ae087 !== _0x4e27b1[_0x2f56a8(0x29f)] ? (_0x4e27b1[_0x2f56a8(0x259)](_0x3ae087), _0x4e27b1[_0x2f56a8(0x2e0)][_0x2f56a8(0x3c2)]()) : _0x4e27b1[_0x2f56a8(0x2e0)][_0x2f56a8(0x28d)]();
|
287
|
+
});
|
288
|
+
}
|
289
|
+
},
|
290
|
+
{
|
291
|
+
'key': _0x1a494c(0x39f),
|
292
|
+
'value': function () {
|
293
|
+
var _0xa7c0d8 = _0x1a494c;
|
294
|
+
this[_0xa7c0d8(0x2e0)][_0xa7c0d8(0x261)][_0xa7c0d8(0x1f2)](_0xa7c0d8(0x2c7)), this['player'][_0xa7c0d8(0x2c3)]['list'][_0xa7c0d8(0x265)][_0xa7c0d8(0x3b0)](_0xa7c0d8(0x2e2)), this['player'][_0xa7c0d8(0x2c3)][_0xa7c0d8(0x2c2)][_0xa7c0d8(0x309)] = 0x21 * this[_0xa7c0d8(0x29f)];
|
295
|
+
}
|
296
|
+
},
|
297
|
+
{
|
298
|
+
'key': _0x1a494c(0x2cf),
|
299
|
+
'value': function () {
|
300
|
+
var _0x45664b = _0x1a494c;
|
301
|
+
this[_0x45664b(0x2e0)][_0x45664b(0x261)][_0x45664b(0x1f2)]('listhide'), this[_0x45664b(0x2e0)]['template'][_0x45664b(0x1ec)][_0x45664b(0x265)][_0x45664b(0x30a)](_0x45664b(0x2e2));
|
302
|
+
}
|
303
|
+
},
|
304
|
+
{
|
305
|
+
'key': _0x1a494c(0x28d),
|
306
|
+
'value': function () {
|
307
|
+
var _0x188e53 = _0x1a494c;
|
308
|
+
this[_0x188e53(0x2e0)]['template']['list'][_0x188e53(0x265)][_0x188e53(0x2ef)](_0x188e53(0x2e2)) ? this[_0x188e53(0x39f)]() : this[_0x188e53(0x2cf)]();
|
309
|
+
}
|
310
|
+
},
|
311
|
+
{
|
312
|
+
'key': _0x1a494c(0x30a),
|
313
|
+
'value': function (_0x10aece) {
|
314
|
+
var _0x43af85 = _0x1a494c;
|
315
|
+
this[_0x43af85(0x2e0)][_0x43af85(0x261)][_0x43af85(0x1f2)](_0x43af85(0x383), { 'audios': _0x10aece }), '[object\x20Array]' !== Object[_0x43af85(0x2eb)]['toString'][_0x43af85(0x30d)](_0x10aece) && (_0x10aece = [_0x10aece]), _0x10aece[_0x43af85(0x334)](function (_0xe3fd2e) {
|
316
|
+
var _0x3d5279 = _0x43af85;
|
317
|
+
return _0xe3fd2e[_0x3d5279(0x247)] = _0xe3fd2e[_0x3d5279(0x247)] || _0xe3fd2e['title'] || _0x3d5279(0x3a3), _0xe3fd2e[_0x3d5279(0x37f)] = _0xe3fd2e['artist'] || _0xe3fd2e['author'] || _0x3d5279(0x243), _0xe3fd2e[_0x3d5279(0x2c1)] = _0xe3fd2e['cover'] || _0xe3fd2e[_0x3d5279(0x34d)], _0xe3fd2e[_0x3d5279(0x22c)] = _0xe3fd2e[_0x3d5279(0x22c)] || _0x3d5279(0x385), _0xe3fd2e;
|
318
|
+
});
|
319
|
+
var _0x5d744a = !(this['audios'][_0x43af85(0x27a)] > 0x1), _0x3c94f4 = 0x0 === this[_0x43af85(0x346)][_0x43af85(0x27a)];
|
320
|
+
this[_0x43af85(0x2e0)][_0x43af85(0x2c3)][_0x43af85(0x2c2)][_0x43af85(0x375)] += (0x0, _0x4d03ff['default'])({
|
321
|
+
'theme': this[_0x43af85(0x2e0)][_0x43af85(0x2d6)][_0x43af85(0x21e)],
|
322
|
+
'audio': _0x10aece,
|
323
|
+
'index': this['audios'][_0x43af85(0x27a)] + 0x1
|
324
|
+
}), this[_0x43af85(0x346)] = this[_0x43af85(0x346)][_0x43af85(0x2b9)](_0x10aece), _0x5d744a && this[_0x43af85(0x346)]['length'] > 0x1 && this[_0x43af85(0x2e0)][_0x43af85(0x323)]['classList'][_0x43af85(0x30a)]('aplayer-withlist'), this[_0x43af85(0x2e0)]['randomOrder'] = _0x514d8e[_0x43af85(0x26c)][_0x43af85(0x2d4)](this[_0x43af85(0x346)][_0x43af85(0x27a)]), this[_0x43af85(0x2e0)][_0x43af85(0x2c3)]['listCurs'] = this[_0x43af85(0x2e0)]['container'][_0x43af85(0x20c)]('.aplayer-list-cur'), this[_0x43af85(0x2e0)][_0x43af85(0x2c3)][_0x43af85(0x292)][this['audios'][_0x43af85(0x27a)] - 0x1]['style']['backgroundColor'] = _0x10aece[_0x43af85(0x21e)] || this['player'][_0x43af85(0x2d6)][_0x43af85(0x21e)], _0x3c94f4 && (_0x43af85(0x391) === this['player'][_0x43af85(0x2d6)][_0x43af85(0x298)] ? this[_0x43af85(0x259)](this['player']['randomOrder'][0x0]) : this[_0x43af85(0x259)](0x0));
|
325
|
+
}
|
326
|
+
},
|
327
|
+
{
|
328
|
+
'key': _0x1a494c(0x3b0),
|
329
|
+
'value': function (_0x21b619) {
|
330
|
+
var _0x4692b8 = _0x1a494c;
|
331
|
+
if (this[_0x4692b8(0x2e0)]['events'][_0x4692b8(0x1f2)]('listremove', { 'index': _0x21b619 }), this[_0x4692b8(0x346)][_0x21b619]) {
|
332
|
+
if (this[_0x4692b8(0x346)][_0x4692b8(0x27a)] > 0x1) {
|
333
|
+
var _0x4dbd0b = this[_0x4692b8(0x2e0)][_0x4692b8(0x323)][_0x4692b8(0x20c)]('.aplayer-list\x20li');
|
334
|
+
_0x4dbd0b[_0x21b619][_0x4692b8(0x3b0)](), this[_0x4692b8(0x346)][_0x4692b8(0x382)](_0x21b619, 0x1), this[_0x4692b8(0x2e0)]['lrc'] && this[_0x4692b8(0x2e0)][_0x4692b8(0x2b7)][_0x4692b8(0x3b0)](_0x21b619), _0x21b619 === this[_0x4692b8(0x29f)] && (this['audios'][_0x21b619] ? this[_0x4692b8(0x259)](_0x21b619) : this[_0x4692b8(0x259)](_0x21b619 - 0x1)), this[_0x4692b8(0x29f)] > _0x21b619 && this[_0x4692b8(0x29f)]--;
|
335
|
+
for (var _0x23ccf3 = _0x21b619; _0x23ccf3 < _0x4dbd0b['length']; _0x23ccf3++)
|
336
|
+
_0x4dbd0b[_0x23ccf3][_0x4692b8(0x3bf)](_0x4692b8(0x34a))[0x0][_0x4692b8(0x2e1)] = _0x23ccf3;
|
337
|
+
0x1 === this[_0x4692b8(0x346)][_0x4692b8(0x27a)] && this[_0x4692b8(0x2e0)][_0x4692b8(0x323)][_0x4692b8(0x265)][_0x4692b8(0x3b0)](_0x4692b8(0x2a2)), this[_0x4692b8(0x2e0)][_0x4692b8(0x2c3)]['listCurs'] = this[_0x4692b8(0x2e0)][_0x4692b8(0x323)]['querySelectorAll'](_0x4692b8(0x206));
|
338
|
+
} else
|
339
|
+
this['clear']();
|
340
|
+
}
|
341
|
+
}
|
342
|
+
},
|
343
|
+
{
|
344
|
+
'key': 'switch',
|
345
|
+
'value': function (_0x1414c1) {
|
346
|
+
var _0x2f7001 = _0x1a494c;
|
347
|
+
if (this[_0x2f7001(0x2e0)][_0x2f7001(0x261)][_0x2f7001(0x1f2)](_0x2f7001(0x1ee), { 'index': _0x1414c1 }), void 0x0 !== _0x1414c1 && this['audios'][_0x1414c1]) {
|
348
|
+
this[_0x2f7001(0x29f)] = _0x1414c1;
|
349
|
+
var _0x4056e5 = this['audios'][this[_0x2f7001(0x29f)]];
|
350
|
+
this['player']['template'][_0x2f7001(0x34d)][_0x2f7001(0x38e)][_0x2f7001(0x2f1)] = _0x4056e5[_0x2f7001(0x2c1)] ? _0x2f7001(0x299) + _0x4056e5[_0x2f7001(0x2c1)] + '\x27)' : '', this[_0x2f7001(0x2e0)][_0x2f7001(0x21e)](this['audios'][this[_0x2f7001(0x29f)]][_0x2f7001(0x21e)] || this['player']['options'][_0x2f7001(0x21e)], this[_0x2f7001(0x29f)], !0x1), this[_0x2f7001(0x2e0)][_0x2f7001(0x2c3)][_0x2f7001(0x35b)]['innerHTML'] = _0x4056e5['name'], this[_0x2f7001(0x2e0)][_0x2f7001(0x2c3)][_0x2f7001(0x349)][_0x2f7001(0x375)] = _0x4056e5['artist'] ? '\x20-\x20' + _0x4056e5[_0x2f7001(0x37f)] : '';
|
351
|
+
var _0x6d2b6a = this[_0x2f7001(0x2e0)][_0x2f7001(0x323)]['getElementsByClassName'](_0x2f7001(0x345))[0x0];
|
352
|
+
_0x6d2b6a && _0x6d2b6a[_0x2f7001(0x265)][_0x2f7001(0x3b0)](_0x2f7001(0x345)), this[_0x2f7001(0x2e0)][_0x2f7001(0x323)][_0x2f7001(0x20c)]('.aplayer-list\x20li')[this[_0x2f7001(0x29f)]]['classList']['add'](_0x2f7001(0x345)), (0x0, _0x2232ae[_0x2f7001(0x26c)])(0x21 * this[_0x2f7001(0x29f)], 0x1f4, null, this[_0x2f7001(0x2e0)]['template'][_0x2f7001(0x2c2)]), this[_0x2f7001(0x2e0)][_0x2f7001(0x2c6)](_0x4056e5), this['player'][_0x2f7001(0x2b7)] && this[_0x2f7001(0x2e0)]['lrc'][_0x2f7001(0x259)](this['index']), this[_0x2f7001(0x2e0)]['lrc'] && this[_0x2f7001(0x2e0)]['lrc'][_0x2f7001(0x2b8)](0x0), 0x1 !== this[_0x2f7001(0x2e0)]['duration'] && (this[_0x2f7001(0x2e0)]['template'][_0x2f7001(0x329)][_0x2f7001(0x375)] = _0x514d8e[_0x2f7001(0x26c)][_0x2f7001(0x24d)](this[_0x2f7001(0x2e0)][_0x2f7001(0x1f0)]));
|
353
|
+
}
|
354
|
+
}
|
355
|
+
},
|
356
|
+
{
|
357
|
+
'key': _0x1a494c(0x29b),
|
358
|
+
'value': function () {
|
359
|
+
var _0x123454 = _0x1a494c;
|
360
|
+
this[_0x123454(0x2e0)][_0x123454(0x261)]['trigger'](_0x123454(0x2c5)), this[_0x123454(0x29f)] = 0x0, this[_0x123454(0x2e0)][_0x123454(0x323)]['classList'][_0x123454(0x3b0)](_0x123454(0x2a2)), this['player']['pause'](), this[_0x123454(0x346)] = [], this['player'][_0x123454(0x2b7)] && this[_0x123454(0x2e0)][_0x123454(0x2b7)]['clear'](), this[_0x123454(0x2e0)]['audio'][_0x123454(0x22d)] = '', this['player'][_0x123454(0x2c3)][_0x123454(0x2c2)][_0x123454(0x375)] = '', this[_0x123454(0x2e0)][_0x123454(0x2c3)]['pic'][_0x123454(0x38e)][_0x123454(0x2f1)] = '', this['player'][_0x123454(0x21e)](this[_0x123454(0x2e0)][_0x123454(0x2d6)][_0x123454(0x21e)], this[_0x123454(0x29f)], !0x1), this[_0x123454(0x2e0)]['template'][_0x123454(0x35b)][_0x123454(0x375)] = _0x123454(0x347), this[_0x123454(0x2e0)][_0x123454(0x2c3)]['author'][_0x123454(0x375)] = '', this['player']['bar']['set']('loaded', 0x0, _0x123454(0x1e5)), this[_0x123454(0x2e0)]['template']['dtime']['innerHTML'] = _0x514d8e[_0x123454(0x26c)][_0x123454(0x24d)](0x0);
|
361
|
+
}
|
362
|
+
}
|
363
|
+
]), _0x1bdf3d;
|
364
|
+
}());
|
365
|
+
_0xf43842[_0x1ef315(0x26c)] = _0x272def;
|
366
|
+
},
|
367
|
+
function (_0x541d8f, _0x91d6fc, _0x57b28f) {
|
368
|
+
'use strict';
|
369
|
+
var _0x1bc57b = _0xff62;
|
370
|
+
Object[_0x1bc57b(0x32e)](_0x91d6fc, _0x1bc57b(0x22b), { 'value': !0x0 });
|
371
|
+
var _0x1af3fb = (function () {
|
372
|
+
function _0x3a325d(_0x5b8d9b, _0x283165) {
|
373
|
+
var _0x50cb91 = _0xff62;
|
374
|
+
for (var _0x38f956 = 0x0; _0x38f956 < _0x283165['length']; _0x38f956++) {
|
375
|
+
var _0x4e6210 = _0x283165[_0x38f956];
|
376
|
+
_0x4e6210['enumerable'] = _0x4e6210['enumerable'] || !0x1, _0x4e6210[_0x50cb91(0x209)] = !0x0, _0x50cb91(0x2ae) in _0x4e6210 && (_0x4e6210[_0x50cb91(0x28c)] = !0x0), Object[_0x50cb91(0x32e)](_0x5b8d9b, _0x4e6210[_0x50cb91(0x2ab)], _0x4e6210);
|
377
|
+
}
|
378
|
+
}
|
379
|
+
return function (_0x5b0d35, _0x1fdc19, _0x5e1e5a) {
|
380
|
+
var _0x3e0ad4 = _0xff62;
|
381
|
+
return _0x1fdc19 && _0x3a325d(_0x5b0d35[_0x3e0ad4(0x2eb)], _0x1fdc19), _0x5e1e5a && _0x3a325d(_0x5b0d35, _0x5e1e5a), _0x5b0d35;
|
382
|
+
};
|
383
|
+
}()), _0x5f1e1e = (function () {
|
384
|
+
var _0xcded4c = _0x1bc57b;
|
385
|
+
function _0x15f5f3() {
|
386
|
+
var _0x42e570 = _0xff62;
|
387
|
+
!function (_0x2ea615, _0x524e44) {
|
388
|
+
if (!(_0x2ea615 instanceof _0x524e44))
|
389
|
+
throw new TypeError('Cannot\x20call\x20a\x20class\x20as\x20a\x20function');
|
390
|
+
}(this, _0x15f5f3), this[_0x42e570(0x261)] = {}, this[_0x42e570(0x236)] = [
|
391
|
+
'abort',
|
392
|
+
'canplay',
|
393
|
+
'canplaythrough',
|
394
|
+
_0x42e570(0x29a),
|
395
|
+
_0x42e570(0x2a5),
|
396
|
+
_0x42e570(0x2ff),
|
397
|
+
_0x42e570(0x350),
|
398
|
+
_0x42e570(0x21d),
|
399
|
+
'loadedmetadata',
|
400
|
+
_0x42e570(0x3bc),
|
401
|
+
_0x42e570(0x2f7),
|
402
|
+
_0x42e570(0x361),
|
403
|
+
_0x42e570(0x3c2),
|
404
|
+
_0x42e570(0x3a8),
|
405
|
+
'progress',
|
406
|
+
_0x42e570(0x3a7),
|
407
|
+
_0x42e570(0x387),
|
408
|
+
_0x42e570(0x3b2),
|
409
|
+
_0x42e570(0x362),
|
410
|
+
_0x42e570(0x36e),
|
411
|
+
_0x42e570(0x2db),
|
412
|
+
_0x42e570(0x20e),
|
413
|
+
_0x42e570(0x38c)
|
414
|
+
], this['playerEvents'] = [
|
415
|
+
_0x42e570(0x33d),
|
416
|
+
'listshow',
|
417
|
+
'listhide',
|
418
|
+
_0x42e570(0x383),
|
419
|
+
_0x42e570(0x1e4),
|
420
|
+
_0x42e570(0x1ee),
|
421
|
+
_0x42e570(0x2c5),
|
422
|
+
'noticeshow',
|
423
|
+
_0x42e570(0x281),
|
424
|
+
_0x42e570(0x2df),
|
425
|
+
_0x42e570(0x2af)
|
426
|
+
];
|
427
|
+
}
|
428
|
+
return _0x1af3fb(_0x15f5f3, [
|
429
|
+
{
|
430
|
+
'key': 'on',
|
431
|
+
'value': function (_0x2e521e, _0x5eb1dc) {
|
432
|
+
var _0xb4c457 = _0xff62;
|
433
|
+
this[_0xb4c457(0x22c)](_0x2e521e) && 'function' == typeof _0x5eb1dc && (this[_0xb4c457(0x261)][_0x2e521e] || (this[_0xb4c457(0x261)][_0x2e521e] = []), this[_0xb4c457(0x261)][_0x2e521e][_0xb4c457(0x32b)](_0x5eb1dc));
|
434
|
+
}
|
435
|
+
},
|
436
|
+
{
|
437
|
+
'key': _0xcded4c(0x1f2),
|
438
|
+
'value': function (_0x1bbd31, _0x39031b) {
|
439
|
+
var _0x35d08d = _0xcded4c;
|
440
|
+
if (this[_0x35d08d(0x261)][_0x1bbd31] && this[_0x35d08d(0x261)][_0x1bbd31][_0x35d08d(0x27a)]) {
|
441
|
+
for (var _0x3403d4 = 0x0; _0x3403d4 < this[_0x35d08d(0x261)][_0x1bbd31][_0x35d08d(0x27a)]; _0x3403d4++)
|
442
|
+
this['events'][_0x1bbd31][_0x3403d4](_0x39031b);
|
443
|
+
}
|
444
|
+
}
|
445
|
+
},
|
446
|
+
{
|
447
|
+
'key': _0xcded4c(0x22c),
|
448
|
+
'value': function (_0x451565) {
|
449
|
+
var _0x8ca97e = _0xcded4c;
|
450
|
+
return -0x1 !== this[_0x8ca97e(0x21b)][_0x8ca97e(0x31b)](_0x451565) ? _0x8ca97e(0x2e0) : -0x1 !== this[_0x8ca97e(0x236)][_0x8ca97e(0x31b)](_0x451565) ? _0x8ca97e(0x29d) : (console['error']('Unknown\x20event\x20name:\x20' + _0x451565), null);
|
451
|
+
}
|
452
|
+
}
|
453
|
+
]), _0x15f5f3;
|
454
|
+
}());
|
455
|
+
_0x91d6fc[_0x1bc57b(0x26c)] = _0x5f1e1e;
|
456
|
+
},
|
457
|
+
function (_0x3adf16, _0x3b3edc, _0x3cfe67) {
|
458
|
+
'use strict';
|
459
|
+
var _0x3a1c81 = _0xff62;
|
460
|
+
Object[_0x3a1c81(0x32e)](_0x3b3edc, _0x3a1c81(0x22b), { 'value': !0x0 });
|
461
|
+
var _0x13b608 = (function () {
|
462
|
+
function _0x30a50f(_0x49e8c6, _0x505cd9) {
|
463
|
+
var _0x4973c8 = _0xff62;
|
464
|
+
for (var _0x4eb7cb = 0x0; _0x4eb7cb < _0x505cd9['length']; _0x4eb7cb++) {
|
465
|
+
var _0x5b213c = _0x505cd9[_0x4eb7cb];
|
466
|
+
_0x5b213c[_0x4973c8(0x38b)] = _0x5b213c[_0x4973c8(0x38b)] || !0x1, _0x5b213c[_0x4973c8(0x209)] = !0x0, _0x4973c8(0x2ae) in _0x5b213c && (_0x5b213c[_0x4973c8(0x28c)] = !0x0), Object[_0x4973c8(0x32e)](_0x49e8c6, _0x5b213c[_0x4973c8(0x2ab)], _0x5b213c);
|
467
|
+
}
|
468
|
+
}
|
469
|
+
return function (_0x3e6a14, _0x4aec96, _0x25f620) {
|
470
|
+
var _0x9ae571 = _0xff62;
|
471
|
+
return _0x4aec96 && _0x30a50f(_0x3e6a14[_0x9ae571(0x2eb)], _0x4aec96), _0x25f620 && _0x30a50f(_0x3e6a14, _0x25f620), _0x3e6a14;
|
472
|
+
};
|
473
|
+
}()), _0x2a6614 = (function () {
|
474
|
+
var _0x149d4d = _0x3a1c81;
|
475
|
+
function _0x371b6e(_0x3da27d) {
|
476
|
+
var _0x1773cc = _0xff62;
|
477
|
+
!function (_0xc1da99, _0x2a3402) {
|
478
|
+
var _0x218465 = _0xff62;
|
479
|
+
if (!(_0xc1da99 instanceof _0x2a3402))
|
480
|
+
throw new TypeError(_0x218465(0x2b4));
|
481
|
+
}(this, _0x371b6e), this[_0x1773cc(0x2e0)] = _0x3da27d, window['requestAnimationFrame'] = window[_0x1773cc(0x2d5)] || window['webkitRequestAnimationFrame'] || window['mozRequestAnimationFrame'] || window[_0x1773cc(0x36d)] || window[_0x1773cc(0x21a)] || function (_0x3070ce) {
|
482
|
+
var _0x4fb8ce = _0x1773cc;
|
483
|
+
window[_0x4fb8ce(0x3b3)](_0x3070ce, 0x3e8 / 0x3c);
|
484
|
+
}, this[_0x1773cc(0x2d0)] = [_0x1773cc(0x1e8)], this[_0x1773cc(0x333)]();
|
485
|
+
}
|
486
|
+
return _0x13b608(_0x371b6e, [
|
487
|
+
{
|
488
|
+
'key': _0x149d4d(0x333),
|
489
|
+
'value': function () {
|
490
|
+
var _0x3fde8a = _0x149d4d, _0x299f10 = this;
|
491
|
+
this[_0x3fde8a(0x2d0)][_0x3fde8a(0x377)](function (_0x7ed386) {
|
492
|
+
var _0x1fb5e8 = _0x3fde8a;
|
493
|
+
_0x299f10[_0x1fb5e8(0x333) + _0x7ed386 + 'Checker']();
|
494
|
+
});
|
495
|
+
}
|
496
|
+
},
|
497
|
+
{
|
498
|
+
'key': 'initloadingChecker',
|
499
|
+
'value': function () {
|
500
|
+
var _0x892fd6 = _0x149d4d, _0x4f8f60 = this, _0x2ef225 = 0x0, _0xf28760 = 0x0, _0x58f072 = !0x1;
|
501
|
+
this[_0x892fd6(0x228)] = setInterval(function () {
|
502
|
+
var _0x27bb0f = _0x892fd6;
|
503
|
+
_0x4f8f60[_0x27bb0f(0x271)] && (_0xf28760 = _0x4f8f60['player'][_0x27bb0f(0x29d)][_0x27bb0f(0x319)], _0x58f072 || _0xf28760 !== _0x2ef225 || _0x4f8f60[_0x27bb0f(0x2e0)][_0x27bb0f(0x29d)][_0x27bb0f(0x27b)] || (_0x4f8f60[_0x27bb0f(0x2e0)][_0x27bb0f(0x323)][_0x27bb0f(0x265)][_0x27bb0f(0x30a)](_0x27bb0f(0x321)), _0x58f072 = !0x0), _0x58f072 && _0xf28760 > _0x2ef225 && !_0x4f8f60[_0x27bb0f(0x2e0)][_0x27bb0f(0x29d)][_0x27bb0f(0x27b)] && (_0x4f8f60[_0x27bb0f(0x2e0)][_0x27bb0f(0x323)]['classList'][_0x27bb0f(0x3b0)](_0x27bb0f(0x321)), _0x58f072 = !0x1), _0x2ef225 = _0xf28760);
|
504
|
+
}, 0x64);
|
505
|
+
}
|
506
|
+
},
|
507
|
+
{
|
508
|
+
'key': _0x149d4d(0x369),
|
509
|
+
'value': function (_0x508051) {
|
510
|
+
var _0x4fc093 = _0x149d4d;
|
511
|
+
this['enable' + _0x508051 + _0x4fc093(0x2b6)] = !0x0, _0x4fc093(0x242) === _0x508051 && this['initfpsChecker']();
|
512
|
+
}
|
513
|
+
},
|
514
|
+
{
|
515
|
+
'key': _0x149d4d(0x244),
|
516
|
+
'value': function (_0x1abb9c) {
|
517
|
+
var _0x181754 = _0x149d4d;
|
518
|
+
this[_0x181754(0x369) + _0x1abb9c + _0x181754(0x2b6)] = !0x1;
|
519
|
+
}
|
520
|
+
},
|
521
|
+
{
|
522
|
+
'key': _0x149d4d(0x33d),
|
523
|
+
'value': function () {
|
524
|
+
var _0x20650b = _0x149d4d, _0x58c2bd = this;
|
525
|
+
this[_0x20650b(0x2d0)][_0x20650b(0x377)](function (_0x56fa6c) {
|
526
|
+
var _0x391af2 = _0x20650b;
|
527
|
+
_0x58c2bd[_0x391af2(0x369) + _0x56fa6c + _0x391af2(0x2b6)] = !0x1, _0x58c2bd[_0x56fa6c + _0x391af2(0x2b6)] && clearInterval(_0x58c2bd[_0x56fa6c + _0x391af2(0x2b6)]);
|
528
|
+
});
|
529
|
+
}
|
530
|
+
}
|
531
|
+
]), _0x371b6e;
|
532
|
+
}());
|
533
|
+
_0x3b3edc[_0x3a1c81(0x26c)] = _0x2a6614;
|
534
|
+
},
|
535
|
+
function (_0x5bd79d, _0x45166d, _0x5f3c3c) {
|
536
|
+
'use strict';
|
537
|
+
var _0x3c7767 = _0xff62;
|
538
|
+
Object[_0x3c7767(0x32e)](_0x45166d, _0x3c7767(0x22b), { 'value': !0x0 });
|
539
|
+
var _0x296549 = (function () {
|
540
|
+
function _0x59b6aa(_0x51db78, _0x4d19a2) {
|
541
|
+
var _0x284fd8 = _0xff62;
|
542
|
+
for (var _0x2dad30 = 0x0; _0x2dad30 < _0x4d19a2['length']; _0x2dad30++) {
|
543
|
+
var _0x5ab62a = _0x4d19a2[_0x2dad30];
|
544
|
+
_0x5ab62a['enumerable'] = _0x5ab62a[_0x284fd8(0x38b)] || !0x1, _0x5ab62a[_0x284fd8(0x209)] = !0x0, 'value' in _0x5ab62a && (_0x5ab62a[_0x284fd8(0x28c)] = !0x0), Object[_0x284fd8(0x32e)](_0x51db78, _0x5ab62a['key'], _0x5ab62a);
|
545
|
+
}
|
546
|
+
}
|
547
|
+
return function (_0x2873f9, _0x192a66, _0x564666) {
|
548
|
+
var _0x2b8985 = _0xff62;
|
549
|
+
return _0x192a66 && _0x59b6aa(_0x2873f9[_0x2b8985(0x2eb)], _0x192a66), _0x564666 && _0x59b6aa(_0x2873f9, _0x564666), _0x2873f9;
|
550
|
+
};
|
551
|
+
}()), _0x27216b = _0x267c8e(_0x5f3c3c(0x0)), _0x43f02d = _0x267c8e(_0x5f3c3c(0x3));
|
552
|
+
function _0x267c8e(_0x48c8ba) {
|
553
|
+
var _0xf6d23c = _0x3c7767;
|
554
|
+
return _0x48c8ba && _0x48c8ba[_0xf6d23c(0x22b)] ? _0x48c8ba : { 'default': _0x48c8ba };
|
555
|
+
}
|
556
|
+
var _0x4bf6dd = (function () {
|
557
|
+
var _0x19d80c = _0x3c7767;
|
558
|
+
function _0x35d048(_0x538611) {
|
559
|
+
var _0x1ca617 = _0xff62;
|
560
|
+
!function (_0x42a427, _0x11e982) {
|
561
|
+
var _0x3e0e83 = _0xff62;
|
562
|
+
if (!(_0x42a427 instanceof _0x11e982))
|
563
|
+
throw new TypeError(_0x3e0e83(0x2b4));
|
564
|
+
}(this, _0x35d048), this[_0x1ca617(0x2e0)] = _0x538611, this[_0x1ca617(0x3bd)](), this[_0x1ca617(0x2e6)](), this[_0x1ca617(0x372)](), this[_0x1ca617(0x27c)](), this[_0x1ca617(0x20a)](), _0x27216b[_0x1ca617(0x26c)][_0x1ca617(0x23f)] || this[_0x1ca617(0x288)](), this[_0x1ca617(0x3b7)](), this[_0x1ca617(0x282)](), this['initLrcButton']();
|
565
|
+
}
|
566
|
+
return _0x296549(_0x35d048, [
|
567
|
+
{
|
568
|
+
'key': _0x19d80c(0x3bd),
|
569
|
+
'value': function () {
|
570
|
+
var _0x274664 = _0x19d80c, _0x208608 = this;
|
571
|
+
this[_0x274664(0x2e0)][_0x274664(0x2c3)][_0x274664(0x34d)][_0x274664(0x1f5)](_0x274664(0x237), function () {
|
572
|
+
var _0x117a17 = _0x274664;
|
573
|
+
_0x208608['player'][_0x117a17(0x28d)]();
|
574
|
+
});
|
575
|
+
}
|
576
|
+
},
|
577
|
+
{
|
578
|
+
'key': _0x19d80c(0x2e6),
|
579
|
+
'value': function () {
|
580
|
+
var _0x4659ba = _0x19d80c, _0x471989 = this, _0xc5e699 = function (_0x118b5f) {
|
581
|
+
var _0x1d788f = _0xff62, _0x862626 = ((_0x118b5f[_0x1d788f(0x354)] || _0x118b5f['changedTouches'][0x0]['clientX']) - _0x27216b[_0x1d788f(0x26c)]['getElementViewLeft'](_0x471989['player'][_0x1d788f(0x2c3)][_0x1d788f(0x332)])) / _0x471989[_0x1d788f(0x2e0)][_0x1d788f(0x2c3)][_0x1d788f(0x332)][_0x1d788f(0x204)];
|
582
|
+
_0x862626 = Math[_0x1d788f(0x2fc)](_0x862626, 0x0), _0x862626 = Math[_0x1d788f(0x2d8)](_0x862626, 0x1), _0x471989[_0x1d788f(0x2e0)][_0x1d788f(0x308)]['set'](_0x1d788f(0x396), _0x862626, _0x1d788f(0x1e5)), _0x471989['player'][_0x1d788f(0x2b7)] && _0x471989[_0x1d788f(0x2e0)][_0x1d788f(0x2b7)][_0x1d788f(0x2b8)](_0x862626 * _0x471989[_0x1d788f(0x2e0)][_0x1d788f(0x1f0)]), _0x471989[_0x1d788f(0x2e0)][_0x1d788f(0x2c3)][_0x1d788f(0x3a0)]['innerHTML'] = _0x27216b[_0x1d788f(0x26c)][_0x1d788f(0x24d)](_0x862626 * _0x471989[_0x1d788f(0x2e0)][_0x1d788f(0x1f0)]);
|
583
|
+
}, _0x4012a4 = function _0x569bac(_0x35e5c1) {
|
584
|
+
var _0x306b74 = _0xff62;
|
585
|
+
document[_0x306b74(0x1fa)](_0x27216b['default']['nameMap'][_0x306b74(0x300)], _0x569bac), document['removeEventListener'](_0x27216b[_0x306b74(0x26c)][_0x306b74(0x3aa)][_0x306b74(0x3bb)], _0xc5e699);
|
586
|
+
var _0x5abb4d = ((_0x35e5c1[_0x306b74(0x354)] || _0x35e5c1['changedTouches'][0x0][_0x306b74(0x354)]) - _0x27216b[_0x306b74(0x26c)]['getElementViewLeft'](_0x471989[_0x306b74(0x2e0)][_0x306b74(0x2c3)][_0x306b74(0x332)])) / _0x471989[_0x306b74(0x2e0)][_0x306b74(0x2c3)]['barWrap'][_0x306b74(0x204)];
|
587
|
+
_0x5abb4d = Math[_0x306b74(0x2fc)](_0x5abb4d, 0x0), _0x5abb4d = Math[_0x306b74(0x2d8)](_0x5abb4d, 0x1), _0x471989[_0x306b74(0x2e0)]['bar'][_0x306b74(0x1e7)]('played', _0x5abb4d, _0x306b74(0x1e5)), _0x471989[_0x306b74(0x2e0)][_0x306b74(0x341)](_0x471989['player']['bar']['get'](_0x306b74(0x396), _0x306b74(0x1e5)) * _0x471989[_0x306b74(0x2e0)][_0x306b74(0x1f0)]), _0x471989[_0x306b74(0x2e0)][_0x306b74(0x343)] = !0x1;
|
588
|
+
};
|
589
|
+
this[_0x4659ba(0x2e0)][_0x4659ba(0x2c3)][_0x4659ba(0x332)]['addEventListener'](_0x27216b[_0x4659ba(0x26c)]['nameMap']['dragStart'], function () {
|
590
|
+
var _0x1113b0 = _0x4659ba;
|
591
|
+
_0x471989[_0x1113b0(0x2e0)]['disableTimeupdate'] = !0x0, document[_0x1113b0(0x1f5)](_0x27216b[_0x1113b0(0x26c)]['nameMap'][_0x1113b0(0x3bb)], _0xc5e699), document[_0x1113b0(0x1f5)](_0x27216b[_0x1113b0(0x26c)][_0x1113b0(0x3aa)]['dragEnd'], _0x4012a4);
|
592
|
+
});
|
593
|
+
}
|
594
|
+
},
|
595
|
+
{
|
596
|
+
'key': 'initVolumeButton',
|
597
|
+
'value': function () {
|
598
|
+
var _0x99b8d1 = _0x19d80c, _0x2a5c51 = this;
|
599
|
+
this[_0x99b8d1(0x2e0)][_0x99b8d1(0x2c3)][_0x99b8d1(0x357)][_0x99b8d1(0x1f5)]('click', function () {
|
600
|
+
var _0x22c654 = _0x99b8d1;
|
601
|
+
_0x2a5c51[_0x22c654(0x2e0)][_0x22c654(0x29d)][_0x22c654(0x3b9)] ? (_0x2a5c51[_0x22c654(0x2e0)][_0x22c654(0x29d)][_0x22c654(0x3b9)] = !0x1, _0x2a5c51[_0x22c654(0x2e0)]['switchVolumeIcon'](), _0x2a5c51['player']['bar'][_0x22c654(0x1e7)]('volume', _0x2a5c51[_0x22c654(0x2e0)]['volume'](), _0x22c654(0x1ed))) : (_0x2a5c51[_0x22c654(0x2e0)][_0x22c654(0x29d)]['muted'] = !0x0, _0x2a5c51[_0x22c654(0x2e0)][_0x22c654(0x386)](), _0x2a5c51['player'][_0x22c654(0x308)][_0x22c654(0x1e7)](_0x22c654(0x202), 0x0, 'height'));
|
602
|
+
});
|
603
|
+
var _0x49d159 = function (_0x4b9685) {
|
604
|
+
var _0x33a763 = _0x99b8d1, _0x8e3a36 = 0x1 - ((_0x4b9685[_0x33a763(0x39c)] || _0x4b9685[_0x33a763(0x274)][0x0][_0x33a763(0x39c)]) - _0x27216b[_0x33a763(0x26c)][_0x33a763(0x302)](_0x2a5c51[_0x33a763(0x2e0)]['template'][_0x33a763(0x257)], _0x2a5c51[_0x33a763(0x2e0)][_0x33a763(0x2d6)]['fixed'])) / _0x2a5c51[_0x33a763(0x2e0)]['template'][_0x33a763(0x257)][_0x33a763(0x344)];
|
605
|
+
_0x8e3a36 = Math['max'](_0x8e3a36, 0x0), _0x8e3a36 = Math[_0x33a763(0x2d8)](_0x8e3a36, 0x1), _0x2a5c51[_0x33a763(0x2e0)][_0x33a763(0x202)](_0x8e3a36);
|
606
|
+
}, _0x1265d3 = function _0x2812bc(_0x415241) {
|
607
|
+
var _0x182b21 = _0x99b8d1;
|
608
|
+
_0x2a5c51[_0x182b21(0x2e0)][_0x182b21(0x2c3)][_0x182b21(0x1fe)][_0x182b21(0x265)][_0x182b21(0x3b0)](_0x182b21(0x211)), document['removeEventListener'](_0x27216b[_0x182b21(0x26c)]['nameMap'][_0x182b21(0x300)], _0x2812bc), document['removeEventListener'](_0x27216b['default'][_0x182b21(0x3aa)][_0x182b21(0x3bb)], _0x49d159);
|
609
|
+
var _0x4b3191 = 0x1 - ((_0x415241[_0x182b21(0x39c)] || _0x415241['changedTouches'][0x0][_0x182b21(0x39c)]) - _0x27216b[_0x182b21(0x26c)][_0x182b21(0x302)](_0x2a5c51[_0x182b21(0x2e0)]['template'][_0x182b21(0x257)], _0x2a5c51[_0x182b21(0x2e0)]['options'][_0x182b21(0x32c)])) / _0x2a5c51[_0x182b21(0x2e0)]['template'][_0x182b21(0x257)][_0x182b21(0x344)];
|
610
|
+
_0x4b3191 = Math[_0x182b21(0x2fc)](_0x4b3191, 0x0), _0x4b3191 = Math[_0x182b21(0x2d8)](_0x4b3191, 0x1), _0x2a5c51[_0x182b21(0x2e0)][_0x182b21(0x202)](_0x4b3191);
|
611
|
+
};
|
612
|
+
this[_0x99b8d1(0x2e0)][_0x99b8d1(0x2c3)]['volumeBarWrap']['addEventListener'](_0x27216b[_0x99b8d1(0x26c)][_0x99b8d1(0x3aa)][_0x99b8d1(0x35a)], function () {
|
613
|
+
var _0x14bec1 = _0x99b8d1;
|
614
|
+
_0x2a5c51[_0x14bec1(0x2e0)][_0x14bec1(0x2c3)][_0x14bec1(0x1fe)][_0x14bec1(0x265)][_0x14bec1(0x30a)]('aplayer-volume-bar-wrap-active'), document[_0x14bec1(0x1f5)](_0x27216b[_0x14bec1(0x26c)][_0x14bec1(0x3aa)][_0x14bec1(0x3bb)], _0x49d159), document['addEventListener'](_0x27216b[_0x14bec1(0x26c)][_0x14bec1(0x3aa)][_0x14bec1(0x300)], _0x1265d3);
|
615
|
+
});
|
616
|
+
}
|
617
|
+
},
|
618
|
+
{
|
619
|
+
'key': _0x19d80c(0x372),
|
620
|
+
'value': function () {
|
621
|
+
var _0x132e49 = _0x19d80c, _0x4a6123 = this;
|
622
|
+
this['player']['template'][_0x132e49(0x298)][_0x132e49(0x1f5)](_0x132e49(0x237), function () {
|
623
|
+
var _0x4531ac = _0x132e49;
|
624
|
+
_0x4531ac(0x1ec) === _0x4a6123[_0x4531ac(0x2e0)][_0x4531ac(0x2d6)][_0x4531ac(0x298)] ? (_0x4a6123['player']['options']['order'] = 'random', _0x4a6123[_0x4531ac(0x2e0)]['template'][_0x4531ac(0x298)][_0x4531ac(0x375)] = _0x43f02d[_0x4531ac(0x26c)]['orderRandom']) : _0x4531ac(0x391) === _0x4a6123['player'][_0x4531ac(0x2d6)][_0x4531ac(0x298)] && (_0x4a6123[_0x4531ac(0x2e0)][_0x4531ac(0x2d6)][_0x4531ac(0x298)] = _0x4531ac(0x1ec), _0x4a6123[_0x4531ac(0x2e0)][_0x4531ac(0x2c3)]['order'][_0x4531ac(0x375)] = _0x43f02d['default'][_0x4531ac(0x285)]);
|
625
|
+
});
|
626
|
+
}
|
627
|
+
},
|
628
|
+
{
|
629
|
+
'key': 'initLoopButton',
|
630
|
+
'value': function () {
|
631
|
+
var _0x61b229 = _0x19d80c, _0x22c068 = this;
|
632
|
+
this[_0x61b229(0x2e0)][_0x61b229(0x2c3)]['loop'][_0x61b229(0x1f5)](_0x61b229(0x237), function () {
|
633
|
+
var _0x142fcd = _0x61b229;
|
634
|
+
_0x22c068[_0x142fcd(0x2e0)][_0x142fcd(0x1ec)][_0x142fcd(0x346)][_0x142fcd(0x27a)] > 0x1 ? _0x142fcd(0x36c) === _0x22c068[_0x142fcd(0x2e0)]['options']['loop'] ? (_0x22c068['player'][_0x142fcd(0x2d6)]['loop'] = _0x142fcd(0x364), _0x22c068[_0x142fcd(0x2e0)][_0x142fcd(0x2c3)][_0x142fcd(0x2a3)][_0x142fcd(0x375)] = _0x43f02d[_0x142fcd(0x26c)][_0x142fcd(0x264)]) : _0x142fcd(0x364) === _0x22c068[_0x142fcd(0x2e0)][_0x142fcd(0x2d6)]['loop'] ? (_0x22c068[_0x142fcd(0x2e0)][_0x142fcd(0x2d6)][_0x142fcd(0x2a3)] = _0x142fcd(0x2dc), _0x22c068[_0x142fcd(0x2e0)][_0x142fcd(0x2c3)][_0x142fcd(0x2a3)][_0x142fcd(0x375)] = _0x43f02d['default'][_0x142fcd(0x20b)]) : _0x142fcd(0x2dc) === _0x22c068[_0x142fcd(0x2e0)][_0x142fcd(0x2d6)][_0x142fcd(0x2a3)] && (_0x22c068['player']['options'][_0x142fcd(0x2a3)] = _0x142fcd(0x36c), _0x22c068['player'][_0x142fcd(0x2c3)][_0x142fcd(0x2a3)][_0x142fcd(0x375)] = _0x43f02d['default'][_0x142fcd(0x23e)]) : _0x142fcd(0x36c) === _0x22c068[_0x142fcd(0x2e0)][_0x142fcd(0x2d6)][_0x142fcd(0x2a3)] || _0x142fcd(0x2dc) === _0x22c068[_0x142fcd(0x2e0)][_0x142fcd(0x2d6)]['loop'] ? (_0x22c068[_0x142fcd(0x2e0)]['options'][_0x142fcd(0x2a3)] = 'none', _0x22c068[_0x142fcd(0x2e0)]['template']['loop'][_0x142fcd(0x375)] = _0x43f02d[_0x142fcd(0x26c)]['loopNone']) : _0x142fcd(0x364) === _0x22c068['player'][_0x142fcd(0x2d6)][_0x142fcd(0x2a3)] && (_0x22c068[_0x142fcd(0x2e0)][_0x142fcd(0x2d6)]['loop'] = _0x142fcd(0x2dc), _0x22c068['player'][_0x142fcd(0x2c3)][_0x142fcd(0x2a3)]['innerHTML'] = _0x43f02d['default'][_0x142fcd(0x20b)]);
|
635
|
+
});
|
636
|
+
}
|
637
|
+
},
|
638
|
+
{
|
639
|
+
'key': _0x19d80c(0x20a),
|
640
|
+
'value': function () {
|
641
|
+
var _0x298b43 = _0x19d80c, _0x2813e3 = this;
|
642
|
+
this[_0x298b43(0x2e0)][_0x298b43(0x2c3)][_0x298b43(0x25e)][_0x298b43(0x1f5)]('click', function () {
|
643
|
+
var _0x1f03dc = _0x298b43;
|
644
|
+
_0x2813e3['player'][_0x1f03dc(0x1ec)]['toggle']();
|
645
|
+
});
|
646
|
+
}
|
647
|
+
},
|
648
|
+
{
|
649
|
+
'key': 'initMiniSwitcher',
|
650
|
+
'value': function () {
|
651
|
+
var _0x5ec5d2 = _0x19d80c, _0xd16c2e = this;
|
652
|
+
this[_0x5ec5d2(0x2e0)][_0x5ec5d2(0x2c3)]['miniSwitcher']['addEventListener'](_0x5ec5d2(0x237), function () {
|
653
|
+
var _0x350fb3 = _0x5ec5d2;
|
654
|
+
_0xd16c2e[_0x350fb3(0x2e0)]['setMode']('mini' === _0xd16c2e[_0x350fb3(0x2e0)]['mode'] ? 'normal' : 'mini');
|
655
|
+
});
|
656
|
+
}
|
657
|
+
},
|
658
|
+
{
|
659
|
+
'key': _0x19d80c(0x282),
|
660
|
+
'value': function () {
|
661
|
+
var _0x268474 = _0x19d80c, _0x347def = this;
|
662
|
+
this['player'][_0x268474(0x2c3)]['skipBackButton']['addEventListener'](_0x268474(0x237), function () {
|
663
|
+
var _0x1b9dae = _0x268474;
|
664
|
+
_0x347def[_0x1b9dae(0x2e0)][_0x1b9dae(0x393)]();
|
665
|
+
}), this[_0x268474(0x2e0)][_0x268474(0x2c3)]['skipForwardButton'][_0x268474(0x1f5)](_0x268474(0x237), function () {
|
666
|
+
var _0x5e920f = _0x268474;
|
667
|
+
_0x347def[_0x5e920f(0x2e0)][_0x5e920f(0x28b)]();
|
668
|
+
}), this[_0x268474(0x2e0)][_0x268474(0x2c3)][_0x268474(0x327)][_0x268474(0x1f5)](_0x268474(0x237), function () {
|
669
|
+
_0x347def['player']['toggle']();
|
670
|
+
});
|
671
|
+
}
|
672
|
+
},
|
673
|
+
{
|
674
|
+
'key': _0x19d80c(0x35c),
|
675
|
+
'value': function () {
|
676
|
+
var _0xf91f97 = _0x19d80c, _0x4666dd = this;
|
677
|
+
this[_0xf91f97(0x2e0)][_0xf91f97(0x2c3)][_0xf91f97(0x38f)]['addEventListener'](_0xf91f97(0x237), function () {
|
678
|
+
var _0x56528a = _0xf91f97;
|
679
|
+
_0x4666dd[_0x56528a(0x2e0)][_0x56528a(0x2c3)]['lrcButton'][_0x56528a(0x265)][_0x56528a(0x2ef)](_0x56528a(0x2aa)) ? (_0x4666dd[_0x56528a(0x2e0)]['template'][_0x56528a(0x38f)][_0x56528a(0x265)][_0x56528a(0x3b0)](_0x56528a(0x2aa)), _0x4666dd[_0x56528a(0x2e0)][_0x56528a(0x2b7)] && _0x4666dd[_0x56528a(0x2e0)]['lrc'][_0x56528a(0x39f)]()) : (_0x4666dd[_0x56528a(0x2e0)]['template'][_0x56528a(0x38f)][_0x56528a(0x265)][_0x56528a(0x30a)](_0x56528a(0x2aa)), _0x4666dd[_0x56528a(0x2e0)][_0x56528a(0x2b7)] && _0x4666dd['player'][_0x56528a(0x2b7)][_0x56528a(0x2cf)]());
|
680
|
+
});
|
681
|
+
}
|
682
|
+
}
|
683
|
+
]), _0x35d048;
|
684
|
+
}());
|
685
|
+
_0x45166d[_0x3c7767(0x26c)] = _0x4bf6dd;
|
686
|
+
},
|
687
|
+
function (_0x46da2d, _0x559441, _0x2d37a6) {
|
688
|
+
var _0x3fa615 = _0xff62, _0x3beab6 = _0x2d37a6(0x2);
|
689
|
+
_0x46da2d[_0x3fa615(0x30f)] = function (_0x196072) {
|
690
|
+
'use strict';
|
691
|
+
var _0x2c3bd8 = _0x3fa615;
|
692
|
+
_0x196072 = _0x196072 || {};
|
693
|
+
var _0x287ac2 = '', _0x16ed15 = _0x3beab6[_0x2c3bd8(0x373)], _0xb40b84 = _0x196072[_0x2c3bd8(0x394)], _0x28768b = (_0x196072[_0x2c3bd8(0x35d)], _0x196072['$index'], _0x3beab6[_0x2c3bd8(0x278)]);
|
694
|
+
return _0x16ed15(_0xb40b84, function (_0x2ad5e4, _0x8337fe) {
|
695
|
+
var _0x45ec4a = _0x2c3bd8;
|
696
|
+
_0x287ac2 += _0x45ec4a(0x234), 0x0 === _0x8337fe && (_0x287ac2 += '\x20class=\x22aplayer-lrc-current\x22'), _0x287ac2 += '>', _0x287ac2 += _0x28768b(_0x2ad5e4[0x1]), _0x287ac2 += _0x45ec4a(0x368);
|
697
|
+
}), _0x287ac2;
|
698
|
+
};
|
699
|
+
},
|
700
|
+
function (_0x3c6968, _0x238109, _0x294351) {
|
701
|
+
'use strict';
|
702
|
+
var _0x595589 = _0xff62;
|
703
|
+
Object['defineProperty'](_0x238109, '__esModule', { 'value': !0x0 });
|
704
|
+
var _0x5399dc, _0x23933b = (function () {
|
705
|
+
function _0x573a79(_0x5edb4f, _0x25010a) {
|
706
|
+
var _0x3fcbfa = _0xff62;
|
707
|
+
for (var _0x3f80d7 = 0x0; _0x3f80d7 < _0x25010a[_0x3fcbfa(0x27a)]; _0x3f80d7++) {
|
708
|
+
var _0x40280e = _0x25010a[_0x3f80d7];
|
709
|
+
_0x40280e['enumerable'] = _0x40280e[_0x3fcbfa(0x38b)] || !0x1, _0x40280e['configurable'] = !0x0, _0x3fcbfa(0x2ae) in _0x40280e && (_0x40280e[_0x3fcbfa(0x28c)] = !0x0), Object[_0x3fcbfa(0x32e)](_0x5edb4f, _0x40280e['key'], _0x40280e);
|
710
|
+
}
|
711
|
+
}
|
712
|
+
return function (_0x209d0b, _0x3f830a, _0x2beef6) {
|
713
|
+
var _0x37455b = _0xff62;
|
714
|
+
return _0x3f830a && _0x573a79(_0x209d0b[_0x37455b(0x2eb)], _0x3f830a), _0x2beef6 && _0x573a79(_0x209d0b, _0x2beef6), _0x209d0b;
|
715
|
+
};
|
716
|
+
}()), _0x464c2b = _0x294351(0xa), _0x2ba568 = (_0x5399dc = _0x464c2b) && _0x5399dc[_0x595589(0x22b)] ? _0x5399dc : { 'default': _0x5399dc }, _0x750c0d = (function () {
|
717
|
+
var _0x10e9d4 = _0x595589;
|
718
|
+
function _0x163bfb(_0x1b8a84) {
|
719
|
+
var _0x451482 = _0xff62;
|
720
|
+
!function (_0x2d5d2d, _0x10bec6) {
|
721
|
+
var _0x4bdba2 = _0xff62;
|
722
|
+
if (!(_0x2d5d2d instanceof _0x10bec6))
|
723
|
+
throw new TypeError(_0x4bdba2(0x2b4));
|
724
|
+
}(this, _0x163bfb), this[_0x451482(0x323)] = _0x1b8a84[_0x451482(0x323)], this[_0x451482(0x21c)] = _0x1b8a84[_0x451482(0x21c)], this[_0x451482(0x2e0)] = _0x1b8a84[_0x451482(0x2e0)], this[_0x451482(0x33a)] = [], this[_0x451482(0x29f)] = 0x0, this[_0x451482(0x363)] = [];
|
725
|
+
}
|
726
|
+
return _0x23933b(_0x163bfb, [
|
727
|
+
{
|
728
|
+
'key': _0x10e9d4(0x39f),
|
729
|
+
'value': function () {
|
730
|
+
var _0x1a3e0f = _0x10e9d4;
|
731
|
+
this[_0x1a3e0f(0x2e0)][_0x1a3e0f(0x261)][_0x1a3e0f(0x1f2)](_0x1a3e0f(0x2df)), this[_0x1a3e0f(0x2e0)]['template'][_0x1a3e0f(0x251)][_0x1a3e0f(0x265)]['remove'](_0x1a3e0f(0x254));
|
732
|
+
}
|
733
|
+
},
|
734
|
+
{
|
735
|
+
'key': 'hide',
|
736
|
+
'value': function () {
|
737
|
+
var _0x1c1e6b = _0x10e9d4;
|
738
|
+
this[_0x1c1e6b(0x2e0)]['events']['trigger'](_0x1c1e6b(0x2af)), this['player'][_0x1c1e6b(0x2c3)][_0x1c1e6b(0x251)][_0x1c1e6b(0x265)][_0x1c1e6b(0x30a)](_0x1c1e6b(0x254));
|
739
|
+
}
|
740
|
+
},
|
741
|
+
{
|
742
|
+
'key': 'toggle',
|
743
|
+
'value': function () {
|
744
|
+
var _0x4ce777 = _0x10e9d4;
|
745
|
+
this['player'][_0x4ce777(0x2c3)][_0x4ce777(0x251)][_0x4ce777(0x265)][_0x4ce777(0x2ef)](_0x4ce777(0x254)) ? this[_0x4ce777(0x39f)]() : this[_0x4ce777(0x2cf)]();
|
746
|
+
}
|
747
|
+
},
|
748
|
+
{
|
749
|
+
'key': _0x10e9d4(0x2b8),
|
750
|
+
'value': function () {
|
751
|
+
var _0x44d1f4 = _0x10e9d4, _0x261ec0 = arguments[_0x44d1f4(0x27a)] > 0x0 && void 0x0 !== arguments[0x0] ? arguments[0x0] : this[_0x44d1f4(0x2e0)][_0x44d1f4(0x29d)][_0x44d1f4(0x319)];
|
752
|
+
if (this[_0x44d1f4(0x29f)] > this[_0x44d1f4(0x363)][_0x44d1f4(0x27a)] - 0x1 || _0x261ec0 < this[_0x44d1f4(0x363)][this['index']][0x0] || !this[_0x44d1f4(0x363)][this[_0x44d1f4(0x29f)] + 0x1] || _0x261ec0 >= this['current'][this['index'] + 0x1][0x0]) {
|
753
|
+
for (var _0x5d279f = 0x0; _0x5d279f < this[_0x44d1f4(0x363)]['length']; _0x5d279f++)
|
754
|
+
_0x261ec0 >= this[_0x44d1f4(0x363)][_0x5d279f][0x0] && (!this[_0x44d1f4(0x363)][_0x5d279f + 0x1] || _0x261ec0 < this[_0x44d1f4(0x363)][_0x5d279f + 0x1][0x0]) && (this[_0x44d1f4(0x29f)] = _0x5d279f, this[_0x44d1f4(0x323)][_0x44d1f4(0x38e)][_0x44d1f4(0x23d)] = 'translateY(' + 0x10 * -this['index'] + _0x44d1f4(0x217), this['container'][_0x44d1f4(0x38e)]['webkitTransform'] = _0x44d1f4(0x29e) + 0x10 * -this['index'] + _0x44d1f4(0x217), this[_0x44d1f4(0x323)][_0x44d1f4(0x3bf)](_0x44d1f4(0x371))[0x0]['classList'][_0x44d1f4(0x3b0)](_0x44d1f4(0x371)), this['container'][_0x44d1f4(0x24f)]('p')[_0x5d279f]['classList'][_0x44d1f4(0x30a)](_0x44d1f4(0x371)));
|
755
|
+
}
|
756
|
+
}
|
757
|
+
},
|
758
|
+
{
|
759
|
+
'key': _0x10e9d4(0x259),
|
760
|
+
'value': function (_0x12e89b) {
|
761
|
+
var _0x32231c = _0x10e9d4, _0x3bd174 = this;
|
762
|
+
if (!this[_0x32231c(0x33a)][_0x12e89b]) {
|
763
|
+
if (this['async']) {
|
764
|
+
this[_0x32231c(0x33a)][_0x12e89b] = [[
|
765
|
+
_0x32231c(0x245),
|
766
|
+
_0x32231c(0x32f)
|
767
|
+
]];
|
768
|
+
var _0x171316 = new XMLHttpRequest();
|
769
|
+
_0x171316[_0x32231c(0x30c)] = function () {
|
770
|
+
var _0x21a9e3 = _0x32231c;
|
771
|
+
_0x12e89b === _0x3bd174[_0x21a9e3(0x2e0)][_0x21a9e3(0x1ec)][_0x21a9e3(0x29f)] && 0x4 === _0x171316[_0x21a9e3(0x34f)] && (_0x171316[_0x21a9e3(0x29c)] >= 0xc8 && _0x171316[_0x21a9e3(0x29c)] < 0x12c || 0x130 === _0x171316[_0x21a9e3(0x29c)] ? _0x3bd174[_0x21a9e3(0x33a)][_0x12e89b] = _0x3bd174['parse'](_0x171316['responseText']) : (_0x3bd174[_0x21a9e3(0x2e0)][_0x21a9e3(0x33b)](_0x21a9e3(0x37e) + _0x171316[_0x21a9e3(0x29c)]), _0x3bd174['parsed'][_0x12e89b] = [[
|
772
|
+
_0x21a9e3(0x245),
|
773
|
+
'Not\x20available'
|
774
|
+
]]), _0x3bd174['container'][_0x21a9e3(0x375)] = (0x0, _0x2ba568[_0x21a9e3(0x26c)])({ 'lyrics': _0x3bd174[_0x21a9e3(0x33a)][_0x12e89b] }), _0x3bd174[_0x21a9e3(0x2b8)](0x0), _0x3bd174[_0x21a9e3(0x363)] = _0x3bd174[_0x21a9e3(0x33a)][_0x12e89b]);
|
775
|
+
};
|
776
|
+
var _0x43de74 = this[_0x32231c(0x2e0)]['list']['audios'][_0x12e89b]['lrc'];
|
777
|
+
_0x171316[_0x32231c(0x266)](_0x32231c(0x2fb), _0x43de74, !0x0), _0x171316[_0x32231c(0x26d)](null);
|
778
|
+
} else
|
779
|
+
this[_0x32231c(0x2e0)]['list']['audios'][_0x12e89b][_0x32231c(0x2b7)] ? this[_0x32231c(0x33a)][_0x12e89b] = this[_0x32231c(0x296)](this[_0x32231c(0x2e0)][_0x32231c(0x1ec)][_0x32231c(0x346)][_0x12e89b][_0x32231c(0x2b7)]) : this[_0x32231c(0x33a)][_0x12e89b] = [[
|
780
|
+
'00:00',
|
781
|
+
_0x32231c(0x218)
|
782
|
+
]];
|
783
|
+
}
|
784
|
+
this[_0x32231c(0x323)]['innerHTML'] = (0x0, _0x2ba568['default'])({ 'lyrics': this[_0x32231c(0x33a)][_0x12e89b] }), this[_0x32231c(0x2b8)](0x0), this[_0x32231c(0x363)] = this[_0x32231c(0x33a)][_0x12e89b];
|
785
|
+
}
|
786
|
+
},
|
787
|
+
{
|
788
|
+
'key': _0x10e9d4(0x296),
|
789
|
+
'value': function (_0x45e70f) {
|
790
|
+
var _0x909a4c = _0x10e9d4;
|
791
|
+
if (_0x45e70f) {
|
792
|
+
for (var _0x4c7888 = (_0x45e70f = _0x45e70f[_0x909a4c(0x318)](/([^\]^\n])\[/g, function (_0x13d86f, _0x32ddc2) {
|
793
|
+
return _0x32ddc2 + '\x0a[';
|
794
|
+
}))[_0x909a4c(0x20d)]('\x0a'), _0x252836 = [], _0x1e69d9 = _0x4c7888[_0x909a4c(0x27a)], _0x5f070b = 0x0; _0x5f070b < _0x1e69d9; _0x5f070b++) {
|
795
|
+
var _0x1e9832 = _0x4c7888[_0x5f070b][_0x909a4c(0x2e9)](/\[(\d{2}):(\d{2})(\.(\d{2,3}))?]/g), _0x1fdf2a = _0x4c7888[_0x5f070b][_0x909a4c(0x318)](/.*\[(\d{2}):(\d{2})(\.(\d{2,3}))?]/g, '')[_0x909a4c(0x318)](/<(\d{2}):(\d{2})(\.(\d{2,3}))?>/g, '')[_0x909a4c(0x318)](/^\s+|\s+$/g, '');
|
796
|
+
if (_0x1e9832)
|
797
|
+
for (var _0x448a74 = _0x1e9832[_0x909a4c(0x27a)], _0x1c61b0 = 0x0; _0x1c61b0 < _0x448a74; _0x1c61b0++) {
|
798
|
+
var _0x5d946c = /\[(\d{2}):(\d{2})(\.(\d{2,3}))?]/['exec'](_0x1e9832[_0x1c61b0]), _0x521799 = 0x3c * _0x5d946c[0x1] + parseInt(_0x5d946c[0x2]) + (_0x5d946c[0x4] ? parseInt(_0x5d946c[0x4]) / (0x2 === (_0x5d946c[0x4] + '')[_0x909a4c(0x27a)] ? 0x64 : 0x3e8) : 0x0);
|
799
|
+
_0x252836[_0x909a4c(0x32b)]([
|
800
|
+
_0x521799,
|
801
|
+
_0x1fdf2a
|
802
|
+
]);
|
803
|
+
}
|
804
|
+
}
|
805
|
+
return (_0x252836 = _0x252836[_0x909a4c(0x2ca)](function (_0x1f1169) {
|
806
|
+
return _0x1f1169[0x1];
|
807
|
+
}))[_0x909a4c(0x2da)](function (_0x1419bc, _0x48441c) {
|
808
|
+
return _0x1419bc[0x0] - _0x48441c[0x0];
|
809
|
+
}), _0x252836;
|
810
|
+
}
|
811
|
+
return [];
|
812
|
+
}
|
813
|
+
},
|
814
|
+
{
|
815
|
+
'key': 'remove',
|
816
|
+
'value': function (_0xf0ac30) {
|
817
|
+
var _0x2adbe8 = _0x10e9d4;
|
818
|
+
this[_0x2adbe8(0x33a)][_0x2adbe8(0x382)](_0xf0ac30, 0x1);
|
819
|
+
}
|
820
|
+
},
|
821
|
+
{
|
822
|
+
'key': _0x10e9d4(0x29b),
|
823
|
+
'value': function () {
|
824
|
+
var _0x227687 = _0x10e9d4;
|
825
|
+
this[_0x227687(0x33a)] = [], this['container']['innerHTML'] = '';
|
826
|
+
}
|
827
|
+
}
|
828
|
+
]), _0x163bfb;
|
829
|
+
}());
|
830
|
+
_0x238109[_0x595589(0x26c)] = _0x750c0d;
|
831
|
+
},
|
832
|
+
function (_0x3bf5f3, _0x5294a4, _0x27ec27) {
|
833
|
+
'use strict';
|
834
|
+
var _0x5032bd = _0xff62;
|
835
|
+
Object[_0x5032bd(0x32e)](_0x5294a4, _0x5032bd(0x22b), { 'value': !0x0 });
|
836
|
+
var _0x29eb90, _0x34f273 = (function () {
|
837
|
+
function _0x24f955(_0x2d351d, _0x5b7f0e) {
|
838
|
+
var _0xac4426 = _0xff62;
|
839
|
+
for (var _0xe764ea = 0x0; _0xe764ea < _0x5b7f0e[_0xac4426(0x27a)]; _0xe764ea++) {
|
840
|
+
var _0x95abb7 = _0x5b7f0e[_0xe764ea];
|
841
|
+
_0x95abb7['enumerable'] = _0x95abb7[_0xac4426(0x38b)] || !0x1, _0x95abb7['configurable'] = !0x0, _0xac4426(0x2ae) in _0x95abb7 && (_0x95abb7[_0xac4426(0x28c)] = !0x0), Object[_0xac4426(0x32e)](_0x2d351d, _0x95abb7[_0xac4426(0x2ab)], _0x95abb7);
|
842
|
+
}
|
843
|
+
}
|
844
|
+
return function (_0x14d629, _0x2ad102, _0xdca3e6) {
|
845
|
+
return _0x2ad102 && _0x24f955(_0x14d629['prototype'], _0x2ad102), _0xdca3e6 && _0x24f955(_0x14d629, _0xdca3e6), _0x14d629;
|
846
|
+
};
|
847
|
+
}()), _0x1061aa = _0x27ec27(0x0), _0x5805d6 = (_0x29eb90 = _0x1061aa) && _0x29eb90[_0x5032bd(0x22b)] ? _0x29eb90 : { 'default': _0x29eb90 }, _0x1bdc4c = (function () {
|
848
|
+
var _0x104207 = _0x5032bd;
|
849
|
+
function _0x335943(_0x34b999) {
|
850
|
+
var _0x55b8b1 = _0xff62;
|
851
|
+
!function (_0x1054b3, _0x46b944) {
|
852
|
+
var _0x19cc8f = _0xff62;
|
853
|
+
if (!(_0x1054b3 instanceof _0x46b944))
|
854
|
+
throw new TypeError(_0x19cc8f(0x2b4));
|
855
|
+
}(this, _0x335943), this['storageName'] = _0x34b999[_0x55b8b1(0x2d6)]['storageName'], this[_0x55b8b1(0x1e6)] = JSON[_0x55b8b1(0x296)](_0x5805d6['default']['storage'][_0x55b8b1(0x2fb)](this['storageName'])), this[_0x55b8b1(0x1e6)] || (this[_0x55b8b1(0x1e6)] = {}), this['data'][_0x55b8b1(0x202)] = this[_0x55b8b1(0x1e6)][_0x55b8b1(0x202)] || _0x34b999['options']['volume'];
|
856
|
+
}
|
857
|
+
return _0x34f273(_0x335943, [
|
858
|
+
{
|
859
|
+
'key': _0x104207(0x2fb),
|
860
|
+
'value': function (_0x400064) {
|
861
|
+
return this['data'][_0x400064];
|
862
|
+
}
|
863
|
+
},
|
864
|
+
{
|
865
|
+
'key': _0x104207(0x1e7),
|
866
|
+
'value': function (_0x21f8a3, _0x5be9dc) {
|
867
|
+
var _0x4d9a96 = _0x104207;
|
868
|
+
this[_0x4d9a96(0x1e6)][_0x21f8a3] = _0x5be9dc, _0x5805d6[_0x4d9a96(0x26c)]['storage'][_0x4d9a96(0x1e7)](this[_0x4d9a96(0x25a)], JSON['stringify'](this['data']));
|
869
|
+
}
|
870
|
+
}
|
871
|
+
]), _0x335943;
|
872
|
+
}());
|
873
|
+
_0x5294a4[_0x5032bd(0x26c)] = _0x1bdc4c;
|
874
|
+
},
|
875
|
+
function (_0xc41468, _0x177ceb, _0xf787f) {
|
876
|
+
'use strict';
|
877
|
+
var _0x4f8af8 = _0xff62;
|
878
|
+
Object['defineProperty'](_0x177ceb, _0x4f8af8(0x22b), { 'value': !0x0 });
|
879
|
+
var _0x21a08c = (function () {
|
880
|
+
function _0x3b6b7f(_0x337eb6, _0x4216ad) {
|
881
|
+
var _0x3e020f = _0xff62;
|
882
|
+
for (var _0x165837 = 0x0; _0x165837 < _0x4216ad['length']; _0x165837++) {
|
883
|
+
var _0x2dc1d4 = _0x4216ad[_0x165837];
|
884
|
+
_0x2dc1d4[_0x3e020f(0x38b)] = _0x2dc1d4[_0x3e020f(0x38b)] || !0x1, _0x2dc1d4[_0x3e020f(0x209)] = !0x0, 'value' in _0x2dc1d4 && (_0x2dc1d4['writable'] = !0x0), Object[_0x3e020f(0x32e)](_0x337eb6, _0x2dc1d4['key'], _0x2dc1d4);
|
885
|
+
}
|
886
|
+
}
|
887
|
+
return function (_0x55903d, _0x4668c8, _0x3231b5) {
|
888
|
+
return _0x4668c8 && _0x3b6b7f(_0x55903d['prototype'], _0x4668c8), _0x3231b5 && _0x3b6b7f(_0x55903d, _0x3231b5), _0x55903d;
|
889
|
+
};
|
890
|
+
}()), _0x4ca371 = (function () {
|
891
|
+
var _0x56afee = _0x4f8af8;
|
892
|
+
function _0x1833cd(_0x241c99) {
|
893
|
+
var _0x72bd09 = _0xff62;
|
894
|
+
!function (_0x391651, _0x5ae87e) {
|
895
|
+
var _0x19322c = _0xff62;
|
896
|
+
if (!(_0x391651 instanceof _0x5ae87e))
|
897
|
+
throw new TypeError(_0x19322c(0x2b4));
|
898
|
+
}(this, _0x1833cd), this[_0x72bd09(0x395)] = {}, this[_0x72bd09(0x395)][_0x72bd09(0x202)] = _0x241c99[_0x72bd09(0x202)], this['elements'][_0x72bd09(0x396)] = _0x241c99[_0x72bd09(0x396)], this[_0x72bd09(0x395)][_0x72bd09(0x262)] = _0x241c99[_0x72bd09(0x262)];
|
899
|
+
}
|
900
|
+
return _0x21a08c(_0x1833cd, [
|
901
|
+
{
|
902
|
+
'key': _0x56afee(0x1e7),
|
903
|
+
'value': function (_0x376bc9, _0x5b031d, _0x1ec4b2) {
|
904
|
+
var _0x1eb3b3 = _0x56afee;
|
905
|
+
_0x5b031d = Math['max'](_0x5b031d, 0x0), _0x5b031d = Math[_0x1eb3b3(0x2d8)](_0x5b031d, 0x1), this[_0x1eb3b3(0x395)][_0x376bc9][_0x1eb3b3(0x38e)][_0x1ec4b2] = 0x64 * _0x5b031d + '%';
|
906
|
+
}
|
907
|
+
},
|
908
|
+
{
|
909
|
+
'key': _0x56afee(0x2fb),
|
910
|
+
'value': function (_0x28e076, _0x3fb2b7) {
|
911
|
+
var _0x8d183f = _0x56afee;
|
912
|
+
return parseFloat(this[_0x8d183f(0x395)][_0x28e076][_0x8d183f(0x38e)][_0x3fb2b7]) / 0x64;
|
913
|
+
}
|
914
|
+
}
|
915
|
+
]), _0x1833cd;
|
916
|
+
}());
|
917
|
+
_0x177ceb['default'] = _0x4ca371;
|
918
|
+
},
|
919
|
+
function (_0x1f35db, _0x276d08, _0x3aa4a2) {
|
920
|
+
'use strict';
|
921
|
+
var _0x74f8da = _0xff62;
|
922
|
+
(function (_0x22841a) {
|
923
|
+
var _0x475fed = _0xff62;
|
924
|
+
_0x1f35db['exports'] = !0x1;
|
925
|
+
try {
|
926
|
+
_0x1f35db[_0x475fed(0x30f)] = _0x475fed(0x3a2) === Object[_0x475fed(0x2eb)][_0x475fed(0x227)][_0x475fed(0x30d)](_0x22841a[_0x475fed(0x1f8)]);
|
927
|
+
} catch (_0x51d87e) {
|
928
|
+
}
|
929
|
+
}[_0x74f8da(0x30d)](this, _0x3aa4a2(0x4)));
|
930
|
+
},
|
931
|
+
function (_0x3f1e56, _0x3aaf89, _0x179c98) {
|
932
|
+
'use strict';
|
933
|
+
var _0x1439c6 = _0xff62;
|
934
|
+
(function (_0x3db8a8) {
|
935
|
+
var _0x5ba962 = _0xff62, _0x4834de = _0x179c98(0xe), _0x21f2bf = Object[_0x5ba962(0x24c)](_0x4834de ? _0x3db8a8 : window), _0x35ea25 = /["&'<>]/;
|
936
|
+
_0x21f2bf[_0x5ba962(0x278)] = function (_0x35234d) {
|
937
|
+
return function (_0x560518) {
|
938
|
+
var _0x4ce721 = _0xff62, _0x6169b9 = '' + _0x560518, _0x10db8f = _0x35ea25[_0x4ce721(0x2b2)](_0x6169b9);
|
939
|
+
if (!_0x10db8f)
|
940
|
+
return _0x560518;
|
941
|
+
var _0x5377e8 = '', _0x1a90b7 = void 0x0, _0x23f0e5 = void 0x0, _0x4c6293 = void 0x0;
|
942
|
+
for (_0x1a90b7 = _0x10db8f[_0x4ce721(0x29f)], _0x23f0e5 = 0x0; _0x1a90b7 < _0x6169b9[_0x4ce721(0x27a)]; _0x1a90b7++) {
|
943
|
+
switch (_0x6169b9[_0x4ce721(0x3b5)](_0x1a90b7)) {
|
944
|
+
case 0x22:
|
945
|
+
_0x4c6293 = '"';
|
946
|
+
break;
|
947
|
+
case 0x26:
|
948
|
+
_0x4c6293 = _0x4ce721(0x293);
|
949
|
+
break;
|
950
|
+
case 0x27:
|
951
|
+
_0x4c6293 = _0x4ce721(0x35e);
|
952
|
+
break;
|
953
|
+
case 0x3c:
|
954
|
+
_0x4c6293 = _0x4ce721(0x295);
|
955
|
+
break;
|
956
|
+
case 0x3e:
|
957
|
+
_0x4c6293 = '>';
|
958
|
+
break;
|
959
|
+
default:
|
960
|
+
continue;
|
961
|
+
}
|
962
|
+
_0x23f0e5 !== _0x1a90b7 && (_0x5377e8 += _0x6169b9[_0x4ce721(0x28f)](_0x23f0e5, _0x1a90b7)), _0x23f0e5 = _0x1a90b7 + 0x1, _0x5377e8 += _0x4c6293;
|
963
|
+
}
|
964
|
+
return _0x23f0e5 !== _0x1a90b7 ? _0x5377e8 + _0x6169b9['substring'](_0x23f0e5, _0x1a90b7) : _0x5377e8;
|
965
|
+
}(function _0x4eba90(_0x73a850) {
|
966
|
+
var _0xb59e71 = _0xff62;
|
967
|
+
return _0xb59e71(0x2bd) != typeof _0x73a850 && (_0x73a850 = void 0x0 === _0x73a850 || null === _0x73a850 ? '' : _0xb59e71(0x34c) == typeof _0x73a850 ? _0x4eba90(_0x73a850[_0xb59e71(0x30d)](_0x73a850)) : JSON[_0xb59e71(0x3ad)](_0x73a850)), _0x73a850;
|
968
|
+
}(_0x35234d));
|
969
|
+
}, _0x21f2bf[_0x5ba962(0x373)] = function (_0x34c637, _0x7e5149) {
|
970
|
+
var _0x19a2c7 = _0x5ba962;
|
971
|
+
if (Array[_0x19a2c7(0x27f)](_0x34c637)) {
|
972
|
+
for (var _0x298dfb = 0x0, _0x483900 = _0x34c637['length']; _0x298dfb < _0x483900; _0x298dfb++)
|
973
|
+
_0x7e5149(_0x34c637[_0x298dfb], _0x298dfb);
|
974
|
+
} else {
|
975
|
+
for (var _0x1969da in _0x34c637)
|
976
|
+
_0x7e5149(_0x34c637[_0x1969da], _0x1969da);
|
977
|
+
}
|
978
|
+
}, _0x3f1e56[_0x5ba962(0x30f)] = _0x21f2bf;
|
979
|
+
}[_0x1439c6(0x30d)](this, _0x179c98(0x4)));
|
980
|
+
},
|
981
|
+
function (_0x5057b6, _0x522cf5, _0x1dd6d1) {
|
982
|
+
var _0x7dd8c8 = _0xff62, _0x4c4e54 = _0x1dd6d1(0x2);
|
983
|
+
_0x5057b6[_0x7dd8c8(0x30f)] = function (_0x3ca799) {
|
984
|
+
'use strict';
|
985
|
+
var _0x27fc2a = _0x7dd8c8;
|
986
|
+
var _0x46c328 = '', _0x459fc6 = (_0x3ca799 = _0x3ca799 || {})['options'], _0x29b70f = _0x3ca799['cover'], _0x321610 = _0x4c4e54[_0x27fc2a(0x278)], _0x8b5a3 = _0x3ca799[_0x27fc2a(0x2a6)], _0x5a91bb = (arguments[0x1], function (_0x1a708a) {
|
987
|
+
return _0x46c328 += _0x1a708a;
|
988
|
+
}), _0x4a057b = _0x3ca799['getObject'];
|
989
|
+
return _0x3ca799[_0x27fc2a(0x21e)], _0x3ca799[_0x27fc2a(0x29d)], _0x3ca799[_0x27fc2a(0x29f)], (_0x459fc6[_0x27fc2a(0x32c)] ? (_0x46c328 += _0x27fc2a(0x284), _0x459fc6[_0x27fc2a(0x315)] && (_0x46c328 += _0x27fc2a(0x230)), _0x46c328 += '\x22', _0x459fc6[_0x27fc2a(0x351)] && (_0x46c328 += _0x27fc2a(0x301), _0x46c328 += _0x321610(_0x459fc6[_0x27fc2a(0x351)]), _0x46c328 += '\x22'), _0x46c328 += _0x27fc2a(0x210), _0x459fc6[_0x27fc2a(0x351)] && (_0x46c328 += _0x27fc2a(0x301), _0x46c328 += _0x321610(_0x459fc6[_0x27fc2a(0x351)]), _0x46c328 += '\x22'), _0x46c328 += _0x27fc2a(0x380), _0x5a91bb(_0x1dd6d1(0x1)(_0x4a057b({
|
990
|
+
'theme': _0x459fc6[_0x27fc2a(0x21e)],
|
991
|
+
'audio': _0x459fc6['audio'],
|
992
|
+
'index': 0x1
|
993
|
+
}))), _0x46c328 += _0x27fc2a(0x356), _0x29b70f && (_0x46c328 += 'background-image:\x20url("', _0x46c328 += _0x321610(_0x29b70f), _0x46c328 += _0x27fc2a(0x2c4)), _0x46c328 += 'background-color:\x20', _0x46c328 += _0x321610(_0x459fc6[_0x27fc2a(0x21e)]), _0x46c328 += _0x27fc2a(0x1f1), _0x46c328 += _0x8b5a3[_0x27fc2a(0x3c2)], _0x46c328 += _0x27fc2a(0x1eb), _0x46c328 += _0x321610(_0x459fc6[_0x27fc2a(0x21e)]), _0x46c328 += _0x27fc2a(0x2a4), _0x46c328 += _0x321610(_0x459fc6['theme']), _0x46c328 += ';\x22>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<span\x20class=\x22aplayer-loading-icon\x22>', _0x46c328 += _0x8b5a3[_0x27fc2a(0x1e8)], _0x46c328 += _0x27fc2a(0x23c), _0x46c328 += _0x8b5a3[_0x27fc2a(0x1fc)], _0x46c328 += _0x27fc2a(0x25f), _0x46c328 += _0x8b5a3[_0x27fc2a(0x3c2)], _0x46c328 += _0x27fc2a(0x2a8), _0x46c328 += _0x8b5a3['skip'], _0x46c328 += '\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</span>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<div\x20class=\x22aplayer-volume-wrap\x22>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<button\x20type=\x22button\x22\x20class=\x22aplayer-icon\x20aplayer-icon-volume-down\x22>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20', _0x46c328 += _0x8b5a3[_0x27fc2a(0x24a)], _0x46c328 += _0x27fc2a(0x331), _0x46c328 += _0x321610(_0x459fc6[_0x27fc2a(0x21e)]), _0x46c328 += _0x27fc2a(0x3a4), 'list' === _0x459fc6[_0x27fc2a(0x298)] ? _0x46c328 += _0x8b5a3['orderList'] : _0x27fc2a(0x391) === _0x459fc6['order'] && (_0x46c328 += _0x8b5a3[_0x27fc2a(0x3ba)]), _0x46c328 += _0x27fc2a(0x336), _0x27fc2a(0x36c) === _0x459fc6[_0x27fc2a(0x2a3)] ? _0x46c328 += _0x8b5a3[_0x27fc2a(0x23e)] : _0x27fc2a(0x2dc) === _0x459fc6[_0x27fc2a(0x2a3)] ? _0x46c328 += _0x8b5a3[_0x27fc2a(0x20b)] : 'none' === _0x459fc6['loop'] && (_0x46c328 += _0x8b5a3[_0x27fc2a(0x264)]), _0x46c328 += _0x27fc2a(0x2d2), _0x46c328 += _0x8b5a3[_0x27fc2a(0x25e)], _0x46c328 += _0x27fc2a(0x2ad), _0x46c328 += _0x8b5a3[_0x27fc2a(0x2b7)], _0x46c328 += _0x27fc2a(0x325), _0x46c328 += _0x8b5a3[_0x27fc2a(0x212)], _0x46c328 += _0x27fc2a(0x39a)) : (_0x46c328 += _0x27fc2a(0x36f), _0x29b70f && (_0x46c328 += _0x27fc2a(0x1ea), _0x46c328 += _0x321610(_0x29b70f), _0x46c328 += _0x27fc2a(0x2c4)), _0x46c328 += _0x27fc2a(0x208), _0x46c328 += _0x321610(_0x459fc6['theme']), _0x46c328 += _0x27fc2a(0x1f1), _0x46c328 += _0x8b5a3[_0x27fc2a(0x3c2)], _0x46c328 += _0x27fc2a(0x324), _0x46c328 += _0x321610(_0x459fc6[_0x27fc2a(0x21e)]), _0x46c328 += _0x27fc2a(0x2a4), _0x46c328 += _0x321610(_0x459fc6['theme']), _0x46c328 += _0x27fc2a(0x352), _0x46c328 += _0x8b5a3[_0x27fc2a(0x1e8)], _0x46c328 += _0x27fc2a(0x23c), _0x46c328 += _0x8b5a3['skip'], _0x46c328 += _0x27fc2a(0x25f), _0x46c328 += _0x8b5a3[_0x27fc2a(0x3c2)], _0x46c328 += _0x27fc2a(0x2a8), _0x46c328 += _0x8b5a3[_0x27fc2a(0x1fc)], _0x46c328 += '\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</span>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<div\x20class=\x22aplayer-volume-wrap\x22>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<button\x20type=\x22button\x22\x20class=\x22aplayer-icon\x20aplayer-icon-volume-down\x22>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20', _0x46c328 += _0x8b5a3['volumeDown'], _0x46c328 += _0x27fc2a(0x331), _0x46c328 += _0x321610(_0x459fc6['theme']), _0x46c328 += ';\x22></div>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</div>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</div>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</div>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<button\x20type=\x22button\x22\x20class=\x22aplayer-icon\x20aplayer-icon-order\x22>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20', _0x27fc2a(0x1ec) === _0x459fc6[_0x27fc2a(0x298)] ? _0x46c328 += _0x8b5a3[_0x27fc2a(0x285)] : _0x27fc2a(0x391) === _0x459fc6['order'] && (_0x46c328 += _0x8b5a3[_0x27fc2a(0x3ba)]), _0x46c328 += '\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</button>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<button\x20type=\x22button\x22\x20class=\x22aplayer-icon\x20aplayer-icon-loop\x22>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20', _0x27fc2a(0x36c) === _0x459fc6[_0x27fc2a(0x2a3)] ? _0x46c328 += _0x8b5a3[_0x27fc2a(0x23e)] : _0x27fc2a(0x2dc) === _0x459fc6[_0x27fc2a(0x2a3)] ? _0x46c328 += _0x8b5a3[_0x27fc2a(0x20b)] : _0x27fc2a(0x364) === _0x459fc6[_0x27fc2a(0x2a3)] && (_0x46c328 += _0x8b5a3['loopNone']), _0x46c328 += _0x27fc2a(0x2d2), _0x46c328 += _0x8b5a3['menu'], _0x46c328 += _0x27fc2a(0x2ad), _0x46c328 += _0x8b5a3[_0x27fc2a(0x2b7)], _0x46c328 += _0x27fc2a(0x325), _0x46c328 += _0x8b5a3['right'], _0x46c328 += _0x27fc2a(0x311), _0x459fc6[_0x27fc2a(0x315)] && (_0x46c328 += _0x27fc2a(0x230)), _0x46c328 += '\x22', _0x459fc6['listMaxHeight'] && (_0x46c328 += _0x27fc2a(0x301), _0x46c328 += _0x321610(_0x459fc6[_0x27fc2a(0x351)]), _0x46c328 += '\x22'), _0x46c328 += _0x27fc2a(0x210), _0x459fc6[_0x27fc2a(0x351)] && (_0x46c328 += _0x27fc2a(0x301), _0x46c328 += _0x321610(_0x459fc6[_0x27fc2a(0x351)]), _0x46c328 += '\x22'), _0x46c328 += _0x27fc2a(0x380), _0x5a91bb(_0x1dd6d1(0x1)(_0x4a057b({
|
994
|
+
'theme': _0x459fc6['theme'],
|
995
|
+
'audio': _0x459fc6[_0x27fc2a(0x29d)],
|
996
|
+
'index': 0x1
|
997
|
+
}))), _0x46c328 += _0x27fc2a(0x22e)), _0x46c328);
|
998
|
+
};
|
999
|
+
},
|
1000
|
+
function (_0x588fba, _0x20633c, _0x902dee) {
|
1001
|
+
'use strict';
|
1002
|
+
var _0x3c266e = _0xff62;
|
1003
|
+
Object['defineProperty'](_0x20633c, _0x3c266e(0x22b), { 'value': !0x0 });
|
1004
|
+
var _0x4a3b1e = (function () {
|
1005
|
+
function _0xe7b131(_0x5f2d44, _0x2d7e57) {
|
1006
|
+
var _0x15c9cf = _0xff62;
|
1007
|
+
for (var _0xe1d787 = 0x0; _0xe1d787 < _0x2d7e57['length']; _0xe1d787++) {
|
1008
|
+
var _0x300a54 = _0x2d7e57[_0xe1d787];
|
1009
|
+
_0x300a54[_0x15c9cf(0x38b)] = _0x300a54[_0x15c9cf(0x38b)] || !0x1, _0x300a54['configurable'] = !0x0, 'value' in _0x300a54 && (_0x300a54[_0x15c9cf(0x28c)] = !0x0), Object[_0x15c9cf(0x32e)](_0x5f2d44, _0x300a54[_0x15c9cf(0x2ab)], _0x300a54);
|
1010
|
+
}
|
1011
|
+
}
|
1012
|
+
return function (_0x5e99ca, _0x55a660, _0x9309cd) {
|
1013
|
+
var _0x33692d = _0xff62;
|
1014
|
+
return _0x55a660 && _0xe7b131(_0x5e99ca[_0x33692d(0x2eb)], _0x55a660), _0x9309cd && _0xe7b131(_0x5e99ca, _0x9309cd), _0x5e99ca;
|
1015
|
+
};
|
1016
|
+
}()), _0x1643af = _0x4aab48(_0x902dee(0x3)), _0x21b87d = _0x4aab48(_0x902dee(0x10));
|
1017
|
+
function _0x4aab48(_0x5e440a) {
|
1018
|
+
var _0x336770 = _0x3c266e;
|
1019
|
+
return _0x5e440a && _0x5e440a[_0x336770(0x22b)] ? _0x5e440a : { 'default': _0x5e440a };
|
1020
|
+
}
|
1021
|
+
var _0x234636 = (function () {
|
1022
|
+
var _0x596180 = _0x3c266e;
|
1023
|
+
function _0x312693(_0x3537c4) {
|
1024
|
+
var _0x54add7 = _0xff62;
|
1025
|
+
!function (_0x6e0d4d, _0x293fc7) {
|
1026
|
+
var _0x33fbf9 = _0xff62;
|
1027
|
+
if (!(_0x6e0d4d instanceof _0x293fc7))
|
1028
|
+
throw new TypeError(_0x33fbf9(0x2b4));
|
1029
|
+
}(this, _0x312693), this[_0x54add7(0x323)] = _0x3537c4['container'], this[_0x54add7(0x2d6)] = _0x3537c4[_0x54add7(0x2d6)], this[_0x54add7(0x2d4)] = _0x3537c4[_0x54add7(0x2d4)], this[_0x54add7(0x333)]();
|
1030
|
+
}
|
1031
|
+
return _0x4a3b1e(_0x312693, [{
|
1032
|
+
'key': _0x596180(0x333),
|
1033
|
+
'value': function () {
|
1034
|
+
var _0x431ce5 = _0x596180, _0x1f87c6 = '';
|
1035
|
+
this['options'][_0x431ce5(0x29d)][_0x431ce5(0x27a)] && (_0x1f87c6 = _0x431ce5(0x391) === this[_0x431ce5(0x2d6)]['order'] ? this[_0x431ce5(0x2d6)][_0x431ce5(0x29d)][this[_0x431ce5(0x2d4)][0x0]][_0x431ce5(0x2c1)] : this[_0x431ce5(0x2d6)]['audio'][0x0][_0x431ce5(0x2c1)]), this[_0x431ce5(0x323)][_0x431ce5(0x375)] = (0x0, _0x21b87d[_0x431ce5(0x26c)])({
|
1036
|
+
'options': this[_0x431ce5(0x2d6)],
|
1037
|
+
'icons': _0x1643af[_0x431ce5(0x26c)],
|
1038
|
+
'cover': _0x1f87c6,
|
1039
|
+
'getObject': function (_0x5cdf14) {
|
1040
|
+
return _0x5cdf14;
|
1041
|
+
}
|
1042
|
+
}), this[_0x431ce5(0x2b7)] = this[_0x431ce5(0x323)][_0x431ce5(0x2cd)](_0x431ce5(0x276)), this[_0x431ce5(0x251)] = this[_0x431ce5(0x323)][_0x431ce5(0x2cd)](_0x431ce5(0x338)), this[_0x431ce5(0x3a0)] = this[_0x431ce5(0x323)][_0x431ce5(0x2cd)](_0x431ce5(0x24b)), this['info'] = this['container'][_0x431ce5(0x2cd)](_0x431ce5(0x388)), this[_0x431ce5(0x303)] = this[_0x431ce5(0x323)][_0x431ce5(0x2cd)](_0x431ce5(0x1f7)), this['barWrap'] = this[_0x431ce5(0x323)][_0x431ce5(0x2cd)]('.aplayer-bar-wrap'), this[_0x431ce5(0x306)] = this[_0x431ce5(0x323)][_0x431ce5(0x2cd)](_0x431ce5(0x398)), this[_0x431ce5(0x219)] = this['container'][_0x431ce5(0x2cd)](_0x431ce5(0x231)), this[_0x431ce5(0x1ec)] = this[_0x431ce5(0x323)]['querySelector'](_0x431ce5(0x294)), this['listOl'] = this[_0x431ce5(0x323)][_0x431ce5(0x2cd)](_0x431ce5(0x2fa)), this[_0x431ce5(0x292)] = this[_0x431ce5(0x323)][_0x431ce5(0x20c)](_0x431ce5(0x206)), this[_0x431ce5(0x396)] = this['container'][_0x431ce5(0x2cd)]('.aplayer-played'), this[_0x431ce5(0x262)] = this[_0x431ce5(0x323)][_0x431ce5(0x2cd)]('.aplayer-loaded'), this[_0x431ce5(0x23b)] = this[_0x431ce5(0x323)][_0x431ce5(0x2cd)](_0x431ce5(0x279)), this['volume'] = this[_0x431ce5(0x323)]['querySelector']('.aplayer-volume'), this[_0x431ce5(0x257)] = this[_0x431ce5(0x323)][_0x431ce5(0x2cd)](_0x431ce5(0x223)), this[_0x431ce5(0x357)] = this[_0x431ce5(0x323)][_0x431ce5(0x2cd)](_0x431ce5(0x2b5)), this[_0x431ce5(0x1fe)] = this[_0x431ce5(0x323)][_0x431ce5(0x2cd)](_0x431ce5(0x260)), this[_0x431ce5(0x2a3)] = this[_0x431ce5(0x323)][_0x431ce5(0x2cd)](_0x431ce5(0x26b)), this[_0x431ce5(0x298)] = this[_0x431ce5(0x323)][_0x431ce5(0x2cd)](_0x431ce5(0x232)), this[_0x431ce5(0x25e)] = this[_0x431ce5(0x323)][_0x431ce5(0x2cd)]('.aplayer-icon-menu'), this[_0x431ce5(0x34d)] = this['container'][_0x431ce5(0x2cd)]('.aplayer-pic'), this[_0x431ce5(0x35b)] = this['container'][_0x431ce5(0x2cd)](_0x431ce5(0x2b1)), this[_0x431ce5(0x349)] = this[_0x431ce5(0x323)][_0x431ce5(0x2cd)]('.aplayer-author'), this[_0x431ce5(0x329)] = this[_0x431ce5(0x323)][_0x431ce5(0x2cd)]('.aplayer-dtime'), this[_0x431ce5(0x33b)] = this[_0x431ce5(0x323)][_0x431ce5(0x2cd)](_0x431ce5(0x33c)), this[_0x431ce5(0x229)] = this[_0x431ce5(0x323)][_0x431ce5(0x2cd)](_0x431ce5(0x374)), this['skipBackButton'] = this['container']['querySelector'](_0x431ce5(0x2d9)), this[_0x431ce5(0x353)] = this[_0x431ce5(0x323)]['querySelector'](_0x431ce5(0x39d)), this[_0x431ce5(0x327)] = this[_0x431ce5(0x323)]['querySelector'](_0x431ce5(0x246)), this['lrcButton'] = this[_0x431ce5(0x323)]['querySelector'](_0x431ce5(0x310));
|
1043
|
+
}
|
1044
|
+
}]), _0x312693;
|
1045
|
+
}());
|
1046
|
+
_0x20633c[_0x3c266e(0x26c)] = _0x234636;
|
1047
|
+
},
|
1048
|
+
function (_0x451625, _0x276996, _0x1ecc62) {
|
1049
|
+
'use strict';
|
1050
|
+
var _0x124dbc = _0xff62;
|
1051
|
+
Object[_0x124dbc(0x32e)](_0x276996, _0x124dbc(0x22b), { 'value': !0x0 }), _0x276996[_0x124dbc(0x26c)] = function (_0xb63101) {
|
1052
|
+
var _0x567522 = _0x124dbc, _0x30807f = {
|
1053
|
+
'container': _0xb63101['element'] || document[_0x567522(0x3bf)](_0x567522(0x241))[0x0],
|
1054
|
+
'mini': _0xb63101[_0x567522(0x326)] || _0xb63101[_0x567522(0x32c)] || !0x1,
|
1055
|
+
'fixed': !0x1,
|
1056
|
+
'autoplay': !0x1,
|
1057
|
+
'mutex': !0x0,
|
1058
|
+
'lrcType': _0xb63101[_0x567522(0x2e8)] || _0xb63101[_0x567522(0x2b7)] || 0x0,
|
1059
|
+
'preload': _0x567522(0x253),
|
1060
|
+
'theme': _0x567522(0x2f0),
|
1061
|
+
'loop': _0x567522(0x2dc),
|
1062
|
+
'order': _0x567522(0x1ec),
|
1063
|
+
'volume': 0.7,
|
1064
|
+
'listFolded': _0xb63101['fixed'],
|
1065
|
+
'listMaxHeight': _0xb63101[_0x567522(0x26a)] || _0x567522(0x389),
|
1066
|
+
'audio': _0xb63101[_0x567522(0x33e)] || [],
|
1067
|
+
'storageName': _0x567522(0x205)
|
1068
|
+
};
|
1069
|
+
for (var _0x42354a in _0x30807f)
|
1070
|
+
_0x30807f[_0x567522(0x304)](_0x42354a) && !_0xb63101[_0x567522(0x304)](_0x42354a) && (_0xb63101[_0x42354a] = _0x30807f[_0x42354a]);
|
1071
|
+
return _0x567522(0x3b4) !== Object[_0x567522(0x2eb)][_0x567522(0x227)][_0x567522(0x30d)](_0xb63101[_0x567522(0x29d)]) && (_0xb63101['audio'] = [_0xb63101['audio']]), _0xb63101[_0x567522(0x29d)]['map'](function (_0x1b6191) {
|
1072
|
+
var _0xb7d10b = _0x567522;
|
1073
|
+
return _0x1b6191['name'] = _0x1b6191[_0xb7d10b(0x247)] || _0x1b6191['title'] || _0xb7d10b(0x3a3), _0x1b6191['artist'] = _0x1b6191[_0xb7d10b(0x37f)] || _0x1b6191['author'] || _0xb7d10b(0x243), _0x1b6191[_0xb7d10b(0x2c1)] = _0x1b6191[_0xb7d10b(0x2c1)] || _0x1b6191[_0xb7d10b(0x34d)], _0x1b6191[_0xb7d10b(0x22c)] = _0x1b6191['type'] || _0xb7d10b(0x385), _0x1b6191;
|
1074
|
+
}), _0xb63101[_0x567522(0x29d)][_0x567522(0x27a)] <= 0x1 && _0x567522(0x36c) === _0xb63101[_0x567522(0x2a3)] && (_0xb63101[_0x567522(0x2a3)] = _0x567522(0x2dc)), _0xb63101;
|
1075
|
+
};
|
1076
|
+
},
|
1077
|
+
function (_0x2cecf0, _0x5a611c) {
|
1078
|
+
var _0x44c4d9 = _0xff62;
|
1079
|
+
_0x2cecf0[_0x44c4d9(0x30f)] = _0x44c4d9(0x2bf);
|
1080
|
+
},
|
1081
|
+
function (_0x41c0a9, _0x33e3a7) {
|
1082
|
+
var _0x144d5b = _0xff62;
|
1083
|
+
_0x41c0a9[_0x144d5b(0x30f)] = _0x144d5b(0x200);
|
1084
|
+
},
|
1085
|
+
function (_0xf9b0f3, _0xbac21c) {
|
1086
|
+
var _0x441908 = _0xff62;
|
1087
|
+
_0xf9b0f3[_0x441908(0x30f)] = _0x441908(0x250);
|
1088
|
+
},
|
1089
|
+
function (_0x970b3a, _0x2fd4af) {
|
1090
|
+
var _0x21f094 = _0xff62;
|
1091
|
+
_0x970b3a[_0x21f094(0x30f)] = '<svg\x20xmlns=\x22http://www.w3.org/2000/svg\x22\x20version=\x221.1\x22\x20viewBox=\x220\x200\x2032\x2032\x22><path\x20d=\x22M4\x2016c0-6.6\x205.4-12\x2012-12s12\x205.4\x2012\x2012c0\x201.2-0.8\x202-2\x202s-2-0.8-2-2c0-4.4-3.6-8-8-8s-8\x203.6-8\x208\x203.6\x208\x208\x208c1.2\x200\x202\x200.8\x202\x202s-0.8\x202-2\x202c-6.6\x200-12-5.4-12-12z\x22></path></svg>';
|
1092
|
+
},
|
1093
|
+
function (_0x409281, _0x464689) {
|
1094
|
+
var _0x5963b5 = _0xff62;
|
1095
|
+
_0x409281[_0x5963b5(0x30f)] = _0x5963b5(0x207);
|
1096
|
+
},
|
1097
|
+
function (_0x4d481c, _0x4cd9de) {
|
1098
|
+
_0x4d481c['exports'] = '<svg\x20xmlns=\x22http://www.w3.org/2000/svg\x22\x20version=\x221.1\x22\x20viewBox=\x220\x200\x2033\x2032\x22><path\x20d=\x22M9.333\x209.333h13.333v4l5.333-5.333-5.333-5.333v4h-16v8h2.667v-5.333zM22.667\x2022.667h-13.333v-4l-5.333\x205.333\x205.333\x205.333v-4h16v-8h-2.667v5.333zM17.333\x2020v-8h-1.333l-2.667\x201.333v1.333h2v5.333h2z\x22></path></svg>';
|
1099
|
+
},
|
1100
|
+
function (_0x5eaecb, _0x16936b) {
|
1101
|
+
var _0x1e8bca = _0xff62;
|
1102
|
+
_0x5eaecb[_0x1e8bca(0x30f)] = '<svg\x20xmlns=\x22http://www.w3.org/2000/svg\x22\x20version=\x221.1\x22\x20viewBox=\x220\x200\x2029\x2032\x22><path\x20d=\x22M9.333\x209.333h13.333v4l5.333-5.333-5.333-5.333v4h-16v8h2.667v-5.333zM22.667\x2022.667h-13.333v-4l-5.333\x205.333\x205.333\x205.333v-4h16v-8h-2.667v5.333z\x22></path></svg>';
|
1103
|
+
},
|
1104
|
+
function (_0x5f4294, _0x2d8311) {
|
1105
|
+
var _0x39c3f3 = _0xff62;
|
1106
|
+
_0x5f4294[_0x39c3f3(0x30f)] = _0x39c3f3(0x238);
|
1107
|
+
},
|
1108
|
+
function (_0x2c7564, _0xe73c9c) {
|
1109
|
+
var _0x384aeb = _0xff62;
|
1110
|
+
_0x2c7564['exports'] = _0x384aeb(0x384);
|
1111
|
+
},
|
1112
|
+
function (_0x23f624, _0x2f4d8e) {
|
1113
|
+
var _0x2aef7a = _0xff62;
|
1114
|
+
_0x23f624[_0x2aef7a(0x30f)] = _0x2aef7a(0x235);
|
1115
|
+
},
|
1116
|
+
function (_0x521625, _0x35392a) {
|
1117
|
+
var _0x4e2b63 = _0xff62;
|
1118
|
+
_0x521625[_0x4e2b63(0x30f)] = '<svg\x20xmlns=\x22http://www.w3.org/2000/svg\x22\x20version=\x221.1\x22\x20viewBox=\x220\x200\x2028\x2032\x22><path\x20d=\x22M13.728\x206.272v19.456q0\x200.448-0.352\x200.8t-0.8\x200.32-0.8-0.32l-5.952-5.952h-4.672q-0.48\x200-0.8-0.352t-0.352-0.8v-6.848q0-0.48\x200.352-0.8t0.8-0.352h4.672l5.952-5.952q0.32-0.32\x200.8-0.32t0.8\x200.32\x200.352\x200.8z\x22></path></svg>';
|
1119
|
+
},
|
1120
|
+
function (_0x39762c, _0x36d1f0) {
|
1121
|
+
_0x39762c['exports'] = '<svg\x20xmlns=\x22http://www.w3.org/2000/svg\x22\x20version=\x221.1\x22\x20viewBox=\x220\x200\x2028\x2032\x22><path\x20d=\x22M13.728\x206.272v19.456q0\x200.448-0.352\x200.8t-0.8\x200.32-0.8-0.32l-5.952-5.952h-4.672q-0.48\x200-0.8-0.352t-0.352-0.8v-6.848q0-0.48\x200.352-0.8t0.8-0.352h4.672l5.952-5.952q0.32-0.32\x200.8-0.32t0.8\x200.32\x200.352\x200.8zM20.576\x2016q0\x201.344-0.768\x202.528t-2.016\x201.664q-0.16\x200.096-0.448\x200.096-0.448\x200-0.8-0.32t-0.32-0.832q0-0.384\x200.192-0.64t0.544-0.448\x200.608-0.384\x200.512-0.64\x200.192-1.024-0.192-1.024-0.512-0.64-0.608-0.384-0.544-0.448-0.192-0.64q0-0.48\x200.32-0.832t0.8-0.32q0.288\x200\x200.448\x200.096\x201.248\x200.48\x202.016\x201.664t0.768\x202.528z\x22></path></svg>';
|
1122
|
+
},
|
1123
|
+
function (_0x18129a, _0x3a0286) {
|
1124
|
+
_0x18129a['exports'] = '<svg\x20xmlns=\x22http://www.w3.org/2000/svg\x22\x20version=\x221.1\x22\x20viewBox=\x220\x200\x2028\x2032\x22><path\x20d=\x22M13.728\x206.272v19.456q0\x200.448-0.352\x200.8t-0.8\x200.32-0.8-0.32l-5.952-5.952h-4.672q-0.48\x200-0.8-0.352t-0.352-0.8v-6.848q0-0.48\x200.352-0.8t0.8-0.352h4.672l5.952-5.952q0.32-0.32\x200.8-0.32t0.8\x200.32\x200.352\x200.8zM20.576\x2016q0\x201.344-0.768\x202.528t-2.016\x201.664q-0.16\x200.096-0.448\x200.096-0.448\x200-0.8-0.32t-0.32-0.832q0-0.384\x200.192-0.64t0.544-0.448\x200.608-0.384\x200.512-0.64\x200.192-1.024-0.192-1.024-0.512-0.64-0.608-0.384-0.544-0.448-0.192-0.64q0-0.48\x200.32-0.832t0.8-0.32q0.288\x200\x200.448\x200.096\x201.248\x200.48\x202.016\x201.664t0.768\x202.528zM25.152\x2016q0\x202.72-1.536\x205.056t-4\x203.36q-0.256\x200.096-0.448\x200.096-0.48\x200-0.832-0.352t-0.32-0.8q0-0.704\x200.672-1.056\x201.024-0.512\x201.376-0.8\x201.312-0.96\x202.048-2.4t0.736-3.104-0.736-3.104-2.048-2.4q-0.352-0.288-1.376-0.8-0.672-0.352-0.672-1.056\x200-0.448\x200.32-0.8t0.8-0.352q0.224\x200\x200.48\x200.096\x202.496\x201.056\x204\x203.36t1.536\x205.056zM29.728\x2016q0\x204.096-2.272\x207.552t-6.048\x205.056q-0.224\x200.096-0.448\x200.096-0.48\x200-0.832-0.352t-0.32-0.8q0-0.64\x200.704-1.056\x200.128-0.064\x200.384-0.192t0.416-0.192q0.8-0.448\x201.44-0.896\x202.208-1.632\x203.456-4.064t1.216-5.152-1.216-5.152-3.456-4.064q-0.64-0.448-1.44-0.896-0.128-0.096-0.416-0.192t-0.384-0.192q-0.704-0.416-0.704-1.056\x200-0.448\x200.32-0.8t0.832-0.352q0.224\x200\x200.448\x200.096\x203.776\x201.632\x206.048\x205.056t2.272\x207.552z\x22></path></svg>';
|
1125
|
+
},
|
1126
|
+
function (_0x364298, _0x3d73e0) {
|
1127
|
+
var _0x31fa6d = _0xff62;
|
1128
|
+
_0x364298[_0x31fa6d(0x30f)] = '<svg\x20xmlns=\x22http://www.w3.org/2000/svg\x22\x20version=\x221.1\x22\x20viewBox=\x220\x200\x2017\x2032\x22><path\x20d=\x22M14.080\x204.8q2.88\x200\x202.88\x202.048v18.24q0\x202.112-2.88\x202.112t-2.88-2.112v-18.24q0-2.048\x202.88-2.048zM2.88\x204.8q2.88\x200\x202.88\x202.048v18.24q0\x202.112-2.88\x202.112t-2.88-2.112v-18.24q0-2.048\x202.88-2.048z\x22></path></svg>';
|
1129
|
+
},
|
1130
|
+
function (_0x4c47f6, _0x2ea525) {
|
1131
|
+
var _0x410267 = _0xff62;
|
1132
|
+
_0x4c47f6[_0x410267(0x30f)] = _0x410267(0x216);
|
1133
|
+
},
|
1134
|
+
function (_0xe05d91, _0x68ca21, _0x378fd3) {
|
1135
|
+
'use strict';
|
1136
|
+
var _0x135144 = _0xff62;
|
1137
|
+
var _0x543df5, _0x2c48a0, _0x207583 = _0xe05d91[_0x135144(0x30f)] = {};
|
1138
|
+
function _0x483b2f() {
|
1139
|
+
var _0x4aabc9 = _0x135144;
|
1140
|
+
throw new Error(_0x4aabc9(0x22a));
|
1141
|
+
}
|
1142
|
+
function _0x16735b() {
|
1143
|
+
var _0x59e2af = _0x135144;
|
1144
|
+
throw new Error(_0x59e2af(0x2a1));
|
1145
|
+
}
|
1146
|
+
function _0x9a450f(_0x5b698c) {
|
1147
|
+
var _0x3c571a = _0x135144;
|
1148
|
+
if (_0x543df5 === setTimeout)
|
1149
|
+
return setTimeout(_0x5b698c, 0x0);
|
1150
|
+
if ((_0x543df5 === _0x483b2f || !_0x543df5) && setTimeout)
|
1151
|
+
return _0x543df5 = setTimeout, setTimeout(_0x5b698c, 0x0);
|
1152
|
+
try {
|
1153
|
+
return _0x543df5(_0x5b698c, 0x0);
|
1154
|
+
} catch (_0x63c0d) {
|
1155
|
+
try {
|
1156
|
+
return _0x543df5[_0x3c571a(0x30d)](null, _0x5b698c, 0x0);
|
1157
|
+
} catch (_0x1e1255) {
|
1158
|
+
return _0x543df5[_0x3c571a(0x30d)](this, _0x5b698c, 0x0);
|
1159
|
+
}
|
1160
|
+
}
|
1161
|
+
}
|
1162
|
+
!(function () {
|
1163
|
+
var _0x4721f3 = _0x135144;
|
1164
|
+
try {
|
1165
|
+
_0x543df5 = _0x4721f3(0x34c) == typeof setTimeout ? setTimeout : _0x483b2f;
|
1166
|
+
} catch (_0xf5c48f) {
|
1167
|
+
_0x543df5 = _0x483b2f;
|
1168
|
+
}
|
1169
|
+
try {
|
1170
|
+
_0x2c48a0 = 'function' == typeof clearTimeout ? clearTimeout : _0x16735b;
|
1171
|
+
} catch (_0x267f1e) {
|
1172
|
+
_0x2c48a0 = _0x16735b;
|
1173
|
+
}
|
1174
|
+
}());
|
1175
|
+
var _0x4df704, _0x785473 = [], _0x3e1a26 = !0x1, _0x1a656b = -0x1;
|
1176
|
+
function _0xdce566() {
|
1177
|
+
var _0x35866a = _0x135144;
|
1178
|
+
_0x3e1a26 && _0x4df704 && (_0x3e1a26 = !0x1, _0x4df704[_0x35866a(0x27a)] ? _0x785473 = _0x4df704[_0x35866a(0x2b9)](_0x785473) : _0x1a656b = -0x1, _0x785473['length'] && _0x4a5c10());
|
1179
|
+
}
|
1180
|
+
function _0x4a5c10() {
|
1181
|
+
var _0x47f02e = _0x135144;
|
1182
|
+
if (!_0x3e1a26) {
|
1183
|
+
var _0x1e8ee5 = _0x9a450f(_0xdce566);
|
1184
|
+
_0x3e1a26 = !0x0;
|
1185
|
+
for (var _0x4bfafc = _0x785473[_0x47f02e(0x27a)]; _0x4bfafc;) {
|
1186
|
+
for (_0x4df704 = _0x785473, _0x785473 = []; ++_0x1a656b < _0x4bfafc;)
|
1187
|
+
_0x4df704 && _0x4df704[_0x1a656b][_0x47f02e(0x24e)]();
|
1188
|
+
_0x1a656b = -0x1, _0x4bfafc = _0x785473[_0x47f02e(0x27a)];
|
1189
|
+
}
|
1190
|
+
_0x4df704 = null, _0x3e1a26 = !0x1, function (_0x7ef70e) {
|
1191
|
+
if (_0x2c48a0 === clearTimeout)
|
1192
|
+
return clearTimeout(_0x7ef70e);
|
1193
|
+
if ((_0x2c48a0 === _0x16735b || !_0x2c48a0) && clearTimeout)
|
1194
|
+
return _0x2c48a0 = clearTimeout, clearTimeout(_0x7ef70e);
|
1195
|
+
try {
|
1196
|
+
_0x2c48a0(_0x7ef70e);
|
1197
|
+
} catch (_0x5113e0) {
|
1198
|
+
try {
|
1199
|
+
return _0x2c48a0['call'](null, _0x7ef70e);
|
1200
|
+
} catch (_0x490d7d) {
|
1201
|
+
return _0x2c48a0['call'](this, _0x7ef70e);
|
1202
|
+
}
|
1203
|
+
}
|
1204
|
+
}(_0x1e8ee5);
|
1205
|
+
}
|
1206
|
+
}
|
1207
|
+
function _0x13f199(_0x50fa2e, _0x156cbc) {
|
1208
|
+
var _0x51ed5b = _0x135144;
|
1209
|
+
this[_0x51ed5b(0x36a)] = _0x50fa2e, this[_0x51ed5b(0x221)] = _0x156cbc;
|
1210
|
+
}
|
1211
|
+
function _0x3711ed() {
|
1212
|
+
}
|
1213
|
+
_0x207583[_0x135144(0x30b)] = function (_0x533ba2) {
|
1214
|
+
var _0x73f58c = _0x135144, _0x44e9dc = new Array(arguments[_0x73f58c(0x27a)] - 0x1);
|
1215
|
+
if (arguments[_0x73f58c(0x27a)] > 0x1) {
|
1216
|
+
for (var _0x4f6715 = 0x1; _0x4f6715 < arguments[_0x73f58c(0x27a)]; _0x4f6715++)
|
1217
|
+
_0x44e9dc[_0x4f6715 - 0x1] = arguments[_0x4f6715];
|
1218
|
+
}
|
1219
|
+
_0x785473['push'](new _0x13f199(_0x533ba2, _0x44e9dc)), 0x1 !== _0x785473[_0x73f58c(0x27a)] || _0x3e1a26 || _0x9a450f(_0x4a5c10);
|
1220
|
+
}, _0x13f199[_0x135144(0x2eb)][_0x135144(0x24e)] = function () {
|
1221
|
+
var _0x302e0b = _0x135144;
|
1222
|
+
this[_0x302e0b(0x36a)][_0x302e0b(0x280)](null, this[_0x302e0b(0x221)]);
|
1223
|
+
}, _0x207583[_0x135144(0x35b)] = 'browser', _0x207583[_0x135144(0x397)] = !0x0, _0x207583[_0x135144(0x226)] = {}, _0x207583[_0x135144(0x2bb)] = [], _0x207583[_0x135144(0x39b)] = '', _0x207583['versions'] = {}, _0x207583['on'] = _0x3711ed, _0x207583[_0x135144(0x2be)] = _0x3711ed, _0x207583['once'] = _0x3711ed, _0x207583['off'] = _0x3711ed, _0x207583[_0x135144(0x273)] = _0x3711ed, _0x207583[_0x135144(0x2cb)] = _0x3711ed, _0x207583[_0x135144(0x322)] = _0x3711ed, _0x207583[_0x135144(0x358)] = _0x3711ed, _0x207583['prependOnceListener'] = _0x3711ed, _0x207583[_0x135144(0x256)] = function (_0x578b8f) {
|
1224
|
+
return [];
|
1225
|
+
}, _0x207583['binding'] = function (_0x23e04d) {
|
1226
|
+
throw new Error('process.binding\x20is\x20not\x20supported');
|
1227
|
+
}, _0x207583[_0x135144(0x267)] = function () {
|
1228
|
+
return '/';
|
1229
|
+
}, _0x207583['chdir'] = function (_0x302dc4) {
|
1230
|
+
var _0x5d23a5 = _0x135144;
|
1231
|
+
throw new Error(_0x5d23a5(0x3b1));
|
1232
|
+
}, _0x207583[_0x135144(0x2a0)] = function () {
|
1233
|
+
return 0x0;
|
1234
|
+
};
|
1235
|
+
},
|
1236
|
+
function (_0x4d810c, _0x30bb87, _0x5345dd) {
|
1237
|
+
'use strict';
|
1238
|
+
(function (_0x555b5f, _0x48d75b) {
|
1239
|
+
var _0x287536 = _0xff62;
|
1240
|
+
!function (_0x534aa7, _0x18be2e) {
|
1241
|
+
var _0x51905e = _0xff62;
|
1242
|
+
if (!_0x534aa7[_0x51905e(0x28a)]) {
|
1243
|
+
var _0x33917f, _0x348089, _0x196482, _0x2306a0, _0x5768b7, _0x3507ff = 0x1, _0x938af2 = {}, _0x3bd4e2 = !0x1, _0x1afac6 = _0x534aa7[_0x51905e(0x316)], _0xdf3945 = Object[_0x51905e(0x1f3)] && Object['getPrototypeOf'](_0x534aa7);
|
1244
|
+
_0xdf3945 = _0xdf3945 && _0xdf3945['setTimeout'] ? _0xdf3945 : _0x534aa7, _0x51905e(0x3a2) === {}[_0x51905e(0x227)][_0x51905e(0x30d)](_0x534aa7['process']) ? _0x33917f = function (_0x168f80) {
|
1245
|
+
_0x48d75b['nextTick'](function () {
|
1246
|
+
_0xa70b09(_0x168f80);
|
1247
|
+
});
|
1248
|
+
} : !(function () {
|
1249
|
+
var _0x339654 = _0x51905e;
|
1250
|
+
if (_0x534aa7[_0x339654(0x2ea)] && !_0x534aa7[_0x339654(0x291)]) {
|
1251
|
+
var _0x173dec = !0x0, _0x218932 = _0x534aa7['onmessage'];
|
1252
|
+
return _0x534aa7['onmessage'] = function () {
|
1253
|
+
_0x173dec = !0x1;
|
1254
|
+
}, _0x534aa7[_0x339654(0x2ea)]('', '*'), _0x534aa7['onmessage'] = _0x218932, _0x173dec;
|
1255
|
+
}
|
1256
|
+
}()) ? _0x534aa7[_0x51905e(0x214)] ? ((_0x196482 = new MessageChannel())[_0x51905e(0x2b3)][_0x51905e(0x2e7)] = function (_0x50d5fd) {
|
1257
|
+
var _0x227107 = _0x51905e;
|
1258
|
+
_0xa70b09(_0x50d5fd[_0x227107(0x1e6)]);
|
1259
|
+
}, _0x33917f = function (_0x3e989d) {
|
1260
|
+
var _0x5d99f0 = _0x51905e;
|
1261
|
+
_0x196482[_0x5d99f0(0x2ee)][_0x5d99f0(0x2ea)](_0x3e989d);
|
1262
|
+
}) : _0x1afac6 && _0x51905e(0x30c) in _0x1afac6[_0x51905e(0x249)](_0x51905e(0x1f6)) ? (_0x348089 = _0x1afac6[_0x51905e(0x263)], _0x33917f = function (_0x49824a) {
|
1263
|
+
var _0x3497a8 = _0x51905e, _0x542158 = _0x1afac6[_0x3497a8(0x249)](_0x3497a8(0x1f6));
|
1264
|
+
_0x542158[_0x3497a8(0x30c)] = function () {
|
1265
|
+
var _0x3a9f1a = _0x3497a8;
|
1266
|
+
_0xa70b09(_0x49824a), _0x542158[_0x3a9f1a(0x30c)] = null, _0x348089[_0x3a9f1a(0x32d)](_0x542158), _0x542158 = null;
|
1267
|
+
}, _0x348089['appendChild'](_0x542158);
|
1268
|
+
}) : _0x33917f = function (_0x57d2b4) {
|
1269
|
+
setTimeout(_0xa70b09, 0x0, _0x57d2b4);
|
1270
|
+
} : (_0x2306a0 = 'setImmediate$' + Math['random']() + '$', _0x5768b7 = function (_0x33c8df) {
|
1271
|
+
var _0x33c29b = _0x51905e;
|
1272
|
+
_0x33c8df['source'] === _0x534aa7 && _0x33c29b(0x2bd) == typeof _0x33c8df[_0x33c29b(0x1e6)] && 0x0 === _0x33c8df['data']['indexOf'](_0x2306a0) && _0xa70b09(+_0x33c8df['data'][_0x33c29b(0x277)](_0x2306a0['length']));
|
1273
|
+
}, _0x534aa7['addEventListener'] ? _0x534aa7[_0x51905e(0x1f5)](_0x51905e(0x370), _0x5768b7, !0x1) : _0x534aa7[_0x51905e(0x2b0)](_0x51905e(0x2e7), _0x5768b7), _0x33917f = function (_0x12a481) {
|
1274
|
+
_0x534aa7['postMessage'](_0x2306a0 + _0x12a481, '*');
|
1275
|
+
}), _0xdf3945[_0x51905e(0x28a)] = function (_0x2aca58) {
|
1276
|
+
var _0x262c75 = _0x51905e;
|
1277
|
+
_0x262c75(0x34c) != typeof _0x2aca58 && (_0x2aca58 = new Function('' + _0x2aca58));
|
1278
|
+
for (var _0x178c19 = new Array(arguments['length'] - 0x1), _0x37e7a7 = 0x0; _0x37e7a7 < _0x178c19['length']; _0x37e7a7++)
|
1279
|
+
_0x178c19[_0x37e7a7] = arguments[_0x37e7a7 + 0x1];
|
1280
|
+
var _0x336b08 = {
|
1281
|
+
'callback': _0x2aca58,
|
1282
|
+
'args': _0x178c19
|
1283
|
+
};
|
1284
|
+
return _0x938af2[_0x3507ff] = _0x336b08, _0x33917f(_0x3507ff), _0x3507ff++;
|
1285
|
+
}, _0xdf3945[_0x51905e(0x367)] = _0x1d7cbd;
|
1286
|
+
}
|
1287
|
+
function _0x1d7cbd(_0x3604d4) {
|
1288
|
+
delete _0x938af2[_0x3604d4];
|
1289
|
+
}
|
1290
|
+
function _0xa70b09(_0xb6ad84) {
|
1291
|
+
if (_0x3bd4e2)
|
1292
|
+
setTimeout(_0xa70b09, 0x0, _0xb6ad84);
|
1293
|
+
else {
|
1294
|
+
var _0x5bd36a = _0x938af2[_0xb6ad84];
|
1295
|
+
if (_0x5bd36a) {
|
1296
|
+
_0x3bd4e2 = !0x0;
|
1297
|
+
try {
|
1298
|
+
!function (_0x40377b) {
|
1299
|
+
var _0x308d7c = _0xff62, _0x130af7 = _0x40377b['callback'], _0x2d7830 = _0x40377b[_0x308d7c(0x2fd)];
|
1300
|
+
switch (_0x2d7830[_0x308d7c(0x27a)]) {
|
1301
|
+
case 0x0:
|
1302
|
+
_0x130af7();
|
1303
|
+
break;
|
1304
|
+
case 0x1:
|
1305
|
+
_0x130af7(_0x2d7830[0x0]);
|
1306
|
+
break;
|
1307
|
+
case 0x2:
|
1308
|
+
_0x130af7(_0x2d7830[0x0], _0x2d7830[0x1]);
|
1309
|
+
break;
|
1310
|
+
case 0x3:
|
1311
|
+
_0x130af7(_0x2d7830[0x0], _0x2d7830[0x1], _0x2d7830[0x2]);
|
1312
|
+
break;
|
1313
|
+
default:
|
1314
|
+
_0x130af7[_0x308d7c(0x280)](_0x18be2e, _0x2d7830);
|
1315
|
+
}
|
1316
|
+
}(_0x5bd36a);
|
1317
|
+
} finally {
|
1318
|
+
_0x1d7cbd(_0xb6ad84), _0x3bd4e2 = !0x1;
|
1319
|
+
}
|
1320
|
+
}
|
1321
|
+
}
|
1322
|
+
}
|
1323
|
+
}(_0x287536(0x33f) == typeof self ? void 0x0 === _0x555b5f ? void 0x0 : _0x555b5f : self);
|
1324
|
+
}['call'](this, _0x5345dd(0x4), _0x5345dd(0x22)));
|
1325
|
+
},
|
1326
|
+
function (_0x20fe6f, _0x4d6530, _0x4da30e) {
|
1327
|
+
'use strict';
|
1328
|
+
var _0x86b7a2 = _0xff62;
|
1329
|
+
var _0x36f245 = Function['prototype'][_0x86b7a2(0x280)];
|
1330
|
+
function _0x34c602(_0x58a07a, _0x17d771) {
|
1331
|
+
var _0x48350a = _0x86b7a2;
|
1332
|
+
this['_id'] = _0x58a07a, this[_0x48350a(0x213)] = _0x17d771;
|
1333
|
+
}
|
1334
|
+
_0x4d6530[_0x86b7a2(0x3b3)] = function () {
|
1335
|
+
return new _0x34c602(_0x36f245['call'](setTimeout, window, arguments), clearTimeout);
|
1336
|
+
}, _0x4d6530[_0x86b7a2(0x2f4)] = function () {
|
1337
|
+
return new _0x34c602(_0x36f245['call'](setInterval, window, arguments), clearInterval);
|
1338
|
+
}, _0x4d6530['clearTimeout'] = _0x4d6530[_0x86b7a2(0x32a)] = function (_0x2ff92b) {
|
1339
|
+
var _0x40de84 = _0x86b7a2;
|
1340
|
+
_0x2ff92b && _0x2ff92b[_0x40de84(0x314)]();
|
1341
|
+
}, _0x34c602[_0x86b7a2(0x2eb)]['unref'] = _0x34c602[_0x86b7a2(0x2eb)][_0x86b7a2(0x37b)] = function () {
|
1342
|
+
}, _0x34c602[_0x86b7a2(0x2eb)]['close'] = function () {
|
1343
|
+
var _0x313ff4 = _0x86b7a2;
|
1344
|
+
this[_0x313ff4(0x213)]['call'](window, this['_id']);
|
1345
|
+
}, _0x4d6530[_0x86b7a2(0x220)] = function (_0xc397a7, _0x1b0810) {
|
1346
|
+
var _0x39ae82 = _0x86b7a2;
|
1347
|
+
clearTimeout(_0xc397a7[_0x39ae82(0x258)]), _0xc397a7[_0x39ae82(0x38a)] = _0x1b0810;
|
1348
|
+
}, _0x4d6530[_0x86b7a2(0x2f6)] = function (_0x5538d1) {
|
1349
|
+
var _0x54ab67 = _0x86b7a2;
|
1350
|
+
clearTimeout(_0x5538d1['_idleTimeoutId']), _0x5538d1[_0x54ab67(0x38a)] = -0x1;
|
1351
|
+
}, _0x4d6530[_0x86b7a2(0x38d)] = _0x4d6530['active'] = function (_0x1a5c04) {
|
1352
|
+
var _0x24290e = _0x86b7a2;
|
1353
|
+
clearTimeout(_0x1a5c04[_0x24290e(0x258)]);
|
1354
|
+
var _0x57c0ec = _0x1a5c04['_idleTimeout'];
|
1355
|
+
_0x57c0ec >= 0x0 && (_0x1a5c04['_idleTimeoutId'] = setTimeout(function () {
|
1356
|
+
_0x1a5c04['_onTimeout'] && _0x1a5c04['_onTimeout']();
|
1357
|
+
}, _0x57c0ec));
|
1358
|
+
}, _0x4da30e(0x23), _0x4d6530[_0x86b7a2(0x28a)] = setImmediate, _0x4d6530[_0x86b7a2(0x367)] = clearImmediate;
|
1359
|
+
},
|
1360
|
+
function (_0x6ef36d, _0x3e0def, _0x398c32) {
|
1361
|
+
'use strict';
|
1362
|
+
var _0x4f990f = _0xff62;
|
1363
|
+
(function (_0x5a1d01) {
|
1364
|
+
var _0x496dd4 = _0xff62, _0xf06a81 = _0x496dd4(0x34c) == typeof Symbol && _0x496dd4(0x340) == typeof Symbol[_0x496dd4(0x22f)] ? function (_0x1c1bbc) {
|
1365
|
+
return typeof _0x1c1bbc;
|
1366
|
+
} : function (_0x44b8ea) {
|
1367
|
+
var _0x2af5bd = _0x496dd4;
|
1368
|
+
return _0x44b8ea && _0x2af5bd(0x34c) == typeof Symbol && _0x44b8ea[_0x2af5bd(0x225)] === Symbol && _0x44b8ea !== Symbol[_0x2af5bd(0x2eb)] ? _0x2af5bd(0x340) : typeof _0x44b8ea;
|
1369
|
+
}, _0x2c45f6 = setTimeout;
|
1370
|
+
function _0x5f0806() {
|
1371
|
+
}
|
1372
|
+
function _0x7d3db2(_0x432a87) {
|
1373
|
+
var _0x2b707a = _0x496dd4;
|
1374
|
+
if (!(this instanceof _0x7d3db2))
|
1375
|
+
throw new TypeError(_0x2b707a(0x3be));
|
1376
|
+
if (_0x2b707a(0x34c) != typeof _0x432a87)
|
1377
|
+
throw new TypeError('not\x20a\x20function');
|
1378
|
+
this[_0x2b707a(0x317)] = 0x0, this[_0x2b707a(0x320)] = !0x1, this[_0x2b707a(0x26f)] = void 0x0, this[_0x2b707a(0x2f2)] = [], _0xe3d36c(_0x432a87, this);
|
1379
|
+
}
|
1380
|
+
function _0x478bfd(_0x542660, _0x34aa8b) {
|
1381
|
+
var _0x3bba0b = _0x496dd4;
|
1382
|
+
for (; 0x3 === _0x542660[_0x3bba0b(0x317)];)
|
1383
|
+
_0x542660 = _0x542660[_0x3bba0b(0x26f)];
|
1384
|
+
0x0 !== _0x542660[_0x3bba0b(0x317)] ? (_0x542660[_0x3bba0b(0x320)] = !0x0, _0x7d3db2[_0x3bba0b(0x28e)](function () {
|
1385
|
+
var _0x33d4e9 = _0x3bba0b, _0x53fdea = 0x1 === _0x542660['_state'] ? _0x34aa8b[_0x33d4e9(0x290)] : _0x34aa8b[_0x33d4e9(0x335)];
|
1386
|
+
if (null !== _0x53fdea) {
|
1387
|
+
var _0x4ce139;
|
1388
|
+
try {
|
1389
|
+
_0x4ce139 = _0x53fdea(_0x542660[_0x33d4e9(0x26f)]);
|
1390
|
+
} catch (_0xa9dca3) {
|
1391
|
+
return void _0x71a22(_0x34aa8b[_0x33d4e9(0x272)], _0xa9dca3);
|
1392
|
+
}
|
1393
|
+
_0x49a174(_0x34aa8b['promise'], _0x4ce139);
|
1394
|
+
} else
|
1395
|
+
(0x1 === _0x542660['_state'] ? _0x49a174 : _0x71a22)(_0x34aa8b[_0x33d4e9(0x272)], _0x542660[_0x33d4e9(0x26f)]);
|
1396
|
+
})) : _0x542660[_0x3bba0b(0x2f2)][_0x3bba0b(0x32b)](_0x34aa8b);
|
1397
|
+
}
|
1398
|
+
function _0x49a174(_0x47eaa2, _0x22b018) {
|
1399
|
+
var _0x1a5426 = _0x496dd4;
|
1400
|
+
try {
|
1401
|
+
if (_0x22b018 === _0x47eaa2)
|
1402
|
+
throw new TypeError(_0x1a5426(0x26e));
|
1403
|
+
if (_0x22b018 && (_0x1a5426(0x1ff) === (void 0x0 === _0x22b018 ? _0x1a5426(0x33f) : _0xf06a81(_0x22b018)) || _0x1a5426(0x34c) == typeof _0x22b018)) {
|
1404
|
+
var _0x2f29f5 = _0x22b018[_0x1a5426(0x275)];
|
1405
|
+
if (_0x22b018 instanceof _0x7d3db2)
|
1406
|
+
return _0x47eaa2[_0x1a5426(0x317)] = 0x3, _0x47eaa2[_0x1a5426(0x26f)] = _0x22b018, void _0x3aca58(_0x47eaa2);
|
1407
|
+
if (_0x1a5426(0x34c) == typeof _0x2f29f5)
|
1408
|
+
return void _0xe3d36c((_0xfadb13 = _0x2f29f5, _0x244847 = _0x22b018, function () {
|
1409
|
+
var _0x358e10 = _0x1a5426;
|
1410
|
+
_0xfadb13[_0x358e10(0x280)](_0x244847, arguments);
|
1411
|
+
}), _0x47eaa2);
|
1412
|
+
}
|
1413
|
+
_0x47eaa2[_0x1a5426(0x317)] = 0x1, _0x47eaa2[_0x1a5426(0x26f)] = _0x22b018, _0x3aca58(_0x47eaa2);
|
1414
|
+
} catch (_0x36ea61) {
|
1415
|
+
_0x71a22(_0x47eaa2, _0x36ea61);
|
1416
|
+
}
|
1417
|
+
var _0xfadb13, _0x244847;
|
1418
|
+
}
|
1419
|
+
function _0x71a22(_0x5ef340, _0x51b507) {
|
1420
|
+
var _0x262892 = _0x496dd4;
|
1421
|
+
_0x5ef340[_0x262892(0x317)] = 0x2, _0x5ef340['_value'] = _0x51b507, _0x3aca58(_0x5ef340);
|
1422
|
+
}
|
1423
|
+
function _0x3aca58(_0x3f23d4) {
|
1424
|
+
var _0x152bb7 = _0x496dd4;
|
1425
|
+
0x2 === _0x3f23d4['_state'] && 0x0 === _0x3f23d4[_0x152bb7(0x2f2)][_0x152bb7(0x27a)] && _0x7d3db2[_0x152bb7(0x28e)](function () {
|
1426
|
+
var _0x50d6ed = _0x152bb7;
|
1427
|
+
_0x3f23d4[_0x50d6ed(0x320)] || _0x7d3db2[_0x50d6ed(0x2c0)](_0x3f23d4[_0x50d6ed(0x26f)]);
|
1428
|
+
});
|
1429
|
+
for (var _0x26ed8f = 0x0, _0x337d8f = _0x3f23d4[_0x152bb7(0x2f2)]['length']; _0x26ed8f < _0x337d8f; _0x26ed8f++)
|
1430
|
+
_0x478bfd(_0x3f23d4, _0x3f23d4[_0x152bb7(0x2f2)][_0x26ed8f]);
|
1431
|
+
_0x3f23d4[_0x152bb7(0x2f2)] = null;
|
1432
|
+
}
|
1433
|
+
function _0xe3d36c(_0x377ab9, _0x105121) {
|
1434
|
+
var _0xd962 = !0x1;
|
1435
|
+
try {
|
1436
|
+
_0x377ab9(function (_0x4f118f) {
|
1437
|
+
_0xd962 || (_0xd962 = !0x0, _0x49a174(_0x105121, _0x4f118f));
|
1438
|
+
}, function (_0x18dfbf) {
|
1439
|
+
_0xd962 || (_0xd962 = !0x0, _0x71a22(_0x105121, _0x18dfbf));
|
1440
|
+
});
|
1441
|
+
} catch (_0x2a3f0d) {
|
1442
|
+
if (_0xd962)
|
1443
|
+
return;
|
1444
|
+
_0xd962 = !0x0, _0x71a22(_0x105121, _0x2a3f0d);
|
1445
|
+
}
|
1446
|
+
}
|
1447
|
+
_0x7d3db2[_0x496dd4(0x2eb)][_0x496dd4(0x3b8)] = function (_0x245692) {
|
1448
|
+
var _0x20f27b = _0x496dd4;
|
1449
|
+
return this[_0x20f27b(0x275)](null, _0x245692);
|
1450
|
+
}, _0x7d3db2[_0x496dd4(0x2eb)]['then'] = function (_0x4c01b2, _0x5afc0c) {
|
1451
|
+
var _0x35044e = _0x496dd4, _0x1d9000 = new this[(_0x35044e(0x225))](_0x5f0806);
|
1452
|
+
return _0x478bfd(this, new function (_0x21ed99, _0xaa5baf, _0x56403c) {
|
1453
|
+
var _0x470240 = _0x35044e;
|
1454
|
+
this['onFulfilled'] = 'function' == typeof _0x21ed99 ? _0x21ed99 : null, this[_0x470240(0x335)] = _0x470240(0x34c) == typeof _0xaa5baf ? _0xaa5baf : null, this[_0x470240(0x272)] = _0x56403c;
|
1455
|
+
}(_0x4c01b2, _0x5afc0c, _0x1d9000)), _0x1d9000;
|
1456
|
+
}, _0x7d3db2[_0x496dd4(0x2eb)]['finally'] = function (_0x39694a) {
|
1457
|
+
var _0x32718c = _0x496dd4, _0x11225 = this[_0x32718c(0x225)];
|
1458
|
+
return this['then'](function (_0x20e657) {
|
1459
|
+
var _0xf7bb35 = _0x32718c;
|
1460
|
+
return _0x11225[_0xf7bb35(0x360)](_0x39694a())[_0xf7bb35(0x275)](function () {
|
1461
|
+
return _0x20e657;
|
1462
|
+
});
|
1463
|
+
}, function (_0x4425bd) {
|
1464
|
+
var _0x102f72 = _0x32718c;
|
1465
|
+
return _0x11225['resolve'](_0x39694a())[_0x102f72(0x275)](function () {
|
1466
|
+
var _0x4887d7 = _0x102f72;
|
1467
|
+
return _0x11225[_0x4887d7(0x37d)](_0x4425bd);
|
1468
|
+
});
|
1469
|
+
});
|
1470
|
+
}, _0x7d3db2[_0x496dd4(0x2dc)] = function (_0x3745f3) {
|
1471
|
+
return new _0x7d3db2(function (_0x5d9af9, _0x549799) {
|
1472
|
+
var _0x2ad6e2 = _0xff62;
|
1473
|
+
if (!_0x3745f3 || void 0x0 === _0x3745f3[_0x2ad6e2(0x27a)])
|
1474
|
+
throw new TypeError(_0x2ad6e2(0x312));
|
1475
|
+
var _0x450a3d = Array['prototype'][_0x2ad6e2(0x277)]['call'](_0x3745f3);
|
1476
|
+
if (0x0 === _0x450a3d[_0x2ad6e2(0x27a)])
|
1477
|
+
return _0x5d9af9([]);
|
1478
|
+
var _0xbb9a83 = _0x450a3d['length'];
|
1479
|
+
function _0xf0b2e7(_0x44dbb9, _0x30f10b) {
|
1480
|
+
var _0x3cb514 = _0x2ad6e2;
|
1481
|
+
try {
|
1482
|
+
if (_0x30f10b && (_0x3cb514(0x1ff) === (void 0x0 === _0x30f10b ? _0x3cb514(0x33f) : _0xf06a81(_0x30f10b)) || _0x3cb514(0x34c) == typeof _0x30f10b)) {
|
1483
|
+
var _0xc264b8 = _0x30f10b[_0x3cb514(0x275)];
|
1484
|
+
if (_0x3cb514(0x34c) == typeof _0xc264b8)
|
1485
|
+
return void _0xc264b8[_0x3cb514(0x30d)](_0x30f10b, function (_0x5eb0f6) {
|
1486
|
+
_0xf0b2e7(_0x44dbb9, _0x5eb0f6);
|
1487
|
+
}, _0x549799);
|
1488
|
+
}
|
1489
|
+
_0x450a3d[_0x44dbb9] = _0x30f10b, 0x0 == --_0xbb9a83 && _0x5d9af9(_0x450a3d);
|
1490
|
+
} catch (_0x53c356) {
|
1491
|
+
_0x549799(_0x53c356);
|
1492
|
+
}
|
1493
|
+
}
|
1494
|
+
for (var _0x484bdb = 0x0; _0x484bdb < _0x450a3d[_0x2ad6e2(0x27a)]; _0x484bdb++)
|
1495
|
+
_0xf0b2e7(_0x484bdb, _0x450a3d[_0x484bdb]);
|
1496
|
+
});
|
1497
|
+
}, _0x7d3db2[_0x496dd4(0x360)] = function (_0x5b5aeb) {
|
1498
|
+
var _0x2a4e0c = _0x496dd4;
|
1499
|
+
return _0x5b5aeb && _0x2a4e0c(0x1ff) === (void 0x0 === _0x5b5aeb ? _0x2a4e0c(0x33f) : _0xf06a81(_0x5b5aeb)) && _0x5b5aeb[_0x2a4e0c(0x225)] === _0x7d3db2 ? _0x5b5aeb : new _0x7d3db2(function (_0x2de12a) {
|
1500
|
+
_0x2de12a(_0x5b5aeb);
|
1501
|
+
});
|
1502
|
+
}, _0x7d3db2[_0x496dd4(0x37d)] = function (_0x90e0c5) {
|
1503
|
+
return new _0x7d3db2(function (_0x29a040, _0x5710f5) {
|
1504
|
+
_0x5710f5(_0x90e0c5);
|
1505
|
+
});
|
1506
|
+
}, _0x7d3db2[_0x496dd4(0x1fb)] = function (_0x30b64f) {
|
1507
|
+
return new _0x7d3db2(function (_0x5e638d, _0x1968d3) {
|
1508
|
+
var _0x5089bb = _0xff62;
|
1509
|
+
for (var _0x2a4534 = 0x0, _0x1bb6d6 = _0x30b64f[_0x5089bb(0x27a)]; _0x2a4534 < _0x1bb6d6; _0x2a4534++)
|
1510
|
+
_0x30b64f[_0x2a4534][_0x5089bb(0x275)](_0x5e638d, _0x1968d3);
|
1511
|
+
});
|
1512
|
+
}, _0x7d3db2[_0x496dd4(0x28e)] = _0x496dd4(0x34c) == typeof _0x5a1d01 && function (_0x572590) {
|
1513
|
+
_0x5a1d01(_0x572590);
|
1514
|
+
} || function (_0x9d463a) {
|
1515
|
+
_0x2c45f6(_0x9d463a, 0x0);
|
1516
|
+
}, _0x7d3db2['_unhandledRejectionFn'] = function (_0xe92b71) {
|
1517
|
+
var _0x292ff3 = _0x496dd4;
|
1518
|
+
_0x292ff3(0x33f) != typeof console && console && console[_0x292ff3(0x2a9)](_0x292ff3(0x289), _0xe92b71);
|
1519
|
+
}, _0x6ef36d['exports'] = _0x7d3db2;
|
1520
|
+
}['call'](this, _0x398c32(0x24)[_0x4f990f(0x28a)]));
|
1521
|
+
},
|
1522
|
+
function (_0x17ab81, _0xe93cfa, _0x4d36bb) {
|
1523
|
+
'use strict';
|
1524
|
+
var _0x1f1cfe = _0xff62;
|
1525
|
+
Object[_0x1f1cfe(0x32e)](_0xe93cfa, _0x1f1cfe(0x22b), { 'value': !0x0 });
|
1526
|
+
var _0x246996 = (function () {
|
1527
|
+
function _0x84c7af(_0x30d0ae, _0x4a321c) {
|
1528
|
+
var _0x4684cc = _0xff62;
|
1529
|
+
for (var _0x4d71e6 = 0x0; _0x4d71e6 < _0x4a321c['length']; _0x4d71e6++) {
|
1530
|
+
var _0x59a0c5 = _0x4a321c[_0x4d71e6];
|
1531
|
+
_0x59a0c5['enumerable'] = _0x59a0c5['enumerable'] || !0x1, _0x59a0c5[_0x4684cc(0x209)] = !0x0, _0x4684cc(0x2ae) in _0x59a0c5 && (_0x59a0c5[_0x4684cc(0x28c)] = !0x0), Object['defineProperty'](_0x30d0ae, _0x59a0c5['key'], _0x59a0c5);
|
1532
|
+
}
|
1533
|
+
}
|
1534
|
+
return function (_0x4e98cc, _0x5296c3, _0x4d4dcc) {
|
1535
|
+
var _0x1529cb = _0xff62;
|
1536
|
+
return _0x5296c3 && _0x84c7af(_0x4e98cc[_0x1529cb(0x2eb)], _0x5296c3), _0x4d4dcc && _0x84c7af(_0x4e98cc, _0x4d4dcc), _0x4e98cc;
|
1537
|
+
};
|
1538
|
+
}()), _0x27505d = _0x2b14a7(_0x4d36bb(0x25)), _0x3c39f3 = _0x2b14a7(_0x4d36bb(0x0)), _0x54efec = _0x2b14a7(_0x4d36bb(0x3)), _0x32233d = _0x2b14a7(_0x4d36bb(0x12)), _0x46fcf7 = _0x2b14a7(_0x4d36bb(0x11)), _0x358035 = _0x2b14a7(_0x4d36bb(0xd)), _0x224865 = _0x2b14a7(_0x4d36bb(0xc)), _0x2e71f6 = _0x2b14a7(_0x4d36bb(0xb)), _0xd1d3fd = _0x2b14a7(_0x4d36bb(0x9)), _0x3ac0c8 = _0x2b14a7(_0x4d36bb(0x8)), _0x3e1c26 = _0x2b14a7(_0x4d36bb(0x7)), _0x18dd16 = _0x2b14a7(_0x4d36bb(0x6));
|
1539
|
+
function _0x2b14a7(_0x5bae8b) {
|
1540
|
+
var _0xcb7a59 = _0x1f1cfe;
|
1541
|
+
return _0x5bae8b && _0x5bae8b[_0xcb7a59(0x22b)] ? _0x5bae8b : { 'default': _0x5bae8b };
|
1542
|
+
}
|
1543
|
+
var _0x57cf26 = [], _0x49f2a6 = (function () {
|
1544
|
+
var _0x420e9b = _0x1f1cfe;
|
1545
|
+
function _0xa0b112(_0x397918) {
|
1546
|
+
var _0x2b7fa6 = _0xff62;
|
1547
|
+
if (function (_0xbfaf3, _0x1a825c) {
|
1548
|
+
var _0x52f721 = _0xff62;
|
1549
|
+
if (!(_0xbfaf3 instanceof _0x1a825c))
|
1550
|
+
throw new TypeError(_0x52f721(0x2b4));
|
1551
|
+
}(this, _0xa0b112), this[_0x2b7fa6(0x2d6)] = (0x0, _0x32233d[_0x2b7fa6(0x26c)])(_0x397918), this[_0x2b7fa6(0x323)] = this[_0x2b7fa6(0x2d6)][_0x2b7fa6(0x323)], this[_0x2b7fa6(0x27b)] = !0x0, this[_0x2b7fa6(0x239)] = _0x27505d[_0x2b7fa6(0x26c)][_0x2b7fa6(0x360)](), this['mode'] = 'normal', this['randomOrder'] = _0x3c39f3[_0x2b7fa6(0x26c)][_0x2b7fa6(0x2d4)](this['options'][_0x2b7fa6(0x29d)][_0x2b7fa6(0x27a)]), this[_0x2b7fa6(0x323)][_0x2b7fa6(0x265)][_0x2b7fa6(0x30a)](_0x2b7fa6(0x241)), this[_0x2b7fa6(0x2d6)]['lrcType'] && !this[_0x2b7fa6(0x2d6)]['fixed'] && this[_0x2b7fa6(0x323)][_0x2b7fa6(0x265)][_0x2b7fa6(0x30a)]('aplayer-withlrc'), this[_0x2b7fa6(0x2d6)][_0x2b7fa6(0x29d)][_0x2b7fa6(0x27a)] > 0x1 && this[_0x2b7fa6(0x323)][_0x2b7fa6(0x265)][_0x2b7fa6(0x30a)]('aplayer-withlist'), _0x3c39f3[_0x2b7fa6(0x26c)]['isMobile'] && this[_0x2b7fa6(0x323)]['classList'][_0x2b7fa6(0x30a)](_0x2b7fa6(0x233)), this[_0x2b7fa6(0x34b)] = this[_0x2b7fa6(0x323)]['offsetWidth'] <= 0x12c, this[_0x2b7fa6(0x34b)] && this[_0x2b7fa6(0x323)][_0x2b7fa6(0x265)][_0x2b7fa6(0x30a)](_0x2b7fa6(0x2d3)), this['container'] = this['options'][_0x2b7fa6(0x323)], 0x2 === this[_0x2b7fa6(0x2d6)][_0x2b7fa6(0x307)] || !0x0 === this[_0x2b7fa6(0x2d6)][_0x2b7fa6(0x307)]) {
|
1552
|
+
for (var _0x12d3a0 = this[_0x2b7fa6(0x323)][_0x2b7fa6(0x3bf)]('aplayer-lrc-content'), _0x38f1ec = 0x0; _0x38f1ec < _0x12d3a0[_0x2b7fa6(0x27a)]; _0x38f1ec++)
|
1553
|
+
this[_0x2b7fa6(0x2d6)][_0x2b7fa6(0x29d)][_0x38f1ec] && (this[_0x2b7fa6(0x2d6)][_0x2b7fa6(0x29d)][_0x38f1ec][_0x2b7fa6(0x2b7)] = _0x12d3a0[_0x38f1ec]['innerHTML']);
|
1554
|
+
}
|
1555
|
+
this['template'] = new _0x46fcf7['default']({
|
1556
|
+
'container': this[_0x2b7fa6(0x323)],
|
1557
|
+
'options': this['options'],
|
1558
|
+
'randomOrder': this[_0x2b7fa6(0x2d4)]
|
1559
|
+
}), this[_0x2b7fa6(0x2d6)][_0x2b7fa6(0x32c)] && (this[_0x2b7fa6(0x323)][_0x2b7fa6(0x265)][_0x2b7fa6(0x30a)]('aplayer-fixed'), this[_0x2b7fa6(0x2c3)][_0x2b7fa6(0x219)][_0x2b7fa6(0x38e)]['width'] = this['template']['body'][_0x2b7fa6(0x359)] - 0x12 + 'px'), this[_0x2b7fa6(0x2d6)][_0x2b7fa6(0x34e)] && (this[_0x2b7fa6(0x203)](_0x2b7fa6(0x34e)), this[_0x2b7fa6(0x2c3)][_0x2b7fa6(0x392)][_0x2b7fa6(0x38e)][_0x2b7fa6(0x313)] = 'block'), this[_0x2b7fa6(0x2c3)][_0x2b7fa6(0x392)]['offsetWidth'] < 0xc8 && this['template'][_0x2b7fa6(0x303)]['classList'][_0x2b7fa6(0x30a)](_0x2b7fa6(0x1e3)), this[_0x2b7fa6(0x2d6)][_0x2b7fa6(0x307)] && (this[_0x2b7fa6(0x2b7)] = new _0x2e71f6[(_0x2b7fa6(0x26c))]({
|
1560
|
+
'container': this[_0x2b7fa6(0x2c3)]['lrc'],
|
1561
|
+
'async': 0x3 === this[_0x2b7fa6(0x2d6)][_0x2b7fa6(0x307)],
|
1562
|
+
'player': this
|
1563
|
+
})), this[_0x2b7fa6(0x261)] = new _0x3e1c26['default'](), this[_0x2b7fa6(0x31e)] = new _0x224865[(_0x2b7fa6(0x26c))](this), this[_0x2b7fa6(0x308)] = new _0x358035[(_0x2b7fa6(0x26c))](this[_0x2b7fa6(0x2c3)]), this[_0x2b7fa6(0x1f9)] = new _0xd1d3fd['default'](this), this[_0x2b7fa6(0x25b)] = new _0x3ac0c8[(_0x2b7fa6(0x26c))](this), this[_0x2b7fa6(0x1ec)] = new _0x18dd16[(_0x2b7fa6(0x26c))](this), this[_0x2b7fa6(0x2ce)](), this[_0x2b7fa6(0x2f5)](), 'random' === this[_0x2b7fa6(0x2d6)][_0x2b7fa6(0x298)] ? this[_0x2b7fa6(0x1ec)]['switch'](this[_0x2b7fa6(0x2d4)][0x0]) : this[_0x2b7fa6(0x1ec)][_0x2b7fa6(0x259)](0x0), this[_0x2b7fa6(0x2d6)][_0x2b7fa6(0x2fe)] && this[_0x2b7fa6(0x3c2)](), _0x57cf26[_0x2b7fa6(0x32b)](this);
|
1564
|
+
}
|
1565
|
+
return _0x246996(_0xa0b112, [
|
1566
|
+
{
|
1567
|
+
'key': _0x420e9b(0x2ce),
|
1568
|
+
'value': function () {
|
1569
|
+
var _0x5b2b26 = _0x420e9b, _0x3628b5 = this;
|
1570
|
+
this[_0x5b2b26(0x29d)] = document[_0x5b2b26(0x249)](_0x5b2b26(0x29d)), this['audio'][_0x5b2b26(0x2dd)] = this['options'][_0x5b2b26(0x2dd)];
|
1571
|
+
for (var _0x27461b = function (_0x1b2c1a) {
|
1572
|
+
var _0x2f4248 = _0x5b2b26;
|
1573
|
+
_0x3628b5[_0x2f4248(0x29d)][_0x2f4248(0x1f5)](_0x3628b5[_0x2f4248(0x261)][_0x2f4248(0x236)][_0x1b2c1a], function (_0xb28509) {
|
1574
|
+
var _0x247c09 = _0x2f4248;
|
1575
|
+
_0x3628b5[_0x247c09(0x261)][_0x247c09(0x1f2)](_0x3628b5['events'][_0x247c09(0x236)][_0x1b2c1a], _0xb28509);
|
1576
|
+
});
|
1577
|
+
}, _0xbb8429 = 0x0; _0xbb8429 < this[_0x5b2b26(0x261)]['audioEvents']['length']; _0xbb8429++)
|
1578
|
+
_0x27461b(_0xbb8429);
|
1579
|
+
this[_0x5b2b26(0x202)](this[_0x5b2b26(0x31e)][_0x5b2b26(0x2fb)](_0x5b2b26(0x202)), !0x0);
|
1580
|
+
}
|
1581
|
+
},
|
1582
|
+
{
|
1583
|
+
'key': _0x420e9b(0x2f5),
|
1584
|
+
'value': function () {
|
1585
|
+
var _0x4fbf13 = _0x420e9b, _0x59f113 = this;
|
1586
|
+
this['on'](_0x4fbf13(0x3c2), function () {
|
1587
|
+
_0x59f113['paused'] && _0x59f113['setUIPlaying']();
|
1588
|
+
}), this['on'](_0x4fbf13(0x361), function () {
|
1589
|
+
var _0x39e0f7 = _0x4fbf13;
|
1590
|
+
_0x59f113[_0x39e0f7(0x27b)] || _0x59f113[_0x39e0f7(0x35f)]();
|
1591
|
+
}), this['on']('timeupdate', function () {
|
1592
|
+
var _0x2cf6d0 = _0x4fbf13;
|
1593
|
+
if (!_0x59f113['disableTimeupdate']) {
|
1594
|
+
_0x59f113[_0x2cf6d0(0x308)][_0x2cf6d0(0x1e7)]('played', _0x59f113['audio'][_0x2cf6d0(0x319)] / _0x59f113[_0x2cf6d0(0x1f0)], 'width'), _0x59f113[_0x2cf6d0(0x2b7)] && _0x59f113['lrc'][_0x2cf6d0(0x2b8)]();
|
1595
|
+
var _0x55b5d1 = _0x3c39f3[_0x2cf6d0(0x26c)][_0x2cf6d0(0x24d)](_0x59f113[_0x2cf6d0(0x29d)]['currentTime']);
|
1596
|
+
_0x59f113[_0x2cf6d0(0x2c3)]['ptime'][_0x2cf6d0(0x375)] !== _0x55b5d1 && (_0x59f113[_0x2cf6d0(0x2c3)]['ptime']['innerHTML'] = _0x55b5d1);
|
1597
|
+
}
|
1598
|
+
}), this['on'](_0x4fbf13(0x29a), function () {
|
1599
|
+
var _0x575150 = _0x4fbf13;
|
1600
|
+
0x1 !== _0x59f113[_0x575150(0x1f0)] && (_0x59f113[_0x575150(0x2c3)][_0x575150(0x329)][_0x575150(0x375)] = _0x3c39f3['default'][_0x575150(0x24d)](_0x59f113[_0x575150(0x1f0)]));
|
1601
|
+
}), this['on'](_0x4fbf13(0x31c), function () {
|
1602
|
+
var _0xf86458 = _0x4fbf13, _0x7fd0c6 = _0x59f113[_0xf86458(0x29d)]['buffered'][_0xf86458(0x27a)] ? _0x59f113['audio'][_0xf86458(0x268)][_0xf86458(0x381)](_0x59f113[_0xf86458(0x29d)][_0xf86458(0x268)][_0xf86458(0x27a)] - 0x1) / _0x59f113[_0xf86458(0x1f0)] : 0x0;
|
1603
|
+
_0x59f113['bar'][_0xf86458(0x1e7)](_0xf86458(0x262), _0x7fd0c6, 'width');
|
1604
|
+
});
|
1605
|
+
var _0x43468b = void 0x0;
|
1606
|
+
this['on'](_0x4fbf13(0x350), function () {
|
1607
|
+
var _0x261b79 = _0x4fbf13;
|
1608
|
+
_0x59f113['list']['audios']['length'] > 0x1 ? (_0x59f113[_0x261b79(0x33b)](_0x261b79(0x3c0)), _0x43468b = setTimeout(function () {
|
1609
|
+
var _0x5ce0b9 = _0x261b79;
|
1610
|
+
_0x59f113['skipForward'](), _0x59f113[_0x5ce0b9(0x27b)] || _0x59f113[_0x5ce0b9(0x3c2)]();
|
1611
|
+
}, 0x7d0)) : 0x1 === _0x59f113[_0x261b79(0x1ec)]['audios'][_0x261b79(0x27a)] && _0x59f113[_0x261b79(0x33b)](_0x261b79(0x2ac));
|
1612
|
+
}), this[_0x4fbf13(0x261)]['on'](_0x4fbf13(0x1ee), function () {
|
1613
|
+
_0x43468b && clearTimeout(_0x43468b);
|
1614
|
+
}), this['on'](_0x4fbf13(0x2ff), function () {
|
1615
|
+
var _0x2a79d1 = _0x4fbf13;
|
1616
|
+
_0x2a79d1(0x364) === _0x59f113[_0x2a79d1(0x2d6)][_0x2a79d1(0x2a3)] ? 'list' === _0x59f113[_0x2a79d1(0x2d6)][_0x2a79d1(0x298)] ? _0x59f113[_0x2a79d1(0x1ec)][_0x2a79d1(0x29f)] < _0x59f113[_0x2a79d1(0x1ec)][_0x2a79d1(0x346)][_0x2a79d1(0x27a)] - 0x1 ? (_0x59f113['list'][_0x2a79d1(0x259)]((_0x59f113['list'][_0x2a79d1(0x29f)] + 0x1) % _0x59f113[_0x2a79d1(0x1ec)][_0x2a79d1(0x346)][_0x2a79d1(0x27a)]), _0x59f113[_0x2a79d1(0x3c2)]()) : (_0x59f113[_0x2a79d1(0x1ec)][_0x2a79d1(0x259)]((_0x59f113[_0x2a79d1(0x1ec)][_0x2a79d1(0x29f)] + 0x1) % _0x59f113[_0x2a79d1(0x1ec)][_0x2a79d1(0x346)][_0x2a79d1(0x27a)]), _0x59f113[_0x2a79d1(0x361)]()) : _0x2a79d1(0x391) === _0x59f113[_0x2a79d1(0x2d6)][_0x2a79d1(0x298)] && (_0x59f113[_0x2a79d1(0x2d4)][_0x2a79d1(0x31b)](_0x59f113['list'][_0x2a79d1(0x29f)]) < _0x59f113[_0x2a79d1(0x2d4)][_0x2a79d1(0x27a)] - 0x1 ? (_0x59f113[_0x2a79d1(0x1ec)]['switch'](_0x59f113[_0x2a79d1(0x305)]()), _0x59f113[_0x2a79d1(0x3c2)]()) : (_0x59f113['list'][_0x2a79d1(0x259)](_0x59f113['nextIndex']()), _0x59f113[_0x2a79d1(0x361)]())) : 'one' === _0x59f113[_0x2a79d1(0x2d6)][_0x2a79d1(0x2a3)] ? (_0x59f113[_0x2a79d1(0x1ec)][_0x2a79d1(0x259)](_0x59f113[_0x2a79d1(0x1ec)]['index']), _0x59f113[_0x2a79d1(0x3c2)]()) : _0x2a79d1(0x2dc) === _0x59f113[_0x2a79d1(0x2d6)][_0x2a79d1(0x2a3)] && (_0x59f113[_0x2a79d1(0x28b)](), _0x59f113['play']());
|
1617
|
+
});
|
1618
|
+
}
|
1619
|
+
},
|
1620
|
+
{
|
1621
|
+
'key': _0x420e9b(0x2c6),
|
1622
|
+
'value': function (_0x2d99d4) {
|
1623
|
+
var _0x1f2411 = _0x420e9b;
|
1624
|
+
this['hls'] && (this['hls'][_0x1f2411(0x33d)](), this[_0x1f2411(0x342)] = null);
|
1625
|
+
var _0x3c5f80 = _0x2d99d4['type'];
|
1626
|
+
this['options']['customAudioType'] && this[_0x1f2411(0x2d6)][_0x1f2411(0x330)][_0x3c5f80] ? _0x1f2411(0x297) === Object[_0x1f2411(0x2eb)][_0x1f2411(0x227)][_0x1f2411(0x30d)](this[_0x1f2411(0x2d6)][_0x1f2411(0x330)][_0x3c5f80]) ? this[_0x1f2411(0x2d6)]['customAudioType'][_0x3c5f80](this[_0x1f2411(0x29d)], _0x2d99d4, this) : console[_0x1f2411(0x350)]('Illegal\x20customType:\x20' + _0x3c5f80) : (_0x3c5f80 && _0x1f2411(0x253) !== _0x3c5f80 || (_0x3c5f80 = /m3u8(#|\?|$)/i[_0x1f2411(0x2b2)](_0x2d99d4[_0x1f2411(0x365)]) ? _0x1f2411(0x342) : _0x1f2411(0x385)), _0x1f2411(0x342) === _0x3c5f80 ? Hls[_0x1f2411(0x3a5)]() ? (this[_0x1f2411(0x342)] = new Hls(), this[_0x1f2411(0x342)][_0x1f2411(0x27d)](_0x2d99d4[_0x1f2411(0x365)]), this['hls'][_0x1f2411(0x286)](this[_0x1f2411(0x29d)])) : this[_0x1f2411(0x29d)][_0x1f2411(0x399)](_0x1f2411(0x3a1)) || this[_0x1f2411(0x29d)]['canPlayType'](_0x1f2411(0x39e)) ? this[_0x1f2411(0x29d)][_0x1f2411(0x22d)] = _0x2d99d4['url'] : this[_0x1f2411(0x33b)]('Error:\x20HLS\x20is\x20not\x20supported.') : 'normal' === _0x3c5f80 && (this[_0x1f2411(0x29d)][_0x1f2411(0x22d)] = _0x2d99d4[_0x1f2411(0x365)])), this[_0x1f2411(0x341)](0x0), this[_0x1f2411(0x27b)] || this[_0x1f2411(0x29d)][_0x1f2411(0x3c2)]();
|
1627
|
+
}
|
1628
|
+
},
|
1629
|
+
{
|
1630
|
+
'key': _0x420e9b(0x21e),
|
1631
|
+
'value': function () {
|
1632
|
+
var _0x260063 = _0x420e9b, _0x3fc132 = arguments[_0x260063(0x27a)] > 0x0 && void 0x0 !== arguments[0x0] ? arguments[0x0] : this[_0x260063(0x1ec)][_0x260063(0x346)][this[_0x260063(0x1ec)][_0x260063(0x29f)]][_0x260063(0x21e)] || this[_0x260063(0x2d6)]['theme'], _0x46800c = arguments[_0x260063(0x27a)] > 0x1 && void 0x0 !== arguments[0x1] ? arguments[0x1] : this['list'][_0x260063(0x29f)];
|
1633
|
+
(!(arguments[_0x260063(0x27a)] > 0x2 && void 0x0 !== arguments[0x2]) || arguments[0x2]) && this['list'][_0x260063(0x346)][_0x46800c] && (this[_0x260063(0x1ec)][_0x260063(0x346)][_0x46800c][_0x260063(0x21e)] = _0x3fc132), this['template'][_0x260063(0x292)][_0x46800c] && (this['template'][_0x260063(0x292)][_0x46800c][_0x260063(0x38e)][_0x260063(0x25c)] = _0x3fc132), _0x46800c === this['list'][_0x260063(0x29f)] && (this['template'][_0x260063(0x34d)]['style'][_0x260063(0x25c)] = _0x3fc132, this['template'][_0x260063(0x396)]['style']['background'] = _0x3fc132, this[_0x260063(0x2c3)][_0x260063(0x23b)][_0x260063(0x38e)]['background'] = _0x3fc132, this[_0x260063(0x2c3)][_0x260063(0x202)][_0x260063(0x38e)][_0x260063(0x21f)] = _0x3fc132);
|
1634
|
+
}
|
1635
|
+
},
|
1636
|
+
{
|
1637
|
+
'key': _0x420e9b(0x341),
|
1638
|
+
'value': function (_0x11ab98) {
|
1639
|
+
var _0x3792c0 = _0x420e9b;
|
1640
|
+
_0x11ab98 = Math[_0x3792c0(0x2fc)](_0x11ab98, 0x0), _0x11ab98 = Math[_0x3792c0(0x2d8)](_0x11ab98, this['duration']), this['audio'][_0x3792c0(0x319)] = _0x11ab98, this['bar'][_0x3792c0(0x1e7)](_0x3792c0(0x396), _0x11ab98 / this['duration'], 'width'), this[_0x3792c0(0x2c3)][_0x3792c0(0x3a0)]['innerHTML'] = _0x3c39f3[_0x3792c0(0x26c)]['secondToTime'](_0x11ab98);
|
1641
|
+
}
|
1642
|
+
},
|
1643
|
+
{
|
1644
|
+
'key': _0x420e9b(0x255),
|
1645
|
+
'value': function () {
|
1646
|
+
var _0x150a43 = _0x420e9b, _0x1d46b0 = this;
|
1647
|
+
if (this[_0x150a43(0x27b)] && (this[_0x150a43(0x27b)] = !0x1, this['template'][_0x150a43(0x306)][_0x150a43(0x265)][_0x150a43(0x3b0)](_0x150a43(0x378)), this[_0x150a43(0x2c3)]['button']['classList'][_0x150a43(0x30a)](_0x150a43(0x2c9)), this['template'][_0x150a43(0x306)][_0x150a43(0x375)] = '', setTimeout(function () {
|
1648
|
+
var _0x2e1ed7 = _0x150a43;
|
1649
|
+
_0x1d46b0[_0x2e1ed7(0x2c3)]['button'][_0x2e1ed7(0x375)] = _0x54efec[_0x2e1ed7(0x26c)][_0x2e1ed7(0x361)];
|
1650
|
+
}, 0x64), this[_0x150a43(0x2c3)]['skipPlayButton']['innerHTML'] = _0x54efec[_0x150a43(0x26c)][_0x150a43(0x361)]), this[_0x150a43(0x25b)][_0x150a43(0x369)](_0x150a43(0x1e8)), this[_0x150a43(0x2d6)]['mutex']) {
|
1651
|
+
for (var _0x3b95b5 = 0x0; _0x3b95b5 < _0x57cf26['length']; _0x3b95b5++)
|
1652
|
+
this !== _0x57cf26[_0x3b95b5] && _0x57cf26[_0x3b95b5][_0x150a43(0x361)]();
|
1653
|
+
}
|
1654
|
+
}
|
1655
|
+
},
|
1656
|
+
{
|
1657
|
+
'key': _0x420e9b(0x3c2),
|
1658
|
+
'value': function () {
|
1659
|
+
var _0x380fe7 = _0x420e9b, _0x27d009 = this;
|
1660
|
+
this[_0x380fe7(0x255)]();
|
1661
|
+
var _0x2052f3 = this[_0x380fe7(0x29d)][_0x380fe7(0x3c2)]();
|
1662
|
+
_0x2052f3 && _0x2052f3[_0x380fe7(0x3b8)](function (_0x2c6ec0) {
|
1663
|
+
var _0x1ff971 = _0x380fe7;
|
1664
|
+
console[_0x1ff971(0x2a9)](_0x2c6ec0), 'NotAllowedError' === _0x2c6ec0['name'] && _0x27d009['setUIPaused']();
|
1665
|
+
});
|
1666
|
+
}
|
1667
|
+
},
|
1668
|
+
{
|
1669
|
+
'key': _0x420e9b(0x35f),
|
1670
|
+
'value': function () {
|
1671
|
+
var _0xed6ee8 = _0x420e9b, _0x5d409b = this;
|
1672
|
+
this[_0xed6ee8(0x27b)] || (this[_0xed6ee8(0x27b)] = !0x0, this[_0xed6ee8(0x2c3)][_0xed6ee8(0x306)]['classList']['remove'](_0xed6ee8(0x2c9)), this[_0xed6ee8(0x2c3)][_0xed6ee8(0x306)][_0xed6ee8(0x265)]['add'](_0xed6ee8(0x378)), this[_0xed6ee8(0x2c3)][_0xed6ee8(0x306)][_0xed6ee8(0x375)] = '', setTimeout(function () {
|
1673
|
+
var _0x234c20 = _0xed6ee8;
|
1674
|
+
_0x5d409b[_0x234c20(0x2c3)][_0x234c20(0x306)][_0x234c20(0x375)] = _0x54efec['default'][_0x234c20(0x3c2)];
|
1675
|
+
}, 0x64), this[_0xed6ee8(0x2c3)][_0xed6ee8(0x327)]['innerHTML'] = _0x54efec['default'][_0xed6ee8(0x3c2)]), this[_0xed6ee8(0x323)][_0xed6ee8(0x265)]['remove'](_0xed6ee8(0x321)), this['timer']['disable'](_0xed6ee8(0x1e8));
|
1676
|
+
}
|
1677
|
+
},
|
1678
|
+
{
|
1679
|
+
'key': _0x420e9b(0x361),
|
1680
|
+
'value': function () {
|
1681
|
+
var _0x5671e6 = _0x420e9b;
|
1682
|
+
this[_0x5671e6(0x35f)](), this['audio'][_0x5671e6(0x361)]();
|
1683
|
+
}
|
1684
|
+
},
|
1685
|
+
{
|
1686
|
+
'key': _0x420e9b(0x386),
|
1687
|
+
'value': function () {
|
1688
|
+
var _0x1b1bf5 = _0x420e9b;
|
1689
|
+
this['volume']() >= 0.95 ? this[_0x1b1bf5(0x2c3)][_0x1b1bf5(0x357)][_0x1b1bf5(0x375)] = _0x54efec['default']['volumeUp'] : this[_0x1b1bf5(0x202)]() > 0x0 ? this[_0x1b1bf5(0x2c3)][_0x1b1bf5(0x357)][_0x1b1bf5(0x375)] = _0x54efec[_0x1b1bf5(0x26c)][_0x1b1bf5(0x24a)] : this[_0x1b1bf5(0x2c3)][_0x1b1bf5(0x357)][_0x1b1bf5(0x375)] = _0x54efec[_0x1b1bf5(0x26c)][_0x1b1bf5(0x2e5)];
|
1690
|
+
}
|
1691
|
+
},
|
1692
|
+
{
|
1693
|
+
'key': 'volume',
|
1694
|
+
'value': function (_0x465359, _0x3d7a9a) {
|
1695
|
+
var _0x59616d = _0x420e9b;
|
1696
|
+
return _0x465359 = parseFloat(_0x465359), isNaN(_0x465359) || (_0x465359 = Math[_0x59616d(0x2fc)](_0x465359, 0x0), _0x465359 = Math[_0x59616d(0x2d8)](_0x465359, 0x1), this['bar'][_0x59616d(0x1e7)]('volume', _0x465359, _0x59616d(0x1ed)), _0x3d7a9a || this[_0x59616d(0x31e)][_0x59616d(0x1e7)](_0x59616d(0x202), _0x465359), this['audio']['volume'] = _0x465359, this[_0x59616d(0x29d)][_0x59616d(0x3b9)] && (this[_0x59616d(0x29d)][_0x59616d(0x3b9)] = !0x1), this[_0x59616d(0x386)]()), this[_0x59616d(0x29d)][_0x59616d(0x3b9)] ? 0x0 : this[_0x59616d(0x29d)][_0x59616d(0x202)];
|
1697
|
+
}
|
1698
|
+
},
|
1699
|
+
{
|
1700
|
+
'key': 'on',
|
1701
|
+
'value': function (_0x5fc886, _0x32b66b) {
|
1702
|
+
var _0x66f7fa = _0x420e9b;
|
1703
|
+
this[_0x66f7fa(0x261)]['on'](_0x5fc886, _0x32b66b);
|
1704
|
+
}
|
1705
|
+
},
|
1706
|
+
{
|
1707
|
+
'key': _0x420e9b(0x28d),
|
1708
|
+
'value': function () {
|
1709
|
+
var _0x4f54e5 = _0x420e9b;
|
1710
|
+
this[_0x4f54e5(0x2c3)]['button']['classList']['contains'](_0x4f54e5(0x378)) ? this['play']() : this['template'][_0x4f54e5(0x306)][_0x4f54e5(0x265)]['contains'](_0x4f54e5(0x2c9)) && this['pause']();
|
1711
|
+
}
|
1712
|
+
},
|
1713
|
+
{
|
1714
|
+
'key': 'switchAudio',
|
1715
|
+
'value': function (_0x4c5dc6) {
|
1716
|
+
this['list']['switch'](_0x4c5dc6);
|
1717
|
+
}
|
1718
|
+
},
|
1719
|
+
{
|
1720
|
+
'key': _0x420e9b(0x252),
|
1721
|
+
'value': function (_0x55c0a0) {
|
1722
|
+
var _0x27dc1c = _0x420e9b;
|
1723
|
+
this[_0x27dc1c(0x1ec)][_0x27dc1c(0x30a)](_0x55c0a0);
|
1724
|
+
}
|
1725
|
+
},
|
1726
|
+
{
|
1727
|
+
'key': _0x420e9b(0x337),
|
1728
|
+
'value': function (_0x159cf4) {
|
1729
|
+
var _0x5eb1a5 = _0x420e9b;
|
1730
|
+
this[_0x5eb1a5(0x1ec)][_0x5eb1a5(0x3b0)](_0x159cf4);
|
1731
|
+
}
|
1732
|
+
},
|
1733
|
+
{
|
1734
|
+
'key': 'destroy',
|
1735
|
+
'value': function () {
|
1736
|
+
var _0x41f5de = _0x420e9b;
|
1737
|
+
_0x57cf26[_0x41f5de(0x382)](_0x57cf26['indexOf'](this), 0x1), this[_0x41f5de(0x361)](), this[_0x41f5de(0x323)][_0x41f5de(0x375)] = '', this[_0x41f5de(0x29d)][_0x41f5de(0x22d)] = '', this[_0x41f5de(0x25b)][_0x41f5de(0x33d)](), this[_0x41f5de(0x261)][_0x41f5de(0x1f2)]('destroy');
|
1738
|
+
}
|
1739
|
+
},
|
1740
|
+
{
|
1741
|
+
'key': _0x420e9b(0x203),
|
1742
|
+
'value': function () {
|
1743
|
+
var _0x650da6 = _0x420e9b, _0x158a76 = arguments['length'] > 0x0 && void 0x0 !== arguments[0x0] ? arguments[0x0] : _0x650da6(0x385);
|
1744
|
+
this['mode'] = _0x158a76, _0x650da6(0x34e) === _0x158a76 ? this[_0x650da6(0x323)]['classList'][_0x650da6(0x30a)](_0x650da6(0x376)) : _0x650da6(0x385) === _0x158a76 && this[_0x650da6(0x323)][_0x650da6(0x265)][_0x650da6(0x3b0)](_0x650da6(0x376));
|
1745
|
+
}
|
1746
|
+
},
|
1747
|
+
{
|
1748
|
+
'key': _0x420e9b(0x33b),
|
1749
|
+
'value': function (_0xde66d6) {
|
1750
|
+
var _0x367595 = _0x420e9b, _0x163a1f = this, _0x2ecaaf = arguments[_0x367595(0x27a)] > 0x1 && void 0x0 !== arguments[0x1] ? arguments[0x1] : 0x7d0, _0x2756e8 = arguments[_0x367595(0x27a)] > 0x2 && void 0x0 !== arguments[0x2] ? arguments[0x2] : 0.8;
|
1751
|
+
this['template']['notice'][_0x367595(0x375)] = _0xde66d6, this['template'][_0x367595(0x33b)][_0x367595(0x38e)]['opacity'] = _0x2756e8, this[_0x367595(0x339)] && clearTimeout(this['noticeTime']), this['events']['trigger'](_0x367595(0x2cc), { 'text': _0xde66d6 }), _0x2ecaaf && (this[_0x367595(0x339)] = setTimeout(function () {
|
1752
|
+
var _0x4ceaa5 = _0x367595;
|
1753
|
+
_0x163a1f[_0x4ceaa5(0x2c3)][_0x4ceaa5(0x33b)][_0x4ceaa5(0x38e)][_0x4ceaa5(0x379)] = 0x0, _0x163a1f[_0x4ceaa5(0x261)]['trigger'](_0x4ceaa5(0x281));
|
1754
|
+
}, _0x2ecaaf));
|
1755
|
+
}
|
1756
|
+
},
|
1757
|
+
{
|
1758
|
+
'key': _0x420e9b(0x2a7),
|
1759
|
+
'value': function () {
|
1760
|
+
var _0x2a1e27 = _0x420e9b;
|
1761
|
+
if (!(this['list'][_0x2a1e27(0x346)][_0x2a1e27(0x27a)] > 0x1))
|
1762
|
+
return 0x0;
|
1763
|
+
if (_0x2a1e27(0x1ec) === this[_0x2a1e27(0x2d6)]['order'])
|
1764
|
+
return this[_0x2a1e27(0x1ec)][_0x2a1e27(0x29f)] - 0x1 < 0x0 ? this[_0x2a1e27(0x1ec)][_0x2a1e27(0x346)][_0x2a1e27(0x27a)] - 0x1 : this[_0x2a1e27(0x1ec)][_0x2a1e27(0x29f)] - 0x1;
|
1765
|
+
if (_0x2a1e27(0x391) === this[_0x2a1e27(0x2d6)][_0x2a1e27(0x298)]) {
|
1766
|
+
var _0x2a432e = this[_0x2a1e27(0x2d4)][_0x2a1e27(0x31b)](this['list']['index']);
|
1767
|
+
return 0x0 === _0x2a432e ? this[_0x2a1e27(0x2d4)][this[_0x2a1e27(0x2d4)]['length'] - 0x1] : this[_0x2a1e27(0x2d4)][_0x2a432e - 0x1];
|
1768
|
+
}
|
1769
|
+
}
|
1770
|
+
},
|
1771
|
+
{
|
1772
|
+
'key': _0x420e9b(0x305),
|
1773
|
+
'value': function () {
|
1774
|
+
var _0x127e6f = _0x420e9b;
|
1775
|
+
if (!(this['list']['audios']['length'] > 0x1))
|
1776
|
+
return 0x0;
|
1777
|
+
if (_0x127e6f(0x1ec) === this[_0x127e6f(0x2d6)]['order'])
|
1778
|
+
return (this[_0x127e6f(0x1ec)][_0x127e6f(0x29f)] + 0x1) % this[_0x127e6f(0x1ec)][_0x127e6f(0x346)][_0x127e6f(0x27a)];
|
1779
|
+
if (_0x127e6f(0x391) === this[_0x127e6f(0x2d6)][_0x127e6f(0x298)]) {
|
1780
|
+
var _0x51e205 = this[_0x127e6f(0x2d4)][_0x127e6f(0x31b)](this[_0x127e6f(0x1ec)][_0x127e6f(0x29f)]);
|
1781
|
+
return _0x51e205 === this[_0x127e6f(0x2d4)][_0x127e6f(0x27a)] - 0x1 ? this['randomOrder'][0x0] : this[_0x127e6f(0x2d4)][_0x51e205 + 0x1];
|
1782
|
+
}
|
1783
|
+
}
|
1784
|
+
},
|
1785
|
+
{
|
1786
|
+
'key': 'skipBack',
|
1787
|
+
'value': function () {
|
1788
|
+
var _0x2c45d2 = _0x420e9b;
|
1789
|
+
this[_0x2c45d2(0x1ec)][_0x2c45d2(0x259)](this['prevIndex']());
|
1790
|
+
}
|
1791
|
+
},
|
1792
|
+
{
|
1793
|
+
'key': _0x420e9b(0x28b),
|
1794
|
+
'value': function () {
|
1795
|
+
var _0x21e2d9 = _0x420e9b;
|
1796
|
+
this[_0x21e2d9(0x1ec)][_0x21e2d9(0x259)](this[_0x21e2d9(0x305)]());
|
1797
|
+
}
|
1798
|
+
},
|
1799
|
+
{
|
1800
|
+
'key': _0x420e9b(0x1f0),
|
1801
|
+
'get': function () {
|
1802
|
+
var _0xdd314b = _0x420e9b;
|
1803
|
+
return isNaN(this[_0xdd314b(0x29d)]['duration']) ? 0x0 : this[_0xdd314b(0x29d)][_0xdd314b(0x1f0)];
|
1804
|
+
}
|
1805
|
+
}
|
1806
|
+
], [{
|
1807
|
+
'key': _0x420e9b(0x39b),
|
1808
|
+
'get': function () {
|
1809
|
+
return '1.10.1';
|
1810
|
+
}
|
1811
|
+
}]), _0xa0b112;
|
1812
|
+
}());
|
1813
|
+
_0xe93cfa[_0x1f1cfe(0x26c)] = _0x49f2a6;
|
1814
|
+
},
|
1815
|
+
,
|
1816
|
+
function (_0x478630, _0x35b756, _0x2f702f) {
|
1817
|
+
},
|
1818
|
+
function (_0xc9e12f, _0x338271, _0x335fd2) {
|
1819
|
+
'use strict';
|
1820
|
+
var _0x28070b = _0xff62;
|
1821
|
+
Object[_0x28070b(0x32e)](_0x338271, '__esModule', { 'value': !0x0 }), _0x335fd2(0x28);
|
1822
|
+
var _0x54986d, _0x1896ad = _0x335fd2(0x26), _0x977e42 = (_0x54986d = _0x1896ad) && _0x54986d[_0x28070b(0x22b)] ? _0x54986d : { 'default': _0x54986d };
|
1823
|
+
_0x338271[_0x28070b(0x26c)] = _0x977e42[_0x28070b(0x26c)];
|
1824
|
+
}
|
1825
|
+
])['default'];
|
1826
|
+
}));
|
1827
|
+
function _0xff62(_0xf4652b, _0x145302) {
|
1828
|
+
var _0x533a8f = _0x533a();
|
1829
|
+
return _0xff62 = function (_0xff62a8, _0x28baa9) {
|
1830
|
+
_0xff62a8 = _0xff62a8 - 0x1e3;
|
1831
|
+
var _0x3211de = _0x533a8f[_0xff62a8];
|
1832
|
+
return _0x3211de;
|
1833
|
+
}, _0xff62(_0xf4652b, _0x145302);
|
1834
|
+
}
|
1835
|
+
function _0x533a() {
|
1836
|
+
var _0x34f0dd = [
|
1837
|
+
'cover',
|
1838
|
+
'listOl',
|
1839
|
+
'template',
|
1840
|
+
'");',
|
1841
|
+
'listclear',
|
1842
|
+
'setAudio',
|
1843
|
+
'listshow',
|
1844
|
+
'$index',
|
1845
|
+
'aplayer-pause',
|
1846
|
+
'filter',
|
1847
|
+
'removeAllListeners',
|
1848
|
+
'noticeshow',
|
1849
|
+
'querySelector',
|
1850
|
+
'initAudio',
|
1851
|
+
'hide',
|
1852
|
+
'types',
|
1853
|
+
'from',
|
1854
|
+
'\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</button>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<button\x20type=\x22button\x22\x20class=\x22aplayer-icon\x20aplayer-icon-menu\x22>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20',
|
1855
|
+
'aplayer-arrow',
|
1856
|
+
'randomOrder',
|
1857
|
+
'requestAnimationFrame',
|
1858
|
+
'options',
|
1859
|
+
'number',
|
1860
|
+
'min',
|
1861
|
+
'.aplayer-icon-back',
|
1862
|
+
'sort',
|
1863
|
+
'timeupdate',
|
1864
|
+
'all',
|
1865
|
+
'preload',
|
1866
|
+
'defaultPrevented',
|
1867
|
+
'lrcshow',
|
1868
|
+
'player',
|
1869
|
+
'textContent',
|
1870
|
+
'aplayer-list-hide',
|
1871
|
+
'</span>\x0a\x20\x20\x20\x20<span\x20class=\x22aplayer-list-author\x22>',
|
1872
|
+
'fullscreenElement',
|
1873
|
+
'volumeOff',
|
1874
|
+
'initPlayBar',
|
1875
|
+
'onmessage',
|
1876
|
+
'showlrc',
|
1877
|
+
'match',
|
1878
|
+
'postMessage',
|
1879
|
+
'prototype',
|
1880
|
+
'hash',
|
1881
|
+
'touchstart',
|
1882
|
+
'port2',
|
1883
|
+
'contains',
|
1884
|
+
'#b7daff',
|
1885
|
+
'backgroundImage',
|
1886
|
+
'_deferreds',
|
1887
|
+
'getItem',
|
1888
|
+
'setInterval',
|
1889
|
+
'bindEvents',
|
1890
|
+
'unenroll',
|
1891
|
+
'mozaudioavailable',
|
1892
|
+
'target',
|
1893
|
+
'HTML',
|
1894
|
+
'.aplayer-list\x20ol',
|
1895
|
+
'get',
|
1896
|
+
'max',
|
1897
|
+
'args',
|
1898
|
+
'autoplay',
|
1899
|
+
'ended',
|
1900
|
+
'dragEnd',
|
1901
|
+
'\x20style=\x22max-height:\x20',
|
1902
|
+
'getElementViewTop',
|
1903
|
+
'time',
|
1904
|
+
'hasOwnProperty',
|
1905
|
+
'nextIndex',
|
1906
|
+
'button',
|
1907
|
+
'lrcType',
|
1908
|
+
'bar',
|
1909
|
+
'scrollTop',
|
1910
|
+
'add',
|
1911
|
+
'nextTick',
|
1912
|
+
'onreadystatechange',
|
1913
|
+
'call',
|
1914
|
+
'offsetLeft',
|
1915
|
+
'exports',
|
1916
|
+
'.aplayer-icon-lrc',
|
1917
|
+
'</button></div>\x0a</div>\x0a<div\x20class=\x22aplayer-list',
|
1918
|
+
'Promise.all\x20accepts\x20an\x20array',
|
1919
|
+
'display',
|
1920
|
+
'close',
|
1921
|
+
'listFolded',
|
1922
|
+
'document',
|
1923
|
+
'_state',
|
1924
|
+
'replace',
|
1925
|
+
'currentTime',
|
1926
|
+
'525480XQRVBd',
|
1927
|
+
'indexOf',
|
1928
|
+
'progress',
|
1929
|
+
'amd',
|
1930
|
+
'storage',
|
1931
|
+
'</span>\x0a\x20\x20\x20\x20<span\x20class=\x22aplayer-list-title\x22>',
|
1932
|
+
'_handled',
|
1933
|
+
'aplayer-loading',
|
1934
|
+
'emit',
|
1935
|
+
'container',
|
1936
|
+
'</div>\x0a\x20\x20\x20\x20</div>\x0a\x20\x20\x20\x20<div\x20class=\x22aplayer-info\x22>\x0a\x20\x20\x20\x20\x20\x20\x20\x20<div\x20class=\x22aplayer-music\x22>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<span\x20class=\x22aplayer-title\x22>No\x20audio</span>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<span\x20class=\x22aplayer-author\x22></span>\x0a\x20\x20\x20\x20\x20\x20\x20\x20</div>\x0a\x20\x20\x20\x20\x20\x20\x20\x20<div\x20class=\x22aplayer-lrc\x22>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<div\x20class=\x22aplayer-lrc-contents\x22\x20style=\x22transform:\x20translateY(0);\x20-webkit-transform:\x20translateY(0);\x22></div>\x0a\x20\x20\x20\x20\x20\x20\x20\x20</div>\x0a\x20\x20\x20\x20\x20\x20\x20\x20<div\x20class=\x22aplayer-controller\x22>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<div\x20class=\x22aplayer-bar-wrap\x22>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<div\x20class=\x22aplayer-bar\x22>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<div\x20class=\x22aplayer-loaded\x22\x20style=\x22width:\x200\x22></div>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<div\x20class=\x22aplayer-played\x22\x20style=\x22width:\x200;\x20background:\x20',
|
1937
|
+
'\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</button>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</div>\x0a\x20\x20\x20\x20\x20\x20\x20\x20</div>\x0a\x20\x20\x20\x20</div>\x0a\x20\x20\x20\x20<div\x20class=\x22aplayer-notice\x22></div>\x0a\x20\x20\x20\x20<div\x20class=\x22aplayer-miniswitcher\x22><button\x20class=\x22aplayer-icon\x22>',
|
1938
|
+
'narrow',
|
1939
|
+
'skipPlayButton',
|
1940
|
+
'573515IUeQZf',
|
1941
|
+
'dtime',
|
1942
|
+
'clearInterval',
|
1943
|
+
'push',
|
1944
|
+
'fixed',
|
1945
|
+
'removeChild',
|
1946
|
+
'defineProperty',
|
1947
|
+
'Loading',
|
1948
|
+
'customAudioType',
|
1949
|
+
'\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</button>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<div\x20class=\x22aplayer-volume-bar-wrap\x22>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<div\x20class=\x22aplayer-volume-bar\x22>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<div\x20class=\x22aplayer-volume\x22\x20style=\x22height:\x2080%;\x20background:\x20',
|
1950
|
+
'barWrap',
|
1951
|
+
'init',
|
1952
|
+
'map',
|
1953
|
+
'onRejected',
|
1954
|
+
'\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</button>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<button\x20type=\x22button\x22\x20class=\x22aplayer-icon\x20aplayer-icon-loop\x22>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20',
|
1955
|
+
'removeAudio',
|
1956
|
+
'.aplayer-lrc',
|
1957
|
+
'noticeTime',
|
1958
|
+
'parsed',
|
1959
|
+
'notice',
|
1960
|
+
'.aplayer-notice',
|
1961
|
+
'destroy',
|
1962
|
+
'music',
|
1963
|
+
'undefined',
|
1964
|
+
'symbol',
|
1965
|
+
'seek',
|
1966
|
+
'hls',
|
1967
|
+
'disableTimeupdate',
|
1968
|
+
'clientHeight',
|
1969
|
+
'aplayer-list-light',
|
1970
|
+
'audios',
|
1971
|
+
'No\x20audio',
|
1972
|
+
'parentElement',
|
1973
|
+
'author',
|
1974
|
+
'aplayer-list-index',
|
1975
|
+
'arrow',
|
1976
|
+
'function',
|
1977
|
+
'pic',
|
1978
|
+
'mini',
|
1979
|
+
'readyState',
|
1980
|
+
'error',
|
1981
|
+
'listMaxHeight',
|
1982
|
+
';\x22>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<span\x20class=\x22aplayer-loading-icon\x22>',
|
1983
|
+
'skipForwardButton',
|
1984
|
+
'clientX',
|
1985
|
+
'117dplrvk',
|
1986
|
+
'\x0a\x20\x20\x20\x20</ol>\x0a</div>\x0a<div\x20class=\x22aplayer-body\x22>\x0a\x20\x20\x20\x20<div\x20class=\x22aplayer-pic\x22\x20style=\x22',
|
1987
|
+
'volumeButton',
|
1988
|
+
'prependListener',
|
1989
|
+
'offsetWidth',
|
1990
|
+
'dragStart',
|
1991
|
+
'title',
|
1992
|
+
'initLrcButton',
|
1993
|
+
'$value',
|
1994
|
+
''',
|
1995
|
+
'setUIPaused',
|
1996
|
+
'resolve',
|
1997
|
+
'pause',
|
1998
|
+
'stalled',
|
1999
|
+
'current',
|
2000
|
+
'none',
|
2001
|
+
'url',
|
2002
|
+
'this',
|
2003
|
+
'clearImmediate',
|
2004
|
+
'</p>\x0a',
|
2005
|
+
'enable',
|
2006
|
+
'fun',
|
2007
|
+
'now',
|
2008
|
+
'one',
|
2009
|
+
'oRequestAnimationFrame',
|
2010
|
+
'suspend',
|
2011
|
+
'\x0a<div\x20class=\x22aplayer-body\x22>\x0a\x20\x20\x20\x20<div\x20class=\x22aplayer-pic\x22\x20style=\x22',
|
2012
|
+
'message',
|
2013
|
+
'aplayer-lrc-current',
|
2014
|
+
'initOrderButton',
|
2015
|
+
'$each',
|
2016
|
+
'.aplayer-miniswitcher',
|
2017
|
+
'innerHTML',
|
2018
|
+
'aplayer-narrow',
|
2019
|
+
'forEach',
|
2020
|
+
'aplayer-play',
|
2021
|
+
'opacity',
|
2022
|
+
'267512sLnhNu',
|
2023
|
+
'ref',
|
2024
|
+
'mousedown',
|
2025
|
+
'reject',
|
2026
|
+
'LRC\x20file\x20request\x20fails:\x20status\x20',
|
2027
|
+
'artist',
|
2028
|
+
'>\x0a\x20\x20\x20\x20\x20\x20\x20\x20',
|
2029
|
+
'end',
|
2030
|
+
'splice',
|
2031
|
+
'listadd',
|
2032
|
+
'<svg\x20xmlns=\x22http://www.w3.org/2000/svg\x22\x20version=\x221.1\x22\x20viewBox=\x220\x200\x2032\x2032\x22><path\x20d=\x22M0.622\x2018.334h19.54v7.55l11.052-9.412-11.052-9.413v7.549h-19.54v3.725z\x22></path></svg>',
|
2033
|
+
'normal',
|
2034
|
+
'switchVolumeIcon',
|
2035
|
+
'seeked',
|
2036
|
+
'.aplayer-info',
|
2037
|
+
'250px',
|
2038
|
+
'_idleTimeout',
|
2039
|
+
'enumerable',
|
2040
|
+
'waiting',
|
2041
|
+
'_unrefActive',
|
2042
|
+
'style',
|
2043
|
+
'lrcButton',
|
2044
|
+
'tagName',
|
2045
|
+
'random',
|
2046
|
+
'info',
|
2047
|
+
'skipBack',
|
2048
|
+
'lyrics',
|
2049
|
+
'elements',
|
2050
|
+
'played',
|
2051
|
+
'browser',
|
2052
|
+
'.aplayer-button',
|
2053
|
+
'canPlayType',
|
2054
|
+
'</button></div>\x0a</div>\x0a<div\x20class=\x22aplayer-lrc\x22>\x0a\x20\x20\x20\x20<div\x20class=\x22aplayer-lrc-contents\x22\x20style=\x22transform:\x20translateY(0);\x20-webkit-transform:\x20translateY(0);\x22></div>\x0a</div>\x0a',
|
2055
|
+
'version',
|
2056
|
+
'clientY',
|
2057
|
+
'.aplayer-icon-forward',
|
2058
|
+
'application/vnd.apple.mpegURL',
|
2059
|
+
'show',
|
2060
|
+
'ptime',
|
2061
|
+
'application/x-mpegURL',
|
2062
|
+
'[object\x20process]',
|
2063
|
+
'Audio\x20name',
|
2064
|
+
';\x22></div>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</div>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</div>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</div>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<button\x20type=\x22button\x22\x20class=\x22aplayer-icon\x20aplayer-icon-order\x22>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20',
|
2065
|
+
'isSupported',
|
2066
|
+
'108768iPKuqg',
|
2067
|
+
'ratechange',
|
2068
|
+
'playing',
|
2069
|
+
'history',
|
2070
|
+
'nameMap',
|
2071
|
+
'touchend',
|
2072
|
+
'pushState',
|
2073
|
+
'stringify',
|
2074
|
+
'navigator',
|
2075
|
+
'webkitRequestAnimationFrame',
|
2076
|
+
'remove',
|
2077
|
+
'process.chdir\x20is\x20not\x20supported',
|
2078
|
+
'seeking',
|
2079
|
+
'setTimeout',
|
2080
|
+
'[object\x20Array]',
|
2081
|
+
'charCodeAt',
|
2082
|
+
'mozFullScreenElement',
|
2083
|
+
'initMiniSwitcher',
|
2084
|
+
'catch',
|
2085
|
+
'muted',
|
2086
|
+
'orderRandom',
|
2087
|
+
'dragMove',
|
2088
|
+
'loadstart',
|
2089
|
+
'initPlayButton',
|
2090
|
+
'Promises\x20must\x20be\x20constructed\x20via\x20new',
|
2091
|
+
'getElementsByClassName',
|
2092
|
+
'An\x20audio\x20error\x20has\x20occurred,\x20player\x20will\x20skip\x20forward\x20in\x202\x20seconds.',
|
2093
|
+
'nodeName',
|
2094
|
+
'play',
|
2095
|
+
'aplayer-time-narrow',
|
2096
|
+
'listremove',
|
2097
|
+
'width',
|
2098
|
+
'data',
|
2099
|
+
'set',
|
2100
|
+
'loading',
|
2101
|
+
'offsetTop',
|
2102
|
+
'background-image:\x20url("',
|
2103
|
+
'</div>\x0a\x20\x20\x20\x20</div>\x0a\x20\x20\x20\x20<div\x20class=\x22aplayer-info\x22\x20style=\x22display:\x20none;\x22>\x0a\x20\x20\x20\x20\x20\x20\x20\x20<div\x20class=\x22aplayer-music\x22>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<span\x20class=\x22aplayer-title\x22>No\x20audio</span>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<span\x20class=\x22aplayer-author\x22></span>\x0a\x20\x20\x20\x20\x20\x20\x20\x20</div>\x0a\x20\x20\x20\x20\x20\x20\x20\x20<div\x20class=\x22aplayer-controller\x22>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<div\x20class=\x22aplayer-bar-wrap\x22>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<div\x20class=\x22aplayer-bar\x22>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<div\x20class=\x22aplayer-loaded\x22\x20style=\x22width:\x200\x22></div>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<div\x20class=\x22aplayer-played\x22\x20style=\x22width:\x200;\x20background:\x20',
|
2104
|
+
'list',
|
2105
|
+
'height',
|
2106
|
+
'listswitch',
|
2107
|
+
'offsetParent',
|
2108
|
+
'duration',
|
2109
|
+
';\x22>\x0a\x20\x20\x20\x20\x20\x20\x20\x20<div\x20class=\x22aplayer-button\x20aplayer-play\x22>',
|
2110
|
+
'trigger',
|
2111
|
+
'getPrototypeOf',
|
2112
|
+
'getBoundingClientRect',
|
2113
|
+
'addEventListener',
|
2114
|
+
'script',
|
2115
|
+
'.aplayer-time',
|
2116
|
+
'process',
|
2117
|
+
'controller',
|
2118
|
+
'removeEventListener',
|
2119
|
+
'race',
|
2120
|
+
'skip',
|
2121
|
+
'mousemove',
|
2122
|
+
'volumeBarWrap',
|
2123
|
+
'object',
|
2124
|
+
'<svg\x20xmlns=\x22http://www.w3.org/2000/svg\x22\x20version=\x221.1\x22\x20viewBox=\x220\x200\x2032\x2032\x22><path\x20d=\x22M25.468\x206.947c-0.326-0.172-0.724-0.151-1.030\x200.057l-6.438\x204.38v-3.553c0-0.371-0.205-0.71-0.532-0.884-0.326-0.172-0.724-0.151-1.030\x200.057l-12\x208.164c-0.274\x200.186-0.438\x200.496-0.438\x200.827s0.164\x200.641\x200.438\x200.827l12\x208.168c0.169\x200.115\x200.365\x200.174\x200.562\x200.174\x200.16\x200\x200.321-0.038\x200.468-0.116\x200.327-0.173\x200.532-0.514\x200.532-0.884v-3.556l6.438\x204.382c0.169\x200.115\x200.365\x200.174\x200.562\x200.174\x200.16\x200\x200.321-0.038\x200.468-0.116\x200.327-0.173\x200.532-0.514\x200.532-0.884v-16.333c0-0.371-0.205-0.71-0.532-0.884z\x22></path></svg>',
|
2125
|
+
'DOMContentLoaded',
|
2126
|
+
'volume',
|
2127
|
+
'setMode',
|
2128
|
+
'clientWidth',
|
2129
|
+
'aplayer-setting',
|
2130
|
+
'.aplayer-list-cur',
|
2131
|
+
'<svg\x20xmlns=\x22http://www.w3.org/2000/svg\x22\x20version=\x221.1\x22\x20viewBox=\x220\x200\x2029\x2032\x22><path\x20d=\x22M2.667\x207.027l1.707-1.693\x2022.293\x2022.293-1.693\x201.707-4-4h-11.64v4l-5.333-5.333\x205.333-5.333v4h8.973l-8.973-8.973v0.973h-2.667v-3.64l-4-4zM22.667\x2017.333h2.667v5.573l-2.667-2.667v-2.907zM22.667\x206.667v-4l5.333\x205.333-5.333\x205.333v-4h-10.907l-2.667-2.667h13.573z\x22></path></svg>',
|
2132
|
+
'background-color:\x20',
|
2133
|
+
'configurable',
|
2134
|
+
'initMenuButton',
|
2135
|
+
'loopAll',
|
2136
|
+
'querySelectorAll',
|
2137
|
+
'split',
|
2138
|
+
'volumechange',
|
2139
|
+
'15UuXrHT',
|
2140
|
+
'>\x0a\x20\x20\x20\x20<ol',
|
2141
|
+
'aplayer-volume-bar-wrap-active',
|
2142
|
+
'right',
|
2143
|
+
'_clearFn',
|
2144
|
+
'MessageChannel',
|
2145
|
+
'63302TdldwA',
|
2146
|
+
'<svg\x20xmlns=\x22http://www.w3.org/2000/svg\x22\x20version=\x221.1\x22\x20viewBox=\x220\x200\x2016\x2031\x22><path\x20d=\x22M15.552\x2015.168q0.448\x200.32\x200.448\x200.832\x200\x200.448-0.448\x200.768l-13.696\x208.512q-0.768\x200.512-1.312\x200.192t-0.544-1.28v-16.448q0-0.96\x200.544-1.28t1.312\x200.192z\x22></path></svg>',
|
2147
|
+
'px)',
|
2148
|
+
'Not\x20available',
|
2149
|
+
'body',
|
2150
|
+
'msRequestAnimationFrame',
|
2151
|
+
'playerEvents',
|
2152
|
+
'async',
|
2153
|
+
'loadeddata',
|
2154
|
+
'theme',
|
2155
|
+
'background',
|
2156
|
+
'enroll',
|
2157
|
+
'array',
|
2158
|
+
'scrollLeft',
|
2159
|
+
'.aplayer-volume-bar',
|
2160
|
+
'mozRequestAnimationFrame',
|
2161
|
+
'constructor',
|
2162
|
+
'env',
|
2163
|
+
'toString',
|
2164
|
+
'loadingChecker',
|
2165
|
+
'miniSwitcher',
|
2166
|
+
'setTimeout\x20has\x20not\x20been\x20defined',
|
2167
|
+
'__esModule',
|
2168
|
+
'type',
|
2169
|
+
'src',
|
2170
|
+
'\x0a\x20\x20\x20\x20</ol>\x0a</div>\x0a',
|
2171
|
+
'iterator',
|
2172
|
+
'\x20aplayer-list-hide',
|
2173
|
+
'.aplayer-body',
|
2174
|
+
'.aplayer-icon-order',
|
2175
|
+
'aplayer-mobile',
|
2176
|
+
'\x0a\x20\x20\x20\x20<p',
|
2177
|
+
'<svg\x20xmlns=\x22http://www.w3.org/2000/svg\x22\x20version=\x221.1\x22\x20viewBox=\x220\x200\x2032\x2032\x22><path\x20d=\x22M22.667\x204l7\x206-7\x206\x207\x206-7\x206v-4h-3.653l-3.76-3.76\x202.827-2.827\x202.587\x202.587h2v-8h-2l-12\x2012h-6v-4h4.347l12-12h3.653v-4zM2.667\x208h6l3.76\x203.76-2.827\x202.827-2.587-2.587h-4.347v-4z\x22></path></svg>',
|
2178
|
+
'audioEvents',
|
2179
|
+
'click',
|
2180
|
+
'<svg\x20xmlns=\x22http://www.w3.org/2000/svg\x22\x20version=\x221.1\x22\x20viewBox=\x220\x200\x2022\x2032\x22><path\x20d=\x22M20.8\x2014.4q0.704\x200\x201.152\x200.48t0.448\x201.12-0.48\x201.12-1.12\x200.48h-19.2q-0.64\x200-1.12-0.48t-0.48-1.12\x200.448-1.12\x201.152-0.48h19.2zM1.6\x2011.2q-0.64\x200-1.12-0.48t-0.48-1.12\x200.448-1.12\x201.152-0.48h19.2q0.704\x200\x201.152\x200.48t0.448\x201.12-0.48\x201.12-1.12\x200.48h-19.2zM20.8\x2020.8q0.704\x200\x201.152\x200.48t0.448\x201.12-0.48\x201.12-1.12\x200.48h-19.2q-0.64\x200-1.12-0.48t-0.48-1.12\x200.448-1.12\x201.152-0.48h19.2z\x22></path></svg>',
|
2181
|
+
'playedPromise',
|
2182
|
+
'scroll',
|
2183
|
+
'thumb',
|
2184
|
+
'</span>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</span>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</div>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</div>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</div>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<div\x20class=\x22aplayer-time\x22>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<span\x20class=\x22aplayer-time-inner\x22>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<span\x20class=\x22aplayer-ptime\x22>00:00</span>\x20/\x20<span\x20class=\x22aplayer-dtime\x22>00:00</span>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</span>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<span\x20class=\x22aplayer-icon\x20aplayer-icon-back\x22>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20',
|
2185
|
+
'transform',
|
2186
|
+
'loopOne',
|
2187
|
+
'isMobile',
|
2188
|
+
'setItem',
|
2189
|
+
'aplayer',
|
2190
|
+
'fps',
|
2191
|
+
'Audio\x20artist',
|
2192
|
+
'disable',
|
2193
|
+
'00:00',
|
2194
|
+
'.aplayer-icon-play',
|
2195
|
+
'name',
|
2196
|
+
';\x22></span>\x0a\x20\x20\x20\x20<span\x20class=\x22aplayer-list-index\x22>',
|
2197
|
+
'createElement',
|
2198
|
+
'volumeDown',
|
2199
|
+
'.aplayer-ptime',
|
2200
|
+
'create',
|
2201
|
+
'secondToTime',
|
2202
|
+
'run',
|
2203
|
+
'getElementsByTagName',
|
2204
|
+
'<svg\x20xmlns=\x22http://www.w3.org/2000/svg\x22\x20version=\x221.1\x22\x20viewBox=\x220\x200\x2032\x2032\x22><path\x20d=\x22M22\x2016l-10.105-10.6-1.895\x201.987\x208.211\x208.613-8.211\x208.612\x201.895\x201.988\x208.211-8.613z\x22></path></svg>',
|
2205
|
+
'lrcWrap',
|
2206
|
+
'addAudio',
|
2207
|
+
'auto',
|
2208
|
+
'aplayer-lrc-hide',
|
2209
|
+
'setUIPlaying',
|
2210
|
+
'listeners',
|
2211
|
+
'volumeBar',
|
2212
|
+
'_idleTimeoutId',
|
2213
|
+
'switch',
|
2214
|
+
'storageName',
|
2215
|
+
'timer',
|
2216
|
+
'backgroundColor',
|
2217
|
+
'preventDefault',
|
2218
|
+
'menu',
|
2219
|
+
'\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</span>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<span\x20class=\x22aplayer-icon\x20aplayer-icon-play\x22>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20',
|
2220
|
+
'.aplayer-volume-bar-wrap',
|
2221
|
+
'events',
|
2222
|
+
'loaded',
|
2223
|
+
'documentElement',
|
2224
|
+
'loopNone',
|
2225
|
+
'classList',
|
2226
|
+
'open',
|
2227
|
+
'cwd',
|
2228
|
+
'buffered',
|
2229
|
+
'340002RXVqLw',
|
2230
|
+
'listmaxheight',
|
2231
|
+
'.aplayer-icon-loop',
|
2232
|
+
'default',
|
2233
|
+
'send',
|
2234
|
+
'A\x20promise\x20cannot\x20be\x20resolved\x20with\x20itself.',
|
2235
|
+
'_value',
|
2236
|
+
'return\x20this',
|
2237
|
+
'enableloadingChecker',
|
2238
|
+
'promise',
|
2239
|
+
'removeListener',
|
2240
|
+
'changedTouches',
|
2241
|
+
'then',
|
2242
|
+
'.aplayer-lrc-contents',
|
2243
|
+
'slice',
|
2244
|
+
'$escape',
|
2245
|
+
'.aplayer-thumb',
|
2246
|
+
'length',
|
2247
|
+
'paused',
|
2248
|
+
'initLoopButton',
|
2249
|
+
'loadSource',
|
2250
|
+
'APlayer',
|
2251
|
+
'isArray',
|
2252
|
+
'apply',
|
2253
|
+
'noticehide',
|
2254
|
+
'initSkipButton',
|
2255
|
+
'2498860HqaSMk',
|
2256
|
+
'\x0a<div\x20class=\x22aplayer-list',
|
2257
|
+
'orderList',
|
2258
|
+
'attachMedia',
|
2259
|
+
'pageYOffset',
|
2260
|
+
'initVolumeButton',
|
2261
|
+
'Possible\x20Unhandled\x20Promise\x20Rejection:',
|
2262
|
+
'setImmediate',
|
2263
|
+
'skipForward',
|
2264
|
+
'writable',
|
2265
|
+
'toggle',
|
2266
|
+
'_immediateFn',
|
2267
|
+
'substring',
|
2268
|
+
'onFulfilled',
|
2269
|
+
'importScripts',
|
2270
|
+
'listCurs',
|
2271
|
+
'&',
|
2272
|
+
'.aplayer-list',
|
2273
|
+
'<',
|
2274
|
+
'parse',
|
2275
|
+
'[object\x20Function]',
|
2276
|
+
'order',
|
2277
|
+
'url(\x27',
|
2278
|
+
'durationchange',
|
2279
|
+
'clear',
|
2280
|
+
'status',
|
2281
|
+
'audio',
|
2282
|
+
'translateY(',
|
2283
|
+
'index',
|
2284
|
+
'umask',
|
2285
|
+
'clearTimeout\x20has\x20not\x20been\x20defined',
|
2286
|
+
'aplayer-withlist',
|
2287
|
+
'loop',
|
2288
|
+
';\x22>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<span\x20class=\x22aplayer-thumb\x22\x20style=\x22background:\x20',
|
2289
|
+
'emptied',
|
2290
|
+
'icons',
|
2291
|
+
'prevIndex',
|
2292
|
+
'\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</span>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<span\x20class=\x22aplayer-icon\x20aplayer-icon-forward\x22>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20',
|
2293
|
+
'warn',
|
2294
|
+
'aplayer-icon-lrc-inactivity',
|
2295
|
+
'key',
|
2296
|
+
'An\x20audio\x20error\x20has\x20occurred.',
|
2297
|
+
'\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</button>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<button\x20type=\x22button\x22\x20class=\x22aplayer-icon\x20aplayer-icon-lrc\x22>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20',
|
2298
|
+
'value',
|
2299
|
+
'lrchide',
|
2300
|
+
'attachEvent',
|
2301
|
+
'.aplayer-title',
|
2302
|
+
'exec',
|
2303
|
+
'port1',
|
2304
|
+
'Cannot\x20call\x20a\x20class\x20as\x20a\x20function',
|
2305
|
+
'.aplayer-time\x20button',
|
2306
|
+
'Checker',
|
2307
|
+
'lrc',
|
2308
|
+
'update',
|
2309
|
+
'concat',
|
2310
|
+
'top',
|
2311
|
+
'argv',
|
2312
|
+
'floor',
|
2313
|
+
'string',
|
2314
|
+
'addListener',
|
2315
|
+
'<svg\x20xmlns=\x22http://www.w3.org/2000/svg\x22\x20version=\x221.1\x22\x20viewBox=\x220\x200\x2032\x2032\x22><path\x20d=\x22M26.667\x205.333h-21.333c-0\x200-0.001\x200-0.001\x200-1.472\x200-2.666\x201.194-2.666\x202.666\x200\x200\x200\x200.001\x200\x200.001v-0\x2016c0\x200\x200\x200.001\x200\x200.001\x200\x201.472\x201.194\x202.666\x202.666\x202.666\x200\x200\x200.001\x200\x200.001\x200h21.333c0\x200\x200.001\x200\x200.001\x200\x201.472\x200\x202.666-1.194\x202.666-2.666\x200-0\x200-0.001\x200-0.001v0-16c0-0\x200-0.001\x200-0.001\x200-1.472-1.194-2.666-2.666-2.666-0\x200-0.001\x200-0.001\x200h0zM5.333\x2016h5.333v2.667h-5.333v-2.667zM18.667\x2024h-13.333v-2.667h13.333v2.667zM26.667\x2024h-5.333v-2.667h5.333v2.667zM26.667\x2018.667h-13.333v-2.667h13.333v2.667z\x22></path></svg>',
|
2316
|
+
'_unhandledRejectionFn'
|
2317
|
+
];
|
2318
|
+
_0x533a = function () {
|
2319
|
+
return _0x34f0dd;
|
2320
|
+
};
|
2321
|
+
return _0x533a();
|
2322
|
+
}
|