You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jiaojiu/dist/js/chunk-4e766319.9913b291.js

14 lines
206 KiB

4 years ago
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-4e766319"],{"0335":function(t,e,n){(function(e){var r,i="undefined"!==typeof e?e:"undefined"!==typeof window?window:{},o=n(1);"undefined"!==typeof document?r=document:(r=i["__GLOBAL_DOCUMENT_CACHE@4"],r||(r=i["__GLOBAL_DOCUMENT_CACHE@4"]=o)),t.exports=r}).call(this,n("c8ba"))},"0630":function(t,e){function n(t,e){var n,r=null;try{n=JSON.parse(t,e)}catch(i){r=i}return[r,n]}t.exports=n},"07d6":function(t,e,n){},1:function(t,e){},"1eba":function(t,e){t.exports=r;var n=Object.prototype.hasOwnProperty;function r(){for(var t={},e=0;e<arguments.length;e++){var r=arguments[e];for(var i in r)n.call(r,i)&&(t[i]=r[i])}return t}},"1f90":function(t,e){function n(t){return t.replace(/\n\r?\s*/g,"")}t.exports=function(t){for(var e="",r=0;r<arguments.length;r++)e+=n(t[r])+(arguments[r+1]||"");return e}},4201:function(t,e){var n={"":!0,up:!0};function r(t){if("string"!==typeof t)return!1;var e=n[t.toLowerCase()];return!!e&&t.toLowerCase()}function i(t){return"number"===typeof t&&t>=0&&t<=100}function o(){var t=100,e=3,n=0,o=100,s=0,a=100,l="";Object.defineProperties(this,{width:{enumerable:!0,get:function(){return t},set:function(e){if(!i(e))throw new Error("Width must be between 0 and 100.");t=e}},lines:{enumerable:!0,get:function(){return e},set:function(t){if("number"!==typeof t)throw new TypeError("Lines must be set to a number.");e=t}},regionAnchorY:{enumerable:!0,get:function(){return o},set:function(t){if(!i(t))throw new Error("RegionAnchorX must be between 0 and 100.");o=t}},regionAnchorX:{enumerable:!0,get:function(){return n},set:function(t){if(!i(t))throw new Error("RegionAnchorY must be between 0 and 100.");n=t}},viewportAnchorY:{enumerable:!0,get:function(){return a},set:function(t){if(!i(t))throw new Error("ViewportAnchorY must be between 0 and 100.");a=t}},viewportAnchorX:{enumerable:!0,get:function(){return s},set:function(t){if(!i(t))throw new Error("ViewportAnchorX must be between 0 and 100.");s=t}},scroll:{enumerable:!0,get:function(){return l},set:function(t){var e=r(t);if(!1===e)throw new SyntaxError("An invalid or illegal string was specified.");l=e}}})}t.exports=o},"4dab":function(t,e){var n=function(t){return t.replace(/^\s+|\s+$/g,"")},r=function(t){return"[object Array]"===Object.prototype.toString.call(t)};t.exports=function(t){if(!t)return{};for(var e={},i=n(t).split("\n"),o=0;o<i.length;o++){var s=i[o],a=s.indexOf(":"),l=n(s.slice(0,a)).toLowerCase(),c=n(s.slice(a+1));"undefined"===typeof e[l]?e[l]=c:r(e[l])?e[l].push(c):e[l]=[e[l],c]}return e}},"5aa0":function(t,e,n){t.exports=n.p+"img/back.8059563a.svg"},6767:function(t,e,n){
/**
* @license
* Video.js 6.12.1 <http://videojs.com/>
* Copyright Brightcove, Inc. <https://www.brightcove.com/>
* Available under Apache License Version 2.0
* <https://github.com/videojs/video.js/blob/master/LICENSE>
*
* Includes vtt.js <https://github.com/mozilla/vtt.js>
* Available under Apache License Version 2.0
* <https://github.com/mozilla/vtt.js/blob/master/LICENSE>
*/
function r(t){return t&&"object"===typeof t&&"default"in t?t["default"]:t}var i=r(n("ecdc")),o=r(n("0335")),s=r(n("1f90")),a=r(n("0630")),l=r(n("eaf9")),c=r(n("edcb")),u="6.12.1",h=i.navigator&&i.navigator.userAgent||"",p=/AppleWebKit\/([\d.]+)/i.exec(h),d=p?parseFloat(p.pop()):null,f=/iPad/i.test(h),v=/iPhone/i.test(h)&&!f,y=/iPod/i.test(h),g=v||f||y,m=function(){var t=h.match(/OS (\d+)_/i);return t&&t[1]?t[1]:null}(),_=/Android/i.test(h),b=function(){var t=h.match(/Android (\d+)(?:\.(\d+))?(?:\.(\d+))*/i);if(!t)return null;var e=t[1]&&parseFloat(t[1]),n=t[2]&&parseFloat(t[2]);return e&&n?parseFloat(t[1]+"."+t[2]):e||null}(),T=_&&/webkit/i.test(h)&&b<2.3,C=_&&b<5&&d<537,k=/Firefox/i.test(h),w=/Edge/i.test(h),E=!w&&(/Chrome/i.test(h)||/CriOS/i.test(h)),S=function(){var t=h.match(/(Chrome|CriOS)\/(\d+)/);return t&&t[2]?parseFloat(t[2]):null}(),x=/MSIE\s8\.0/.test(h),j=function(){var t=/MSIE\s(\d+)\.\d/.exec(h),e=t&&parseFloat(t[1]);return!e&&/Trident\/7.0/i.test(h)&&/rv:11.0/.test(h)&&(e=11),e}(),A=/Safari/i.test(h)&&!E&&!_&&!w,P=(A||g)&&!E,O=nt()&&("ontouchstart"in i||i.navigator.maxTouchPoints||i.DocumentTouch&&i.document instanceof i.DocumentTouch),M=nt()&&"backgroundSize"in i.document.createElement("video").style,N=(Object.freeze||Object)({IS_IPAD:f,IS_IPHONE:v,IS_IPOD:y,IS_IOS:g,IOS_VERSION:m,IS_ANDROID:_,ANDROID_VERSION:b,IS_OLD_ANDROID:T,IS_NATIVE_ANDROID:C,IS_FIREFOX:k,IS_EDGE:w,IS_CHROME:E,CHROME_VERSION:S,IS_IE8:x,IE_VERSION:j,IS_SAFARI:A,IS_ANY_SAFARI:P,TOUCH_ENABLED:O,BACKGROUND_SIZE_SUPPORTED:M}),I="function"===typeof Symbol&&"symbol"===typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"===typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},D=function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")},L=function(t,e){if("function"!==typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function, not "+typeof e);t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(t,e):t.__proto__=e)},R=function(t,e){if(!t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!e||"object"!==typeof e&&"function"!==typeof e?t:e},B=function(t,e){return t.raw=e,t},F=Object.prototype.toString,H=function(t){return U(t)?Object.keys(t):[]};function V(t,e){H(t).forEach((function(n){return e(t[n],n)}))}function z(t,e){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0;return H(t).reduce((function(n,r){return e(n,t[r],r)}),n)}function W(t){for(var e=arguments.length,n=Array(e>1?e-1:0),r=1;r<e;r++)n[r-1]=arguments[r];return Object.assign?Object.assign.apply(Object,[t].concat(n)):(n.forEach((function(e){e&&V(e,(function(e,n){t[n]=e}))})),t)}function U(t){return!!t&&"object"===("undefined"===typeof t?"undefined":I(t))}function $(t){return U(t)&&"[object Object]"===F.call(t)&&t.constructor===Object}var X=void 0,q="info",K=[],Y=function(t,e){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:!!j&&j<11,r=X.levels[q],o=new RegExp("^("+r+")$");if("log"!==t&&e.unshift(t.toUpperCase()+":"),K&&K.push([].concat(e)),e.unshift("VIDEOJS:"),i.console){var s=i.console[t];s||"debug"!==t||(s=i.console.info||i.console.log),s&&r&&o.test(t)&&(n&&(e=e.map((function(t){if(U(t)||Array.isArray(t))try{return JSON.stringify(t)}catch(e){return String(t)}return String(t)})).join(" ")),s.apply?s[Array.isArray(e)?"apply":"call"](i.console,e):s(e))}};X=function(){for(var t=arguments.length,e=Array(t),n=0;n<t;n++)e[n]=arguments[n];Y("log",e)},X.levels={all:"debug|log|warn|error",off:"",debug:"debug|log|warn|error",info:"log|warn|error",warn:"warn|error",error:"error",DEFAULT:q},X.level=function(t){if("string"===typeof t){if(!X.levels.hasOwnProperty(t))throw new Error('"'+t+'" in not a valid log level');q=t}return q},X.history=function(){return K?[].concat(K):[]},X.history.clear=function(){K&&(K.length=0)},X.history.disable=function(){null!==K&&(K.length=0,K=null)},X.history.enable=function()
//# sourceMappingURL=chunk-4e766319.9913b291.js.map