1 line
13 KiB
JavaScript
1 line
13 KiB
JavaScript
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-57544d36"],{1148:function(e,t,r){"use strict";var n=r("a691"),o=r("1d80");e.exports="".repeat||function(e){var t=String(o(this)),r="",a=n(e);if(a<0||a==1/0)throw RangeError("Wrong number of repetitions");for(;a>0;(a>>>=1)&&(t+=t))1&a&&(r+=t);return r}},1276:function(e,t,r){"use strict";var n=r("d784"),o=r("44e7"),a=r("825a"),c=r("1d80"),i=r("4840"),u=r("8aa5"),f=r("50c4"),l=r("14c3"),s=r("9263"),d=r("d039"),p=[].push,g=Math.min,b=4294967295,h=!d((function(){return!RegExp(b,"y")}));n("split",2,(function(e,t,r){var n;return n="c"=="abbc".split(/(b)*/)[1]||4!="test".split(/(?:)/,-1).length||2!="ab".split(/(?:ab)*/).length||4!=".".split(/(.?)(.?)/).length||".".split(/()()/).length>1||"".split(/.?/).length?function(e,r){var n=String(c(this)),a=void 0===r?b:r>>>0;if(0===a)return[];if(void 0===e)return[n];if(!o(e))return t.call(n,e,a);var i,u,f,l=[],d=(e.ignoreCase?"i":"")+(e.multiline?"m":"")+(e.unicode?"u":"")+(e.sticky?"y":""),g=0,h=new RegExp(e.source,d+"g");while(i=s.call(h,n)){if(u=h.lastIndex,u>g&&(l.push(n.slice(g,i.index)),i.length>1&&i.index<n.length&&p.apply(l,i.slice(1)),f=i[0].length,g=u,l.length>=a))break;h.lastIndex===i.index&&h.lastIndex++}return g===n.length?!f&&h.test("")||l.push(""):l.push(n.slice(g)),l.length>a?l.slice(0,a):l}:"0".split(void 0,0).length?function(e,r){return void 0===e&&0===r?[]:t.call(this,e,r)}:t,[function(t,r){var o=c(this),a=void 0==t?void 0:t[e];return void 0!==a?a.call(t,o,r):n.call(String(o),t,r)},function(e,o){var c=r(n,e,this,o,n!==t);if(c.done)return c.value;var s=a(e),d=String(this),p=i(s,RegExp),_=s.unicode,v=(s.ignoreCase?"i":"")+(s.multiline?"m":"")+(s.unicode?"u":"")+(h?"y":"g"),m=new p(h?s:"^(?:"+s.source+")",v),x=void 0===o?b:o>>>0;if(0===x)return[];if(0===d.length)return null===l(m,d)?[d]:[];var C=0,E=0,A=[];while(E<d.length){m.lastIndex=h?E:0;var y,w=l(m,h?d:d.slice(E));if(null===w||(y=g(f(m.lastIndex+(h?0:E)),d.length))===C)E=u(d,E,_);else{if(A.push(d.slice(C,E)),A.length===x)return A;for(var R=1;R<=w.length-1;R++)if(A.push(w[R]),A.length===x)return A;E=C=y}}return A.push(d.slice(C)),A}]}),!h)},"25f0":function(e,t,r){"use strict";var n=r("6eeb"),o=r("825a"),a=r("d039"),c=r("ad6d"),i="toString",u=RegExp.prototype,f=u[i],l=a((function(){return"/a/b"!=f.call({source:"a",flags:"b"})})),s=f.name!=i;(l||s)&&n(RegExp.prototype,i,(function(){var e=o(this),t=String(e.source),r=e.flags,n=String(void 0===r&&e instanceof RegExp&&!("flags"in u)?c.call(e):r);return"/"+t+"/"+n}),{unsafe:!0})},"27ae":function(module,exports,__webpack_require__){(function(global){var __WEBPACK_AMD_DEFINE_ARRAY__,__WEBPACK_AMD_DEFINE_RESULT__;(function(e,t){module.exports=t(e)})("undefined"!==typeof self?self:"undefined"!==typeof window?window:"undefined"!==typeof global?global:this,(function(global){"use strict";global=global||{};var _Base64=global.Base64,version="2.5.2",buffer;if(module.exports)try{buffer=eval("require('buffer').Buffer")}catch(err){buffer=void 0}var b64chars="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",b64tab=function(e){for(var t={},r=0,n=e.length;r<n;r++)t[e.charAt(r)]=r;return t}(b64chars),fromCharCode=String.fromCharCode,cb_utob=function(e){if(e.length<2){var t=e.charCodeAt(0);return t<128?e:t<2048?fromCharCode(192|t>>>6)+fromCharCode(128|63&t):fromCharCode(224|t>>>12&15)+fromCharCode(128|t>>>6&63)+fromCharCode(128|63&t)}t=65536+1024*(e.charCodeAt(0)-55296)+(e.charCodeAt(1)-56320);return fromCharCode(240|t>>>18&7)+fromCharCode(128|t>>>12&63)+fromCharCode(128|t>>>6&63)+fromCharCode(128|63&t)},re_utob=/[\uD800-\uDBFF][\uDC00-\uDFFFF]|[^\x00-\x7F]/g,utob=function(e){return e.replace(re_utob,cb_utob)},cb_encode=function(e){var t=[0,2,1][e.length%3],r=e.charCodeAt(0)<<16|(e.length>1?e.charCodeAt(1):0)<<8|(e.length>2?e.charCodeAt(2):0),n=[b64chars.charAt(r>>>18),b64chars.charAt(r>>>12&63),t>=2?"=":b64chars.charAt(r>>>6&63),t>=1?"=":b64chars.charAt(63&r)];return n.join("")},btoa=global.btoa?function(e){return global.btoa(e)}:function(e){return e.replace(/[\s\S]{1,3}/g,cb_encode)},_encode=function(e){var t="[object Uint8Array]"===Object.prototype.toString.call(e);return t?e.toString("base64"):btoa(utob(String(e)))},encode=function(e,t){return t?_encode(String(e)).replace(/[+\/]/g,(function(e){return"+"==e?"-":"_"})).replace(/=/g,""):_encode(e)},encodeURI=function(e){return encode(e,!0)},re_btou=/[\xC0-\xDF][\x80-\xBF]|[\xE0-\xEF][\x80-\xBF]{2}|[\xF0-\xF7][\x80-\xBF]{3}/g,cb_btou=function(e){switch(e.length){case 4:var t=(7&e.charCodeAt(0))<<18|(63&e.charCodeAt(1))<<12|(63&e.charCodeAt(2))<<6|63&e.charCodeAt(3),r=t-65536;return fromCharCode(55296+(r>>>10))+fromCharCode(56320+(1023&r));case 3:return fromCharCode((15&e.charCodeAt(0))<<12|(63&e.charCodeAt(1))<<6|63&e.charCodeAt(2));default:return fromCharCode((31&e.charCodeAt(0))<<6|63&e.charCodeAt(1))}},btou=function(e){return e.replace(re_btou,cb_btou)},cb_decode=function(e){var t=e.length,r=t%4,n=(t>0?b64tab[e.charAt(0)]<<18:0)|(t>1?b64tab[e.charAt(1)]<<12:0)|(t>2?b64tab[e.charAt(2)]<<6:0)|(t>3?b64tab[e.charAt(3)]:0),o=[fromCharCode(n>>>16),fromCharCode(n>>>8&255),fromCharCode(255&n)];return o.length-=[0,0,2,1][r],o.join("")},_atob=global.atob?function(e){return global.atob(e)}:function(e){return e.replace(/\S{1,4}/g,cb_decode)},atob=function(e){return _atob(String(e).replace(/[^A-Za-z0-9\+\/]/g,""))},_decode=buffer?buffer.from&&Uint8Array&&buffer.from!==Uint8Array.from?function(e){return(e.constructor===buffer.constructor?e:buffer.from(e,"base64")).toString()}:function(e){return(e.constructor===buffer.constructor?e:new buffer(e,"base64")).toString()}:function(e){return btou(_atob(e))},decode=function(e){return _decode(String(e).replace(/[-_]/g,(function(e){return"-"==e?"+":"/"})).replace(/[^A-Za-z0-9\+\/]/g,""))},noConflict=function(){var e=global.Base64;return global.Base64=_Base64,e};if(global.Base64={VERSION:version,atob:atob,btoa:btoa,fromBase64:decode,toBase64:encode,utob:utob,encode:encode,encodeURI:encodeURI,btou:btou,decode:decode,noConflict:noConflict,__buffer__:buffer},"function"===typeof Object.defineProperty){var noEnum=function(e){return{value:e,enumerable:!1,writable:!0,configurable:!0}};global.Base64.extendString=function(){Object.defineProperty(String.prototype,"fromBase64",noEnum((function(){return decode(this)}))),Object.defineProperty(String.prototype,"toBase64",noEnum((function(e){return encode(this,e)}))),Object.defineProperty(String.prototype,"toBase64URI",noEnum((function(){return encode(this,!0)})))}}return global["Meteor"]&&(Base64=global.Base64),module.exports?module.exports.Base64=global.Base64:(__WEBPACK_AMD_DEFINE_ARRAY__=[],__WEBPACK_AMD_DEFINE_RESULT__=function(){return global.Base64}.apply(exports,__WEBPACK_AMD_DEFINE_ARRAY__),void 0===__WEBPACK_AMD_DEFINE_RESULT__||(module.exports=__WEBPACK_AMD_DEFINE_RESULT__)),{Base64:global.Base64}}))}).call(this,__webpack_require__("c8ba"))},"408a":function(e,t,r){var n=r("c6b6");e.exports=function(e){if("number"!=typeof e&&"Number"!=n(e))throw TypeError("Incorrect invocation");return+e}},"44e7":function(e,t,r){var n=r("861d"),o=r("c6b6"),a=r("b622"),c=a("match");e.exports=function(e){var t;return n(e)&&(void 0!==(t=e[c])?!!t:"RegExp"==o(e))}},"45d8":function(e,t,r){"use strict";r.d(t,"c",(function(){return l})),r.d(t,"b",(function(){return s})),r.d(t,"a",(function(){return d})),r.d(t,"d",(function(){return g})),r.d(t,"g",(function(){return b})),r.d(t,"f",(function(){return h})),r.d(t,"e",(function(){return _}));r("99af"),r("c975"),r("b680"),r("4d63"),r("ac1f"),r("25f0"),r("5319"),r("1276");var n=r("9bd2"),o=r("27ae").Base64,a=["html","php","css","go","java","js","json","txt","sh","md"],c=["mp4","webm","mkv","m3u8","flv","mov","m4v"],i=["bmp","jpg","jpeg","png","gif"],u=["pdf"],f=function(e){return e.replace(/(.*)/,(function(e,t){return t.replace().replace(/\//g,"%2F").replace(/#/g,"%23")}))},l=function(e,t){return e=f(e),"application/vnd.google-apps.folder"===t.mimeType&&"/"!==e.substr(-1)&&(e+="/"),e},s=function(e){var t=e.split("/").pop(),r=t.split(".").pop().toLowerCase(),n=p(e);return-1!=a.indexOf("".concat(r))&&(e=e.replace(/\/(\d+:)\/.*/,(function(e,t){return"/".concat(t,"text/").concat(n)}))),-1!=u.indexOf("".concat(r))&&(e=e.replace(/\/(\d+:)\/.*/,(function(e,t){return"/".concat(t,"pdf/").concat(n)}))),-1!=c.indexOf("".concat(r))&&(e=e.replace(/\/(\d+:)\/.*/,(function(e,t){return"/".concat(t,"video/").concat(n)}))),-1!=i.indexOf("".concat(r))&&(e=e.replace(/\/(\d+:)\/.*/,(function(e,t){return"/".concat(t,"image/").concat(n)}))),e},d=function(e){var t=e.split("/").pop(),r=t.split(".").pop().toLowerCase(),n=a.concat.apply(a,c.concat(i,u));return-1!=n.indexOf("".concat(r))},p=function(e){return o.encodeURI(e)},g=function(e){return o.decode(e)};function b(e,t){var r=e.path,o=e.file,a=o?o.modifiedTime:null,c="file_path_"+r+a,i=a?localStorage.getItem(c):null;if(i)return t(i);n["a"].get(r).then((function(e){var r=e.data;localStorage.setItem(c,r),t(r)}))}function h(e){return e>=1e9?e=(e/1e9).toFixed(2)+" GB":e>=1e6?e=(e/1e6).toFixed(2)+" MB":e>=1e3?e=(e/1e3).toFixed(2)+" KB":e>1?e+=" bytes":1==e?e+=" byte":e="",e}function _(e,t){t=t||"YYYY-MM-DD HH:mm:ss","string"===typeof e&&(e=new Date(e)),"number"===typeof e&&(e=new Date(e));var r={"M+":e.getMonth()+1,"D+":e.getDate(),"h+":e.getHours()%12===0?12:e.getHours()%12,"H+":e.getHours(),"m+":e.getMinutes(),"s+":e.getSeconds(),"q+":Math.floor((e.getMonth()+3)/3),S:e.getMilliseconds()},n={0:"日",1:"一",2:"二",3:"三",4:"四",5:"五",6:"六"};for(var o in/(Y+)/.test(t)&&(t=t.replace(RegExp.$1,(e.getFullYear()+"").substr(4-RegExp.$1.length))),/(E+)/.test(t)&&(t=t.replace(RegExp.$1,(RegExp.$1.length>1?RegExp.$1.length>2?"星期":"周":"")+n[e.getDay()+""])),r)new RegExp("("+o+")").test(t)&&(t=t.replace(RegExp.$1,1===RegExp.$1.length?r[o]:("00"+r[o]).substr((""+r[o]).length)));return t}},"4d63":function(e,t,r){var n=r("83ab"),o=r("da84"),a=r("94ca"),c=r("7156"),i=r("9bf2").f,u=r("241c").f,f=r("44e7"),l=r("ad6d"),s=r("9f7f"),d=r("6eeb"),p=r("d039"),g=r("69f3").set,b=r("2626"),h=r("b622"),_=h("match"),v=o.RegExp,m=v.prototype,x=/a/g,C=/a/g,E=new v(x)!==x,A=s.UNSUPPORTED_Y,y=n&&a("RegExp",!E||A||p((function(){return C[_]=!1,v(x)!=x||v(C)==C||"/a/i"!=v(x,"i")})));if(y){var w=function(e,t){var r,n=this instanceof w,o=f(e),a=void 0===t;if(!n&&o&&e.constructor===w&&a)return e;E?o&&!a&&(e=e.source):e instanceof w&&(a&&(t=l.call(e)),e=e.source),A&&(r=!!t&&t.indexOf("y")>-1,r&&(t=t.replace(/y/g,"")));var i=c(E?new v(e,t):v(e,t),n?this:m,w);return A&&r&&g(i,{sticky:r}),i},R=function(e){e in w||i(w,e,{configurable:!0,get:function(){return v[e]},set:function(t){v[e]=t}})},B=u(v),S=0;while(B.length>S)R(B[S++]);m.constructor=w,w.prototype=m,d(o,"RegExp",w)}b("RegExp")},7156:function(e,t,r){var n=r("861d"),o=r("d2bb");e.exports=function(e,t,r){var a,c;return o&&"function"==typeof(a=t.constructor)&&a!==r&&n(c=a.prototype)&&c!==r.prototype&&o(e,c),e}},"9eb9":function(e,t,r){},b680:function(e,t,r){"use strict";var n=r("23e7"),o=r("a691"),a=r("408a"),c=r("1148"),i=r("d039"),u=1..toFixed,f=Math.floor,l=function(e,t,r){return 0===t?r:t%2===1?l(e,t-1,r*e):l(e*e,t/2,r)},s=function(e){var t=0,r=e;while(r>=4096)t+=12,r/=4096;while(r>=2)t+=1,r/=2;return t},d=u&&("0.000"!==8e-5.toFixed(3)||"1"!==.9.toFixed(0)||"1.25"!==1.255.toFixed(2)||"1000000000000000128"!==(0xde0b6b3a7640080).toFixed(0))||!i((function(){u.call({})}));n({target:"Number",proto:!0,forced:d},{toFixed:function(e){var t,r,n,i,u=a(this),d=o(e),p=[0,0,0,0,0,0],g="",b="0",h=function(e,t){var r=-1,n=t;while(++r<6)n+=e*p[r],p[r]=n%1e7,n=f(n/1e7)},_=function(e){var t=6,r=0;while(--t>=0)r+=p[t],p[t]=f(r/e),r=r%e*1e7},v=function(){var e=6,t="";while(--e>=0)if(""!==t||0===e||0!==p[e]){var r=String(p[e]);t=""===t?r:t+c.call("0",7-r.length)+r}return t};if(d<0||d>20)throw RangeError("Incorrect fraction digits");if(u!=u)return"NaN";if(u<=-1e21||u>=1e21)return String(u);if(u<0&&(g="-",u=-u),u>1e-21)if(t=s(u*l(2,69,1))-69,r=t<0?u*l(2,-t,1):u/l(2,t,1),r*=4503599627370496,t=52-t,t>0){h(0,r),n=d;while(n>=7)h(1e7,0),n-=7;h(l(10,n,1),0),n=t-1;while(n>=23)_(1<<23),n-=23;_(1<<n),h(1,1),_(2),b=v()}else h(0,r),h(1<<-t,0),b=v()+c.call("0",d);return d>0?(i=b.length,b=g+(i<=d?"0."+c.call("0",d-i)+b:b.slice(0,i-d)+"."+b.slice(i-d))):b=g+b,b}})},e7cb:function(e,t,r){"use strict";var n=r("9eb9"),o=r.n(n);o.a},fe7f:function(e,t,r){"use strict";r.r(t);var n=function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",{staticClass:"content g2-content"},[r("object",{attrs:{data:e.url,type:"application/pdf",name:"file.pdf"}},[r("embed",{attrs:{src:e.url,type:"application/pdf"}})])])},o=[],a=r("45d8"),c={data:function(){return{}},computed:{url:function(){return this.$route.params.path?Object(a["d"])(this.$route.params.path):""}},methods:{}},i=c,u=(r("e7cb"),r("2877")),f=Object(u["a"])(i,n,o,!1,null,"59e039ae",null);t["default"]=f.exports}}]); |