tyy-game-assiss 3.0.2 → 3.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,939 +1,8 @@
1
- (function(o,n){typeof exports=="object"&&typeof module<"u"?n(exports,require("vue")):typeof define=="function"&&define.amd?define(["exports","vue"],n):(o=typeof globalThis<"u"?globalThis:o||self,n(o["tyy-game-assis"]={},o.Vue))})(this,function(exports,vue){"use strict";function bind$2(o,n){return function(){return o.apply(n,arguments)}}const{toString}=Object.prototype,{getPrototypeOf}=Object,kindOf=(o=>n=>{const t=toString.call(n);return o[t]||(o[t]=t.slice(8,-1).toLowerCase())})(Object.create(null)),kindOfTest=o=>(o=o.toLowerCase(),n=>kindOf(n)===o),typeOfTest=o=>n=>typeof n===o,{isArray:isArray$4}=Array,isUndefined=typeOfTest("undefined");function isBuffer$1(o){return o!==null&&!isUndefined(o)&&o.constructor!==null&&!isUndefined(o.constructor)&&isFunction(o.constructor.isBuffer)&&o.constructor.isBuffer(o)}const isArrayBuffer=kindOfTest("ArrayBuffer");function isArrayBufferView(o){let n;return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?n=ArrayBuffer.isView(o):n=o&&o.buffer&&isArrayBuffer(o.buffer),n}const isString$1=typeOfTest("string"),isFunction=typeOfTest("function"),isNumber$1=typeOfTest("number"),isObject=o=>o!==null&&typeof o=="object",isBoolean$1=o=>o===!0||o===!1,isPlainObject=o=>{if(kindOf(o)!=="object")return!1;const n=getPrototypeOf(o);return(n===null||n===Object.prototype||Object.getPrototypeOf(n)===null)&&!(Symbol.toStringTag in o)&&!(Symbol.iterator in o)},isDate$1=kindOfTest("Date"),isFile=kindOfTest("File"),isBlob=kindOfTest("Blob"),isFileList=kindOfTest("FileList"),isStream=o=>isObject(o)&&isFunction(o.pipe),isFormData=o=>{let n;return o&&(typeof FormData=="function"&&o instanceof FormData||isFunction(o.append)&&((n=kindOf(o))==="formdata"||n==="object"&&isFunction(o.toString)&&o.toString()==="[object FormData]"))},isURLSearchParams=kindOfTest("URLSearchParams"),trim=o=>o.trim?o.trim():o.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"");function forEach(o,n,{allOwnKeys:t=!1}={}){if(o===null||typeof o>"u")return;let l,f;if(typeof o!="object"&&(o=[o]),isArray$4(o))for(l=0,f=o.length;l<f;l++)n.call(null,o[l],l,o);else{const h=t?Object.getOwnPropertyNames(o):Object.keys(o),e=h.length;let _;for(l=0;l<e;l++)_=h[l],n.call(null,o[_],_,o)}}function findKey(o,n){n=n.toLowerCase();const t=Object.keys(o);let l=t.length,f;for(;l-- >0;)if(f=t[l],n===f.toLowerCase())return f;return null}const _global=(()=>typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:global)(),isContextDefined=o=>!isUndefined(o)&&o!==_global;function merge$1(){const{caseless:o}=isContextDefined(this)&&this||{},n={},t=(l,f)=>{const h=o&&findKey(n,f)||f;isPlainObject(n[h])&&isPlainObject(l)?n[h]=merge$1(n[h],l):isPlainObject(l)?n[h]=merge$1({},l):isArray$4(l)?n[h]=l.slice():n[h]=l};for(let l=0,f=arguments.length;l<f;l++)arguments[l]&&forEach(arguments[l],t);return n}const extend=(o,n,t,{allOwnKeys:l}={})=>(forEach(n,(f,h)=>{t&&isFunction(f)?o[h]=bind$2(f,t):o[h]=f},{allOwnKeys:l}),o),stripBOM=o=>(o.charCodeAt(0)===65279&&(o=o.slice(1)),o),inherits=(o,n,t,l)=>{o.prototype=Object.create(n.prototype,l),o.prototype.constructor=o,Object.defineProperty(o,"super",{value:n.prototype}),t&&Object.assign(o.prototype,t)},toFlatObject=(o,n,t,l)=>{let f,h,e;const _={};if(n=n||{},o==null)return n;do{for(f=Object.getOwnPropertyNames(o),h=f.length;h-- >0;)e=f[h],(!l||l(e,o,n))&&!_[e]&&(n[e]=o[e],_[e]=!0);o=t!==!1&&getPrototypeOf(o)}while(o&&(!t||t(o,n))&&o!==Object.prototype);return n},endsWith=(o,n,t)=>{o=String(o),(t===void 0||t>o.length)&&(t=o.length),t-=n.length;const l=o.indexOf(n,t);return l!==-1&&l===t},toArray=o=>{if(!o)return null;if(isArray$4(o))return o;let n=o.length;if(!isNumber$1(n))return null;const t=new Array(n);for(;n-- >0;)t[n]=o[n];return t},isTypedArray=(o=>n=>o&&n instanceof o)(typeof Uint8Array<"u"&&getPrototypeOf(Uint8Array)),forEachEntry=(o,n)=>{const l=(o&&o[Symbol.iterator]).call(o);let f;for(;(f=l.next())&&!f.done;){const h=f.value;n.call(o,h[0],h[1])}},matchAll=(o,n)=>{let t;const l=[];for(;(t=o.exec(n))!==null;)l.push(t);return l},isHTMLForm=kindOfTest("HTMLFormElement"),toCamelCase=o=>o.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(t,l,f){return l.toUpperCase()+f}),hasOwnProperty=(({hasOwnProperty:o})=>(n,t)=>o.call(n,t))(Object.prototype),isRegExp$2=kindOfTest("RegExp"),reduceDescriptors=(o,n)=>{const t=Object.getOwnPropertyDescriptors(o),l={};forEach(t,(f,h)=>{let e;(e=n(f,h,o))!==!1&&(l[h]=e||f)}),Object.defineProperties(o,l)},freezeMethods=o=>{reduceDescriptors(o,(n,t)=>{if(isFunction(o)&&["arguments","caller","callee"].indexOf(t)!==-1)return!1;const l=o[t];if(isFunction(l)){if(n.enumerable=!1,"writable"in n){n.writable=!1;return}n.set||(n.set=()=>{throw Error("Can not rewrite read-only method '"+t+"'")})}})},toObjectSet=(o,n)=>{const t={},l=f=>{f.forEach(h=>{t[h]=!0})};return isArray$4(o)?l(o):l(String(o).split(n)),t},noop=()=>{},toFiniteNumber=(o,n)=>(o=+o,Number.isFinite(o)?o:n),ALPHA="abcdefghijklmnopqrstuvwxyz",DIGIT="0123456789",ALPHABET={DIGIT,ALPHA,ALPHA_DIGIT:ALPHA+ALPHA.toUpperCase()+DIGIT},generateString=(o=16,n=ALPHABET.ALPHA_DIGIT)=>{let t="";const{length:l}=n;for(;o--;)t+=n[Math.random()*l|0];return t};function isSpecCompliantForm(o){return!!(o&&isFunction(o.append)&&o[Symbol.toStringTag]==="FormData"&&o[Symbol.iterator])}const toJSONObject=o=>{const n=new Array(10),t=(l,f)=>{if(isObject(l)){if(n.indexOf(l)>=0)return;if(!("toJSON"in l)){n[f]=l;const h=isArray$4(l)?[]:{};return forEach(l,(e,_)=>{const b=t(e,f+1);!isUndefined(b)&&(h[_]=b)}),n[f]=void 0,h}}return l};return t(o,0)},isAsyncFn=kindOfTest("AsyncFunction"),isThenable=o=>o&&(isObject(o)||isFunction(o))&&isFunction(o.then)&&isFunction(o.catch),utils$4={isArray:isArray$4,isArrayBuffer,isBuffer:isBuffer$1,isFormData,isArrayBufferView,isString:isString$1,isNumber:isNumber$1,isBoolean:isBoolean$1,isObject,isPlainObject,isUndefined,isDate:isDate$1,isFile,isBlob,isRegExp:isRegExp$2,isFunction,isStream,isURLSearchParams,isTypedArray,isFileList,forEach,merge:merge$1,extend,trim,stripBOM,inherits,toFlatObject,kindOf,kindOfTest,endsWith,toArray,forEachEntry,matchAll,isHTMLForm,hasOwnProperty,hasOwnProp:hasOwnProperty,reduceDescriptors,freezeMethods,toObjectSet,toCamelCase,noop,toFiniteNumber,findKey,global:_global,isContextDefined,ALPHABET,generateString,isSpecCompliantForm,toJSONObject,isAsyncFn,isThenable};function AxiosError(o,n,t,l,f){Error.call(this),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error().stack,this.message=o,this.name="AxiosError",n&&(this.code=n),t&&(this.config=t),l&&(this.request=l),f&&(this.response=f)}utils$4.inherits(AxiosError,Error,{toJSON:function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:utils$4.toJSONObject(this.config),code:this.code,status:this.response&&this.response.status?this.response.status:null}}});const prototype$1=AxiosError.prototype,descriptors={};["ERR_BAD_OPTION_VALUE","ERR_BAD_OPTION","ECONNABORTED","ETIMEDOUT","ERR_NETWORK","ERR_FR_TOO_MANY_REDIRECTS","ERR_DEPRECATED","ERR_BAD_RESPONSE","ERR_BAD_REQUEST","ERR_CANCELED","ERR_NOT_SUPPORT","ERR_INVALID_URL"].forEach(o=>{descriptors[o]={value:o}}),Object.defineProperties(AxiosError,descriptors),Object.defineProperty(prototype$1,"isAxiosError",{value:!0}),AxiosError.from=(o,n,t,l,f,h)=>{const e=Object.create(prototype$1);return utils$4.toFlatObject(o,e,function(b){return b!==Error.prototype},_=>_!=="isAxiosError"),AxiosError.call(e,o.message,n,t,l,f),e.cause=o,e.name=o.name,h&&Object.assign(e,h),e};const httpAdapter=null;function isVisitable(o){return utils$4.isPlainObject(o)||utils$4.isArray(o)}function removeBrackets(o){return utils$4.endsWith(o,"[]")?o.slice(0,-2):o}function renderKey(o,n,t){return o?o.concat(n).map(function(f,h){return f=removeBrackets(f),!t&&h?"["+f+"]":f}).join(t?".":""):n}function isFlatArray(o){return utils$4.isArray(o)&&!o.some(isVisitable)}const predicates=utils$4.toFlatObject(utils$4,{},null,function(n){return/^is[A-Z]/.test(n)});function toFormData(o,n,t){if(!utils$4.isObject(o))throw new TypeError("target must be an object");n=n||new FormData,t=utils$4.toFlatObject(t,{metaTokens:!0,dots:!1,indexes:!1},!1,function(O,B){return!utils$4.isUndefined(B[O])});const l=t.metaTokens,f=t.visitor||k,h=t.dots,e=t.indexes,b=(t.Blob||typeof Blob<"u"&&Blob)&&utils$4.isSpecCompliantForm(n);if(!utils$4.isFunction(f))throw new TypeError("visitor must be a function");function E(T){if(T===null)return"";if(utils$4.isDate(T))return T.toISOString();if(!b&&utils$4.isBlob(T))throw new AxiosError("Blob is not supported. Use a Buffer instead.");return utils$4.isArrayBuffer(T)||utils$4.isTypedArray(T)?b&&typeof Blob=="function"?new Blob([T]):Buffer.from(T):T}function k(T,O,B){let I=T;if(T&&!B&&typeof T=="object"){if(utils$4.endsWith(O,"{}"))O=l?O:O.slice(0,-2),T=JSON.stringify(T);else if(utils$4.isArray(T)&&isFlatArray(T)||(utils$4.isFileList(T)||utils$4.endsWith(O,"[]"))&&(I=utils$4.toArray(T)))return O=removeBrackets(O),I.forEach(function(M,q){!(utils$4.isUndefined(M)||M===null)&&n.append(e===!0?renderKey([O],q,h):e===null?O:O+"[]",E(M))}),!1}return isVisitable(T)?!0:(n.append(renderKey(B,O,h),E(T)),!1)}const g=[],S=Object.assign(predicates,{defaultVisitor:k,convertValue:E,isVisitable});function A(T,O){if(!utils$4.isUndefined(T)){if(g.indexOf(T)!==-1)throw Error("Circular reference detected in "+O.join("."));g.push(T),utils$4.forEach(T,function(I,D){(!(utils$4.isUndefined(I)||I===null)&&f.call(n,I,utils$4.isString(D)?D.trim():D,O,S))===!0&&A(I,O?O.concat(D):[D])}),g.pop()}}if(!utils$4.isObject(o))throw new TypeError("data must be an object");return A(o),n}function encode$2(o){const n={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(o).replace(/[!'()~]|%20|%00/g,function(l){return n[l]})}function AxiosURLSearchParams(o,n){this._pairs=[],o&&toFormData(o,this,n)}const prototype=AxiosURLSearchParams.prototype;prototype.append=function(n,t){this._pairs.push([n,t])},prototype.toString=function(n){const t=n?function(l){return n.call(this,l,encode$2)}:encode$2;return this._pairs.map(function(f){return t(f[0])+"="+t(f[1])},"").join("&")};function encode$1(o){return encodeURIComponent(o).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function buildURL(o,n,t){if(!n)return o;const l=t&&t.encode||encode$1,f=t&&t.serialize;let h;if(f?h=f(n,t):h=utils$4.isURLSearchParams(n)?n.toString():new AxiosURLSearchParams(n,t).toString(l),h){const e=o.indexOf("#");e!==-1&&(o=o.slice(0,e)),o+=(o.indexOf("?")===-1?"?":"&")+h}return o}class InterceptorManager{constructor(){this.handlers=[]}use(n,t,l){return this.handlers.push({fulfilled:n,rejected:t,synchronous:l?l.synchronous:!1,runWhen:l?l.runWhen:null}),this.handlers.length-1}eject(n){this.handlers[n]&&(this.handlers[n]=null)}clear(){this.handlers&&(this.handlers=[])}forEach(n){utils$4.forEach(this.handlers,function(l){l!==null&&n(l)})}}const InterceptorManager$1=InterceptorManager,transitionalDefaults={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},URLSearchParams$1=typeof URLSearchParams<"u"?URLSearchParams:AxiosURLSearchParams,FormData$1=typeof FormData<"u"?FormData:null,Blob$1=typeof Blob<"u"?Blob:null,platform$1={isBrowser:!0,classes:{URLSearchParams:URLSearchParams$1,FormData:FormData$1,Blob:Blob$1},protocols:["http","https","file","blob","url","data"]},hasBrowserEnv=typeof window<"u"&&typeof document<"u",hasStandardBrowserEnv=(o=>hasBrowserEnv&&["ReactNative","NativeScript","NS"].indexOf(o)<0)(typeof navigator<"u"&&navigator.product),hasStandardBrowserWebWorkerEnv=(()=>typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope&&typeof self.importScripts=="function")(),utils$3=Object.freeze(Object.defineProperty({__proto__:null,hasBrowserEnv,hasStandardBrowserEnv,hasStandardBrowserWebWorkerEnv},Symbol.toStringTag,{value:"Module"})),platform={...utils$3,...platform$1};function toURLEncodedForm(o,n){return toFormData(o,new platform.classes.URLSearchParams,Object.assign({visitor:function(t,l,f,h){return platform.isNode&&utils$4.isBuffer(t)?(this.append(l,t.toString("base64")),!1):h.defaultVisitor.apply(this,arguments)}},n))}function parsePropPath(o){return utils$4.matchAll(/\w+|\[(\w*)]/g,o).map(n=>n[0]==="[]"?"":n[1]||n[0])}function arrayToObject$1(o){const n={},t=Object.keys(o);let l;const f=t.length;let h;for(l=0;l<f;l++)h=t[l],n[h]=o[h];return n}function formDataToJSON(o){function n(t,l,f,h){let e=t[h++];if(e==="__proto__")return!0;const _=Number.isFinite(+e),b=h>=t.length;return e=!e&&utils$4.isArray(f)?f.length:e,b?(utils$4.hasOwnProp(f,e)?f[e]=[f[e],l]:f[e]=l,!_):((!f[e]||!utils$4.isObject(f[e]))&&(f[e]=[]),n(t,l,f[e],h)&&utils$4.isArray(f[e])&&(f[e]=arrayToObject$1(f[e])),!_)}if(utils$4.isFormData(o)&&utils$4.isFunction(o.entries)){const t={};return utils$4.forEachEntry(o,(l,f)=>{n(parsePropPath(l),f,t,0)}),t}return null}function stringifySafely(o,n,t){if(utils$4.isString(o))try{return(n||JSON.parse)(o),utils$4.trim(o)}catch(l){if(l.name!=="SyntaxError")throw l}return(t||JSON.stringify)(o)}const defaults$2={transitional:transitionalDefaults,adapter:["xhr","http"],transformRequest:[function(n,t){const l=t.getContentType()||"",f=l.indexOf("application/json")>-1,h=utils$4.isObject(n);if(h&&utils$4.isHTMLForm(n)&&(n=new FormData(n)),utils$4.isFormData(n))return f&&f?JSON.stringify(formDataToJSON(n)):n;if(utils$4.isArrayBuffer(n)||utils$4.isBuffer(n)||utils$4.isStream(n)||utils$4.isFile(n)||utils$4.isBlob(n))return n;if(utils$4.isArrayBufferView(n))return n.buffer;if(utils$4.isURLSearchParams(n))return t.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),n.toString();let _;if(h){if(l.indexOf("application/x-www-form-urlencoded")>-1)return toURLEncodedForm(n,this.formSerializer).toString();if((_=utils$4.isFileList(n))||l.indexOf("multipart/form-data")>-1){const b=this.env&&this.env.FormData;return toFormData(_?{"files[]":n}:n,b&&new b,this.formSerializer)}}return h||f?(t.setContentType("application/json",!1),stringifySafely(n)):n}],transformResponse:[function(n){const t=this.transitional||defaults$2.transitional,l=t&&t.forcedJSONParsing,f=this.responseType==="json";if(n&&utils$4.isString(n)&&(l&&!this.responseType||f)){const e=!(t&&t.silentJSONParsing)&&f;try{return JSON.parse(n)}catch(_){if(e)throw _.name==="SyntaxError"?AxiosError.from(_,AxiosError.ERR_BAD_RESPONSE,this,null,this.response):_}}return n}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:platform.classes.FormData,Blob:platform.classes.Blob},validateStatus:function(n){return n>=200&&n<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};utils$4.forEach(["delete","get","head","post","put","patch"],o=>{defaults$2.headers[o]={}});const defaults$3=defaults$2,ignoreDuplicateOf=utils$4.toObjectSet(["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"]),parseHeaders=o=>{const n={};let t,l,f;return o&&o.split(`
2
- `).forEach(function(e){f=e.indexOf(":"),t=e.substring(0,f).trim().toLowerCase(),l=e.substring(f+1).trim(),!(!t||n[t]&&ignoreDuplicateOf[t])&&(t==="set-cookie"?n[t]?n[t].push(l):n[t]=[l]:n[t]=n[t]?n[t]+", "+l:l)}),n},$internals=Symbol("internals");function normalizeHeader(o){return o&&String(o).trim().toLowerCase()}function normalizeValue(o){return o===!1||o==null?o:utils$4.isArray(o)?o.map(normalizeValue):String(o)}function parseTokens(o){const n=Object.create(null),t=/([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;let l;for(;l=t.exec(o);)n[l[1]]=l[2];return n}const isValidHeaderName=o=>/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(o.trim());function matchHeaderValue(o,n,t,l,f){if(utils$4.isFunction(l))return l.call(this,n,t);if(f&&(n=t),!!utils$4.isString(n)){if(utils$4.isString(l))return n.indexOf(l)!==-1;if(utils$4.isRegExp(l))return l.test(n)}}function formatHeader(o){return o.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,(n,t,l)=>t.toUpperCase()+l)}function buildAccessors(o,n){const t=utils$4.toCamelCase(" "+n);["get","set","has"].forEach(l=>{Object.defineProperty(o,l+t,{value:function(f,h,e){return this[l].call(this,n,f,h,e)},configurable:!0})})}class AxiosHeaders{constructor(n){n&&this.set(n)}set(n,t,l){const f=this;function h(_,b,E){const k=normalizeHeader(b);if(!k)throw new Error("header name must be a non-empty string");const g=utils$4.findKey(f,k);(!g||f[g]===void 0||E===!0||E===void 0&&f[g]!==!1)&&(f[g||b]=normalizeValue(_))}const e=(_,b)=>utils$4.forEach(_,(E,k)=>h(E,k,b));return utils$4.isPlainObject(n)||n instanceof this.constructor?e(n,t):utils$4.isString(n)&&(n=n.trim())&&!isValidHeaderName(n)?e(parseHeaders(n),t):n!=null&&h(t,n,l),this}get(n,t){if(n=normalizeHeader(n),n){const l=utils$4.findKey(this,n);if(l){const f=this[l];if(!t)return f;if(t===!0)return parseTokens(f);if(utils$4.isFunction(t))return t.call(this,f,l);if(utils$4.isRegExp(t))return t.exec(f);throw new TypeError("parser must be boolean|regexp|function")}}}has(n,t){if(n=normalizeHeader(n),n){const l=utils$4.findKey(this,n);return!!(l&&this[l]!==void 0&&(!t||matchHeaderValue(this,this[l],l,t)))}return!1}delete(n,t){const l=this;let f=!1;function h(e){if(e=normalizeHeader(e),e){const _=utils$4.findKey(l,e);_&&(!t||matchHeaderValue(l,l[_],_,t))&&(delete l[_],f=!0)}}return utils$4.isArray(n)?n.forEach(h):h(n),f}clear(n){const t=Object.keys(this);let l=t.length,f=!1;for(;l--;){const h=t[l];(!n||matchHeaderValue(this,this[h],h,n,!0))&&(delete this[h],f=!0)}return f}normalize(n){const t=this,l={};return utils$4.forEach(this,(f,h)=>{const e=utils$4.findKey(l,h);if(e){t[e]=normalizeValue(f),delete t[h];return}const _=n?formatHeader(h):String(h).trim();_!==h&&delete t[h],t[_]=normalizeValue(f),l[_]=!0}),this}concat(...n){return this.constructor.concat(this,...n)}toJSON(n){const t=Object.create(null);return utils$4.forEach(this,(l,f)=>{l!=null&&l!==!1&&(t[f]=n&&utils$4.isArray(l)?l.join(", "):l)}),t}[Symbol.iterator](){return Object.entries(this.toJSON())[Symbol.iterator]()}toString(){return Object.entries(this.toJSON()).map(([n,t])=>n+": "+t).join(`
3
- `)}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(n){return n instanceof this?n:new this(n)}static concat(n,...t){const l=new this(n);return t.forEach(f=>l.set(f)),l}static accessor(n){const l=(this[$internals]=this[$internals]={accessors:{}}).accessors,f=this.prototype;function h(e){const _=normalizeHeader(e);l[_]||(buildAccessors(f,e),l[_]=!0)}return utils$4.isArray(n)?n.forEach(h):h(n),this}}AxiosHeaders.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]),utils$4.reduceDescriptors(AxiosHeaders.prototype,({value:o},n)=>{let t=n[0].toUpperCase()+n.slice(1);return{get:()=>o,set(l){this[t]=l}}}),utils$4.freezeMethods(AxiosHeaders);const AxiosHeaders$1=AxiosHeaders;function transformData(o,n){const t=this||defaults$3,l=n||t,f=AxiosHeaders$1.from(l.headers);let h=l.data;return utils$4.forEach(o,function(_){h=_.call(t,h,f.normalize(),n?n.status:void 0)}),f.normalize(),h}function isCancel(o){return!!(o&&o.__CANCEL__)}function CanceledError(o,n,t){AxiosError.call(this,o??"canceled",AxiosError.ERR_CANCELED,n,t),this.name="CanceledError"}utils$4.inherits(CanceledError,AxiosError,{__CANCEL__:!0});function settle(o,n,t){const l=t.config.validateStatus;!t.status||!l||l(t.status)?o(t):n(new AxiosError("Request failed with status code "+t.status,[AxiosError.ERR_BAD_REQUEST,AxiosError.ERR_BAD_RESPONSE][Math.floor(t.status/100)-4],t.config,t.request,t))}const cookies=platform.hasStandardBrowserEnv?{write(o,n,t,l,f,h){const e=[o+"="+encodeURIComponent(n)];utils$4.isNumber(t)&&e.push("expires="+new Date(t).toGMTString()),utils$4.isString(l)&&e.push("path="+l),utils$4.isString(f)&&e.push("domain="+f),h===!0&&e.push("secure"),document.cookie=e.join("; ")},read(o){const n=document.cookie.match(new RegExp("(^|;\\s*)("+o+")=([^;]*)"));return n?decodeURIComponent(n[3]):null},remove(o){this.write(o,"",Date.now()-864e5)}}:{write(){},read(){return null},remove(){}};function isAbsoluteURL(o){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(o)}function combineURLs(o,n){return n?o.replace(/\/?\/$/,"")+"/"+n.replace(/^\/+/,""):o}function buildFullPath(o,n){return o&&!isAbsoluteURL(n)?combineURLs(o,n):n}const isURLSameOrigin=platform.hasStandardBrowserEnv?function(){const n=/(msie|trident)/i.test(navigator.userAgent),t=document.createElement("a");let l;function f(h){let e=h;return n&&(t.setAttribute("href",e),e=t.href),t.setAttribute("href",e),{href:t.href,protocol:t.protocol?t.protocol.replace(/:$/,""):"",host:t.host,search:t.search?t.search.replace(/^\?/,""):"",hash:t.hash?t.hash.replace(/^#/,""):"",hostname:t.hostname,port:t.port,pathname:t.pathname.charAt(0)==="/"?t.pathname:"/"+t.pathname}}return l=f(window.location.href),function(e){const _=utils$4.isString(e)?f(e):e;return _.protocol===l.protocol&&_.host===l.host}}():function(){return function(){return!0}}();function parseProtocol(o){const n=/^([-+\w]{1,25})(:?\/\/|:)/.exec(o);return n&&n[1]||""}function speedometer(o,n){o=o||10;const t=new Array(o),l=new Array(o);let f=0,h=0,e;return n=n!==void 0?n:1e3,function(b){const E=Date.now(),k=l[h];e||(e=E),t[f]=b,l[f]=E;let g=h,S=0;for(;g!==f;)S+=t[g++],g=g%o;if(f=(f+1)%o,f===h&&(h=(h+1)%o),E-e<n)return;const A=k&&E-k;return A?Math.round(S*1e3/A):void 0}}function progressEventReducer(o,n){let t=0;const l=speedometer(50,250);return f=>{const h=f.loaded,e=f.lengthComputable?f.total:void 0,_=h-t,b=l(_),E=h<=e;t=h;const k={loaded:h,total:e,progress:e?h/e:void 0,bytes:_,rate:b||void 0,estimated:b&&e&&E?(e-h)/b:void 0,event:f};k[n?"download":"upload"]=!0,o(k)}}const isXHRAdapterSupported=typeof XMLHttpRequest<"u",xhrAdapter=isXHRAdapterSupported&&function(o){return new Promise(function(t,l){let f=o.data;const h=AxiosHeaders$1.from(o.headers).normalize();let{responseType:e,withXSRFToken:_}=o,b;function E(){o.cancelToken&&o.cancelToken.unsubscribe(b),o.signal&&o.signal.removeEventListener("abort",b)}let k;if(utils$4.isFormData(f)){if(platform.hasStandardBrowserEnv||platform.hasStandardBrowserWebWorkerEnv)h.setContentType(!1);else if((k=h.getContentType())!==!1){const[O,...B]=k?k.split(";").map(I=>I.trim()).filter(Boolean):[];h.setContentType([O||"multipart/form-data",...B].join("; "))}}let g=new XMLHttpRequest;if(o.auth){const O=o.auth.username||"",B=o.auth.password?unescape(encodeURIComponent(o.auth.password)):"";h.set("Authorization","Basic "+btoa(O+":"+B))}const S=buildFullPath(o.baseURL,o.url);g.open(o.method.toUpperCase(),buildURL(S,o.params,o.paramsSerializer),!0),g.timeout=o.timeout;function A(){if(!g)return;const O=AxiosHeaders$1.from("getAllResponseHeaders"in g&&g.getAllResponseHeaders()),I={data:!e||e==="text"||e==="json"?g.responseText:g.response,status:g.status,statusText:g.statusText,headers:O,config:o,request:g};settle(function(M){t(M),E()},function(M){l(M),E()},I),g=null}if("onloadend"in g?g.onloadend=A:g.onreadystatechange=function(){!g||g.readyState!==4||g.status===0&&!(g.responseURL&&g.responseURL.indexOf("file:")===0)||setTimeout(A)},g.onabort=function(){g&&(l(new AxiosError("Request aborted",AxiosError.ECONNABORTED,o,g)),g=null)},g.onerror=function(){l(new AxiosError("Network Error",AxiosError.ERR_NETWORK,o,g)),g=null},g.ontimeout=function(){let B=o.timeout?"timeout of "+o.timeout+"ms exceeded":"timeout exceeded";const I=o.transitional||transitionalDefaults;o.timeoutErrorMessage&&(B=o.timeoutErrorMessage),l(new AxiosError(B,I.clarifyTimeoutError?AxiosError.ETIMEDOUT:AxiosError.ECONNABORTED,o,g)),g=null},platform.hasStandardBrowserEnv&&(_&&utils$4.isFunction(_)&&(_=_(o)),_||_!==!1&&isURLSameOrigin(S))){const O=o.xsrfHeaderName&&o.xsrfCookieName&&cookies.read(o.xsrfCookieName);O&&h.set(o.xsrfHeaderName,O)}f===void 0&&h.setContentType(null),"setRequestHeader"in g&&utils$4.forEach(h.toJSON(),function(B,I){g.setRequestHeader(I,B)}),utils$4.isUndefined(o.withCredentials)||(g.withCredentials=!!o.withCredentials),e&&e!=="json"&&(g.responseType=o.responseType),typeof o.onDownloadProgress=="function"&&g.addEventListener("progress",progressEventReducer(o.onDownloadProgress,!0)),typeof o.onUploadProgress=="function"&&g.upload&&g.upload.addEventListener("progress",progressEventReducer(o.onUploadProgress)),(o.cancelToken||o.signal)&&(b=O=>{g&&(l(!O||O.type?new CanceledError(null,o,g):O),g.abort(),g=null)},o.cancelToken&&o.cancelToken.subscribe(b),o.signal&&(o.signal.aborted?b():o.signal.addEventListener("abort",b)));const T=parseProtocol(S);if(T&&platform.protocols.indexOf(T)===-1){l(new AxiosError("Unsupported protocol "+T+":",AxiosError.ERR_BAD_REQUEST,o));return}g.send(f||null)})},knownAdapters={http:httpAdapter,xhr:xhrAdapter};utils$4.forEach(knownAdapters,(o,n)=>{if(o){try{Object.defineProperty(o,"name",{value:n})}catch{}Object.defineProperty(o,"adapterName",{value:n})}});const renderReason=o=>`- ${o}`,isResolvedHandle=o=>utils$4.isFunction(o)||o===null||o===!1,adapters={getAdapter:o=>{o=utils$4.isArray(o)?o:[o];const{length:n}=o;let t,l;const f={};for(let h=0;h<n;h++){t=o[h];let e;if(l=t,!isResolvedHandle(t)&&(l=knownAdapters[(e=String(t)).toLowerCase()],l===void 0))throw new AxiosError(`Unknown adapter '${e}'`);if(l)break;f[e||"#"+h]=l}if(!l){const h=Object.entries(f).map(([_,b])=>`adapter ${_} `+(b===!1?"is not supported by the environment":"is not available in the build"));let e=n?h.length>1?`since :
4
- `+h.map(renderReason).join(`
5
- `):" "+renderReason(h[0]):"as no adapter specified";throw new AxiosError("There is no suitable adapter to dispatch the request "+e,"ERR_NOT_SUPPORT")}return l},adapters:knownAdapters};function throwIfCancellationRequested(o){if(o.cancelToken&&o.cancelToken.throwIfRequested(),o.signal&&o.signal.aborted)throw new CanceledError(null,o)}function dispatchRequest(o){return throwIfCancellationRequested(o),o.headers=AxiosHeaders$1.from(o.headers),o.data=transformData.call(o,o.transformRequest),["post","put","patch"].indexOf(o.method)!==-1&&o.headers.setContentType("application/x-www-form-urlencoded",!1),adapters.getAdapter(o.adapter||defaults$3.adapter)(o).then(function(l){return throwIfCancellationRequested(o),l.data=transformData.call(o,o.transformResponse,l),l.headers=AxiosHeaders$1.from(l.headers),l},function(l){return isCancel(l)||(throwIfCancellationRequested(o),l&&l.response&&(l.response.data=transformData.call(o,o.transformResponse,l.response),l.response.headers=AxiosHeaders$1.from(l.response.headers))),Promise.reject(l)})}const headersToObject=o=>o instanceof AxiosHeaders$1?o.toJSON():o;function mergeConfig(o,n){n=n||{};const t={};function l(E,k,g){return utils$4.isPlainObject(E)&&utils$4.isPlainObject(k)?utils$4.merge.call({caseless:g},E,k):utils$4.isPlainObject(k)?utils$4.merge({},k):utils$4.isArray(k)?k.slice():k}function f(E,k,g){if(utils$4.isUndefined(k)){if(!utils$4.isUndefined(E))return l(void 0,E,g)}else return l(E,k,g)}function h(E,k){if(!utils$4.isUndefined(k))return l(void 0,k)}function e(E,k){if(utils$4.isUndefined(k)){if(!utils$4.isUndefined(E))return l(void 0,E)}else return l(void 0,k)}function _(E,k,g){if(g in n)return l(E,k);if(g in o)return l(void 0,E)}const b={url:h,method:h,data:h,baseURL:e,transformRequest:e,transformResponse:e,paramsSerializer:e,timeout:e,timeoutMessage:e,withCredentials:e,withXSRFToken:e,adapter:e,responseType:e,xsrfCookieName:e,xsrfHeaderName:e,onUploadProgress:e,onDownloadProgress:e,decompress:e,maxContentLength:e,maxBodyLength:e,beforeRedirect:e,transport:e,httpAgent:e,httpsAgent:e,cancelToken:e,socketPath:e,responseEncoding:e,validateStatus:_,headers:(E,k)=>f(headersToObject(E),headersToObject(k),!0)};return utils$4.forEach(Object.keys(Object.assign({},o,n)),function(k){const g=b[k]||f,S=g(o[k],n[k],k);utils$4.isUndefined(S)&&g!==_||(t[k]=S)}),t}const VERSION="1.6.5",validators$1={};["object","boolean","number","function","string","symbol"].forEach((o,n)=>{validators$1[o]=function(l){return typeof l===o||"a"+(n<1?"n ":" ")+o}});const deprecatedWarnings={};validators$1.transitional=function(n,t,l){function f(h,e){return"[Axios v"+VERSION+"] Transitional option '"+h+"'"+e+(l?". "+l:"")}return(h,e,_)=>{if(n===!1)throw new AxiosError(f(e," has been removed"+(t?" in "+t:"")),AxiosError.ERR_DEPRECATED);return t&&!deprecatedWarnings[e]&&(deprecatedWarnings[e]=!0,console.warn(f(e," has been deprecated since v"+t+" and will be removed in the near future"))),n?n(h,e,_):!0}};function assertOptions(o,n,t){if(typeof o!="object")throw new AxiosError("options must be an object",AxiosError.ERR_BAD_OPTION_VALUE);const l=Object.keys(o);let f=l.length;for(;f-- >0;){const h=l[f],e=n[h];if(e){const _=o[h],b=_===void 0||e(_,h,o);if(b!==!0)throw new AxiosError("option "+h+" must be "+b,AxiosError.ERR_BAD_OPTION_VALUE);continue}if(t!==!0)throw new AxiosError("Unknown option "+h,AxiosError.ERR_BAD_OPTION)}}const validator={assertOptions,validators:validators$1},validators=validator.validators;class Axios{constructor(n){this.defaults=n,this.interceptors={request:new InterceptorManager$1,response:new InterceptorManager$1}}request(n,t){typeof n=="string"?(t=t||{},t.url=n):t=n||{},t=mergeConfig(this.defaults,t);const{transitional:l,paramsSerializer:f,headers:h}=t;l!==void 0&&validator.assertOptions(l,{silentJSONParsing:validators.transitional(validators.boolean),forcedJSONParsing:validators.transitional(validators.boolean),clarifyTimeoutError:validators.transitional(validators.boolean)},!1),f!=null&&(utils$4.isFunction(f)?t.paramsSerializer={serialize:f}:validator.assertOptions(f,{encode:validators.function,serialize:validators.function},!0)),t.method=(t.method||this.defaults.method||"get").toLowerCase();let e=h&&utils$4.merge(h.common,h[t.method]);h&&utils$4.forEach(["delete","get","head","post","put","patch","common"],T=>{delete h[T]}),t.headers=AxiosHeaders$1.concat(e,h);const _=[];let b=!0;this.interceptors.request.forEach(function(O){typeof O.runWhen=="function"&&O.runWhen(t)===!1||(b=b&&O.synchronous,_.unshift(O.fulfilled,O.rejected))});const E=[];this.interceptors.response.forEach(function(O){E.push(O.fulfilled,O.rejected)});let k,g=0,S;if(!b){const T=[dispatchRequest.bind(this),void 0];for(T.unshift.apply(T,_),T.push.apply(T,E),S=T.length,k=Promise.resolve(t);g<S;)k=k.then(T[g++],T[g++]);return k}S=_.length;let A=t;for(g=0;g<S;){const T=_[g++],O=_[g++];try{A=T(A)}catch(B){O.call(this,B);break}}try{k=dispatchRequest.call(this,A)}catch(T){return Promise.reject(T)}for(g=0,S=E.length;g<S;)k=k.then(E[g++],E[g++]);return k}getUri(n){n=mergeConfig(this.defaults,n);const t=buildFullPath(n.baseURL,n.url);return buildURL(t,n.params,n.paramsSerializer)}}utils$4.forEach(["delete","get","head","options"],function(n){Axios.prototype[n]=function(t,l){return this.request(mergeConfig(l||{},{method:n,url:t,data:(l||{}).data}))}}),utils$4.forEach(["post","put","patch"],function(n){function t(l){return function(h,e,_){return this.request(mergeConfig(_||{},{method:n,headers:l?{"Content-Type":"multipart/form-data"}:{},url:h,data:e}))}}Axios.prototype[n]=t(),Axios.prototype[n+"Form"]=t(!0)});const Axios$1=Axios;class CancelToken{constructor(n){if(typeof n!="function")throw new TypeError("executor must be a function.");let t;this.promise=new Promise(function(h){t=h});const l=this;this.promise.then(f=>{if(!l._listeners)return;let h=l._listeners.length;for(;h-- >0;)l._listeners[h](f);l._listeners=null}),this.promise.then=f=>{let h;const e=new Promise(_=>{l.subscribe(_),h=_}).then(f);return e.cancel=function(){l.unsubscribe(h)},e},n(function(h,e,_){l.reason||(l.reason=new CanceledError(h,e,_),t(l.reason))})}throwIfRequested(){if(this.reason)throw this.reason}subscribe(n){if(this.reason){n(this.reason);return}this._listeners?this._listeners.push(n):this._listeners=[n]}unsubscribe(n){if(!this._listeners)return;const t=this._listeners.indexOf(n);t!==-1&&this._listeners.splice(t,1)}static source(){let n;return{token:new CancelToken(function(f){n=f}),cancel:n}}}const CancelToken$1=CancelToken;function spread(o){return function(t){return o.apply(null,t)}}function isAxiosError(o){return utils$4.isObject(o)&&o.isAxiosError===!0}const HttpStatusCode={Continue:100,SwitchingProtocols:101,Processing:102,EarlyHints:103,Ok:200,Created:201,Accepted:202,NonAuthoritativeInformation:203,NoContent:204,ResetContent:205,PartialContent:206,MultiStatus:207,AlreadyReported:208,ImUsed:226,MultipleChoices:300,MovedPermanently:301,Found:302,SeeOther:303,NotModified:304,UseProxy:305,Unused:306,TemporaryRedirect:307,PermanentRedirect:308,BadRequest:400,Unauthorized:401,PaymentRequired:402,Forbidden:403,NotFound:404,MethodNotAllowed:405,NotAcceptable:406,ProxyAuthenticationRequired:407,RequestTimeout:408,Conflict:409,Gone:410,LengthRequired:411,PreconditionFailed:412,PayloadTooLarge:413,UriTooLong:414,UnsupportedMediaType:415,RangeNotSatisfiable:416,ExpectationFailed:417,ImATeapot:418,MisdirectedRequest:421,UnprocessableEntity:422,Locked:423,FailedDependency:424,TooEarly:425,UpgradeRequired:426,PreconditionRequired:428,TooManyRequests:429,RequestHeaderFieldsTooLarge:431,UnavailableForLegalReasons:451,InternalServerError:500,NotImplemented:501,BadGateway:502,ServiceUnavailable:503,GatewayTimeout:504,HttpVersionNotSupported:505,VariantAlsoNegotiates:506,InsufficientStorage:507,LoopDetected:508,NotExtended:510,NetworkAuthenticationRequired:511};Object.entries(HttpStatusCode).forEach(([o,n])=>{HttpStatusCode[n]=o});const HttpStatusCode$1=HttpStatusCode;function createInstance(o){const n=new Axios$1(o),t=bind$2(Axios$1.prototype.request,n);return utils$4.extend(t,Axios$1.prototype,n,{allOwnKeys:!0}),utils$4.extend(t,n,null,{allOwnKeys:!0}),t.create=function(f){return createInstance(mergeConfig(o,f))},t}const axios$1=createInstance(defaults$3);axios$1.Axios=Axios$1,axios$1.CanceledError=CanceledError,axios$1.CancelToken=CancelToken$1,axios$1.isCancel=isCancel,axios$1.VERSION=VERSION,axios$1.toFormData=toFormData,axios$1.AxiosError=AxiosError,axios$1.Cancel=axios$1.CanceledError,axios$1.all=function(n){return Promise.all(n)},axios$1.spread=spread,axios$1.isAxiosError=isAxiosError,axios$1.mergeConfig=mergeConfig,axios$1.AxiosHeaders=AxiosHeaders$1,axios$1.formToJSON=o=>formDataToJSON(utils$4.isHTMLForm(o)?new FormData(o):o),axios$1.getAdapter=adapters.getAdapter,axios$1.HttpStatusCode=HttpStatusCode$1,axios$1.default=axios$1;const oAxios=axios$1;var ua=window.navigator.userAgent,isIE="ActiveXObject"in window,isChrome=ua.match(/Chrome/i),isMobile=!!(ua.match(/(iPhone|iPad|iPod)/i)||ua.match(/Android/i)||ua.match(/Windows Phone/i)||ua.match(/IEMobile/i)),IEVersion=null,isIE8,isIE9,isIE10,isIE11;isIE8=isIE9=isIE10=isIE11=!1;var appName=navigator.appName;if(appName=="Microsoft Internet Explorer"||isIE){var ret=ua.match(/MSIE (\d+[.\d]*)/);if(ret){var version=ret[1];IEVersion=version;var num=parseInt(version,10);isIE8=num===8,isIE9=num==9,isIE10=num==10,isIE11=num==11}}const browser={isChrome,isIE,isMobile,IEVersion,isIE8,isIE9,isIE10,isIE11};/*! js-cookie v3.0.5 | MIT */function assign$1(o){for(var n=1;n<arguments.length;n++){var t=arguments[n];for(var l in t)o[l]=t[l]}return o}var defaultConverter={read:function(o){return o[0]==='"'&&(o=o.slice(1,-1)),o.replace(/(%[\dA-F]{2})+/gi,decodeURIComponent)},write:function(o){return encodeURIComponent(o).replace(/%(2[346BF]|3[AC-F]|40|5[BDE]|60|7[BCD])/g,decodeURIComponent)}};function init(o,n){function t(f,h,e){if(!(typeof document>"u")){e=assign$1({},n,e),typeof e.expires=="number"&&(e.expires=new Date(Date.now()+e.expires*864e5)),e.expires&&(e.expires=e.expires.toUTCString()),f=encodeURIComponent(f).replace(/%(2[346B]|5E|60|7C)/g,decodeURIComponent).replace(/[()]/g,escape);var _="";for(var b in e)e[b]&&(_+="; "+b,e[b]!==!0&&(_+="="+e[b].split(";")[0]));return document.cookie=f+"="+o.write(h,f)+_}}function l(f){if(!(typeof document>"u"||arguments.length&&!f)){for(var h=document.cookie?document.cookie.split("; "):[],e={},_=0;_<h.length;_++){var b=h[_].split("="),E=b.slice(1).join("=");try{var k=decodeURIComponent(b[0]);if(e[k]=o.read(E,k),f===k)break}catch{}}return f?e[f]:e}}return Object.create({set:t,get:l,remove:function(f,h){t(f,"",assign$1({},h,{expires:-1}))},withAttributes:function(f){return init(this.converter,assign$1({},this.attributes,f))},withConverter:function(f){return init(assign$1({},this.converter,f),this.attributes)}},{attributes:{value:Object.freeze(n)},converter:{value:Object.freeze(o)}})}var api=init(defaultConverter,{path:"/"});let http=oAxios.create({baseURL:"https://api.play.cn/",timeout:3e4,retry:3,retryDelay:1e3});http.interceptors.request.use(o=>{if(o.headers.vc=50300,o.headers.channel_code=api.get("ass_channel_code"),o.headers.channel_code="80000000",o.headers.user_id=api.get("ass_user_id"),o.headers.access_token=api.get("ass_access_token"),o.url=="/api/v1/user/info.json"&&(o.baseURL="https://open.play.cn"),!(o.method==="post"||o.method==="put")){if(o.method==="get"&&browser.isIE){let n=o.url.indexOf("?")>=0?"&":"?";o.url+=n+"_="+Date.now()}}return o},o=>Promise.reject(o)),http.interceptors.response.use(o=>{let{data:n}=o;return n},o=>Promise.reject(o));function axios(){return http}var commonjsGlobal=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function getDefaultExportFromCjs(o){return o&&o.__esModule&&Object.prototype.hasOwnProperty.call(o,"default")?o.default:o}function getAugmentedNamespace(o){if(o.__esModule)return o;var n=o.default;if(typeof n=="function"){var t=function l(){return this instanceof l?Reflect.construct(n,arguments,this.constructor):n.apply(this,arguments)};t.prototype=n.prototype}else t={};return Object.defineProperty(t,"__esModule",{value:!0}),Object.keys(o).forEach(function(l){var f=Object.getOwnPropertyDescriptor(o,l);Object.defineProperty(t,l,f.get?f:{enumerable:!0,get:function(){return o[l]}})}),t}var shams=function(){if(typeof Symbol!="function"||typeof Object.getOwnPropertySymbols!="function")return!1;if(typeof Symbol.iterator=="symbol")return!0;var n={},t=Symbol("test"),l=Object(t);if(typeof t=="string"||Object.prototype.toString.call(t)!=="[object Symbol]"||Object.prototype.toString.call(l)!=="[object Symbol]")return!1;var f=42;n[t]=f;for(t in n)return!1;if(typeof Object.keys=="function"&&Object.keys(n).length!==0||typeof Object.getOwnPropertyNames=="function"&&Object.getOwnPropertyNames(n).length!==0)return!1;var h=Object.getOwnPropertySymbols(n);if(h.length!==1||h[0]!==t||!Object.prototype.propertyIsEnumerable.call(n,t))return!1;if(typeof Object.getOwnPropertyDescriptor=="function"){var e=Object.getOwnPropertyDescriptor(n,t);if(e.value!==f||e.enumerable!==!0)return!1}return!0},origSymbol=typeof Symbol<"u"&&Symbol,hasSymbolSham=shams,hasSymbols$1=function(){return typeof origSymbol!="function"||typeof Symbol!="function"||typeof origSymbol("foo")!="symbol"||typeof Symbol("bar")!="symbol"?!1:hasSymbolSham()},test={foo:{}},$Object=Object,hasProto$1=function(){return{__proto__:test}.foo===test.foo&&!({__proto__:null}instanceof $Object)},ERROR_MESSAGE="Function.prototype.bind called on incompatible ",toStr$1=Object.prototype.toString,max=Math.max,funcType="[object Function]",concatty=function(n,t){for(var l=[],f=0;f<n.length;f+=1)l[f]=n[f];for(var h=0;h<t.length;h+=1)l[h+n.length]=t[h];return l},slicy=function(n,t){for(var l=[],f=t||0,h=0;f<n.length;f+=1,h+=1)l[h]=n[f];return l},joiny=function(o,n){for(var t="",l=0;l<o.length;l+=1)t+=o[l],l+1<o.length&&(t+=n);return t},implementation$1=function(n){var t=this;if(typeof t!="function"||toStr$1.apply(t)!==funcType)throw new TypeError(ERROR_MESSAGE+t);for(var l=slicy(arguments,1),f,h=function(){if(this instanceof f){var k=t.apply(this,concatty(l,arguments));return Object(k)===k?k:this}return t.apply(n,concatty(l,arguments))},e=max(0,t.length-l.length),_=[],b=0;b<e;b++)_[b]="$"+b;if(f=Function("binder","return function ("+joiny(_,",")+"){ return binder.apply(this,arguments); }")(h),t.prototype){var E=function(){};E.prototype=t.prototype,f.prototype=new E,E.prototype=null}return f},implementation=implementation$1,functionBind=Function.prototype.bind||implementation,call=Function.prototype.call,$hasOwn=Object.prototype.hasOwnProperty,bind$1=functionBind,hasown=bind$1.call(call,$hasOwn),undefined$1,$SyntaxError$1=SyntaxError,$Function=Function,$TypeError$3=TypeError,getEvalledConstructor=function(o){try{return $Function('"use strict"; return ('+o+").constructor;")()}catch{}},$gOPD$1=Object.getOwnPropertyDescriptor;if($gOPD$1)try{$gOPD$1({},"")}catch{$gOPD$1=null}var throwTypeError=function(){throw new $TypeError$3},ThrowTypeError=$gOPD$1?function(){try{return arguments.callee,throwTypeError}catch{try{return $gOPD$1(arguments,"callee").get}catch{return throwTypeError}}}():throwTypeError,hasSymbols=hasSymbols$1(),hasProto=hasProto$1(),getProto=Object.getPrototypeOf||(hasProto?function(o){return o.__proto__}:null),needsEval={},TypedArray=typeof Uint8Array>"u"||!getProto?undefined$1:getProto(Uint8Array),INTRINSICS={"%AggregateError%":typeof AggregateError>"u"?undefined$1:AggregateError,"%Array%":Array,"%ArrayBuffer%":typeof ArrayBuffer>"u"?undefined$1:ArrayBuffer,"%ArrayIteratorPrototype%":hasSymbols&&getProto?getProto([][Symbol.iterator]()):undefined$1,"%AsyncFromSyncIteratorPrototype%":undefined$1,"%AsyncFunction%":needsEval,"%AsyncGenerator%":needsEval,"%AsyncGeneratorFunction%":needsEval,"%AsyncIteratorPrototype%":needsEval,"%Atomics%":typeof Atomics>"u"?undefined$1:Atomics,"%BigInt%":typeof BigInt>"u"?undefined$1:BigInt,"%BigInt64Array%":typeof BigInt64Array>"u"?undefined$1:BigInt64Array,"%BigUint64Array%":typeof BigUint64Array>"u"?undefined$1:BigUint64Array,"%Boolean%":Boolean,"%DataView%":typeof DataView>"u"?undefined$1:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":Error,"%eval%":eval,"%EvalError%":EvalError,"%Float32Array%":typeof Float32Array>"u"?undefined$1:Float32Array,"%Float64Array%":typeof Float64Array>"u"?undefined$1:Float64Array,"%FinalizationRegistry%":typeof FinalizationRegistry>"u"?undefined$1:FinalizationRegistry,"%Function%":$Function,"%GeneratorFunction%":needsEval,"%Int8Array%":typeof Int8Array>"u"?undefined$1:Int8Array,"%Int16Array%":typeof Int16Array>"u"?undefined$1:Int16Array,"%Int32Array%":typeof Int32Array>"u"?undefined$1:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":hasSymbols&&getProto?getProto(getProto([][Symbol.iterator]())):undefined$1,"%JSON%":typeof JSON=="object"?JSON:undefined$1,"%Map%":typeof Map>"u"?undefined$1:Map,"%MapIteratorPrototype%":typeof Map>"u"||!hasSymbols||!getProto?undefined$1:getProto(new Map()[Symbol.iterator]()),"%Math%":Math,"%Number%":Number,"%Object%":Object,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":typeof Promise>"u"?undefined$1:Promise,"%Proxy%":typeof Proxy>"u"?undefined$1:Proxy,"%RangeError%":RangeError,"%ReferenceError%":ReferenceError,"%Reflect%":typeof Reflect>"u"?undefined$1:Reflect,"%RegExp%":RegExp,"%Set%":typeof Set>"u"?undefined$1:Set,"%SetIteratorPrototype%":typeof Set>"u"||!hasSymbols||!getProto?undefined$1:getProto(new Set()[Symbol.iterator]()),"%SharedArrayBuffer%":typeof SharedArrayBuffer>"u"?undefined$1:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":hasSymbols&&getProto?getProto(""[Symbol.iterator]()):undefined$1,"%Symbol%":hasSymbols?Symbol:undefined$1,"%SyntaxError%":$SyntaxError$1,"%ThrowTypeError%":ThrowTypeError,"%TypedArray%":TypedArray,"%TypeError%":$TypeError$3,"%Uint8Array%":typeof Uint8Array>"u"?undefined$1:Uint8Array,"%Uint8ClampedArray%":typeof Uint8ClampedArray>"u"?undefined$1:Uint8ClampedArray,"%Uint16Array%":typeof Uint16Array>"u"?undefined$1:Uint16Array,"%Uint32Array%":typeof Uint32Array>"u"?undefined$1:Uint32Array,"%URIError%":URIError,"%WeakMap%":typeof WeakMap>"u"?undefined$1:WeakMap,"%WeakRef%":typeof WeakRef>"u"?undefined$1:WeakRef,"%WeakSet%":typeof WeakSet>"u"?undefined$1:WeakSet};if(getProto)try{null.error}catch(o){var errorProto=getProto(getProto(o));INTRINSICS["%Error.prototype%"]=errorProto}var doEval=function o(n){var t;if(n==="%AsyncFunction%")t=getEvalledConstructor("async function () {}");else if(n==="%GeneratorFunction%")t=getEvalledConstructor("function* () {}");else if(n==="%AsyncGeneratorFunction%")t=getEvalledConstructor("async function* () {}");else if(n==="%AsyncGenerator%"){var l=o("%AsyncGeneratorFunction%");l&&(t=l.prototype)}else if(n==="%AsyncIteratorPrototype%"){var f=o("%AsyncGenerator%");f&&getProto&&(t=getProto(f.prototype))}return INTRINSICS[n]=t,t},LEGACY_ALIASES={"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},bind=functionBind,hasOwn$1=hasown,$concat$1=bind.call(Function.call,Array.prototype.concat),$spliceApply=bind.call(Function.apply,Array.prototype.splice),$replace$1=bind.call(Function.call,String.prototype.replace),$strSlice=bind.call(Function.call,String.prototype.slice),$exec=bind.call(Function.call,RegExp.prototype.exec),rePropName=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,reEscapeChar=/\\(\\)?/g,stringToPath=function(n){var t=$strSlice(n,0,1),l=$strSlice(n,-1);if(t==="%"&&l!=="%")throw new $SyntaxError$1("invalid intrinsic syntax, expected closing `%`");if(l==="%"&&t!=="%")throw new $SyntaxError$1("invalid intrinsic syntax, expected opening `%`");var f=[];return $replace$1(n,rePropName,function(h,e,_,b){f[f.length]=_?$replace$1(b,reEscapeChar,"$1"):e||h}),f},getBaseIntrinsic=function(n,t){var l=n,f;if(hasOwn$1(LEGACY_ALIASES,l)&&(f=LEGACY_ALIASES[l],l="%"+f[0]+"%"),hasOwn$1(INTRINSICS,l)){var h=INTRINSICS[l];if(h===needsEval&&(h=doEval(l)),typeof h>"u"&&!t)throw new $TypeError$3("intrinsic "+n+" exists, but is not available. Please file an issue!");return{alias:f,name:l,value:h}}throw new $SyntaxError$1("intrinsic "+n+" does not exist!")},getIntrinsic=function(n,t){if(typeof n!="string"||n.length===0)throw new $TypeError$3("intrinsic name must be a non-empty string");if(arguments.length>1&&typeof t!="boolean")throw new $TypeError$3('"allowMissing" argument must be a boolean');if($exec(/^%?[^%]*%?$/,n)===null)throw new $SyntaxError$1("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var l=stringToPath(n),f=l.length>0?l[0]:"",h=getBaseIntrinsic("%"+f+"%",t),e=h.name,_=h.value,b=!1,E=h.alias;E&&(f=E[0],$spliceApply(l,$concat$1([0,1],E)));for(var k=1,g=!0;k<l.length;k+=1){var S=l[k],A=$strSlice(S,0,1),T=$strSlice(S,-1);if((A==='"'||A==="'"||A==="`"||T==='"'||T==="'"||T==="`")&&A!==T)throw new $SyntaxError$1("property names with quotes must have matching quotes");if((S==="constructor"||!g)&&(b=!0),f+="."+S,e="%"+f+"%",hasOwn$1(INTRINSICS,e))_=INTRINSICS[e];else if(_!=null){if(!(S in _)){if(!t)throw new $TypeError$3("base intrinsic for "+n+" exists, but the property is not available.");return}if($gOPD$1&&k+1>=l.length){var O=$gOPD$1(_,S);g=!!O,g&&"get"in O&&!("originalValue"in O.get)?_=O.get:_=_[S]}else g=hasOwn$1(_,S),_=_[S];g&&!b&&(INTRINSICS[e]=_)}}return _},callBind$1={exports:{}},GetIntrinsic$5=getIntrinsic,$defineProperty$1=GetIntrinsic$5("%Object.defineProperty%",!0),hasPropertyDescriptors$1=function(){if($defineProperty$1)try{return $defineProperty$1({},"a",{value:1}),!0}catch{return!1}return!1};hasPropertyDescriptors$1.hasArrayLengthDefineBug=function(){if(!hasPropertyDescriptors$1())return null;try{return $defineProperty$1([],"length",{value:1}).length!==1}catch{return!0}};var hasPropertyDescriptors_1=hasPropertyDescriptors$1,GetIntrinsic$4=getIntrinsic,$gOPD=GetIntrinsic$4("%Object.getOwnPropertyDescriptor%",!0);if($gOPD)try{$gOPD([],"length")}catch{$gOPD=null}var gopd$1=$gOPD,hasPropertyDescriptors=hasPropertyDescriptors_1(),GetIntrinsic$3=getIntrinsic,$defineProperty=hasPropertyDescriptors&&GetIntrinsic$3("%Object.defineProperty%",!0);if($defineProperty)try{$defineProperty({},"a",{value:1})}catch{$defineProperty=!1}var $SyntaxError=GetIntrinsic$3("%SyntaxError%"),$TypeError$2=GetIntrinsic$3("%TypeError%"),gopd=gopd$1,defineDataProperty=function(n,t,l){if(!n||typeof n!="object"&&typeof n!="function")throw new $TypeError$2("`obj` must be an object or a function`");if(typeof t!="string"&&typeof t!="symbol")throw new $TypeError$2("`property` must be a string or a symbol`");if(arguments.length>3&&typeof arguments[3]!="boolean"&&arguments[3]!==null)throw new $TypeError$2("`nonEnumerable`, if provided, must be a boolean or null");if(arguments.length>4&&typeof arguments[4]!="boolean"&&arguments[4]!==null)throw new $TypeError$2("`nonWritable`, if provided, must be a boolean or null");if(arguments.length>5&&typeof arguments[5]!="boolean"&&arguments[5]!==null)throw new $TypeError$2("`nonConfigurable`, if provided, must be a boolean or null");if(arguments.length>6&&typeof arguments[6]!="boolean")throw new $TypeError$2("`loose`, if provided, must be a boolean");var f=arguments.length>3?arguments[3]:null,h=arguments.length>4?arguments[4]:null,e=arguments.length>5?arguments[5]:null,_=arguments.length>6?arguments[6]:!1,b=!!gopd&&gopd(n,t);if($defineProperty)$defineProperty(n,t,{configurable:e===null&&b?b.configurable:!e,enumerable:f===null&&b?b.enumerable:!f,value:l,writable:h===null&&b?b.writable:!h});else if(_||!f&&!h&&!e)n[t]=l;else throw new $SyntaxError("This environment does not support defining a property as non-configurable, non-writable, or non-enumerable.")},GetIntrinsic$2=getIntrinsic,define=defineDataProperty,hasDescriptors=hasPropertyDescriptors_1(),gOPD=gopd$1,$TypeError$1=GetIntrinsic$2("%TypeError%"),$floor$1=GetIntrinsic$2("%Math.floor%"),setFunctionLength=function(n,t){if(typeof n!="function")throw new $TypeError$1("`fn` is not a function");if(typeof t!="number"||t<0||t>4294967295||$floor$1(t)!==t)throw new $TypeError$1("`length` must be a positive 32-bit integer");var l=arguments.length>2&&!!arguments[2],f=!0,h=!0;if("length"in n&&gOPD){var e=gOPD(n,"length");e&&!e.configurable&&(f=!1),e&&!e.writable&&(h=!1)}return(f||h||!l)&&(hasDescriptors?define(n,"length",t,!0,!0):define(n,"length",t)),n};(function(o){var n=functionBind,t=getIntrinsic,l=setFunctionLength,f=t("%TypeError%"),h=t("%Function.prototype.apply%"),e=t("%Function.prototype.call%"),_=t("%Reflect.apply%",!0)||n.call(e,h),b=t("%Object.defineProperty%",!0),E=t("%Math.max%");if(b)try{b({},"a",{value:1})}catch{b=null}o.exports=function(S){if(typeof S!="function")throw new f("a function is required");var A=_(n,e,arguments);return l(A,1+E(0,S.length-(arguments.length-1)),!0)};var k=function(){return _(n,h,arguments)};b?b(o.exports,"apply",{value:k}):o.exports.apply=k})(callBind$1);var callBindExports=callBind$1.exports,GetIntrinsic$1=getIntrinsic,callBind=callBindExports,$indexOf=callBind(GetIntrinsic$1("String.prototype.indexOf")),callBound$1=function(n,t){var l=GetIntrinsic$1(n,!!t);return typeof l=="function"&&$indexOf(n,".prototype.")>-1?callBind(l):l};const __viteBrowserExternal={},__viteBrowserExternal$1=Object.freeze(Object.defineProperty({__proto__:null,default:__viteBrowserExternal},Symbol.toStringTag,{value:"Module"})),require$$0=getAugmentedNamespace(__viteBrowserExternal$1);var hasMap=typeof Map=="function"&&Map.prototype,mapSizeDescriptor=Object.getOwnPropertyDescriptor&&hasMap?Object.getOwnPropertyDescriptor(Map.prototype,"size"):null,mapSize=hasMap&&mapSizeDescriptor&&typeof mapSizeDescriptor.get=="function"?mapSizeDescriptor.get:null,mapForEach=hasMap&&Map.prototype.forEach,hasSet=typeof Set=="function"&&Set.prototype,setSizeDescriptor=Object.getOwnPropertyDescriptor&&hasSet?Object.getOwnPropertyDescriptor(Set.prototype,"size"):null,setSize=hasSet&&setSizeDescriptor&&typeof setSizeDescriptor.get=="function"?setSizeDescriptor.get:null,setForEach=hasSet&&Set.prototype.forEach,hasWeakMap=typeof WeakMap=="function"&&WeakMap.prototype,weakMapHas=hasWeakMap?WeakMap.prototype.has:null,hasWeakSet=typeof WeakSet=="function"&&WeakSet.prototype,weakSetHas=hasWeakSet?WeakSet.prototype.has:null,hasWeakRef=typeof WeakRef=="function"&&WeakRef.prototype,weakRefDeref=hasWeakRef?WeakRef.prototype.deref:null,booleanValueOf=Boolean.prototype.valueOf,objectToString=Object.prototype.toString,functionToString=Function.prototype.toString,$match=String.prototype.match,$slice=String.prototype.slice,$replace=String.prototype.replace,$toUpperCase=String.prototype.toUpperCase,$toLowerCase=String.prototype.toLowerCase,$test=RegExp.prototype.test,$concat=Array.prototype.concat,$join=Array.prototype.join,$arrSlice=Array.prototype.slice,$floor=Math.floor,bigIntValueOf=typeof BigInt=="function"?BigInt.prototype.valueOf:null,gOPS=Object.getOwnPropertySymbols,symToString=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?Symbol.prototype.toString:null,hasShammedSymbols=typeof Symbol=="function"&&typeof Symbol.iterator=="object",toStringTag=typeof Symbol=="function"&&Symbol.toStringTag&&(typeof Symbol.toStringTag===hasShammedSymbols||"symbol")?Symbol.toStringTag:null,isEnumerable=Object.prototype.propertyIsEnumerable,gPO=(typeof Reflect=="function"?Reflect.getPrototypeOf:Object.getPrototypeOf)||([].__proto__===Array.prototype?function(o){return o.__proto__}:null);function addNumericSeparator(o,n){if(o===1/0||o===-1/0||o!==o||o&&o>-1e3&&o<1e3||$test.call(/e/,n))return n;var t=/[0-9](?=(?:[0-9]{3})+(?![0-9]))/g;if(typeof o=="number"){var l=o<0?-$floor(-o):$floor(o);if(l!==o){var f=String(l),h=$slice.call(n,f.length+1);return $replace.call(f,t,"$&_")+"."+$replace.call($replace.call(h,/([0-9]{3})/g,"$&_"),/_$/,"")}}return $replace.call(n,t,"$&_")}var utilInspect=require$$0,inspectCustom=utilInspect.custom,inspectSymbol=isSymbol(inspectCustom)?inspectCustom:null,objectInspect=function o(n,t,l,f){var h=t||{};if(has$3(h,"quoteStyle")&&h.quoteStyle!=="single"&&h.quoteStyle!=="double")throw new TypeError('option "quoteStyle" must be "single" or "double"');if(has$3(h,"maxStringLength")&&(typeof h.maxStringLength=="number"?h.maxStringLength<0&&h.maxStringLength!==1/0:h.maxStringLength!==null))throw new TypeError('option "maxStringLength", if provided, must be a positive integer, Infinity, or `null`');var e=has$3(h,"customInspect")?h.customInspect:!0;if(typeof e!="boolean"&&e!=="symbol")throw new TypeError("option \"customInspect\", if provided, must be `true`, `false`, or `'symbol'`");if(has$3(h,"indent")&&h.indent!==null&&h.indent!==" "&&!(parseInt(h.indent,10)===h.indent&&h.indent>0))throw new TypeError('option "indent" must be "\\t", an integer > 0, or `null`');if(has$3(h,"numericSeparator")&&typeof h.numericSeparator!="boolean")throw new TypeError('option "numericSeparator", if provided, must be `true` or `false`');var _=h.numericSeparator;if(typeof n>"u")return"undefined";if(n===null)return"null";if(typeof n=="boolean")return n?"true":"false";if(typeof n=="string")return inspectString(n,h);if(typeof n=="number"){if(n===0)return 1/0/n>0?"0":"-0";var b=String(n);return _?addNumericSeparator(n,b):b}if(typeof n=="bigint"){var E=String(n)+"n";return _?addNumericSeparator(n,E):E}var k=typeof h.depth>"u"?5:h.depth;if(typeof l>"u"&&(l=0),l>=k&&k>0&&typeof n=="object")return isArray$3(n)?"[Array]":"[Object]";var g=getIndent(h,l);if(typeof f>"u")f=[];else if(indexOf(f,n)>=0)return"[Circular]";function S(ae,Ee,ke){if(Ee&&(f=$arrSlice.call(f),f.push(Ee)),ke){var Oe={depth:h.depth};return has$3(h,"quoteStyle")&&(Oe.quoteStyle=h.quoteStyle),o(ae,Oe,l+1,f)}return o(ae,h,l+1,f)}if(typeof n=="function"&&!isRegExp$1(n)){var A=nameOf(n),T=arrObjKeys(n,S);return"[Function"+(A?": "+A:" (anonymous)")+"]"+(T.length>0?" { "+$join.call(T,", ")+" }":"")}if(isSymbol(n)){var O=hasShammedSymbols?$replace.call(String(n),/^(Symbol\(.*\))_[^)]*$/,"$1"):symToString.call(n);return typeof n=="object"&&!hasShammedSymbols?markBoxed(O):O}if(isElement(n)){for(var B="<"+$toLowerCase.call(String(n.nodeName)),I=n.attributes||[],D=0;D<I.length;D++)B+=" "+I[D].name+"="+wrapQuotes(quote(I[D].value),"double",h);return B+=">",n.childNodes&&n.childNodes.length&&(B+="..."),B+="</"+$toLowerCase.call(String(n.nodeName))+">",B}if(isArray$3(n)){if(n.length===0)return"[]";var M=arrObjKeys(n,S);return g&&!singleLineValues(M)?"["+indentedJoin(M,g)+"]":"[ "+$join.call(M,", ")+" ]"}if(isError(n)){var q=arrObjKeys(n,S);return!("cause"in Error.prototype)&&"cause"in n&&!isEnumerable.call(n,"cause")?"{ ["+String(n)+"] "+$join.call($concat.call("[cause]: "+S(n.cause),q),", ")+" }":q.length===0?"["+String(n)+"]":"{ ["+String(n)+"] "+$join.call(q,", ")+" }"}if(typeof n=="object"&&e){if(inspectSymbol&&typeof n[inspectSymbol]=="function"&&utilInspect)return utilInspect(n,{depth:k-l});if(e!=="symbol"&&typeof n.inspect=="function")return n.inspect()}if(isMap(n)){var K=[];return mapForEach&&mapForEach.call(n,function(ae,Ee){K.push(S(Ee,n,!0)+" => "+S(ae,n))}),collectionOf("Map",mapSize.call(n),K,g)}if(isSet(n)){var $=[];return setForEach&&setForEach.call(n,function(ae){$.push(S(ae,n))}),collectionOf("Set",setSize.call(n),$,g)}if(isWeakMap(n))return weakCollectionOf("WeakMap");if(isWeakSet(n))return weakCollectionOf("WeakSet");if(isWeakRef(n))return weakCollectionOf("WeakRef");if(isNumber(n))return markBoxed(S(Number(n)));if(isBigInt(n))return markBoxed(S(bigIntValueOf.call(n)));if(isBoolean(n))return markBoxed(booleanValueOf.call(n));if(isString(n))return markBoxed(S(String(n)));if(typeof window<"u"&&n===window)return"{ [object Window] }";if(n===commonjsGlobal)return"{ [object globalThis] }";if(!isDate(n)&&!isRegExp$1(n)){var N=arrObjKeys(n,S),U=gPO?gPO(n)===Object.prototype:n instanceof Object||n.constructor===Object,ee=n instanceof Object?"":"null prototype",ne=!U&&toStringTag&&Object(n)===n&&toStringTag in n?$slice.call(toStr(n),8,-1):ee?"Object":"",re=U||typeof n.constructor!="function"?"":n.constructor.name?n.constructor.name+" ":"",he=re+(ne||ee?"["+$join.call($concat.call([],ne||[],ee||[]),": ")+"] ":"");return N.length===0?he+"{}":g?he+"{"+indentedJoin(N,g)+"}":he+"{ "+$join.call(N,", ")+" }"}return String(n)};function wrapQuotes(o,n,t){var l=(t.quoteStyle||n)==="double"?'"':"'";return l+o+l}function quote(o){return $replace.call(String(o),/"/g,"&quot;")}function isArray$3(o){return toStr(o)==="[object Array]"&&(!toStringTag||!(typeof o=="object"&&toStringTag in o))}function isDate(o){return toStr(o)==="[object Date]"&&(!toStringTag||!(typeof o=="object"&&toStringTag in o))}function isRegExp$1(o){return toStr(o)==="[object RegExp]"&&(!toStringTag||!(typeof o=="object"&&toStringTag in o))}function isError(o){return toStr(o)==="[object Error]"&&(!toStringTag||!(typeof o=="object"&&toStringTag in o))}function isString(o){return toStr(o)==="[object String]"&&(!toStringTag||!(typeof o=="object"&&toStringTag in o))}function isNumber(o){return toStr(o)==="[object Number]"&&(!toStringTag||!(typeof o=="object"&&toStringTag in o))}function isBoolean(o){return toStr(o)==="[object Boolean]"&&(!toStringTag||!(typeof o=="object"&&toStringTag in o))}function isSymbol(o){if(hasShammedSymbols)return o&&typeof o=="object"&&o instanceof Symbol;if(typeof o=="symbol")return!0;if(!o||typeof o!="object"||!symToString)return!1;try{return symToString.call(o),!0}catch{}return!1}function isBigInt(o){if(!o||typeof o!="object"||!bigIntValueOf)return!1;try{return bigIntValueOf.call(o),!0}catch{}return!1}var hasOwn=Object.prototype.hasOwnProperty||function(o){return o in this};function has$3(o,n){return hasOwn.call(o,n)}function toStr(o){return objectToString.call(o)}function nameOf(o){if(o.name)return o.name;var n=$match.call(functionToString.call(o),/^function\s*([\w$]+)/);return n?n[1]:null}function indexOf(o,n){if(o.indexOf)return o.indexOf(n);for(var t=0,l=o.length;t<l;t++)if(o[t]===n)return t;return-1}function isMap(o){if(!mapSize||!o||typeof o!="object")return!1;try{mapSize.call(o);try{setSize.call(o)}catch{return!0}return o instanceof Map}catch{}return!1}function isWeakMap(o){if(!weakMapHas||!o||typeof o!="object")return!1;try{weakMapHas.call(o,weakMapHas);try{weakSetHas.call(o,weakSetHas)}catch{return!0}return o instanceof WeakMap}catch{}return!1}function isWeakRef(o){if(!weakRefDeref||!o||typeof o!="object")return!1;try{return weakRefDeref.call(o),!0}catch{}return!1}function isSet(o){if(!setSize||!o||typeof o!="object")return!1;try{setSize.call(o);try{mapSize.call(o)}catch{return!0}return o instanceof Set}catch{}return!1}function isWeakSet(o){if(!weakSetHas||!o||typeof o!="object")return!1;try{weakSetHas.call(o,weakSetHas);try{weakMapHas.call(o,weakMapHas)}catch{return!0}return o instanceof WeakSet}catch{}return!1}function isElement(o){return!o||typeof o!="object"?!1:typeof HTMLElement<"u"&&o instanceof HTMLElement?!0:typeof o.nodeName=="string"&&typeof o.getAttribute=="function"}function inspectString(o,n){if(o.length>n.maxStringLength){var t=o.length-n.maxStringLength,l="... "+t+" more character"+(t>1?"s":"");return inspectString($slice.call(o,0,n.maxStringLength),n)+l}var f=$replace.call($replace.call(o,/(['\\])/g,"\\$1"),/[\x00-\x1f]/g,lowbyte);return wrapQuotes(f,"single",n)}function lowbyte(o){var n=o.charCodeAt(0),t={8:"b",9:"t",10:"n",12:"f",13:"r"}[n];return t?"\\"+t:"\\x"+(n<16?"0":"")+$toUpperCase.call(n.toString(16))}function markBoxed(o){return"Object("+o+")"}function weakCollectionOf(o){return o+" { ? }"}function collectionOf(o,n,t,l){var f=l?indentedJoin(t,l):$join.call(t,", ");return o+" ("+n+") {"+f+"}"}function singleLineValues(o){for(var n=0;n<o.length;n++)if(indexOf(o[n],`
6
- `)>=0)return!1;return!0}function getIndent(o,n){var t;if(o.indent===" ")t=" ";else if(typeof o.indent=="number"&&o.indent>0)t=$join.call(Array(o.indent+1)," ");else return null;return{base:t,prev:$join.call(Array(n+1),t)}}function indentedJoin(o,n){if(o.length===0)return"";var t=`
7
- `+n.prev+n.base;return t+$join.call(o,","+t)+`
8
- `+n.prev}function arrObjKeys(o,n){var t=isArray$3(o),l=[];if(t){l.length=o.length;for(var f=0;f<o.length;f++)l[f]=has$3(o,f)?n(o[f],o):""}var h=typeof gOPS=="function"?gOPS(o):[],e;if(hasShammedSymbols){e={};for(var _=0;_<h.length;_++)e["$"+h[_]]=h[_]}for(var b in o)has$3(o,b)&&(t&&String(Number(b))===b&&b<o.length||hasShammedSymbols&&e["$"+b]instanceof Symbol||($test.call(/[^\w$]/,b)?l.push(n(b,o)+": "+n(o[b],o)):l.push(b+": "+n(o[b],o))));if(typeof gOPS=="function")for(var E=0;E<h.length;E++)isEnumerable.call(o,h[E])&&l.push("["+n(h[E])+"]: "+n(o[h[E]],o));return l}var GetIntrinsic=getIntrinsic,callBound=callBound$1,inspect=objectInspect,$TypeError=GetIntrinsic("%TypeError%"),$WeakMap=GetIntrinsic("%WeakMap%",!0),$Map=GetIntrinsic("%Map%",!0),$weakMapGet=callBound("WeakMap.prototype.get",!0),$weakMapSet=callBound("WeakMap.prototype.set",!0),$weakMapHas=callBound("WeakMap.prototype.has",!0),$mapGet=callBound("Map.prototype.get",!0),$mapSet=callBound("Map.prototype.set",!0),$mapHas=callBound("Map.prototype.has",!0),listGetNode=function(o,n){for(var t=o,l;(l=t.next)!==null;t=l)if(l.key===n)return t.next=l.next,l.next=o.next,o.next=l,l},listGet=function(o,n){var t=listGetNode(o,n);return t&&t.value},listSet=function(o,n,t){var l=listGetNode(o,n);l?l.value=t:o.next={key:n,next:o.next,value:t}},listHas=function(o,n){return!!listGetNode(o,n)},sideChannel=function(){var n,t,l,f={assert:function(h){if(!f.has(h))throw new $TypeError("Side channel does not contain "+inspect(h))},get:function(h){if($WeakMap&&h&&(typeof h=="object"||typeof h=="function")){if(n)return $weakMapGet(n,h)}else if($Map){if(t)return $mapGet(t,h)}else if(l)return listGet(l,h)},has:function(h){if($WeakMap&&h&&(typeof h=="object"||typeof h=="function")){if(n)return $weakMapHas(n,h)}else if($Map){if(t)return $mapHas(t,h)}else if(l)return listHas(l,h);return!1},set:function(h,e){$WeakMap&&h&&(typeof h=="object"||typeof h=="function")?(n||(n=new $WeakMap),$weakMapSet(n,h,e)):$Map?(t||(t=new $Map),$mapSet(t,h,e)):(l||(l={key:{},next:null}),listSet(l,h,e))}};return f},replace=String.prototype.replace,percentTwenties=/%20/g,Format={RFC1738:"RFC1738",RFC3986:"RFC3986"},formats$3={default:Format.RFC3986,formatters:{RFC1738:function(o){return replace.call(o,percentTwenties,"+")},RFC3986:function(o){return String(o)}},RFC1738:Format.RFC1738,RFC3986:Format.RFC3986},formats$2=formats$3,has$2=Object.prototype.hasOwnProperty,isArray$2=Array.isArray,hexTable=function(){for(var o=[],n=0;n<256;++n)o.push("%"+((n<16?"0":"")+n.toString(16)).toUpperCase());return o}(),compactQueue=function(n){for(;n.length>1;){var t=n.pop(),l=t.obj[t.prop];if(isArray$2(l)){for(var f=[],h=0;h<l.length;++h)typeof l[h]<"u"&&f.push(l[h]);t.obj[t.prop]=f}}},arrayToObject=function(n,t){for(var l=t&&t.plainObjects?Object.create(null):{},f=0;f<n.length;++f)typeof n[f]<"u"&&(l[f]=n[f]);return l},merge=function o(n,t,l){if(!t)return n;if(typeof t!="object"){if(isArray$2(n))n.push(t);else if(n&&typeof n=="object")(l&&(l.plainObjects||l.allowPrototypes)||!has$2.call(Object.prototype,t))&&(n[t]=!0);else return[n,t];return n}if(!n||typeof n!="object")return[n].concat(t);var f=n;return isArray$2(n)&&!isArray$2(t)&&(f=arrayToObject(n,l)),isArray$2(n)&&isArray$2(t)?(t.forEach(function(h,e){if(has$2.call(n,e)){var _=n[e];_&&typeof _=="object"&&h&&typeof h=="object"?n[e]=o(_,h,l):n.push(h)}else n[e]=h}),n):Object.keys(t).reduce(function(h,e){var _=t[e];return has$2.call(h,e)?h[e]=o(h[e],_,l):h[e]=_,h},f)},assign=function(n,t){return Object.keys(t).reduce(function(l,f){return l[f]=t[f],l},n)},decode=function(o,n,t){var l=o.replace(/\+/g," ");if(t==="iso-8859-1")return l.replace(/%[0-9a-f]{2}/gi,unescape);try{return decodeURIComponent(l)}catch{return l}},encode=function(n,t,l,f,h){if(n.length===0)return n;var e=n;if(typeof n=="symbol"?e=Symbol.prototype.toString.call(n):typeof n!="string"&&(e=String(n)),l==="iso-8859-1")return escape(e).replace(/%u[0-9a-f]{4}/gi,function(k){return"%26%23"+parseInt(k.slice(2),16)+"%3B"});for(var _="",b=0;b<e.length;++b){var E=e.charCodeAt(b);if(E===45||E===46||E===95||E===126||E>=48&&E<=57||E>=65&&E<=90||E>=97&&E<=122||h===formats$2.RFC1738&&(E===40||E===41)){_+=e.charAt(b);continue}if(E<128){_=_+hexTable[E];continue}if(E<2048){_=_+(hexTable[192|E>>6]+hexTable[128|E&63]);continue}if(E<55296||E>=57344){_=_+(hexTable[224|E>>12]+hexTable[128|E>>6&63]+hexTable[128|E&63]);continue}b+=1,E=65536+((E&1023)<<10|e.charCodeAt(b)&1023),_+=hexTable[240|E>>18]+hexTable[128|E>>12&63]+hexTable[128|E>>6&63]+hexTable[128|E&63]}return _},compact=function(n){for(var t=[{obj:{o:n},prop:"o"}],l=[],f=0;f<t.length;++f)for(var h=t[f],e=h.obj[h.prop],_=Object.keys(e),b=0;b<_.length;++b){var E=_[b],k=e[E];typeof k=="object"&&k!==null&&l.indexOf(k)===-1&&(t.push({obj:e,prop:E}),l.push(k))}return compactQueue(t),n},isRegExp=function(n){return Object.prototype.toString.call(n)==="[object RegExp]"},isBuffer=function(n){return!n||typeof n!="object"?!1:!!(n.constructor&&n.constructor.isBuffer&&n.constructor.isBuffer(n))},combine=function(n,t){return[].concat(n,t)},maybeMap=function(n,t){if(isArray$2(n)){for(var l=[],f=0;f<n.length;f+=1)l.push(t(n[f]));return l}return t(n)},utils$2={arrayToObject,assign,combine,compact,decode,encode,isBuffer,isRegExp,maybeMap,merge},getSideChannel=sideChannel,utils$1=utils$2,formats$1=formats$3,has$1=Object.prototype.hasOwnProperty,arrayPrefixGenerators={brackets:function(n){return n+"[]"},comma:"comma",indices:function(n,t){return n+"["+t+"]"},repeat:function(n){return n}},isArray$1=Array.isArray,push=Array.prototype.push,pushToArray=function(o,n){push.apply(o,isArray$1(n)?n:[n])},toISO=Date.prototype.toISOString,defaultFormat=formats$1.default,defaults$1={addQueryPrefix:!1,allowDots:!1,charset:"utf-8",charsetSentinel:!1,delimiter:"&",encode:!0,encoder:utils$1.encode,encodeValuesOnly:!1,format:defaultFormat,formatter:formats$1.formatters[defaultFormat],indices:!1,serializeDate:function(n){return toISO.call(n)},skipNulls:!1,strictNullHandling:!1},isNonNullishPrimitive=function(n){return typeof n=="string"||typeof n=="number"||typeof n=="boolean"||typeof n=="symbol"||typeof n=="bigint"},sentinel={},stringify$1=function o(n,t,l,f,h,e,_,b,E,k,g,S,A,T,O,B){for(var I=n,D=B,M=0,q=!1;(D=D.get(sentinel))!==void 0&&!q;){var K=D.get(n);if(M+=1,typeof K<"u"){if(K===M)throw new RangeError("Cyclic object value");q=!0}typeof D.get(sentinel)>"u"&&(M=0)}if(typeof b=="function"?I=b(t,I):I instanceof Date?I=g(I):l==="comma"&&isArray$1(I)&&(I=utils$1.maybeMap(I,function(Oe){return Oe instanceof Date?g(Oe):Oe})),I===null){if(h)return _&&!T?_(t,defaults$1.encoder,O,"key",S):t;I=""}if(isNonNullishPrimitive(I)||utils$1.isBuffer(I)){if(_){var $=T?t:_(t,defaults$1.encoder,O,"key",S);return[A($)+"="+A(_(I,defaults$1.encoder,O,"value",S))]}return[A(t)+"="+A(String(I))]}var N=[];if(typeof I>"u")return N;var U;if(l==="comma"&&isArray$1(I))T&&_&&(I=utils$1.maybeMap(I,_)),U=[{value:I.length>0?I.join(",")||null:void 0}];else if(isArray$1(b))U=b;else{var ee=Object.keys(I);U=E?ee.sort(E):ee}for(var ne=f&&isArray$1(I)&&I.length===1?t+"[]":t,re=0;re<U.length;++re){var he=U[re],ae=typeof he=="object"&&typeof he.value<"u"?he.value:I[he];if(!(e&&ae===null)){var Ee=isArray$1(I)?typeof l=="function"?l(ne,he):ne:ne+(k?"."+he:"["+he+"]");B.set(n,M);var ke=getSideChannel();ke.set(sentinel,B),pushToArray(N,o(ae,Ee,l,f,h,e,l==="comma"&&T&&isArray$1(I)?null:_,b,E,k,g,S,A,T,O,ke))}}return N},normalizeStringifyOptions=function(n){if(!n)return defaults$1;if(n.encoder!==null&&typeof n.encoder<"u"&&typeof n.encoder!="function")throw new TypeError("Encoder has to be a function.");var t=n.charset||defaults$1.charset;if(typeof n.charset<"u"&&n.charset!=="utf-8"&&n.charset!=="iso-8859-1")throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");var l=formats$1.default;if(typeof n.format<"u"){if(!has$1.call(formats$1.formatters,n.format))throw new TypeError("Unknown format option provided.");l=n.format}var f=formats$1.formatters[l],h=defaults$1.filter;return(typeof n.filter=="function"||isArray$1(n.filter))&&(h=n.filter),{addQueryPrefix:typeof n.addQueryPrefix=="boolean"?n.addQueryPrefix:defaults$1.addQueryPrefix,allowDots:typeof n.allowDots>"u"?defaults$1.allowDots:!!n.allowDots,charset:t,charsetSentinel:typeof n.charsetSentinel=="boolean"?n.charsetSentinel:defaults$1.charsetSentinel,delimiter:typeof n.delimiter>"u"?defaults$1.delimiter:n.delimiter,encode:typeof n.encode=="boolean"?n.encode:defaults$1.encode,encoder:typeof n.encoder=="function"?n.encoder:defaults$1.encoder,encodeValuesOnly:typeof n.encodeValuesOnly=="boolean"?n.encodeValuesOnly:defaults$1.encodeValuesOnly,filter:h,format:l,formatter:f,serializeDate:typeof n.serializeDate=="function"?n.serializeDate:defaults$1.serializeDate,skipNulls:typeof n.skipNulls=="boolean"?n.skipNulls:defaults$1.skipNulls,sort:typeof n.sort=="function"?n.sort:null,strictNullHandling:typeof n.strictNullHandling=="boolean"?n.strictNullHandling:defaults$1.strictNullHandling}},stringify_1=function(o,n){var t=o,l=normalizeStringifyOptions(n),f,h;typeof l.filter=="function"?(h=l.filter,t=h("",t)):isArray$1(l.filter)&&(h=l.filter,f=h);var e=[];if(typeof t!="object"||t===null)return"";var _;n&&n.arrayFormat in arrayPrefixGenerators?_=n.arrayFormat:n&&"indices"in n?_=n.indices?"indices":"repeat":_="indices";var b=arrayPrefixGenerators[_];if(n&&"commaRoundTrip"in n&&typeof n.commaRoundTrip!="boolean")throw new TypeError("`commaRoundTrip` must be a boolean, or absent");var E=b==="comma"&&n&&n.commaRoundTrip;f||(f=Object.keys(t)),l.sort&&f.sort(l.sort);for(var k=getSideChannel(),g=0;g<f.length;++g){var S=f[g];l.skipNulls&&t[S]===null||pushToArray(e,stringify$1(t[S],S,b,E,l.strictNullHandling,l.skipNulls,l.encode?l.encoder:null,l.filter,l.sort,l.allowDots,l.serializeDate,l.format,l.formatter,l.encodeValuesOnly,l.charset,k))}var A=e.join(l.delimiter),T=l.addQueryPrefix===!0?"?":"";return l.charsetSentinel&&(l.charset==="iso-8859-1"?T+="utf8=%26%2310003%3B&":T+="utf8=%E2%9C%93&"),A.length>0?T+A:""},utils=utils$2,has=Object.prototype.hasOwnProperty,isArray=Array.isArray,defaults={allowDots:!1,allowPrototypes:!1,allowSparse:!1,arrayLimit:20,charset:"utf-8",charsetSentinel:!1,comma:!1,decoder:utils.decode,delimiter:"&",depth:5,ignoreQueryPrefix:!1,interpretNumericEntities:!1,parameterLimit:1e3,parseArrays:!0,plainObjects:!1,strictNullHandling:!1},interpretNumericEntities=function(o){return o.replace(/&#(\d+);/g,function(n,t){return String.fromCharCode(parseInt(t,10))})},parseArrayValue=function(o,n){return o&&typeof o=="string"&&n.comma&&o.indexOf(",")>-1?o.split(","):o},isoSentinel="utf8=%26%2310003%3B",charsetSentinel="utf8=%E2%9C%93",parseValues=function(n,t){var l={__proto__:null},f=t.ignoreQueryPrefix?n.replace(/^\?/,""):n,h=t.parameterLimit===1/0?void 0:t.parameterLimit,e=f.split(t.delimiter,h),_=-1,b,E=t.charset;if(t.charsetSentinel)for(b=0;b<e.length;++b)e[b].indexOf("utf8=")===0&&(e[b]===charsetSentinel?E="utf-8":e[b]===isoSentinel&&(E="iso-8859-1"),_=b,b=e.length);for(b=0;b<e.length;++b)if(b!==_){var k=e[b],g=k.indexOf("]="),S=g===-1?k.indexOf("="):g+1,A,T;S===-1?(A=t.decoder(k,defaults.decoder,E,"key"),T=t.strictNullHandling?null:""):(A=t.decoder(k.slice(0,S),defaults.decoder,E,"key"),T=utils.maybeMap(parseArrayValue(k.slice(S+1),t),function(O){return t.decoder(O,defaults.decoder,E,"value")})),T&&t.interpretNumericEntities&&E==="iso-8859-1"&&(T=interpretNumericEntities(T)),k.indexOf("[]=")>-1&&(T=isArray(T)?[T]:T),has.call(l,A)?l[A]=utils.combine(l[A],T):l[A]=T}return l},parseObject=function(o,n,t,l){for(var f=l?n:parseArrayValue(n,t),h=o.length-1;h>=0;--h){var e,_=o[h];if(_==="[]"&&t.parseArrays)e=[].concat(f);else{e=t.plainObjects?Object.create(null):{};var b=_.charAt(0)==="["&&_.charAt(_.length-1)==="]"?_.slice(1,-1):_,E=parseInt(b,10);!t.parseArrays&&b===""?e={0:f}:!isNaN(E)&&_!==b&&String(E)===b&&E>=0&&t.parseArrays&&E<=t.arrayLimit?(e=[],e[E]=f):b!=="__proto__"&&(e[b]=f)}f=e}return f},parseKeys=function(n,t,l,f){if(n){var h=l.allowDots?n.replace(/\.([^.[]+)/g,"[$1]"):n,e=/(\[[^[\]]*])/,_=/(\[[^[\]]*])/g,b=l.depth>0&&e.exec(h),E=b?h.slice(0,b.index):h,k=[];if(E){if(!l.plainObjects&&has.call(Object.prototype,E)&&!l.allowPrototypes)return;k.push(E)}for(var g=0;l.depth>0&&(b=_.exec(h))!==null&&g<l.depth;){if(g+=1,!l.plainObjects&&has.call(Object.prototype,b[1].slice(1,-1))&&!l.allowPrototypes)return;k.push(b[1])}return b&&k.push("["+h.slice(b.index)+"]"),parseObject(k,t,l,f)}},normalizeParseOptions=function(n){if(!n)return defaults;if(n.decoder!==null&&n.decoder!==void 0&&typeof n.decoder!="function")throw new TypeError("Decoder has to be a function.");if(typeof n.charset<"u"&&n.charset!=="utf-8"&&n.charset!=="iso-8859-1")throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");var t=typeof n.charset>"u"?defaults.charset:n.charset;return{allowDots:typeof n.allowDots>"u"?defaults.allowDots:!!n.allowDots,allowPrototypes:typeof n.allowPrototypes=="boolean"?n.allowPrototypes:defaults.allowPrototypes,allowSparse:typeof n.allowSparse=="boolean"?n.allowSparse:defaults.allowSparse,arrayLimit:typeof n.arrayLimit=="number"?n.arrayLimit:defaults.arrayLimit,charset:t,charsetSentinel:typeof n.charsetSentinel=="boolean"?n.charsetSentinel:defaults.charsetSentinel,comma:typeof n.comma=="boolean"?n.comma:defaults.comma,decoder:typeof n.decoder=="function"?n.decoder:defaults.decoder,delimiter:typeof n.delimiter=="string"||utils.isRegExp(n.delimiter)?n.delimiter:defaults.delimiter,depth:typeof n.depth=="number"||n.depth===!1?+n.depth:defaults.depth,ignoreQueryPrefix:n.ignoreQueryPrefix===!0,interpretNumericEntities:typeof n.interpretNumericEntities=="boolean"?n.interpretNumericEntities:defaults.interpretNumericEntities,parameterLimit:typeof n.parameterLimit=="number"?n.parameterLimit:defaults.parameterLimit,parseArrays:n.parseArrays!==!1,plainObjects:typeof n.plainObjects=="boolean"?n.plainObjects:defaults.plainObjects,strictNullHandling:typeof n.strictNullHandling=="boolean"?n.strictNullHandling:defaults.strictNullHandling}},parse$1=function(o,n){var t=normalizeParseOptions(n);if(o===""||o===null||typeof o>"u")return t.plainObjects?Object.create(null):{};for(var l=typeof o=="string"?parseValues(o,t):o,f=t.plainObjects?Object.create(null):{},h=Object.keys(l),e=0;e<h.length;++e){var _=h[e],b=parseKeys(_,l[_],t,typeof o=="string");f=utils.merge(f,b,t)}return t.allowSparse===!0?f:utils.compact(f)},stringify=stringify_1,parse=parse$1,formats=formats$3,lib={formats,parse,stringify};const qs=getDefaultExportFromCjs(lib);let instance=axios();oAxios.CancelToken;let requestFormAjax=({url:o,params:n,method:t,ourl:l})=>{let f=l+o;if(t==="get")return instance.get(f,{params:n},{headers:{"Content-Type":"application/x-www-form-urlencoded"}});if(t==="post")return instance.post(f,qs.stringify(n),{headers:{"Content-Type":"application/x-www-form-urlencoded"}})};function getRecommendConfig(o){return requestFormAjax({url:"/api/v6/terminal/configs/by_name",method:"get",params:o,ourl:""})}function getUserId(o){return requestFormAjax({url:"/api/v1/user/info.json",method:"get",params:o,ourl:""})}function information(o){return requestFormAjax({url:"/api/v1/users/mobile/members/information",method:"get",params:o,ourl:""})}function getChaDetail(o){return requestFormAjax({url:`/api/v6/contents/${o||1981}`,method:"get",ourl:""})}function getGameDetail(o){return requestFormAjax({url:`/api/v6/contents/games/${o}`,method:"get",ourl:""})}function queryLock(o){return requestFormAjax({url:"/api/v1/paas/queryLock?userId="+o,method:"get",ourl:""})}function isAfkBlack(o,n){return requestFormAjax({url:`/api/v5/games/${o}/play?user_id=${n}`,method:"get",headers:{channel_code:"33040993",user_id:n,vc:99999,client_id:"8888107"},ourl:""})}function logs(o){return requestFormAjax({url:"/apis/logs",params:o,method:"get",ourl:""})}const AnimatedIframe_vue_vue_type_style_index_0_scoped_ad60b680_lang="",_export_sfc=(o,n)=>{const t=o.__vccOpts||o;for(const[l,f]of n)t[l]=f;return t},_sfc_main$3={name:"AnimatedIframe",props:{url:{type:String,required:!0},updateData:{type:Boolean,default:!1}},data(){return{isVisible:!1}},mounted(){},methods:{hide(){this.isVisible=!1},show(){this.isVisible=!0},toggleVisibility(){this.isVisible=!this.isVisible,this.$emit("updateData",this.isVisible)}}},_hoisted_1$3={class:"iframe-container"},_hoisted_2$3=["src"];function _sfc_render$3(o,n,t,l,f,h){return vue.withDirectives((vue.openBlock(),vue.createElementBlock("div",_hoisted_1$3,[vue.createElementVNode("iframe",{src:t.url,frameborder:"0"},null,8,_hoisted_2$3),vue.createElementVNode("button",{onClick:n[0]||(n[0]=(...e)=>h.toggleVisibility&&h.toggleVisibility(...e)),class:"close-button",id:"close-button-id"})],512)),[[vue.vShow,f.isVisible]])}const AnimatedIframe=_export_sfc(_sfc_main$3,[["render",_sfc_render$3],["__scopeId","data-v-ad60b680"]]),_imports_0$1="data:image/png;base64,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",_imports_0="data:image/png;base64,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",HangupStatus_vue_vue_type_style_index_0_scoped_d93f5c02_lang="",_sfc_main$2={name:"HangupStatus",props:{gameInfo:{type:Object,default:()=>({})},startTime:{type:Date,default:()=>new Date}},data(){return{currentTime:new Date,timer:null}},computed:{elapsedSeconds(){return Math.floor((this.currentTime-this.startTime)/1e3)},formattedTime(){const o=this.gameInfo.lockTime+this.gameInfo.lockSetTime*1e3,n=Math.floor(o/3600),t=Math.floor(o%3600/60),l=o%60;return console.log(`${n}:${t.toString().padStart(2,"0")}:${l.toString().padStart(2,"0")}`,"hours,minutes,seconds"),`${n}:${t.toString().padStart(2,"0")}:${l.toString().padStart(2,"0")}`},endTime(){const o=this.gameInfo.lockTime+this.gameInfo.lockSetTime*1e3,n=new Date(o);console.log("结束时间:",n.toLocaleString("zh-CN")),console.log("结束时间 ISO格式:",n.toISOString()),console.log("结束时间 年月日时分秒:",n.getFullYear()+"-"+String(n.getMonth()+1).padStart(2,"0")+"-"+String(n.getDate()).padStart(2,"0")+" "+String(n.getHours()).padStart(2,"0")+":"+String(n.getMinutes()).padStart(2,"0")+":"+String(n.getSeconds()).padStart(2,"0"));const t=String(n.getHours()).padStart(2,"0"),l=String(n.getMinutes()).padStart(2,"0"),f=String(n.getSeconds()).padStart(2,"0");return`${t}:${l}:${f}`}},watch:{gameInfo:{handler(o){console.log("HangupStatus组件gameInfo更新:",o)},deep:!0,immediate:!0}},mounted(){console.log("HangupStatus组件接收到的gameInfo:",this.gameInfo)},beforeDestroy(){this.stopCountdown()},methods:{startCountdown(){},stopCountdown(){this.timer&&(clearInterval(this.timer),this.timer=null)},enterGame(){this.$emit("handleEnterGame",{gameUrl:`https://h5.play.cn/h5/game_launch/${this.gameInfo.content_id}?caf=33040993&type=cloudgame`,gameInfo:this.gameInfo})},endHangup(){this.$emit("handleEndHangup",{name:"unlock_vm"})}}},_withScopeId$2=o=>(vue.pushScopeId("data-v-d93f5c02"),o=o(),vue.popScopeId(),o),_hoisted_1$2={class:"hangup-status-container"},_hoisted_2$2={class:"hangup-card"},_hoisted_3$2={class:"game-section"},_hoisted_4$2={class:"game-avatar"},_hoisted_5$2=["src","alt"],_hoisted_6$2={class:"game-info"},_hoisted_7$2={class:"game-name"},_hoisted_8$2={class:"hangup-time"},_hoisted_9$2=_withScopeId$2(()=>vue.createElementVNode("img",{src:_imports_0,alt:"stop",class:"stop-icon"},null,-1)),_hoisted_10$1=_withScopeId$2(()=>vue.createElementVNode("button",{class:"end-hangup-btn"}," 结束挂机 ",-1)),_hoisted_11$1=[_hoisted_9$2,_hoisted_10$1];function _sfc_render$2(o,n,t,l,f,h){return vue.openBlock(),vue.createElementBlock("div",_hoisted_1$2,[vue.createElementVNode("div",_hoisted_2$2,[vue.createElementVNode("div",_hoisted_3$2,[vue.createElementVNode("div",_hoisted_4$2,[vue.createElementVNode("img",{src:t.gameInfo.avatar,alt:o.头像,class:"avatar-image"},null,8,_hoisted_5$2)]),vue.createElementVNode("div",_hoisted_6$2,[vue.createElementVNode("div",_hoisted_7$2,vue.toDisplayString(t.gameInfo.name),1),vue.createElementVNode("div",_hoisted_8$2,"将于"+vue.toDisplayString(h.endTime)+"结束云挂机",1),vue.withDirectives(vue.createElementVNode("button",{class:"enter-game-btn",onClick:n[0]||(n[0]=(...e)=>h.enterGame&&h.enterGame(...e))},"进入游戏",512),[[vue.vShow,t.gameInfo.showEnterGame]])])]),vue.createElementVNode("div",{class:"button-section",onClick:n[1]||(n[1]=(...e)=>h.endHangup&&h.endHangup(...e))},_hoisted_11$1)])])}const HangupStatus=_export_sfc(_sfc_main$2,[["render",_sfc_render$2],["__scopeId","data-v-d93f5c02"]]),DragTimer_vue_vue_type_style_index_0_scoped_c75aa10d_lang="",_sfc_main$1={name:"DragTimer",data(){return{currentMinutes:60,minMinutes:10,maxMinutes:360,isDragging:!1}},computed:{fillPercentage(){return(this.currentMinutes-this.minMinutes)/(this.maxMinutes-this.minMinutes)*100},formattedTime(){const o=Math.floor(this.currentMinutes/60),n=this.currentMinutes%60;return o>0&&n>0?`${o}小时${n}分钟`:o>0?`${o}小时`:`${n}分钟`}},methods:{startDrag(o){o.preventDefault(),this.isDragging=!0;const n=l=>{this.isDragging&&this.updateTime(l)},t=()=>{this.isDragging=!1,document.removeEventListener("mousemove",n),document.removeEventListener("mouseup",t),document.removeEventListener("touchmove",n),document.removeEventListener("touchend",t)};document.addEventListener("mousemove",n),document.addEventListener("mouseup",t),document.addEventListener("touchmove",n),document.addEventListener("touchend",t),this.updateTime(o)},updateTime(o){const t=this.$refs.track.getBoundingClientRect();let l;o.type.includes("touch")?l=o.touches[0].clientX:l=o.clientX;const f=Math.max(0,Math.min(1,(l-t.left)/t.width));this.currentMinutes=Math.round(this.minMinutes+f*(this.maxMinutes-this.minMinutes)),this.$emit("time-change",{currentMinutes:this.currentMinutes,lock_time:this.currentMinutes*60,formattedTime:this.formattedTime})},startHangup(){let o=this.currentMinutes*60;console.log(o,"seconds");let n={name:"lock_vm",lock_time:o};this.$emit("handleSetCloudIdle",n)}}},_withScopeId$1=o=>(vue.pushScopeId("data-v-c75aa10d"),o=o(),vue.popScopeId(),o),_hoisted_1$1={class:"drag-timer-container"},_hoisted_2$1={class:"timer-card"},_hoisted_3$1={class:"timer-content"},_hoisted_4$1={class:"slider-section"},_hoisted_5$1={class:"slider-container"},_hoisted_6$1={class:"current-time"},_hoisted_7$1=_withScopeId$1(()=>vue.createElementVNode("div",{class:"time-range"},[vue.createElementVNode("span",{class:"min-time"},"10分钟"),vue.createElementVNode("span",{class:"max-time"},"6小时")],-1)),_hoisted_8$1={class:"button-section"},_hoisted_9$1=_withScopeId$1(()=>vue.createElementVNode("div",{class:"tips"}," 倒计时结束,系统将释放该游戏 ",-1));function _sfc_render$1(o,n,t,l,f,h){return vue.openBlock(),vue.createElementBlock("div",_hoisted_1$1,[vue.createElementVNode("div",_hoisted_2$1,[vue.createElementVNode("div",_hoisted_3$1,[vue.createElementVNode("div",_hoisted_4$1,[vue.createElementVNode("div",_hoisted_5$1,[vue.createElementVNode("div",{class:"slider-track",ref:"track",onMousedown:n[2]||(n[2]=(...e)=>h.startDrag&&h.startDrag(...e)),onTouchstart:n[3]||(n[3]=(...e)=>h.startDrag&&h.startDrag(...e))},[vue.createElementVNode("div",{class:"slider-fill",style:vue.normalizeStyle({width:h.fillPercentage+"%"})},null,4),vue.createElementVNode("div",{class:"slider-thumb",style:vue.normalizeStyle({left:h.fillPercentage+"%"}),onMousedown:n[0]||(n[0]=(...e)=>h.startDrag&&h.startDrag(...e)),onTouchstart:n[1]||(n[1]=(...e)=>h.startDrag&&h.startDrag(...e))},[vue.createElementVNode("div",_hoisted_6$1,vue.toDisplayString(h.formattedTime),1)],36)],544)]),_hoisted_7$1]),vue.createElementVNode("div",_hoisted_8$1,[vue.createElementVNode("button",{class:"start-button",onClick:n[4]||(n[4]=(...e)=>h.startHangup&&h.startHangup(...e))},"开始挂机")])]),_hoisted_9$1])])}const DragTimer=_export_sfc(_sfc_main$1,[["render",_sfc_render$1],["__scopeId","data-v-c75aa10d"]]);var vconsole_min={exports:{}};/*!
9
- * vConsole v3.15.1 (https://github.com/Tencent/vConsole)
10
- *
11
- * Tencent is pleased to support the open source community by making vConsole available.
12
- * Copyright (C) 2017 THL A29 Limited, a Tencent company. All rights reserved.
13
- * Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
14
- * http://opensource.org/licenses/MIT
15
- * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
16
- */(function(module,exports){(function(o,n){module.exports=n()})(commonjsGlobal||self,function(){return function(){var __webpack_modules__={4264:function(o,n,t){o.exports=t(7588)},5036:function(o,n,t){t(1719),t(5677),t(6394),t(5334),t(6969),t(2021),t(8328),t(2129);var l=t(1287);o.exports=l.Promise},2582:function(o,n,t){t(1646),t(6394),t(2004),t(462),t(8407),t(2429),t(1172),t(8288),t(1274),t(8201),t(6626),t(3211),t(9952),t(15),t(9831),t(7521),t(2972),t(6956),t(5222),t(2257);var l=t(1287);o.exports=l.Symbol},8257:function(o,n,t){var l=t(7583),f=t(9212),h=t(5637),e=l.TypeError;o.exports=function(_){if(f(_))return _;throw e(h(_)+" is not a function")}},1186:function(o,n,t){var l=t(7583),f=t(2097),h=t(5637),e=l.TypeError;o.exports=function(_){if(f(_))return _;throw e(h(_)+" is not a constructor")}},9882:function(o,n,t){var l=t(7583),f=t(9212),h=l.String,e=l.TypeError;o.exports=function(_){if(typeof _=="object"||f(_))return _;throw e("Can't set "+h(_)+" as a prototype")}},6288:function(o,n,t){var l=t(3649),f=t(3590),h=t(4615),e=l("unscopables"),_=Array.prototype;_[e]==null&&h.f(_,e,{configurable:!0,value:f(null)}),o.exports=function(b){_[e][b]=!0}},4761:function(o,n,t){var l=t(7583),f=t(2447),h=l.TypeError;o.exports=function(e,_){if(f(_,e))return e;throw h("Incorrect invocation")}},2569:function(o,n,t){var l=t(7583),f=t(794),h=l.String,e=l.TypeError;o.exports=function(_){if(f(_))return _;throw e(h(_)+" is not an object")}},5766:function(o,n,t){var l=t(2977),f=t(6782),h=t(1825),e=function(_){return function(b,E,k){var g,S=l(b),A=h(S),T=f(k,A);if(_&&E!=E){for(;A>T;)if((g=S[T++])!=g)return!0}else for(;A>T;T++)if((_||T in S)&&S[T]===E)return _||T||0;return!_&&-1}};o.exports={includes:e(!0),indexOf:e(!1)}},4805:function(o,n,t){var l=t(2938),f=t(7386),h=t(5044),e=t(1324),_=t(1825),b=t(4822),E=f([].push),k=function(g){var S=g==1,A=g==2,T=g==3,O=g==4,B=g==6,I=g==7,D=g==5||B;return function(M,q,K,$){for(var N,U,ee=e(M),ne=h(ee),re=l(q,K),he=_(ne),ae=0,Ee=$||b,ke=S?Ee(M,he):A||I?Ee(M,0):void 0;he>ae;ae++)if((D||ae in ne)&&(U=re(N=ne[ae],ae,ee),g))if(S)ke[ae]=U;else if(U)switch(g){case 3:return!0;case 5:return N;case 6:return ae;case 2:E(ke,N)}else switch(g){case 4:return!1;case 7:E(ke,N)}return B?-1:T||O?O:ke}};o.exports={forEach:k(0),map:k(1),filter:k(2),some:k(3),every:k(4),find:k(5),findIndex:k(6),filterReject:k(7)}},9269:function(o,n,t){var l=t(6544),f=t(3649),h=t(4061),e=f("species");o.exports=function(_){return h>=51||!l(function(){var b=[];return(b.constructor={})[e]=function(){return{foo:1}},b[_](Boolean).foo!==1})}},4546:function(o,n,t){var l=t(7583),f=t(6782),h=t(1825),e=t(5999),_=l.Array,b=Math.max;o.exports=function(E,k,g){for(var S=h(E),A=f(k,S),T=f(g===void 0?S:g,S),O=_(b(T-A,0)),B=0;A<T;A++,B++)e(O,B,E[A]);return O.length=B,O}},6917:function(o,n,t){var l=t(7386);o.exports=l([].slice)},5289:function(o,n,t){var l=t(7583),f=t(4521),h=t(2097),e=t(794),_=t(3649)("species"),b=l.Array;o.exports=function(E){var k;return f(E)&&(k=E.constructor,(h(k)&&(k===b||f(k.prototype))||e(k)&&(k=k[_])===null)&&(k=void 0)),k===void 0?b:k}},4822:function(o,n,t){var l=t(5289);o.exports=function(f,h){return new(l(f))(h===0?0:h)}},3616:function(o,n,t){var l=t(3649)("iterator"),f=!1;try{var h=0,e={next:function(){return{done:!!h++}},return:function(){f=!0}};e[l]=function(){return this},Array.from(e,function(){throw 2})}catch{}o.exports=function(_,b){if(!b&&!f)return!1;var E=!1;try{var k={};k[l]=function(){return{next:function(){return{done:E=!0}}}},_(k)}catch{}return E}},9624:function(o,n,t){var l=t(7386),f=l({}.toString),h=l("".slice);o.exports=function(e){return h(f(e),8,-1)}},3058:function(o,n,t){var l=t(7583),f=t(8191),h=t(9212),e=t(9624),_=t(3649)("toStringTag"),b=l.Object,E=e(function(){return arguments}())=="Arguments";o.exports=f?e:function(k){var g,S,A;return k===void 0?"Undefined":k===null?"Null":typeof(S=function(T,O){try{return T[O]}catch{}}(g=b(k),_))=="string"?S:E?e(g):(A=e(g))=="Object"&&h(g.callee)?"Arguments":A}},1509:function(o,n,t){var l=t(7386)("".replace),f=String(Error("zxcasd").stack),h=/\n\s*at [^:]*:[^\n]*/,e=h.test(f);o.exports=function(_,b){if(e&&typeof _=="string")for(;b--;)_=l(_,h,"");return _}},3478:function(o,n,t){var l=t(2870),f=t(929),h=t(6683),e=t(4615);o.exports=function(_,b,E){for(var k=f(b),g=e.f,S=h.f,A=0;A<k.length;A++){var T=k[A];l(_,T)||E&&l(E,T)||g(_,T,S(b,T))}}},926:function(o,n,t){var l=t(6544);o.exports=!l(function(){function f(){}return f.prototype.constructor=null,Object.getPrototypeOf(new f)!==f.prototype})},4683:function(o,n,t){var l=t(2365).IteratorPrototype,f=t(3590),h=t(4677),e=t(8821),_=t(339),b=function(){return this};o.exports=function(E,k,g,S){var A=k+" Iterator";return E.prototype=f(l,{next:h(+!S,g)}),e(E,A,!1,!0),_[A]=b,E}},57:function(o,n,t){var l=t(8494),f=t(4615),h=t(4677);o.exports=l?function(e,_,b){return f.f(e,_,h(1,b))}:function(e,_,b){return e[_]=b,e}},4677:function(o){o.exports=function(n,t){return{enumerable:!(1&n),configurable:!(2&n),writable:!(4&n),value:t}}},5999:function(o,n,t){var l=t(8734),f=t(4615),h=t(4677);o.exports=function(e,_,b){var E=l(_);E in e?f.f(e,E,h(0,b)):e[E]=b}},9012:function(o,n,t){var l=t(7263),f=t(8262),h=t(6268),e=t(4340),_=t(9212),b=t(4683),E=t(729),k=t(7496),g=t(8821),S=t(57),A=t(1270),T=t(3649),O=t(339),B=t(2365),I=e.PROPER,D=e.CONFIGURABLE,M=B.IteratorPrototype,q=B.BUGGY_SAFARI_ITERATORS,K=T("iterator"),$="keys",N="values",U="entries",ee=function(){return this};o.exports=function(ne,re,he,ae,Ee,ke,Oe){b(he,re,ae);var G,X,me,xe=function(Le){if(Le===Ee&&Q)return Q;if(!q&&Le in R)return R[Le];switch(Le){case $:case N:case U:return function(){return new he(this,Le)}}return function(){return new he(this)}},se=re+" Iterator",Z=!1,R=ne.prototype,z=R[K]||R["@@iterator"]||Ee&&R[Ee],Q=!q&&z||xe(Ee),ge=re=="Array"&&R.entries||z;if(ge&&(G=E(ge.call(new ne)))!==Object.prototype&&G.next&&(h||E(G)===M||(k?k(G,M):_(G[K])||A(G,K,ee)),g(G,se,!0,!0),h&&(O[se]=ee)),I&&Ee==N&&z&&z.name!==N&&(!h&&D?S(R,"name",N):(Z=!0,Q=function(){return f(z,this)})),Ee)if(X={values:xe(N),keys:ke?Q:xe($),entries:xe(U)},Oe)for(me in X)(q||Z||!(me in R))&&A(R,me,X[me]);else l({target:re,proto:!0,forced:q||Z},X);return h&&!Oe||R[K]===Q||A(R,K,Q,{name:Ee}),O[re]=Q,X}},2219:function(o,n,t){var l=t(1287),f=t(2870),h=t(491),e=t(4615).f;o.exports=function(_){var b=l.Symbol||(l.Symbol={});f(b,_)||e(b,_,{value:h.f(_)})}},8494:function(o,n,t){var l=t(6544);o.exports=!l(function(){return Object.defineProperty({},1,{get:function(){return 7}})[1]!=7})},6668:function(o,n,t){var l=t(7583),f=t(794),h=l.document,e=f(h)&&f(h.createElement);o.exports=function(_){return e?h.createElement(_):{}}},6778:function(o){o.exports={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0}},9307:function(o,n,t){var l=t(6668)("span").classList,f=l&&l.constructor&&l.constructor.prototype;o.exports=f===Object.prototype?void 0:f},2274:function(o){o.exports=typeof window=="object"},3256:function(o,n,t){var l=t(6918),f=t(7583);o.exports=/ipad|iphone|ipod/i.test(l)&&f.Pebble!==void 0},7020:function(o,n,t){var l=t(6918);o.exports=/(?:ipad|iphone|ipod).*applewebkit/i.test(l)},5354:function(o,n,t){var l=t(9624),f=t(7583);o.exports=l(f.process)=="process"},6846:function(o,n,t){var l=t(6918);o.exports=/web0s(?!.*chrome)/i.test(l)},6918:function(o,n,t){var l=t(5897);o.exports=l("navigator","userAgent")||""},4061:function(o,n,t){var l,f,h=t(7583),e=t(6918),_=h.process,b=h.Deno,E=_&&_.versions||b&&b.version,k=E&&E.v8;k&&(f=(l=k.split("."))[0]>0&&l[0]<4?1:+(l[0]+l[1])),!f&&e&&(!(l=e.match(/Edge\/(\d+)/))||l[1]>=74)&&(l=e.match(/Chrome\/(\d+)/))&&(f=+l[1]),o.exports=f},5690:function(o){o.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},1178:function(o,n,t){var l=t(6544),f=t(4677);o.exports=!l(function(){var h=Error("a");return!("stack"in h)||(Object.defineProperty(h,"stack",f(1,7)),h.stack!==7)})},7263:function(o,n,t){var l=t(7583),f=t(6683).f,h=t(57),e=t(1270),_=t(460),b=t(3478),E=t(4451);o.exports=function(k,g){var S,A,T,O,B,I=k.target,D=k.global,M=k.stat;if(S=D?l:M?l[I]||_(I,{}):(l[I]||{}).prototype)for(A in g){if(O=g[A],T=k.noTargetGet?(B=f(S,A))&&B.value:S[A],!E(D?A:I+(M?".":"#")+A,k.forced)&&T!==void 0){if(typeof O==typeof T)continue;b(O,T)}(k.sham||T&&T.sham)&&h(O,"sham",!0),e(S,A,O,k)}}},6544:function(o){o.exports=function(n){try{return!!n()}catch{return!0}}},1611:function(o,n,t){var l=t(8987),f=Function.prototype,h=f.apply,e=f.call;o.exports=typeof Reflect=="object"&&Reflect.apply||(l?e.bind(h):function(){return e.apply(h,arguments)})},2938:function(o,n,t){var l=t(7386),f=t(8257),h=t(8987),e=l(l.bind);o.exports=function(_,b){return f(_),b===void 0?_:h?e(_,b):function(){return _.apply(b,arguments)}}},8987:function(o,n,t){var l=t(6544);o.exports=!l(function(){var f=(function(){}).bind();return typeof f!="function"||f.hasOwnProperty("prototype")})},8262:function(o,n,t){var l=t(8987),f=Function.prototype.call;o.exports=l?f.bind(f):function(){return f.apply(f,arguments)}},4340:function(o,n,t){var l=t(8494),f=t(2870),h=Function.prototype,e=l&&Object.getOwnPropertyDescriptor,_=f(h,"name"),b=_&&(function(){}).name==="something",E=_&&(!l||l&&e(h,"name").configurable);o.exports={EXISTS:_,PROPER:b,CONFIGURABLE:E}},7386:function(o,n,t){var l=t(8987),f=Function.prototype,h=f.bind,e=f.call,_=l&&h.bind(e,e);o.exports=l?function(b){return b&&_(b)}:function(b){return b&&function(){return e.apply(b,arguments)}}},5897:function(o,n,t){var l=t(7583),f=t(9212),h=function(e){return f(e)?e:void 0};o.exports=function(e,_){return arguments.length<2?h(l[e]):l[e]&&l[e][_]}},8272:function(o,n,t){var l=t(3058),f=t(911),h=t(339),e=t(3649)("iterator");o.exports=function(_){if(_!=null)return f(_,e)||f(_,"@@iterator")||h[l(_)]}},6307:function(o,n,t){var l=t(7583),f=t(8262),h=t(8257),e=t(2569),_=t(5637),b=t(8272),E=l.TypeError;o.exports=function(k,g){var S=arguments.length<2?b(k):g;if(h(S))return e(f(S,k));throw E(_(k)+" is not iterable")}},911:function(o,n,t){var l=t(8257);o.exports=function(f,h){var e=f[h];return e==null?void 0:l(e)}},7583:function(o,n,t){var l=function(f){return f&&f.Math==Math&&f};o.exports=l(typeof globalThis=="object"&&globalThis)||l(typeof window=="object"&&window)||l(typeof self=="object"&&self)||l(typeof t.g=="object"&&t.g)||function(){return this}()||Function("return this")()},2870:function(o,n,t){var l=t(7386),f=t(1324),h=l({}.hasOwnProperty);o.exports=Object.hasOwn||function(e,_){return h(f(e),_)}},4639:function(o){o.exports={}},2716:function(o,n,t){var l=t(7583);o.exports=function(f,h){var e=l.console;e&&e.error&&(arguments.length==1?e.error(f):e.error(f,h))}},482:function(o,n,t){var l=t(5897);o.exports=l("document","documentElement")},275:function(o,n,t){var l=t(8494),f=t(6544),h=t(6668);o.exports=!l&&!f(function(){return Object.defineProperty(h("div"),"a",{get:function(){return 7}}).a!=7})},5044:function(o,n,t){var l=t(7583),f=t(7386),h=t(6544),e=t(9624),_=l.Object,b=f("".split);o.exports=h(function(){return!_("z").propertyIsEnumerable(0)})?function(E){return e(E)=="String"?b(E,""):_(E)}:_},9734:function(o,n,t){var l=t(7386),f=t(9212),h=t(1314),e=l(Function.toString);f(h.inspectSource)||(h.inspectSource=function(_){return e(_)}),o.exports=h.inspectSource},4402:function(o,n,t){var l=t(794),f=t(57);o.exports=function(h,e){l(e)&&"cause"in e&&f(h,"cause",e.cause)}},2743:function(o,n,t){var l,f,h,e=t(9491),_=t(7583),b=t(7386),E=t(794),k=t(57),g=t(2870),S=t(1314),A=t(9137),T=t(4639),O="Object already initialized",B=_.TypeError,I=_.WeakMap;if(e||S.state){var D=S.state||(S.state=new I),M=b(D.get),q=b(D.has),K=b(D.set);l=function(N,U){if(q(D,N))throw new B(O);return U.facade=N,K(D,N,U),U},f=function(N){return M(D,N)||{}},h=function(N){return q(D,N)}}else{var $=A("state");T[$]=!0,l=function(N,U){if(g(N,$))throw new B(O);return U.facade=N,k(N,$,U),U},f=function(N){return g(N,$)?N[$]:{}},h=function(N){return g(N,$)}}o.exports={set:l,get:f,has:h,enforce:function(N){return h(N)?f(N):l(N,{})},getterFor:function(N){return function(U){var ee;if(!E(U)||(ee=f(U)).type!==N)throw B("Incompatible receiver, "+N+" required");return ee}}}},114:function(o,n,t){var l=t(3649),f=t(339),h=l("iterator"),e=Array.prototype;o.exports=function(_){return _!==void 0&&(f.Array===_||e[h]===_)}},4521:function(o,n,t){var l=t(9624);o.exports=Array.isArray||function(f){return l(f)=="Array"}},9212:function(o){o.exports=function(n){return typeof n=="function"}},2097:function(o,n,t){var l=t(7386),f=t(6544),h=t(9212),e=t(3058),_=t(5897),b=t(9734),E=function(){},k=[],g=_("Reflect","construct"),S=/^\s*(?:class|function)\b/,A=l(S.exec),T=!S.exec(E),O=function(I){if(!h(I))return!1;try{return g(E,k,I),!0}catch{return!1}},B=function(I){if(!h(I))return!1;switch(e(I)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}try{return T||!!A(S,b(I))}catch{return!0}};B.sham=!0,o.exports=!g||f(function(){var I;return O(O.call)||!O(Object)||!O(function(){I=!0})||I})?B:O},4451:function(o,n,t){var l=t(6544),f=t(9212),h=/#|\.prototype\./,e=function(g,S){var A=b[_(g)];return A==k||A!=E&&(f(S)?l(S):!!S)},_=e.normalize=function(g){return String(g).replace(h,".").toLowerCase()},b=e.data={},E=e.NATIVE="N",k=e.POLYFILL="P";o.exports=e},794:function(o,n,t){var l=t(9212);o.exports=function(f){return typeof f=="object"?f!==null:l(f)}},6268:function(o){o.exports=!1},5871:function(o,n,t){var l=t(7583),f=t(5897),h=t(9212),e=t(2447),_=t(7786),b=l.Object;o.exports=_?function(E){return typeof E=="symbol"}:function(E){var k=f("Symbol");return h(k)&&e(k.prototype,b(E))}},4026:function(o,n,t){var l=t(7583),f=t(2938),h=t(8262),e=t(2569),_=t(5637),b=t(114),E=t(1825),k=t(2447),g=t(6307),S=t(8272),A=t(7093),T=l.TypeError,O=function(I,D){this.stopped=I,this.result=D},B=O.prototype;o.exports=function(I,D,M){var q,K,$,N,U,ee,ne,re=M&&M.that,he=!(!M||!M.AS_ENTRIES),ae=!(!M||!M.IS_ITERATOR),Ee=!(!M||!M.INTERRUPTED),ke=f(D,re),Oe=function(X){return q&&A(q,"normal",X),new O(!0,X)},G=function(X){return he?(e(X),Ee?ke(X[0],X[1],Oe):ke(X[0],X[1])):Ee?ke(X,Oe):ke(X)};if(ae)q=I;else{if(!(K=S(I)))throw T(_(I)+" is not iterable");if(b(K)){for($=0,N=E(I);N>$;$++)if((U=G(I[$]))&&k(B,U))return U;return new O(!1)}q=g(I,K)}for(ee=q.next;!(ne=h(ee,q)).done;){try{U=G(ne.value)}catch(X){A(q,"throw",X)}if(typeof U=="object"&&U&&k(B,U))return U}return new O(!1)}},7093:function(o,n,t){var l=t(8262),f=t(2569),h=t(911);o.exports=function(e,_,b){var E,k;f(e);try{if(!(E=h(e,"return"))){if(_==="throw")throw b;return b}E=l(E,e)}catch(g){k=!0,E=g}if(_==="throw")throw b;if(k)throw E;return f(E),b}},2365:function(o,n,t){var l,f,h,e=t(6544),_=t(9212),b=t(3590),E=t(729),k=t(1270),g=t(3649),S=t(6268),A=g("iterator"),T=!1;[].keys&&("next"in(h=[].keys())?(f=E(E(h)))!==Object.prototype&&(l=f):T=!0),l==null||e(function(){var O={};return l[A].call(O)!==O})?l={}:S&&(l=b(l)),_(l[A])||k(l,A,function(){return this}),o.exports={IteratorPrototype:l,BUGGY_SAFARI_ITERATORS:T}},339:function(o){o.exports={}},1825:function(o,n,t){var l=t(97);o.exports=function(f){return l(f.length)}},2095:function(o,n,t){var l,f,h,e,_,b,E,k,g=t(7583),S=t(2938),A=t(6683).f,T=t(8117).set,O=t(7020),B=t(3256),I=t(6846),D=t(5354),M=g.MutationObserver||g.WebKitMutationObserver,q=g.document,K=g.process,$=g.Promise,N=A(g,"queueMicrotask"),U=N&&N.value;U||(l=function(){var ee,ne;for(D&&(ee=K.domain)&&ee.exit();f;){ne=f.fn,f=f.next;try{ne()}catch(re){throw f?e():h=void 0,re}}h=void 0,ee&&ee.enter()},O||D||I||!M||!q?!B&&$&&$.resolve?((E=$.resolve(void 0)).constructor=$,k=S(E.then,E),e=function(){k(l)}):D?e=function(){K.nextTick(l)}:(T=S(T,g),e=function(){T(l)}):(_=!0,b=q.createTextNode(""),new M(l).observe(b,{characterData:!0}),e=function(){b.data=_=!_})),o.exports=U||function(ee){var ne={fn:ee,next:void 0};h&&(h.next=ne),f||(f=ne,e()),h=ne}},783:function(o,n,t){var l=t(7583);o.exports=l.Promise},8640:function(o,n,t){var l=t(4061),f=t(6544);o.exports=!!Object.getOwnPropertySymbols&&!f(function(){var h=Symbol();return!String(h)||!(Object(h)instanceof Symbol)||!Symbol.sham&&l&&l<41})},9491:function(o,n,t){var l=t(7583),f=t(9212),h=t(9734),e=l.WeakMap;o.exports=f(e)&&/native code/.test(h(e))},5084:function(o,n,t){var l=t(8257),f=function(h){var e,_;this.promise=new h(function(b,E){if(e!==void 0||_!==void 0)throw TypeError("Bad Promise constructor");e=b,_=E}),this.resolve=l(e),this.reject=l(_)};o.exports.f=function(h){return new f(h)}},2764:function(o,n,t){var l=t(8320);o.exports=function(f,h){return f===void 0?arguments.length<2?"":h:l(f)}},3590:function(o,n,t){var l,f=t(2569),h=t(8728),e=t(5690),_=t(4639),b=t(482),E=t(6668),k=t(9137),g=k("IE_PROTO"),S=function(){},A=function(B){return"<script>"+B+"<\/script>"},T=function(B){B.write(A("")),B.close();var I=B.parentWindow.Object;return B=null,I},O=function(){try{l=new ActiveXObject("htmlfile")}catch{}var B,I;O=typeof document<"u"?document.domain&&l?T(l):((I=E("iframe")).style.display="none",b.appendChild(I),I.src="javascript:",(B=I.contentWindow.document).open(),B.write(A("document.F=Object")),B.close(),B.F):T(l);for(var D=e.length;D--;)delete O.prototype[e[D]];return O()};_[g]=!0,o.exports=Object.create||function(B,I){var D;return B!==null?(S.prototype=f(B),D=new S,S.prototype=null,D[g]=B):D=O(),I===void 0?D:h.f(D,I)}},8728:function(o,n,t){var l=t(8494),f=t(7670),h=t(4615),e=t(2569),_=t(2977),b=t(5432);n.f=l&&!f?Object.defineProperties:function(E,k){e(E);for(var g,S=_(k),A=b(k),T=A.length,O=0;T>O;)h.f(E,g=A[O++],S[g]);return E}},4615:function(o,n,t){var l=t(7583),f=t(8494),h=t(275),e=t(7670),_=t(2569),b=t(8734),E=l.TypeError,k=Object.defineProperty,g=Object.getOwnPropertyDescriptor,S="enumerable",A="configurable",T="writable";n.f=f?e?function(O,B,I){if(_(O),B=b(B),_(I),typeof O=="function"&&B==="prototype"&&"value"in I&&T in I&&!I.writable){var D=g(O,B);D&&D.writable&&(O[B]=I.value,I={configurable:A in I?I.configurable:D.configurable,enumerable:S in I?I.enumerable:D.enumerable,writable:!1})}return k(O,B,I)}:k:function(O,B,I){if(_(O),B=b(B),_(I),h)try{return k(O,B,I)}catch{}if("get"in I||"set"in I)throw E("Accessors not supported");return"value"in I&&(O[B]=I.value),O}},6683:function(o,n,t){var l=t(8494),f=t(8262),h=t(112),e=t(4677),_=t(2977),b=t(8734),E=t(2870),k=t(275),g=Object.getOwnPropertyDescriptor;n.f=l?g:function(S,A){if(S=_(S),A=b(A),k)try{return g(S,A)}catch{}if(E(S,A))return e(!f(h.f,S,A),S[A])}},3130:function(o,n,t){var l=t(9624),f=t(2977),h=t(9275).f,e=t(4546),_=typeof window=="object"&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[];o.exports.f=function(b){return _&&l(b)=="Window"?function(E){try{return h(E)}catch{return e(_)}}(b):h(f(b))}},9275:function(o,n,t){var l=t(8356),f=t(5690).concat("length","prototype");n.f=Object.getOwnPropertyNames||function(h){return l(h,f)}},4012:function(o,n){n.f=Object.getOwnPropertySymbols},729:function(o,n,t){var l=t(7583),f=t(2870),h=t(9212),e=t(1324),_=t(9137),b=t(926),E=_("IE_PROTO"),k=l.Object,g=k.prototype;o.exports=b?k.getPrototypeOf:function(S){var A=e(S);if(f(A,E))return A[E];var T=A.constructor;return h(T)&&A instanceof T?T.prototype:A instanceof k?g:null}},2447:function(o,n,t){var l=t(7386);o.exports=l({}.isPrototypeOf)},8356:function(o,n,t){var l=t(7386),f=t(2870),h=t(2977),e=t(5766).indexOf,_=t(4639),b=l([].push);o.exports=function(E,k){var g,S=h(E),A=0,T=[];for(g in S)!f(_,g)&&f(S,g)&&b(T,g);for(;k.length>A;)f(S,g=k[A++])&&(~e(T,g)||b(T,g));return T}},5432:function(o,n,t){var l=t(8356),f=t(5690);o.exports=Object.keys||function(h){return l(h,f)}},112:function(o,n){var t={}.propertyIsEnumerable,l=Object.getOwnPropertyDescriptor,f=l&&!t.call({1:2},1);n.f=f?function(h){var e=l(this,h);return!!e&&e.enumerable}:t},7496:function(o,n,t){var l=t(7386),f=t(2569),h=t(9882);o.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var e,_=!1,b={};try{(e=l(Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set))(b,[]),_=b instanceof Array}catch{}return function(E,k){return f(E),h(k),_?e(E,k):E.__proto__=k,E}}():void 0)},3060:function(o,n,t){var l=t(8191),f=t(3058);o.exports=l?{}.toString:function(){return"[object "+f(this)+"]"}},6252:function(o,n,t){var l=t(7583),f=t(8262),h=t(9212),e=t(794),_=l.TypeError;o.exports=function(b,E){var k,g;if(E==="string"&&h(k=b.toString)&&!e(g=f(k,b))||h(k=b.valueOf)&&!e(g=f(k,b))||E!=="string"&&h(k=b.toString)&&!e(g=f(k,b)))return g;throw _("Can't convert object to primitive value")}},929:function(o,n,t){var l=t(5897),f=t(7386),h=t(9275),e=t(4012),_=t(2569),b=f([].concat);o.exports=l("Reflect","ownKeys")||function(E){var k=h.f(_(E)),g=e.f;return g?b(k,g(E)):k}},1287:function(o,n,t){var l=t(7583);o.exports=l},544:function(o){o.exports=function(n){try{return{error:!1,value:n()}}catch(t){return{error:!0,value:t}}}},5732:function(o,n,t){var l=t(2569),f=t(794),h=t(5084);o.exports=function(e,_){if(l(e),f(_)&&_.constructor===e)return _;var b=h.f(e);return(0,b.resolve)(_),b.promise}},2723:function(o){var n=function(){this.head=null,this.tail=null};n.prototype={add:function(t){var l={item:t,next:null};this.head?this.tail.next=l:this.head=l,this.tail=l},get:function(){var t=this.head;if(t)return this.head=t.next,this.tail===t&&(this.tail=null),t.item}},o.exports=n},6893:function(o,n,t){var l=t(1270);o.exports=function(f,h,e){for(var _ in h)l(f,_,h[_],e);return f}},1270:function(o,n,t){var l=t(7583),f=t(9212),h=t(2870),e=t(57),_=t(460),b=t(9734),E=t(2743),k=t(4340).CONFIGURABLE,g=E.get,S=E.enforce,A=String(String).split("String");(o.exports=function(T,O,B,I){var D,M=!!I&&!!I.unsafe,q=!!I&&!!I.enumerable,K=!!I&&!!I.noTargetGet,$=I&&I.name!==void 0?I.name:O;f(B)&&(String($).slice(0,7)==="Symbol("&&($="["+String($).replace(/^Symbol\(([^)]*)\)/,"$1")+"]"),(!h(B,"name")||k&&B.name!==$)&&e(B,"name",$),(D=S(B)).source||(D.source=A.join(typeof $=="string"?$:""))),T!==l?(M?!K&&T[O]&&(q=!0):delete T[O],q?T[O]=B:e(T,O,B)):q?T[O]=B:_(O,B)})(Function.prototype,"toString",function(){return f(this)&&g(this).source||b(this)})},3955:function(o,n,t){var l=t(7583).TypeError;o.exports=function(f){if(f==null)throw l("Can't call method on "+f);return f}},460:function(o,n,t){var l=t(7583),f=Object.defineProperty;o.exports=function(h,e){try{f(l,h,{value:e,configurable:!0,writable:!0})}catch{l[h]=e}return e}},7730:function(o,n,t){var l=t(5897),f=t(4615),h=t(3649),e=t(8494),_=h("species");o.exports=function(b){var E=l(b),k=f.f;e&&E&&!E[_]&&k(E,_,{configurable:!0,get:function(){return this}})}},8821:function(o,n,t){var l=t(4615).f,f=t(2870),h=t(3649)("toStringTag");o.exports=function(e,_,b){e&&!b&&(e=e.prototype),e&&!f(e,h)&&l(e,h,{configurable:!0,value:_})}},9137:function(o,n,t){var l=t(7836),f=t(8284),h=l("keys");o.exports=function(e){return h[e]||(h[e]=f(e))}},1314:function(o,n,t){var l=t(7583),f=t(460),h="__core-js_shared__",e=l[h]||f(h,{});o.exports=e},7836:function(o,n,t){var l=t(6268),f=t(1314);(o.exports=function(h,e){return f[h]||(f[h]=e!==void 0?e:{})})("versions",[]).push({version:"3.21.1",mode:l?"pure":"global",copyright:"© 2014-2022 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.21.1/LICENSE",source:"https://github.com/zloirock/core-js"})},564:function(o,n,t){var l=t(2569),f=t(1186),h=t(3649)("species");o.exports=function(e,_){var b,E=l(e).constructor;return E===void 0||(b=l(E)[h])==null?_:f(b)}},6389:function(o,n,t){var l=t(7386),f=t(7486),h=t(8320),e=t(3955),_=l("".charAt),b=l("".charCodeAt),E=l("".slice),k=function(g){return function(S,A){var T,O,B=h(e(S)),I=f(A),D=B.length;return I<0||I>=D?g?"":void 0:(T=b(B,I))<55296||T>56319||I+1===D||(O=b(B,I+1))<56320||O>57343?g?_(B,I):T:g?E(B,I,I+2):O-56320+(T-55296<<10)+65536}};o.exports={codeAt:k(!1),charAt:k(!0)}},8117:function(o,n,t){var l,f,h,e,_=t(7583),b=t(1611),E=t(2938),k=t(9212),g=t(2870),S=t(6544),A=t(482),T=t(6917),O=t(6668),B=t(7520),I=t(7020),D=t(5354),M=_.setImmediate,q=_.clearImmediate,K=_.process,$=_.Dispatch,N=_.Function,U=_.MessageChannel,ee=_.String,ne=0,re={},he="onreadystatechange";try{l=_.location}catch{}var ae=function(G){if(g(re,G)){var X=re[G];delete re[G],X()}},Ee=function(G){return function(){ae(G)}},ke=function(G){ae(G.data)},Oe=function(G){_.postMessage(ee(G),l.protocol+"//"+l.host)};M&&q||(M=function(G){B(arguments.length,1);var X=k(G)?G:N(G),me=T(arguments,1);return re[++ne]=function(){b(X,void 0,me)},f(ne),ne},q=function(G){delete re[G]},D?f=function(G){K.nextTick(Ee(G))}:$&&$.now?f=function(G){$.now(Ee(G))}:U&&!I?(e=(h=new U).port2,h.port1.onmessage=ke,f=E(e.postMessage,e)):_.addEventListener&&k(_.postMessage)&&!_.importScripts&&l&&l.protocol!=="file:"&&!S(Oe)?(f=Oe,_.addEventListener("message",ke,!1)):f=he in O("script")?function(G){A.appendChild(O("script")).onreadystatechange=function(){A.removeChild(this),ae(G)}}:function(G){setTimeout(Ee(G),0)}),o.exports={set:M,clear:q}},6782:function(o,n,t){var l=t(7486),f=Math.max,h=Math.min;o.exports=function(e,_){var b=l(e);return b<0?f(b+_,0):h(b,_)}},2977:function(o,n,t){var l=t(5044),f=t(3955);o.exports=function(h){return l(f(h))}},7486:function(o){var n=Math.ceil,t=Math.floor;o.exports=function(l){var f=+l;return f!=f||f===0?0:(f>0?t:n)(f)}},97:function(o,n,t){var l=t(7486),f=Math.min;o.exports=function(h){return h>0?f(l(h),9007199254740991):0}},1324:function(o,n,t){var l=t(7583),f=t(3955),h=l.Object;o.exports=function(e){return h(f(e))}},2670:function(o,n,t){var l=t(7583),f=t(8262),h=t(794),e=t(5871),_=t(911),b=t(6252),E=t(3649),k=l.TypeError,g=E("toPrimitive");o.exports=function(S,A){if(!h(S)||e(S))return S;var T,O=_(S,g);if(O){if(A===void 0&&(A="default"),T=f(O,S,A),!h(T)||e(T))return T;throw k("Can't convert object to primitive value")}return A===void 0&&(A="number"),b(S,A)}},8734:function(o,n,t){var l=t(2670),f=t(5871);o.exports=function(h){var e=l(h,"string");return f(e)?e:e+""}},8191:function(o,n,t){var l={};l[t(3649)("toStringTag")]="z",o.exports=String(l)==="[object z]"},8320:function(o,n,t){var l=t(7583),f=t(3058),h=l.String;o.exports=function(e){if(f(e)==="Symbol")throw TypeError("Cannot convert a Symbol value to a string");return h(e)}},5637:function(o,n,t){var l=t(7583).String;o.exports=function(f){try{return l(f)}catch{return"Object"}}},8284:function(o,n,t){var l=t(7386),f=0,h=Math.random(),e=l(1 .toString);o.exports=function(_){return"Symbol("+(_===void 0?"":_)+")_"+e(++f+h,36)}},7786:function(o,n,t){var l=t(8640);o.exports=l&&!Symbol.sham&&typeof Symbol.iterator=="symbol"},7670:function(o,n,t){var l=t(8494),f=t(6544);o.exports=l&&f(function(){return Object.defineProperty(function(){},"prototype",{value:42,writable:!1}).prototype!=42})},7520:function(o,n,t){var l=t(7583).TypeError;o.exports=function(f,h){if(f<h)throw l("Not enough arguments");return f}},491:function(o,n,t){var l=t(3649);n.f=l},3649:function(o,n,t){var l=t(7583),f=t(7836),h=t(2870),e=t(8284),_=t(8640),b=t(7786),E=f("wks"),k=l.Symbol,g=k&&k.for,S=b?k:k&&k.withoutSetter||e;o.exports=function(A){if(!h(E,A)||!_&&typeof E[A]!="string"){var T="Symbol."+A;_&&h(k,A)?E[A]=k[A]:E[A]=b&&g?g(T):S(T)}return E[A]}},1719:function(o,n,t){var l=t(7263),f=t(7583),h=t(2447),e=t(729),_=t(7496),b=t(3478),E=t(3590),k=t(57),g=t(4677),S=t(1509),A=t(4402),T=t(4026),O=t(2764),B=t(3649),I=t(1178),D=B("toStringTag"),M=f.Error,q=[].push,K=function(N,U){var ee,ne=arguments.length>2?arguments[2]:void 0,re=h($,this);_?ee=_(new M,re?e(this):$):(ee=re?this:E($),k(ee,D,"Error")),U!==void 0&&k(ee,"message",O(U)),I&&k(ee,"stack",S(ee.stack,1)),A(ee,ne);var he=[];return T(N,q,{that:he}),k(ee,"errors",he),ee};_?_(K,M):b(K,M,{name:!0});var $=K.prototype=E(M.prototype,{constructor:g(1,K),message:g(1,""),name:g(1,"AggregateError")});l({global:!0},{AggregateError:K})},1646:function(o,n,t){var l=t(7263),f=t(7583),h=t(6544),e=t(4521),_=t(794),b=t(1324),E=t(1825),k=t(5999),g=t(4822),S=t(9269),A=t(3649),T=t(4061),O=A("isConcatSpreadable"),B=9007199254740991,I="Maximum allowed index exceeded",D=f.TypeError,M=T>=51||!h(function(){var $=[];return $[O]=!1,$.concat()[0]!==$}),q=S("concat"),K=function($){if(!_($))return!1;var N=$[O];return N!==void 0?!!N:e($)};l({target:"Array",proto:!0,forced:!M||!q},{concat:function($){var N,U,ee,ne,re,he=b(this),ae=g(he,0),Ee=0;for(N=-1,ee=arguments.length;N<ee;N++)if(K(re=N===-1?he:arguments[N])){if(Ee+(ne=E(re))>B)throw D(I);for(U=0;U<ne;U++,Ee++)U in re&&k(ae,Ee,re[U])}else{if(Ee>=B)throw D(I);k(ae,Ee++,re)}return ae.length=Ee,ae}})},5677:function(o,n,t){var l=t(2977),f=t(6288),h=t(339),e=t(2743),_=t(4615).f,b=t(9012),E=t(6268),k=t(8494),g="Array Iterator",S=e.set,A=e.getterFor(g);o.exports=b(Array,"Array",function(O,B){S(this,{type:g,target:l(O),index:0,kind:B})},function(){var O=A(this),B=O.target,I=O.kind,D=O.index++;return!B||D>=B.length?(O.target=void 0,{value:void 0,done:!0}):I=="keys"?{value:D,done:!1}:I=="values"?{value:B[D],done:!1}:{value:[D,B[D]],done:!1}},"values");var T=h.Arguments=h.Array;if(f("keys"),f("values"),f("entries"),!E&&k&&T.name!=="values")try{_(T,"name",{value:"values"})}catch{}},6956:function(o,n,t){var l=t(7583);t(8821)(l.JSON,"JSON",!0)},5222:function(o,n,t){t(8821)(Math,"Math",!0)},6394:function(o,n,t){var l=t(8191),f=t(1270),h=t(3060);l||f(Object.prototype,"toString",h,{unsafe:!0})},6969:function(o,n,t){var l=t(7263),f=t(8262),h=t(8257),e=t(5084),_=t(544),b=t(4026);l({target:"Promise",stat:!0},{allSettled:function(E){var k=this,g=e.f(k),S=g.resolve,A=g.reject,T=_(function(){var O=h(k.resolve),B=[],I=0,D=1;b(E,function(M){var q=I++,K=!1;D++,f(O,k,M).then(function($){K||(K=!0,B[q]={status:"fulfilled",value:$},--D||S(B))},function($){K||(K=!0,B[q]={status:"rejected",reason:$},--D||S(B))})}),--D||S(B)});return T.error&&A(T.value),g.promise}})},2021:function(o,n,t){var l=t(7263),f=t(8257),h=t(5897),e=t(8262),_=t(5084),b=t(544),E=t(4026),k="No one promise resolved";l({target:"Promise",stat:!0},{any:function(g){var S=this,A=h("AggregateError"),T=_.f(S),O=T.resolve,B=T.reject,I=b(function(){var D=f(S.resolve),M=[],q=0,K=1,$=!1;E(g,function(N){var U=q++,ee=!1;K++,e(D,S,N).then(function(ne){ee||$||($=!0,O(ne))},function(ne){ee||$||(ee=!0,M[U]=ne,--K||B(new A(M,k)))})}),--K||B(new A(M,k))});return I.error&&B(I.value),T.promise}})},8328:function(o,n,t){var l=t(7263),f=t(6268),h=t(783),e=t(6544),_=t(5897),b=t(9212),E=t(564),k=t(5732),g=t(1270);if(l({target:"Promise",proto:!0,real:!0,forced:!!h&&e(function(){h.prototype.finally.call({then:function(){}},function(){})})},{finally:function(A){var T=E(this,_("Promise")),O=b(A);return this.then(O?function(B){return k(T,A()).then(function(){return B})}:A,O?function(B){return k(T,A()).then(function(){throw B})}:A)}}),!f&&b(h)){var S=_("Promise").prototype.finally;h.prototype.finally!==S&&g(h.prototype,"finally",S,{unsafe:!0})}},5334:function(o,n,t){var l,f,h,e,_=t(7263),b=t(6268),E=t(7583),k=t(5897),g=t(8262),S=t(783),A=t(1270),T=t(6893),O=t(7496),B=t(8821),I=t(7730),D=t(8257),M=t(9212),q=t(794),K=t(4761),$=t(9734),N=t(4026),U=t(3616),ee=t(564),ne=t(8117).set,re=t(2095),he=t(5732),ae=t(2716),Ee=t(5084),ke=t(544),Oe=t(2723),G=t(2743),X=t(4451),me=t(3649),xe=t(2274),se=t(5354),Z=t(4061),R=me("species"),z="Promise",Q=G.getterFor(z),ge=G.set,Le=G.getterFor(z),qe=S&&S.prototype,Ke=S,De=qe,je=E.TypeError,Xe=E.document,ot=E.process,Je=Ee.f,Ue=Je,Fe=!!(Xe&&Xe.createEvent&&E.dispatchEvent),Ge=M(E.PromiseRejectionEvent),ut="unhandledrejection",Et=!1,kt=X(z,function(){var ce=$(Ke),ve=ce!==String(Ke);if(!ve&&Z===66||b&&!De.finally)return!0;if(Z>=51&&/native code/.test(ce))return!1;var Se=new Ke(function(tt){tt(1)}),Ie=function(tt){tt(function(){},function(){})};return(Se.constructor={})[R]=Ie,!(Et=Se.then(function(){})instanceof Ie)||!ve&&xe&&!Ge}),Qt=kt||!U(function(ce){Ke.all(ce).catch(function(){})}),Dt=function(ce){var ve;return!(!q(ce)||!M(ve=ce.then))&&ve},xt=function(ce,ve){var Se,Ie,tt,ht=ve.value,Pt=ve.state==1,j=Pt?ce.ok:ce.fail,Y=ce.resolve,H=ce.reject,J=ce.domain;try{j?(Pt||(ve.rejection===2&&Jt(ve),ve.rejection=1),j===!0?Se=ht:(J&&J.enter(),Se=j(ht),J&&(J.exit(),tt=!0)),Se===ce.promise?H(je("Promise-chain cycle")):(Ie=Dt(Se))?g(Ie,Se,Y,H):Y(Se)):H(ht)}catch(ue){J&&!tt&&J.exit(),H(ue)}},Bt=function(ce,ve){ce.notified||(ce.notified=!0,re(function(){for(var Se,Ie=ce.reactions;Se=Ie.get();)xt(Se,ce);ce.notified=!1,ve&&!ce.rejection&&_t(ce)}))},on=function(ce,ve,Se){var Ie,tt;Fe?((Ie=Xe.createEvent("Event")).promise=ve,Ie.reason=Se,Ie.initEvent(ce,!1,!0),E.dispatchEvent(Ie)):Ie={promise:ve,reason:Se},!Ge&&(tt=E["on"+ce])?tt(Ie):ce===ut&&ae("Unhandled promise rejection",Se)},_t=function(ce){g(ne,E,function(){var ve,Se=ce.facade,Ie=ce.value;if(jt(ce)&&(ve=ke(function(){se?ot.emit("unhandledRejection",Ie,Se):on(ut,Se,Ie)}),ce.rejection=se||jt(ce)?2:1,ve.error))throw ve.value})},jt=function(ce){return ce.rejection!==1&&!ce.parent},Jt=function(ce){g(ne,E,function(){var ve=ce.facade;se?ot.emit("rejectionHandled",ve):on("rejectionhandled",ve,ce.value)})},Ut=function(ce,ve,Se){return function(Ie){ce(ve,Ie,Se)}},yt=function(ce,ve,Se){ce.done||(ce.done=!0,Se&&(ce=Se),ce.value=ve,ce.state=2,Bt(ce,!0))},qt=function ce(ve,Se,Ie){if(!ve.done){ve.done=!0,Ie&&(ve=Ie);try{if(ve.facade===Se)throw je("Promise can't be resolved itself");var tt=Dt(Se);tt?re(function(){var ht={done:!1};try{g(tt,Se,Ut(ce,ht,ve),Ut(yt,ht,ve))}catch(Pt){yt(ht,Pt,ve)}}):(ve.value=Se,ve.state=1,Bt(ve,!1))}catch(ht){yt({done:!1},ht,ve)}}};if(kt&&(De=(Ke=function(ce){K(this,De),D(ce),g(l,this);var ve=Q(this);try{ce(Ut(qt,ve),Ut(yt,ve))}catch(Se){yt(ve,Se)}}).prototype,(l=function(ce){ge(this,{type:z,done:!1,notified:!1,parent:!1,reactions:new Oe,rejection:!1,state:0,value:void 0})}).prototype=T(De,{then:function(ce,ve){var Se=Le(this),Ie=Je(ee(this,Ke));return Se.parent=!0,Ie.ok=!M(ce)||ce,Ie.fail=M(ve)&&ve,Ie.domain=se?ot.domain:void 0,Se.state==0?Se.reactions.add(Ie):re(function(){xt(Ie,Se)}),Ie.promise},catch:function(ce){return this.then(void 0,ce)}}),f=function(){var ce=new l,ve=Q(ce);this.promise=ce,this.resolve=Ut(qt,ve),this.reject=Ut(yt,ve)},Ee.f=Je=function(ce){return ce===Ke||ce===h?new f(ce):Ue(ce)},!b&&M(S)&&qe!==Object.prototype)){e=qe.then,Et||(A(qe,"then",function(ce,ve){var Se=this;return new Ke(function(Ie,tt){g(e,Se,Ie,tt)}).then(ce,ve)},{unsafe:!0}),A(qe,"catch",De.catch,{unsafe:!0}));try{delete qe.constructor}catch{}O&&O(qe,De)}_({global:!0,wrap:!0,forced:kt},{Promise:Ke}),B(Ke,z,!1,!0),I(z),h=k(z),_({target:z,stat:!0,forced:kt},{reject:function(ce){var ve=Je(this);return g(ve.reject,void 0,ce),ve.promise}}),_({target:z,stat:!0,forced:b||kt},{resolve:function(ce){return he(b&&this===h?Ke:this,ce)}}),_({target:z,stat:!0,forced:Qt},{all:function(ce){var ve=this,Se=Je(ve),Ie=Se.resolve,tt=Se.reject,ht=ke(function(){var Pt=D(ve.resolve),j=[],Y=0,H=1;N(ce,function(J){var ue=Y++,Ce=!1;H++,g(Pt,ve,J).then(function(Pe){Ce||(Ce=!0,j[ue]=Pe,--H||Ie(j))},tt)}),--H||Ie(j)});return ht.error&&tt(ht.value),Se.promise},race:function(ce){var ve=this,Se=Je(ve),Ie=Se.reject,tt=ke(function(){var ht=D(ve.resolve);N(ce,function(Pt){g(ht,ve,Pt).then(Se.resolve,Ie)})});return tt.error&&Ie(tt.value),Se.promise}})},2257:function(o,n,t){var l=t(7263),f=t(7583),h=t(8821);l({global:!0},{Reflect:{}}),h(f.Reflect,"Reflect",!0)},2129:function(o,n,t){var l=t(6389).charAt,f=t(8320),h=t(2743),e=t(9012),_="String Iterator",b=h.set,E=h.getterFor(_);e(String,"String",function(k){b(this,{type:_,string:f(k),index:0})},function(){var k,g=E(this),S=g.string,A=g.index;return A>=S.length?{value:void 0,done:!0}:(k=l(S,A),g.index+=k.length,{value:k,done:!1})})},462:function(o,n,t){t(2219)("asyncIterator")},8407:function(o,n,t){var l=t(7263),f=t(8494),h=t(7583),e=t(7386),_=t(2870),b=t(9212),E=t(2447),k=t(8320),g=t(4615).f,S=t(3478),A=h.Symbol,T=A&&A.prototype;if(f&&b(A)&&(!("description"in T)||A().description!==void 0)){var O={},B=function(){var N=arguments.length<1||arguments[0]===void 0?void 0:k(arguments[0]),U=E(T,this)?new A(N):N===void 0?A():A(N);return N===""&&(O[U]=!0),U};S(B,A),B.prototype=T,T.constructor=B;var I=String(A("test"))=="Symbol(test)",D=e(T.toString),M=e(T.valueOf),q=/^Symbol\((.*)\)[^)]+$/,K=e("".replace),$=e("".slice);g(T,"description",{configurable:!0,get:function(){var N=M(this),U=D(N);if(_(O,N))return"";var ee=I?$(U,7,-1):K(U,q,"$1");return ee===""?void 0:ee}}),l({global:!0,forced:!0},{Symbol:B})}},2429:function(o,n,t){t(2219)("hasInstance")},1172:function(o,n,t){t(2219)("isConcatSpreadable")},8288:function(o,n,t){t(2219)("iterator")},2004:function(o,n,t){var l=t(7263),f=t(7583),h=t(5897),e=t(1611),_=t(8262),b=t(7386),E=t(6268),k=t(8494),g=t(8640),S=t(6544),A=t(2870),T=t(4521),O=t(9212),B=t(794),I=t(2447),D=t(5871),M=t(2569),q=t(1324),K=t(2977),$=t(8734),N=t(8320),U=t(4677),ee=t(3590),ne=t(5432),re=t(9275),he=t(3130),ae=t(4012),Ee=t(6683),ke=t(4615),Oe=t(8728),G=t(112),X=t(6917),me=t(1270),xe=t(7836),se=t(9137),Z=t(4639),R=t(8284),z=t(3649),Q=t(491),ge=t(2219),Le=t(8821),qe=t(2743),Ke=t(4805).forEach,De=se("hidden"),je="Symbol",Xe=z("toPrimitive"),ot=qe.set,Je=qe.getterFor(je),Ue=Object.prototype,Fe=f.Symbol,Ge=Fe&&Fe.prototype,ut=f.TypeError,Et=f.QObject,kt=h("JSON","stringify"),Qt=Ee.f,Dt=ke.f,xt=he.f,Bt=G.f,on=b([].push),_t=xe("symbols"),jt=xe("op-symbols"),Jt=xe("string-to-symbol-registry"),Ut=xe("symbol-to-string-registry"),yt=xe("wks"),qt=!Et||!Et.prototype||!Et.prototype.findChild,ce=k&&S(function(){return ee(Dt({},"a",{get:function(){return Dt(this,"a",{value:7}).a}})).a!=7})?function(H,J,ue){var Ce=Qt(Ue,J);Ce&&delete Ue[J],Dt(H,J,ue),Ce&&H!==Ue&&Dt(Ue,J,Ce)}:Dt,ve=function(H,J){var ue=_t[H]=ee(Ge);return ot(ue,{type:je,tag:H,description:J}),k||(ue.description=J),ue},Se=function(H,J,ue){H===Ue&&Se(jt,J,ue),M(H);var Ce=$(J);return M(ue),A(_t,Ce)?(ue.enumerable?(A(H,De)&&H[De][Ce]&&(H[De][Ce]=!1),ue=ee(ue,{enumerable:U(0,!1)})):(A(H,De)||Dt(H,De,U(1,{})),H[De][Ce]=!0),ce(H,Ce,ue)):Dt(H,Ce,ue)},Ie=function(H,J){M(H);var ue=K(J),Ce=ne(ue).concat(j(ue));return Ke(Ce,function(Pe){k&&!_(tt,ue,Pe)||Se(H,Pe,ue[Pe])}),H},tt=function(H){var J=$(H),ue=_(Bt,this,J);return!(this===Ue&&A(_t,J)&&!A(jt,J))&&(!(ue||!A(this,J)||!A(_t,J)||A(this,De)&&this[De][J])||ue)},ht=function(H,J){var ue=K(H),Ce=$(J);if(ue!==Ue||!A(_t,Ce)||A(jt,Ce)){var Pe=Qt(ue,Ce);return!Pe||!A(_t,Ce)||A(ue,De)&&ue[De][Ce]||(Pe.enumerable=!0),Pe}},Pt=function(H){var J=xt(K(H)),ue=[];return Ke(J,function(Ce){A(_t,Ce)||A(Z,Ce)||on(ue,Ce)}),ue},j=function(H){var J=H===Ue,ue=xt(J?jt:K(H)),Ce=[];return Ke(ue,function(Pe){!A(_t,Pe)||J&&!A(Ue,Pe)||on(Ce,_t[Pe])}),Ce};if(g||(Fe=function(){if(I(Ge,this))throw ut("Symbol is not a constructor");var H=arguments.length&&arguments[0]!==void 0?N(arguments[0]):void 0,J=R(H),ue=function Ce(Pe){this===Ue&&_(Ce,jt,Pe),A(this,De)&&A(this[De],J)&&(this[De][J]=!1),ce(this,J,U(1,Pe))};return k&&qt&&ce(Ue,J,{configurable:!0,set:ue}),ve(J,H)},me(Ge=Fe.prototype,"toString",function(){return Je(this).tag}),me(Fe,"withoutSetter",function(H){return ve(R(H),H)}),G.f=tt,ke.f=Se,Oe.f=Ie,Ee.f=ht,re.f=he.f=Pt,ae.f=j,Q.f=function(H){return ve(z(H),H)},k&&(Dt(Ge,"description",{configurable:!0,get:function(){return Je(this).description}}),E||me(Ue,"propertyIsEnumerable",tt,{unsafe:!0}))),l({global:!0,wrap:!0,forced:!g,sham:!g},{Symbol:Fe}),Ke(ne(yt),function(H){ge(H)}),l({target:je,stat:!0,forced:!g},{for:function(H){var J=N(H);if(A(Jt,J))return Jt[J];var ue=Fe(J);return Jt[J]=ue,Ut[ue]=J,ue},keyFor:function(H){if(!D(H))throw ut(H+" is not a symbol");if(A(Ut,H))return Ut[H]},useSetter:function(){qt=!0},useSimple:function(){qt=!1}}),l({target:"Object",stat:!0,forced:!g,sham:!k},{create:function(H,J){return J===void 0?ee(H):Ie(ee(H),J)},defineProperty:Se,defineProperties:Ie,getOwnPropertyDescriptor:ht}),l({target:"Object",stat:!0,forced:!g},{getOwnPropertyNames:Pt,getOwnPropertySymbols:j}),l({target:"Object",stat:!0,forced:S(function(){ae.f(1)})},{getOwnPropertySymbols:function(H){return ae.f(q(H))}}),kt&&l({target:"JSON",stat:!0,forced:!g||S(function(){var H=Fe();return kt([H])!="[null]"||kt({a:H})!="{}"||kt(Object(H))!="{}"})},{stringify:function(H,J,ue){var Ce=X(arguments),Pe=J;if((B(J)||H!==void 0)&&!D(H))return T(J)||(J=function(ct,St){if(O(Pe)&&(St=_(Pe,this,ct,St)),!D(St))return St}),Ce[1]=J,e(kt,null,Ce)}}),!Ge[Xe]){var Y=Ge.valueOf;me(Ge,Xe,function(H){return _(Y,this)})}Le(Fe,je),Z[De]=!0},8201:function(o,n,t){t(2219)("matchAll")},1274:function(o,n,t){t(2219)("match")},6626:function(o,n,t){t(2219)("replace")},3211:function(o,n,t){t(2219)("search")},9952:function(o,n,t){t(2219)("species")},15:function(o,n,t){t(2219)("split")},9831:function(o,n,t){t(2219)("toPrimitive")},7521:function(o,n,t){t(2219)("toStringTag")},2972:function(o,n,t){t(2219)("unscopables")},4655:function(o,n,t){var l=t(7583),f=t(6778),h=t(9307),e=t(5677),_=t(57),b=t(3649),E=b("iterator"),k=b("toStringTag"),g=e.values,S=function(T,O){if(T){if(T[E]!==g)try{_(T,E,g)}catch{T[E]=g}if(T[k]||_(T,k,O),f[O]){for(var B in e)if(T[B]!==e[B])try{_(T,B,e[B])}catch{T[B]=e[B]}}}};for(var A in f)S(l[A]&&l[A].prototype,A);S(h,"DOMTokenList")},8765:function(o,n,t){var l=t(5036);t(4655),o.exports=l},5441:function(o,n,t){var l=t(2582);t(4655),o.exports=l},7705:function(o){o.exports=function(n){var t=[];return t.toString=function(){return this.map(function(l){var f="",h=l[5]!==void 0;return l[4]&&(f+="@supports (".concat(l[4],") {")),l[2]&&(f+="@media ".concat(l[2]," {")),h&&(f+="@layer".concat(l[5].length>0?" ".concat(l[5]):""," {")),f+=n(l),h&&(f+="}"),l[2]&&(f+="}"),l[4]&&(f+="}"),f}).join("")},t.i=function(l,f,h,e,_){typeof l=="string"&&(l=[[null,l,void 0]]);var b={};if(h)for(var E=0;E<this.length;E++){var k=this[E][0];k!=null&&(b[k]=!0)}for(var g=0;g<l.length;g++){var S=[].concat(l[g]);h&&b[S[0]]||(_!==void 0&&(S[5]===void 0||(S[1]="@layer".concat(S[5].length>0?" ".concat(S[5]):""," {").concat(S[1],"}")),S[5]=_),f&&(S[2]&&(S[1]="@media ".concat(S[2]," {").concat(S[1],"}")),S[2]=f),e&&(S[4]?(S[1]="@supports (".concat(S[4],") {").concat(S[1],"}"),S[4]=e):S[4]="".concat(e)),t.push(S))}},t}},6738:function(o){o.exports=function(n){return n[1]}},8679:function(o){var n=window.MutationObserver||window.WebKitMutationObserver||window.MozMutationObserver,t=window.WeakMap;if(t===void 0){var l=Object.defineProperty,f=Date.now()%1e9;(t=function(){this.name="__st"+(1e9*Math.random()>>>0)+f+++"__"}).prototype={set:function($,N){var U=$[this.name];return U&&U[0]===$?U[1]=N:l($,this.name,{value:[$,N],writable:!0}),this},get:function($){var N;return(N=$[this.name])&&N[0]===$?N[1]:void 0},delete:function($){var N=$[this.name];if(!N)return!1;var U=N[0]===$;return N[0]=N[1]=void 0,U},has:function($){var N=$[this.name];return!!N&&N[0]===$}}}var h=new t,e=window.msSetImmediate;if(!e){var _=[],b=String(Math.random());window.addEventListener("message",function($){if($.data===b){var N=_;_=[],N.forEach(function(U){U()})}}),e=function($){_.push($),window.postMessage(b,"*")}}var E=!1,k=[];function g(){E=!1;var $=k;k=[],$.sort(function(U,ee){return U.uid_-ee.uid_});var N=!1;$.forEach(function(U){var ee=U.takeRecords();(function(ne){ne.nodes_.forEach(function(re){var he=h.get(re);he&&he.forEach(function(ae){ae.observer===ne&&ae.removeTransientObservers()})})})(U),ee.length&&(U.callback_(ee,U),N=!0)}),N&&g()}function S($,N){for(var U=$;U;U=U.parentNode){var ee=h.get(U);if(ee)for(var ne=0;ne<ee.length;ne++){var re=ee[ne],he=re.options;if(U===$||he.subtree){var ae=N(he);ae&&re.enqueue(ae)}}}}var A,T,O=0;function B($){this.callback_=$,this.nodes_=[],this.records_=[],this.uid_=++O}function I($,N){this.type=$,this.target=N,this.addedNodes=[],this.removedNodes=[],this.previousSibling=null,this.nextSibling=null,this.attributeName=null,this.attributeNamespace=null,this.oldValue=null}function D($,N){return A=new I($,N)}function M($){return T||((U=new I((N=A).type,N.target)).addedNodes=N.addedNodes.slice(),U.removedNodes=N.removedNodes.slice(),U.previousSibling=N.previousSibling,U.nextSibling=N.nextSibling,U.attributeName=N.attributeName,U.attributeNamespace=N.attributeNamespace,U.oldValue=N.oldValue,(T=U).oldValue=$,T);var N,U}function q($,N){return $===N?$:T&&((U=$)===T||U===A)?T:null;var U}function K($,N,U){this.observer=$,this.target=N,this.options=U,this.transientObservedNodes=[]}B.prototype={observe:function($,N){var U;if(U=$,$=window.ShadowDOMPolyfill&&window.ShadowDOMPolyfill.wrapIfNeeded(U)||U,!N.childList&&!N.attributes&&!N.characterData||N.attributeOldValue&&!N.attributes||N.attributeFilter&&N.attributeFilter.length&&!N.attributes||N.characterDataOldValue&&!N.characterData)throw new SyntaxError;var ee,ne=h.get($);ne||h.set($,ne=[]);for(var re=0;re<ne.length;re++)if(ne[re].observer===this){(ee=ne[re]).removeListeners(),ee.options=N;break}ee||(ee=new K(this,$,N),ne.push(ee),this.nodes_.push($)),ee.addListeners()},disconnect:function(){this.nodes_.forEach(function($){for(var N=h.get($),U=0;U<N.length;U++){var ee=N[U];if(ee.observer===this){ee.removeListeners(),N.splice(U,1);break}}},this),this.records_=[]},takeRecords:function(){var $=this.records_;return this.records_=[],$}},K.prototype={enqueue:function($){var N,U=this.observer.records_,ee=U.length;if(U.length>0){var ne=q(U[ee-1],$);if(ne)return void(U[ee-1]=ne)}else N=this.observer,k.push(N),E||(E=!0,e(g));U[ee]=$},addListeners:function(){this.addListeners_(this.target)},addListeners_:function($){var N=this.options;N.attributes&&$.addEventListener("DOMAttrModified",this,!0),N.characterData&&$.addEventListener("DOMCharacterDataModified",this,!0),N.childList&&$.addEventListener("DOMNodeInserted",this,!0),(N.childList||N.subtree)&&$.addEventListener("DOMNodeRemoved",this,!0)},removeListeners:function(){this.removeListeners_(this.target)},removeListeners_:function($){var N=this.options;N.attributes&&$.removeEventListener("DOMAttrModified",this,!0),N.characterData&&$.removeEventListener("DOMCharacterDataModified",this,!0),N.childList&&$.removeEventListener("DOMNodeInserted",this,!0),(N.childList||N.subtree)&&$.removeEventListener("DOMNodeRemoved",this,!0)},addTransientObserver:function($){if($!==this.target){this.addListeners_($),this.transientObservedNodes.push($);var N=h.get($);N||h.set($,N=[]),N.push(this)}},removeTransientObservers:function(){var $=this.transientObservedNodes;this.transientObservedNodes=[],$.forEach(function(N){this.removeListeners_(N);for(var U=h.get(N),ee=0;ee<U.length;ee++)if(U[ee]===this){U.splice(ee,1);break}},this)},handleEvent:function($){switch($.stopImmediatePropagation(),$.type){case"DOMAttrModified":var N=$.attrName,U=$.relatedNode.namespaceURI,ee=$.target;(re=new D("attributes",ee)).attributeName=N,re.attributeNamespace=U;var ne=null;typeof MutationEvent<"u"&&$.attrChange===MutationEvent.ADDITION||(ne=$.prevValue),S(ee,function(G){if(G.attributes&&(!G.attributeFilter||!G.attributeFilter.length||G.attributeFilter.indexOf(N)!==-1||G.attributeFilter.indexOf(U)!==-1))return G.attributeOldValue?M(ne):re});break;case"DOMCharacterDataModified":var re=D("characterData",ee=$.target);ne=$.prevValue,S(ee,function(G){if(G.characterData)return G.characterDataOldValue?M(ne):re});break;case"DOMNodeRemoved":this.addTransientObserver($.target);case"DOMNodeInserted":ee=$.relatedNode;var he,ae,Ee=$.target;$.type==="DOMNodeInserted"?(he=[Ee],ae=[]):(he=[],ae=[Ee]);var ke=Ee.previousSibling,Oe=Ee.nextSibling;(re=D("childList",ee)).addedNodes=he,re.removedNodes=ae,re.previousSibling=ke,re.nextSibling=Oe,S(ee,function(G){if(G.childList)return re})}A=T=void 0}},n||(n=B),o.exports=n},7588:function(o){var n=function(t){var l,f=Object.prototype,h=f.hasOwnProperty,e=typeof Symbol=="function"?Symbol:{},_=e.iterator||"@@iterator",b=e.asyncIterator||"@@asyncIterator",E=e.toStringTag||"@@toStringTag";function k(G,X,me){return Object.defineProperty(G,X,{value:me,enumerable:!0,configurable:!0,writable:!0}),G[X]}try{k({},"")}catch{k=function(X,me,xe){return X[me]=xe}}function g(G,X,me,xe){var se=X&&X.prototype instanceof D?X:D,Z=Object.create(se.prototype),R=new Ee(xe||[]);return Z._invoke=function(z,Q,ge){var Le=A;return function(qe,Ke){if(Le===O)throw new Error("Generator is already running");if(Le===B){if(qe==="throw")throw Ke;return Oe()}for(ge.method=qe,ge.arg=Ke;;){var De=ge.delegate;if(De){var je=re(De,ge);if(je){if(je===I)continue;return je}}if(ge.method==="next")ge.sent=ge._sent=ge.arg;else if(ge.method==="throw"){if(Le===A)throw Le=B,ge.arg;ge.dispatchException(ge.arg)}else ge.method==="return"&&ge.abrupt("return",ge.arg);Le=O;var Xe=S(z,Q,ge);if(Xe.type==="normal"){if(Le=ge.done?B:T,Xe.arg===I)continue;return{value:Xe.arg,done:ge.done}}Xe.type==="throw"&&(Le=B,ge.method="throw",ge.arg=Xe.arg)}}}(G,me,R),Z}function S(G,X,me){try{return{type:"normal",arg:G.call(X,me)}}catch(xe){return{type:"throw",arg:xe}}}t.wrap=g;var A="suspendedStart",T="suspendedYield",O="executing",B="completed",I={};function D(){}function M(){}function q(){}var K={};k(K,_,function(){return this});var $=Object.getPrototypeOf,N=$&&$($(ke([])));N&&N!==f&&h.call(N,_)&&(K=N);var U=q.prototype=D.prototype=Object.create(K);function ee(G){["next","throw","return"].forEach(function(X){k(G,X,function(me){return this._invoke(X,me)})})}function ne(G,X){function me(se,Z,R,z){var Q=S(G[se],G,Z);if(Q.type!=="throw"){var ge=Q.arg,Le=ge.value;return Le&&typeof Le=="object"&&h.call(Le,"__await")?X.resolve(Le.__await).then(function(qe){me("next",qe,R,z)},function(qe){me("throw",qe,R,z)}):X.resolve(Le).then(function(qe){ge.value=qe,R(ge)},function(qe){return me("throw",qe,R,z)})}z(Q.arg)}var xe;this._invoke=function(se,Z){function R(){return new X(function(z,Q){me(se,Z,z,Q)})}return xe=xe?xe.then(R,R):R()}}function re(G,X){var me=G.iterator[X.method];if(me===l){if(X.delegate=null,X.method==="throw"){if(G.iterator.return&&(X.method="return",X.arg=l,re(G,X),X.method==="throw"))return I;X.method="throw",X.arg=new TypeError("The iterator does not provide a 'throw' method")}return I}var xe=S(me,G.iterator,X.arg);if(xe.type==="throw")return X.method="throw",X.arg=xe.arg,X.delegate=null,I;var se=xe.arg;return se?se.done?(X[G.resultName]=se.value,X.next=G.nextLoc,X.method!=="return"&&(X.method="next",X.arg=l),X.delegate=null,I):se:(X.method="throw",X.arg=new TypeError("iterator result is not an object"),X.delegate=null,I)}function he(G){var X={tryLoc:G[0]};1 in G&&(X.catchLoc=G[1]),2 in G&&(X.finallyLoc=G[2],X.afterLoc=G[3]),this.tryEntries.push(X)}function ae(G){var X=G.completion||{};X.type="normal",delete X.arg,G.completion=X}function Ee(G){this.tryEntries=[{tryLoc:"root"}],G.forEach(he,this),this.reset(!0)}function ke(G){if(G){var X=G[_];if(X)return X.call(G);if(typeof G.next=="function")return G;if(!isNaN(G.length)){var me=-1,xe=function se(){for(;++me<G.length;)if(h.call(G,me))return se.value=G[me],se.done=!1,se;return se.value=l,se.done=!0,se};return xe.next=xe}}return{next:Oe}}function Oe(){return{value:l,done:!0}}return M.prototype=q,k(U,"constructor",q),k(q,"constructor",M),M.displayName=k(q,E,"GeneratorFunction"),t.isGeneratorFunction=function(G){var X=typeof G=="function"&&G.constructor;return!!X&&(X===M||(X.displayName||X.name)==="GeneratorFunction")},t.mark=function(G){return Object.setPrototypeOf?Object.setPrototypeOf(G,q):(G.__proto__=q,k(G,E,"GeneratorFunction")),G.prototype=Object.create(U),G},t.awrap=function(G){return{__await:G}},ee(ne.prototype),k(ne.prototype,b,function(){return this}),t.AsyncIterator=ne,t.async=function(G,X,me,xe,se){se===void 0&&(se=Promise);var Z=new ne(g(G,X,me,xe),se);return t.isGeneratorFunction(X)?Z:Z.next().then(function(R){return R.done?R.value:Z.next()})},ee(U),k(U,E,"Generator"),k(U,_,function(){return this}),k(U,"toString",function(){return"[object Generator]"}),t.keys=function(G){var X=[];for(var me in G)X.push(me);return X.reverse(),function xe(){for(;X.length;){var se=X.pop();if(se in G)return xe.value=se,xe.done=!1,xe}return xe.done=!0,xe}},t.values=ke,Ee.prototype={constructor:Ee,reset:function(G){if(this.prev=0,this.next=0,this.sent=this._sent=l,this.done=!1,this.delegate=null,this.method="next",this.arg=l,this.tryEntries.forEach(ae),!G)for(var X in this)X.charAt(0)==="t"&&h.call(this,X)&&!isNaN(+X.slice(1))&&(this[X]=l)},stop:function(){this.done=!0;var G=this.tryEntries[0].completion;if(G.type==="throw")throw G.arg;return this.rval},dispatchException:function(G){if(this.done)throw G;var X=this;function me(Q,ge){return Z.type="throw",Z.arg=G,X.next=Q,ge&&(X.method="next",X.arg=l),!!ge}for(var xe=this.tryEntries.length-1;xe>=0;--xe){var se=this.tryEntries[xe],Z=se.completion;if(se.tryLoc==="root")return me("end");if(se.tryLoc<=this.prev){var R=h.call(se,"catchLoc"),z=h.call(se,"finallyLoc");if(R&&z){if(this.prev<se.catchLoc)return me(se.catchLoc,!0);if(this.prev<se.finallyLoc)return me(se.finallyLoc)}else if(R){if(this.prev<se.catchLoc)return me(se.catchLoc,!0)}else{if(!z)throw new Error("try statement without catch or finally");if(this.prev<se.finallyLoc)return me(se.finallyLoc)}}}},abrupt:function(G,X){for(var me=this.tryEntries.length-1;me>=0;--me){var xe=this.tryEntries[me];if(xe.tryLoc<=this.prev&&h.call(xe,"finallyLoc")&&this.prev<xe.finallyLoc){var se=xe;break}}se&&(G==="break"||G==="continue")&&se.tryLoc<=X&&X<=se.finallyLoc&&(se=null);var Z=se?se.completion:{};return Z.type=G,Z.arg=X,se?(this.method="next",this.next=se.finallyLoc,I):this.complete(Z)},complete:function(G,X){if(G.type==="throw")throw G.arg;return G.type==="break"||G.type==="continue"?this.next=G.arg:G.type==="return"?(this.rval=this.arg=G.arg,this.method="return",this.next="end"):G.type==="normal"&&X&&(this.next=X),I},finish:function(G){for(var X=this.tryEntries.length-1;X>=0;--X){var me=this.tryEntries[X];if(me.finallyLoc===G)return this.complete(me.completion,me.afterLoc),ae(me),I}},catch:function(G){for(var X=this.tryEntries.length-1;X>=0;--X){var me=this.tryEntries[X];if(me.tryLoc===G){var xe=me.completion;if(xe.type==="throw"){var se=xe.arg;ae(me)}return se}}throw new Error("illegal catch attempt")},delegateYield:function(G,X,me){return this.delegate={iterator:ke(G),resultName:X,nextLoc:me},this.method==="next"&&(this.arg=l),I}},t}(o.exports);try{regeneratorRuntime=n}catch{typeof globalThis=="object"?globalThis.regeneratorRuntime=n:Function("r","regeneratorRuntime = r")(n)}},8702:function(o,n,t){t.d(n,{Z:function(){return xe}});var l=t(4296),f=t(6464),h=t(6881),e=t(2942),_=t(7003),b=t(3379),E=t.n(b),k=t(7795),g=t.n(k),S=t(569),A=t.n(S),T=t(3565),O=t.n(T),B=t(9216),I=t.n(B),D=t(4589),M=t.n(D),q=t(5313),K={};q.Z&&q.Z.locals&&(K.locals=q.Z.locals);var $,N=0,U={};U.styleTagTransform=M(),U.setAttributes=O(),U.insert=A().bind(null,"head"),U.domAPI=g(),U.insertStyleElement=I(),K.use=function(se){return U.options=se||{},N++||($=E()(q.Z,U)),K},K.unuse=function(){N>0&&!--N&&($(),$=null)};var ee=K;function ne(se){var Z,R;return{c:function(){Z=(0,e.bi5)("svg"),R=(0,e.bi5)("path"),(0,e.Ljt)(R,"d","M599.99999 832.000004h47.999999a24 24 0 0 0 23.999999-24V376.000013a24 24 0 0 0-23.999999-24h-47.999999a24 24 0 0 0-24 24v431.999991a24 24 0 0 0 24 24zM927.999983 160.000017h-164.819997l-67.999998-113.399998A95.999998 95.999998 0 0 0 612.819989 0.00002H411.179993a95.999998 95.999998 0 0 0-82.319998 46.599999L260.819996 160.000017H95.999999A31.999999 31.999999 0 0 0 64 192.000016v32a31.999999 31.999999 0 0 0 31.999999 31.999999h32v671.999987a95.999998 95.999998 0 0 0 95.999998 95.999998h575.999989a95.999998 95.999998 0 0 0 95.999998-95.999998V256.000015h31.999999a31.999999 31.999999 0 0 0 32-31.999999V192.000016a31.999999 31.999999 0 0 0-32-31.999999zM407.679993 101.820018A12 12 0 0 1 417.999993 96.000018h187.999996a12 12 0 0 1 10.3 5.82L651.219989 160.000017H372.779994zM799.999986 928.000002H223.999997V256.000015h575.999989z m-423.999992-95.999998h47.999999a24 24 0 0 0 24-24V376.000013a24 24 0 0 0-24-24h-47.999999a24 24 0 0 0-24 24v431.999991a24 24 0 0 0 24 24z"),(0,e.Ljt)(Z,"class","vc-icon-delete"),(0,e.Ljt)(Z,"viewBox","0 0 1024 1024"),(0,e.Ljt)(Z,"width","200"),(0,e.Ljt)(Z,"height","200")},m:function(z,Q){(0,e.$Tr)(z,Z,Q),(0,e.R3I)(Z,R)},d:function(z){z&&(0,e.ogt)(Z)}}}function re(se){var Z,R,z;return{c:function(){Z=(0,e.bi5)("svg"),R=(0,e.bi5)("path"),z=(0,e.bi5)("path"),(0,e.Ljt)(R,"d","M874.154197 150.116875A511.970373 511.970373 0 1 0 1023.993986 511.991687a511.927744 511.927744 0 0 0-149.839789-361.874812z m-75.324866 648.382129A405.398688 405.398688 0 1 1 917.422301 511.991687a405.313431 405.313431 0 0 1-118.59297 286.507317z"),(0,e.Ljt)(z,"d","M725.039096 299.274605a54.351559 54.351559 0 0 0-76.731613 0l-135.431297 135.431297L377.274375 299.274605a54.436817 54.436817 0 0 0-76.944756 76.987385l135.388668 135.431297-135.388668 135.473925a54.436817 54.436817 0 0 0 76.944756 76.987385l135.388668-135.431297 135.431297 135.473926a54.436817 54.436817 0 0 0 76.731613-76.987385l-135.388668-135.473926 135.388668-135.431296a54.479445 54.479445 0 0 0 0.213143-77.030014z"),(0,e.Ljt)(Z,"viewBox","0 0 1024 1024"),(0,e.Ljt)(Z,"width","200"),(0,e.Ljt)(Z,"height","200")},m:function(Q,ge){(0,e.$Tr)(Q,Z,ge),(0,e.R3I)(Z,R),(0,e.R3I)(Z,z)},d:function(Q){Q&&(0,e.ogt)(Z)}}}function he(se){var Z,R;return{c:function(){Z=(0,e.bi5)("svg"),R=(0,e.bi5)("path"),(0,e.Ljt)(R,"fill-rule","evenodd"),(0,e.Ljt)(R,"d","M5.75 1a.75.75 0 00-.75.75v3c0 .414.336.75.75.75h4.5a.75.75 0 00.75-.75v-3a.75.75 0 00-.75-.75h-4.5zm.75 3V2.5h3V4h-3zm-2.874-.467a.75.75 0 00-.752-1.298A1.75 1.75 0 002 3.75v9.5c0 .966.784 1.75 1.75 1.75h8.5A1.75 1.75 0 0014 13.25v-9.5a1.75 1.75 0 00-.874-1.515.75.75 0 10-.752 1.298.25.25 0 01.126.217v9.5a.25.25 0 01-.25.25h-8.5a.25.25 0 01-.25-.25v-9.5a.25.25 0 01.126-.217z"),(0,e.Ljt)(Z,"class","vc-icon-copy"),(0,e.Ljt)(Z,"viewBox","0 0 16 16")},m:function(z,Q){(0,e.$Tr)(z,Z,Q),(0,e.R3I)(Z,R)},d:function(z){z&&(0,e.ogt)(Z)}}}function ae(se){var Z,R;return{c:function(){Z=(0,e.bi5)("svg"),R=(0,e.bi5)("path"),(0,e.Ljt)(R,"fill-rule","evenodd"),(0,e.Ljt)(R,"d","M13.78 4.22a.75.75 0 010 1.06l-7.25 7.25a.75.75 0 01-1.06 0L2.22 9.28a.75.75 0 011.06-1.06L6 10.94l6.72-6.72a.75.75 0 011.06 0z"),(0,e.Ljt)(Z,"class","vc-icon-suc"),(0,e.Ljt)(Z,"viewBox","0 0 16 16")},m:function(z,Q){(0,e.$Tr)(z,Z,Q),(0,e.R3I)(Z,R)},d:function(z){z&&(0,e.ogt)(Z)}}}function Ee(se){var Z,R,z;return{c:function(){Z=(0,e.bi5)("svg"),R=(0,e.bi5)("path"),z=(0,e.bi5)("path"),(0,e.Ljt)(R,"d","M776.533333 1024 162.133333 1024C72.533333 1024 0 951.466667 0 861.866667L0 247.466667C0 157.866667 72.533333 85.333333 162.133333 85.333333L469.333333 85.333333c25.6 0 42.666667 17.066667 42.666667 42.666667s-17.066667 42.666667-42.666667 42.666667L162.133333 170.666667C119.466667 170.666667 85.333333 204.8 85.333333 247.466667l0 610.133333c0 42.666667 34.133333 76.8 76.8 76.8l610.133333 0c42.666667 0 76.8-34.133333 76.8-76.8L849.066667 554.666667c0-25.6 17.066667-42.666667 42.666667-42.666667s42.666667 17.066667 42.666667 42.666667l0 307.2C938.666667 951.466667 866.133333 1024 776.533333 1024z"),(0,e.Ljt)(z,"d","M256 810.666667c-12.8 0-21.333333-4.266667-29.866667-12.8C217.6 789.333333 213.333333 772.266667 213.333333 759.466667l42.666667-213.333333c0-8.533333 4.266667-17.066667 12.8-21.333333l512-512c17.066667-17.066667 42.666667-17.066667 59.733333 0l170.666667 170.666667c17.066667 17.066667 17.066667 42.666667 0 59.733333l-512 512c-4.266667 4.266667-12.8 8.533333-21.333333 12.8l-213.333333 42.666667C260.266667 810.666667 260.266667 810.666667 256 810.666667zM337.066667 576l-25.6 136.533333 136.533333-25.6L921.6 213.333333 810.666667 102.4 337.066667 576z"),(0,e.Ljt)(Z,"class","vc-icon-edit"),(0,e.Ljt)(Z,"viewBox","0 0 1024 1024"),(0,e.Ljt)(Z,"width","200"),(0,e.Ljt)(Z,"height","200")},m:function(Q,ge){(0,e.$Tr)(Q,Z,ge),(0,e.R3I)(Z,R),(0,e.R3I)(Z,z)},d:function(Q){Q&&(0,e.ogt)(Z)}}}function ke(se){var Z,R;return{c:function(){Z=(0,e.bi5)("svg"),R=(0,e.bi5)("path"),(0,e.Ljt)(R,"d","M581.338005 987.646578c-2.867097 4.095853-4.573702 8.669555-8.191705 12.287558a83.214071 83.214071 0 0 1-60.959939 24.029001 83.214071 83.214071 0 0 1-61.028203-24.029001c-3.618003-3.618003-5.324608-8.191705-8.123441-12.15103L24.370323 569.050448a83.418864 83.418864 0 0 1 117.892289-117.89229l369.923749 369.92375L1308.829682 24.438587A83.418864 83.418864 0 0 1 1426.721971 142.194348L581.338005 987.646578z"),(0,e.Ljt)(Z,"class","vc-icon-don"),(0,e.Ljt)(Z,"viewBox","0 0 1501 1024"),(0,e.Ljt)(Z,"width","200"),(0,e.Ljt)(Z,"height","200")},m:function(z,Q){(0,e.$Tr)(z,Z,Q),(0,e.R3I)(Z,R)},d:function(z){z&&(0,e.ogt)(Z)}}}function Oe(se){var Z,R;return{c:function(){Z=(0,e.bi5)("svg"),R=(0,e.bi5)("path"),(0,e.Ljt)(R,"d","M894.976 574.464q0 78.848-29.696 148.48t-81.408 123.392-121.856 88.064-151.04 41.472q-5.12 1.024-9.216 1.536t-9.216 0.512l-177.152 0q-17.408 0-34.304-6.144t-30.208-16.896-22.016-25.088-8.704-29.696 8.192-29.696 21.504-24.576 29.696-16.384 33.792-6.144l158.72 1.024q54.272 0 102.4-19.968t83.968-53.76 56.32-79.36 20.48-97.792q0-49.152-18.432-92.16t-50.688-76.8-75.264-54.784-93.184-26.112q-2.048 0-2.56 0.512t-2.56 0.512l-162.816 0 0 80.896q0 17.408-13.824 25.6t-44.544-10.24q-8.192-5.12-26.112-17.92t-41.984-30.208-50.688-36.864l-51.2-38.912q-15.36-12.288-26.624-22.016t-11.264-24.064q0-12.288 12.8-25.6t29.184-26.624q18.432-15.36 44.032-35.84t50.688-39.936 45.056-35.328 28.16-22.016q24.576-17.408 39.936-7.168t16.384 30.72l0 81.92 162.816 0q5.12 0 10.752 1.024t10.752 2.048q79.872 8.192 149.504 41.984t121.344 87.552 80.896 123.392 29.184 147.456z"),(0,e.Ljt)(Z,"class","vc-icon-cancel"),(0,e.Ljt)(Z,"viewBox","0 0 1024 1024"),(0,e.Ljt)(Z,"width","200"),(0,e.Ljt)(Z,"height","200")},m:function(z,Q){(0,e.$Tr)(z,Z,Q),(0,e.R3I)(Z,R)},d:function(z){z&&(0,e.ogt)(Z)}}}function G(se){var Z,R,z,Q,ge,Le,qe,Ke,De,je=se[0]==="delete"&&ne(),Xe=se[0]==="clear"&&re(),ot=se[0]==="copy"&&he(),Je=se[0]==="success"&&ae(),Ue=se[0]==="edit"&&Ee(),Fe=se[0]==="done"&&ke(),Ge=se[0]==="cancel"&&Oe();return{c:function(){Z=(0,e.bGB)("i"),je&&je.c(),R=(0,e.DhX)(),Xe&&Xe.c(),z=(0,e.DhX)(),ot&&ot.c(),Q=(0,e.DhX)(),Je&&Je.c(),ge=(0,e.DhX)(),Ue&&Ue.c(),Le=(0,e.DhX)(),Fe&&Fe.c(),qe=(0,e.DhX)(),Ge&&Ge.c(),(0,e.Ljt)(Z,"class","vc-icon")},m:function(ut,Et){(0,e.$Tr)(ut,Z,Et),je&&je.m(Z,null),(0,e.R3I)(Z,R),Xe&&Xe.m(Z,null),(0,e.R3I)(Z,z),ot&&ot.m(Z,null),(0,e.R3I)(Z,Q),Je&&Je.m(Z,null),(0,e.R3I)(Z,ge),Ue&&Ue.m(Z,null),(0,e.R3I)(Z,Le),Fe&&Fe.m(Z,null),(0,e.R3I)(Z,qe),Ge&&Ge.m(Z,null),Ke||(De=(0,e.oLt)(Z,"click",se[1]),Ke=!0)},p:function(ut,Et){Et[0],ut[0]==="delete"?je||((je=ne()).c(),je.m(Z,R)):je&&(je.d(1),je=null),ut[0]==="clear"?Xe||((Xe=re()).c(),Xe.m(Z,z)):Xe&&(Xe.d(1),Xe=null),ut[0]==="copy"?ot||((ot=he()).c(),ot.m(Z,Q)):ot&&(ot.d(1),ot=null),ut[0]==="success"?Je||((Je=ae()).c(),Je.m(Z,ge)):Je&&(Je.d(1),Je=null),ut[0]==="edit"?Ue||((Ue=Ee()).c(),Ue.m(Z,Le)):Ue&&(Ue.d(1),Ue=null),ut[0]==="done"?Fe||((Fe=ke()).c(),Fe.m(Z,qe)):Fe&&(Fe.d(1),Fe=null),ut[0]==="cancel"?Ge||((Ge=Oe()).c(),Ge.m(Z,null)):Ge&&(Ge.d(1),Ge=null)},i:e.ZTd,o:e.ZTd,d:function(ut){ut&&(0,e.ogt)(Z),je&&je.d(),Xe&&Xe.d(),ot&&ot.d(),Je&&Je.d(),Ue&&Ue.d(),Fe&&Fe.d(),Ge&&Ge.d(),Ke=!1,De()}}}function X(se,Z,R){var z=Z.name;return(0,_.H3)(function(){ee.use()}),(0,_.ev)(function(){ee.unuse()}),se.$$set=function(Q){"name"in Q&&R(0,z=Q.name)},[z,function(Q){e.cKT.call(this,se,Q)}]}var me=function(se){function Z(R){var z;return z=se.call(this)||this,(0,e.S1n)((0,f.Z)(z),R,X,G,e.N8,{name:0}),z}return(0,h.Z)(Z,se),(0,l.Z)(Z,[{key:"name",get:function(){return this.$$.ctx[0]},set:function(R){this.$$set({name:R}),(0,e.yl1)()}}]),Z}(e.f_C),xe=me},3903:function(__unused_webpack_module,__webpack_exports__,__webpack_require__){var _babel_runtime_helpers_assertThisInitialized__WEBPACK_IMPORTED_MODULE_7__=__webpack_require__(6464),_babel_runtime_helpers_inheritsLoose__WEBPACK_IMPORTED_MODULE_6__=__webpack_require__(6881),svelte_internal__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(2942),svelte__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__(7003),_component_icon_icon_svelte__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__(8702),_logTool__WEBPACK_IMPORTED_MODULE_5__=__webpack_require__(8665),_log_model__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__(5629),_logCommand_less__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__(3411);function get_each_context(o,n,t){var l=o.slice();return l[28]=n[t],l}function create_if_block_2(o){var n,t,l;return{c:function(){(n=(0,svelte_internal__WEBPACK_IMPORTED_MODULE_0__.bGB)("li")).textContent="Close",(0,svelte_internal__WEBPACK_IMPORTED_MODULE_0__.Ljt)(n,"class","vc-cmd-prompted-hide")},m:function(f,h){(0,svelte_internal__WEBPACK_IMPORTED_MODULE_0__.$Tr)(f,n,h),t||(l=(0,svelte_internal__WEBPACK_IMPORTED_MODULE_0__.oLt)(n,"click",o[5]),t=!0)},p:svelte_internal__WEBPACK_IMPORTED_MODULE_0__.ZTd,d:function(f){f&&(0,svelte_internal__WEBPACK_IMPORTED_MODULE_0__.ogt)(n),t=!1,l()}}}function create_else_block(o){var n;return{c:function(){(n=(0,svelte_internal__WEBPACK_IMPORTED_MODULE_0__.bGB)("li")).textContent="No Prompted"},m:function(t,l){(0,svelte_internal__WEBPACK_IMPORTED_MODULE_0__.$Tr)(t,n,l)},p:svelte_internal__WEBPACK_IMPORTED_MODULE_0__.ZTd,d:function(t){t&&(0,svelte_internal__WEBPACK_IMPORTED_MODULE_0__.ogt)(n)}}}function create_each_block(o){var n,t,l,f,h=o[28].text+"";function e(){return o[14](o[28])}return{c:function(){n=(0,svelte_internal__WEBPACK_IMPORTED_MODULE_0__.bGB)("li"),t=(0,svelte_internal__WEBPACK_IMPORTED_MODULE_0__.fLW)(h)},m:function(_,b){(0,svelte_internal__WEBPACK_IMPORTED_MODULE_0__.$Tr)(_,n,b),(0,svelte_internal__WEBPACK_IMPORTED_MODULE_0__.R3I)(n,t),l||(f=(0,svelte_internal__WEBPACK_IMPORTED_MODULE_0__.oLt)(n,"click",e),l=!0)},p:function(_,b){o=_,8&b&&h!==(h=o[28].text+"")&&(0,svelte_internal__WEBPACK_IMPORTED_MODULE_0__.rTO)(t,h)},d:function(_){_&&(0,svelte_internal__WEBPACK_IMPORTED_MODULE_0__.ogt)(n),l=!1,f()}}}function create_if_block_1(o){var n,t,l,f,h;return t=new _component_icon_icon_svelte__WEBPACK_IMPORTED_MODULE_2__.Z({props:{name:"clear"}}),{c:function(){n=(0,svelte_internal__WEBPACK_IMPORTED_MODULE_0__.bGB)("div"),(0,svelte_internal__WEBPACK_IMPORTED_MODULE_0__.YCL)(t.$$.fragment),(0,svelte_internal__WEBPACK_IMPORTED_MODULE_0__.Ljt)(n,"class","vc-cmd-clear-btn")},m:function(e,_){(0,svelte_internal__WEBPACK_IMPORTED_MODULE_0__.$Tr)(e,n,_),(0,svelte_internal__WEBPACK_IMPORTED_MODULE_0__.yef)(t,n,null),l=!0,f||(h=(0,svelte_internal__WEBPACK_IMPORTED_MODULE_0__.oLt)(n,"click",(0,svelte_internal__WEBPACK_IMPORTED_MODULE_0__.AT7)(o[17])),f=!0)},p:svelte_internal__WEBPACK_IMPORTED_MODULE_0__.ZTd,i:function(e){l||((0,svelte_internal__WEBPACK_IMPORTED_MODULE_0__.Ui)(t.$$.fragment,e),l=!0)},o:function(e){(0,svelte_internal__WEBPACK_IMPORTED_MODULE_0__.etI)(t.$$.fragment,e),l=!1},d:function(e){e&&(0,svelte_internal__WEBPACK_IMPORTED_MODULE_0__.ogt)(n),(0,svelte_internal__WEBPACK_IMPORTED_MODULE_0__.vpE)(t),f=!1,h()}}}function create_if_block(o){var n,t,l,f,h;return t=new _component_icon_icon_svelte__WEBPACK_IMPORTED_MODULE_2__.Z({props:{name:"clear"}}),{c:function(){n=(0,svelte_internal__WEBPACK_IMPORTED_MODULE_0__.bGB)("div"),(0,svelte_internal__WEBPACK_IMPORTED_MODULE_0__.YCL)(t.$$.fragment),(0,svelte_internal__WEBPACK_IMPORTED_MODULE_0__.Ljt)(n,"class","vc-cmd-clear-btn")},m:function(e,_){(0,svelte_internal__WEBPACK_IMPORTED_MODULE_0__.$Tr)(e,n,_),(0,svelte_internal__WEBPACK_IMPORTED_MODULE_0__.yef)(t,n,null),l=!0,f||(h=(0,svelte_internal__WEBPACK_IMPORTED_MODULE_0__.oLt)(n,"click",(0,svelte_internal__WEBPACK_IMPORTED_MODULE_0__.AT7)(o[19])),f=!0)},p:svelte_internal__WEBPACK_IMPORTED_MODULE_0__.ZTd,i:function(e){l||((0,svelte_internal__WEBPACK_IMPORTED_MODULE_0__.Ui)(t.$$.fragment,e),l=!0)},o:function(e){(0,svelte_internal__WEBPACK_IMPORTED_MODULE_0__.etI)(t.$$.fragment,e),l=!1},d:function(e){e&&(0,svelte_internal__WEBPACK_IMPORTED_MODULE_0__.ogt)(n),(0,svelte_internal__WEBPACK_IMPORTED_MODULE_0__.vpE)(t),f=!1,h()}}}function create_fragment(o){for(var n,t,l,f,h,e,_,b,E,k,g,S,A,T,O,B,I,D,M,q,K,$=o[3].length>0&&create_if_block_2(o),N=o[3],U=[],ee=0;ee<N.length;ee+=1)U[ee]=create_each_block(get_each_context(o,N,ee));var ne=null;N.length||(ne=create_else_block());var re=o[1].length>0&&create_if_block_1(o),he=o[4].length>0&&create_if_block(o);return{c:function(){n=(0,svelte_internal__WEBPACK_IMPORTED_MODULE_0__.bGB)("form"),t=(0,svelte_internal__WEBPACK_IMPORTED_MODULE_0__.bGB)("ul"),$&&$.c(),l=(0,svelte_internal__WEBPACK_IMPORTED_MODULE_0__.DhX)();for(var ae=0;ae<U.length;ae+=1)U[ae].c();ne&&ne.c(),f=(0,svelte_internal__WEBPACK_IMPORTED_MODULE_0__.DhX)(),h=(0,svelte_internal__WEBPACK_IMPORTED_MODULE_0__.bGB)("div"),e=(0,svelte_internal__WEBPACK_IMPORTED_MODULE_0__.bGB)("textarea"),_=(0,svelte_internal__WEBPACK_IMPORTED_MODULE_0__.DhX)(),re&&re.c(),b=(0,svelte_internal__WEBPACK_IMPORTED_MODULE_0__.DhX)(),(E=(0,svelte_internal__WEBPACK_IMPORTED_MODULE_0__.bGB)("button")).textContent="OK",k=(0,svelte_internal__WEBPACK_IMPORTED_MODULE_0__.DhX)(),g=(0,svelte_internal__WEBPACK_IMPORTED_MODULE_0__.bGB)("form"),S=(0,svelte_internal__WEBPACK_IMPORTED_MODULE_0__.bGB)("ul"),A=(0,svelte_internal__WEBPACK_IMPORTED_MODULE_0__.DhX)(),T=(0,svelte_internal__WEBPACK_IMPORTED_MODULE_0__.bGB)("div"),O=(0,svelte_internal__WEBPACK_IMPORTED_MODULE_0__.bGB)("textarea"),B=(0,svelte_internal__WEBPACK_IMPORTED_MODULE_0__.DhX)(),he&&he.c(),I=(0,svelte_internal__WEBPACK_IMPORTED_MODULE_0__.DhX)(),(D=(0,svelte_internal__WEBPACK_IMPORTED_MODULE_0__.bGB)("button")).textContent="Filter",(0,svelte_internal__WEBPACK_IMPORTED_MODULE_0__.Ljt)(t,"class","vc-cmd-prompted"),(0,svelte_internal__WEBPACK_IMPORTED_MODULE_0__.Ljt)(t,"style",o[2]),(0,svelte_internal__WEBPACK_IMPORTED_MODULE_0__.Ljt)(e,"class","vc-cmd-input"),(0,svelte_internal__WEBPACK_IMPORTED_MODULE_0__.Ljt)(e,"placeholder","command..."),(0,svelte_internal__WEBPACK_IMPORTED_MODULE_0__.Ljt)(h,"class","vc-cmd-input-wrap"),(0,svelte_internal__WEBPACK_IMPORTED_MODULE_0__.Ljt)(E,"class","vc-cmd-btn"),(0,svelte_internal__WEBPACK_IMPORTED_MODULE_0__.Ljt)(E,"type","submit"),(0,svelte_internal__WEBPACK_IMPORTED_MODULE_0__.Ljt)(n,"class","vc-cmd"),(0,svelte_internal__WEBPACK_IMPORTED_MODULE_0__.Ljt)(S,"class","vc-cmd-prompted"),(0,svelte_internal__WEBPACK_IMPORTED_MODULE_0__.Ljt)(O,"class","vc-cmd-input"),(0,svelte_internal__WEBPACK_IMPORTED_MODULE_0__.Ljt)(O,"placeholder","filter..."),(0,svelte_internal__WEBPACK_IMPORTED_MODULE_0__.Ljt)(T,"class","vc-cmd-input-wrap"),(0,svelte_internal__WEBPACK_IMPORTED_MODULE_0__.Ljt)(D,"class","vc-cmd-btn"),(0,svelte_internal__WEBPACK_IMPORTED_MODULE_0__.Ljt)(D,"type","submit"),(0,svelte_internal__WEBPACK_IMPORTED_MODULE_0__.Ljt)(g,"class","vc-cmd vc-filter")},m:function(ae,Ee){(0,svelte_internal__WEBPACK_IMPORTED_MODULE_0__.$Tr)(ae,n,Ee),(0,svelte_internal__WEBPACK_IMPORTED_MODULE_0__.R3I)(n,t),$&&$.m(t,null),(0,svelte_internal__WEBPACK_IMPORTED_MODULE_0__.R3I)(t,l);for(var ke=0;ke<U.length;ke+=1)U[ke].m(t,null);ne&&ne.m(t,null),(0,svelte_internal__WEBPACK_IMPORTED_MODULE_0__.R3I)(n,f),(0,svelte_internal__WEBPACK_IMPORTED_MODULE_0__.R3I)(n,h),(0,svelte_internal__WEBPACK_IMPORTED_MODULE_0__.R3I)(h,e),(0,svelte_internal__WEBPACK_IMPORTED_MODULE_0__.BmG)(e,o[1]),o[16](e),(0,svelte_internal__WEBPACK_IMPORTED_MODULE_0__.R3I)(h,_),re&&re.m(h,null),(0,svelte_internal__WEBPACK_IMPORTED_MODULE_0__.R3I)(n,b),(0,svelte_internal__WEBPACK_IMPORTED_MODULE_0__.R3I)(n,E),(0,svelte_internal__WEBPACK_IMPORTED_MODULE_0__.$Tr)(ae,k,Ee),(0,svelte_internal__WEBPACK_IMPORTED_MODULE_0__.$Tr)(ae,g,Ee),(0,svelte_internal__WEBPACK_IMPORTED_MODULE_0__.R3I)(g,S),(0,svelte_internal__WEBPACK_IMPORTED_MODULE_0__.R3I)(g,A),(0,svelte_internal__WEBPACK_IMPORTED_MODULE_0__.R3I)(g,T),(0,svelte_internal__WEBPACK_IMPORTED_MODULE_0__.R3I)(T,O),(0,svelte_internal__WEBPACK_IMPORTED_MODULE_0__.BmG)(O,o[4]),(0,svelte_internal__WEBPACK_IMPORTED_MODULE_0__.R3I)(T,B),he&&he.m(T,null),(0,svelte_internal__WEBPACK_IMPORTED_MODULE_0__.R3I)(g,I),(0,svelte_internal__WEBPACK_IMPORTED_MODULE_0__.R3I)(g,D),M=!0,q||(K=[(0,svelte_internal__WEBPACK_IMPORTED_MODULE_0__.oLt)(e,"input",o[15]),(0,svelte_internal__WEBPACK_IMPORTED_MODULE_0__.oLt)(e,"keydown",o[10]),(0,svelte_internal__WEBPACK_IMPORTED_MODULE_0__.oLt)(e,"keyup",o[11]),(0,svelte_internal__WEBPACK_IMPORTED_MODULE_0__.oLt)(e,"focus",o[8]),(0,svelte_internal__WEBPACK_IMPORTED_MODULE_0__.oLt)(e,"blur",o[9]),(0,svelte_internal__WEBPACK_IMPORTED_MODULE_0__.oLt)(n,"submit",(0,svelte_internal__WEBPACK_IMPORTED_MODULE_0__.AT7)(o[12])),(0,svelte_internal__WEBPACK_IMPORTED_MODULE_0__.oLt)(O,"input",o[18]),(0,svelte_internal__WEBPACK_IMPORTED_MODULE_0__.oLt)(g,"submit",(0,svelte_internal__WEBPACK_IMPORTED_MODULE_0__.AT7)(o[13]))],q=!0)},p:function(ae,Ee){var ke=Ee[0];if(ae[3].length>0?$?$.p(ae,ke):(($=create_if_block_2(ae)).c(),$.m(t,l)):$&&($.d(1),$=null),136&ke){var Oe;for(N=ae[3],Oe=0;Oe<N.length;Oe+=1){var G=get_each_context(ae,N,Oe);U[Oe]?U[Oe].p(G,ke):(U[Oe]=create_each_block(G),U[Oe].c(),U[Oe].m(t,null))}for(;Oe<U.length;Oe+=1)U[Oe].d(1);U.length=N.length,!N.length&&ne?ne.p(ae,ke):N.length?ne&&(ne.d(1),ne=null):((ne=create_else_block()).c(),ne.m(t,null))}(!M||4&ke)&&(0,svelte_internal__WEBPACK_IMPORTED_MODULE_0__.Ljt)(t,"style",ae[2]),2&ke&&(0,svelte_internal__WEBPACK_IMPORTED_MODULE_0__.BmG)(e,ae[1]),ae[1].length>0?re?(re.p(ae,ke),2&ke&&(0,svelte_internal__WEBPACK_IMPORTED_MODULE_0__.Ui)(re,1)):((re=create_if_block_1(ae)).c(),(0,svelte_internal__WEBPACK_IMPORTED_MODULE_0__.Ui)(re,1),re.m(h,null)):re&&((0,svelte_internal__WEBPACK_IMPORTED_MODULE_0__.dvw)(),(0,svelte_internal__WEBPACK_IMPORTED_MODULE_0__.etI)(re,1,1,function(){re=null}),(0,svelte_internal__WEBPACK_IMPORTED_MODULE_0__.gbL)()),16&ke&&(0,svelte_internal__WEBPACK_IMPORTED_MODULE_0__.BmG)(O,ae[4]),ae[4].length>0?he?(he.p(ae,ke),16&ke&&(0,svelte_internal__WEBPACK_IMPORTED_MODULE_0__.Ui)(he,1)):((he=create_if_block(ae)).c(),(0,svelte_internal__WEBPACK_IMPORTED_MODULE_0__.Ui)(he,1),he.m(T,null)):he&&((0,svelte_internal__WEBPACK_IMPORTED_MODULE_0__.dvw)(),(0,svelte_internal__WEBPACK_IMPORTED_MODULE_0__.etI)(he,1,1,function(){he=null}),(0,svelte_internal__WEBPACK_IMPORTED_MODULE_0__.gbL)())},i:function(ae){M||((0,svelte_internal__WEBPACK_IMPORTED_MODULE_0__.Ui)(re),(0,svelte_internal__WEBPACK_IMPORTED_MODULE_0__.Ui)(he),M=!0)},o:function(ae){(0,svelte_internal__WEBPACK_IMPORTED_MODULE_0__.etI)(re),(0,svelte_internal__WEBPACK_IMPORTED_MODULE_0__.etI)(he),M=!1},d:function(ae){ae&&(0,svelte_internal__WEBPACK_IMPORTED_MODULE_0__.ogt)(n),$&&$.d(),(0,svelte_internal__WEBPACK_IMPORTED_MODULE_0__.RMB)(U,ae),ne&&ne.d(),o[16](null),re&&re.d(),ae&&(0,svelte_internal__WEBPACK_IMPORTED_MODULE_0__.ogt)(k),ae&&(0,svelte_internal__WEBPACK_IMPORTED_MODULE_0__.ogt)(g),he&&he.d(),q=!1,(0,svelte_internal__WEBPACK_IMPORTED_MODULE_0__.j7q)(K)}}}function instance($$self,$$props,$$invalidate){var module=_log_model__WEBPACK_IMPORTED_MODULE_3__.W.getSingleton(_log_model__WEBPACK_IMPORTED_MODULE_3__.W,"VConsoleLogModel"),cachedObjKeys={},dispatch=(0,svelte__WEBPACK_IMPORTED_MODULE_1__.x)(),cmdElement,cmdValue="",promptedStyle="",promptedList=[],filterValue="";(0,svelte__WEBPACK_IMPORTED_MODULE_1__.H3)(function(){_logCommand_less__WEBPACK_IMPORTED_MODULE_4__.Z.use()}),(0,svelte__WEBPACK_IMPORTED_MODULE_1__.ev)(function(){_logCommand_less__WEBPACK_IMPORTED_MODULE_4__.Z.unuse()});var evalCommand=function(o){module.evalCommand(o)},moveCursorToPos=function(o,n){o.setSelectionRange&&setTimeout(function(){o.setSelectionRange(n,n)},1)},clearPromptedList=function(){$$invalidate(2,promptedStyle="display: none;"),$$invalidate(3,promptedList=[])},updatePromptedList=function updatePromptedList(identifier){if(cmdValue!==""){identifier||(identifier=(0,_logTool__WEBPACK_IMPORTED_MODULE_5__.oj)(cmdValue));var objName="window",keyName=cmdValue;if(identifier.front.text!=="."&&identifier.front.text!=="["||(objName=identifier.front.before,keyName=identifier.back.text!==""?identifier.back.before:identifier.front.after),keyName=keyName.replace(/(^['"]+)|(['"']+$)/g,""),!cachedObjKeys[objName])try{cachedObjKeys[objName]=Object.getOwnPropertyNames(eval("("+objName+")")).sort()}catch(o){}try{if(cachedObjKeys[objName])for(var i=0;i<cachedObjKeys[objName].length&&!(promptedList.length>=100);i++){var key=String(cachedObjKeys[objName][i]),keyPattern=new RegExp("^"+keyName,"i");if(keyPattern.test(key)){var completeCmd=objName;identifier.front.text==="."||identifier.front.text===""?completeCmd+="."+key:identifier.front.text==="["&&(completeCmd+="['"+key+"']"),promptedList.push({text:key,value:completeCmd})}}}catch(o){}if(promptedList.length>0){var m=Math.min(200,31*(promptedList.length+1));$$invalidate(2,promptedStyle="display: block; height: "+m+"px; margin-top: "+(-m-2)+"px;"),$$invalidate(3,promptedList)}else clearPromptedList()}else clearPromptedList()},autoCompleteBrackets=function(o,n){if(!(n===8||n===46)&&o.front.after==="")switch(o.front.text){case"[":return $$invalidate(1,cmdValue+="]"),void moveCursorToPos(cmdElement,cmdValue.length-1);case"(":return $$invalidate(1,cmdValue+=")"),void moveCursorToPos(cmdElement,cmdValue.length-1);case"{":return $$invalidate(1,cmdValue+="}"),void moveCursorToPos(cmdElement,cmdValue.length-1)}},dispatchFilterEvent=function(){dispatch("filterText",{filterText:filterValue})},onTapClearText=function(o){o==="cmd"?($$invalidate(1,cmdValue=""),clearPromptedList()):o==="filter"&&($$invalidate(4,filterValue=""),dispatchFilterEvent())},onTapPromptedItem=function onTapPromptedItem(item){var type="";try{type=eval("typeof "+item.value)}catch(o){}$$invalidate(1,cmdValue=item.value+(type==="function"?"()":"")),clearPromptedList()},onCmdFocus=function(){updatePromptedList()},onCmdBlur=function(){},onCmdKeyDown=function(o){o.keyCode===13&&(o.preventDefault(),onCmdSubmit())},onCmdKeyUp=function(o){$$invalidate(3,promptedList=[]);var n=(0,_logTool__WEBPACK_IMPORTED_MODULE_5__.oj)(o.target.value);autoCompleteBrackets(n,o.keyCode),updatePromptedList(n)},onCmdSubmit=function(){cmdValue!==""&&evalCommand(cmdValue),clearPromptedList()},onFilterSubmit=function(o){dispatchFilterEvent()},click_handler=function(o){return onTapPromptedItem(o)};function textarea0_input_handler(){cmdValue=this.value,$$invalidate(1,cmdValue)}function textarea0_binding(o){svelte_internal__WEBPACK_IMPORTED_MODULE_0__.VnY[o?"unshift":"push"](function(){$$invalidate(0,cmdElement=o)})}var click_handler_1=function(){return onTapClearText("cmd")};function textarea1_input_handler(){filterValue=this.value,$$invalidate(4,filterValue)}var click_handler_2=function(){return onTapClearText("filter")};return[cmdElement,cmdValue,promptedStyle,promptedList,filterValue,clearPromptedList,onTapClearText,onTapPromptedItem,onCmdFocus,onCmdBlur,onCmdKeyDown,onCmdKeyUp,onCmdSubmit,onFilterSubmit,click_handler,textarea0_input_handler,textarea0_binding,click_handler_1,textarea1_input_handler,click_handler_2]}var LogCommand=function(o){function n(t){var l;return l=o.call(this)||this,(0,svelte_internal__WEBPACK_IMPORTED_MODULE_0__.S1n)((0,_babel_runtime_helpers_assertThisInitialized__WEBPACK_IMPORTED_MODULE_7__.Z)(l),t,instance,create_fragment,svelte_internal__WEBPACK_IMPORTED_MODULE_0__.N8,{}),l}return(0,_babel_runtime_helpers_inheritsLoose__WEBPACK_IMPORTED_MODULE_6__.Z)(n,o),n}(svelte_internal__WEBPACK_IMPORTED_MODULE_0__.f_C);__webpack_exports__.Z=LogCommand},4687:function(o,n,t){t.d(n,{x:function(){return f}});var l=t(3313),f=function(){var h=(0,l.fZ)({updateTime:0}),e=h.subscribe,_=h.set,b=h.update;return{subscribe:e,set:_,update:b,updateTime:function(){b(function(E){return E.updateTime=Date.now(),E})}}}()},643:function(o,n,t){t.d(n,{N:function(){return l}});var l=function(){function f(){this._onDataUpdateCallbacks=[]}return f.getSingleton=function(h,e){return e||(e=h.toString()),f.singleton[e]||(f.singleton[e]=new h),f.singleton[e]},f}();l.singleton={}},5103:function(o,n,t){function l(R){var z=R>0?new Date(R):new Date,Q=z.getDate()<10?"0"+z.getDate():z.getDate(),ge=z.getMonth()<9?"0"+(z.getMonth()+1):z.getMonth()+1,Le=z.getFullYear(),qe=z.getHours()<10?"0"+z.getHours():z.getHours(),Ke=z.getMinutes()<10?"0"+z.getMinutes():z.getMinutes(),De=z.getSeconds()<10?"0"+z.getSeconds():z.getSeconds(),je=z.getMilliseconds()<10?"0"+z.getMilliseconds():z.getMilliseconds();return je<100&&(je="0"+je),{time:+z,year:Le,month:ge,day:Q,hour:qe,minute:Ke,second:De,millisecond:je}}function f(R){return Object.prototype.toString.call(R)==="[object Number]"}function h(R){return typeof R=="bigint"}function e(R){return typeof R=="string"}function _(R){return Object.prototype.toString.call(R)==="[object Array]"}function b(R){return typeof R=="boolean"}function E(R){return R===void 0}function k(R){return R===null}function g(R){return typeof R=="symbol"}function S(R){return!(Object.prototype.toString.call(R)!=="[object Object]"&&(f(R)||h(R)||e(R)||b(R)||_(R)||k(R)||A(R)||E(R)||g(R)))}function A(R){return typeof R=="function"}function T(R){return typeof HTMLElement=="object"?R instanceof HTMLElement:R&&typeof R=="object"&&R!==null&&R.nodeType===1&&typeof R.nodeName=="string"}function O(R){var z=Object.prototype.toString.call(R);return z==="[object Window]"||z==="[object DOMWindow]"||z==="[object global]"}function B(R){return R!=null&&typeof R!="string"&&typeof R!="boolean"&&typeof R!="number"&&typeof R!="function"&&typeof R!="symbol"&&typeof R!="bigint"&&typeof Symbol<"u"&&typeof R[Symbol.iterator]=="function"}function I(R){return Object.prototype.toString.call(R).replace(/\[object (.*)\]/,"$1")}t.d(n,{C4:function(){return h},DV:function(){return M},FJ:function(){return O},Ft:function(){return k},HD:function(){return e},H_:function(){return se},KL:function(){return re},Kn:function(){return S},MH:function(){return ke},PO:function(){return q},QI:function(){return xe},QK:function(){return Oe},TW:function(){return B},_3:function(){return l},_D:function(){return G},cF:function(){return me},hZ:function(){return ne},hj:function(){return f},id:function(){return he},jn:function(){return b},kJ:function(){return _},kK:function(){return T},mf:function(){return A},o8:function(){return E},po:function(){return X},qr:function(){return Ee},qt:function(){return Z},rE:function(){return N},yk:function(){return g},zl:function(){return I}});var D=/(function|class) ([^ \{\()}]{1,})[\(| ]/;function M(R){var z;if(R==null)return"";var Q=D.exec((R==null||(z=R.constructor)==null?void 0:z.toString())||"");return Q&&Q.length>1?Q[2]:""}function q(R){var z,Q=Object.prototype.hasOwnProperty;if(!R||typeof R!="object"||R.nodeType||O(R))return!1;try{if(R.constructor&&!Q.call(R,"constructor")&&!Q.call(R.constructor.prototype,"isPrototypeOf"))return!1}catch{return!1}for(z in R);return z===void 0||Q.call(R,z)}var K=/[\n\t]/g,$=function(R){return{"\n":"\\n"," ":"\\t"}[R]};function N(R){return typeof R!="string"?R:String(R).replace(K,$)}var U=function(R,z){z===void 0&&(z=0);var Q="";return e(R)?(z>0&&(R=he(R,z)),Q+='"'+N(R)+'"'):g(R)?Q+=String(R).replace(/^Symbol\((.*)\)$/i,'Symbol("$1")'):A(R)?Q+=(R.name||"function")+"()":h(R)?Q+=String(R)+"n":Q+=String(R),Q},ee=function R(z,Q,ge){if(ge===void 0&&(ge=0),S(z)||_(z))if(Q.circularFinder(z)){var Le="";if(_(z))Le="(Circular Array)";else if(S(z)){var qe;Le="(Circular "+(((qe=z.constructor)==null?void 0:qe.name)||"Object")+")"}Q.ret+=Q.standardJSON?'"'+Le+'"':Le}else{var Ke="",De="";if(Q.pretty){for(var je=0;je<=ge;je++)Ke+=" ";De=`
17
- `}var Xe="{",ot="}";_(z)&&(Xe="[",ot="]"),Q.ret+=Xe+De;for(var Je=ke(z),Ue=0;Ue<Je.length;Ue++){var Fe=Je[Ue];Q.ret+=Ke;try{_(z)||(S(Fe)||_(Fe)||g(Fe)?Q.ret+=Object.prototype.toString.call(Fe):e(Fe)&&Q.standardJSON?Q.ret+='"'+Fe+'"':Q.ret+=Fe,Q.ret+=": ")}catch{continue}try{var Ge=z[Fe];if(_(Ge))Q.maxDepth>-1&&ge>=Q.maxDepth?Q.ret+="Array("+Ge.length+")":R(Ge,Q,ge+1);else if(S(Ge)){var ut;Q.maxDepth>-1&&ge>=Q.maxDepth?Q.ret+=(((ut=Ge.constructor)==null?void 0:ut.name)||"Object")+" {}":R(Ge,Q,ge+1)}else Q.ret+=U(Ge,Q.keyMaxLen)}catch{Q.ret+=Q.standardJSON?'"(PARSE_ERROR)"':"(PARSE_ERROR)"}if(Q.keyMaxLen>0&&Q.ret.length>=10*Q.keyMaxLen){Q.ret+=", (...)";break}Ue<Je.length-1&&(Q.ret+=", "),Q.ret+=De}Q.ret+=Ke.substring(0,Ke.length-2)+ot}else Q.ret+=U(z,Q.keyMaxLen)};function ne(R,z){z===void 0&&(z={maxDepth:-1,keyMaxLen:-1,pretty:!1,standardJSON:!1});var Q,ge=Object.assign({ret:"",maxDepth:-1,keyMaxLen:-1,pretty:!1,standardJSON:!1,circularFinder:(Q=new WeakSet,function(Le){if(typeof Le=="object"&&Le!==null){if(Q.has(Le))return!0;Q.add(Le)}return!1})},z);return ee(R,ge),ge.ret}function re(R){return R<=0?"":R>=1e6?(R/1e3/1e3).toFixed(1)+" MB":R>=1e3?(R/1e3).toFixed(1)+" KB":R+" B"}function he(R,z){return R.length>z&&(R=R.substring(0,z)+"...("+re(function(Q){try{return encodeURI(Q).split(/%(?:u[0-9A-F]{2})?[0-9A-F]{2}|./).length-1}catch{return 0}}(R))+")"),R}var ae=function(R,z){return String(R).localeCompare(String(z),void 0,{numeric:!0,sensitivity:"base"})};function Ee(R){return R.sort(ae)}function ke(R){return S(R)||_(R)?Object.keys(R):[]}function Oe(R){var z=ke(R),Q=function(ge){return S(ge)||_(ge)?Object.getOwnPropertyNames(ge):[]}(R);return Q.filter(function(ge){return z.indexOf(ge)===-1})}function G(R){return S(R)||_(R)?Object.getOwnPropertySymbols(R):[]}function X(R,z){window.localStorage&&(R="vConsole_"+R,localStorage.setItem(R,z))}function me(R){if(window.localStorage)return R="vConsole_"+R,localStorage.getItem(R)}function xe(R){return R===void 0&&(R=""),"__vc_"+R+Math.random().toString(36).substring(2,8)}function se(){return typeof window<"u"&&!!window.__wxConfig&&!!window.wx&&!!window.__virtualDOM__}function Z(R){if(se()&&typeof window.wx[R]=="function")try{for(var z,Q=arguments.length,ge=new Array(Q>1?Q-1:0),Le=1;Le<Q;Le++)ge[Le-1]=arguments[Le];var qe=(z=window.wx[R]).call.apply(z,[window.wx].concat(ge));return qe}catch(Ke){return void console.debug("[vConsole] Fail to call wx."+R+"():",Ke)}}},5629:function(o,n,t){t.d(n,{W:function(){return T}});var l=t(8270),f=t(6881),h=t(5103),e=t(643),_=t(4687),b=t(8665),E=t(9923);function k(O,B){var I=Object.keys(O);if(Object.getOwnPropertySymbols){var D=Object.getOwnPropertySymbols(O);B&&(D=D.filter(function(M){return Object.getOwnPropertyDescriptor(O,M).enumerable})),I.push.apply(I,D)}return I}function g(O){for(var B=1;B<arguments.length;B++){var I=arguments[B]!=null?arguments[B]:{};B%2?k(Object(I),!0).forEach(function(D){(0,l.Z)(O,D,I[D])}):Object.getOwnPropertyDescriptors?Object.defineProperties(O,Object.getOwnPropertyDescriptors(I)):k(Object(I)).forEach(function(D){Object.defineProperty(O,D,Object.getOwnPropertyDescriptor(I,D))})}return O}function S(O,B){var I=typeof Symbol<"u"&&O[Symbol.iterator]||O["@@iterator"];if(I)return(I=I.call(O)).next.bind(I);if(Array.isArray(O)||(I=function(M,q){if(M){if(typeof M=="string")return A(M,q);var K=Object.prototype.toString.call(M).slice(8,-1);if(K==="Object"&&M.constructor&&(K=M.constructor.name),K==="Map"||K==="Set")return Array.from(M);if(K==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(K))return A(M,q)}}(O))||B&&O&&typeof O.length=="number"){I&&(O=I);var D=0;return function(){return D>=O.length?{done:!0}:{done:!1,value:O[D++]}}}throw new TypeError(`Invalid attempt to iterate non-iterable instance.
18
- In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function A(O,B){(B==null||B>O.length)&&(B=O.length);for(var I=0,D=new Array(B);I<B;I++)D[I]=O[I];return D}var T=function(O){function B(){for(var D,M=arguments.length,q=new Array(M),K=0;K<M;K++)q[K]=arguments[K];return(D=O.call.apply(O,[this].concat(q))||this).LOG_METHODS=["log","info","warn","debug","error"],D.ADDED_LOG_PLUGIN_ID=[],D.maxLogNumber=1e3,D.logCounter=0,D.groupLevel=0,D.groupLabelCollapsedStack=[],D.pluginPattern=void 0,D.logQueue=[],D.flushLogScheduled=!1,D.origConsole={},D}(0,f.Z)(B,O);var I=B.prototype;return I.bindPlugin=function(D){return!(this.ADDED_LOG_PLUGIN_ID.indexOf(D)>-1)&&(this.ADDED_LOG_PLUGIN_ID.length===0&&this.mockConsole(),E.O.create(D),this.ADDED_LOG_PLUGIN_ID.push(D),this.pluginPattern=new RegExp("^\\[("+this.ADDED_LOG_PLUGIN_ID.join("|")+")\\]$","i"),!0)},I.unbindPlugin=function(D){var M=this.ADDED_LOG_PLUGIN_ID.indexOf(D);return M!==-1&&(this.ADDED_LOG_PLUGIN_ID.splice(M,1),E.O.delete(D),this.ADDED_LOG_PLUGIN_ID.length===0&&this.unmockConsole(),!0)},I.mockConsole=function(){var D=this;typeof this.origConsole.log!="function"&&(window.console?(this.LOG_METHODS.map(function(M){D.origConsole[M]=window.console[M]}),this.origConsole.time=window.console.time,this.origConsole.timeEnd=window.console.timeEnd,this.origConsole.clear=window.console.clear,this.origConsole.group=window.console.group,this.origConsole.groupCollapsed=window.console.groupCollapsed,this.origConsole.groupEnd=window.console.groupEnd):window.console={},this._mockConsoleLog(),this._mockConsoleTime(),this._mockConsoleGroup(),this._mockConsoleClear(),window._vcOrigConsole=this.origConsole)},I._mockConsoleLog=function(){var D=this;this.LOG_METHODS.map(function(M){window.console[M]=(function(){for(var q=arguments.length,K=new Array(q),$=0;$<q;$++)K[$]=arguments[$];D.addLog({type:M,origData:K||[]})}).bind(window.console)})},I._mockConsoleTime=function(){var D=this,M={};window.console.time=(function(q){q===void 0&&(q=""),M[q]=Date.now()}).bind(window.console),window.console.timeEnd=(function(q){q===void 0&&(q="");var K=M[q],$=0;K&&($=Date.now()-K,delete M[q]),D.addLog({type:"log",origData:[q+": "+$+"ms"]})}).bind(window.console)},I._mockConsoleGroup=function(){var D=this,M=function(q){return(function(K){K===void 0&&(K="console.group");var $=Symbol(K);D.groupLabelCollapsedStack.push({label:$,collapsed:q}),D.addLog({type:"log",origData:[K],isGroupHeader:q?2:1,isGroupCollapsed:!1},{noOrig:!0}),D.groupLevel++,q?D.origConsole.groupCollapsed(K):D.origConsole.group(K)}).bind(window.console)};window.console.group=M(!1),window.console.groupCollapsed=M(!0),window.console.groupEnd=(function(){D.groupLabelCollapsedStack.pop(),D.groupLevel=Math.max(0,D.groupLevel-1),D.origConsole.groupEnd()}).bind(window.console)},I._mockConsoleClear=function(){var D=this;window.console.clear=(function(){D.resetGroup(),D.clearLog();for(var M=arguments.length,q=new Array(M),K=0;K<M;K++)q[K]=arguments[K];D.callOriginalConsole.apply(D,["clear"].concat(q))}).bind(window.console)},I.unmockConsole=function(){for(var D in this.origConsole)window.console[D]=this.origConsole[D],delete this.origConsole[D];window._vcOrigConsole&&delete window._vcOrigConsole},I.callOriginalConsole=function(D){if(typeof this.origConsole[D]=="function"){for(var M=arguments.length,q=new Array(M>1?M-1:0),K=1;K<M;K++)q[K-1]=arguments[K];this.origConsole[D].apply(window.console,q)}},I.resetGroup=function(){for(;this.groupLevel>0;)console.groupEnd()},I.clearLog=function(){var D=E.O.getAll();for(var M in D)this.clearPluginLog(M)},I.clearPluginLog=function(D){var M=this.logQueue;this.logQueue=[];for(var q,K=S(M);!(q=K()).done;){var $=q.value;this._extractPluginIdByLog($)!==D&&this.logQueue.push($)}E.O.get(D).update(function(N){return N.logList.length=0,N}),_.x.updateTime()},I.addLog=function(D,M){D===void 0&&(D={type:"log",origData:[],isGroupHeader:0,isGroupCollapsed:!1});var q=this.groupLabelCollapsedStack[this.groupLabelCollapsedStack.length-2],K=this.groupLabelCollapsedStack[this.groupLabelCollapsedStack.length-1],$={_id:h.QI(),type:D.type,cmdType:M==null?void 0:M.cmdType,toggle:{},date:Date.now(),data:(0,b.b1)(D.origData||[]),repeated:0,groupLabel:K==null?void 0:K.label,groupLevel:this.groupLevel,groupHeader:D.isGroupHeader,groupCollapsed:D.isGroupHeader?!(q==null||!q.collapsed):!(K==null||!K.collapsed)};this._signalLog($),M!=null&&M.noOrig||this.callOriginalConsole.apply(this,[D.type].concat(D.origData))},I.evalCommand=function(D){this.addLog({type:"log",origData:[D]},{cmdType:"input"});var M=void 0;try{M=eval.call(window,"("+D+")")}catch{try{M=eval.call(window,D)}catch{}}this.addLog({type:"log",origData:[M]},{cmdType:"output"})},I._signalLog=function(D){var M=this;this.flushLogScheduled||(this.flushLogScheduled=!0,window.requestAnimationFrame(function(){M.flushLogScheduled=!1,M._flushLogs()})),this.logQueue.push(D)},I._flushLogs=function(){var D=this,M=this.logQueue;this.logQueue=[];for(var q,K={},$=S(M);!(q=$()).done;){var N=q.value,U=this._extractPluginIdByLog(N);(K[U]=K[U]||[]).push(N)}for(var ee=function(he){var ae=K[he];E.O.get(he).update(function(Ee){for(var ke,Oe=[].concat(Ee.logList),G=S(ae);!(ke=G()).done;){var X=ke.value;D._isRepeatedLog(Oe,X)?D._updateLastLogRepeated(Oe):Oe.push(X)}return{logList:Oe=D._limitLogListLength(Oe)}})},ne=0,re=Object.keys(K);ne<re.length;ne++)ee(re[ne]);_.x.updateTime()},I._extractPluginIdByLog=function(D){var M,q="default",K=(M=D.data[0])==null?void 0:M.origData;if(h.HD(K)){var $=K.match(this.pluginPattern);if($!==null&&$.length>1){var N=$[1].toLowerCase();this.ADDED_LOG_PLUGIN_ID.indexOf(N)>-1&&(q=N,D.data.shift())}}return q},I._isRepeatedLog=function(D,M){var q=D[D.length-1];if(!q)return!1;var K=!1;if(M.type===q.type&&M.cmdType===q.cmdType&&M.data.length===q.data.length){K=!0;for(var $=0;$<M.data.length;$++)if(M.data[$].origData!==q.data[$].origData){K=!1;break}}return K},I._updateLastLogRepeated=function(D){var M=D[D.length-1],q=M.repeated?M.repeated+1:2;return D[D.length-1]=g(g({},M),{},{repeated:q}),D},I._limitLogListLength=function(D){var M=D.length,q=this.maxLogNumber;return M>q?D.slice(M-q,M):D},B}(e.N)},9923:function(o,n,t){t.d(n,{O:function(){return f}});var l=t(3313),f=function(){function h(){}return h.create=function(e){return this.storeMap[e]||(this.storeMap[e]=(0,l.fZ)({logList:[]})),this.storeMap[e]},h.delete=function(e){this.storeMap[e]&&delete this.storeMap[e]},h.get=function(e){return this.storeMap[e]},h.getRaw=function(e){return(0,l.U2)(this.storeMap[e])},h.getAll=function(){return this.storeMap},h}();f.storeMap={}},8665:function(o,n,t){t.d(n,{HX:function(){return k},LH:function(){return h},Tg:function(){return A},b1:function(){return S},oj:function(){return E}});var l=t(5103),f=function(T){var O=l.hZ(T,{maxDepth:0}),B=O.substring(0,36),I=l.DV(T);return O.length>36&&(B+="..."),I=l.rE(I+" "+B)},h=function(T,O){O===void 0&&(O=!0);var B="undefined",I=T;return T instanceof A?(B="uninvocatable",I="(...)"):l.kJ(T)?(B="array",I=f(T)):l.Kn(T)?(B="object",I=f(T)):l.HD(T)?(B="string",I=l.rE(T),O&&(I='"'+I+'"')):l.hj(T)?(B="number",I=String(T)):l.C4(T)?(B="bigint",I=String(T)+"n"):l.jn(T)?(B="boolean",I=String(T)):l.Ft(T)?(B="null",I="null"):l.o8(T)?(B="undefined",I="undefined"):l.mf(T)?(B="function",I=(T.name||"function")+"()"):l.yk(T)&&(B="symbol",I=String(T)),{text:I,valueType:B}},e=[".","[","(","{","}"],_=["]",")","}"],b=function(T,O,B){B===void 0&&(B=0);for(var I={text:"",pos:-1,before:"",after:""},D=T.length-1;D>=B;D--){var M=O.indexOf(T[D]);if(M>-1){I.text=O[M],I.pos=D,I.before=T.substring(B,D),I.after=T.substring(D+1,T.length);break}}return I},E=function(T){var O=b(T,e,0);return{front:O,back:b(T,_,O.pos+1)}},k=function(T,O){if(O==="")return!0;for(var B=0;B<T.data.length;B++)if(typeof T.data[B].origData=="string"&&T.data[B].origData.indexOf(O)>-1)return!0;return!1},g=/(\%[csdo] )|( \%[csdo])/g,S=function(T){if(g.lastIndex=0,l.HD(T[0])&&g.test(T[0])){for(var O,B=[].concat(T),I=B.shift().split(g).filter(function(re){return re!==void 0&&re!==""}),D=B,M=[],q=!1,K="";I.length>0;){var $=I.shift();if(/ ?\%c ?/.test($)?D.length>0?typeof(K=D.shift())!="string"&&(K=""):(O=$,K="",q=!0):/ ?\%[sd] ?/.test($)?(O=D.length>0?l.Kn(D[0])?l.DV(D.shift()):String(D.shift()):$,q=!0):/ ?\%o ?/.test($)?(O=D.length>0?D.shift():$,q=!0):(O=$,q=!0),q){var N={origData:O};K&&(N.style=K),M.push(N),q=!1,O=void 0,K=""}}for(var U=0;U<D.length;U++)M.push({origData:D[U]});return M}for(var ee=[],ne=0;ne<T.length;ne++)ee.push({origData:T[ne]});return ee},A=function(){}},5313:function(o,n,t){var l=t(6738),f=t.n(l),h=t(7705),e=t.n(h)()(f());e.push([o.id,`.vc-icon {
19
- word-break: normal;
20
- white-space: normal;
21
- overflow: visible;
22
- }
23
- .vc-icon svg {
24
- fill: var(--VC-FG-2);
25
- height: 1em;
26
- width: 1em;
27
- vertical-align: -0.11em;
28
- }
29
- .vc-icon .vc-icon-delete {
30
- vertical-align: -0.11em;
31
- }
32
- .vc-icon .vc-icon-copy {
33
- height: 1.1em;
34
- width: 1.1em;
35
- vertical-align: -0.16em;
36
- }
37
- .vc-icon .vc-icon-suc {
38
- fill: var(--VC-TEXTGREEN);
39
- height: 1.1em;
40
- width: 1.1em;
41
- vertical-align: -0.16em;
42
- }
43
- `,""]),n.Z=e},1142:function(o,n,t){var l=t(6738),f=t.n(l),h=t(7705),e=t.n(h)()(f());e.push([o.id,`.vc-scroller-viewport {
44
- position: relative;
45
- overflow: hidden;
46
- height: 100%;
47
- }
48
- .vc-scroller-contents {
49
- min-height: 100%;
50
- will-change: transform;
51
- }
52
- .vc-scroller-items {
53
- will-change: height;
54
- position: relative;
55
- }
56
- .vc-scroller-item {
57
- display: none;
58
- position: absolute;
59
- left: 0;
60
- right: 0;
61
- }
62
- .vc-scroller-viewport.static .vc-scroller-item {
63
- display: block;
64
- position: static;
65
- }
66
- .vc-scroller-scrollbar-track {
67
- width: 4px;
68
- position: absolute;
69
- top: 0;
70
- right: 0;
71
- bottom: 0;
72
- padding: 1px;
73
- }
74
- .vc-scroller-scrollbar-thumb {
75
- position: relative;
76
- width: 100%;
77
- height: 100%;
78
- background: rgba(0, 0, 0, 0.5);
79
- border-radius: 999px;
80
- }
81
- `,""]),n.Z=e},3283:function(o,n,t){var l=t(6738),f=t.n(l),h=t(7705),e=t.n(h)()(f());e.push([o.id,`#__vconsole {
82
- --VC-BG-0: #ededed;
83
- --VC-BG-1: #f7f7f7;
84
- --VC-BG-2: #fff;
85
- --VC-BG-3: #f7f7f7;
86
- --VC-BG-4: #4c4c4c;
87
- --VC-BG-5: #fff;
88
- --VC-BG-6: rgba(0, 0, 0, 0.1);
89
- --VC-FG-0: rgba(0, 0, 0, 0.9);
90
- --VC-FG-HALF: rgba(0, 0, 0, 0.9);
91
- --VC-FG-1: rgba(0, 0, 0, 0.5);
92
- --VC-FG-2: rgba(0, 0, 0, 0.3);
93
- --VC-FG-3: rgba(0, 0, 0, 0.1);
94
- --VC-RED: #fa5151;
95
- --VC-ORANGE: #fa9d3b;
96
- --VC-YELLOW: #ffc300;
97
- --VC-GREEN: #91d300;
98
- --VC-LIGHTGREEN: #95ec69;
99
- --VC-BRAND: #07c160;
100
- --VC-BLUE: #10aeff;
101
- --VC-INDIGO: #1485ee;
102
- --VC-PURPLE: #6467f0;
103
- --VC-LINK: #576b95;
104
- --VC-TEXTGREEN: #06ae56;
105
- --VC-FG: black;
106
- --VC-BG: white;
107
- --VC-BG-COLOR-ACTIVE: #ececec;
108
- --VC-WARN-BG: #fff3cc;
109
- --VC-WARN-BORDER: #ffe799;
110
- --VC-ERROR-BG: #fedcdc;
111
- --VC-ERROR-BORDER: #fdb9b9;
112
- --VC-DOM-TAG-NAME-COLOR: #881280;
113
- --VC-DOM-ATTRIBUTE-NAME-COLOR: #994500;
114
- --VC-DOM-ATTRIBUTE-VALUE-COLOR: #1a1aa6;
115
- --VC-CODE-KEY-FG: #881391;
116
- --VC-CODE-PRIVATE-KEY-FG: #cfa1d3;
117
- --VC-CODE-FUNC-FG: #0d22aa;
118
- --VC-CODE-NUMBER-FG: #1c00cf;
119
- --VC-CODE-STR-FG: #c41a16;
120
- --VC-CODE-NULL-FG: #808080;
121
- color: var(--VC-FG-0);
122
- font-size: 13px;
123
- font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
124
- -webkit-user-select: auto;
125
- /* global */
126
- }
127
- #__vconsole .vc-max-height {
128
- max-height: 19.23076923em;
129
- }
130
- #__vconsole .vc-max-height-line {
131
- max-height: 6.30769231em;
132
- }
133
- #__vconsole .vc-min-height {
134
- min-height: 3.07692308em;
135
- }
136
- #__vconsole dd,
137
- #__vconsole dl,
138
- #__vconsole pre {
139
- margin: 0;
140
- }
141
- #__vconsole pre {
142
- white-space: pre-wrap;
143
- }
144
- #__vconsole i {
145
- font-style: normal;
146
- }
147
- .vc-table {
148
- height: 100%;
149
- }
150
- .vc-table .vc-table-row {
151
- line-height: 1.5;
152
- display: -webkit-box;
153
- display: -webkit-flex;
154
- display: -moz-box;
155
- display: -ms-flexbox;
156
- display: flex;
157
- -webkit-box-orient: horizontal;
158
- -webkit-box-direction: normal;
159
- -webkit-flex-direction: row;
160
- -moz-box-orient: horizontal;
161
- -moz-box-direction: normal;
162
- -ms-flex-direction: row;
163
- flex-direction: row;
164
- -webkit-flex-wrap: wrap;
165
- -ms-flex-wrap: wrap;
166
- flex-wrap: wrap;
167
- overflow: hidden;
168
- border-bottom: 1px solid var(--VC-FG-3);
169
- }
170
- .vc-table .vc-table-row.vc-left-border {
171
- border-left: 1px solid var(--VC-FG-3);
172
- }
173
- .vc-table .vc-table-row-icon {
174
- margin-left: 4px;
175
- }
176
- .vc-table .vc-table-col {
177
- -webkit-box-flex: 1;
178
- -webkit-flex: 1;
179
- -moz-box-flex: 1;
180
- -ms-flex: 1;
181
- flex: 1;
182
- padding: 0.23076923em 0.30769231em;
183
- border-left: 1px solid var(--VC-FG-3);
184
- overflow: auto;
185
- }
186
- .vc-table .vc-table-col:first-child {
187
- border: none;
188
- }
189
- .vc-table .vc-table-col-value {
190
- white-space: pre-wrap;
191
- word-break: break-word;
192
- /*white-space: nowrap;
193
- text-overflow: ellipsis;*/
194
- -webkit-overflow-scrolling: touch;
195
- }
196
- .vc-table .vc-small .vc-table-col {
197
- padding: 0 0.30769231em;
198
- font-size: 0.92307692em;
199
- }
200
- .vc-table .vc-table-col-2 {
201
- -webkit-box-flex: 2;
202
- -webkit-flex: 2;
203
- -moz-box-flex: 2;
204
- -ms-flex: 2;
205
- flex: 2;
206
- }
207
- .vc-table .vc-table-col-3 {
208
- -webkit-box-flex: 3;
209
- -webkit-flex: 3;
210
- -moz-box-flex: 3;
211
- -ms-flex: 3;
212
- flex: 3;
213
- }
214
- .vc-table .vc-table-col-4 {
215
- -webkit-box-flex: 4;
216
- -webkit-flex: 4;
217
- -moz-box-flex: 4;
218
- -ms-flex: 4;
219
- flex: 4;
220
- }
221
- .vc-table .vc-table-col-5 {
222
- -webkit-box-flex: 5;
223
- -webkit-flex: 5;
224
- -moz-box-flex: 5;
225
- -ms-flex: 5;
226
- flex: 5;
227
- }
228
- .vc-table .vc-table-col-6 {
229
- -webkit-box-flex: 6;
230
- -webkit-flex: 6;
231
- -moz-box-flex: 6;
232
- -ms-flex: 6;
233
- flex: 6;
234
- }
235
- .vc-table .vc-table-row-error {
236
- border-color: var(--VC-ERROR-BORDER);
237
- background-color: var(--VC-ERROR-BG);
238
- }
239
- .vc-table .vc-table-row-error .vc-table-col {
240
- color: var(--VC-RED);
241
- border-color: var(--VC-ERROR-BORDER);
242
- }
243
- .vc-table .vc-table-col-title {
244
- font-weight: bold;
245
- }
246
- .vc-table .vc-table-action {
247
- display: flex;
248
- justify-content: space-evenly;
249
- }
250
- .vc-table .vc-table-action .vc-icon {
251
- flex: 1;
252
- text-align: center;
253
- display: block;
254
- }
255
- .vc-table .vc-table-action .vc-icon:hover {
256
- background: var(--VC-BG-3);
257
- }
258
- .vc-table .vc-table-action .vc-icon:active {
259
- background: var(--VC-BG-1);
260
- }
261
- .vc-table .vc-table-input {
262
- width: 100%;
263
- border: none;
264
- color: var(--VC-FG-0);
265
- background-color: var(--VC-BG-6);
266
- height: 3.53846154em;
267
- }
268
- .vc-table .vc-table-input:focus {
269
- background-color: var(--VC-FG-2);
270
- }
271
- @media (prefers-color-scheme: dark) {
272
- #__vconsole:not([data-theme="light"]) {
273
- --VC-BG-0: #191919;
274
- --VC-BG-1: #1f1f1f;
275
- --VC-BG-2: #232323;
276
- --VC-BG-3: #2f2f2f;
277
- --VC-BG-4: #606060;
278
- --VC-BG-5: #2c2c2c;
279
- --VC-BG-6: rgba(255, 255, 255, 0.2);
280
- --VC-FG-0: rgba(255, 255, 255, 0.8);
281
- --VC-FG-HALF: rgba(255, 255, 255, 0.6);
282
- --VC-FG-1: rgba(255, 255, 255, 0.5);
283
- --VC-FG-2: rgba(255, 255, 255, 0.3);
284
- --VC-FG-3: rgba(255, 255, 255, 0.05);
285
- --VC-RED: #fa5151;
286
- --VC-ORANGE: #c87d2f;
287
- --VC-YELLOW: #cc9c00;
288
- --VC-GREEN: #74a800;
289
- --VC-LIGHTGREEN: #28b561;
290
- --VC-BRAND: #07c160;
291
- --VC-BLUE: #10aeff;
292
- --VC-INDIGO: #1196ff;
293
- --VC-PURPLE: #8183ff;
294
- --VC-LINK: #7d90a9;
295
- --VC-TEXTGREEN: #259c5c;
296
- --VC-FG: white;
297
- --VC-BG: black;
298
- --VC-BG-COLOR-ACTIVE: #282828;
299
- --VC-WARN-BG: #332700;
300
- --VC-WARN-BORDER: #664e00;
301
- --VC-ERROR-BG: #321010;
302
- --VC-ERROR-BORDER: #642020;
303
- --VC-DOM-TAG-NAME-COLOR: #5DB0D7;
304
- --VC-DOM-ATTRIBUTE-NAME-COLOR: #9BBBDC;
305
- --VC-DOM-ATTRIBUTE-VALUE-COLOR: #f29766;
306
- --VC-CODE-KEY-FG: #e36eec;
307
- --VC-CODE-PRIVATE-KEY-FG: #f4c5f7;
308
- --VC-CODE-FUNC-FG: #556af2;
309
- --VC-CODE-NUMBER-FG: #9980ff;
310
- --VC-CODE-STR-FG: #e93f3b;
311
- --VC-CODE-NULL-FG: #808080;
312
- }
313
- }
314
- #__vconsole[data-theme="dark"] {
315
- --VC-BG-0: #191919;
316
- --VC-BG-1: #1f1f1f;
317
- --VC-BG-2: #232323;
318
- --VC-BG-3: #2f2f2f;
319
- --VC-BG-4: #606060;
320
- --VC-BG-5: #2c2c2c;
321
- --VC-BG-6: rgba(255, 255, 255, 0.2);
322
- --VC-FG-0: rgba(255, 255, 255, 0.8);
323
- --VC-FG-HALF: rgba(255, 255, 255, 0.6);
324
- --VC-FG-1: rgba(255, 255, 255, 0.5);
325
- --VC-FG-2: rgba(255, 255, 255, 0.3);
326
- --VC-FG-3: rgba(255, 255, 255, 0.05);
327
- --VC-RED: #fa5151;
328
- --VC-ORANGE: #c87d2f;
329
- --VC-YELLOW: #cc9c00;
330
- --VC-GREEN: #74a800;
331
- --VC-LIGHTGREEN: #28b561;
332
- --VC-BRAND: #07c160;
333
- --VC-BLUE: #10aeff;
334
- --VC-INDIGO: #1196ff;
335
- --VC-PURPLE: #8183ff;
336
- --VC-LINK: #7d90a9;
337
- --VC-TEXTGREEN: #259c5c;
338
- --VC-FG: white;
339
- --VC-BG: black;
340
- --VC-BG-COLOR-ACTIVE: #282828;
341
- --VC-WARN-BG: #332700;
342
- --VC-WARN-BORDER: #664e00;
343
- --VC-ERROR-BG: #321010;
344
- --VC-ERROR-BORDER: #642020;
345
- --VC-DOM-TAG-NAME-COLOR: #5DB0D7;
346
- --VC-DOM-ATTRIBUTE-NAME-COLOR: #9BBBDC;
347
- --VC-DOM-ATTRIBUTE-VALUE-COLOR: #f29766;
348
- --VC-CODE-KEY-FG: #e36eec;
349
- --VC-CODE-PRIVATE-KEY-FG: #f4c5f7;
350
- --VC-CODE-FUNC-FG: #556af2;
351
- --VC-CODE-NUMBER-FG: #9980ff;
352
- --VC-CODE-STR-FG: #e93f3b;
353
- --VC-CODE-NULL-FG: #808080;
354
- }
355
- .vc-tabbar {
356
- border-bottom: 1px solid var(--VC-FG-3);
357
- overflow-x: auto;
358
- height: 3em;
359
- width: auto;
360
- white-space: nowrap;
361
- }
362
- .vc-tabbar .vc-tab {
363
- display: inline-block;
364
- line-height: 3em;
365
- padding: 0 1.15384615em;
366
- border-right: 1px solid var(--VC-FG-3);
367
- text-decoration: none;
368
- color: var(--VC-FG-0);
369
- -webkit-tap-highlight-color: transparent;
370
- -webkit-touch-callout: none;
371
- }
372
- .vc-tabbar .vc-tab:active {
373
- background-color: rgba(0, 0, 0, 0.15);
374
- }
375
- .vc-tabbar .vc-tab.vc-actived {
376
- background-color: var(--VC-BG-1);
377
- }
378
- .vc-toolbar {
379
- border-top: 1px solid var(--VC-FG-3);
380
- line-height: 3em;
381
- position: absolute;
382
- left: 0;
383
- right: 0;
384
- bottom: 0;
385
- display: -webkit-box;
386
- display: -webkit-flex;
387
- display: -moz-box;
388
- display: -ms-flexbox;
389
- display: flex;
390
- -webkit-box-orient: horizontal;
391
- -webkit-box-direction: normal;
392
- -webkit-flex-direction: row;
393
- -moz-box-orient: horizontal;
394
- -moz-box-direction: normal;
395
- -ms-flex-direction: row;
396
- flex-direction: row;
397
- }
398
- .vc-toolbar .vc-tool {
399
- display: none;
400
- font-style: normal;
401
- text-decoration: none;
402
- color: var(--VC-FG-0);
403
- width: 50%;
404
- -webkit-box-flex: 1;
405
- -webkit-flex: 1;
406
- -moz-box-flex: 1;
407
- -ms-flex: 1;
408
- flex: 1;
409
- text-align: center;
410
- position: relative;
411
- -webkit-touch-callout: none;
412
- }
413
- .vc-toolbar .vc-tool.vc-toggle,
414
- .vc-toolbar .vc-tool.vc-global-tool {
415
- display: block;
416
- }
417
- .vc-toolbar .vc-tool:active {
418
- background-color: rgba(0, 0, 0, 0.15);
419
- }
420
- .vc-toolbar .vc-tool:after {
421
- content: " ";
422
- position: absolute;
423
- top: 0.53846154em;
424
- bottom: 0.53846154em;
425
- right: 0;
426
- border-left: 1px solid var(--VC-FG-3);
427
- }
428
- .vc-toolbar .vc-tool-last:after {
429
- border: none;
430
- }
431
- .vc-topbar {
432
- background-color: var(--VC-BG-1);
433
- display: -webkit-box;
434
- display: -webkit-flex;
435
- display: -moz-box;
436
- display: -ms-flexbox;
437
- display: flex;
438
- -webkit-box-orient: horizontal;
439
- -webkit-box-direction: normal;
440
- -webkit-flex-direction: row;
441
- -moz-box-orient: horizontal;
442
- -moz-box-direction: normal;
443
- -ms-flex-direction: row;
444
- flex-direction: row;
445
- -webkit-flex-wrap: wrap;
446
- -ms-flex-wrap: wrap;
447
- flex-wrap: wrap;
448
- width: 100%;
449
- }
450
- .vc-topbar .vc-toptab {
451
- display: none;
452
- -webkit-box-flex: 1;
453
- -webkit-flex: 1;
454
- -moz-box-flex: 1;
455
- -ms-flex: 1;
456
- flex: 1;
457
- line-height: 2.30769231em;
458
- padding: 0 1.15384615em;
459
- border-bottom: 1px solid var(--VC-FG-3);
460
- text-decoration: none;
461
- text-align: center;
462
- color: var(--VC-FG-0);
463
- -webkit-tap-highlight-color: transparent;
464
- -webkit-touch-callout: none;
465
- }
466
- .vc-topbar .vc-toptab.vc-toggle {
467
- display: block;
468
- }
469
- .vc-topbar .vc-toptab:active {
470
- background-color: rgba(0, 0, 0, 0.15);
471
- }
472
- .vc-topbar .vc-toptab.vc-actived {
473
- border-bottom: 1px solid var(--VC-INDIGO);
474
- }
475
- .vc-mask {
476
- display: none;
477
- position: fixed;
478
- top: 0;
479
- left: 0;
480
- right: 0;
481
- bottom: 0;
482
- background: rgba(0, 0, 0, 0);
483
- z-index: 10001;
484
- -webkit-transition: background 0.3s;
485
- transition: background 0.3s;
486
- -webkit-tap-highlight-color: transparent;
487
- overflow-y: scroll;
488
- }
489
- .vc-panel {
490
- display: none;
491
- position: fixed;
492
- min-height: 85%;
493
- left: 0;
494
- right: 0;
495
- bottom: -100%;
496
- z-index: 10002;
497
- background-color: var(--VC-BG-0);
498
- transition: bottom 0.3s;
499
- }
500
- .vc-toggle .vc-switch {
501
- display: none;
502
- }
503
- .vc-toggle .vc-mask {
504
- background: rgba(0, 0, 0, 0.6);
505
- display: block;
506
- }
507
- .vc-toggle .vc-panel {
508
- bottom: 0;
509
- }
510
- .vc-content {
511
- background-color: var(--VC-BG-2);
512
- overflow-x: hidden;
513
- overflow-y: auto;
514
- position: absolute;
515
- top: 3.07692308em;
516
- left: 0;
517
- right: 0;
518
- bottom: 3.07692308em;
519
- -webkit-overflow-scrolling: touch;
520
- margin-bottom: constant(safe-area-inset-bottom);
521
- margin-bottom: env(safe-area-inset-bottom);
522
- }
523
- .vc-content.vc-has-topbar {
524
- top: 5.46153846em;
525
- }
526
- .vc-plugin-box {
527
- display: none;
528
- position: relative;
529
- min-height: 100%;
530
- }
531
- .vc-plugin-box.vc-fixed-height {
532
- height: 100%;
533
- }
534
- .vc-plugin-box.vc-actived {
535
- display: block;
536
- }
537
- .vc-plugin-content {
538
- display: flex;
539
- width: 100%;
540
- height: 100%;
541
- overflow-y: auto;
542
- flex-direction: column;
543
- -webkit-tap-highlight-color: transparent;
544
- }
545
- .vc-plugin-content:empty:before {
546
- content: "Empty";
547
- color: var(--VC-FG-1);
548
- position: absolute;
549
- top: 45%;
550
- left: 0;
551
- right: 0;
552
- bottom: 0;
553
- font-size: 1.15384615em;
554
- text-align: center;
555
- }
556
- .vc-plugin-empty {
557
- color: var(--VC-FG-1);
558
- font-size: 1.15384615em;
559
- height: 100%;
560
- width: 100%;
561
- padding: 1.15384615em 0;
562
- text-align: center;
563
- display: flex;
564
- flex-direction: column;
565
- justify-content: center;
566
- }
567
- @supports (bottom: constant(safe-area-inset-bottom)) or (bottom: env(safe-area-inset-bottom)) {
568
- .vc-toolbar,
569
- .vc-switch {
570
- bottom: constant(safe-area-inset-bottom);
571
- bottom: env(safe-area-inset-bottom);
572
- }
573
- }
574
- `,""]),n.Z=e},7558:function(o,n,t){var l=t(6738),f=t.n(l),h=t(7705),e=t.n(h)()(f());e.push([o.id,`.vc-switch {
575
- display: block;
576
- position: fixed;
577
- right: 0.76923077em;
578
- bottom: 0.76923077em;
579
- color: #FFF;
580
- background-color: var(--VC-BRAND);
581
- line-height: 1;
582
- font-size: 1.07692308em;
583
- padding: 0.61538462em 1.23076923em;
584
- z-index: 10000;
585
- border-radius: 0.30769231em;
586
- box-shadow: 0 0 0.61538462em rgba(0, 0, 0, 0.4);
587
- }
588
- `,""]),n.Z=e},5670:function(o,n,t){var l=t(6738),f=t.n(l),h=t(7705),e=t.n(h)()(f());e.push([o.id,`/* color */
589
- .vcelm-node {
590
- color: var(--VC-DOM-TAG-NAME-COLOR);
591
- }
592
- .vcelm-k {
593
- color: var(--VC-DOM-ATTRIBUTE-NAME-COLOR);
594
- }
595
- .vcelm-v {
596
- color: var(--VC-DOM-ATTRIBUTE-VALUE-COLOR);
597
- }
598
- .vcelm-l.vc-actived > .vcelm-node {
599
- background-color: var(--VC-FG-3);
600
- }
601
- /* layout */
602
- .vcelm-l {
603
- padding-left: 8px;
604
- position: relative;
605
- word-wrap: break-word;
606
- line-height: 1.2;
607
- }
608
- /*.vcelm-l.vcelm-noc {
609
- padding-left: 0;
610
- }*/
611
- .vcelm-l .vcelm-node:active {
612
- background-color: var(--VC-BG-COLOR-ACTIVE);
613
- }
614
- .vcelm-l.vcelm-noc .vcelm-node:active {
615
- background-color: transparent;
616
- }
617
- .vcelm-t {
618
- white-space: pre-wrap;
619
- word-wrap: break-word;
620
- }
621
- /* level */
622
- /* arrow */
623
- .vcelm-l:before {
624
- content: "";
625
- display: block;
626
- position: absolute;
627
- top: 6px;
628
- left: 3px;
629
- width: 0;
630
- height: 0;
631
- border: transparent solid 3px;
632
- border-left-color: var(--VC-FG-1);
633
- }
634
- .vcelm-l.vc-toggle:before {
635
- display: block;
636
- top: 6px;
637
- left: 0;
638
- border-top-color: var(--VC-FG-1);
639
- border-left-color: transparent;
640
- }
641
- .vcelm-l.vcelm-noc:before {
642
- display: none;
643
- }
644
- `,""]),n.Z=e},3327:function(o,n,t){var l=t(6738),f=t.n(l),h=t(7705),e=t.n(h)()(f());e.push([o.id,"",""]),n.Z=e},1130:function(o,n,t){var l=t(6738),f=t.n(l),h=t(7705),e=t.n(h)()(f());e.push([o.id,`.vc-cmd {
645
- height: 3.07692308em;
646
- border-top: 1px solid var(--VC-FG-3);
647
- display: flex;
648
- flex-direction: row;
649
- }
650
- .vc-cmd.vc-filter {
651
- bottom: 0;
652
- }
653
- .vc-cmd-input-wrap {
654
- display: flex;
655
- align-items: center;
656
- flex: 1;
657
- position: relative;
658
- height: 2.15384615em;
659
- padding: 0.46153846em 0.61538462em;
660
- }
661
- .vc-cmd-input {
662
- width: 100%;
663
- border: none;
664
- resize: none;
665
- outline: none;
666
- padding: 0;
667
- font-size: 0.92307692em;
668
- background-color: transparent;
669
- color: var(--VC-FG-0);
670
- }
671
- .vc-cmd-input::-webkit-input-placeholder {
672
- line-height: 2.15384615em;
673
- }
674
- .vc-cmd-btn {
675
- width: 3.07692308em;
676
- border: none;
677
- background-color: var(--VC-BG-0);
678
- color: var(--VC-FG-0);
679
- outline: none;
680
- -webkit-touch-callout: none;
681
- font-size: 1em;
682
- }
683
- .vc-cmd-clear-btn {
684
- flex: 1 3.07692308em;
685
- text-align: center;
686
- line-height: 3.07692308em;
687
- }
688
- .vc-cmd-btn:active,
689
- .vc-cmd-clear-btn:active {
690
- background-color: var(--VC-BG-COLOR-ACTIVE);
691
- }
692
- .vc-cmd-prompted {
693
- position: absolute;
694
- left: 0.46153846em;
695
- right: 0.46153846em;
696
- background-color: var(--VC-BG-3);
697
- border: 1px solid var(--VC-FG-3);
698
- overflow-x: scroll;
699
- display: none;
700
- }
701
- .vc-cmd-prompted li {
702
- list-style: none;
703
- line-height: 30px;
704
- padding: 0 0.46153846em;
705
- border-bottom: 1px solid var(--VC-FG-3);
706
- }
707
- .vc-cmd-prompted li:active {
708
- background-color: var(--VC-BG-COLOR-ACTIVE);
709
- }
710
- .vc-cmd-prompted-hide {
711
- text-align: center;
712
- }
713
- `,""]),n.Z=e},7147:function(o,n,t){var l=t(6738),f=t.n(l),h=t(7705),e=t.n(h)()(f());e.push([o.id,`.vc-log-row {
714
- margin: 0;
715
- padding: 0.46153846em 0.61538462em;
716
- overflow: hidden;
717
- line-height: 1.3;
718
- border-bottom: 1px solid var(--VC-FG-3);
719
- word-break: break-word;
720
- position: relative;
721
- display: flex;
722
- }
723
- .vc-log-info {
724
- color: var(--VC-PURPLE);
725
- }
726
- .vc-log-debug {
727
- color: var(--VC-YELLOW);
728
- }
729
- .vc-log-warn {
730
- color: var(--VC-ORANGE);
731
- border-color: var(--VC-WARN-BORDER);
732
- background-color: var(--VC-WARN-BG);
733
- }
734
- .vc-log-error {
735
- color: var(--VC-RED);
736
- border-color: var(--VC-ERROR-BORDER);
737
- background-color: var(--VC-ERROR-BG);
738
- }
739
- .vc-logrow-icon {
740
- margin-left: auto;
741
- }
742
- .vc-log-padding {
743
- width: 1.53846154em;
744
- border-left: 1px solid var(--VC-FG-3);
745
- }
746
- .vc-log-group .vc-log-content {
747
- font-weight: bold;
748
- }
749
- .vc-log-group-toggle {
750
- padding-left: 0.76923077em;
751
- }
752
- .vc-log-group-toggle {
753
- display: block;
754
- font-style: italic;
755
- padding-left: 0.76923077em;
756
- position: relative;
757
- }
758
- .vc-log-group-toggle:active {
759
- background-color: var(--VC-BG-COLOR-ACTIVE);
760
- }
761
- .vc-log-group > .vc-log-group-toggle::before {
762
- content: "";
763
- position: absolute;
764
- top: 0.30769231em;
765
- left: 0.15384615em;
766
- width: 0;
767
- height: 0;
768
- border: transparent solid 0.30769231em;
769
- border-left-color: var(--VC-FG-1);
770
- }
771
- .vc-log-group.vc-toggle > .vc-log-group-toggle::before {
772
- top: 0.46153846em;
773
- left: 0;
774
- border-top-color: var(--VC-FG-1);
775
- border-left-color: transparent;
776
- }
777
- .vc-log-time {
778
- width: 6.15384615em;
779
- color: #777;
780
- }
781
- .vc-log-repeat i {
782
- margin-right: 0.30769231em;
783
- padding: 0 6.5px;
784
- color: #D7E0EF;
785
- background-color: #42597F;
786
- border-radius: 8.66666667px;
787
- }
788
- .vc-log-error .vc-log-repeat i {
789
- color: #901818;
790
- background-color: var(--VC-RED);
791
- }
792
- .vc-log-warn .vc-log-repeat i {
793
- color: #987D20;
794
- background-color: #F4BD02;
795
- }
796
- .vc-log-content {
797
- flex: 1;
798
- }
799
- .vc-log-input,
800
- .vc-log-output {
801
- padding-left: 0.92307692em;
802
- }
803
- .vc-log-input:before,
804
- .vc-log-output:before {
805
- content: "›";
806
- position: absolute;
807
- top: 0.15384615em;
808
- left: 0;
809
- font-size: 1.23076923em;
810
- color: #6A5ACD;
811
- }
812
- .vc-log-output:before {
813
- content: "‹";
814
- }
815
- `,""]),n.Z=e},1237:function(o,n,t){var l=t(6738),f=t.n(l),h=t(7705),e=t.n(h)()(f());e.push([o.id,`.vc-log-tree {
816
- display: block;
817
- overflow: auto;
818
- position: relative;
819
- -webkit-overflow-scrolling: touch;
820
- }
821
- .vc-log-tree-node {
822
- display: block;
823
- font-style: italic;
824
- padding-left: 0.76923077em;
825
- position: relative;
826
- }
827
- .vc-log-tree.vc-is-tree > .vc-log-tree-node:active {
828
- background-color: var(--VC-BG-COLOR-ACTIVE);
829
- }
830
- .vc-log-tree.vc-is-tree > .vc-log-tree-node::before {
831
- content: "";
832
- position: absolute;
833
- top: 0.30769231em;
834
- left: 0.15384615em;
835
- width: 0;
836
- height: 0;
837
- border: transparent solid 0.30769231em;
838
- border-left-color: var(--VC-FG-1);
839
- }
840
- .vc-log-tree.vc-is-tree.vc-toggle > .vc-log-tree-node::before {
841
- top: 0.46153846em;
842
- left: 0;
843
- border-top-color: var(--VC-FG-1);
844
- border-left-color: transparent;
845
- }
846
- .vc-log-tree-child {
847
- margin-left: 0.76923077em;
848
- }
849
- .vc-log-tree-loadmore {
850
- text-decoration: underline;
851
- padding-left: 1.84615385em;
852
- position: relative;
853
- color: var(--VC-CODE-FUNC-FG);
854
- }
855
- .vc-log-tree-loadmore::before {
856
- content: "››";
857
- position: absolute;
858
- top: -0.15384615em;
859
- left: 0.76923077em;
860
- font-size: 1.23076923em;
861
- color: var(--VC-CODE-FUNC-FG);
862
- }
863
- .vc-log-tree-loadmore:active {
864
- background-color: var(--VC-BG-COLOR-ACTIVE);
865
- }
866
- `,""]),n.Z=e},845:function(o,n,t){var l=t(6738),f=t.n(l),h=t(7705),e=t.n(h)()(f());e.push([o.id,`.vc-log-key {
867
- color: var(--VC-CODE-KEY-FG);
868
- }
869
- .vc-log-key-private {
870
- color: var(--VC-CODE-PRIVATE-KEY-FG);
871
- }
872
- .vc-log-val {
873
- white-space: pre-line;
874
- }
875
- .vc-log-val-function {
876
- color: var(--VC-CODE-FUNC-FG);
877
- font-style: italic !important;
878
- }
879
- .vc-log-val-bigint {
880
- color: var(--VC-CODE-FUNC-FG);
881
- }
882
- .vc-log-val-number,
883
- .vc-log-val-boolean {
884
- color: var(--VC-CODE-NUMBER-FG);
885
- }
886
- .vc-log-val-string {
887
- white-space: pre-wrap;
888
- }
889
- .vc-log-val-string.vc-log-val-haskey {
890
- color: var(--VC-CODE-STR-FG);
891
- white-space: normal;
892
- }
893
- .vc-log-val-null,
894
- .vc-log-val-undefined,
895
- .vc-log-val-uninvocatable {
896
- color: var(--VC-CODE-NULL-FG);
897
- }
898
- .vc-log-val-symbol {
899
- color: var(--VC-CODE-STR-FG);
900
- }
901
- `,""]),n.Z=e},8747:function(o,n,t){var l=t(6738),f=t.n(l),h=t(7705),e=t.n(h)()(f());e.push([o.id,`.vc-group .vc-group-preview {
902
- -webkit-touch-callout: none;
903
- }
904
- .vc-group .vc-group-preview:active {
905
- background-color: var(--VC-BG-COLOR-ACTIVE);
906
- }
907
- .vc-group .vc-group-detail {
908
- display: none;
909
- padding: 0 0 0.76923077em 1.53846154em;
910
- border-bottom: 1px solid var(--VC-FG-3);
911
- }
912
- .vc-group.vc-actived .vc-group-detail {
913
- display: block;
914
- background-color: var(--VC-BG-1);
915
- }
916
- .vc-group.vc-actived .vc-table-row {
917
- background-color: var(--VC-BG-2);
918
- }
919
- .vc-group.vc-actived .vc-group-preview {
920
- background-color: var(--VC-BG-1);
921
- }
922
- `,""]),n.Z=e},3411:function(o,n,t){var l=t(3379),f=t.n(l),h=t(7795),e=t.n(h),_=t(569),b=t.n(_),E=t(3565),k=t.n(E),g=t(9216),S=t.n(g),A=t(4589),T=t.n(A),O=t(1130),B={};O.Z&&O.Z.locals&&(B.locals=O.Z.locals);var I,D=0,M={};M.styleTagTransform=T(),M.setAttributes=k(),M.insert=b().bind(null,"head"),M.domAPI=e(),M.insertStyleElement=S(),B.use=function(q){return M.options=q||{},D++||(I=f()(O.Z,M)),B},B.unuse=function(){D>0&&!--D&&(I(),I=null)},n.Z=B},3379:function(o){var n=[];function t(h){for(var e=-1,_=0;_<n.length;_++)if(n[_].identifier===h){e=_;break}return e}function l(h,e){for(var _={},b=[],E=0;E<h.length;E++){var k=h[E],g=e.base?k[0]+e.base:k[0],S=_[g]||0,A="".concat(g," ").concat(S);_[g]=S+1;var T=t(A),O={css:k[1],media:k[2],sourceMap:k[3],supports:k[4],layer:k[5]};if(T!==-1)n[T].references++,n[T].updater(O);else{var B=f(O,e);e.byIndex=E,n.splice(E,0,{identifier:A,updater:B,references:1})}b.push(A)}return b}function f(h,e){var _=e.domAPI(e);return _.update(h),function(b){if(b){if(b.css===h.css&&b.media===h.media&&b.sourceMap===h.sourceMap&&b.supports===h.supports&&b.layer===h.layer)return;_.update(h=b)}else _.remove()}}o.exports=function(h,e){var _=l(h=h||[],e=e||{});return function(b){b=b||[];for(var E=0;E<_.length;E++){var k=t(_[E]);n[k].references--}for(var g=l(b,e),S=0;S<_.length;S++){var A=t(_[S]);n[A].references===0&&(n[A].updater(),n.splice(A,1))}_=g}}},569:function(o){var n={};o.exports=function(t,l){var f=function(h){if(n[h]===void 0){var e=document.querySelector(h);if(window.HTMLIFrameElement&&e instanceof window.HTMLIFrameElement)try{e=e.contentDocument.head}catch{e=null}n[h]=e}return n[h]}(t);if(!f)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");f.appendChild(l)}},9216:function(o){o.exports=function(n){var t=document.createElement("style");return n.setAttributes(t,n.attributes),n.insert(t,n.options),t}},3565:function(o,n,t){o.exports=function(l){var f=t.nc;f&&l.setAttribute("nonce",f)}},7795:function(o){o.exports=function(n){var t=n.insertStyleElement(n);return{update:function(l){(function(f,h,e){var _="";e.supports&&(_+="@supports (".concat(e.supports,") {")),e.media&&(_+="@media ".concat(e.media," {"));var b=e.layer!==void 0;b&&(_+="@layer".concat(e.layer.length>0?" ".concat(e.layer):""," {")),_+=e.css,b&&(_+="}"),e.media&&(_+="}"),e.supports&&(_+="}");var E=e.sourceMap;E&&typeof btoa<"u"&&(_+=`
923
- /*# sourceMappingURL=data:application/json;base64,`.concat(btoa(unescape(encodeURIComponent(JSON.stringify(E))))," */")),h.styleTagTransform(_,f,h.options)})(t,n,l)},remove:function(){(function(l){if(l.parentNode===null)return!1;l.parentNode.removeChild(l)})(t)}}}},4589:function(o){o.exports=function(n,t){if(t.styleSheet)t.styleSheet.cssText=n;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(n))}}},6464:function(o,n,t){function l(f){if(f===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return f}t.d(n,{Z:function(){return l}})},4296:function(o,n,t){function l(h,e){for(var _=0;_<e.length;_++){var b=e[_];b.enumerable=b.enumerable||!1,b.configurable=!0,"value"in b&&(b.writable=!0),Object.defineProperty(h,b.key,b)}}function f(h,e,_){return e&&l(h.prototype,e),_&&l(h,_),Object.defineProperty(h,"prototype",{writable:!1}),h}t.d(n,{Z:function(){return f}})},8270:function(o,n,t){function l(f,h,e){return h in f?Object.defineProperty(f,h,{value:e,enumerable:!0,configurable:!0,writable:!0}):f[h]=e,f}t.d(n,{Z:function(){return l}})},6881:function(o,n,t){t.d(n,{Z:function(){return f}});var l=t(2717);function f(h,e){h.prototype=Object.create(e.prototype),h.prototype.constructor=h,(0,l.Z)(h,e)}},2717:function(o,n,t){function l(f,h){return l=Object.setPrototypeOf||function(e,_){return e.__proto__=_,e},l(f,h)}t.d(n,{Z:function(){return l}})},7003:function(o,n,t){t.d(n,{H3:function(){return l.H3E},ev:function(){return l.evW},x:function(){return l.xa3}});var l=t(2942)},2942:function(o,n,t){t.d(n,{f_C:function(){return Pt},hjT:function(){return ut},R3I:function(){return K},Ljt:function(){return G},akz:function(){return ce},VnY:function(){return je},cKT:function(){return Ke},gbL:function(){return _t},FIv:function(){return A},XGm:function(){return M},xa3:function(){return qe},YCL:function(){return ve},nuO:function(){return T},vpE:function(){return Ie},RMB:function(){return U},ogt:function(){return N},bGB:function(){return ee},cSb:function(){return ae},yl1:function(){return Qt},VOJ:function(){return D},u2N:function(){return B},$XI:function(){return S},lig:function(){return Ut},dvw:function(){return on},S1n:function(){return ht},$Tr:function(){return $},sBU:function(){return _},oLt:function(){return Ee},yef:function(){return Se},ZTd:function(){return l},AqN:function(){return E},evW:function(){return Le},H3E:function(){return ge},cly:function(){return yt},AT7:function(){return ke},j7q:function(){return e},N8:function(){return b},rTO:function(){return X},BmG:function(){return me},fxP:function(){return q},czc:function(){return xe},DhX:function(){return he},XET:function(){return Oe},LdU:function(){return g},bi5:function(){return ne},fLW:function(){return re},VHj:function(){return se},Ui:function(){return jt},etI:function(){return Jt},GQg:function(){return qt},kmG:function(){return I}}),t(2717),t(6881);function l(){}function f(j){return j()}function h(){return Object.create(null)}function e(j){j.forEach(f)}function _(j){return typeof j=="function"}function b(j,Y){return j!=j?Y==Y:j!==Y||j&&typeof j=="object"||typeof j=="function"}function E(j,Y){return j!=j?Y==Y:j!==Y}function k(j){return Object.keys(j).length===0}function g(j){if(j==null)return l;for(var Y=arguments.length,H=new Array(Y>1?Y-1:0),J=1;J<Y;J++)H[J-1]=arguments[J];var ue=j.subscribe.apply(j,H);return ue.unsubscribe?function(){return ue.unsubscribe()}:ue}function S(j){var Y;return g(j,function(H){return Y=H})(),Y}function A(j,Y,H){j.$$.on_destroy.push(g(Y,H))}function T(j,Y,H,J){if(j){var ue=O(j,Y,H,J);return j[0](ue)}}function O(j,Y,H,J){return j[1]&&J?function(ue,Ce){for(var Pe in Ce)ue[Pe]=Ce[Pe];return ue}(H.ctx.slice(),j[1](J(Y))):H.ctx}function B(j,Y,H,J){if(j[2]&&J){var ue=j[2](J(H));if(Y.dirty===void 0)return ue;if(typeof ue=="object"){for(var Ce=[],Pe=Math.max(Y.dirty.length,ue.length),ct=0;ct<Pe;ct+=1)Ce[ct]=Y.dirty[ct]|ue[ct];return Ce}return Y.dirty|ue}return Y.dirty}function I(j,Y,H,J,ue,Ce){if(ue){var Pe=O(Y,H,J,Ce);j.p(Pe,ue)}}function D(j){if(j.ctx.length>32){for(var Y=[],H=j.ctx.length/32,J=0;J<H;J++)Y[J]=-1;return Y}return-1}function M(j){var Y={};for(var H in j)Y[H]=!0;return Y}function q(j,Y,H){return j.set(H),Y}function K(j,Y){j.appendChild(Y)}function $(j,Y,H){j.insertBefore(Y,H||null)}function N(j){j.parentNode.removeChild(j)}function U(j,Y){for(var H=0;H<j.length;H+=1)j[H]&&j[H].d(Y)}function ee(j){return document.createElement(j)}function ne(j){return document.createElementNS("http://www.w3.org/2000/svg",j)}function re(j){return document.createTextNode(j)}function he(){return re(" ")}function ae(){return re("")}function Ee(j,Y,H,J){return j.addEventListener(Y,H,J),function(){return j.removeEventListener(Y,H,J)}}function ke(j){return function(Y){return Y.preventDefault(),j.call(this,Y)}}function Oe(j){return function(Y){return Y.stopPropagation(),j.call(this,Y)}}function G(j,Y,H){H==null?j.removeAttribute(Y):j.getAttribute(Y)!==H&&j.setAttribute(Y,H)}function X(j,Y){Y=""+Y,j.wholeText!==Y&&(j.data=Y)}function me(j,Y){j.value=Y??""}function xe(j,Y,H,J){H===null?j.style.removeProperty(Y):j.style.setProperty(Y,H,J?"important":"")}function se(j,Y,H){j.classList[H?"add":"remove"](Y)}function Z(j,Y,H){H===void 0&&(H=!1);var J=document.createEvent("CustomEvent");return J.initCustomEvent(j,H,!1,Y),J}var R;function z(j){R=j}function Q(){if(!R)throw new Error("Function called outside component initialization");return R}function ge(j){Q().$$.on_mount.push(j)}function Le(j){Q().$$.on_destroy.push(j)}function qe(){var j=Q();return function(Y,H){var J=j.$$.callbacks[Y];if(J){var ue=Z(Y,H);J.slice().forEach(function(Ce){Ce.call(j,ue)})}}}function Ke(j,Y){var H=this,J=j.$$.callbacks[Y.type];J&&J.slice().forEach(function(ue){return ue.call(H,Y)})}var De=[],je=[],Xe=[],ot=[],Je=Promise.resolve(),Ue=!1;function Fe(){Ue||(Ue=!0,Je.then(Qt))}function Ge(j){Xe.push(j)}function ut(j){ot.push(j)}var Et=new Set,kt=0;function Qt(){var j=R;do{for(;kt<De.length;){var Y=De[kt];kt++,z(Y),Dt(Y.$$)}for(z(null),De.length=0,kt=0;je.length;)je.pop()();for(var H=0;H<Xe.length;H+=1){var J=Xe[H];Et.has(J)||(Et.add(J),J())}Xe.length=0}while(De.length);for(;ot.length;)ot.pop()();Ue=!1,Et.clear(),z(j)}function Dt(j){if(j.fragment!==null){j.update(),e(j.before_update);var Y=j.dirty;j.dirty=[-1],j.fragment&&j.fragment.p(j.ctx,Y),j.after_update.forEach(Ge)}}var xt,Bt=new Set;function on(){xt={r:0,c:[],p:xt}}function _t(){xt.r||e(xt.c),xt=xt.p}function jt(j,Y){j&&j.i&&(Bt.delete(j),j.i(Y))}function Jt(j,Y,H,J){if(j&&j.o){if(Bt.has(j))return;Bt.add(j),xt.c.push(function(){Bt.delete(j),J&&(H&&j.d(1),J())}),j.o(Y)}}var Ut=typeof window<"u"?window:typeof globalThis<"u"?globalThis:commonjsGlobal;function yt(j,Y){Jt(j,1,1,function(){Y.delete(j.key)})}function qt(j,Y,H,J,ue,Ce,Pe,ct,St,ft,rn,mn){for(var $t=j.length,Rt=Ce.length,Ft=$t,an={};Ft--;)an[j[Ft].key]=Ft;var gn=[],En=new Map,kn=new Map;for(Ft=Rt;Ft--;){var xn=mn(ue,Ce,Ft),sn=H(xn),Tn=Pe.get(sn);Tn?J&&Tn.p(xn,Y):(Tn=ft(sn,xn)).c(),En.set(sn,gn[Ft]=Tn),sn in an&&kn.set(sn,Math.abs(Ft-an[sn]))}var Nn=new Set,fn=new Set;function On(pn){jt(pn,1),pn.m(ct,rn),Pe.set(pn.key,pn),rn=pn.first,Rt--}for(;$t&&Rt;){var en=gn[Rt-1],cn=j[$t-1],dn=en.key,hn=cn.key;en===cn?(rn=en.first,$t--,Rt--):En.has(hn)?!Pe.has(dn)||Nn.has(dn)?On(en):fn.has(hn)?$t--:kn.get(dn)>kn.get(hn)?(fn.add(dn),On(en)):(Nn.add(hn),$t--):(St(cn,Pe),$t--)}for(;$t--;){var tn=j[$t];En.has(tn.key)||St(tn,Pe)}for(;Rt;)On(gn[Rt-1]);return gn}function ce(j,Y,H){var J=j.$$.props[Y];J!==void 0&&(j.$$.bound[J]=H,H(j.$$.ctx[J]))}function ve(j){j&&j.c()}function Se(j,Y,H,J){var ue=j.$$,Ce=ue.fragment,Pe=ue.on_mount,ct=ue.on_destroy,St=ue.after_update;Ce&&Ce.m(Y,H),J||Ge(function(){var ft=Pe.map(f).filter(_);ct?ct.push.apply(ct,ft):e(ft),j.$$.on_mount=[]}),St.forEach(Ge)}function Ie(j,Y){var H=j.$$;H.fragment!==null&&(e(H.on_destroy),H.fragment&&H.fragment.d(Y),H.on_destroy=H.fragment=null,H.ctx=[])}function tt(j,Y){j.$$.dirty[0]===-1&&(De.push(j),Fe(),j.$$.dirty.fill(0)),j.$$.dirty[Y/31|0]|=1<<Y%31}function ht(j,Y,H,J,ue,Ce,Pe,ct){ct===void 0&&(ct=[-1]);var St=R;z(j);var ft=j.$$={fragment:null,ctx:null,props:Ce,update:l,not_equal:ue,bound:h(),on_mount:[],on_destroy:[],on_disconnect:[],before_update:[],after_update:[],context:new Map(Y.context||(St?St.$$.context:[])),callbacks:h(),dirty:ct,skip_bound:!1,root:Y.target||St.$$.root};Pe&&Pe(ft.root);var rn,mn=!1;if(ft.ctx=H?H(j,Y.props||{},function(Rt,Ft){var an=!(arguments.length<=2)&&arguments.length-2?arguments.length<=2?void 0:arguments[2]:Ft;return ft.ctx&&ue(ft.ctx[Rt],ft.ctx[Rt]=an)&&(!ft.skip_bound&&ft.bound[Rt]&&ft.bound[Rt](an),mn&&tt(j,Rt)),Ft}):[],ft.update(),mn=!0,e(ft.before_update),ft.fragment=!!J&&J(ft.ctx),Y.target){if(Y.hydrate){var $t=(rn=Y.target,Array.from(rn.childNodes));ft.fragment&&ft.fragment.l($t),$t.forEach(N)}else ft.fragment&&ft.fragment.c();Y.intro&&jt(j.$$.fragment),Se(j,Y.target,Y.anchor,Y.customElement),Qt()}z(St)}var Pt=function(){function j(){}var Y=j.prototype;return Y.$destroy=function(){Ie(this,1),this.$destroy=l},Y.$on=function(H,J){var ue=this.$$.callbacks[H]||(this.$$.callbacks[H]=[]);return ue.push(J),function(){var Ce=ue.indexOf(J);Ce!==-1&&ue.splice(Ce,1)}},Y.$set=function(H){this.$$set&&!k(H)&&(this.$$.skip_bound=!0,this.$$set(H),this.$$.skip_bound=!1)},j}()},3313:function(o,n,t){t.d(n,{U2:function(){return l.$XI},fZ:function(){return _}});var l=t(2942);function f(b,E){var k=typeof Symbol<"u"&&b[Symbol.iterator]||b["@@iterator"];if(k)return(k=k.call(b)).next.bind(k);if(Array.isArray(b)||(k=function(S,A){if(S){if(typeof S=="string")return h(S,A);var T=Object.prototype.toString.call(S).slice(8,-1);if(T==="Object"&&S.constructor&&(T=S.constructor.name),T==="Map"||T==="Set")return Array.from(S);if(T==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(T))return h(S,A)}}(b))||E&&b&&typeof b.length=="number"){k&&(b=k);var g=0;return function(){return g>=b.length?{done:!0}:{done:!1,value:b[g++]}}}throw new TypeError(`Invalid attempt to iterate non-iterable instance.
924
- In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function h(b,E){(E==null||E>b.length)&&(E=b.length);for(var k=0,g=new Array(E);k<E;k++)g[k]=b[k];return g}var e=[];function _(b,E){var k;E===void 0&&(E=l.ZTd);var g=new Set;function S(A){if((0,l.N8)(b,A)&&(b=A,k)){for(var T,O=!e.length,B=f(g);!(T=B()).done;){var I=T.value;I[1](),e.push(I,b)}if(O){for(var D=0;D<e.length;D+=2)e[D][0](e[D+1]);e.length=0}}}return{set:S,update:function(A){S(A(b))},subscribe:function(A,T){T===void 0&&(T=l.ZTd);var O=[A,T];return g.add(O),g.size===1&&(k=E(S)||l.ZTd),A(b),function(){g.delete(O),g.size===0&&(k(),k=null)}}}}}},__webpack_module_cache__={};function __webpack_require__(o){var n=__webpack_module_cache__[o];if(n!==void 0)return n.exports;var t=__webpack_module_cache__[o]={id:o,exports:{}};return __webpack_modules__[o](t,t.exports,__webpack_require__),t.exports}__webpack_require__.n=function(o){var n=o&&o.__esModule?function(){return o.default}:function(){return o};return __webpack_require__.d(n,{a:n}),n},__webpack_require__.d=function(o,n){for(var t in n)__webpack_require__.o(n,t)&&!__webpack_require__.o(o,t)&&Object.defineProperty(o,t,{enumerable:!0,get:n[t]})},__webpack_require__.g=function(){if(typeof globalThis=="object")return globalThis;try{return this||new Function("return this")()}catch{if(typeof window=="object")return window}}(),__webpack_require__.o=function(o,n){return Object.prototype.hasOwnProperty.call(o,n)};var __webpack_exports__={};return function(){__webpack_require__.d(__webpack_exports__,{default:function(){return ba}}),__webpack_require__(5441),__webpack_require__(8765);var o=__webpack_require__(4296),n=__webpack_require__(5103),t={one:function(u,s){s===void 0&&(s=document);try{return s.querySelector(u)||void 0}catch{return}},all:function(u,s){s===void 0&&(s=document);try{var r=s.querySelectorAll(u);return[].slice.call(r)}catch{return[]}},addClass:function(u,s){if(u)for(var r=(0,n.kJ)(u)?u:[u],a=0;a<r.length;a++){var c=(r[a].className||"").split(" ");c.indexOf(s)>-1||(c.push(s),r[a].className=c.join(" "))}},removeClass:function(u,s){if(u)for(var r=(0,n.kJ)(u)?u:[u],a=0;a<r.length;a++){for(var c=r[a].className.split(" "),d=0;d<c.length;d++)c[d]==s&&(c[d]="");r[a].className=c.join(" ").trim()}},hasClass:function(u,s){return!(!u||!u.classList)&&u.classList.contains(s)},bind:function(u,s,r,a){a===void 0&&(a=!1),u&&((0,n.kJ)(u)?u:[u]).forEach(function(c){c.addEventListener(s,r,!!a)})},delegate:function(u,s,r,a){u&&u.addEventListener(s,function(c){var d=t.all(r,u);if(d)e:for(var p=0;p<d.length;p++)for(var v=c.target;v;){if(v==d[p]){a.call(v,c,v);break e}if((v=v.parentNode)==u)break}},!1)},removeChildren:function(u){for(;u.firstChild;)u.removeChild(u.lastChild);return u}},l=t,f=__webpack_require__(6464),h=__webpack_require__(6881),e=__webpack_require__(2942),_=__webpack_require__(7003),b=__webpack_require__(3379),E=__webpack_require__.n(b),k=__webpack_require__(7795),g=__webpack_require__.n(k),S=__webpack_require__(569),A=__webpack_require__.n(S),T=__webpack_require__(3565),O=__webpack_require__.n(T),B=__webpack_require__(9216),I=__webpack_require__.n(B),D=__webpack_require__(4589),M=__webpack_require__.n(D),q=__webpack_require__(7558),K={};q.Z&&q.Z.locals&&(K.locals=q.Z.locals);var $,N=0,U={};U.styleTagTransform=M(),U.setAttributes=O(),U.insert=A().bind(null,"head"),U.domAPI=g(),U.insertStyleElement=I(),K.use=function(u){return U.options=u||{},N++||($=E()(q.Z,U)),K},K.unuse=function(){N>0&&!--N&&($(),$=null)};var ee=K;function ne(u){var s,r,a,c;return{c:function(){s=(0,e.bGB)("div"),r=(0,e.fLW)("vConsole"),(0,e.Ljt)(s,"class","vc-switch"),(0,e.czc)(s,"right",u[2].x+"px"),(0,e.czc)(s,"bottom",u[2].y+"px"),(0,e.czc)(s,"display",u[0]?"block":"none")},m:function(d,p){(0,e.$Tr)(d,s,p),(0,e.R3I)(s,r),u[8](s),a||(c=[(0,e.oLt)(s,"touchstart",u[3],{passive:!1}),(0,e.oLt)(s,"touchend",u[4],{passive:!1}),(0,e.oLt)(s,"touchmove",u[5],{passive:!1}),(0,e.oLt)(s,"click",u[7])],a=!0)},p:function(d,p){var v=p[0];4&v&&(0,e.czc)(s,"right",d[2].x+"px"),4&v&&(0,e.czc)(s,"bottom",d[2].y+"px"),1&v&&(0,e.czc)(s,"display",d[0]?"block":"none")},i:e.ZTd,o:e.ZTd,d:function(d){d&&(0,e.ogt)(s),u[8](null),a=!1,(0,e.j7q)(c)}}}function re(u,s,r){var a,c=s.show,d=c===void 0||c,p=s.position,v=p===void 0?{x:0,y:0}:p,y={hasMoved:!1,x:0,y:0,startX:0,startY:0,endX:0,endY:0},w={x:0,y:0};(0,_.H3)(function(){ee.use()}),(0,_.ev)(function(){ee.unuse()});var x=function(C,V){var P=L(C,V);C=P[0],V=P[1],y.x=C,y.y=V,r(2,w.x=C,w),r(2,w.y=V,w),n.po("switch_x",C+""),n.po("switch_y",V+"")},L=function(C,V){var P=Math.max(document.documentElement.offsetWidth,window.innerWidth),F=Math.max(document.documentElement.offsetHeight,window.innerHeight);return C+a.offsetWidth>P&&(C=P-a.offsetWidth),V+a.offsetHeight>F&&(V=F-a.offsetHeight),C<0&&(C=0),V<20&&(V=20),[C,V]};return u.$$set=function(C){"show"in C&&r(0,d=C.show),"position"in C&&r(6,v=C.position)},u.$$.update=function(){66&u.$$.dirty&&a&&x(v.x,v.y)},[d,a,w,function(C){y.startX=C.touches[0].pageX,y.startY=C.touches[0].pageY,y.hasMoved=!1},function(C){y.hasMoved&&(y.startX=0,y.startY=0,y.hasMoved=!1,x(y.endX,y.endY))},function(C){if(!(C.touches.length<=0)){var V=C.touches[0].pageX-y.startX,P=C.touches[0].pageY-y.startY,F=Math.floor(y.x-V),W=Math.floor(y.y-P),te=L(F,W);F=te[0],W=te[1],r(2,w.x=F,w),r(2,w.y=W,w),y.endX=F,y.endY=W,y.hasMoved=!0,C.preventDefault()}},v,function(C){e.cKT.call(this,u,C)},function(C){e.VnY[C?"unshift":"push"](function(){r(1,a=C)})}]}var he=function(u){function s(r){var a;return a=u.call(this)||this,(0,e.S1n)((0,f.Z)(a),r,re,ne,e.N8,{show:0,position:6}),a}return(0,h.Z)(s,u),(0,o.Z)(s,[{key:"show",get:function(){return this.$$.ctx[0]},set:function(r){this.$$set({show:r}),(0,e.yl1)()}},{key:"position",get:function(){return this.$$.ctx[6]},set:function(r){this.$$set({position:r}),(0,e.yl1)()}}]),s}(e.f_C),ae=he;function Ee(u){var s,r;return{c:function(){s=(0,e.bGB)("div"),(0,e.Ljt)(s,"id",r="__vc_plug_"+u[0]),(0,e.Ljt)(s,"class","vc-plugin-box"),(0,e.VHj)(s,"vc-fixed-height",u[1]),(0,e.VHj)(s,"vc-actived",u[2])},m:function(a,c){(0,e.$Tr)(a,s,c),u[6](s)},p:function(a,c){var d=c[0];1&d&&r!==(r="__vc_plug_"+a[0])&&(0,e.Ljt)(s,"id",r),2&d&&(0,e.VHj)(s,"vc-fixed-height",a[1]),4&d&&(0,e.VHj)(s,"vc-actived",a[2])},i:e.ZTd,o:e.ZTd,d:function(a){a&&(0,e.ogt)(s),u[6](null)}}}function ke(u,s,r){var a=s.pluginId,c=a===void 0?"":a,d=s.fixedHeight,p=d!==void 0&&d,v=s.actived,y=v!==void 0&&v,w=s.content,x=w===void 0?void 0:w,L=void 0,C=void 0;return u.$$set=function(V){"pluginId"in V&&r(0,c=V.pluginId),"fixedHeight"in V&&r(1,p=V.fixedHeight),"actived"in V&&r(2,y=V.actived),"content"in V&&r(4,x=V.content)},u.$$.update=function(){57&u.$$.dirty&&C!==c&&x&&L&&(r(5,C=c),r(3,L.innerHTML="",L),(0,n.HD)(x)?r(3,L.innerHTML=x,L):(0,n.kK)(x)&&L.appendChild(x))},[c,p,y,L,x,C,function(V){e.VnY[V?"unshift":"push"](function(){r(3,L=V),r(5,C),r(0,c),r(4,x)})}]}var Oe=function(u){function s(r){var a;return a=u.call(this)||this,(0,e.S1n)((0,f.Z)(a),r,ke,Ee,e.N8,{pluginId:0,fixedHeight:1,actived:2,content:4}),a}return(0,h.Z)(s,u),(0,o.Z)(s,[{key:"pluginId",get:function(){return this.$$.ctx[0]},set:function(r){this.$$set({pluginId:r}),(0,e.yl1)()}},{key:"fixedHeight",get:function(){return this.$$.ctx[1]},set:function(r){this.$$set({fixedHeight:r}),(0,e.yl1)()}},{key:"actived",get:function(){return this.$$.ctx[2]},set:function(r){this.$$set({actived:r}),(0,e.yl1)()}},{key:"content",get:function(){return this.$$.ctx[4]},set:function(r){this.$$set({content:r}),(0,e.yl1)()}}]),s}(e.f_C),G=Oe,X=__webpack_require__(4687),me=__webpack_require__(3283),xe={};me.Z&&me.Z.locals&&(xe.locals=me.Z.locals);var se,Z=0,R={};R.styleTagTransform=M(),R.setAttributes=O(),R.insert=A().bind(null,"head"),R.domAPI=g(),R.insertStyleElement=I(),xe.use=function(u){return R.options=u||{},Z++||(se=E()(me.Z,R)),xe},xe.unuse=function(){Z>0&&!--Z&&(se(),se=null)};var z=xe;function Q(u,s,r){var a=u.slice();return a[39]=s[r][0],a[40]=s[r][1],a}function ge(u,s,r){var a=u.slice();return a[43]=s[r],a[45]=r,a}function Le(u,s,r){var a=u.slice();return a[39]=s[r][0],a[40]=s[r][1],a}function qe(u,s,r){var a=u.slice();return a[39]=s[r][0],a[40]=s[r][1],a}function Ke(u,s,r){var a=u.slice();return a[43]=s[r],a[45]=r,a}function De(u,s,r){var a=u.slice();return a[39]=s[r][0],a[40]=s[r][1],a}function je(u){var s,r,a,c,d,p=u[40].name+"";function v(){return u[25](u[40])}return{c:function(){s=(0,e.bGB)("a"),r=(0,e.fLW)(p),(0,e.Ljt)(s,"class","vc-tab"),(0,e.Ljt)(s,"id",a="__vc_tab_"+u[40].id),(0,e.VHj)(s,"vc-actived",u[40].id===u[2])},m:function(y,w){(0,e.$Tr)(y,s,w),(0,e.R3I)(s,r),c||(d=(0,e.oLt)(s,"click",v),c=!0)},p:function(y,w){u=y,8&w[0]&&p!==(p=u[40].name+"")&&(0,e.rTO)(r,p),8&w[0]&&a!==(a="__vc_tab_"+u[40].id)&&(0,e.Ljt)(s,"id",a),12&w[0]&&(0,e.VHj)(s,"vc-actived",u[40].id===u[2])},d:function(y){y&&(0,e.ogt)(s),c=!1,d()}}}function Xe(u){var s,r=u[40].hasTabPanel&&je(u);return{c:function(){r&&r.c(),s=(0,e.cSb)()},m:function(a,c){r&&r.m(a,c),(0,e.$Tr)(a,s,c)},p:function(a,c){a[40].hasTabPanel?r?r.p(a,c):((r=je(a)).c(),r.m(s.parentNode,s)):r&&(r.d(1),r=null)},d:function(a){r&&r.d(a),a&&(0,e.ogt)(s)}}}function ot(u){var s,r,a,c,d,p=u[43].name+"";function v(){for(var y,w=arguments.length,x=new Array(w),L=0;L<w;L++)x[L]=arguments[L];return(y=u)[26].apply(y,[u[40],u[45]].concat(x))}return{c:function(){s=(0,e.bGB)("i"),r=(0,e.fLW)(p),(0,e.Ljt)(s,"class",a="vc-toptab vc-topbar-"+u[40].id+" "+u[43].className),(0,e.VHj)(s,"vc-toggle",u[40].id===u[2]),(0,e.VHj)(s,"vc-actived",u[43].actived)},m:function(y,w){(0,e.$Tr)(y,s,w),(0,e.R3I)(s,r),c||(d=(0,e.oLt)(s,"click",v),c=!0)},p:function(y,w){u=y,8&w[0]&&p!==(p=u[43].name+"")&&(0,e.rTO)(r,p),8&w[0]&&a!==(a="vc-toptab vc-topbar-"+u[40].id+" "+u[43].className)&&(0,e.Ljt)(s,"class",a),12&w[0]&&(0,e.VHj)(s,"vc-toggle",u[40].id===u[2]),8&w[0]&&(0,e.VHj)(s,"vc-actived",u[43].actived)},d:function(y){y&&(0,e.ogt)(s),c=!1,d()}}}function Je(u){for(var s,r=u[40].topbarList,a=[],c=0;c<r.length;c+=1)a[c]=ot(Ke(u,r,c));return{c:function(){for(var d=0;d<a.length;d+=1)a[d].c();s=(0,e.cSb)()},m:function(d,p){for(var v=0;v<a.length;v+=1)a[v].m(d,p);(0,e.$Tr)(d,s,p)},p:function(d,p){if(8204&p[0]){var v;for(r=d[40].topbarList,v=0;v<r.length;v+=1){var y=Ke(d,r,v);a[v]?a[v].p(y,p):(a[v]=ot(y),a[v].c(),a[v].m(s.parentNode,s))}for(;v<a.length;v+=1)a[v].d(1);a.length=r.length}},d:function(d){(0,e.RMB)(a,d),d&&(0,e.ogt)(s)}}}function Ue(u){var s,r,a,c=G;function d(p){var v;return{props:{pluginId:p[40].id,fixedHeight:(v=p[40].tabOptions)==null?void 0:v.fixedHeight,actived:p[40].id===p[2],content:p[40].content}}}return c&&(s=new c(d(u))),{c:function(){s&&(0,e.YCL)(s.$$.fragment),r=(0,e.cSb)()},m:function(p,v){s&&(0,e.yef)(s,p,v),(0,e.$Tr)(p,r,v),a=!0},p:function(p,v){var y,w={};if(8&v[0]&&(w.pluginId=p[40].id),8&v[0]&&(w.fixedHeight=(y=p[40].tabOptions)==null?void 0:y.fixedHeight),12&v[0]&&(w.actived=p[40].id===p[2]),8&v[0]&&(w.content=p[40].content),c!==(c=G)){if(s){(0,e.dvw)();var x=s;(0,e.etI)(x.$$.fragment,1,0,function(){(0,e.vpE)(x,1)}),(0,e.gbL)()}c?(s=new c(d(p)),(0,e.YCL)(s.$$.fragment),(0,e.Ui)(s.$$.fragment,1),(0,e.yef)(s,r.parentNode,r)):s=null}else c&&s.$set(w)},i:function(p){a||(s&&(0,e.Ui)(s.$$.fragment,p),a=!0)},o:function(p){s&&(0,e.etI)(s.$$.fragment,p),a=!1},d:function(p){p&&(0,e.ogt)(r),s&&(0,e.vpE)(s,p)}}}function Fe(u){var s,r,a,c,d,p=u[43].name+"";function v(){for(var y,w=arguments.length,x=new Array(w),L=0;L<w;L++)x[L]=arguments[L];return(y=u)[28].apply(y,[u[40],u[45]].concat(x))}return{c:function(){s=(0,e.bGB)("i"),r=(0,e.fLW)(p),(0,e.Ljt)(s,"class",a="vc-tool vc-tool-"+u[40].id),(0,e.VHj)(s,"vc-global-tool",u[43].global),(0,e.VHj)(s,"vc-toggle",u[40].id===u[2])},m:function(y,w){(0,e.$Tr)(y,s,w),(0,e.R3I)(s,r),c||(d=(0,e.oLt)(s,"click",v),c=!0)},p:function(y,w){u=y,8&w[0]&&p!==(p=u[43].name+"")&&(0,e.rTO)(r,p),8&w[0]&&a!==(a="vc-tool vc-tool-"+u[40].id)&&(0,e.Ljt)(s,"class",a),8&w[0]&&(0,e.VHj)(s,"vc-global-tool",u[43].global),12&w[0]&&(0,e.VHj)(s,"vc-toggle",u[40].id===u[2])},d:function(y){y&&(0,e.ogt)(s),c=!1,d()}}}function Ge(u){for(var s,r=u[40].toolbarList,a=[],c=0;c<r.length;c+=1)a[c]=Fe(ge(u,r,c));return{c:function(){for(var d=0;d<a.length;d+=1)a[d].c();s=(0,e.cSb)()},m:function(d,p){for(var v=0;v<a.length;v+=1)a[v].m(d,p);(0,e.$Tr)(d,s,p)},p:function(d,p){if(16396&p[0]){var v;for(r=d[40].toolbarList,v=0;v<r.length;v+=1){var y=ge(d,r,v);a[v]?a[v].p(y,p):(a[v]=Fe(y),a[v].c(),a[v].m(s.parentNode,s))}for(;v<a.length;v+=1)a[v].d(1);a.length=r.length}},d:function(d){(0,e.RMB)(a,d),d&&(0,e.ogt)(s)}}}function ut(u){var s,r,a,c,d,p,v,y,w,x,L,C,V,P,F,W,te,oe,le,Ae,ye;function He(_e){u[23](_e)}function We(_e){u[24](_e)}var Ze={};u[0]!==void 0&&(Ze.show=u[0]),u[1]!==void 0&&(Ze.position=u[1]),r=new ae({props:Ze}),e.VnY.push(function(){return(0,e.akz)(r,"show",He)}),e.VnY.push(function(){return(0,e.akz)(r,"position",We)}),r.$on("click",u[10]);for(var we=Object.entries(u[3]),Te=[],Ye=0;Ye<we.length;Ye+=1)Te[Ye]=Xe(De(u,we,Ye));for(var mt=Object.entries(u[3]),Qe=[],ze=0;ze<mt.length;ze+=1)Qe[ze]=Je(qe(u,mt,ze));for(var Re=Object.entries(u[3]),fe=[],pe=0;pe<Re.length;pe+=1)fe[pe]=Ue(Le(u,Re,pe));for(var nt=function(_e){return(0,e.etI)(fe[_e],1,1,function(){fe[_e]=null})},ie=Object.entries(u[3]),be=[],Me=0;Me<ie.length;Me+=1)be[Me]=Ge(Q(u,ie,Me));return{c:function(){var _e,Ve;s=(0,e.bGB)("div"),(0,e.YCL)(r.$$.fragment),d=(0,e.DhX)(),p=(0,e.bGB)("div"),v=(0,e.DhX)(),y=(0,e.bGB)("div"),w=(0,e.bGB)("div");for(var lt=0;lt<Te.length;lt+=1)Te[lt].c();x=(0,e.DhX)(),L=(0,e.bGB)("div");for(var pt=0;pt<Qe.length;pt+=1)Qe[pt].c();C=(0,e.DhX)(),V=(0,e.bGB)("div");for(var bt=0;bt<fe.length;bt+=1)fe[bt].c();P=(0,e.DhX)(),F=(0,e.bGB)("div");for(var rt=0;rt<be.length;rt+=1)be[rt].c();W=(0,e.DhX)(),(te=(0,e.bGB)("i")).textContent="Hide",(0,e.Ljt)(p,"class","vc-mask"),(0,e.czc)(p,"display",u[8]?"block":"none"),(0,e.Ljt)(w,"class","vc-tabbar"),(0,e.Ljt)(L,"class","vc-topbar"),(0,e.Ljt)(V,"class","vc-content"),(0,e.VHj)(V,"vc-has-topbar",((_e=u[3][u[2]])==null||(Ve=_e.topbarList)==null?void 0:Ve.length)>0),(0,e.Ljt)(te,"class","vc-tool vc-global-tool vc-tool-last vc-hide"),(0,e.Ljt)(F,"class","vc-toolbar"),(0,e.Ljt)(y,"class","vc-panel"),(0,e.czc)(y,"display",u[7]?"block":"none"),(0,e.Ljt)(s,"id","__vconsole"),(0,e.Ljt)(s,"style",oe=u[5]?"font-size:"+u[5]+";":""),(0,e.Ljt)(s,"data-theme",u[4]),(0,e.VHj)(s,"vc-toggle",u[6])},m:function(_e,Ve){(0,e.$Tr)(_e,s,Ve),(0,e.yef)(r,s,null),(0,e.R3I)(s,d),(0,e.R3I)(s,p),(0,e.R3I)(s,v),(0,e.R3I)(s,y),(0,e.R3I)(y,w);for(var lt=0;lt<Te.length;lt+=1)Te[lt].m(w,null);(0,e.R3I)(y,x),(0,e.R3I)(y,L);for(var pt=0;pt<Qe.length;pt+=1)Qe[pt].m(L,null);(0,e.R3I)(y,C),(0,e.R3I)(y,V);for(var bt=0;bt<fe.length;bt+=1)fe[bt].m(V,null);u[27](V),(0,e.R3I)(y,P),(0,e.R3I)(y,F);for(var rt=0;rt<be.length;rt+=1)be[rt].m(F,null);(0,e.R3I)(F,W),(0,e.R3I)(F,te),le=!0,Ae||(ye=[(0,e.oLt)(p,"click",u[11]),(0,e.oLt)(V,"touchstart",u[15]),(0,e.oLt)(V,"touchmove",u[16]),(0,e.oLt)(V,"touchend",u[17]),(0,e.oLt)(V,"scroll",u[18]),(0,e.oLt)(te,"click",u[11]),(0,e.oLt)(s,"touchstart",u[19].touchStart,{passive:!1,capture:!0}),(0,e.oLt)(s,"touchmove",u[19].touchMove,{passive:!1,capture:!0}),(0,e.oLt)(s,"touchend",u[19].touchEnd,{passive:!1,capture:!0})],Ae=!0)},p:function(_e,Ve){var lt,pt,bt={};if(!a&&1&Ve[0]&&(a=!0,bt.show=_e[0],(0,e.hjT)(function(){return a=!1})),!c&&2&Ve[0]&&(c=!0,bt.position=_e[1],(0,e.hjT)(function(){return c=!1})),r.$set(bt),(!le||256&Ve[0])&&(0,e.czc)(p,"display",_e[8]?"block":"none"),4108&Ve[0]){var rt;for(we=Object.entries(_e[3]),rt=0;rt<we.length;rt+=1){var Gt=De(_e,we,rt);Te[rt]?Te[rt].p(Gt,Ve):(Te[rt]=Xe(Gt),Te[rt].c(),Te[rt].m(w,null))}for(;rt<Te.length;rt+=1)Te[rt].d(1);Te.length=we.length}if(8204&Ve[0]){var wt;for(mt=Object.entries(_e[3]),wt=0;wt<mt.length;wt+=1){var Ht=qe(_e,mt,wt);Qe[wt]?Qe[wt].p(Ht,Ve):(Qe[wt]=Je(Ht),Qe[wt].c(),Qe[wt].m(L,null))}for(;wt<Qe.length;wt+=1)Qe[wt].d(1);Qe.length=mt.length}if(12&Ve[0]){var dt;for(Re=Object.entries(_e[3]),dt=0;dt<Re.length;dt+=1){var Kt=Le(_e,Re,dt);fe[dt]?(fe[dt].p(Kt,Ve),(0,e.Ui)(fe[dt],1)):(fe[dt]=Ue(Kt),fe[dt].c(),(0,e.Ui)(fe[dt],1),fe[dt].m(V,null))}for((0,e.dvw)(),dt=Re.length;dt<fe.length;dt+=1)nt(dt);(0,e.gbL)()}if(12&Ve[0]&&(0,e.VHj)(V,"vc-has-topbar",((lt=_e[3][_e[2]])==null||(pt=lt.topbarList)==null?void 0:pt.length)>0),16396&Ve[0]){var gt;for(ie=Object.entries(_e[3]),gt=0;gt<ie.length;gt+=1){var nn=Q(_e,ie,gt);be[gt]?be[gt].p(nn,Ve):(be[gt]=Ge(nn),be[gt].c(),be[gt].m(F,W))}for(;gt<be.length;gt+=1)be[gt].d(1);be.length=ie.length}(!le||128&Ve[0])&&(0,e.czc)(y,"display",_e[7]?"block":"none"),(!le||32&Ve[0]&&oe!==(oe=_e[5]?"font-size:"+_e[5]+";":""))&&(0,e.Ljt)(s,"style",oe),(!le||16&Ve[0])&&(0,e.Ljt)(s,"data-theme",_e[4]),64&Ve[0]&&(0,e.VHj)(s,"vc-toggle",_e[6])},i:function(_e){if(!le){(0,e.Ui)(r.$$.fragment,_e);for(var Ve=0;Ve<Re.length;Ve+=1)(0,e.Ui)(fe[Ve]);le=!0}},o:function(_e){(0,e.etI)(r.$$.fragment,_e),fe=fe.filter(Boolean);for(var Ve=0;Ve<fe.length;Ve+=1)(0,e.etI)(fe[Ve]);le=!1},d:function(_e){_e&&(0,e.ogt)(s),(0,e.vpE)(r),(0,e.RMB)(Te,_e),(0,e.RMB)(Qe,_e),(0,e.RMB)(fe,_e),u[27](null),(0,e.RMB)(be,_e),Ae=!1,(0,e.j7q)(ye)}}}function Et(u,s,r){var a,c,d=s.theme,p=d===void 0?"":d,v=s.disableScrolling,y=v!==void 0&&v,w=s.show,x=w!==void 0&&w,L=s.showSwitchButton,C=L===void 0||L,V=s.switchButtonPosition,P=V===void 0?{x:0,y:0}:V,F=s.activedPluginId,W=F===void 0?"":F,te=s.pluginList,oe=te===void 0?{}:te,le=(0,_.x)(),Ae=!1,ye="",He=!1,We=!1,Ze=!1,we=!0,Te=0,Ye=null,mt={};(0,_.H3)(function(){var ie=document.querySelectorAll('[name="viewport"]');if(ie&&ie[0]){var be=(ie[ie.length-1].getAttribute("content")||"").match(/initial\-scale\=\d+(\.\d+)?/),Me=be?parseFloat(be[0].split("=")[1]):1;Me!==1&&r(5,ye=Math.floor(1/Me*13)+"px")}z.use&&z.use(),a=X.x.subscribe(function(_e){x&&Te!==_e.updateTime&&(Te=_e.updateTime,Qe())})}),(0,_.ev)(function(){z.unuse&&z.unuse(),a&&a()});var Qe=function(){!y&&we&&c&&r(9,c.scrollTop=c.scrollHeight-c.offsetHeight,c)},ze=function(ie){ie!==W&&(r(2,W=ie),le("changePanel",{pluginId:ie}),setTimeout(function(){c&&r(9,c.scrollTop=mt[W]||0,c)},0))},Re=function(ie,be,Me){var _e=oe[be].topbarList[Me],Ve=!0;if(n.mf(_e.onClick)&&(Ve=_e.onClick.call(ie.target,ie,_e.data)),Ve!==!1){for(var lt=0;lt<oe[be].topbarList.length;lt++)r(3,oe[be].topbarList[lt].actived=Me===lt,oe);r(3,oe)}},fe=function(ie,be,Me){var _e=oe[be].toolbarList[Me];n.mf(_e.onClick)&&_e.onClick.call(ie.target,ie,_e.data)},pe={tapTime:700,tapBoundary:10,lastTouchStartTime:0,touchstartX:0,touchstartY:0,touchHasMoved:!1,targetElem:null},nt={touchStart:function(ie){if(pe.lastTouchStartTime===0){var be=ie.targetTouches[0];pe.touchstartX=be.pageX,pe.touchstartY=be.pageY,pe.lastTouchStartTime=ie.timeStamp,pe.targetElem=ie.target.nodeType===Node.TEXT_NODE?ie.target.parentNode:ie.target}},touchMove:function(ie){var be=ie.changedTouches[0];(Math.abs(be.pageX-pe.touchstartX)>pe.tapBoundary||Math.abs(be.pageY-pe.touchstartY)>pe.tapBoundary)&&(pe.touchHasMoved=!0)},touchEnd:function(ie){if(pe.touchHasMoved===!1&&ie.timeStamp-pe.lastTouchStartTime<pe.tapTime&&pe.targetElem!=null){var be=!1;switch(pe.targetElem.tagName.toLowerCase()){case"textarea":be=!0;break;case"select":be=!pe.targetElem.disabled&&!pe.targetElem.readOnly;break;case"input":switch(pe.targetElem.type){case"button":case"checkbox":case"file":case"image":case"radio":case"submit":be=!1;break;default:be=!pe.targetElem.disabled&&!pe.targetElem.readOnly}}be?pe.targetElem.focus():ie.preventDefault();var Me=ie.changedTouches[0],_e=new MouseEvent("click",{bubbles:!0,cancelable:!0,view:window,screenX:Me.screenX,screenY:Me.screenY,clientX:Me.clientX,clientY:Me.clientY});pe.targetElem.dispatchEvent(_e)}pe.lastTouchStartTime=0,pe.touchHasMoved=!1,pe.targetElem=null}};return u.$$set=function(ie){"theme"in ie&&r(4,p=ie.theme),"disableScrolling"in ie&&r(20,y=ie.disableScrolling),"show"in ie&&r(21,x=ie.show),"showSwitchButton"in ie&&r(0,C=ie.showSwitchButton),"switchButtonPosition"in ie&&r(1,P=ie.switchButtonPosition),"activedPluginId"in ie&&r(2,W=ie.activedPluginId),"pluginList"in ie&&r(3,oe=ie.pluginList)},u.$$.update=function(){6291456&u.$$.dirty[0]&&(x===!0?(r(7,We=!0),r(8,Ze=!0),Ye&&clearTimeout(Ye),r(22,Ye=setTimeout(function(){r(6,He=!0),Qe()},10))):(r(6,He=!1),Ye&&clearTimeout(Ye),r(22,Ye=setTimeout(function(){r(7,We=!1),r(8,Ze=!1)},330))))},[C,P,W,oe,p,ye,He,We,Ze,c,function(ie){le("show",{show:!0})},function(ie){le("show",{show:!1})},ze,Re,fe,function(ie){if(!(ie.target.tagName==="INPUT"||ie.target.tagName==="TEXTAREA")){var be=!1;if(typeof window.getComputedStyle=="function"){var Me=window.getComputedStyle(ie.target);Me.overflow!=="auto"&&Me.overflow!=="initial"&&Me.overflow!=="scroll"||(be=!0)}if(!be){var _e=c.scrollTop,Ve=c.scrollHeight,lt=_e+c.offsetHeight;_e===0?(r(9,c.scrollTop=1,c),c.scrollTop===0&&(Ae=!0)):lt===Ve&&(r(9,c.scrollTop=_e-1,c),c.scrollTop===_e&&(Ae=!0))}}},function(ie){Ae&&ie.preventDefault()},function(ie){Ae=!1},function(ie){x&&(we=c.scrollTop+c.offsetHeight>=c.scrollHeight-50,mt[W]=c.scrollTop)},nt,y,x,Ye,function(ie){r(0,C=ie)},function(ie){r(1,P=ie)},function(ie){return ze(ie.id)},function(ie,be,Me){return Re(Me,ie.id,be)},function(ie){e.VnY[ie?"unshift":"push"](function(){r(9,c=ie)})},function(ie,be,Me){return fe(Me,ie.id,be)}]}var kt=function(u){function s(r){var a;return a=u.call(this)||this,(0,e.S1n)((0,f.Z)(a),r,Et,ut,e.N8,{theme:4,disableScrolling:20,show:21,showSwitchButton:0,switchButtonPosition:1,activedPluginId:2,pluginList:3},null,[-1,-1]),a}return(0,h.Z)(s,u),(0,o.Z)(s,[{key:"theme",get:function(){return this.$$.ctx[4]},set:function(r){this.$$set({theme:r}),(0,e.yl1)()}},{key:"disableScrolling",get:function(){return this.$$.ctx[20]},set:function(r){this.$$set({disableScrolling:r}),(0,e.yl1)()}},{key:"show",get:function(){return this.$$.ctx[21]},set:function(r){this.$$set({show:r}),(0,e.yl1)()}},{key:"showSwitchButton",get:function(){return this.$$.ctx[0]},set:function(r){this.$$set({showSwitchButton:r}),(0,e.yl1)()}},{key:"switchButtonPosition",get:function(){return this.$$.ctx[1]},set:function(r){this.$$set({switchButtonPosition:r}),(0,e.yl1)()}},{key:"activedPluginId",get:function(){return this.$$.ctx[2]},set:function(r){this.$$set({activedPluginId:r}),(0,e.yl1)()}},{key:"pluginList",get:function(){return this.$$.ctx[3]},set:function(r){this.$$set({pluginList:r}),(0,e.yl1)()}}]),s}(e.f_C),Qt=kt,Dt=function(){function u(r,a){a===void 0&&(a="newPlugin"),this.isReady=!1,this.eventMap=new Map,this.exporter=void 0,this._id=void 0,this._name=void 0,this._vConsole=void 0,this.id=r,this.name=a,this.isReady=!1}var s=u.prototype;return s.on=function(r,a){return this.eventMap.set(r,a),this},s.onRemove=function(){this.unbindExporter()},s.trigger=function(r,a){var c=this.eventMap.get(r);if(typeof c=="function")c.call(this,a);else{var d="on"+r.charAt(0).toUpperCase()+r.slice(1);typeof this[d]=="function"&&this[d].call(this,a)}return this},s.bindExporter=function(){if(this._vConsole&&this.exporter){var r=this.id==="default"?"log":this.id;this._vConsole[r]=this.exporter}},s.unbindExporter=function(){var r=this.id==="default"?"log":this.id;this._vConsole&&this._vConsole[r]&&(this._vConsole[r]=void 0)},s.getUniqueID=function(r){return r===void 0&&(r=""),(0,n.QI)(r)},(0,o.Z)(u,[{key:"id",get:function(){return this._id},set:function(r){if(typeof r!="string")throw"[vConsole] Plugin ID must be a string.";if(!r)throw"[vConsole] Plugin ID cannot be empty.";this._id=r.toLowerCase()}},{key:"name",get:function(){return this._name},set:function(r){if(typeof r!="string")throw"[vConsole] Plugin name must be a string.";if(!r)throw"[vConsole] Plugin name cannot be empty.";this._name=r}},{key:"vConsole",get:function(){return this._vConsole||void 0},set:function(r){if(!r)throw"[vConsole] vConsole cannot be empty";this._vConsole=r,this.bindExporter()}}]),u}(),xt=function(u){function s(a,c,d,p){var v;return(v=u.call(this,a,c)||this).CompClass=void 0,v.compInstance=void 0,v.initialProps=void 0,v.CompClass=d,v.initialProps=p,v}(0,h.Z)(s,u);var r=s.prototype;return r.onReady=function(){this.isReady=!0},r.onRenderTab=function(a){var c=document.createElement("div"),d=this.compInstance=new this.CompClass({target:c,props:this.initialProps});a(c.firstElementChild,d.options)},r.onRemove=function(){u.prototype.onRemove&&u.prototype.onRemove.call(this),this.compInstance&&this.compInstance.$destroy()},s}(Dt),Bt=__webpack_require__(8665),on=__webpack_require__(9923),_t=__webpack_require__(8702);function jt(u){var s,r;return(s=new _t.Z({props:{name:u[0]?"success":"copy"}})).$on("click",u[1]),{c:function(){(0,e.YCL)(s.$$.fragment)},m:function(a,c){(0,e.yef)(s,a,c),r=!0},p:function(a,c){var d={};1&c[0]&&(d.name=a[0]?"success":"copy"),s.$set(d)},i:function(a){r||((0,e.Ui)(s.$$.fragment,a),r=!0)},o:function(a){(0,e.etI)(s.$$.fragment,a),r=!1},d:function(a){(0,e.vpE)(s,a)}}}function Jt(u,s,r){var a=s.content,c=a===void 0?"":a,d=s.handler,p=d===void 0?void 0:d,v={target:document.documentElement},y=!1;return u.$$set=function(w){"content"in w&&r(2,c=w.content),"handler"in w&&r(3,p=w.handler)},[y,function(w){(function(x,L){var C=(L===void 0?{}:L).target,V=C===void 0?document.body:C,P=document.createElement("textarea"),F=document.activeElement;P.value=x,P.setAttribute("readonly",""),P.style.contain="strict",P.style.position="absolute",P.style.left="-9999px",P.style.fontSize="12pt";var W=document.getSelection(),te=!1;W.rangeCount>0&&(te=W.getRangeAt(0)),V.append(P),P.select(),P.selectionStart=0,P.selectionEnd=x.length;var oe=!1;try{oe=document.execCommand("copy")}catch{}P.remove(),te&&(W.removeAllRanges(),W.addRange(te)),F&&F.focus()})(n.mf(p)?p(c)||"":n.Kn(c)||n.kJ(c)?n.hZ(c,{maxDepth:10,keyMaxLen:1e4,pretty:!1,standardJSON:!0}):c,v),r(0,y=!0),setTimeout(function(){r(0,y=!1)},600)},c,p]}var Ut=function(u){function s(r){var a;return a=u.call(this)||this,(0,e.S1n)((0,f.Z)(a),r,Jt,jt,e.N8,{content:2,handler:3}),a}return(0,h.Z)(s,u),(0,o.Z)(s,[{key:"content",get:function(){return this.$$.ctx[2]},set:function(r){this.$$set({content:r}),(0,e.yl1)()}},{key:"handler",get:function(){return this.$$.ctx[3]},set:function(r){this.$$set({handler:r}),(0,e.yl1)()}}]),s}(e.f_C),yt=Ut,qt=__webpack_require__(845),ce={};qt.Z&&qt.Z.locals&&(ce.locals=qt.Z.locals);var ve,Se=0,Ie={};Ie.styleTagTransform=M(),Ie.setAttributes=O(),Ie.insert=A().bind(null,"head"),Ie.domAPI=g(),Ie.insertStyleElement=I(),ce.use=function(u){return Ie.options=u||{},Se++||(ve=E()(qt.Z,Ie)),ce},ce.unuse=function(){Se>0&&!--Se&&(ve(),ve=null)};var tt=ce;function ht(u){var s,r,a,c=n.rE(u[1])+"";return{c:function(){s=(0,e.bGB)("i"),r=(0,e.fLW)(c),a=(0,e.fLW)(":"),(0,e.Ljt)(s,"class","vc-log-key"),(0,e.VHj)(s,"vc-log-key-symbol",u[2]==="symbol"),(0,e.VHj)(s,"vc-log-key-private",u[2]==="private")},m:function(d,p){(0,e.$Tr)(d,s,p),(0,e.R3I)(s,r),(0,e.$Tr)(d,a,p)},p:function(d,p){2&p&&c!==(c=n.rE(d[1])+"")&&(0,e.rTO)(r,c),4&p&&(0,e.VHj)(s,"vc-log-key-symbol",d[2]==="symbol"),4&p&&(0,e.VHj)(s,"vc-log-key-private",d[2]==="private")},d:function(d){d&&(0,e.ogt)(s),d&&(0,e.ogt)(a)}}}function Pt(u){var s,r,a,c,d=u[1]!==void 0&&ht(u);return{c:function(){d&&d.c(),s=(0,e.DhX)(),r=(0,e.bGB)("i"),a=(0,e.fLW)(u[3]),(0,e.Ljt)(r,"class",c="vc-log-val vc-log-val-"+u[4]),(0,e.Ljt)(r,"style",u[0]),(0,e.VHj)(r,"vc-log-val-haskey",u[1]!==void 0)},m:function(p,v){d&&d.m(p,v),(0,e.$Tr)(p,s,v),(0,e.$Tr)(p,r,v),(0,e.R3I)(r,a)},p:function(p,v){var y=v[0];p[1]!==void 0?d?d.p(p,y):((d=ht(p)).c(),d.m(s.parentNode,s)):d&&(d.d(1),d=null),8&y&&(0,e.rTO)(a,p[3]),16&y&&c!==(c="vc-log-val vc-log-val-"+p[4])&&(0,e.Ljt)(r,"class",c),1&y&&(0,e.Ljt)(r,"style",p[0]),18&y&&(0,e.VHj)(r,"vc-log-val-haskey",p[1]!==void 0)},i:e.ZTd,o:e.ZTd,d:function(p){d&&d.d(p),p&&(0,e.ogt)(s),p&&(0,e.ogt)(r)}}}function j(u,s,r){var a=s.origData,c=s.style,d=c===void 0?"":c,p=s.dataKey,v=p===void 0?void 0:p,y=s.keyType,w=y===void 0?"":y,x="",L="",C=!1;return(0,_.H3)(function(){tt.use()}),(0,_.ev)(function(){tt.unuse()}),u.$$set=function(V){"origData"in V&&r(5,a=V.origData),"style"in V&&r(0,d=V.style),"dataKey"in V&&r(1,v=V.dataKey),"keyType"in V&&r(2,w=V.keyType)},u.$$.update=function(){if(122&u.$$.dirty){r(6,C=v!==void 0);var V=(0,Bt.LH)(a,C);r(4,L=V.valueType),r(3,x=V.text),C||L!=="string"||r(3,x=x.replace(/\\n/g,`
925
- `).replace(/\\t/g," "))}},[d,v,w,x,L,a,C]}var Y=function(u){function s(r){var a;return a=u.call(this)||this,(0,e.S1n)((0,f.Z)(a),r,j,Pt,e.AqN,{origData:5,style:0,dataKey:1,keyType:2}),a}return(0,h.Z)(s,u),(0,o.Z)(s,[{key:"origData",get:function(){return this.$$.ctx[5]},set:function(r){this.$$set({origData:r}),(0,e.yl1)()}},{key:"style",get:function(){return this.$$.ctx[0]},set:function(r){this.$$set({style:r}),(0,e.yl1)()}},{key:"dataKey",get:function(){return this.$$.ctx[1]},set:function(r){this.$$set({dataKey:r}),(0,e.yl1)()}},{key:"keyType",get:function(){return this.$$.ctx[2]},set:function(r){this.$$set({keyType:r}),(0,e.yl1)()}}]),s}(e.f_C),H=Y,J=__webpack_require__(1237),ue={};J.Z&&J.Z.locals&&(ue.locals=J.Z.locals);var Ce,Pe=0,ct={};ct.styleTagTransform=M(),ct.setAttributes=O(),ct.insert=A().bind(null,"head"),ct.domAPI=g(),ct.insertStyleElement=I(),ue.use=function(u){return ct.options=u||{},Pe++||(Ce=E()(J.Z,ct)),ue},ue.unuse=function(){Pe>0&&!--Pe&&(Ce(),Ce=null)};var St=ue;function ft(u,s,r){var a=u.slice();return a[19]=s[r],a[21]=r,a}function rn(u,s,r){var a=u.slice();return a[19]=s[r],a}function mn(u,s,r){var a=u.slice();return a[19]=s[r],a[21]=r,a}function $t(u){for(var s,r,a,c,d,p,v,y=[],w=new Map,x=[],L=new Map,C=[],V=new Map,P=u[7],F=function(fe){return fe[19]},W=0;W<P.length;W+=1){var te=mn(u,P,W),oe=F(te);w.set(oe,y[W]=Ft(oe,te))}for(var le=u[11]<u[7].length&&an(u),Ae=u[9],ye=function(fe){return fe[19]},He=0;He<Ae.length;He+=1){var We=rn(u,Ae,He),Ze=ye(We);L.set(Ze,x[He]=gn(Ze,We))}for(var we=u[8],Te=function(fe){return fe[19]},Ye=0;Ye<we.length;Ye+=1){var mt=ft(u,we,Ye),Qe=Te(mt);V.set(Qe,C[Ye]=kn(Qe,mt))}var ze=u[12]<u[8].length&&xn(u),Re=u[10]&&sn(u);return{c:function(){s=(0,e.bGB)("div");for(var fe=0;fe<y.length;fe+=1)y[fe].c();r=(0,e.DhX)(),le&&le.c(),a=(0,e.DhX)();for(var pe=0;pe<x.length;pe+=1)x[pe].c();c=(0,e.DhX)();for(var nt=0;nt<C.length;nt+=1)C[nt].c();d=(0,e.DhX)(),ze&&ze.c(),p=(0,e.DhX)(),Re&&Re.c(),(0,e.Ljt)(s,"class","vc-log-tree-child")},m:function(fe,pe){(0,e.$Tr)(fe,s,pe);for(var nt=0;nt<y.length;nt+=1)y[nt].m(s,null);(0,e.R3I)(s,r),le&&le.m(s,null),(0,e.R3I)(s,a);for(var ie=0;ie<x.length;ie+=1)x[ie].m(s,null);(0,e.R3I)(s,c);for(var be=0;be<C.length;be+=1)C[be].m(s,null);(0,e.R3I)(s,d),ze&&ze.m(s,null),(0,e.R3I)(s,p),Re&&Re.m(s,null),v=!0},p:function(fe,pe){67721&pe&&(P=fe[7],(0,e.dvw)(),y=(0,e.GQg)(y,pe,F,1,fe,P,w,s,e.cly,Ft,r,mn),(0,e.gbL)()),fe[11]<fe[7].length?le?le.p(fe,pe):((le=an(fe)).c(),le.m(s,a)):le&&(le.d(1),le=null),66057&pe&&(Ae=fe[9],(0,e.dvw)(),x=(0,e.GQg)(x,pe,ye,1,fe,Ae,L,s,e.cly,gn,c,rn),(0,e.gbL)()),69897&pe&&(we=fe[8],(0,e.dvw)(),C=(0,e.GQg)(C,pe,Te,1,fe,we,V,s,e.cly,kn,d,ft),(0,e.gbL)()),fe[12]<fe[8].length?ze?ze.p(fe,pe):((ze=xn(fe)).c(),ze.m(s,p)):ze&&(ze.d(1),ze=null),fe[10]?Re?(Re.p(fe,pe),1024&pe&&(0,e.Ui)(Re,1)):((Re=sn(fe)).c(),(0,e.Ui)(Re,1),Re.m(s,null)):Re&&((0,e.dvw)(),(0,e.etI)(Re,1,1,function(){Re=null}),(0,e.gbL)())},i:function(fe){if(!v){for(var pe=0;pe<P.length;pe+=1)(0,e.Ui)(y[pe]);for(var nt=0;nt<Ae.length;nt+=1)(0,e.Ui)(x[nt]);for(var ie=0;ie<we.length;ie+=1)(0,e.Ui)(C[ie]);(0,e.Ui)(Re),v=!0}},o:function(fe){for(var pe=0;pe<y.length;pe+=1)(0,e.etI)(y[pe]);for(var nt=0;nt<x.length;nt+=1)(0,e.etI)(x[nt]);for(var ie=0;ie<C.length;ie+=1)(0,e.etI)(C[ie]);(0,e.etI)(Re),v=!1},d:function(fe){fe&&(0,e.ogt)(s);for(var pe=0;pe<y.length;pe+=1)y[pe].d();le&&le.d();for(var nt=0;nt<x.length;nt+=1)x[nt].d();for(var ie=0;ie<C.length;ie+=1)C[ie].d();ze&&ze.d(),Re&&Re.d()}}}function Rt(u){var s,r;return s=new fn({props:{origData:u[16](u[19]),dataKey:u[19],keyPath:u[3]+"."+u[19],toggle:u[0]}}),{c:function(){(0,e.YCL)(s.$$.fragment)},m:function(a,c){(0,e.yef)(s,a,c),r=!0},p:function(a,c){var d={};128&c&&(d.origData=a[16](a[19])),128&c&&(d.dataKey=a[19]),136&c&&(d.keyPath=a[3]+"."+a[19]),1&c&&(d.toggle=a[0]),s.$set(d)},i:function(a){r||((0,e.Ui)(s.$$.fragment,a),r=!0)},o:function(a){(0,e.etI)(s.$$.fragment,a),r=!1},d:function(a){(0,e.vpE)(s,a)}}}function Ft(u,s){var r,a,c,d=s[21]<s[11]&&Rt(s);return{key:u,first:null,c:function(){r=(0,e.cSb)(),d&&d.c(),a=(0,e.cSb)(),this.first=r},m:function(p,v){(0,e.$Tr)(p,r,v),d&&d.m(p,v),(0,e.$Tr)(p,a,v),c=!0},p:function(p,v){(s=p)[21]<s[11]?d?(d.p(s,v),2176&v&&(0,e.Ui)(d,1)):((d=Rt(s)).c(),(0,e.Ui)(d,1),d.m(a.parentNode,a)):d&&((0,e.dvw)(),(0,e.etI)(d,1,1,function(){d=null}),(0,e.gbL)())},i:function(p){c||((0,e.Ui)(d),c=!0)},o:function(p){(0,e.etI)(d),c=!1},d:function(p){p&&(0,e.ogt)(r),d&&d.d(p),p&&(0,e.ogt)(a)}}}function an(u){var s,r,a,c,d=u[14](u[7].length-u[11])+"";return{c:function(){s=(0,e.bGB)("div"),r=(0,e.fLW)(d),(0,e.Ljt)(s,"class","vc-log-tree-loadmore")},m:function(p,v){(0,e.$Tr)(p,s,v),(0,e.R3I)(s,r),a||(c=(0,e.oLt)(s,"click",u[17]),a=!0)},p:function(p,v){2176&v&&d!==(d=p[14](p[7].length-p[11])+"")&&(0,e.rTO)(r,d)},d:function(p){p&&(0,e.ogt)(s),a=!1,c()}}}function gn(u,s){var r,a,c;return a=new fn({props:{origData:s[16](s[19]),dataKey:String(s[19]),keyType:"symbol",keyPath:s[3]+"["+String(s[19])+"]",toggle:s[0]}}),{key:u,first:null,c:function(){r=(0,e.cSb)(),(0,e.YCL)(a.$$.fragment),this.first=r},m:function(d,p){(0,e.$Tr)(d,r,p),(0,e.yef)(a,d,p),c=!0},p:function(d,p){s=d;var v={};512&p&&(v.origData=s[16](s[19])),512&p&&(v.dataKey=String(s[19])),520&p&&(v.keyPath=s[3]+"["+String(s[19])+"]"),1&p&&(v.toggle=s[0]),a.$set(v)},i:function(d){c||((0,e.Ui)(a.$$.fragment,d),c=!0)},o:function(d){(0,e.etI)(a.$$.fragment,d),c=!1},d:function(d){d&&(0,e.ogt)(r),(0,e.vpE)(a,d)}}}function En(u){var s,r;return s=new fn({props:{origData:u[16](u[19]),dataKey:u[19],keyType:"private",keyPath:u[3]+"."+u[19],toggle:u[0]}}),{c:function(){(0,e.YCL)(s.$$.fragment)},m:function(a,c){(0,e.yef)(s,a,c),r=!0},p:function(a,c){var d={};256&c&&(d.origData=a[16](a[19])),256&c&&(d.dataKey=a[19]),264&c&&(d.keyPath=a[3]+"."+a[19]),1&c&&(d.toggle=a[0]),s.$set(d)},i:function(a){r||((0,e.Ui)(s.$$.fragment,a),r=!0)},o:function(a){(0,e.etI)(s.$$.fragment,a),r=!1},d:function(a){(0,e.vpE)(s,a)}}}function kn(u,s){var r,a,c,d=s[21]<s[12]&&En(s);return{key:u,first:null,c:function(){r=(0,e.cSb)(),d&&d.c(),a=(0,e.cSb)(),this.first=r},m:function(p,v){(0,e.$Tr)(p,r,v),d&&d.m(p,v),(0,e.$Tr)(p,a,v),c=!0},p:function(p,v){(s=p)[21]<s[12]?d?(d.p(s,v),4352&v&&(0,e.Ui)(d,1)):((d=En(s)).c(),(0,e.Ui)(d,1),d.m(a.parentNode,a)):d&&((0,e.dvw)(),(0,e.etI)(d,1,1,function(){d=null}),(0,e.gbL)())},i:function(p){c||((0,e.Ui)(d),c=!0)},o:function(p){(0,e.etI)(d),c=!1},d:function(p){p&&(0,e.ogt)(r),d&&d.d(p),p&&(0,e.ogt)(a)}}}function xn(u){var s,r,a,c,d=u[14](u[8].length-u[12])+"";return{c:function(){s=(0,e.bGB)("div"),r=(0,e.fLW)(d),(0,e.Ljt)(s,"class","vc-log-tree-loadmore")},m:function(p,v){(0,e.$Tr)(p,s,v),(0,e.R3I)(s,r),a||(c=(0,e.oLt)(s,"click",u[18]),a=!0)},p:function(p,v){4352&v&&d!==(d=p[14](p[8].length-p[12])+"")&&(0,e.rTO)(r,d)},d:function(p){p&&(0,e.ogt)(s),a=!1,c()}}}function sn(u){var s,r;return s=new fn({props:{origData:u[16]("__proto__"),dataKey:"__proto__",keyType:"private",keyPath:u[3]+".__proto__",toggle:u[0]}}),{c:function(){(0,e.YCL)(s.$$.fragment)},m:function(a,c){(0,e.yef)(s,a,c),r=!0},p:function(a,c){var d={};8&c&&(d.keyPath=a[3]+".__proto__"),1&c&&(d.toggle=a[0]),s.$set(d)},i:function(a){r||((0,e.Ui)(s.$$.fragment,a),r=!0)},o:function(a){(0,e.etI)(s.$$.fragment,a),r=!1},d:function(a){(0,e.vpE)(s,a)}}}function Tn(u){var s,r,a,c,d,p,v;a=new H({props:{origData:u[1],dataKey:u[2],keyType:u[4]}});var y=u[6]&&u[5]&&$t(u);return{c:function(){s=(0,e.bGB)("div"),r=(0,e.bGB)("div"),(0,e.YCL)(a.$$.fragment),c=(0,e.DhX)(),y&&y.c(),(0,e.Ljt)(r,"class","vc-log-tree-node"),(0,e.Ljt)(s,"class","vc-log-tree"),(0,e.Ljt)(s,"data-keypath",u[3]),(0,e.VHj)(s,"vc-toggle",u[5]),(0,e.VHj)(s,"vc-is-tree",u[6])},m:function(w,x){(0,e.$Tr)(w,s,x),(0,e.R3I)(s,r),(0,e.yef)(a,r,null),(0,e.R3I)(s,c),y&&y.m(s,null),d=!0,p||(v=(0,e.oLt)(r,"click",(0,e.XET)(u[15])),p=!0)},p:function(w,x){var L=x[0],C={};2&L&&(C.origData=w[1]),4&L&&(C.dataKey=w[2]),16&L&&(C.keyType=w[4]),a.$set(C),w[6]&&w[5]?y?(y.p(w,L),96&L&&(0,e.Ui)(y,1)):((y=$t(w)).c(),(0,e.Ui)(y,1),y.m(s,null)):y&&((0,e.dvw)(),(0,e.etI)(y,1,1,function(){y=null}),(0,e.gbL)()),(!d||8&L)&&(0,e.Ljt)(s,"data-keypath",w[3]),32&L&&(0,e.VHj)(s,"vc-toggle",w[5]),64&L&&(0,e.VHj)(s,"vc-is-tree",w[6])},i:function(w){d||((0,e.Ui)(a.$$.fragment,w),(0,e.Ui)(y),d=!0)},o:function(w){(0,e.etI)(a.$$.fragment,w),(0,e.etI)(y),d=!1},d:function(w){w&&(0,e.ogt)(s),(0,e.vpE)(a),y&&y.d(),p=!1,v()}}}function Nn(u,s,r){var a,c,d,p=s.origData,v=s.dataKey,y=v===void 0?void 0:v,w=s.keyPath,x=w===void 0?"":w,L=s.keyType,C=L===void 0?"":L,V=s.toggle,P=V===void 0?{}:V,F=!1,W=!1,te=!1,oe=50,le=50;(0,_.H3)(function(){St.use()}),(0,_.ev)(function(){St.unuse()});var Ae=function(ye){ye==="enum"?r(11,oe+=50):ye==="nonEnum"&&r(12,le+=50)};return u.$$set=function(ye){"origData"in ye&&r(1,p=ye.origData),"dataKey"in ye&&r(2,y=ye.dataKey),"keyPath"in ye&&r(3,x=ye.keyPath),"keyType"in ye&&r(4,C=ye.keyType),"toggle"in ye&&r(0,P=ye.toggle)},u.$$.update=function(){1003&u.$$.dirty&&(r(5,F=P[x]||!1),r(6,W=!(p instanceof Bt.Tg)&&(n.kJ(p)||n.Kn(p))),W&&F&&(r(7,a=a||n.qr(n.MH(p))),r(8,c=c||n.qr(n.QK(p))),r(9,d=d||n._D(p)),r(10,te=n.Kn(p)&&c.indexOf("__proto__")===-1)))},[P,p,y,x,C,F,W,a,c,d,te,oe,le,Ae,function(ye){return"(..."+ye+" Key"+(ye>1?"s":"")+" Left)"},function(){r(5,F=!F),r(0,P[x]=F,P)},function(ye){try{return p[ye]}catch{return new Bt.Tg}},function(){return Ae("enum")},function(){return Ae("nonEnum")}]}var fn=function(u){function s(r){var a;return a=u.call(this)||this,(0,e.S1n)((0,f.Z)(a),r,Nn,Tn,e.AqN,{origData:1,dataKey:2,keyPath:3,keyType:4,toggle:0}),a}return(0,h.Z)(s,u),(0,o.Z)(s,[{key:"origData",get:function(){return this.$$.ctx[1]},set:function(r){this.$$set({origData:r}),(0,e.yl1)()}},{key:"dataKey",get:function(){return this.$$.ctx[2]},set:function(r){this.$$set({dataKey:r}),(0,e.yl1)()}},{key:"keyPath",get:function(){return this.$$.ctx[3]},set:function(r){this.$$set({keyPath:r}),(0,e.yl1)()}},{key:"keyType",get:function(){return this.$$.ctx[4]},set:function(r){this.$$set({keyType:r}),(0,e.yl1)()}},{key:"toggle",get:function(){return this.$$.ctx[0]},set:function(r){this.$$set({toggle:r}),(0,e.yl1)()}}]),s}(e.f_C),On=fn,en=__webpack_require__(7147),cn={};en.Z&&en.Z.locals&&(cn.locals=en.Z.locals);var dn,hn=0,tn={};tn.styleTagTransform=M(),tn.setAttributes=O(),tn.insert=A().bind(null,"head"),tn.domAPI=g(),tn.insertStyleElement=I(),cn.use=function(u){return tn.options=u||{},hn++||(dn=E()(en.Z,tn)),cn},cn.unuse=function(){hn>0&&!--hn&&(dn(),dn=null)};var pn=cn;function Eo(u,s,r){var a=u.slice();return a[9]=s[r],a[11]=r,a}function ko(u,s,r){var a=u.slice();return a[12]=s[r],a}function xo(u){for(var s,r,a,c,d,p,v,y,w,x,L,C,V,P=[],F=new Map,W=u[0].groupLevel&&To(u),te=u[2]>0&&Co(),oe=u[1]&&Ao(u),le=u[0].repeated&&Oo(u),Ae=u[0].data,ye=function(we){return we[11]},He=0;He<Ae.length;He+=1){var We=Eo(u,Ae,He),Ze=ye(We);F.set(Ze,P[He]=Io(Ze,We))}return w=new yt({props:{handler:u[6]}}),{c:function(){s=(0,e.bGB)("div"),W&&W.c(),r=(0,e.DhX)(),te&&te.c(),a=(0,e.DhX)(),oe&&oe.c(),c=(0,e.DhX)(),le&&le.c(),d=(0,e.DhX)(),p=(0,e.bGB)("div");for(var we=0;we<P.length;we+=1)P[we].c();v=(0,e.DhX)(),y=(0,e.bGB)("div"),(0,e.YCL)(w.$$.fragment),(0,e.Ljt)(p,"class","vc-log-content"),(0,e.Ljt)(y,"class","vc-logrow-icon"),(0,e.Ljt)(s,"class",x="vc-log-row vc-log-"+u[0].type),(0,e.VHj)(s,"vc-log-input",u[0].cmdType==="input"),(0,e.VHj)(s,"vc-log-output",u[0].cmdType==="output"),(0,e.VHj)(s,"vc-log-group",u[2]>0),(0,e.VHj)(s,"vc-toggle",u[2]===1)},m:function(we,Te){(0,e.$Tr)(we,s,Te),W&&W.m(s,null),(0,e.R3I)(s,r),te&&te.m(s,null),(0,e.R3I)(s,a),oe&&oe.m(s,null),(0,e.R3I)(s,c),le&&le.m(s,null),(0,e.R3I)(s,d),(0,e.R3I)(s,p);for(var Ye=0;Ye<P.length;Ye+=1)P[Ye].m(p,null);(0,e.R3I)(s,v),(0,e.R3I)(s,y),(0,e.yef)(w,y,null),L=!0,C||(V=(0,e.oLt)(s,"click",u[5]),C=!0)},p:function(we,Te){we[0].groupLevel?W?W.p(we,Te):((W=To(we)).c(),W.m(s,r)):W&&(W.d(1),W=null),we[2]>0?te||((te=Co()).c(),te.m(s,a)):te&&(te.d(1),te=null),we[1]?oe?oe.p(we,Te):((oe=Ao(we)).c(),oe.m(s,c)):oe&&(oe.d(1),oe=null),we[0].repeated?le?le.p(we,Te):((le=Oo(we)).c(),le.m(s,d)):le&&(le.d(1),le=null),17&Te&&(Ae=we[0].data,(0,e.dvw)(),P=(0,e.GQg)(P,Te,ye,1,we,Ae,F,p,e.cly,Io,null,Eo),(0,e.gbL)()),(!L||1&Te&&x!==(x="vc-log-row vc-log-"+we[0].type))&&(0,e.Ljt)(s,"class",x),1&Te&&(0,e.VHj)(s,"vc-log-input",we[0].cmdType==="input"),1&Te&&(0,e.VHj)(s,"vc-log-output",we[0].cmdType==="output"),5&Te&&(0,e.VHj)(s,"vc-log-group",we[2]>0),5&Te&&(0,e.VHj)(s,"vc-toggle",we[2]===1)},i:function(we){if(!L){for(var Te=0;Te<Ae.length;Te+=1)(0,e.Ui)(P[Te]);(0,e.Ui)(w.$$.fragment,we),L=!0}},o:function(we){for(var Te=0;Te<P.length;Te+=1)(0,e.etI)(P[Te]);(0,e.etI)(w.$$.fragment,we),L=!1},d:function(we){we&&(0,e.ogt)(s),W&&W.d(),te&&te.d(),oe&&oe.d(),le&&le.d();for(var Te=0;Te<P.length;Te+=1)P[Te].d();(0,e.vpE)(w),C=!1,V()}}}function To(u){for(var s,r=new Array(u[0].groupLevel),a=[],c=0;c<r.length;c+=1)a[c]=So(ko(u,r,c));return{c:function(){for(var d=0;d<a.length;d+=1)a[d].c();s=(0,e.cSb)()},m:function(d,p){for(var v=0;v<a.length;v+=1)a[v].m(d,p);(0,e.$Tr)(d,s,p)},p:function(d,p){if(1&p){var v;for(r=new Array(d[0].groupLevel),v=0;v<r.length;v+=1){var y=ko(d,r,v);a[v]?a[v].p(y,p):(a[v]=So(),a[v].c(),a[v].m(s.parentNode,s))}for(;v<a.length;v+=1)a[v].d(1);a.length=r.length}},d:function(d){(0,e.RMB)(a,d),d&&(0,e.ogt)(s)}}}function So(u){var s;return{c:function(){s=(0,e.bGB)("i"),(0,e.Ljt)(s,"class","vc-log-padding")},m:function(r,a){(0,e.$Tr)(r,s,a)},p:e.ZTd,d:function(r){r&&(0,e.ogt)(s)}}}function Co(u){var s;return{c:function(){s=(0,e.bGB)("div"),(0,e.Ljt)(s,"class","vc-log-group-toggle")},m:function(r,a){(0,e.$Tr)(r,s,a)},d:function(r){r&&(0,e.ogt)(s)}}}function Ao(u){var s,r;return{c:function(){s=(0,e.bGB)("div"),r=(0,e.fLW)(u[3]),(0,e.Ljt)(s,"class","vc-log-time")},m:function(a,c){(0,e.$Tr)(a,s,c),(0,e.R3I)(s,r)},p:function(a,c){8&c&&(0,e.rTO)(r,a[3])},d:function(a){a&&(0,e.ogt)(s)}}}function Oo(u){var s,r,a,c=u[0].repeated+"";return{c:function(){s=(0,e.bGB)("div"),r=(0,e.bGB)("i"),a=(0,e.fLW)(c),(0,e.Ljt)(s,"class","vc-log-repeat")},m:function(d,p){(0,e.$Tr)(d,s,p),(0,e.R3I)(s,r),(0,e.R3I)(r,a)},p:function(d,p){1&p&&c!==(c=d[0].repeated+"")&&(0,e.rTO)(a,c)},d:function(d){d&&(0,e.ogt)(s)}}}function zr(u){var s,r;return s=new H({props:{origData:u[9].origData,style:u[9].style}}),{c:function(){(0,e.YCL)(s.$$.fragment)},m:function(a,c){(0,e.yef)(s,a,c),r=!0},p:function(a,c){var d={};1&c&&(d.origData=a[9].origData),1&c&&(d.style=a[9].style),s.$set(d)},i:function(a){r||((0,e.Ui)(s.$$.fragment,a),r=!0)},o:function(a){(0,e.etI)(s.$$.fragment,a),r=!1},d:function(a){(0,e.vpE)(s,a)}}}function qr(u){var s,r;return s=new On({props:{origData:u[9].origData,keyPath:String(u[11]),toggle:u[0].toggle}}),{c:function(){(0,e.YCL)(s.$$.fragment)},m:function(a,c){(0,e.yef)(s,a,c),r=!0},p:function(a,c){var d={};1&c&&(d.origData=a[9].origData),1&c&&(d.keyPath=String(a[11])),1&c&&(d.toggle=a[0].toggle),s.$set(d)},i:function(a){r||((0,e.Ui)(s.$$.fragment,a),r=!0)},o:function(a){(0,e.etI)(s.$$.fragment,a),r=!1},d:function(a){(0,e.vpE)(s,a)}}}function Io(u,s){var r,a,c,d,p,v,y=[qr,zr],w=[];function x(L,C){return 1&C&&(a=null),a==null&&(a=!!L[4](L[9].origData)),a?0:1}return c=x(s,-1),d=w[c]=y[c](s),{key:u,first:null,c:function(){r=(0,e.cSb)(),d.c(),p=(0,e.cSb)(),this.first=r},m:function(L,C){(0,e.$Tr)(L,r,C),w[c].m(L,C),(0,e.$Tr)(L,p,C),v=!0},p:function(L,C){var V=c;(c=x(s=L,C))===V?w[c].p(s,C):((0,e.dvw)(),(0,e.etI)(w[V],1,1,function(){w[V]=null}),(0,e.gbL)(),(d=w[c])?d.p(s,C):(d=w[c]=y[c](s)).c(),(0,e.Ui)(d,1),d.m(p.parentNode,p))},i:function(L){v||((0,e.Ui)(d),v=!0)},o:function(L){(0,e.etI)(d),v=!1},d:function(L){L&&(0,e.ogt)(r),w[c].d(L),L&&(0,e.ogt)(p)}}}function Kr(u){var s,r,a=u[0]&&xo(u);return{c:function(){a&&a.c(),s=(0,e.cSb)()},m:function(c,d){a&&a.m(c,d),(0,e.$Tr)(c,s,d),r=!0},p:function(c,d){var p=d[0];c[0]?a?(a.p(c,p),1&p&&(0,e.Ui)(a,1)):((a=xo(c)).c(),(0,e.Ui)(a,1),a.m(s.parentNode,s)):a&&((0,e.dvw)(),(0,e.etI)(a,1,1,function(){a=null}),(0,e.gbL)())},i:function(c){r||((0,e.Ui)(a),r=!0)},o:function(c){(0,e.etI)(a),r=!1},d:function(c){a&&a.d(c),c&&(0,e.ogt)(s)}}}function Xr(u,s,r){var a=s.log,c=s.showTimestamps,d=c!==void 0&&c,p=s.groupHeader,v=p===void 0?0:p,y=(0,_.x)(),w="",x=function(L,C){var V="000"+L;return V.substring(V.length-C)};return(0,_.H3)(function(){pn.use()}),(0,_.ev)(function(){pn.unuse()}),u.$$set=function(L){"log"in L&&r(0,a=L.log),"showTimestamps"in L&&r(1,d=L.showTimestamps),"groupHeader"in L&&r(2,v=L.groupHeader)},u.$$.update=function(){if(3&u.$$.dirty&&d){var L=new Date(a.date);r(3,w=x(L.getHours(),2)+":"+x(L.getMinutes(),2)+":"+x(L.getSeconds(),2)+":"+x(L.getMilliseconds(),3))}},[a,d,v,w,function(L){return!(L instanceof Bt.Tg)&&(n.kJ(L)||n.Kn(L))},function(){v>0&&y("groupCollapsed",{groupLabel:a.groupLabel,groupHeader:v===1?2:1,isGroupCollapsed:v===1})},function(){var L=[];try{for(var C=0;C<a.data.length;C++)n.HD(a.data[C].origData)||n.hj(a.data[C].origData)?L.push(a.data[C].origData):L.push(n.hZ(a.data[C].origData,{maxDepth:10,keyMaxLen:1e4,pretty:!1,standardJSON:!0}))}catch{}return L.join(" ")}]}var Zr=function(u){function s(r){var a;return a=u.call(this)||this,(0,e.S1n)((0,f.Z)(a),r,Xr,Kr,e.AqN,{log:0,showTimestamps:1,groupHeader:2}),a}return(0,h.Z)(s,u),(0,o.Z)(s,[{key:"log",get:function(){return this.$$.ctx[0]},set:function(r){this.$$set({log:r}),(0,e.yl1)()}},{key:"showTimestamps",get:function(){return this.$$.ctx[1]},set:function(r){this.$$set({showTimestamps:r}),(0,e.yl1)()}},{key:"groupHeader",get:function(){return this.$$.ctx[2]},set:function(r){this.$$set({groupHeader:r}),(0,e.yl1)()}}]),s}(e.f_C),Yr=Zr,Qr=__webpack_require__(3903),Mn=__webpack_require__(3327),In={};Mn.Z&&Mn.Z.locals&&(In.locals=Mn.Z.locals);var no,oo=0,_n={};_n.styleTagTransform=M(),_n.setAttributes=O(),_n.insert=A().bind(null,"head"),_n.domAPI=g(),_n.insertStyleElement=I(),In.use=function(u){return _n.options=u||{},oo++||(no=E()(Mn.Z,_n)),In},In.unuse=function(){oo>0&&!--oo&&(no(),no=null)};var Lo=In,Jr=__webpack_require__(4264),it=__webpack_require__.n(Jr),ei=function(){function u(r){console.debug("[vConsole] `ResizeObserver` is not supported in the browser, vConsole cannot render correctly."),r([{contentRect:{height:30}}],this)}var s=u.prototype;return s.disconnect=function(){},s.observe=function(r,a){},s.unobserve=function(r){},u}(),ro=function(){return typeof window.ResizeObserver=="function"},Do=function(){return window.ResizeObserver||ei};function ti(u){var s,r,a=u[6].default,c=(0,e.nuO)(a,u,u[5],null);return{c:function(){s=(0,e.bGB)("div"),c&&c.c(),(0,e.Ljt)(s,"class","vc-scroller-item"),(0,e.czc)(s,"display",u[0]?"block":"none",!1),(0,e.czc)(s,"top",u[3]?u[1]+"px":"auto",!1)},m:function(d,p){(0,e.$Tr)(d,s,p),c&&c.m(s,null),u[7](s),r=!0},p:function(d,p){var v=p[0];c&&c.p&&(!r||32&v)&&(0,e.kmG)(c,a,d,d[5],r?(0,e.u2N)(a,d[5],v,null):(0,e.VOJ)(d[5]),null),1&v&&(0,e.czc)(s,"display",d[0]?"block":"none",!1),2&v&&(0,e.czc)(s,"top",d[3]?d[1]+"px":"auto",!1)},i:function(d){r||((0,e.Ui)(c,d),r=!0)},o:function(d){(0,e.etI)(c,d),r=!1},d:function(d){d&&(0,e.ogt)(s),c&&c.d(d),u[7](null)}}}function ni(u,s,r){var a,c=s.$$slots,d=c===void 0?{}:c,p=s.$$scope,v=s.show,y=v===void 0?!ro():v,w=s.top,x=s.onResize,L=x===void 0?function(){}:x,C=null,V=ro();return(0,_.H3)(function(){if(y&&L(a.getBoundingClientRect().height),V){var P=Do();(C=new P(function(F){var W=F[0];y&&L(W.contentRect.height)})).observe(a)}}),(0,_.ev)(function(){V&&C.disconnect()}),u.$$set=function(P){"show"in P&&r(0,y=P.show),"top"in P&&r(1,w=P.top),"onResize"in P&&r(4,L=P.onResize),"$$scope"in P&&r(5,p=P.$$scope)},[y,w,a,V,L,p,d,function(P){e.VnY[P?"unshift":"push"](function(){r(2,a=P)})}]}var oi=function(u){function s(r){var a;return a=u.call(this)||this,(0,e.S1n)((0,f.Z)(a),r,ni,ti,e.N8,{show:0,top:1,onResize:4}),a}return(0,h.Z)(s,u),(0,o.Z)(s,[{key:"show",get:function(){return this.$$.ctx[0]},set:function(r){this.$$set({show:r}),(0,e.yl1)()}},{key:"top",get:function(){return this.$$.ctx[1]},set:function(r){this.$$set({top:r}),(0,e.yl1)()}},{key:"onResize",get:function(){return this.$$.ctx[4]},set:function(r){this.$$set({onResize:r}),(0,e.yl1)()}}]),s}(e.f_C),ri=oi,ii=function(){function u(){this._x=0,this._endX=0,this._v=0,this._startTime=0,this._endTime=0}var s=u.prototype;return s.set=function(r,a,c,d){this._x=r,this._endX=a,this._v=(a-r)/c,this._startTime=d||Date.now(),this._endTime=this._startTime+c},s.x=function(r){if(this.done(r))return this._endX;var a=r-this._startTime;return this._x+this._v*a},s.dx=function(r){return this.done(r)?0:this._v},s.done=function(r){return r>=this._endTime},u}(),ai=function(){function u(r){this._drag=void 0,this._dragLog=void 0,this._x=0,this._v=0,this._startTime=0,this._drag=r,this._dragLog=Math.log(r)}var s=u.prototype;return s.set=function(r,a,c){this._x=r,this._v=a,this._startTime=c||Date.now()},s.x=function(r){var a=(r-this._startTime)/1e3;return this._x+this._v*Math.pow(this._drag,a)/this._dragLog-this._v/this._dragLog},s.dx=function(r){var a=(r-this._startTime)/1e3;return this._v*Math.pow(this._drag,a)},s.done=function(r){return Math.abs(this.dx(r))<3},u}(),Ro=function(u,s){return u>s-.1&&u<s+.1},Bo=function(u){return Ro(u,0)},si=function(){function u(r,a,c){this._solver=void 0,this._solution=void 0,this._endPosition=void 0,this._startTime=void 0,this._solver=function(d,p,v){var y=v,w=d,x=p,L=y*y-4*w*x;if(L==0){var C=-y/(2*w);return function(te,oe){var le=te,Ae=oe/(C*te);return{x:function(ye){return(le+Ae*ye)*Math.pow(Math.E,C*ye)},dx:function(ye){return(C*(le+Ae*ye)+Ae)*Math.pow(Math.E,C*ye)}}}}if(L>0){var V=(-y-Math.sqrt(L))/(2*w),P=(-y+Math.sqrt(L))/(2*w);return function(te,oe){var le=(oe-V*te)/(P-V),Ae=te-le;return{x:function(ye){return Ae*Math.pow(Math.E,V*ye)+le*Math.pow(Math.E,P*ye)},dx:function(ye){return Ae*V*Math.pow(Math.E,V*ye)+le*P*Math.pow(Math.E,P*ye)}}}}var F=Math.sqrt(4*w*x-y*y)/(2*w),W=-y/2*w;return function(te,oe){var le=te,Ae=(oe-W*te)/F;return{x:function(ye){return Math.pow(Math.E,W*ye)*(le*Math.cos(F*ye)+Ae*Math.sin(F*ye))},dx:function(ye){var He=Math.pow(Math.E,W*ye),We=Math.cos(F*ye),Ze=Math.sin(F*ye);return He*(Ae*F*We-le*F*Ze)+W*He*(Ae*Ze+le*We)}}}}(r,a,c),this._solution=null,this._endPosition=0,this._startTime=0}var s=u.prototype;return s.x=function(r){if(!this._solution)return 0;var a=(r-this._startTime)/1e3;return this._endPosition+this._solution.x(a)},s.dx=function(r){if(!this._solution)return 0;var a=(r-this._startTime)/1e3;return this._solution.dx(a)},s.set=function(r,a,c,d){d||(d=Date.now()),this._endPosition=r,a==r&&Bo(c)||(this._solution=this._solver(a-r,c),this._startTime=d)},s.done=function(r){return r||(r=Date.now()),Ro(this.x(r),this._endPosition)&&Bo(this.dx(r))},u}(),ci=function(){function u(r,a){this._enableSpring=a,this._getExtend=void 0,this._friction=new ai(.05),this._spring=new si(1,90,20),this._toEdge=!1,this._getExtend=r}var s=u.prototype;return s.set=function(r,a,c){if(c===void 0&&(c=Date.now()),this._friction.set(r,a,c),r>0&&a>=0)this._toEdge=!0,this._enableSpring&&this._spring.set(0,r,a,c);else{var d=this._getExtend();r<-d&&a<=0?(this._toEdge=!0,this._enableSpring&&this._spring.set(-d,r,a,c)):this._toEdge=!1}},s.x=function(r){if(this._enableSpring&&this._toEdge)return this._spring.x(r);var a=this._friction.x(r),c=this._friction.dx(r);if(a>0&&c>=0){if(this._toEdge=!0,!this._enableSpring)return 0;this._spring.set(0,a,c,r)}else{var d=this._getExtend();if(a<-d&&c<=0){if(this._toEdge=!0,!this._enableSpring)return-d;this._spring.set(-d,a,c,r)}}return a},s.dx=function(r){return this._toEdge?this._enableSpring?this._spring.dx(r):0:this._friction.dx(r)},s.done=function(r){return this._toEdge?!this._enableSpring||this._spring.done(r):this._friction.done(r)},u}();function io(u,s){var r,a;return function c(){if(!a){var d=Date.now();s(d),u.done(d)||(r=requestAnimationFrame(c))}}(),{cancel:function(){cancelAnimationFrame(r),a=!0}}}var li=function(){function u(r,a){this._updatePosition=a,this._scrollModel=void 0,this._linearModel=void 0,this._startPosition=0,this._position=0,this._animate=null,this._getExtent=void 0,this._getExtent=r,this._scrollModel=new ci(r,!1),this._linearModel=new ii}var s=u.prototype;return s.onTouchStart=function(){var r=this._position;if(r>0)r*=0;else{var a=this._getExtent();r<-a&&(r=0*(r+a)-a)}this._startPosition=this._position=r,this._animate&&(this._animate.cancel(),this._animate=null),this._updatePosition(-r)},s.onTouchMove=function(r,a){var c=a+this._startPosition;if(c>0)c*=0;else{var d=this._getExtent();c<-d&&(c=0*(c+d)-d)}this._position=c,this._updatePosition(-c)},s.onTouchEnd=function(r,a,c,d){var p=this,v=a+this._startPosition;if(v>0)v*=0;else{var y=this._getExtent();v<-y&&(v=0*(v+y)-y)}if(this._position=v,this._updatePosition(-v),!(Math.abs(a)<=.1&&Math.abs(d)<=.1)){var w=this._scrollModel;w.set(v,d),this._animate=io(w,function(x){var L=p._position=w.x(x);p._updatePosition(-L)})}},s.onTouchCancel=function(){var r=this,a=this._position;if(a>0)a*=0;else{var c=this._getExtent();a<-c&&(a=0*(a+c)-c)}this._position=a;var d=this._scrollModel;d.set(a,0),this._animate=io(d,function(p){var v=r._position=d.x(p);r._updatePosition(-v)})},s.onWheel=function(r,a){var c=this._position-a;if(this._animate&&(this._animate.cancel(),this._animate=null),c>0)c=0;else{var d=this._getExtent();c<-d&&(c=-d)}this._position=c,this._updatePosition(-c)},s.getPosition=function(){return-this._position},s.updatePosition=function(r){var a=-r-this._position;this._startPosition+=a,this._position+=a;var c=this._position;this._updatePosition(-c);var d=this._scrollModel,p=Date.now();if(!d.done(p)){var v=d.dx(p);d.set(c,v,p)}},s.scrollTo=function(r,a){var c=this;if(this._animate&&(this._animate.cancel(),this._animate=null),a>0){var d=this._linearModel;d.set(this._position,-r,a),this._animate=io(this._linearModel,function(p){var v=c._position=d.x(p);c._updatePosition(-v)})}else this._updatePosition(r)},u}();function ui(u,s){var r=typeof Symbol<"u"&&u[Symbol.iterator]||u["@@iterator"];if(r)return(r=r.call(u)).next.bind(r);if(Array.isArray(u)||(r=function(c,d){if(c){if(typeof c=="string")return Po(c,d);var p=Object.prototype.toString.call(c).slice(8,-1);if(p==="Object"&&c.constructor&&(p=c.constructor.name),p==="Map"||p==="Set")return Array.from(c);if(p==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(p))return Po(c,d)}}(u))||s&&u&&typeof u.length=="number"){r&&(u=r);var a=0;return function(){return a>=u.length?{done:!0}:{done:!1,value:u[a++]}}}throw new TypeError(`Invalid attempt to iterate non-iterable instance.
926
- In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function Po(u,s){(s==null||s>u.length)&&(s=u.length);for(var r=0,a=new Array(s);r<s;r++)a[r]=u[r];return a}var fi=function(u){var s=null,r=!1,a=function c(){r=!1,u(),s=requestAnimationFrame(function(){s=null,r&&c()})};return{trigger:function(){s===null?a():r=!0},cancel:function(){s&&(cancelAnimationFrame(s),r=!1,s=null)}}},di=function(){function u(s){var r=this;this._handler=s,this._touchId=null,this._startX=0,this._startY=0,this._historyX=[],this._historyY=[],this._historyTime=[],this._wheelDeltaX=0,this._wheelDeltaY=0,this._onTouchMove=function(){var a=r._historyX[r._historyX.length-1],c=r._historyY[r._historyY.length-1];r._handler.onTouchMove(a,c)},this._onWheel=fi(function(){var a=r._wheelDeltaX,c=r._wheelDeltaY;r._wheelDeltaX=0,r._wheelDeltaY=0,r._handler.onWheel(a,c)}),this.handleTouchStart=function(a){var c;if(((c=a.target.dataset)==null?void 0:c.scrollable)!=="1"){a.preventDefault();var d=a.touches[0];r._touchId=d.identifier,r._startX=d.pageX,r._startY=d.pageY,r._historyX=[0],r._historyY=[0],r._historyTime=[Date.now()],r._handler.onTouchStart()}},this.handleTouchMove=function(a){var c;if(((c=a.target.dataset)==null?void 0:c.scrollable)!=="1"){a.preventDefault();var d=r._getTouchDelta(a);d!==null&&(r._historyX.push(d.x),r._historyY.push(d.y),r._historyTime.push(Date.now()),r._onTouchMove())}},this.handleTouchEnd=function(a){var c;if(((c=a.target.dataset)==null?void 0:c.scrollable)!=="1"){a.preventDefault();var d=r._getTouchDelta(a);if(d!==null){for(var p=0,v=0,y=Date.now(),w=d.y,x=d.x,L=r._historyTime,C=L.length-1;C>0;C-=1){var V=y-L[C];if(V>30){p=1e3*(x-r._historyX[C])/V,v=1e3*(w-r._historyY[C])/V;break}}r._touchId=null,r._handler.onTouchEnd(d.x,d.y,p,v)}}},this.handleTouchCancel=function(a){var c;((c=a.target.dataset)==null?void 0:c.scrollable)!=="1"&&(a.preventDefault(),r._getTouchDelta(a)!==null&&(r._touchId=null,r._handler.onTouchCancel()))},this.handleWheel=function(a){var c;((c=a.target.dataset)==null?void 0:c.scrollable)!=="1"&&(a.preventDefault(),r._wheelDeltaX+=a.deltaX,r._wheelDeltaY+=a.deltaY,r._onWheel.trigger())}}return u.prototype._getTouchDelta=function(s){if(this._touchId===null)return null;for(var r,a=ui(s.changedTouches);!(r=a()).done;){var c=r.value;if(c.identifier===this._touchId)return{x:c.pageX-this._startX,y:c.pageY-this._startY}}return null},u}(),Vn=__webpack_require__(1142),Ln={};Vn.Z&&Vn.Z.locals&&(Ln.locals=Vn.Z.locals);var ao,so=0,yn={};yn.styleTagTransform=M(),yn.setAttributes=O(),yn.insert=A().bind(null,"head"),yn.domAPI=g(),yn.insertStyleElement=I(),Ln.use=function(u){return yn.options=u||{},so++||(ao=E()(Vn.Z,yn)),Ln},Ln.unuse=function(){so>0&&!--so&&(ao(),ao=null)};var $o=Ln,hi=function(){var u=[],s=[],r=0,a=0,c=0,d=0,p=0;return function(v,y,w){if(c===v&&d===y&&p===w)return u;var x=s.length,L=y<=a?Math.max(0,Math.min(y,Math.max(r,Math.min(a-1,w-x)))):y,C=r<=w?Math.max(w,Math.min(v,Math.max(r+1,Math.min(a,L+x)))):w;if(x===0||C-L<x){for(var V=u.length=s.length=w-y,P=0;P<V;P+=1)s[P]=P,u[P]={key:P,index:P+y,show:!0};return r=y,a=w,c=v,d=y,p=w,u}var F=0,W=0,te=0,oe=0;a<L||C<r?(te=L,oe=L+x):r<L?(W=L-r,te=L,oe=L+x):C<a?(W=x-(a-C),te=C-x,oe=C):L<=r&&a<=C&&(te=r,oe=a);for(var le=L;le<y;le+=1,F+=1){var Ae=s[(W+F)%x],ye=u[le-L];ye.key=Ae,ye.index=le,ye.show=!1}for(var He=y,We=0;He<w;He+=1){var Ze=void 0;te<=He&&He<oe?(Ze=s[(W+F)%x],F+=1):(Ze=x+We,We+=1);var we=He-L;if(we<u.length){var Te=u[we];Te.key=Ze,Te.index=He,Te.show=!0}else u.push({key:Ze,index:He,show:!0})}for(var Ye=w;Ye<C;Ye+=1,F+=1){var mt=s[(W+F)%x],Qe=u[Ye-L];Qe.key=mt,Qe.index=Ye,Qe.show=!1}for(var ze=0;ze<u.length;ze+=1)s[ze]=u[ze].key;return u.sort(function(Re,fe){return Re.key-fe.key}),r=L,a=C,c=v,d=y,p=w,u}},pi=e.lig.Map,vi=function(u){return{}},No=function(u){return{}},mi=function(u){return{}},Mo=function(u){return{}};function Vo(u,s,r){var a=u.slice();return a[53]=s[r],a[55]=r,a}var gi=function(u){return{item:1025&u[0]}},jo=function(u){return{item:u[0][u[53].index]}},_i=function(u){return{}},Uo=function(u){return{}};function Fo(u){var s,r,a=u[24].header,c=(0,e.nuO)(a,u,u[31],Uo);return{c:function(){s=(0,e.bGB)("div"),c&&c.c(),(0,e.Ljt)(s,"class","vc-scroller-header")},m:function(d,p){(0,e.$Tr)(d,s,p),c&&c.m(s,null),u[25](s),r=!0},p:function(d,p){c&&c.p&&(!r||1&p[1])&&(0,e.kmG)(c,a,d,d[31],r?(0,e.u2N)(a,d[31],p,_i):(0,e.VOJ)(d[31]),Uo)},i:function(d){r||((0,e.Ui)(c,d),r=!0)},o:function(d){(0,e.etI)(c,d),r=!1},d:function(d){d&&(0,e.ogt)(s),c&&c.d(d),u[25](null)}}}function yi(u){var s,r=u[24].empty,a=(0,e.nuO)(r,u,u[31],Mo);return{c:function(){a&&a.c()},m:function(c,d){a&&a.m(c,d),s=!0},p:function(c,d){a&&a.p&&(!s||1&d[1])&&(0,e.kmG)(a,r,c,c[31],s?(0,e.u2N)(r,c[31],d,mi):(0,e.VOJ)(c[31]),Mo)},i:function(c){s||((0,e.Ui)(a,c),s=!0)},o:function(c){(0,e.etI)(a,c),s=!1},d:function(c){a&&a.d(c)}}}function bi(u){for(var s,r,a=[],c=new pi,d=u[10],p=function(x){return x[53].key},v=0;v<d.length;v+=1){var y=Vo(u,d,v),w=p(y);c.set(w,a[v]=Go(w,y))}return{c:function(){for(var x=0;x<a.length;x+=1)a[x].c();s=(0,e.cSb)()},m:function(x,L){for(var C=0;C<a.length;C+=1)a[C].m(x,L);(0,e.$Tr)(x,s,L),r=!0},p:function(x,L){17921&L[0]|1&L[1]&&(d=x[10],(0,e.dvw)(),a=(0,e.GQg)(a,L,p,1,x,d,c,s.parentNode,e.cly,Go,s,Vo),(0,e.gbL)())},i:function(x){if(!r){for(var L=0;L<d.length;L+=1)(0,e.Ui)(a[L]);r=!0}},o:function(x){for(var L=0;L<a.length;L+=1)(0,e.etI)(a[L]);r=!1},d:function(x){for(var L=0;L<a.length;L+=1)a[L].d(x);x&&(0,e.ogt)(s)}}}function wi(u){var s,r,a=u[24].item,c=(0,e.nuO)(a,u,u[31],jo),d=c||function(p){var v;return{c:function(){v=(0,e.fLW)("Missing template")},m:function(y,w){(0,e.$Tr)(y,v,w)},d:function(y){y&&(0,e.ogt)(v)}}}();return{c:function(){d&&d.c(),s=(0,e.DhX)()},m:function(p,v){d&&d.m(p,v),(0,e.$Tr)(p,s,v),r=!0},p:function(p,v){c&&c.p&&(!r||1025&v[0]|1&v[1])&&(0,e.kmG)(c,a,p,p[31],r?(0,e.u2N)(a,p[31],v,gi):(0,e.VOJ)(p[31]),jo)},i:function(p){r||((0,e.Ui)(d,p),r=!0)},o:function(p){(0,e.etI)(d,p),r=!1},d:function(p){d&&d.d(p),p&&(0,e.ogt)(s)}}}function Go(u,s){var r,a,c;function d(){for(var p,v=arguments.length,y=new Array(v),w=0;w<v;w++)y[w]=arguments[w];return(p=s)[26].apply(p,[s[53]].concat(y))}return a=new ri({props:{show:s[53].show,top:s[9][s[53].index],onResize:d,$$slots:{default:[wi]},$$scope:{ctx:s}}}),{key:u,first:null,c:function(){r=(0,e.cSb)(),(0,e.YCL)(a.$$.fragment),this.first=r},m:function(p,v){(0,e.$Tr)(p,r,v),(0,e.yef)(a,p,v),c=!0},p:function(p,v){s=p;var y={};1024&v[0]&&(y.show=s[53].show),1536&v[0]&&(y.top=s[9][s[53].index]),1024&v[0]&&(y.onResize=d),1025&v[0]|1&v[1]&&(y.$$scope={dirty:v,ctx:s}),a.$set(y)},i:function(p){c||((0,e.Ui)(a.$$.fragment,p),c=!0)},o:function(p){(0,e.etI)(a.$$.fragment,p),c=!1},d:function(p){p&&(0,e.ogt)(r),(0,e.vpE)(a,p)}}}function Ho(u){var s,r,a=u[24].footer,c=(0,e.nuO)(a,u,u[31],No);return{c:function(){s=(0,e.bGB)("div"),c&&c.c(),(0,e.Ljt)(s,"class","vc-scroller-footer")},m:function(d,p){(0,e.$Tr)(d,s,p),c&&c.m(s,null),u[28](s),r=!0},p:function(d,p){c&&c.p&&(!r||1&p[1])&&(0,e.kmG)(c,a,d,d[31],r?(0,e.u2N)(a,d[31],p,vi):(0,e.VOJ)(d[31]),No)},i:function(d){r||((0,e.Ui)(c,d),r=!0)},o:function(d){(0,e.etI)(c,d),r=!1},d:function(d){d&&(0,e.ogt)(s),c&&c.d(d),u[28](null)}}}function Wo(u){var s,r,a=u[7]+"%",c=u[8]+"%";return{c:function(){s=(0,e.bGB)("div"),r=(0,e.bGB)("div"),(0,e.Ljt)(r,"class","vc-scroller-scrollbar-thumb"),(0,e.czc)(r,"height",a,!1),(0,e.czc)(r,"top",c,!1),(0,e.Ljt)(s,"class","vc-scroller-scrollbar-track"),(0,e.czc)(s,"display",u[7]<100?"block":"none",!1)},m:function(d,p){(0,e.$Tr)(d,s,p),(0,e.R3I)(s,r)},p:function(d,p){128&p[0]&&a!==(a=d[7]+"%")&&(0,e.czc)(r,"height",a,!1),256&p[0]&&c!==(c=d[8]+"%")&&(0,e.czc)(r,"top",c,!1),128&p[0]&&(0,e.czc)(s,"display",d[7]<100?"block":"none",!1)},d:function(d){d&&(0,e.ogt)(s)}}}function Ei(u){var s,r,a,c,d,p,v,y,w,x,L,C=u[15].header&&Fo(u),V=[bi,yi],P=[];function F(oe,le){return oe[0].length?0:1}d=F(u),p=P[d]=V[d](u);var W=u[15].footer&&Ho(u),te=u[1]&&Wo(u);return{c:function(){s=(0,e.bGB)("div"),r=(0,e.bGB)("div"),C&&C.c(),a=(0,e.DhX)(),c=(0,e.bGB)("div"),p.c(),v=(0,e.DhX)(),W&&W.c(),y=(0,e.DhX)(),te&&te.c(),(0,e.Ljt)(c,"class","vc-scroller-items"),(0,e.Ljt)(r,"class","vc-scroller-contents"),(0,e.Ljt)(s,"class","vc-scroller-viewport"),(0,e.VHj)(s,"static",!u[13])},m:function(oe,le){(0,e.$Tr)(oe,s,le),(0,e.R3I)(s,r),C&&C.m(r,null),(0,e.R3I)(r,a),(0,e.R3I)(r,c),P[d].m(c,null),u[27](c),(0,e.R3I)(r,v),W&&W.m(r,null),u[29](r),(0,e.R3I)(s,y),te&&te.m(s,null),u[30](s),w=!0,x||(L=[(0,e.oLt)(s,"touchstart",function(){(0,e.sBU)(u[13]?u[11].handleTouchStart:u[12])&&(u[13]?u[11].handleTouchStart:u[12]).apply(this,arguments)}),(0,e.oLt)(s,"touchmove",function(){(0,e.sBU)(u[13]?u[11].handleTouchMove:u[12])&&(u[13]?u[11].handleTouchMove:u[12]).apply(this,arguments)}),(0,e.oLt)(s,"touchend",function(){(0,e.sBU)(u[13]?u[11].handleTouchEnd:u[12])&&(u[13]?u[11].handleTouchEnd:u[12]).apply(this,arguments)}),(0,e.oLt)(s,"touchcancel",function(){(0,e.sBU)(u[13]?u[11].handleTouchCancel:u[12])&&(u[13]?u[11].handleTouchCancel:u[12]).apply(this,arguments)}),(0,e.oLt)(s,"wheel",function(){(0,e.sBU)(u[13]?u[11].handleWheel:u[12])&&(u[13]?u[11].handleWheel:u[12]).apply(this,arguments)})],x=!0)},p:function(oe,le){(u=oe)[15].header?C?(C.p(u,le),32768&le[0]&&(0,e.Ui)(C,1)):((C=Fo(u)).c(),(0,e.Ui)(C,1),C.m(r,a)):C&&((0,e.dvw)(),(0,e.etI)(C,1,1,function(){C=null}),(0,e.gbL)());var Ae=d;(d=F(u))===Ae?P[d].p(u,le):((0,e.dvw)(),(0,e.etI)(P[Ae],1,1,function(){P[Ae]=null}),(0,e.gbL)(),(p=P[d])?p.p(u,le):(p=P[d]=V[d](u)).c(),(0,e.Ui)(p,1),p.m(c,null)),u[15].footer?W?(W.p(u,le),32768&le[0]&&(0,e.Ui)(W,1)):((W=Ho(u)).c(),(0,e.Ui)(W,1),W.m(r,null)):W&&((0,e.dvw)(),(0,e.etI)(W,1,1,function(){W=null}),(0,e.gbL)()),u[1]?te?te.p(u,le):((te=Wo(u)).c(),te.m(s,null)):te&&(te.d(1),te=null)},i:function(oe){w||((0,e.Ui)(C),(0,e.Ui)(p),(0,e.Ui)(W),w=!0)},o:function(oe){(0,e.etI)(C),(0,e.etI)(p),(0,e.etI)(W),w=!1},d:function(oe){oe&&(0,e.ogt)(s),C&&C.d(),P[d].d(),u[27](null),W&&W.d(),u[29](null),te&&te.d(),u[30](null),x=!1,(0,e.j7q)(L)}}}function ki(u,s,r){var a,c,d,p,v,y,w,x=s.$$slots,L=x===void 0?{}:x,C=s.$$scope,V=(0,e.XGm)(L),P=this&&this.__awaiter||function(de,$e,Be,Ne){return new(Be||(Be=Promise))(function(et,at){function Xt(vt){try{zt(Ne.next(vt))}catch(Mt){at(Mt)}}function Wt(vt){try{zt(Ne.throw(vt))}catch(Mt){at(Mt)}}function zt(vt){var Mt;vt.done?et(vt.value):(Mt=vt.value,Mt instanceof Be?Mt:new Be(function(un){un(Mt)})).then(Xt,Wt)}zt((Ne=Ne.apply(de,$e||[])).next())})},F=s.items,W=s.itemKey,te=W===void 0?void 0:W,oe=s.itemHeight,le=oe===void 0?void 0:oe,Ae=s.buffer,ye=Ae===void 0?200:Ae,He=s.stickToBottom,We=He!==void 0&&He,Ze=s.scrollbar,we=Ze!==void 0&&Ze,Te=s.start,Ye=Te===void 0?0:Te,mt=s.end,Qe=mt===void 0?0:mt,ze=0,Re=0,fe=0,pe=0,nt=100,ie=0,be=[],Me=[],_e=[],Ve=hi(),lt=function(){return Math.max(0,pe+ze+Re-fe)},pt=!0,bt=!1,rt=[],Gt=!1,wt=!1,Ht=ro(),dt=function(de,$e){var Be;(0,_.H3)(function(){var Ne=de();if(Ne){$e(Ne.getBoundingClientRect().height),Be&&Be.disconnect();var et=Do();(Be=new et(function(at){var Xt=at[0];$e(Xt.contentRect.height)})).observe(Ne)}else $e(0),Be&&(Be.disconnect(),Be=null)}),(0,_.ev)(function(){Be&&(Be.disconnect(),Be=null)})},Kt=function(){var de=y.getPosition(),$e=100/(pe+ze+Re);r(8,ie=de*$e),r(7,nt=fe*$e)},gt=function(de){var $e=lt();(de||y.getPosition()>$e)&&y.updatePosition($e)},nn=function(de){(function($e,Be,Ne){for(var et=new Map,at=0;at<rt.length;at+=1){var Xt=rt[at],Wt=te===void 0?Xt:Xt[te];et.set(Wt,be[at])}r(9,Me.length=be.length=$e.length,Me);for(var zt=0,vt=0;vt<$e.length;vt+=1){var Mt=$e[vt],un=te===void 0?Mt:Mt[te];et.has(un)?be[vt]=et.get(un):be[vt]=Ne,r(9,Me[vt]=zt,Me),zt+=be[vt]}pe=Math.max(zt,Be-ze-Re),rt=$e,Ht?(ln($e,y.getPosition(),Be),r(6,v.style.height=pe+"px",v),gt(pt&&We),Kt()):ln($e,0,9e6)})(de,fe,le)};function ln(de,$e,Be){for(var Ne=0,et=0;Ne<de.length&&et+be[Ne]<$e-ye;)et+=be[Ne],Ne+=1;for(r(16,Ye=Ne);Ne<de.length&&Be&&et<$e+Be+ye;)et+=be[Ne],Ne+=1;r(17,Qe=Ne),r(10,_e=Ve(de.length,Ye,Qe))}var An=function(de,$e){return P(void 0,void 0,void 0,it().mark(function Be(){var Ne,et,at,Xt;return it().wrap(function(Wt){for(;;)switch(Wt.prev=Wt.next){case 0:if(be[de]!==$e&&fe!==0){Wt.next=2;break}return Wt.abrupt("return");case 2:for(Ne=be[de],be[de]=$e,et=F.length,at=de;at<et-1;at+=1)r(9,Me[at+1]=Me[at]+be[at],Me);return pe=Math.max(Me[et-1]+be[et-1],fe-ze-Re),Xt=y.getPosition(),bt=!0,Me[de]+Ne<Xt?y.updatePosition(Xt+$e-Ne):gt(pt&&We),Wt.next=12,new Promise(function(zt){return setTimeout(zt,0)});case 12:ln(F,y.getPosition(),fe),r(6,v.style.height=pe+"px",v),Kt();case 15:case"end":return Wt.stop()}},Be)}))};(0,_.H3)(function(){r(23,Gt=!0),$o.use()}),(0,_.ev)(function(){$o.unuse()}),Ht&&(Ht&&(y=y||new li(lt,function(de){return P(void 0,void 0,void 0,it().mark(function $e(){var Be;return it().wrap(function(Ne){for(;;)switch(Ne.prev=Ne.next){case 0:if(Be=lt(),pt=Math.abs(de-Be)<=1,r(5,p.style.transform="translateY("+-de+"px) translateZ(0)",p),Kt(),!bt){Ne.next=8;break}bt=!1,Ne.next=11;break;case 8:return Ne.next=10,new Promise(function(et){return setTimeout(et,0)});case 10:ln(F,de,fe);case 11:case"end":return Ne.stop()}},$e)}))}),r(11,w=w||new di(y))),!wt&&Ht&&(dt(function(){return d},function(de){return P(void 0,void 0,void 0,it().mark(function $e(){var Be,Ne;return it().wrap(function(et){for(;;)switch(et.prev=et.next){case 0:if(fe!==de){et.next=2;break}return et.abrupt("return");case 2:for(fe=de,Be=0,Ne=0;Ne<F.length;Ne+=1)Be+=be[Ne];return pe=Math.max(Be,fe-Re),r(6,v.style.height=pe+"px",v),et.next=9,new Promise(function(at){return setTimeout(at,0)});case 9:nn(F),ln(F,y.getPosition(),fe),fe!==0&&gt(pt&&We),Kt();case 13:case"end":return et.stop()}},$e)}))}),dt(function(){return c},function(de){if(Re!==de){Re=de;for(var $e=0,Be=0;Be<F.length;Be+=1)$e+=be[Be];pe=Math.max($e,fe-ze-Re),r(6,v.style.height=pe+"px",v),fe!==0&&gt(pt&&We),Kt()}}),dt(function(){return a},function(de){ze!==de&&(ze=de,nn(F),Kt())})));var $n={scrollTo:function(de){if(Ht){var $e=Me[Math.max(0,Math.min(F.length-1,de))],Be=Math.min(lt(),$e),Ne=Math.min(Math.floor(500*Math.abs(y.getPosition()-Be)/2e3),500);y.scrollTo(Be,Ne)}}};return u.$$set=function(de){"items"in de&&r(0,F=de.items),"itemKey"in de&&r(18,te=de.itemKey),"itemHeight"in de&&r(19,le=de.itemHeight),"buffer"in de&&r(20,ye=de.buffer),"stickToBottom"in de&&r(21,We=de.stickToBottom),"scrollbar"in de&&r(1,we=de.scrollbar),"start"in de&&r(16,Ye=de.start),"end"in de&&r(17,Qe=de.end),"$$scope"in de&&r(31,C=de.$$scope)},u.$$.update=function(){8388609&u.$$.dirty[0]&&Gt&&(Ht||r(4,d.parentElement.style.height="auto",d),nn(F),wt=!0)},[F,we,a,c,d,p,v,nt,ie,Me,_e,w,function(){},Ht,An,V,Ye,Qe,te,le,ye,We,$n,Gt,L,function(de){e.VnY[de?"unshift":"push"](function(){r(2,a=de)})},function(de,$e){return An(de.index,$e)},function(de){e.VnY[de?"unshift":"push"](function(){r(6,v=de)})},function(de){e.VnY[de?"unshift":"push"](function(){r(3,c=de)})},function(de){e.VnY[de?"unshift":"push"](function(){r(5,p=de)})},function(de){e.VnY[de?"unshift":"push"](function(){r(4,d=de),r(23,Gt),r(13,Ht),r(0,F)})},C]}var xi=function(u){function s(r){var a;return a=u.call(this)||this,(0,e.S1n)((0,f.Z)(a),r,ki,Ei,e.N8,{items:0,itemKey:18,itemHeight:19,buffer:20,stickToBottom:21,scrollbar:1,start:16,end:17,handler:22},null,[-1,-1]),a}return(0,h.Z)(s,u),(0,o.Z)(s,[{key:"items",get:function(){return this.$$.ctx[0]},set:function(r){this.$$set({items:r}),(0,e.yl1)()}},{key:"itemKey",get:function(){return this.$$.ctx[18]},set:function(r){this.$$set({itemKey:r}),(0,e.yl1)()}},{key:"itemHeight",get:function(){return this.$$.ctx[19]},set:function(r){this.$$set({itemHeight:r}),(0,e.yl1)()}},{key:"buffer",get:function(){return this.$$.ctx[20]},set:function(r){this.$$set({buffer:r}),(0,e.yl1)()}},{key:"stickToBottom",get:function(){return this.$$.ctx[21]},set:function(r){this.$$set({stickToBottom:r}),(0,e.yl1)()}},{key:"scrollbar",get:function(){return this.$$.ctx[1]},set:function(r){this.$$set({scrollbar:r}),(0,e.yl1)()}},{key:"start",get:function(){return this.$$.ctx[16]},set:function(r){this.$$set({start:r}),(0,e.yl1)()}},{key:"end",get:function(){return this.$$.ctx[17]},set:function(r){this.$$set({end:r}),(0,e.yl1)()}},{key:"handler",get:function(){return this.$$.ctx[22]}}]),s}(e.f_C),zo=xi;function Ti(u){var s;return{c:function(){(s=(0,e.bGB)("div")).textContent="Empty",(0,e.Ljt)(s,"slot","empty"),(0,e.Ljt)(s,"class","vc-plugin-empty")},m:function(r,a){(0,e.$Tr)(r,s,a)},p:e.ZTd,d:function(r){r&&(0,e.ogt)(s)}}}function Si(u){var s,r;return(s=new Yr({props:{slot:"item",log:u[16],showTimestamps:u[1],groupHeader:u[16].groupHeader}})).$on("groupCollapsed",u[6]),{c:function(){(0,e.YCL)(s.$$.fragment)},m:function(a,c){(0,e.yef)(s,a,c),r=!0},p:function(a,c){var d={};65536&c&&(d.log=a[16]),2&c&&(d.showTimestamps=a[1]),65536&c&&(d.groupHeader=a[16].groupHeader),s.$set(d)},i:function(a){r||((0,e.Ui)(s.$$.fragment,a),r=!0)},o:function(a){(0,e.etI)(s.$$.fragment,a),r=!1},d:function(a){(0,e.vpE)(s,a)}}}function qo(u){var s,r;return(s=new Qr.Z({})).$on("filterText",u[5]),{c:function(){(0,e.YCL)(s.$$.fragment)},m:function(a,c){(0,e.yef)(s,a,c),r=!0},p:e.ZTd,i:function(a){r||((0,e.Ui)(s.$$.fragment,a),r=!0)},o:function(a){(0,e.etI)(s.$$.fragment,a),r=!1},d:function(a){(0,e.vpE)(s,a)}}}function Ci(u){var s,r,a=u[0]&&qo(u);return{c:function(){a&&a.c(),s=(0,e.cSb)()},m:function(c,d){a&&a.m(c,d),(0,e.$Tr)(c,s,d),r=!0},p:function(c,d){c[0]?a?(a.p(c,d),1&d&&(0,e.Ui)(a,1)):((a=qo(c)).c(),(0,e.Ui)(a,1),a.m(s.parentNode,s)):a&&((0,e.dvw)(),(0,e.etI)(a,1,1,function(){a=null}),(0,e.gbL)())},i:function(c){r||((0,e.Ui)(a),r=!0)},o:function(c){(0,e.etI)(a),r=!1},d:function(c){a&&a.d(c),c&&(0,e.ogt)(s)}}}function Ai(u){var s,r,a,c;function d(v){u[15](v)}var p={items:u[4],itemKey:"_id",itemHeight:30,buffer:100,stickToBottom:!0,scrollbar:!0,$$slots:{footer:[Ci],item:[Si,function(v){return{16:v.item}},function(v){return v.item?65536:0}],empty:[Ti]},$$scope:{ctx:u}};return u[3]!==void 0&&(p.handler=u[3]),r=new zo({props:p}),e.VnY.push(function(){return(0,e.akz)(r,"handler",d)}),{c:function(){s=(0,e.bGB)("div"),(0,e.YCL)(r.$$.fragment),(0,e.Ljt)(s,"class","vc-plugin-content"),(0,e.VHj)(s,"vc-logs-has-cmd",u[0])},m:function(v,y){(0,e.$Tr)(v,s,y),(0,e.yef)(r,s,null),c=!0},p:function(v,y){var w=y[0],x={};16&w&&(x.items=v[4]),196611&w&&(x.$$scope={dirty:w,ctx:v}),!a&&8&w&&(a=!0,x.handler=v[3],(0,e.hjT)(function(){return a=!1})),r.$set(x),1&w&&(0,e.VHj)(s,"vc-logs-has-cmd",v[0])},i:function(v){c||((0,e.Ui)(r.$$.fragment,v),c=!0)},o:function(v){(0,e.etI)(r.$$.fragment,v),c=!1},d:function(v){v&&(0,e.ogt)(s),(0,e.vpE)(r)}}}function Oi(u,s,r){var a,c=e.ZTd;u.$$.on_destroy.push(function(){return c()});var d,p,v=s.pluginId,y=v===void 0?"default":v,w=s.showCmd,x=w!==void 0&&w,L=s.filterType,C=L===void 0?"all":L,V=s.showTimestamps,P=V!==void 0&&V,F=!1,W="",te=[];return(0,_.H3)(function(){Lo.use()}),(0,_.ev)(function(){Lo.unuse()}),u.$$set=function(oe){"pluginId"in oe&&r(7,y=oe.pluginId),"showCmd"in oe&&r(0,x=oe.showCmd),"filterType"in oe&&r(8,C=oe.filterType),"showTimestamps"in oe&&r(1,P=oe.showTimestamps)},u.$$.update=function(){29056&u.$$.dirty&&(F||(r(2,d=on.O.get(y)),c(),c=(0,e.LdU)(d,function(oe){return r(14,a=oe)}),r(12,F=!0)),r(4,te=a.logList.filter(function(oe){return(C==="all"||C===oe.type)&&(W===""||(0,Bt.HX)(oe,W))&&!oe.groupCollapsed})))},[x,P,d,p,te,function(oe){r(13,W=oe.detail.filterText||"")},function(oe){var le=oe.detail.groupLabel,Ae=oe.detail.groupHeader,ye=oe.detail.isGroupCollapsed;d.update(function(He){return He.logList.forEach(function(We){We.groupLabel===le&&(We.groupHeader>0?We.groupHeader=Ae:We.groupCollapsed=ye)}),He})},y,C,function(){p.scrollTo(0)},function(){p.scrollTo(te.length-1)},{fixedHeight:!0},F,W,a,function(oe){r(3,p=oe)}]}var Ii=function(u){function s(r){var a;return a=u.call(this)||this,(0,e.S1n)((0,f.Z)(a),r,Oi,Ai,e.N8,{pluginId:7,showCmd:0,filterType:8,showTimestamps:1,scrollToTop:9,scrollToBottom:10,options:11}),a}return(0,h.Z)(s,u),(0,o.Z)(s,[{key:"pluginId",get:function(){return this.$$.ctx[7]},set:function(r){this.$$set({pluginId:r}),(0,e.yl1)()}},{key:"showCmd",get:function(){return this.$$.ctx[0]},set:function(r){this.$$set({showCmd:r}),(0,e.yl1)()}},{key:"filterType",get:function(){return this.$$.ctx[8]},set:function(r){this.$$set({filterType:r}),(0,e.yl1)()}},{key:"showTimestamps",get:function(){return this.$$.ctx[1]},set:function(r){this.$$set({showTimestamps:r}),(0,e.yl1)()}},{key:"scrollToTop",get:function(){return this.$$.ctx[9]}},{key:"scrollToBottom",get:function(){return this.$$.ctx[10]}},{key:"options",get:function(){return this.$$.ctx[11]}}]),s}(e.f_C),Li=Ii,jn=__webpack_require__(5629),Ko=function(){function u(s){this.model=void 0,this.pluginId=void 0,this.pluginId=s}return u.prototype.destroy=function(){this.model=void 0},u}(),Di=function(u){function s(){for(var a,c=arguments.length,d=new Array(c),p=0;p<c;p++)d[p]=arguments[p];return(a=u.call.apply(u,[this].concat(d))||this).model=jn.W.getSingleton(jn.W,"VConsoleLogModel"),a}(0,h.Z)(s,u);var r=s.prototype;return r.log=function(){for(var a=arguments.length,c=new Array(a),d=0;d<a;d++)c[d]=arguments[d];this.addLog.apply(this,["log"].concat(c))},r.info=function(){for(var a=arguments.length,c=new Array(a),d=0;d<a;d++)c[d]=arguments[d];this.addLog.apply(this,["info"].concat(c))},r.debug=function(){for(var a=arguments.length,c=new Array(a),d=0;d<a;d++)c[d]=arguments[d];this.addLog.apply(this,["debug"].concat(c))},r.warn=function(){for(var a=arguments.length,c=new Array(a),d=0;d<a;d++)c[d]=arguments[d];this.addLog.apply(this,["warn"].concat(c))},r.error=function(){for(var a=arguments.length,c=new Array(a),d=0;d<a;d++)c[d]=arguments[d];this.addLog.apply(this,["error"].concat(c))},r.clear=function(){this.model&&this.model.clearPluginLog(this.pluginId)},r.addLog=function(a){if(this.model){for(var c=arguments.length,d=new Array(c>1?c-1:0),p=1;p<c;p++)d[p-1]=arguments[p];d.unshift("["+this.pluginId+"]"),this.model.addLog({type:a,origData:d},{noOrig:!0})}},s}(Ko),co=function(u){function s(a,c){var d;return(d=u.call(this,a,c,Li,{pluginId:a,filterType:"all"})||this).model=jn.W.getSingleton(jn.W,"VConsoleLogModel"),d.isReady=!1,d.isShow=!1,d.isInBottom=!0,d.model.bindPlugin(a),d.exporter=new Di(a),d}(0,h.Z)(s,u);var r=s.prototype;return r.onReady=function(){var a,c;u.prototype.onReady.call(this),this.model.maxLogNumber=Number((a=this.vConsole.option.log)==null?void 0:a.maxLogNumber)||1e3,this.compInstance.showTimestamps=!((c=this.vConsole.option.log)==null||!c.showTimestamps)},r.onRemove=function(){u.prototype.onRemove.call(this),this.model.unbindPlugin(this.id)},r.onAddTopBar=function(a){for(var c=this,d=["All","Log","Info","Warn","Error"],p=[],v=0;v<d.length;v++)p.push({name:d[v],data:{type:d[v].toLowerCase()},actived:v===0,className:"",onClick:function(y,w){if(w.type===c.compInstance.filterType)return!1;c.compInstance.filterType=w.type}});p[0].className="vc-actived",a(p)},r.onAddTool=function(a){var c=this;a([{name:"Clear",global:!1,onClick:function(d){c.model.clearPluginLog(c.id),c.vConsole.triggerEvent("clearLog")}},{name:"Top",global:!1,onClick:function(d){c.compInstance.scrollToTop()}},{name:"Bottom",global:!1,onClick:function(d){c.compInstance.scrollToBottom()}}])},r.onUpdateOption=function(){var a,c,d,p;((a=this.vConsole.option.log)==null?void 0:a.maxLogNumber)!==this.model.maxLogNumber&&(this.model.maxLogNumber=Number((d=this.vConsole.option.log)==null?void 0:d.maxLogNumber)||1e3),!((c=this.vConsole.option.log)==null||!c.showTimestamps)!==this.compInstance.showTimestamps&&(this.compInstance.showTimestamps=!((p=this.vConsole.option.log)==null||!p.showTimestamps))},s}(xt),Xo=function(u){function s(){for(var a,c=arguments.length,d=new Array(c),p=0;p<c;p++)d[p]=arguments[p];return(a=u.call.apply(u,[this].concat(d))||this).onErrorHandler=void 0,a.resourceErrorHandler=void 0,a.rejectionHandler=void 0,a}(0,h.Z)(s,u);var r=s.prototype;return r.onReady=function(){u.prototype.onReady.call(this),this.bindErrors(),this.compInstance.showCmd=!0},r.onRemove=function(){u.prototype.onRemove.call(this),this.unbindErrors()},r.bindErrors=function(){n.FJ(window)&&n.mf(window.addEventListener)&&(this.catchWindowOnError(),this.catchResourceError(),this.catchUnhandledRejection())},r.unbindErrors=function(){n.FJ(window)&&n.mf(window.addEventListener)&&(window.removeEventListener("error",this.onErrorHandler),window.removeEventListener("error",this.resourceErrorHandler),window.removeEventListener("unhandledrejection",this.rejectionHandler))},r.catchWindowOnError=function(){var a=this;this.onErrorHandler=this.onErrorHandler?this.onErrorHandler:function(c){var d=c.message;c.filename&&(d+="\\n\\t"+c.filename.replace(location.origin,""),(c.lineno||c.colno)&&(d+=":"+c.lineno+":"+c.colno)),d+="\\n"+(!!c.error&&!!c.error.stack&&c.error.stack.toString()||""),a.model.addLog({type:"error",origData:[d]},{noOrig:!0})},window.removeEventListener("error",this.onErrorHandler),window.addEventListener("error",this.onErrorHandler)},r.catchResourceError=function(){var a=this;this.resourceErrorHandler=this.resourceErrorHandler?this.resourceErrorHandler:function(c){var d=c.target;if(["link","video","script","img","audio"].indexOf(d.localName)>-1){var p=d.href||d.src||d.currentSrc;a.model.addLog({type:"error",origData:["GET <"+d.localName+"> error: "+p]},{noOrig:!0})}},window.removeEventListener("error",this.resourceErrorHandler),window.addEventListener("error",this.resourceErrorHandler,!0)},r.catchUnhandledRejection=function(){var a=this;this.rejectionHandler=this.rejectionHandler?this.rejectionHandler:function(c){var d=c&&c.reason,p="Uncaught (in promise) ",v=[p,d];d instanceof Error&&(v=[p,{name:d.name,message:d.message,stack:d.stack}]),a.model.addLog({type:"error",origData:v},{noOrig:!0})},window.removeEventListener("unhandledrejection",this.rejectionHandler),window.addEventListener("unhandledrejection",this.rejectionHandler)},s}(co),Zo=function(u){function s(){return u.apply(this,arguments)||this}(0,h.Z)(s,u);var r=s.prototype;return r.onReady=function(){u.prototype.onReady.call(this),this.printSystemInfo()},r.printSystemInfo=function(){var a=navigator.userAgent,c=[],d=a.match(/MicroMessenger\/([\d\.]+)/i),p=d&&d[1]?d[1]:null;location.host==="servicewechat.com"||console.info("[system]","Location:",location.href);var v=a.match(/(ipod).*\s([\d_]+)/i),y=a.match(/(ipad).*\s([\d_]+)/i),w=a.match(/(iphone)\sos\s([\d_]+)/i),x=a.match(/(android)\s([\d\.]+)/i),L=a.match(/(Mac OS X)\s([\d_]+)/i);c=[],x?c.push("Android "+x[2]):w?c.push("iPhone, iOS "+w[2].replace(/_/g,".")):y?c.push("iPad, iOS "+y[2].replace(/_/g,".")):v?c.push("iPod, iOS "+v[2].replace(/_/g,".")):L&&c.push("Mac, MacOS "+L[2].replace(/_/g,".")),p&&c.push("WeChat "+p),console.info("[system]","Client:",c.length?c.join(", "):"Unknown");var C=a.toLowerCase().match(/ nettype\/([^ ]+)/g);C&&C[0]&&(c=[(C=C[0].split("/"))[1]],console.info("[system]","Network:",c.length?c.join(", "):"Unknown")),console.info("[system]","UA:",a),setTimeout(function(){var V=window.performance||window.msPerformance||window.webkitPerformance;if(V&&V.timing){var P=V.timing;P.navigationStart&&console.info("[system]","navigationStart:",P.navigationStart),P.navigationStart&&P.domainLookupStart&&console.info("[system]","navigation:",P.domainLookupStart-P.navigationStart+"ms"),P.domainLookupEnd&&P.domainLookupStart&&console.info("[system]","dns:",P.domainLookupEnd-P.domainLookupStart+"ms"),P.connectEnd&&P.connectStart&&(P.connectEnd&&P.secureConnectionStart?console.info("[system]","tcp (ssl):",P.connectEnd-P.connectStart+"ms ("+(P.connectEnd-P.secureConnectionStart)+"ms)"):console.info("[system]","tcp:",P.connectEnd-P.connectStart+"ms")),P.responseStart&&P.requestStart&&console.info("[system]","request:",P.responseStart-P.requestStart+"ms"),P.responseEnd&&P.responseStart&&console.info("[system]","response:",P.responseEnd-P.responseStart+"ms"),P.domComplete&&P.domLoading&&(P.domContentLoadedEventStart&&P.domLoading?console.info("[system]","domComplete (domLoaded):",P.domComplete-P.domLoading+"ms ("+(P.domContentLoadedEventStart-P.domLoading)+"ms)"):console.info("[system]","domComplete:",P.domComplete-P.domLoading+"ms")),P.loadEventEnd&&P.loadEventStart&&console.info("[system]","loadEvent:",P.loadEventEnd-P.loadEventStart+"ms"),P.navigationStart&&P.loadEventEnd&&console.info("[system]","total (DOM):",P.loadEventEnd-P.navigationStart+"ms ("+(P.domComplete-P.navigationStart)+"ms)")}},0)},s}(co),Tt=__webpack_require__(3313),Yo=__webpack_require__(643);function lo(u,s){var r=typeof Symbol<"u"&&u[Symbol.iterator]||u["@@iterator"];if(r)return(r=r.call(u)).next.bind(r);if(Array.isArray(u)||(r=function(c,d){if(c){if(typeof c=="string")return Qo(c,d);var p=Object.prototype.toString.call(c).slice(8,-1);if(p==="Object"&&c.constructor&&(p=c.constructor.name),p==="Map"||p==="Set")return Array.from(c);if(p==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(p))return Qo(c,d)}}(u))||s&&u&&typeof u.length=="number"){r&&(u=r);var a=0;return function(){return a>=u.length?{done:!0}:{done:!1,value:u[a++]}}}throw new TypeError(`Invalid attempt to iterate non-iterable instance.
927
- In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function Qo(u,s){(s==null||s>u.length)&&(s=u.length);for(var r=0,a=new Array(s);r<s;r++)a[r]=u[r];return a}var Jo=function(u,s){s===void 0&&(s={}),n.Kn(s)||(s={});var r=u?u.split("?"):[];if(r.shift(),r.length>0)for(var a,c=lo(r=r.join("?").split("&"));!(a=c()).done;){var d=a.value.split("=");try{s[d[0]]=decodeURIComponent(d[1])}catch{s[d[0]]=d[1]}}return s},Sn=function(u,s){var r="";switch(u){case"":case"text":case"json":if(n.HD(s))try{r=JSON.parse(s),r=n.hZ(r,{maxDepth:10,keyMaxLen:1e4,pretty:!0,standardJSON:!0})}catch{r=n.id(String(s),1e4)}else n.Kn(s)||n.kJ(s)?r=n.hZ(s,{maxDepth:10,keyMaxLen:1e4,pretty:!0,standardJSON:!0}):s!==void 0&&(r=Object.prototype.toString.call(s));break;default:s!==void 0&&(r=Object.prototype.toString.call(s))}return r},uo=function(u){if(!u)return null;var s=null;if(typeof u=="string")try{s=JSON.parse(u)}catch{var r=u.split("&");if(r.length===1)s=u;else{s={};for(var a,c=lo(r);!(a=c()).done;){var d=a.value.split("=");s[d[0]]=d[1]===void 0?"undefined":d[1]}}}else if(n.TW(u)){s={};for(var p,v=lo(u);!(p=v()).done;){var y=p.value,w=y[0],x=y[1];s[w]=typeof x=="string"?x:"[object Object]"}}else n.PO(u)?s=u:s="[object "+n.zl(u)+"]";return s},fo=function(u){return u===void 0&&(u=""),u.startsWith("//")&&(u=""+new URL(window.location.href).protocol+u),u.startsWith("http")?new URL(u):new URL(u,window.location.href)},Dn=function(){this.id="",this.name="",this.method="",this.url="",this.status=0,this.statusText="",this.cancelState=0,this.readyState=0,this.header=null,this.responseType="",this.requestType=void 0,this.requestHeader=null,this.response=void 0,this.responseSize=0,this.responseSizeText="",this.startTime=0,this.startTimeText="",this.endTime=0,this.costTime=0,this.getData=null,this.postData=null,this.actived=!1,this.noVConsole=!1,this.id=(0,n.QI)()},er=function(u){function s(r){var a;return(a=u.call(this)||this)._response=void 0,new Proxy(r,s.Handler)||(0,f.Z)(a)}return(0,h.Z)(s,u),s}(Dn);er.Handler={get:function(u,s){return s==="response"?u._response:Reflect.get(u,s)},set:function(u,s,r){var a;switch(s){case"response":return u._response=Sn(u.responseType,r),!0;case"url":var c=((a=r=String(r))==null?void 0:a.replace(new RegExp("[/]*$"),"").split("/").pop())||"Unknown";Reflect.set(u,"name",c);var d=Jo(r,u.getData);Reflect.set(u,"getData",d);break;case"status":var p=String(r)||"Unknown";Reflect.set(u,"statusText",p);break;case"startTime":if(r&&u.endTime){var v=u.endTime-r;Reflect.set(u,"costTime",v)}break;case"endTime":if(r&&u.startTime){var y=r-u.startTime;Reflect.set(u,"costTime",y)}}return Reflect.set(u,s,r)}};var Ri=function(){function u(r,a){var c=this;this.XMLReq=void 0,this.item=void 0,this.onUpdateCallback=void 0,this.XMLReq=r,this.XMLReq.onreadystatechange=function(){c.onReadyStateChange()},this.XMLReq.onabort=function(){c.onAbort()},this.XMLReq.ontimeout=function(){c.onTimeout()},this.item=new Dn,this.item.requestType="xhr",this.onUpdateCallback=a}var s=u.prototype;return s.get=function(r,a){switch(a){case"_noVConsole":return this.item.noVConsole;case"open":return this.getOpen(r);case"send":return this.getSend(r);case"setRequestHeader":return this.getSetRequestHeader(r);default:var c=Reflect.get(r,a);return typeof c=="function"?c.bind(r):c}},s.set=function(r,a,c){switch(a){case"_noVConsole":return void(this.item.noVConsole=!!c);case"onreadystatechange":return this.setOnReadyStateChange(r,a,c);case"onabort":return this.setOnAbort(r,a,c);case"ontimeout":return this.setOnTimeout(r,a,c)}return Reflect.set(r,a,c)},s.onReadyStateChange=function(){this.item.readyState=this.XMLReq.readyState,this.item.responseType=this.XMLReq.responseType,this.item.endTime=Date.now(),this.item.costTime=this.item.endTime-this.item.startTime,this.updateItemByReadyState(),this.item.response=Sn(this.item.responseType,this.item.response),this.triggerUpdate()},s.onAbort=function(){this.item.cancelState=1,this.item.statusText="Abort",this.triggerUpdate()},s.onTimeout=function(){this.item.cancelState=3,this.item.statusText="Timeout",this.triggerUpdate()},s.triggerUpdate=function(){this.item.noVConsole||this.onUpdateCallback(this.item)},s.getOpen=function(r){var a=this,c=Reflect.get(r,"open");return function(){for(var d=arguments.length,p=new Array(d),v=0;v<d;v++)p[v]=arguments[v];var y=p[0],w=p[1];return a.item.method=y?y.toUpperCase():"GET",a.item.url=w||"",a.item.name=a.item.url.replace(new RegExp("[/]*$"),"").split("/").pop()||"",a.item.getData=Jo(a.item.url,{}),a.triggerUpdate(),c.apply(r,p)}},s.getSend=function(r){var a=this,c=Reflect.get(r,"send");return function(){for(var d=arguments.length,p=new Array(d),v=0;v<d;v++)p[v]=arguments[v];var y=p[0];return a.item.postData=uo(y),a.triggerUpdate(),c.apply(r,p)}},s.getSetRequestHeader=function(r){var a=this,c=Reflect.get(r,"setRequestHeader");return function(){a.item.requestHeader||(a.item.requestHeader={});for(var d=arguments.length,p=new Array(d),v=0;v<d;v++)p[v]=arguments[v];return a.item.requestHeader[p[0]]=p[1],a.triggerUpdate(),c.apply(r,p)}},s.setOnReadyStateChange=function(r,a,c){var d=this;return Reflect.set(r,a,function(){d.onReadyStateChange();for(var p=arguments.length,v=new Array(p),y=0;y<p;y++)v[y]=arguments[y];c.apply(r,v)})},s.setOnAbort=function(r,a,c){var d=this;return Reflect.set(r,a,function(){d.onAbort();for(var p=arguments.length,v=new Array(p),y=0;y<p;y++)v[y]=arguments[y];c.apply(r,v)})},s.setOnTimeout=function(r,a,c){var d=this;return Reflect.set(r,a,function(){d.onTimeout();for(var p=arguments.length,v=new Array(p),y=0;y<p;y++)v[y]=arguments[y];c.apply(r,v)})},s.updateItemByReadyState=function(){switch(this.XMLReq.readyState){case 0:case 1:if(this.item.status=0,this.item.statusText="Pending",!this.item.startTime){this.item.startTime=Date.now();var r=(0,n._3)(this.item.startTime);this.item.startTimeText=r.year+"-"+r.month+"-"+r.day+" "+r.hour+":"+r.minute+":"+r.second+"."+r.millisecond}break;case 2:this.item.status=this.XMLReq.status,this.item.statusText="Loading",this.item.header={};for(var a=(this.XMLReq.getAllResponseHeaders()||"").split(`
928
- `),c=0;c<a.length;c++){var d=a[c];if(d){var p=d.split(": "),v=p[0],y=p.slice(1).join(": ");this.item.header[v]=y}}break;case 3:this.item.status=this.XMLReq.status,this.item.statusText="Loading",this.XMLReq.response&&this.XMLReq.response.length&&(this.item.responseSize=this.XMLReq.response.length,this.item.responseSizeText=(0,n.KL)(this.item.responseSize));break;case 4:this.item.status=this.XMLReq.status||this.item.status||0,this.item.statusText=String(this.item.status),this.item.endTime=Date.now(),this.item.costTime=this.item.endTime-(this.item.startTime||this.item.endTime),this.item.response=this.XMLReq.response,this.XMLReq.response&&this.XMLReq.response.length&&(this.item.responseSize=this.XMLReq.response.length,this.item.responseSizeText=(0,n.KL)(this.item.responseSize));break;default:this.item.status=this.XMLReq.status,this.item.statusText="Unknown"}},u}(),ho=function(){function u(){}return u.create=function(s){return new Proxy(XMLHttpRequest,{construct:function(r){var a=new r;return new Proxy(a,new Ri(a,s))}})},u}();function po(u,s){var r=typeof Symbol<"u"&&u[Symbol.iterator]||u["@@iterator"];if(r)return(r=r.call(u)).next.bind(r);if(Array.isArray(u)||(r=function(c,d){if(c){if(typeof c=="string")return tr(c,d);var p=Object.prototype.toString.call(c).slice(8,-1);if(p==="Object"&&c.constructor&&(p=c.constructor.name),p==="Map"||p==="Set")return Array.from(c);if(p==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(p))return tr(c,d)}}(u))||s&&u&&typeof u.length=="number"){r&&(u=r);var a=0;return function(){return a>=u.length?{done:!0}:{done:!1,value:u[a++]}}}throw new TypeError(`Invalid attempt to iterate non-iterable instance.
929
- In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function tr(u,s){(s==null||s>u.length)&&(s=u.length);for(var r=0,a=new Array(s);r<s;r++)a[r]=u[r];return a}ho.origXMLHttpRequest=XMLHttpRequest;var Bi=function(){function u(r,a,c){this.resp=void 0,this.item=void 0,this.onUpdateCallback=void 0,this.resp=r,this.item=a,this.onUpdateCallback=c,this.mockReader()}var s=u.prototype;return s.set=function(r,a,c){return Reflect.set(r,a,c)},s.get=function(r,a){var c=this,d=Reflect.get(r,a);switch(a){case"arrayBuffer":case"blob":case"formData":case"json":case"text":return function(){return c.item.responseType=a.toLowerCase(),d.apply(r).then(function(p){return c.item.response=Sn(c.item.responseType,p),c.onUpdateCallback(c.item),p})}}return typeof d=="function"?d.bind(r):d},s.mockReader=function(){var r,a=this;if(this.resp.body&&typeof this.resp.body.getReader=="function"){var c=this.resp.body.getReader;this.resp.body.getReader=function(){var d=c.apply(a.resp.body);if(a.item.readyState===4)return d;var p=d.read,v=d.cancel;return a.item.responseType="arraybuffer",d.read=function(){return p.apply(d).then(function(y){if(r){var w=new Uint8Array(r.length+y.value.length);w.set(r),w.set(y.value,r.length),r=w}else r=new Uint8Array(y.value);return a.item.endTime=Date.now(),a.item.costTime=a.item.endTime-(a.item.startTime||a.item.endTime),a.item.readyState=y.done?4:3,a.item.statusText=y.done?String(a.item.status):"Loading",a.item.responseSize=r.length,a.item.responseSizeText=n.KL(a.item.responseSize),y.done&&(a.item.response=Sn(a.item.responseType,r)),a.onUpdateCallback(a.item),y})},d.cancel=function(){a.item.cancelState=2,a.item.statusText="Cancel",a.item.endTime=Date.now(),a.item.costTime=a.item.endTime-(a.item.startTime||a.item.endTime),a.item.response=Sn(a.item.responseType,r),a.onUpdateCallback(a.item);for(var y=arguments.length,w=new Array(y),x=0;x<y;x++)w[x]=arguments[x];return v.apply(d,w)},d}}},u}(),Pi=function(){function u(r){this.onUpdateCallback=void 0,this.onUpdateCallback=r}var s=u.prototype;return s.apply=function(r,a,c){var d=this,p=c[0],v=c[1],y=new Dn;return this.beforeFetch(y,p,v),r.apply(window,c).then(this.afterFetch(y)).catch(function(w){throw y.endTime=Date.now(),y.costTime=y.endTime-(y.startTime||y.endTime),d.onUpdateCallback(y),w})},s.beforeFetch=function(r,a,c){var d,p="GET",v=null;if(n.HD(a)?(p=(c==null?void 0:c.method)||"GET",d=fo(a),v=(c==null?void 0:c.headers)||null):(p=a.method||"GET",d=fo(a.url),v=a.headers),r.method=p,r.requestType="fetch",r.requestHeader=v,r.url=d.toString(),r.name=(d.pathname.split("/").pop()||"")+d.search,r.status=0,r.statusText="Pending",r.readyState=1,!r.startTime){r.startTime=Date.now();var y=n._3(r.startTime);r.startTimeText=y.year+"-"+y.month+"-"+y.day+" "+y.hour+":"+y.minute+":"+y.second+"."+y.millisecond}if(Object.prototype.toString.call(v)==="[object Headers]"){r.requestHeader={};for(var w,x=po(v);!(w=x()).done;){var L=w.value,C=L[0],V=L[1];r.requestHeader[C]=V}}else r.requestHeader=v;if(d.search&&d.searchParams){r.getData={};for(var P,F=po(d.searchParams);!(P=F()).done;){var W=P.value,te=W[0],oe=W[1];r.getData[te]=oe}}c!=null&&c.body&&(r.postData=uo(c.body)),this.onUpdateCallback(r)},s.afterFetch=function(r){var a=this;return function(c){r.endTime=Date.now(),r.costTime=r.endTime-(r.startTime||r.endTime),r.status=c.status,r.statusText=String(c.status);var d=!1;r.header={};for(var p,v=po(c.headers);!(p=v()).done;){var y=p.value,w=y[0],x=y[1];r.header[w]=x,d=x.toLowerCase().indexOf("chunked")>-1||d}return d?r.readyState=3:(r.readyState=4,a.handleResponseBody(c.clone(),r).then(function(L){r.responseSize=typeof L=="string"?L.length:L.byteLength,r.responseSizeText=n.KL(r.responseSize),r.response=Sn(r.responseType,L),a.onUpdateCallback(r)})),a.onUpdateCallback(r),new Proxy(c,new Bi(c,r,a.onUpdateCallback))}},s.handleResponseBody=function(r,a){var c=r.headers.get("content-type");return c&&c.includes("application/json")?(a.responseType="json",r.text()):c&&(c.includes("text/html")||c.includes("text/plain"))?(a.responseType="text",r.text()):(a.responseType="arraybuffer",r.arrayBuffer())},u}(),vo=function(){function u(){}return u.create=function(s){return new Proxy(fetch,new Pi(s))},u}();function $i(u,s){var r=typeof Symbol<"u"&&u[Symbol.iterator]||u["@@iterator"];if(r)return(r=r.call(u)).next.bind(r);if(Array.isArray(u)||(r=function(c,d){if(c){if(typeof c=="string")return nr(c,d);var p=Object.prototype.toString.call(c).slice(8,-1);if(p==="Object"&&c.constructor&&(p=c.constructor.name),p==="Map"||p==="Set")return Array.from(c);if(p==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(p))return nr(c,d)}}(u))||s&&u&&typeof u.length=="number"){r&&(u=r);var a=0;return function(){return a>=u.length?{done:!0}:{done:!1,value:u[a++]}}}throw new TypeError(`Invalid attempt to iterate non-iterable instance.
930
- In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function nr(u,s){(s==null||s>u.length)&&(s=u.length);for(var r=0,a=new Array(s);r<s;r++)a[r]=u[r];return a}vo.origFetch=fetch;var Ni=function(u){return u instanceof Blob?u.type:u instanceof FormData?"multipart/form-data":u instanceof URLSearchParams?"application/x-www-form-urlencoded;charset=UTF-8":"text/plain;charset=UTF-8"},Mi=function(){function u(s){this.onUpdateCallback=void 0,this.onUpdateCallback=s}return u.prototype.apply=function(s,r,a){var c=a[0],d=a[1],p=new Dn,v=fo(c);if(p.method="POST",p.url=c,p.name=(v.pathname.split("/").pop()||"")+v.search,p.requestType="ping",p.requestHeader={"Content-Type":Ni(d)},p.status=0,p.statusText="Pending",v.search&&v.searchParams){p.getData={};for(var y,w=$i(v.searchParams);!(y=w()).done;){var x=y.value,L=x[0],C=x[1];p.getData[L]=C}}p.postData=uo(d),p.startTime||(p.startTime=Date.now()),this.onUpdateCallback(p);var V=s.apply(r,a);return V?(p.endTime=Date.now(),p.costTime=p.endTime-(p.startTime||p.endTime),p.status=0,p.statusText="Sent",p.readyState=4):(p.status=500,p.statusText="Unknown"),this.onUpdateCallback(p),V},u}(),mo=function(){function u(){}return u.create=function(s){return new Proxy(navigator.sendBeacon,new Mi(s))},u}();mo.origSendBeacon=navigator.sendBeacon;var vn=(0,Tt.fZ)({}),Un=function(u){function s(){var a;return(a=u.call(this)||this).maxNetworkNumber=1e3,a.ignoreUrlRegExp=void 0,a.itemCounter=0,a.mockXHR(),a.mockFetch(),a.mockSendBeacon(),a}(0,h.Z)(s,u);var r=s.prototype;return r.unMock=function(){window.hasOwnProperty("XMLHttpRequest")&&(window.XMLHttpRequest=ho.origXMLHttpRequest),window.hasOwnProperty("fetch")&&(window.fetch=vo.origFetch),window.navigator.sendBeacon&&(window.navigator.sendBeacon=mo.origSendBeacon)},r.clearLog=function(){vn.set({})},r.updateRequest=function(a,c){var d,p=c.url;if(!p||(d=this.ignoreUrlRegExp)==null||!d.test(p)){var v=(0,Tt.U2)(vn),y=!!v[a];if(y){var w=v[a];for(var x in c)w[x]=c[x];c=w}vn.update(function(L){return L[a]=c,L}),y||(X.x.updateTime(),this.limitListLength())}},r.mockXHR=function(){var a=this;window.hasOwnProperty("XMLHttpRequest")&&(window.XMLHttpRequest=ho.create(function(c){a.updateRequest(c.id,c)}))},r.mockFetch=function(){var a=this;window.hasOwnProperty("fetch")&&(window.fetch=vo.create(function(c){a.updateRequest(c.id,c)}))},r.mockSendBeacon=function(){var a,c,d=this;(a=window)!=null&&(c=a.navigator)!=null&&c.sendBeacon&&(window.navigator.sendBeacon=mo.create(function(p){d.updateRequest(p.id,p)}))},r.limitListLength=function(){var a=this;if(this.itemCounter++,this.itemCounter%10==0){this.itemCounter=0;var c=(0,Tt.U2)(vn),d=Object.keys(c);d.length>this.maxNetworkNumber-10&&vn.update(function(p){for(var v=d.splice(0,d.length-a.maxNetworkNumber+10),y=0;y<v.length;y++)p[v[y]]=void 0,delete p[v[y]];return p})}},s}(Yo.N),Fn=__webpack_require__(8747),Rn={};Fn.Z&&Fn.Z.locals&&(Rn.locals=Fn.Z.locals);var go,_o=0,bn={};bn.styleTagTransform=M(),bn.setAttributes=O(),bn.insert=A().bind(null,"head"),bn.domAPI=g(),bn.insertStyleElement=I(),Rn.use=function(u){return bn.options=u||{},_o++||(go=E()(Fn.Z,bn)),Rn},Rn.unuse=function(){_o>0&&!--_o&&(go(),go=null)};var or=Rn;function rr(u,s,r){var a=u.slice();return a[11]=s[r][0],a[12]=s[r][1],a}function ir(u,s,r){var a=u.slice();return a[11]=s[r][0],a[12]=s[r][1],a}function ar(u,s,r){var a=u.slice();return a[11]=s[r][0],a[12]=s[r][1],a}function sr(u,s,r){var a=u.slice();return a[11]=s[r][0],a[12]=s[r][1],a}function cr(u){var s,r,a;return{c:function(){s=(0,e.fLW)("("),r=(0,e.fLW)(u[0]),a=(0,e.fLW)(")")},m:function(c,d){(0,e.$Tr)(c,s,d),(0,e.$Tr)(c,r,d),(0,e.$Tr)(c,a,d)},p:function(c,d){1&d&&(0,e.rTO)(r,c[0])},d:function(c){c&&(0,e.ogt)(s),c&&(0,e.ogt)(r),c&&(0,e.ogt)(a)}}}function Vi(u){var s,r,a,c,d,p,v=u[0]>0&&cr(u);return{c:function(){s=(0,e.bGB)("dl"),r=(0,e.bGB)("dd"),a=(0,e.fLW)("Name "),v&&v.c(),(c=(0,e.bGB)("dd")).textContent="Method",(d=(0,e.bGB)("dd")).textContent="Status",(p=(0,e.bGB)("dd")).textContent="Time",(0,e.Ljt)(r,"class","vc-table-col vc-table-col-4"),(0,e.Ljt)(c,"class","vc-table-col"),(0,e.Ljt)(d,"class","vc-table-col"),(0,e.Ljt)(p,"class","vc-table-col"),(0,e.Ljt)(s,"class","vc-table-row")},m:function(y,w){(0,e.$Tr)(y,s,w),(0,e.R3I)(s,r),(0,e.R3I)(r,a),v&&v.m(r,null),(0,e.R3I)(s,c),(0,e.R3I)(s,d),(0,e.R3I)(s,p)},p:function(y,w){y[0]>0?v?v.p(y,w):((v=cr(y)).c(),v.m(r,null)):v&&(v.d(1),v=null)},d:function(y){y&&(0,e.ogt)(s),v&&v.d()}}}function ji(u){var s;return{c:function(){(s=(0,e.bGB)("div")).textContent="Empty",(0,e.Ljt)(s,"slot","empty"),(0,e.Ljt)(s,"class","vc-plugin-empty")},m:function(r,a){(0,e.$Tr)(r,s,a)},p:e.ZTd,d:function(r){r&&(0,e.ogt)(s)}}}function lr(u){var s,r,a,c,d,p,v,y;p=new yt({props:{content:u[10].requestHeader}});for(var w=Object.entries(u[10].requestHeader),x=[],L=0;L<w.length;L+=1)x[L]=ur(sr(u,w,L));return{c:function(){s=(0,e.bGB)("div"),r=(0,e.bGB)("dl"),a=(0,e.bGB)("dt"),c=(0,e.fLW)(`Request Headers
931
- `),d=(0,e.bGB)("i"),(0,e.YCL)(p.$$.fragment),v=(0,e.DhX)();for(var C=0;C<x.length;C+=1)x[C].c();(0,e.Ljt)(d,"class","vc-table-row-icon"),(0,e.Ljt)(a,"class","vc-table-col vc-table-col-title"),(0,e.Ljt)(r,"class","vc-table-row vc-left-border")},m:function(C,V){(0,e.$Tr)(C,s,V),(0,e.R3I)(s,r),(0,e.R3I)(r,a),(0,e.R3I)(a,c),(0,e.R3I)(a,d),(0,e.yef)(p,d,null),(0,e.R3I)(s,v);for(var P=0;P<x.length;P+=1)x[P].m(s,null);y=!0},p:function(C,V){var P={};if(1024&V&&(P.content=C[10].requestHeader),p.$set(P),1040&V){var F;for(w=Object.entries(C[10].requestHeader),F=0;F<w.length;F+=1){var W=sr(C,w,F);x[F]?x[F].p(W,V):(x[F]=ur(W),x[F].c(),x[F].m(s,null))}for(;F<x.length;F+=1)x[F].d(1);x.length=w.length}},i:function(C){y||((0,e.Ui)(p.$$.fragment,C),y=!0)},o:function(C){(0,e.etI)(p.$$.fragment,C),y=!1},d:function(C){C&&(0,e.ogt)(s),(0,e.vpE)(p),(0,e.RMB)(x,C)}}}function ur(u){var s,r,a,c,d,p,v,y=u[11]+"",w=u[4](u[12])+"";return{c:function(){s=(0,e.bGB)("div"),r=(0,e.bGB)("div"),a=(0,e.fLW)(y),c=(0,e.DhX)(),d=(0,e.bGB)("div"),p=(0,e.fLW)(w),v=(0,e.DhX)(),(0,e.Ljt)(r,"class","vc-table-col vc-table-col-2"),(0,e.Ljt)(d,"class","vc-table-col vc-table-col-4 vc-table-col-value vc-max-height-line"),(0,e.Ljt)(s,"class","vc-table-row vc-left-border vc-small")},m:function(x,L){(0,e.$Tr)(x,s,L),(0,e.R3I)(s,r),(0,e.R3I)(r,a),(0,e.R3I)(s,c),(0,e.R3I)(s,d),(0,e.R3I)(d,p),(0,e.R3I)(s,v)},p:function(x,L){1024&L&&y!==(y=x[11]+"")&&(0,e.rTO)(a,y),1024&L&&w!==(w=x[4](x[12])+"")&&(0,e.rTO)(p,w)},d:function(x){x&&(0,e.ogt)(s)}}}function fr(u){var s,r,a,c,d,p,v,y;p=new yt({props:{content:u[10].getData}});for(var w=Object.entries(u[10].getData),x=[],L=0;L<w.length;L+=1)x[L]=dr(ar(u,w,L));return{c:function(){s=(0,e.bGB)("div"),r=(0,e.bGB)("dl"),a=(0,e.bGB)("dt"),c=(0,e.fLW)(`Query String Parameters
932
- `),d=(0,e.bGB)("i"),(0,e.YCL)(p.$$.fragment),v=(0,e.DhX)();for(var C=0;C<x.length;C+=1)x[C].c();(0,e.Ljt)(d,"class","vc-table-row-icon"),(0,e.Ljt)(a,"class","vc-table-col vc-table-col-title"),(0,e.Ljt)(r,"class","vc-table-row vc-left-border")},m:function(C,V){(0,e.$Tr)(C,s,V),(0,e.R3I)(s,r),(0,e.R3I)(r,a),(0,e.R3I)(a,c),(0,e.R3I)(a,d),(0,e.yef)(p,d,null),(0,e.R3I)(s,v);for(var P=0;P<x.length;P+=1)x[P].m(s,null);y=!0},p:function(C,V){var P={};if(1024&V&&(P.content=C[10].getData),p.$set(P),1040&V){var F;for(w=Object.entries(C[10].getData),F=0;F<w.length;F+=1){var W=ar(C,w,F);x[F]?x[F].p(W,V):(x[F]=dr(W),x[F].c(),x[F].m(s,null))}for(;F<x.length;F+=1)x[F].d(1);x.length=w.length}},i:function(C){y||((0,e.Ui)(p.$$.fragment,C),y=!0)},o:function(C){(0,e.etI)(p.$$.fragment,C),y=!1},d:function(C){C&&(0,e.ogt)(s),(0,e.vpE)(p),(0,e.RMB)(x,C)}}}function dr(u){var s,r,a,c,d,p,v,y=u[11]+"",w=u[4](u[12])+"";return{c:function(){s=(0,e.bGB)("div"),r=(0,e.bGB)("div"),a=(0,e.fLW)(y),c=(0,e.DhX)(),d=(0,e.bGB)("div"),p=(0,e.fLW)(w),v=(0,e.DhX)(),(0,e.Ljt)(r,"class","vc-table-col vc-table-col-2"),(0,e.Ljt)(d,"class","vc-table-col vc-table-col-4 vc-table-col-value vc-max-height-line"),(0,e.Ljt)(s,"class","vc-table-row vc-left-border vc-small")},m:function(x,L){(0,e.$Tr)(x,s,L),(0,e.R3I)(s,r),(0,e.R3I)(r,a),(0,e.R3I)(s,c),(0,e.R3I)(s,d),(0,e.R3I)(d,p),(0,e.R3I)(s,v)},p:function(x,L){1024&L&&y!==(y=x[11]+"")&&(0,e.rTO)(a,y),1024&L&&w!==(w=x[4](x[12])+"")&&(0,e.rTO)(p,w)},d:function(x){x&&(0,e.ogt)(s)}}}function hr(u){var s,r,a,c,d,p,v,y;function w(C,V){return typeof C[10].postData=="string"?Fi:Ui}p=new yt({props:{content:u[10].postData}});var x=w(u),L=x(u);return{c:function(){s=(0,e.bGB)("div"),r=(0,e.bGB)("dl"),a=(0,e.bGB)("dt"),c=(0,e.fLW)(`Request Payload
933
- `),d=(0,e.bGB)("i"),(0,e.YCL)(p.$$.fragment),v=(0,e.DhX)(),L.c(),(0,e.Ljt)(d,"class","vc-table-row-icon"),(0,e.Ljt)(a,"class","vc-table-col vc-table-col-title"),(0,e.Ljt)(r,"class","vc-table-row vc-left-border")},m:function(C,V){(0,e.$Tr)(C,s,V),(0,e.R3I)(s,r),(0,e.R3I)(r,a),(0,e.R3I)(a,c),(0,e.R3I)(a,d),(0,e.yef)(p,d,null),(0,e.R3I)(s,v),L.m(s,null),y=!0},p:function(C,V){var P={};1024&V&&(P.content=C[10].postData),p.$set(P),x===(x=w(C))&&L?L.p(C,V):(L.d(1),(L=x(C))&&(L.c(),L.m(s,null)))},i:function(C){y||((0,e.Ui)(p.$$.fragment,C),y=!0)},o:function(C){(0,e.etI)(p.$$.fragment,C),y=!1},d:function(C){C&&(0,e.ogt)(s),(0,e.vpE)(p),L.d()}}}function Ui(u){for(var s,r=Object.entries(u[10].postData),a=[],c=0;c<r.length;c+=1)a[c]=pr(ir(u,r,c));return{c:function(){for(var d=0;d<a.length;d+=1)a[d].c();s=(0,e.cSb)()},m:function(d,p){for(var v=0;v<a.length;v+=1)a[v].m(d,p);(0,e.$Tr)(d,s,p)},p:function(d,p){if(1040&p){var v;for(r=Object.entries(d[10].postData),v=0;v<r.length;v+=1){var y=ir(d,r,v);a[v]?a[v].p(y,p):(a[v]=pr(y),a[v].c(),a[v].m(s.parentNode,s))}for(;v<a.length;v+=1)a[v].d(1);a.length=r.length}},d:function(d){(0,e.RMB)(a,d),d&&(0,e.ogt)(s)}}}function Fi(u){var s,r,a,c=u[10].postData+"";return{c:function(){s=(0,e.bGB)("div"),r=(0,e.bGB)("pre"),a=(0,e.fLW)(c),(0,e.Ljt)(r,"class","vc-table-col vc-table-col-value vc-max-height-line"),(0,e.Ljt)(r,"data-scrollable","1"),(0,e.Ljt)(s,"class","vc-table-row vc-left-border vc-small")},m:function(d,p){(0,e.$Tr)(d,s,p),(0,e.R3I)(s,r),(0,e.R3I)(r,a)},p:function(d,p){1024&p&&c!==(c=d[10].postData+"")&&(0,e.rTO)(a,c)},d:function(d){d&&(0,e.ogt)(s)}}}function pr(u){var s,r,a,c,d,p,v,y=u[11]+"",w=u[4](u[12])+"";return{c:function(){s=(0,e.bGB)("div"),r=(0,e.bGB)("div"),a=(0,e.fLW)(y),c=(0,e.DhX)(),d=(0,e.bGB)("div"),p=(0,e.fLW)(w),v=(0,e.DhX)(),(0,e.Ljt)(r,"class","vc-table-col vc-table-col-2"),(0,e.Ljt)(d,"class","vc-table-col vc-table-col-4 vc-table-col-value vc-max-height-line"),(0,e.Ljt)(d,"data-scrollable","1"),(0,e.Ljt)(s,"class","vc-table-row vc-left-border vc-small")},m:function(x,L){(0,e.$Tr)(x,s,L),(0,e.R3I)(s,r),(0,e.R3I)(r,a),(0,e.R3I)(s,c),(0,e.R3I)(s,d),(0,e.R3I)(d,p),(0,e.R3I)(s,v)},p:function(x,L){1024&L&&y!==(y=x[11]+"")&&(0,e.rTO)(a,y),1024&L&&w!==(w=x[4](x[12])+"")&&(0,e.rTO)(p,w)},d:function(x){x&&(0,e.ogt)(s)}}}function vr(u){var s,r,a,c,d,p,v,y;p=new yt({props:{content:u[10].header}});for(var w=Object.entries(u[10].header),x=[],L=0;L<w.length;L+=1)x[L]=mr(rr(u,w,L));return{c:function(){s=(0,e.bGB)("div"),r=(0,e.bGB)("dl"),a=(0,e.bGB)("dt"),c=(0,e.fLW)(`Response Headers
934
- `),d=(0,e.bGB)("i"),(0,e.YCL)(p.$$.fragment),v=(0,e.DhX)();for(var C=0;C<x.length;C+=1)x[C].c();(0,e.Ljt)(d,"class","vc-table-row-icon"),(0,e.Ljt)(a,"class","vc-table-col vc-table-col-title"),(0,e.Ljt)(r,"class","vc-table-row vc-left-border")},m:function(C,V){(0,e.$Tr)(C,s,V),(0,e.R3I)(s,r),(0,e.R3I)(r,a),(0,e.R3I)(a,c),(0,e.R3I)(a,d),(0,e.yef)(p,d,null),(0,e.R3I)(s,v);for(var P=0;P<x.length;P+=1)x[P].m(s,null);y=!0},p:function(C,V){var P={};if(1024&V&&(P.content=C[10].header),p.$set(P),1040&V){var F;for(w=Object.entries(C[10].header),F=0;F<w.length;F+=1){var W=rr(C,w,F);x[F]?x[F].p(W,V):(x[F]=mr(W),x[F].c(),x[F].m(s,null))}for(;F<x.length;F+=1)x[F].d(1);x.length=w.length}},i:function(C){y||((0,e.Ui)(p.$$.fragment,C),y=!0)},o:function(C){(0,e.etI)(p.$$.fragment,C),y=!1},d:function(C){C&&(0,e.ogt)(s),(0,e.vpE)(p),(0,e.RMB)(x,C)}}}function mr(u){var s,r,a,c,d,p,v,y=u[11]+"",w=u[4](u[12])+"";return{c:function(){s=(0,e.bGB)("div"),r=(0,e.bGB)("div"),a=(0,e.fLW)(y),c=(0,e.DhX)(),d=(0,e.bGB)("div"),p=(0,e.fLW)(w),v=(0,e.DhX)(),(0,e.Ljt)(r,"class","vc-table-col vc-table-col-2"),(0,e.Ljt)(d,"class","vc-table-col vc-table-col-4 vc-table-col-value vc-max-height-line"),(0,e.Ljt)(s,"class","vc-table-row vc-left-border vc-small")},m:function(x,L){(0,e.$Tr)(x,s,L),(0,e.R3I)(s,r),(0,e.R3I)(r,a),(0,e.R3I)(s,c),(0,e.R3I)(s,d),(0,e.R3I)(d,p),(0,e.R3I)(s,v)},p:function(x,L){1024&L&&y!==(y=x[11]+"")&&(0,e.rTO)(a,y),1024&L&&w!==(w=x[4](x[12])+"")&&(0,e.rTO)(p,w)},d:function(x){x&&(0,e.ogt)(s)}}}function gr(u){var s,r,a,c,d,p=u[10].responseSizeText+"";return{c:function(){s=(0,e.bGB)("div"),(r=(0,e.bGB)("div")).textContent="Size",a=(0,e.DhX)(),c=(0,e.bGB)("div"),d=(0,e.fLW)(p),(0,e.Ljt)(r,"class","vc-table-col vc-table-col-2"),(0,e.Ljt)(c,"class","vc-table-col vc-table-col-4 vc-table-col-value vc-max-height-line"),(0,e.Ljt)(s,"class","vc-table-row vc-left-border vc-small")},m:function(v,y){(0,e.$Tr)(v,s,y),(0,e.R3I)(s,r),(0,e.R3I)(s,a),(0,e.R3I)(s,c),(0,e.R3I)(c,d)},p:function(v,y){1024&y&&p!==(p=v[10].responseSizeText+"")&&(0,e.rTO)(d,p)},d:function(v){v&&(0,e.ogt)(s)}}}function Gi(u){var s,r,a,c,d,p,v,y,w,x,L,C,V,P,F,W,te,oe,le,Ae,ye,He,We,Ze,we,Te,Ye,mt,Qe,ze,Re,fe,pe,nt,ie,be,Me,_e,Ve,lt,pt,bt,rt,Gt,wt,Ht,dt,Kt,gt,nn,ln,An,$n,de,$e,Be,Ne,et,at,Xt,Wt,zt,vt,Mt,un,Vt,wo,Gr,zn=u[10].name+"",qn=u[10].method+"",Kn=u[10].statusText+"",Xn=u[10].costTime+"",Zn=u[10].url+"",Yn=u[10].method+"",Qn=u[10].requestType+"",Jn=u[10].status+"",eo=u[10].startTimeText+"",to=(u[10].response||"")+"";function wa(){return u[7](u[10])}oe=new yt({props:{handler:u[3],content:u[10]}});var At=u[10].requestHeader!==null&&lr(u),Ot=u[10].getData!==null&&fr(u),It=u[10].postData!==null&&hr(u),Lt=u[10].header!==null&&vr(u);at=new yt({props:{content:u[10].response}});var Zt=u[10].responseSize>0&&gr(u);return{c:function(){s=(0,e.bGB)("div"),r=(0,e.bGB)("dl"),a=(0,e.bGB)("dd"),c=(0,e.fLW)(zn),d=(0,e.bGB)("dd"),p=(0,e.fLW)(qn),v=(0,e.bGB)("dd"),y=(0,e.fLW)(Kn),w=(0,e.bGB)("dd"),x=(0,e.fLW)(Xn),L=(0,e.DhX)(),C=(0,e.bGB)("div"),V=(0,e.bGB)("div"),P=(0,e.bGB)("dl"),F=(0,e.bGB)("dt"),W=(0,e.fLW)(`General
935
- `),te=(0,e.bGB)("i"),(0,e.YCL)(oe.$$.fragment),le=(0,e.DhX)(),Ae=(0,e.bGB)("div"),(ye=(0,e.bGB)("div")).textContent="URL",He=(0,e.DhX)(),We=(0,e.bGB)("div"),Ze=(0,e.fLW)(Zn),we=(0,e.DhX)(),Te=(0,e.bGB)("div"),(Ye=(0,e.bGB)("div")).textContent="Method",mt=(0,e.DhX)(),Qe=(0,e.bGB)("div"),ze=(0,e.fLW)(Yn),Re=(0,e.DhX)(),fe=(0,e.bGB)("div"),(pe=(0,e.bGB)("div")).textContent="Request Type",nt=(0,e.DhX)(),ie=(0,e.bGB)("div"),be=(0,e.fLW)(Qn),Me=(0,e.DhX)(),_e=(0,e.bGB)("div"),(Ve=(0,e.bGB)("div")).textContent="HTTP Status",lt=(0,e.DhX)(),pt=(0,e.bGB)("div"),bt=(0,e.fLW)(Jn),rt=(0,e.DhX)(),Gt=(0,e.bGB)("div"),(wt=(0,e.bGB)("div")).textContent="Start Time",Ht=(0,e.DhX)(),dt=(0,e.bGB)("div"),Kt=(0,e.fLW)(eo),gt=(0,e.DhX)(),At&&At.c(),nn=(0,e.DhX)(),Ot&&Ot.c(),ln=(0,e.DhX)(),It&&It.c(),An=(0,e.DhX)(),Lt&&Lt.c(),$n=(0,e.DhX)(),de=(0,e.bGB)("div"),$e=(0,e.bGB)("dl"),Be=(0,e.bGB)("dt"),Ne=(0,e.fLW)(`Response
936
- `),et=(0,e.bGB)("i"),(0,e.YCL)(at.$$.fragment),Xt=(0,e.DhX)(),Zt&&Zt.c(),Wt=(0,e.DhX)(),zt=(0,e.bGB)("div"),vt=(0,e.bGB)("pre"),Mt=(0,e.fLW)(to),(0,e.Ljt)(a,"class","vc-table-col vc-table-col-4"),(0,e.Ljt)(d,"class","vc-table-col"),(0,e.Ljt)(v,"class","vc-table-col"),(0,e.Ljt)(w,"class","vc-table-col"),(0,e.Ljt)(r,"class","vc-table-row vc-group-preview"),(0,e.VHj)(r,"vc-table-row-error",u[10].status>=400),(0,e.Ljt)(te,"class","vc-table-row-icon"),(0,e.Ljt)(F,"class","vc-table-col vc-table-col-title"),(0,e.Ljt)(P,"class","vc-table-row vc-left-border"),(0,e.Ljt)(ye,"class","vc-table-col vc-table-col-2"),(0,e.Ljt)(We,"class","vc-table-col vc-table-col-4 vc-table-col-value vc-max-height-line"),(0,e.Ljt)(Ae,"class","vc-table-row vc-left-border vc-small"),(0,e.Ljt)(Ye,"class","vc-table-col vc-table-col-2"),(0,e.Ljt)(Qe,"class","vc-table-col vc-table-col-4 vc-table-col-value vc-max-height-line"),(0,e.Ljt)(Te,"class","vc-table-row vc-left-border vc-small"),(0,e.Ljt)(pe,"class","vc-table-col vc-table-col-2"),(0,e.Ljt)(ie,"class","vc-table-col vc-table-col-4 vc-table-col-value vc-max-height-line"),(0,e.Ljt)(fe,"class","vc-table-row vc-left-border vc-small"),(0,e.Ljt)(Ve,"class","vc-table-col vc-table-col-2"),(0,e.Ljt)(pt,"class","vc-table-col vc-table-col-4 vc-table-col-value vc-max-height-line"),(0,e.Ljt)(_e,"class","vc-table-row vc-left-border vc-small"),(0,e.Ljt)(wt,"class","vc-table-col vc-table-col-2"),(0,e.Ljt)(dt,"class","vc-table-col vc-table-col-4 vc-table-col-value vc-max-height-line"),(0,e.Ljt)(Gt,"class","vc-table-row vc-left-border vc-small"),(0,e.Ljt)(et,"class","vc-table-row-icon"),(0,e.Ljt)(Be,"class","vc-table-col vc-table-col-title"),(0,e.Ljt)($e,"class","vc-table-row vc-left-border"),(0,e.Ljt)(vt,"class","vc-table-col vc-max-height vc-min-height"),(0,e.Ljt)(vt,"data-scrollable","1"),(0,e.Ljt)(zt,"class","vc-table-row vc-left-border vc-small"),(0,e.Ljt)(C,"class","vc-group-detail"),(0,e.Ljt)(s,"slot","item"),(0,e.Ljt)(s,"class","vc-group"),(0,e.Ljt)(s,"id",un=u[10].id),(0,e.VHj)(s,"vc-actived",u[10].actived)},m:function(Yt,st){(0,e.$Tr)(Yt,s,st),(0,e.R3I)(s,r),(0,e.R3I)(r,a),(0,e.R3I)(a,c),(0,e.R3I)(r,d),(0,e.R3I)(d,p),(0,e.R3I)(r,v),(0,e.R3I)(v,y),(0,e.R3I)(r,w),(0,e.R3I)(w,x),(0,e.R3I)(s,L),(0,e.R3I)(s,C),(0,e.R3I)(C,V),(0,e.R3I)(V,P),(0,e.R3I)(P,F),(0,e.R3I)(F,W),(0,e.R3I)(F,te),(0,e.yef)(oe,te,null),(0,e.R3I)(V,le),(0,e.R3I)(V,Ae),(0,e.R3I)(Ae,ye),(0,e.R3I)(Ae,He),(0,e.R3I)(Ae,We),(0,e.R3I)(We,Ze),(0,e.R3I)(V,we),(0,e.R3I)(V,Te),(0,e.R3I)(Te,Ye),(0,e.R3I)(Te,mt),(0,e.R3I)(Te,Qe),(0,e.R3I)(Qe,ze),(0,e.R3I)(V,Re),(0,e.R3I)(V,fe),(0,e.R3I)(fe,pe),(0,e.R3I)(fe,nt),(0,e.R3I)(fe,ie),(0,e.R3I)(ie,be),(0,e.R3I)(V,Me),(0,e.R3I)(V,_e),(0,e.R3I)(_e,Ve),(0,e.R3I)(_e,lt),(0,e.R3I)(_e,pt),(0,e.R3I)(pt,bt),(0,e.R3I)(V,rt),(0,e.R3I)(V,Gt),(0,e.R3I)(Gt,wt),(0,e.R3I)(Gt,Ht),(0,e.R3I)(Gt,dt),(0,e.R3I)(dt,Kt),(0,e.R3I)(C,gt),At&&At.m(C,null),(0,e.R3I)(C,nn),Ot&&Ot.m(C,null),(0,e.R3I)(C,ln),It&&It.m(C,null),(0,e.R3I)(C,An),Lt&&Lt.m(C,null),(0,e.R3I)(C,$n),(0,e.R3I)(C,de),(0,e.R3I)(de,$e),(0,e.R3I)($e,Be),(0,e.R3I)(Be,Ne),(0,e.R3I)(Be,et),(0,e.yef)(at,et,null),(0,e.R3I)(de,Xt),Zt&&Zt.m(de,null),(0,e.R3I)(de,Wt),(0,e.R3I)(de,zt),(0,e.R3I)(zt,vt),(0,e.R3I)(vt,Mt),Vt=!0,wo||(Gr=(0,e.oLt)(r,"click",wa),wo=!0)},p:function(Yt,st){u=Yt,(!Vt||1024&st)&&zn!==(zn=u[10].name+"")&&(0,e.rTO)(c,zn),(!Vt||1024&st)&&qn!==(qn=u[10].method+"")&&(0,e.rTO)(p,qn),(!Vt||1024&st)&&Kn!==(Kn=u[10].statusText+"")&&(0,e.rTO)(y,Kn),(!Vt||1024&st)&&Xn!==(Xn=u[10].costTime+"")&&(0,e.rTO)(x,Xn),1024&st&&(0,e.VHj)(r,"vc-table-row-error",u[10].status>=400);var Hr={};1024&st&&(Hr.content=u[10]),oe.$set(Hr),(!Vt||1024&st)&&Zn!==(Zn=u[10].url+"")&&(0,e.rTO)(Ze,Zn),(!Vt||1024&st)&&Yn!==(Yn=u[10].method+"")&&(0,e.rTO)(ze,Yn),(!Vt||1024&st)&&Qn!==(Qn=u[10].requestType+"")&&(0,e.rTO)(be,Qn),(!Vt||1024&st)&&Jn!==(Jn=u[10].status+"")&&(0,e.rTO)(bt,Jn),(!Vt||1024&st)&&eo!==(eo=u[10].startTimeText+"")&&(0,e.rTO)(Kt,eo),u[10].requestHeader!==null?At?(At.p(u,st),1024&st&&(0,e.Ui)(At,1)):((At=lr(u)).c(),(0,e.Ui)(At,1),At.m(C,nn)):At&&((0,e.dvw)(),(0,e.etI)(At,1,1,function(){At=null}),(0,e.gbL)()),u[10].getData!==null?Ot?(Ot.p(u,st),1024&st&&(0,e.Ui)(Ot,1)):((Ot=fr(u)).c(),(0,e.Ui)(Ot,1),Ot.m(C,ln)):Ot&&((0,e.dvw)(),(0,e.etI)(Ot,1,1,function(){Ot=null}),(0,e.gbL)()),u[10].postData!==null?It?(It.p(u,st),1024&st&&(0,e.Ui)(It,1)):((It=hr(u)).c(),(0,e.Ui)(It,1),It.m(C,An)):It&&((0,e.dvw)(),(0,e.etI)(It,1,1,function(){It=null}),(0,e.gbL)()),u[10].header!==null?Lt?(Lt.p(u,st),1024&st&&(0,e.Ui)(Lt,1)):((Lt=vr(u)).c(),(0,e.Ui)(Lt,1),Lt.m(C,$n)):Lt&&((0,e.dvw)(),(0,e.etI)(Lt,1,1,function(){Lt=null}),(0,e.gbL)());var Wr={};1024&st&&(Wr.content=u[10].response),at.$set(Wr),u[10].responseSize>0?Zt?Zt.p(u,st):((Zt=gr(u)).c(),Zt.m(de,Wt)):Zt&&(Zt.d(1),Zt=null),(!Vt||1024&st)&&to!==(to=(u[10].response||"")+"")&&(0,e.rTO)(Mt,to),(!Vt||1024&st&&un!==(un=u[10].id))&&(0,e.Ljt)(s,"id",un),1024&st&&(0,e.VHj)(s,"vc-actived",u[10].actived)},i:function(Yt){Vt||((0,e.Ui)(oe.$$.fragment,Yt),(0,e.Ui)(At),(0,e.Ui)(Ot),(0,e.Ui)(It),(0,e.Ui)(Lt),(0,e.Ui)(at.$$.fragment,Yt),Vt=!0)},o:function(Yt){(0,e.etI)(oe.$$.fragment,Yt),(0,e.etI)(At),(0,e.etI)(Ot),(0,e.etI)(It),(0,e.etI)(Lt),(0,e.etI)(at.$$.fragment,Yt),Vt=!1},d:function(Yt){Yt&&(0,e.ogt)(s),(0,e.vpE)(oe),At&&At.d(),Ot&&Ot.d(),It&&It.d(),Lt&&Lt.d(),(0,e.vpE)(at),Zt&&Zt.d(),wo=!1,Gr()}}}function Hi(u){var s,r,a,c;return a=new zo({props:{items:u[1],itemKey:"id",itemHeight:30,buffer:100,stickToBottom:!0,scrollbar:!0,$$slots:{item:[Gi,function(d){return{10:d.item}},function(d){return d.item?1024:0}],empty:[ji],header:[Vi]},$$scope:{ctx:u}}}),{c:function(){s=(0,e.bGB)("div"),r=(0,e.bGB)("div"),(0,e.YCL)(a.$$.fragment),(0,e.Ljt)(r,"class","vc-plugin-content"),(0,e.Ljt)(s,"class","vc-table")},m:function(d,p){(0,e.$Tr)(d,s,p),(0,e.R3I)(s,r),(0,e.yef)(a,r,null),c=!0},p:function(d,p){var v=p[0],y={};2&v&&(y.items=d[1]),2098177&v&&(y.$$scope={dirty:v,ctx:d}),a.$set(y)},i:function(d){c||((0,e.Ui)(a.$$.fragment,d),c=!0)},o:function(d){(0,e.etI)(a.$$.fragment,d),c=!1},d:function(d){d&&(0,e.ogt)(s),(0,e.vpE)(a)}}}function Wi(u,s,r){var a;(0,e.FIv)(u,vn,function(w){return r(6,a=w)});var c=0,d=function(w){r(0,c=Object.keys(w).length)},p=vn.subscribe(d);d(a);var v=[],y=function(w){(0,e.fxP)(vn,a[w].actived=!a[w].actived,a)};return(0,_.H3)(function(){or.use()}),(0,_.ev)(function(){p(),or.unuse()}),u.$$.update=function(){64&u.$$.dirty&&r(1,v=Object.values(a))},[c,v,y,function(w){var x="curl -X "+w.method;return typeof w.postData=="string"?x+=" -d '"+w.postData+"'":typeof w.postData=="object"&&w.postData!==null&&(x+=" -d '"+n.hZ(w.postData)+"'"),x+" '"+w.url+"'"},function(w){return n.Kn(w)||n.kJ(w)?n.hZ(w,{maxDepth:10,keyMaxLen:1e4,pretty:!0}):w},{fixedHeight:!0},a,function(w){return y(w.id)}]}var zi=function(u){function s(r){var a;return a=u.call(this)||this,(0,e.S1n)((0,f.Z)(a),r,Wi,Hi,e.N8,{options:5}),a}return(0,h.Z)(s,u),(0,o.Z)(s,[{key:"options",get:function(){return this.$$.ctx[5]}}]),s}(e.f_C),qi=zi,Ki=function(u){function s(){for(var a,c=arguments.length,d=new Array(c),p=0;p<c;p++)d[p]=arguments[p];return(a=u.call.apply(u,[this].concat(d))||this).model=Un.getSingleton(Un,"VConsoleNetworkModel"),a}(0,h.Z)(s,u);var r=s.prototype;return r.add=function(a){var c=new er(new Dn);for(var d in a)c[d]=a[d];return c.startTime=c.startTime||Date.now(),c.requestType=c.requestType||"custom",this.model.updateRequest(c.id,c),c},r.update=function(a,c){this.model.updateRequest(a,c)},r.clear=function(){this.model.clearLog()},s}(Ko),_r=function(u){function s(a,c,d){var p;return d===void 0&&(d={}),(p=u.call(this,a,c,qi,d)||this).model=Un.getSingleton(Un,"VConsoleNetworkModel"),p.exporter=void 0,p.exporter=new Ki(a),p}(0,h.Z)(s,u);var r=s.prototype;return r.onReady=function(){u.prototype.onReady.call(this),this.onUpdateOption()},r.onAddTool=function(a){var c=this;a([{name:"Clear",global:!1,onClick:function(d){c.model.clearLog()}}])},r.onRemove=function(){u.prototype.onRemove.call(this),this.model&&this.model.unMock()},r.onUpdateOption=function(){var a,c,d;((a=this.vConsole.option.network)==null?void 0:a.maxNetworkNumber)!==this.model.maxNetworkNumber&&(this.model.maxNetworkNumber=Number((d=this.vConsole.option.network)==null?void 0:d.maxNetworkNumber)||1e3),(c=this.vConsole.option.network)!=null&&c.ignoreUrlRegExp&&(this.model.ignoreUrlRegExp=this.vConsole.option.network.ignoreUrlRegExp)},s}(xt),Xi=__webpack_require__(8679),Zi=__webpack_require__.n(Xi),Gn=(0,Tt.fZ)(),Bn=(0,Tt.fZ)(),Hn=__webpack_require__(5670),Pn={};Hn.Z&&Hn.Z.locals&&(Pn.locals=Hn.Z.locals);var yo,bo=0,wn={};wn.styleTagTransform=M(),wn.setAttributes=O(),wn.insert=A().bind(null,"head"),wn.domAPI=g(),wn.insertStyleElement=I(),Pn.use=function(u){return wn.options=u||{},bo++||(yo=E()(Hn.Z,wn)),Pn},Pn.unuse=function(){bo>0&&!--bo&&(yo(),yo=null)};var yr=Pn;function br(u,s,r){var a=u.slice();return a[8]=s[r],a}function wr(u,s,r){var a=u.slice();return a[11]=s[r],a}function Er(u){var s,r,a,c=u[0].nodeType===Node.ELEMENT_NODE&&kr(u),d=u[0].nodeType===Node.TEXT_NODE&&Ir(u);return{c:function(){s=(0,e.bGB)("div"),c&&c.c(),r=(0,e.DhX)(),d&&d.c(),(0,e.Ljt)(s,"class","vcelm-l"),(0,e.VHj)(s,"vc-actived",u[0]._isActived),(0,e.VHj)(s,"vc-toggle",u[0]._isExpand),(0,e.VHj)(s,"vcelm-noc",u[0]._isSingleLine)},m:function(p,v){(0,e.$Tr)(p,s,v),c&&c.m(s,null),(0,e.R3I)(s,r),d&&d.m(s,null),a=!0},p:function(p,v){p[0].nodeType===Node.ELEMENT_NODE?c?(c.p(p,v),1&v&&(0,e.Ui)(c,1)):((c=kr(p)).c(),(0,e.Ui)(c,1),c.m(s,r)):c&&((0,e.dvw)(),(0,e.etI)(c,1,1,function(){c=null}),(0,e.gbL)()),p[0].nodeType===Node.TEXT_NODE?d?d.p(p,v):((d=Ir(p)).c(),d.m(s,null)):d&&(d.d(1),d=null),1&v&&(0,e.VHj)(s,"vc-actived",p[0]._isActived),1&v&&(0,e.VHj)(s,"vc-toggle",p[0]._isExpand),1&v&&(0,e.VHj)(s,"vcelm-noc",p[0]._isSingleLine)},i:function(p){a||((0,e.Ui)(c),a=!0)},o:function(p){(0,e.etI)(c),a=!1},d:function(p){p&&(0,e.ogt)(s),c&&c.d(),d&&d.d()}}}function kr(u){var s,r,a,c,d,p,v,y,w,x,L=u[0].nodeName+"",C=(u[0].className||u[0].attributes.length)&&xr(u),V=u[0]._isNullEndTag&&Sr(),P=u[0].childNodes.length>0&&Cr(u),F=!u[0]._isNullEndTag&&Or(u);return{c:function(){s=(0,e.bGB)("span"),r=(0,e.fLW)("<"),a=(0,e.fLW)(L),C&&C.c(),c=(0,e.cSb)(),V&&V.c(),d=(0,e.fLW)(">"),P&&P.c(),p=(0,e.cSb)(),F&&F.c(),v=(0,e.cSb)(),(0,e.Ljt)(s,"class","vcelm-node")},m:function(W,te){(0,e.$Tr)(W,s,te),(0,e.R3I)(s,r),(0,e.R3I)(s,a),C&&C.m(s,null),(0,e.R3I)(s,c),V&&V.m(s,null),(0,e.R3I)(s,d),P&&P.m(W,te),(0,e.$Tr)(W,p,te),F&&F.m(W,te),(0,e.$Tr)(W,v,te),y=!0,w||(x=(0,e.oLt)(s,"click",u[2]),w=!0)},p:function(W,te){(!y||1&te)&&L!==(L=W[0].nodeName+"")&&(0,e.rTO)(a,L),W[0].className||W[0].attributes.length?C?C.p(W,te):((C=xr(W)).c(),C.m(s,c)):C&&(C.d(1),C=null),W[0]._isNullEndTag?V||((V=Sr()).c(),V.m(s,d)):V&&(V.d(1),V=null),W[0].childNodes.length>0?P?(P.p(W,te),1&te&&(0,e.Ui)(P,1)):((P=Cr(W)).c(),(0,e.Ui)(P,1),P.m(p.parentNode,p)):P&&((0,e.dvw)(),(0,e.etI)(P,1,1,function(){P=null}),(0,e.gbL)()),W[0]._isNullEndTag?F&&(F.d(1),F=null):F?F.p(W,te):((F=Or(W)).c(),F.m(v.parentNode,v))},i:function(W){y||((0,e.Ui)(P),y=!0)},o:function(W){(0,e.etI)(P),y=!1},d:function(W){W&&(0,e.ogt)(s),C&&C.d(),V&&V.d(),P&&P.d(W),W&&(0,e.ogt)(p),F&&F.d(W),W&&(0,e.ogt)(v),w=!1,x()}}}function xr(u){for(var s,r=u[0].attributes,a=[],c=0;c<r.length;c+=1)a[c]=Tr(wr(u,r,c));return{c:function(){s=(0,e.bGB)("i");for(var d=0;d<a.length;d+=1)a[d].c();(0,e.Ljt)(s,"class","vcelm-k")},m:function(d,p){(0,e.$Tr)(d,s,p);for(var v=0;v<a.length;v+=1)a[v].m(s,null)},p:function(d,p){if(1&p){var v;for(r=d[0].attributes,v=0;v<r.length;v+=1){var y=wr(d,r,v);a[v]?a[v].p(y,p):(a[v]=Tr(y),a[v].c(),a[v].m(s,null))}for(;v<a.length;v+=1)a[v].d(1);a.length=r.length}},d:function(d){d&&(0,e.ogt)(s),(0,e.RMB)(a,d)}}}function Yi(u){var s,r=u[11].name+"";return{c:function(){s=(0,e.fLW)(r)},m:function(a,c){(0,e.$Tr)(a,s,c)},p:function(a,c){1&c&&r!==(r=a[11].name+"")&&(0,e.rTO)(s,r)},d:function(a){a&&(0,e.ogt)(s)}}}function Qi(u){var s,r,a,c,d,p=u[11].name+"",v=u[11].value+"";return{c:function(){s=(0,e.fLW)(p),r=(0,e.fLW)('="'),a=(0,e.bGB)("i"),c=(0,e.fLW)(v),d=(0,e.fLW)('"'),(0,e.Ljt)(a,"class","vcelm-v")},m:function(y,w){(0,e.$Tr)(y,s,w),(0,e.$Tr)(y,r,w),(0,e.$Tr)(y,a,w),(0,e.R3I)(a,c),(0,e.$Tr)(y,d,w)},p:function(y,w){1&w&&p!==(p=y[11].name+"")&&(0,e.rTO)(s,p),1&w&&v!==(v=y[11].value+"")&&(0,e.rTO)(c,v)},d:function(y){y&&(0,e.ogt)(s),y&&(0,e.ogt)(r),y&&(0,e.ogt)(a),y&&(0,e.ogt)(d)}}}function Tr(u){var s,r;function a(p,v){return p[11].value!==""?Qi:Yi}var c=a(u),d=c(u);return{c:function(){s=(0,e.fLW)(` 
937
- `),d.c(),r=(0,e.cSb)()},m:function(p,v){(0,e.$Tr)(p,s,v),d.m(p,v),(0,e.$Tr)(p,r,v)},p:function(p,v){c===(c=a(p))&&d?d.p(p,v):(d.d(1),(d=c(p))&&(d.c(),d.m(r.parentNode,r)))},d:function(p){p&&(0,e.ogt)(s),d.d(p),p&&(0,e.ogt)(r)}}}function Sr(u){var s;return{c:function(){s=(0,e.fLW)("/")},m:function(r,a){(0,e.$Tr)(r,s,a)},d:function(r){r&&(0,e.ogt)(s)}}}function Cr(u){var s,r,a,c,d=[ea,Ji],p=[];function v(y,w){return y[0]._isExpand?1:0}return s=v(u),r=p[s]=d[s](u),{c:function(){r.c(),a=(0,e.cSb)()},m:function(y,w){p[s].m(y,w),(0,e.$Tr)(y,a,w),c=!0},p:function(y,w){var x=s;(s=v(y))===x?p[s].p(y,w):((0,e.dvw)(),(0,e.etI)(p[x],1,1,function(){p[x]=null}),(0,e.gbL)(),(r=p[s])?r.p(y,w):(r=p[s]=d[s](y)).c(),(0,e.Ui)(r,1),r.m(a.parentNode,a))},i:function(y){c||((0,e.Ui)(r),c=!0)},o:function(y){(0,e.etI)(r),c=!1},d:function(y){p[s].d(y),y&&(0,e.ogt)(a)}}}function Ji(u){for(var s,r,a=u[0].childNodes,c=[],d=0;d<a.length;d+=1)c[d]=Ar(br(u,a,d));var p=function(v){return(0,e.etI)(c[v],1,1,function(){c[v]=null})};return{c:function(){for(var v=0;v<c.length;v+=1)c[v].c();s=(0,e.cSb)()},m:function(v,y){for(var w=0;w<c.length;w+=1)c[w].m(v,y);(0,e.$Tr)(v,s,y),r=!0},p:function(v,y){if(1&y){var w;for(a=v[0].childNodes,w=0;w<a.length;w+=1){var x=br(v,a,w);c[w]?(c[w].p(x,y),(0,e.Ui)(c[w],1)):(c[w]=Ar(x),c[w].c(),(0,e.Ui)(c[w],1),c[w].m(s.parentNode,s))}for((0,e.dvw)(),w=a.length;w<c.length;w+=1)p(w);(0,e.gbL)()}},i:function(v){if(!r){for(var y=0;y<a.length;y+=1)(0,e.Ui)(c[y]);r=!0}},o:function(v){c=c.filter(Boolean);for(var y=0;y<c.length;y+=1)(0,e.etI)(c[y]);r=!1},d:function(v){(0,e.RMB)(c,v),v&&(0,e.ogt)(s)}}}function ea(u){var s;return{c:function(){s=(0,e.fLW)("...")},m:function(r,a){(0,e.$Tr)(r,s,a)},p:e.ZTd,i:e.ZTd,o:e.ZTd,d:function(r){r&&(0,e.ogt)(s)}}}function Ar(u){var s,r,a;return(s=new Lr({props:{node:u[8]}})).$on("toggleNode",u[4]),{c:function(){(0,e.YCL)(s.$$.fragment),r=(0,e.DhX)()},m:function(c,d){(0,e.yef)(s,c,d),(0,e.$Tr)(c,r,d),a=!0},p:function(c,d){var p={};1&d&&(p.node=c[8]),s.$set(p)},i:function(c){a||((0,e.Ui)(s.$$.fragment,c),a=!0)},o:function(c){(0,e.etI)(s.$$.fragment,c),a=!1},d:function(c){(0,e.vpE)(s,c),c&&(0,e.ogt)(r)}}}function Or(u){var s,r,a,c,d=u[0].nodeName+"";return{c:function(){s=(0,e.bGB)("span"),r=(0,e.fLW)("</"),a=(0,e.fLW)(d),c=(0,e.fLW)(">"),(0,e.Ljt)(s,"class","vcelm-node")},m:function(p,v){(0,e.$Tr)(p,s,v),(0,e.R3I)(s,r),(0,e.R3I)(s,a),(0,e.R3I)(s,c)},p:function(p,v){1&v&&d!==(d=p[0].nodeName+"")&&(0,e.rTO)(a,d)},d:function(p){p&&(0,e.ogt)(s)}}}function Ir(u){var s,r,a=u[1](u[0].textContent)+"";return{c:function(){s=(0,e.bGB)("span"),r=(0,e.fLW)(a),(0,e.Ljt)(s,"class","vcelm-t vcelm-noc")},m:function(c,d){(0,e.$Tr)(c,s,d),(0,e.R3I)(s,r)},p:function(c,d){1&d&&a!==(a=c[1](c[0].textContent)+"")&&(0,e.rTO)(r,a)},d:function(c){c&&(0,e.ogt)(s)}}}function ta(u){var s,r,a=u[0]&&Er(u);return{c:function(){a&&a.c(),s=(0,e.cSb)()},m:function(c,d){a&&a.m(c,d),(0,e.$Tr)(c,s,d),r=!0},p:function(c,d){var p=d[0];c[0]?a?(a.p(c,p),1&p&&(0,e.Ui)(a,1)):((a=Er(c)).c(),(0,e.Ui)(a,1),a.m(s.parentNode,s)):a&&((0,e.dvw)(),(0,e.etI)(a,1,1,function(){a=null}),(0,e.gbL)())},i:function(c){r||((0,e.Ui)(a),r=!0)},o:function(c){(0,e.etI)(a),r=!1},d:function(c){a&&a.d(c),c&&(0,e.ogt)(s)}}}function na(u,s,r){var a;(0,e.FIv)(u,Bn,function(v){return r(3,a=v)});var c=s.node,d=(0,_.x)(),p=["br","hr","img","input","link","meta"];return(0,_.H3)(function(){yr.use()}),(0,_.ev)(function(){yr.unuse()}),u.$$set=function(v){"node"in v&&r(0,c=v.node)},u.$$.update=function(){9&u.$$.dirty&&c&&(r(0,c._isActived=c===a,c),r(0,c._isNullEndTag=function(v){return p.indexOf(v.nodeName)>-1}(c),c),r(0,c._isSingleLine=c.childNodes.length===0||c._isNullEndTag,c))},[c,function(v){return v.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"")},function(){c._isNullEndTag||(r(0,c._isExpand=!c._isExpand,c),d("toggleNode",{node:c}))},a,function(v){e.cKT.call(this,u,v)}]}var Lr=function(u){function s(r){var a;return a=u.call(this)||this,(0,e.S1n)((0,f.Z)(a),r,na,ta,e.N8,{node:0}),a}return(0,h.Z)(s,u),(0,o.Z)(s,[{key:"node",get:function(){return this.$$.ctx[0]},set:function(r){this.$$set({node:r}),(0,e.yl1)()}}]),s}(e.f_C),oa=Lr;function ra(u){var s,r,a;return(r=new oa({props:{node:u[0]}})).$on("toggleNode",u[1]),{c:function(){s=(0,e.bGB)("div"),(0,e.YCL)(r.$$.fragment),(0,e.Ljt)(s,"class","vc-plugin-content")},m:function(c,d){(0,e.$Tr)(c,s,d),(0,e.yef)(r,s,null),a=!0},p:function(c,d){var p={};1&d[0]&&(p.node=c[0]),r.$set(p)},i:function(c){a||((0,e.Ui)(r.$$.fragment,c),a=!0)},o:function(c){(0,e.etI)(r.$$.fragment,c),a=!1},d:function(c){c&&(0,e.ogt)(s),(0,e.vpE)(r)}}}function ia(u,s,r){var a;return(0,e.FIv)(u,Gn,function(c){return r(0,a=c)}),[a,function(c){e.cKT.call(this,u,c)}]}var aa=function(u){function s(r){var a;return a=u.call(this)||this,(0,e.S1n)((0,f.Z)(a),r,ia,ra,e.N8,{}),a}return(0,h.Z)(s,u),s}(e.f_C),sa=aa,Dr=function(u){function s(a,c,d){var p;return d===void 0&&(d={}),(p=u.call(this,a,c,sa,d)||this).isInited=!1,p.observer=void 0,p.nodeMap=void 0,p}(0,h.Z)(s,u);var r=s.prototype;return r.onShow=function(){this.isInited||this._init()},r.onRemove=function(){u.prototype.onRemove.call(this),this.isInited&&(this.observer.disconnect(),this.isInited=!1,this.nodeMap=void 0,Gn.set(void 0))},r.onAddTool=function(a){var c=this;a([{name:"Expand",global:!1,onClick:function(d){c._expandActivedNode()}},{name:"Collapse",global:!1,onClick:function(d){c._collapseActivedNode()}}])},r._init=function(){var a=this;this.isInited=!0,this.nodeMap=new WeakMap;var c=this._generateVNode(document.documentElement);c._isExpand=!0,Bn.set(c),Gn.set(c),this.compInstance.$on("toggleNode",function(d){Bn.set(d.detail.node)}),this.observer=new(Zi())(function(d){for(var p=0;p<d.length;p++){var v=d[p];a._isInVConsole(v.target)||a._handleMutation(v)}}),this.observer.observe(document.documentElement,{attributes:!0,childList:!0,characterData:!0,subtree:!0})},r._handleMutation=function(a){switch(a.type){case"childList":a.removedNodes.length>0&&this._onChildRemove(a),a.addedNodes.length>0&&this._onChildAdd(a);break;case"attributes":this._onAttributesChange(a);break;case"characterData":this._onCharacterDataChange(a)}},r._onChildRemove=function(a){var c=this.nodeMap.get(a.target);if(c){for(var d=0;d<a.removedNodes.length;d++){var p=this.nodeMap.get(a.removedNodes[d]);if(p){for(var v=0;v<c.childNodes.length;v++)if(c.childNodes[v]===p){c.childNodes.splice(v,1);break}this.nodeMap.delete(a.removedNodes[d])}}this._refreshStore()}},r._onChildAdd=function(a){var c=this.nodeMap.get(a.target);if(c){for(var d=0;d<a.addedNodes.length;d++){var p=a.addedNodes[d],v=this._generateVNode(p);if(v){var y=void 0,w=p;do{if(w.nextSibling===null)break;w.nodeType===Node.ELEMENT_NODE&&(y=this.nodeMap.get(w.nextSibling)||void 0),w=w.nextSibling}while(y===void 0);if(y===void 0)c.childNodes.push(v);else for(var x=0;x<c.childNodes.length;x++)if(c.childNodes[x]===y){c.childNodes.splice(x,0,v);break}}}this._refreshStore()}},r._onAttributesChange=function(a){this._updateVNodeAttributes(a.target),this._refreshStore()},r._onCharacterDataChange=function(a){var c=this.nodeMap.get(a.target);c&&(c.textContent=a.target.textContent,this._refreshStore())},r._generateVNode=function(a){if(!this._isIgnoredNode(a)){var c={nodeType:a.nodeType,nodeName:a.nodeName.toLowerCase(),textContent:"",id:"",className:"",attributes:[],childNodes:[]};if(this.nodeMap.set(a,c),c.nodeType!=a.TEXT_NODE&&c.nodeType!=a.DOCUMENT_TYPE_NODE||(c.textContent=a.textContent),a.childNodes.length>0){c.childNodes=[];for(var d=0;d<a.childNodes.length;d++){var p=this._generateVNode(a.childNodes[d]);p&&c.childNodes.push(p)}}return this._updateVNodeAttributes(a),c}},r._updateVNodeAttributes=function(a){var c=this.nodeMap.get(a);if(c&&a instanceof Element&&(c.id=a.id||"",c.className=a.className||"",a.hasAttributes&&a.hasAttributes())){c.attributes=[];for(var d=0;d<a.attributes.length;d++)c.attributes.push({name:a.attributes[d].name,value:a.attributes[d].value||""})}},r._expandActivedNode=function(){var a=(0,Tt.U2)(Bn);if(a._isExpand)for(var c=0;c<a.childNodes.length;c++)a.childNodes[c]._isExpand=!0;else a._isExpand=!0;this._refreshStore()},r._collapseActivedNode=function(){var a=(0,Tt.U2)(Bn);if(a._isExpand){for(var c=!1,d=0;d<a.childNodes.length;d++)a.childNodes[d]._isExpand&&(c=!0,a.childNodes[d]._isExpand=!1);c||(a._isExpand=!1),this._refreshStore()}},r._isIgnoredNode=function(a){if(a.nodeType===a.TEXT_NODE){if(a.textContent.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$|\n+/g,"")==="")return!0}else if(a.nodeType===a.COMMENT_NODE)return!0;return!1},r._isInVConsole=function(a){for(var c=a;c!==void 0;){if(c.id=="__vconsole")return!0;c=c.parentElement||void 0}return!1},r._refreshStore=function(){Gn.update(function(a){return a})},s}(xt);function Rr(u,s,r,a,c,d,p){try{var v=u[d](p),y=v.value}catch(w){return void r(w)}v.done?s(y):Promise.resolve(y).then(a,c)}function Cn(u){return function(){var s=this,r=arguments;return new Promise(function(a,c){var d=u.apply(s,r);function p(y){Rr(d,a,c,p,v,"next",y)}function v(y){Rr(d,a,c,p,v,"throw",y)}p(void 0)})}}var ca=__webpack_require__(8270);function Br(u,s){var r=Object.keys(u);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(u);s&&(a=a.filter(function(c){return Object.getOwnPropertyDescriptor(u,c).enumerable})),r.push.apply(r,a)}return r}function Pr(u){for(var s=1;s<arguments.length;s++){var r=arguments[s]!=null?arguments[s]:{};s%2?Br(Object(r),!0).forEach(function(a){(0,ca.Z)(u,a,r[a])}):Object.getOwnPropertyDescriptors?Object.defineProperties(u,Object.getOwnPropertyDescriptors(r)):Br(Object(r)).forEach(function(a){Object.defineProperty(u,a,Object.getOwnPropertyDescriptor(r,a))})}return u}var $r=function(u){if(!u||u.length===0)return{};for(var s={},r=u.split(";"),a=0;a<r.length;a++){var c=r[a].indexOf("=");if(!(c<0)){var d=r[a].substring(0,c).replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,""),p=r[a].substring(c+1,r[a].length);try{d=decodeURIComponent(d)}catch{}try{p=decodeURIComponent(p)}catch{}s[d]=p}}return s},Nr=function(u,s,r){typeof document<"u"&&document.cookie!==void 0&&(document.cookie=encodeURIComponent(u)+"="+encodeURIComponent(s)+function(a){a===void 0&&(a={});var c=a,d=c.path,p=c.domain,v=c.expires,y=c.secure,w=c.sameSite,x=["none","lax","strict"].indexOf((w||"").toLowerCase())>-1?w:null;return[d==null?"":";path="+d,p==null?"":";domain="+p,v==null?"":";expires="+v.toUTCString(),y===void 0||y===!1?"":";secure",x===null?"":";SameSite="+x].join("")}(r))},Mr=function(){return typeof document>"u"||document.cookie===void 0?"":document.cookie},la=function(){function u(){}var s=u.prototype;return s.key=function(r){return r<this.keys.length?this.keys[r]:null},s.setItem=function(r,a,c){Nr(r,a,c)},s.getItem=function(r){var a=$r(Mr());return Object.prototype.hasOwnProperty.call(a,r)?a[r]:null},s.removeItem=function(r,a){for(var c,d,p=["","/"],v=((c=location)==null||(d=c.hostname)==null?void 0:d.split("."))||[];v.length>1;)p.push(v.join(".")),v.shift();for(var y=0;y<p.length;y++)for(var w,x,L=((w=location)==null||(x=w.pathname)==null?void 0:x.split("/"))||[],C="";L.length>0;){C+=(C==="/"?"":"/")+L.shift();var V=Pr(Pr({},a),{},{path:C,domain:p[y],expires:new Date(0)});Nr(r,"",V)}},s.clear=function(){for(var r=[].concat(this.keys),a=0;a<r.length;a++)this.removeItem(r[a])},(0,o.Z)(u,[{key:"length",get:function(){return this.keys.length}},{key:"keys",get:function(){var r=$r(Mr());return Object.keys(r).sort()}}]),u}(),fa=function(){function u(){this.keys=[],this.currentSize=0,this.limitSize=0}var s=u.prototype;return s.key=function(r){return r<this.keys.length?this.keys[r]:null},s.prepare=function(){var r=Cn(it().mark(function a(){var c=this;return it().wrap(function(d){for(;;)switch(d.prev=d.next){case 0:return d.abrupt("return",new Promise(function(p,v){(0,n.qt)("getStorageInfo",{success:function(y){c.keys=y?y.keys.sort():[],c.currentSize=y?y.currentSize:0,c.limitSize=y?y.limitSize:0,p(!0)},fail:function(){v(!1)}})}));case 1:case"end":return d.stop()}},a)}));return function(){return r.apply(this,arguments)}}(),s.getItem=function(r){return new Promise(function(a,c){(0,n.qt)("getStorage",{key:r,success:function(d){var p=d.data;if(typeof d.data=="object")try{p=JSON.stringify(d.data)}catch{}a(p)},fail:function(d){c(d)}})})},s.setItem=function(r,a){return new Promise(function(c,d){(0,n.qt)("setStorage",{key:r,data:a,success:function(p){c(p)},fail:function(p){d(p)}})})},s.removeItem=function(r){return new Promise(function(a,c){(0,n.qt)("removeStorage",{key:r,success:function(d){a(d)},fail:function(d){c(d)}})})},s.clear=function(){return new Promise(function(r,a){(0,n.qt)("clearStorage",{success:function(c){r(c)},fail:function(c){a(c)}})})},(0,o.Z)(u,[{key:"length",get:function(){return this.keys.length}}]),u}(),Ct={updateTime:(0,Tt.fZ)(0),activedName:(0,Tt.fZ)(null),defaultStorages:(0,Tt.fZ)(["cookies","localStorage","sessionStorage"])},Wn=function(u){function s(){var a;return(a=u.call(this)||this).storage=new Map,Ct.activedName.subscribe(function(c){var d=(0,Tt.U2)(Ct.defaultStorages);d.length>0&&d.indexOf(c)===-1&&Ct.activedName.set(d[0])}),Ct.defaultStorages.subscribe(function(c){c.indexOf((0,Tt.U2)(Ct.activedName))===-1&&Ct.activedName.set(c[0]),a.updateEnabledStorages()}),a}(0,h.Z)(s,u);var r=s.prototype;return r.getItem=function(){var a=Cn(it().mark(function c(d){return it().wrap(function(p){for(;;)switch(p.prev=p.next){case 0:if(this.activedStorage){p.next=2;break}return p.abrupt("return","");case 2:return p.next=4,this.promisify(this.activedStorage.getItem(d));case 4:return p.abrupt("return",p.sent);case 5:case"end":return p.stop()}},c,this)}));return function(c){return a.apply(this,arguments)}}(),r.setItem=function(){var a=Cn(it().mark(function c(d,p){var v;return it().wrap(function(y){for(;;)switch(y.prev=y.next){case 0:if(this.activedStorage){y.next=2;break}return y.abrupt("return");case 2:return y.next=4,this.promisify(this.activedStorage.setItem(d,p));case 4:return v=y.sent,this.refresh(),y.abrupt("return",v);case 7:case"end":return y.stop()}},c,this)}));return function(c,d){return a.apply(this,arguments)}}(),r.removeItem=function(){var a=Cn(it().mark(function c(d){var p;return it().wrap(function(v){for(;;)switch(v.prev=v.next){case 0:if(this.activedStorage){v.next=2;break}return v.abrupt("return");case 2:return v.next=4,this.promisify(this.activedStorage.removeItem(d));case 4:return p=v.sent,this.refresh(),v.abrupt("return",p);case 7:case"end":return v.stop()}},c,this)}));return function(c){return a.apply(this,arguments)}}(),r.clear=function(){var a=Cn(it().mark(function c(){var d;return it().wrap(function(p){for(;;)switch(p.prev=p.next){case 0:if(this.activedStorage){p.next=2;break}return p.abrupt("return");case 2:return p.next=4,this.promisify(this.activedStorage.clear());case 4:return d=p.sent,this.refresh(),p.abrupt("return",d);case 7:case"end":return p.stop()}},c,this)}));return function(){return a.apply(this,arguments)}}(),r.refresh=function(){Ct.updateTime.set(Date.now())},r.getEntries=function(){var a=Cn(it().mark(function c(){var d,p,v,y,w;return it().wrap(function(x){for(;;)switch(x.prev=x.next){case 0:if(d=this.activedStorage){x.next=3;break}return x.abrupt("return",[]);case 3:if(typeof d.prepare!="function"){x.next=6;break}return x.next=6,d.prepare();case 6:p=[],v=0;case 8:if(!(v<d.length)){x.next=17;break}return y=d.key(v),x.next=12,this.getItem(y);case 12:w=x.sent,p.push([y,w]);case 14:v++,x.next=8;break;case 17:return x.abrupt("return",p);case 18:case"end":return x.stop()}},c,this)}));return function(){return a.apply(this,arguments)}}(),r.updateEnabledStorages=function(){var a=(0,Tt.U2)(Ct.defaultStorages);a.indexOf("cookies")>-1?document.cookie!==void 0&&this.storage.set("cookies",new la):this.deleteStorage("cookies"),a.indexOf("localStorage")>-1?window.localStorage&&this.storage.set("localStorage",window.localStorage):this.deleteStorage("localStorage"),a.indexOf("sessionStorage")>-1?window.sessionStorage&&this.storage.set("sessionStorage",window.sessionStorage):this.deleteStorage("sessionStorage"),a.indexOf("wxStorage")>-1?(0,n.H_)()&&this.storage.set("wxStorage",new fa):this.deleteStorage("wxStorage")},r.promisify=function(a){return typeof a=="string"||a==null?Promise.resolve(a):a},r.deleteStorage=function(a){this.storage.has(a)&&this.storage.delete(a)},(0,o.Z)(s,[{key:"activedStorage",get:function(){return this.storage.get((0,Tt.U2)(Ct.activedName))}}]),s}(Yo.N);function Vr(u,s,r){var a=u.slice();return a[20]=s[r][0],a[21]=s[r][1],a[23]=r,a}function jr(u){var s;return{c:function(){(s=(0,e.bGB)("div")).textContent="Empty",(0,e.Ljt)(s,"class","vc-plugin-empty")},m:function(r,a){(0,e.$Tr)(r,s,a)},p:e.ZTd,d:function(r){r&&(0,e.ogt)(s)}}}function da(u){var s,r,a,c,d,p=u[20]+"",v=u[5](u[21])+"";return{c:function(){s=(0,e.bGB)("div"),r=(0,e.fLW)(p),a=(0,e.DhX)(),c=(0,e.bGB)("div"),d=(0,e.fLW)(v),(0,e.Ljt)(s,"class","vc-table-col"),(0,e.Ljt)(c,"class","vc-table-col vc-table-col-2")},m:function(y,w){(0,e.$Tr)(y,s,w),(0,e.R3I)(s,r),(0,e.$Tr)(y,a,w),(0,e.$Tr)(y,c,w),(0,e.R3I)(c,d)},p:function(y,w){1&w&&p!==(p=y[20]+"")&&(0,e.rTO)(r,p),1&w&&v!==(v=y[5](y[21])+"")&&(0,e.rTO)(d,v)},d:function(y){y&&(0,e.ogt)(s),y&&(0,e.ogt)(a),y&&(0,e.ogt)(c)}}}function ha(u){var s,r,a,c,d,p,v;return{c:function(){s=(0,e.bGB)("div"),r=(0,e.bGB)("textarea"),a=(0,e.DhX)(),c=(0,e.bGB)("div"),d=(0,e.bGB)("textarea"),(0,e.Ljt)(r,"class","vc-table-input"),(0,e.Ljt)(s,"class","vc-table-col"),(0,e.Ljt)(d,"class","vc-table-input"),(0,e.Ljt)(c,"class","vc-table-col vc-table-col-2")},m:function(y,w){(0,e.$Tr)(y,s,w),(0,e.R3I)(s,r),(0,e.BmG)(r,u[2]),(0,e.$Tr)(y,a,w),(0,e.$Tr)(y,c,w),(0,e.R3I)(c,d),(0,e.BmG)(d,u[3]),p||(v=[(0,e.oLt)(r,"input",u[11]),(0,e.oLt)(d,"input",u[12])],p=!0)},p:function(y,w){4&w&&(0,e.BmG)(r,y[2]),8&w&&(0,e.BmG)(d,y[3])},d:function(y){y&&(0,e.ogt)(s),y&&(0,e.ogt)(a),y&&(0,e.ogt)(c),p=!1,(0,e.j7q)(v)}}}function pa(u){var s,r,a,c,d,p;return(s=new _t.Z({props:{name:"delete"}})).$on("click",function(){return u[14](u[20])}),a=new yt({props:{content:[u[20],u[21]].join("=")}}),(d=new _t.Z({props:{name:"edit"}})).$on("click",function(){return u[15](u[20],u[21],u[23])}),{c:function(){(0,e.YCL)(s.$$.fragment),r=(0,e.DhX)(),(0,e.YCL)(a.$$.fragment),c=(0,e.DhX)(),(0,e.YCL)(d.$$.fragment)},m:function(v,y){(0,e.yef)(s,v,y),(0,e.$Tr)(v,r,y),(0,e.yef)(a,v,y),(0,e.$Tr)(v,c,y),(0,e.yef)(d,v,y),p=!0},p:function(v,y){u=v;var w={};1&y&&(w.content=[u[20],u[21]].join("=")),a.$set(w)},i:function(v){p||((0,e.Ui)(s.$$.fragment,v),(0,e.Ui)(a.$$.fragment,v),(0,e.Ui)(d.$$.fragment,v),p=!0)},o:function(v){(0,e.etI)(s.$$.fragment,v),(0,e.etI)(a.$$.fragment,v),(0,e.etI)(d.$$.fragment,v),p=!1},d:function(v){(0,e.vpE)(s,v),v&&(0,e.ogt)(r),(0,e.vpE)(a,v),v&&(0,e.ogt)(c),(0,e.vpE)(d,v)}}}function va(u){var s,r,a,c;return(s=new _t.Z({props:{name:"cancel"}})).$on("click",u[9]),(a=new _t.Z({props:{name:"done"}})).$on("click",function(){return u[13](u[20])}),{c:function(){(0,e.YCL)(s.$$.fragment),r=(0,e.DhX)(),(0,e.YCL)(a.$$.fragment)},m:function(d,p){(0,e.yef)(s,d,p),(0,e.$Tr)(d,r,p),(0,e.yef)(a,d,p),c=!0},p:function(d,p){u=d},i:function(d){c||((0,e.Ui)(s.$$.fragment,d),(0,e.Ui)(a.$$.fragment,d),c=!0)},o:function(d){(0,e.etI)(s.$$.fragment,d),(0,e.etI)(a.$$.fragment,d),c=!1},d:function(d){(0,e.vpE)(s,d),d&&(0,e.ogt)(r),(0,e.vpE)(a,d)}}}function Ur(u){var s,r,a,c,d,p,v;function y(P,F){return P[1]===P[23]?ha:da}var w=y(u),x=w(u),L=[va,pa],C=[];function V(P,F){return P[1]===P[23]?0:1}return c=V(u),d=C[c]=L[c](u),{c:function(){s=(0,e.bGB)("div"),x.c(),r=(0,e.DhX)(),a=(0,e.bGB)("div"),d.c(),p=(0,e.DhX)(),(0,e.Ljt)(a,"class","vc-table-col vc-table-col-1 vc-table-action"),(0,e.Ljt)(s,"class","vc-table-row")},m:function(P,F){(0,e.$Tr)(P,s,F),x.m(s,null),(0,e.R3I)(s,r),(0,e.R3I)(s,a),C[c].m(a,null),(0,e.R3I)(s,p),v=!0},p:function(P,F){w===(w=y(P))&&x?x.p(P,F):(x.d(1),(x=w(P))&&(x.c(),x.m(s,r)));var W=c;(c=V(P))===W?C[c].p(P,F):((0,e.dvw)(),(0,e.etI)(C[W],1,1,function(){C[W]=null}),(0,e.gbL)(),(d=C[c])?d.p(P,F):(d=C[c]=L[c](P)).c(),(0,e.Ui)(d,1),d.m(a,null))},i:function(P){v||((0,e.Ui)(d),v=!0)},o:function(P){(0,e.etI)(d),v=!1},d:function(P){P&&(0,e.ogt)(s),x.d(),C[c].d()}}}function ma(u){for(var s,r,a,c,d=u[0],p=[],v=0;v<d.length;v+=1)p[v]=Ur(Vr(u,d,v));var y=function(x){return(0,e.etI)(p[x],1,1,function(){p[x]=null})},w=null;return d.length||(w=jr()),{c:function(){s=(0,e.bGB)("div"),(r=(0,e.bGB)("div")).innerHTML=`<div class="vc-table-col">Key</div>
938
- <div class="vc-table-col vc-table-col-2">Value</div>
939
- <div class="vc-table-col vc-table-col-1 vc-table-action"></div>`,a=(0,e.DhX)();for(var x=0;x<p.length;x+=1)p[x].c();w&&w.c(),(0,e.Ljt)(r,"class","vc-table-row"),(0,e.Ljt)(s,"class","vc-table")},m:function(x,L){(0,e.$Tr)(x,s,L),(0,e.R3I)(s,r),(0,e.R3I)(s,a);for(var C=0;C<p.length;C+=1)p[C].m(s,null);w&&w.m(s,null),c=!0},p:function(x,L){var C=L[0];if(1007&C){var V;for(d=x[0],V=0;V<d.length;V+=1){var P=Vr(x,d,V);p[V]?(p[V].p(P,C),(0,e.Ui)(p[V],1)):(p[V]=Ur(P),p[V].c(),(0,e.Ui)(p[V],1),p[V].m(s,null))}for((0,e.dvw)(),V=d.length;V<p.length;V+=1)y(V);(0,e.gbL)(),!d.length&&w?w.p(x,C):d.length?w&&(w.d(1),w=null):((w=jr()).c(),w.m(s,null))}},i:function(x){if(!c){for(var L=0;L<d.length;L+=1)(0,e.Ui)(p[L]);c=!0}},o:function(x){p=p.filter(Boolean);for(var L=0;L<p.length;L+=1)(0,e.etI)(p[L]);c=!1},d:function(x){x&&(0,e.ogt)(s),(0,e.RMB)(p,x),w&&w.d()}}}function ga(u,s,r){var a,c=this&&this.__awaiter||function(F,W,te,oe){return new(te||(te=Promise))(function(le,Ae){function ye(Ze){try{We(oe.next(Ze))}catch(we){Ae(we)}}function He(Ze){try{We(oe.throw(Ze))}catch(we){Ae(we)}}function We(Ze){var we;Ze.done?le(Ze.value):(we=Ze.value,we instanceof te?we:new te(function(Te){Te(we)})).then(ye,He)}We((oe=oe.apply(F,W||[])).next())})},d=Wn.getSingleton(Wn,"VConsoleStorageModel"),p=Ct.updateTime;(0,e.FIv)(u,p,function(F){return r(10,a=F)});var v=[],y=-1,w="",x="",L=function(){r(1,y=-1),r(2,w=""),r(3,x="")},C=function(F){return c(void 0,void 0,void 0,it().mark(function W(){return it().wrap(function(te){for(;;)switch(te.prev=te.next){case 0:return te.next=2,d.removeItem(F);case 2:case"end":return te.stop()}},W)}))},V=function(F){return c(void 0,void 0,void 0,it().mark(function W(){return it().wrap(function(te){for(;;)switch(te.prev=te.next){case 0:if(w===F){te.next=3;break}return te.next=3,d.removeItem(F);case 3:d.setItem(w,x),L();case 5:case"end":return te.stop()}},W)}))},P=function(F,W,te){return c(void 0,void 0,void 0,it().mark(function oe(){return it().wrap(function(le){for(;;)switch(le.prev=le.next){case 0:r(2,w=F),r(3,x=W),r(1,y=te);case 3:case"end":return le.stop()}},oe)}))};return u.$$.update=function(){1024&u.$$.dirty&&a&&c(void 0,void 0,void 0,it().mark(function F(){return it().wrap(function(W){for(;;)switch(W.prev=W.next){case 0:return L(),W.t0=r,W.next=4,d.getEntries();case 4:W.t1=v=W.sent,(0,W.t0)(0,W.t1);case 6:case"end":return W.stop()}},F)}))},[v,y,w,x,p,function(F){return(0,n.id)(F,1024)},C,V,P,function(){L()},a,function(){w=this.value,r(2,w)},function(){x=this.value,r(3,x)},function(F){return V(F)},function(F){return C(F)},function(F,W,te){return P(F,W,te)}]}var _a=function(u){function s(r){var a;return a=u.call(this)||this,(0,e.S1n)((0,f.Z)(a),r,ga,ma,e.N8,{}),a}return(0,h.Z)(s,u),s}(e.f_C),ya=_a,Fr=function(u){function s(a,c,d){var p;return d===void 0&&(d={}),(p=u.call(this,a,c,ya,d)||this).model=Wn.getSingleton(Wn,"VConsoleStorageModel"),p.onAddTopBarCallback=void 0,p}(0,h.Z)(s,u);var r=s.prototype;return r.onReady=function(){u.prototype.onReady.call(this),this.onUpdateOption()},r.onShow=function(){this.model.refresh()},r.onAddTopBar=function(a){this.onAddTopBarCallback=a,this.updateTopBar()},r.onAddTool=function(a){var c=this;a([{name:"Add",global:!1,onClick:function(){c.model.setItem("new_"+Date.now(),"new_value")}},{name:"Refresh",global:!1,onClick:function(){c.model.refresh()}},{name:"Clear",global:!1,onClick:function(){c.model.clear()}}])},r.onUpdateOption=function(){var a,c=(a=this.vConsole.option.storage)==null?void 0:a.defaultStorages;(0,n.kJ)(c)&&(c=c.length>0?c:["cookies"])!==(0,Tt.U2)(Ct.defaultStorages)&&(Ct.defaultStorages.set(c),Ct.activedName.set(c[0]),this.updateTopBar())},r.updateTopBar=function(){var a=this;if(typeof this.onAddTopBarCallback=="function"){for(var c=(0,Tt.U2)(Ct.defaultStorages),d=[],p=0;p<c.length;p++){var v=c[p];d.push({name:v[0].toUpperCase()+v.substring(1),data:{name:v},actived:v===(0,Tt.U2)(Ct.activedName),onClick:function(y,w){var x=(0,Tt.U2)(Ct.activedName);if(w.name===x)return!1;Ct.activedName.set(w.name),a.model.refresh()}})}this.onAddTopBarCallback(d)}},s}(xt),Nt=function(){function u(r){var a=this;if(this.version="3.15.1",this.isInited=!1,this.option={},this.compInstance=void 0,this.pluginList={},this.log=void 0,this.system=void 0,this.network=void 0,u.instance&&u.instance instanceof u)return console.debug("[vConsole] vConsole is already exists."),u.instance;if(u.instance=this,this.isInited=!1,this.option={defaultPlugins:["system","network","element","storage"],log:{},network:{},storage:{}},n.Kn(r))for(var c in r)this.option[c]=r[c];this.option.maxLogNumber!==void 0&&(this.option.log.maxLogNumber=this.option.maxLogNumber,console.debug("[vConsole] Deprecated option: `maxLogNumber`, use `log.maxLogNumber` instead.")),this.option.onClearLog!==void 0&&console.debug("[vConsole] Deprecated option: `onClearLog`."),this.option.maxNetworkNumber!==void 0&&(this.option.network.maxNetworkNumber=this.option.maxNetworkNumber,console.debug("[vConsole] Deprecated option: `maxNetworkNumber`, use `network.maxNetworkNumber` instead.")),this._addBuiltInPlugins();var d=function(){a.isInited||(a._initComponent(),a._autoRun())};if(document!==void 0)document.readyState==="loading"?l.bind(window,"DOMContentLoaded",d):d();else{var p;p=setTimeout(function v(){document&&document.readyState=="complete"?(p&&clearTimeout(p),d()):p=setTimeout(v,1)},1)}}var s=u.prototype;return s._addBuiltInPlugins=function(){this.addPlugin(new Xo("default","Log"));var r=this.option.defaultPlugins,a={system:{proto:Zo,name:"System"}};if(a.network={proto:_r,name:"Network"},a.element={proto:Dr,name:"Element"},a.storage={proto:Fr,name:"Storage"},r&&n.kJ(r))for(var c=0;c<r.length;c++){var d=a[r[c]];d?this.addPlugin(new d.proto(r[c],d.name)):console.debug("[vConsole] Unrecognized default plugin ID:",r[c])}},s._initComponent=function(){var r=this;if(!l.one("#__vconsole")){var a,c=1*n.cF("switch_x"),d=1*n.cF("switch_y");typeof this.option.target=="string"?a=document.querySelector(this.option.target):this.option.target instanceof HTMLElement&&(a=this.option.target),a instanceof HTMLElement||(a=document.documentElement),this.compInstance=new Qt({target:a,props:{switchButtonPosition:{x:c,y:d}}}),this.compInstance.$on("show",function(p){p.detail.show?r.show():r.hide()}),this.compInstance.$on("changePanel",function(p){var v=p.detail.pluginId;r.showPlugin(v)})}this._updateComponentByOptions()},s._updateComponentByOptions=function(){if(this.compInstance){if(this.compInstance.theme!==this.option.theme){var r=this.option.theme;r=r!=="light"&&r!=="dark"?"":r,this.compInstance.theme=r}this.compInstance.disableScrolling!==this.option.disableLogScrolling&&(this.compInstance.disableScrolling=!!this.option.disableLogScrolling)}},s.setSwitchPosition=function(r,a){this.compInstance.switchButtonPosition={x:r,y:a}},s._autoRun=function(){for(var r in this.isInited=!0,this.pluginList)this._initPlugin(this.pluginList[r]);this._showFirstPluginWhenEmpty(),this.triggerEvent("ready")},s._showFirstPluginWhenEmpty=function(){var r=Object.keys(this.pluginList);this.compInstance.activedPluginId===""&&r.length>0&&this.showPlugin(r[0])},s.triggerEvent=function(r,a){var c=this;r="on"+r.charAt(0).toUpperCase()+r.slice(1),n.mf(this.option[r])&&setTimeout(function(){c.option[r].apply(c,a)},0)},s._initPlugin=function(r){var a=this;r.vConsole=this,this.compInstance.pluginList[r.id]={id:r.id,name:r.name,hasTabPanel:!1,tabOptions:void 0,topbarList:[],toolbarList:[],content:void 0,contentContainer:void 0},this.compInstance.pluginList=this._reorderPluginList(this.compInstance.pluginList),r.trigger("init"),r.trigger("renderTab",function(c,d){d===void 0&&(d={});var p=a.compInstance.pluginList[r.id];p.hasTabPanel=!0,p.tabOptions=d,c&&(a.compInstance.pluginList[r.id].content=c),a.compInstance.pluginList=a.compInstance.pluginList}),r.trigger("addTopBar",function(c){if(c){for(var d=[],p=0;p<c.length;p++){var v=c[p];d.push({name:v.name||"Undefined",className:v.className||"",actived:!!v.actived,data:v.data,onClick:v.onClick})}a.compInstance.pluginList[r.id].topbarList=d,a.compInstance.pluginList=a.compInstance.pluginList}}),r.trigger("addTool",function(c){if(c){for(var d=[],p=0;p<c.length;p++){var v=c[p];d.push({name:v.name||"Undefined",global:!!v.global,data:v.data,onClick:v.onClick})}a.compInstance.pluginList[r.id].toolbarList=d,a.compInstance.pluginList=a.compInstance.pluginList}}),r.isReady=!0,r.trigger("ready")},s._triggerPluginsEvent=function(r){for(var a in this.pluginList)this.pluginList[a].isReady&&this.pluginList[a].trigger(r)},s._triggerPluginEvent=function(r,a){var c=this.pluginList[r];c&&c.isReady&&c.trigger(a)},s._reorderPluginList=function(r){var a=this;if(!n.kJ(this.option.pluginOrder))return r;for(var c=Object.keys(r).sort(function(v,y){var w=a.option.pluginOrder.indexOf(v),x=a.option.pluginOrder.indexOf(y);return w===x?0:w===-1?1:x===-1?-1:w-x}),d={},p=0;p<c.length;p++)d[c[p]]=r[c[p]];return d},s.addPlugin=function(r){return this.pluginList[r.id]!==void 0?(console.debug("[vConsole] Plugin `"+r.id+"` has already been added."),!1):(this.pluginList[r.id]=r,this.isInited&&(this._initPlugin(r),this._showFirstPluginWhenEmpty()),!0)},s.removePlugin=function(r){r=(r+"").toLowerCase();var a=this.pluginList[r];if(a===void 0)return console.debug("[vConsole] Plugin `"+r+"` does not exist."),!1;a.trigger("remove");try{delete this.pluginList[r],delete this.compInstance.pluginList[r]}catch{this.pluginList[r]=void 0,this.compInstance.pluginList[r]=void 0}return this.compInstance.pluginList=this.compInstance.pluginList,this.compInstance.activedPluginId==r&&(this.compInstance.activedPluginId="",this._showFirstPluginWhenEmpty()),!0},s.show=function(){this.isInited&&(this.compInstance.show=!0,this._triggerPluginsEvent("showConsole"))},s.hide=function(){this.isInited&&(this.compInstance.show=!1,this._triggerPluginsEvent("hideConsole"))},s.showSwitch=function(){this.isInited&&(this.compInstance.showSwitchButton=!0)},s.hideSwitch=function(){this.isInited&&(this.compInstance.showSwitchButton=!1)},s.showPlugin=function(r){this.isInited&&(this.pluginList[r]||console.debug("[vConsole] Plugin `"+r+"` does not exist."),this.compInstance.activedPluginId&&this._triggerPluginEvent(this.compInstance.activedPluginId,"hide"),this.compInstance.activedPluginId=r,this._triggerPluginEvent(this.compInstance.activedPluginId,"show"))},s.setOption=function(r,a){if(typeof r=="string"){for(var c=r.split("."),d=this.option,p=0;p<c.length;p++){if(c[p]==="__proto__"||c[p]==="constructor"||c[p]==="prototype")return void console.debug("[vConsole] Cannot set `"+c[p]+"` in `vConsole.setOption()`.");d[c[p]]===void 0&&(d[c[p]]={}),p===c.length-1&&(d[c[p]]=a),d=d[c[p]]}this._triggerPluginsEvent("updateOption"),this._updateComponentByOptions()}else if(n.Kn(r)){for(var v in r)v!=="__proto__"&&v!=="constructor"&&v!=="prototype"?this.option[v]=r[v]:console.debug("[vConsole] Cannot set `"+v+"` in `vConsole.setOption()`.");this._triggerPluginsEvent("updateOption"),this._updateComponentByOptions()}else console.debug("[vConsole] The first parameter of `vConsole.setOption()` must be a string or an object.")},s.destroy=function(){if(this.isInited){this.isInited=!1,u.instance=void 0;for(var r=Object.keys(this.pluginList),a=r.length-1;a>=0;a--)this.removePlugin(r[a]);this.compInstance.$destroy()}},(0,o.Z)(u,null,[{key:"instance",get:function(){return window.__VCONSOLE_INSTANCE},set:function(r){r===void 0||r instanceof u?window.__VCONSOLE_INSTANCE=r:console.debug("[vConsole] Cannot set `VConsole.instance` because the value is not the instance of VConsole.")}}]),u}();Nt.VConsolePlugin=void 0,Nt.VConsoleLogPlugin=void 0,Nt.VConsoleDefaultPlugin=void 0,Nt.VConsoleSystemPlugin=void 0,Nt.VConsoleNetworkPlugin=void 0,Nt.VConsoleElementPlugin=void 0,Nt.VConsoleStoragePlugin=void 0,Nt.VConsolePlugin=Dt,Nt.VConsoleLogPlugin=co,Nt.VConsoleDefaultPlugin=Xo,Nt.VConsoleSystemPlugin=Zo,Nt.VConsoleNetworkPlugin=_r,Nt.VConsoleElementPlugin=Dr,Nt.VConsoleStoragePlugin=Fr;var ba=Nt}(),__webpack_exports__=__webpack_exports__.default,__webpack_exports__}()})})(vconsole_min);var vconsole_minExports=vconsole_min.exports;const VConsole=getDefaultExportFromCjs(vconsole_minExports),_imports_1="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAASCAYAAAAt6kybAAAACXBIWXMAACE4AAAhOAFFljFgAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFKSURBVHgBzZZBUoMwFIb/16668whcoUdwYXXZXkDFCwgnEE6gNwjeoCtHcWG9gUfgCGzdNL6EjpMyKUMIbfPNEJJAkh/yJy+EFlLcZJw+cvYC56Hmq6D4IzUrySzsRD4hBCYyo7sy/y/uP9V/Mgy2SMziBMFCe9ZrC/1BOBRmoSV0tkIQYiVroNysIetr4vqZbwnOgnyhuEzbtVaP7raGFKdFbUuJTaSCulrydhVx+sXZCMelAqYrit8O2q5z1VP8XnF6ydkNjscG+J13idRa0BMpFhwIKMOo2P1oo7dQ3a24uudJUAvNN7zWkDKhh/K1bwMnoYoRfFspOzW26o9zZDJ8u4Y768aPbiL1uPDAzbd8yIjLHAPxEqqHF4sld6N8Gx14pcZ0u6Tbz2944C1U0eHbaogfbYxyemqEzOb82QWaCFOrqR7qRxt/zFpnw18C42QAAAAASUVORK5CYII=",_imports_2="data:image/png;base64,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",_imports_3="data:image/png;base64,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",_imports_4="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAYCAYAAAAPtVbGAAAAAXNSR0IArs4c6QAABPxJREFUSEuVlltsFFUYx3/fzM7M3rrdFsqlLbRI0XKHEgIvGvAWFHkwQWOMvBkxIRreJJoQTHzwARMwhqiJMRoNJiqJ+IBBITEmcokFDJeUUrq0pbSyvWwvO7O7MzvHzC69EAqESfZhz3zn/L7zff/zPyM84FGpNUlE347wEopmoAEIo9QI0I5wBvzDpC6clc1491tKZnqhUruTyKkPwH0HxHpQIuV3qgO0PdL4z88zxd4DUTdf20p42bcUR6tx/sL38mSHMrhZG7+QLy8pIYyIRaQqgRmLIjKxjDqCq96WJefT02F3QVRXy06UfI7RhB96nLHO32D4PBFDYRp351hwIZsDx7dILphPtDo5EdCGcjbLoiv9EwOTEDX4/nNk/z6OP4ZrO9g9PSRMm8kk71Mz34ehMZCKaqob6xFNA6UuYslGqW21g2kliLq2qZ7k5qvgRQsDv+N2txKz/Ie3YlrEaBbyZiWzFzeUQXBIGlt3TUHS731PIfV6URpwLh4ibuUeCTARPDgKevU8kvXzykMhf43Un/9X1M0X6rE29ECR8Y7DxPOp+wJ8q4q8VomnxxHlEs71EiqOT8YrBX1DULN8KUY4EKX6ThrP7RCVWvcuodkHi9oK3MsHCJvTGKJDoh5icyAyC8/zyRWbCM/fhfIGGe3cS8XIGUycyUnjDrjRGqoa6oKxHFmnRlT3M0fwMy/nR2ys4fYpQgBY+BQktwc1wB3+EUPPQd1R6D0Eepx0LoqZ2U98uBVdU2V5K7g1rFO7dkVZ2uI/Kyr94U1yZ+tyva2Ec9PkXVEHi/dBdBs41ylGmtFv7yhDnOsgJkMDrVTxFYX+Nszxzsnz0jcIs5c1Y0TCgbR2i0rvVaBht39D1O2eqm/NctTCA2jpk1C4jd/0KfnrWwkn1+PG3sB1+jHtQxi6W5pT6DiJSVkwtzOQeKyJcCIe/P1IVPfTBcIbDafzVyK5K5MQO96MF1tFxZIvIddLuu8PTPuHUrYViSiiG9NOOnjZYaT3dKlsd0FE7RN1oyWFxBpzaZvw+IWpBsaX4RmVpRrnXR1LxvEzPZj+GLrKowloVgVaYj7E56JbceyrJ4gZLv1DMGvp9HJ1tRxFybZCZhgz0zUJGatYSTFU2i7KyaANXCYR02Z0AN9XFIoaIc0npAu9Qxq1a1eWd6qpLaI6W95Cky+KBZdi9xXMUFklo4kWfN1C5UbQ0peojJdO8UMfJw+5yByqFtZOk3Dn2gY07Rpg5G73E7bLvjYeX44nJvSdIxmf8UaYEVgq1ZrtGFon4P8kja2vlL3rRstnILt8z6PQ1UZY9+70AiyDh5rkBG0kC2rWOpJN28Dtg+Kpsq2UID2r6/D0y4hUuraN6uvA1B/NIAPbt/U7BhleDWbjQZm9b3ew/pTVp1q2IHIsGHQdh3x3B3Gr+NAeBAHBDrzKtVTXBbIulK3em7telhwr3XIzX1pBNYtF7P5byOggEQvK7j31BPeInQdH5hKbv4Bo7YugXMifbsPs3yRzL/03EX3v9du15jmUdgSkpN+i62EPj+A7NvgVpXm+GkVMg3D1Iqya55HgG8JNgdl0BHNspyQ+GZie0MwfEkPrKhn194P25l3pm80Q/FTQgD+DAwTGIjCXt+Pn9zDn419EuKeZD9Sm6lg1h1DoVRRPAhsQaShBzCcyqEI72eNnkcJRvr5wQvbdu/hEgv8DpQoQIxZU4UcAAAAASUVORK5CYII=",_imports_5="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAAAXNSR0IArs4c6QAAAvJJREFUWEe9mPF1EzEMxvVt0EwA3YBu0E5AOwFlgqYT0E5AmYAwAe0EhAkaJqBMQDYQ77tn39Pp5Ds7R+r38kdaW/5Z+izJgSwcqnonIjfJzAbA7RKTWLJYVdci8tnZuANwf6jdpUA/ROTcbb4FcHEUIFV9JyInALbRBqraBKSqHXzJXve/0klU9cFoIzx1C5CqPosID8jxUNJaCKSqGxH54GDPAOzs32qBkmfoTTt4AT56h4yACjBcdwrg5UCgExH5G0RjBDUASlf4k1u4F5E1gG/eYK2HuE5Vr0XkawB1C4Dy6EYPpKpvReR3AHPhQ5XntAAlKGqIoaPH7OjlYIGs6PLkKwCPE8JvumUJ6lJEvjub/aXpgFQ1mjSb4Fo9ZDzLZMqkagcjsc1A/qQvAE5Lnjk0ZGYdQ0Z52NB1XkJBO9eRiJeIOljLy8M6aMeKQJH6VwB4uybHoSFLMom8tCYQBUYN5fEI4GoOJhltFrW1GxxoQyB/u5hzvrwSENuWPgeJyI5AzKBWXJcAnl4JyN/uPYHUbX4O4GclkA83l7WEnNV/UOOWAvnMy4vArDuoeaXDRUV3UciSsFly2BkQ5qkWJq31HupCxgRFo3lUi7omrFNzVDUUtddB2Kcs3TxaH6acgHIPYHUMAG8zjE7qm5mL7OgK3TGhChXirFRcF70cag4SeGcHoAeK6tmgk6vZpHZO4T3XFXTboPnb1pRTGmB4oykRWx36dscCjbKmiDDBUU9ViW4OKrU6zMw2zXBZ3+74Jj96/vwXqAmYQZrxQHQj3elPwPDd29fBnDdcm8F2lQ2Zb+55WJaavveK3mWEidzKPWiAvfboSVRIfJQBQfz7P9sayaH0cp2CysaYp/iS/WVg6IE36cnM1sJ7JE8tymDqbU9jPJ1/HbREK5rLhozhD1vk2Z9jUkYlmNdVKxi9wts02WvNAuVdExirc/4FoxaIoeVNqtJdNZABo6co0vfJa/yetcIw8JP1xe7xTy055/0DfJmj9v76688AAAAASUVORK5CYII=",_imports_6="data:image/png;base64,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",_imports_7="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAMCAYAAABBV8wuAAAAAXNSR0IArs4c6QAAAHdJREFUKFOFkGERgmAQRN82MIJVTCANkCTSQCNAAxpAA4hABBusfM7JfMgw3q+be7O3tyfbNdBJmshKtu/ADbhImr9MqbH9AIocfkDAHjgFfOUgDUdgkFStIFRnICnbI9D8X2V7b277uRhfN+dG8nIXMMK1vy95AxCKOwb9TpvIAAAAAElFTkSuQmCC",_imports_8="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAcCAYAAAAnbDzKAAAACXBIWXMAACE4AAAhOAFFljFgAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFSSURBVHgBzZeNbYMwEIXvCLN0ga7RBdoB0gG6QBboAizQBTpGu0BHiQLuGYWXRDH+wXeKn2QJ8Jn7PskgIDKMc27vBxmmJ6PM4Gd4OSZmHsggTAa5hr904sFCQl0gCI9u+hKqAlF4dNSVUBPIgkdXPQkVgSJ4dNaR6KgyUXjnfmX8rcypvGKrBBLw37zbvct488crNdUSm7dQBvzh5tI4HmTbvATrK7bTJoFSeEwZSBQLbIVHibJEkUAtPEoVJbIFtOCxREkiS0AbHksVJJICVvC4RaVEVMAaHreqkFgVSMB/CfwnKUYkPgT2NTgZkeAwXwR+mgbue5OfE3c67anrij7F7wQeBY/+hRI3Ao+GB0eBBARagQdPpsQs0Br8khwJbhV+SUqio3EMr2wA3mdmEJbg5MLuLd00/WB468aSZERBg/BLkozueHymxiPP7NP1+T8OxHF5nfcjnQAAAABJRU5ErkJggg==",index_vue_vue_type_style_index_0_lang="",index_vue_vue_type_style_index_1_scoped_3cf3ae08_lang="",_sfc_main={components:{HangupStatus,DragTimer,AnimatedIframe},name:"gameassis",props:["access_token","client_id","channel_code","game_id","game_cloud_service"],data(){return{timer:null,currentTop:0,clientWidth:0,clientHeight:0,itemWidth:40,itemHeight:40,coefficientHeight:.1,gapWidth:10,left:0,top:0,timeOutEvent:0,numi:1,contentTab:1,anyhow:1,typesOf:1,computerTop:!0,computerOne:!1,computerTwo:!1,custom_menu:!1,isPad:"",isiPad:"",mobileOne:!1,mobileTwo:!1,expandShow:!0,setupTab:"",comTab:"",terminal_id:0,vc:50300,gameList:[],bitrateList:[],clearList:[],aspectList:[],codeTab:"",clearTab:"",aspectTab:"",wifiTab:1,honeyTab:1,head_url:"",nickname:"",duration:"",points:"",level:"",durationflag:!1,pointsflag:!1,showfull:!1,vip_centerflag:!0,dialogVisible:!1,screenImg:null,state_show:!1,user_id:"",phone:"",isHarmony:!1,isShowOperation:!1,remainder:null,url_chat:"https://act.play.cn/hd/t/chat/?dark="+this.isDark+"&modal=1",parentData:"初始数据",isFullscreen:!1,control_list:[],keyboardGuidance:"",leftGuidance:"",rightGuidance:"",easyShow:!1,enableRotation:null,showExitButton:!1,showQualityPanel:!1,showQualityDropdown:!1,selectedQuality:"high",selectedSmoothness:"smooth",afkTime:10,afkTimeRange:{min:15,max:360},isBlurred:!1,showTooltip:!0,tooltipFading:!1,currentQuality:"高清",functionButtons:[{type:"profile",name:"个人",icon:"../assets/image/head.png"},{type:"time",name:"时间",icon:"../assets/image/clock.png"},{type:"audio",name:"音频",icon:"../assets/image/operate.png"},{type:"help",name:"帮助",icon:"../assets/image/problem.png"},{type:"quality",name:"质量",icon:"../assets/image/Vector_right.png"}],qualityOptions:[{label:"流畅",value:"smooth",icon:"smooth-icon"},{label:"标清",value:"standard",icon:"standard-icon"},{label:"高清",value:"high",icon:"high-icon"},{label:"超清",value:"ultra",icon:"ultra-icon"}],smoothnessOptions:[{label:"流畅",value:"smooth"},{label:"标准",value:"standard"},{label:"高清",value:"high"},{label:"超清",value:"ultra"}],qualityDropdownOptions:[{label:"蓝光",value:"blue-ray"},{label:"高清",value:"high"},{label:"流畅",value:"smooth"}],currentMinutes:60,minMinutes:10,maxMinutes:360,isDragging:!1,afk_list:[],showafk:1,showAFKBubble:!1,isAfkBlack:!1,showToast:!1,toastMessage:"",showConfirmDialog:!1,showEnterGameConfirmDialog:!1,showAIHelperDialog:!1,enterGameData:null,arrowStyle:{},is_open:0}},watch:{},created(){if(this.clientWidth=document.documentElement.clientWidth,this.clientHeight=document.documentElement.clientHeight,this.left=0,this.top=46,api.set("ass_channel_code",this.channel_code),api.set("ass_access_token",this.access_token),navigator.userAgent.indexOf("CloudPhone")!=-1&&(this.easyShow=!0,(this.channel_code=="80000000"||this.channel_code==8e7)&&new VConsole),this.easyShow=!0,!navigator.userAgent.match(/(phone|pad|pod|iPhone|iPod|ios|iPad|Android|Mobile|BlackBerry|IEMobile|MQQBrowser|JUC|Fennec|wOSBrowser|BrowserNG|WebOS|Symbian|Windows Phone)/i))this.typesOf=3;else{const o=navigator.userAgent.toLowerCase();this.isPad=/ipad/i.test(o),this.isiPad=/iphone/i.test(o)&&/os [6-9]_\d+ like mac os/i.test(o),this.isPad||this.isiPad?this.typesOf=2:this.typesOf=1}this.isHarmonyOS()&&(this.isHarmony=!0),console.log(this.game_cloud_service,"game_cloud_service"),getGameDetail(this.game_id).then(o=>{console.log(o,"gameRes"),this.easyShow==!0&&setTimeout(()=>{this.showExitButton=!0},500),this.comTab="",this.retract(),getChaDetail(o.ext.content_id).then(n=>{if(n.ext)if(n.ext&&Array.isArray(n.ext.control_list)&&n.ext.control_list.length>1){this.leftGuidance="",this.rightGuidance="";for(let t=0;t<n.ext.control_list.length;t++){const l=n.ext.control_list[t];if(!this.rightGuidance&&l.type==="keyboard"&&l.guidance&&(this.rightGuidance=l.guidance),!this.leftGuidance&&l.type==="handle"&&l.guidance&&(this.leftGuidance=l.guidance,this.isShowOperation=!0),this.leftGuidance&&this.rightGuidance)break}}else this.screenImg=n.ext.open_img_handle&&n.ext.open_img_handle[0],this.screenImg&&this.screenImg!=""&&(this.isShowOperation=!0)})}),this.getUserId(),this.getconfig(),this.getBitrate(),this.getClear(),this.getAspect(),this.checkAfkBlack()},mounted(){document.addEventListener("click",this.bodyCloseMenus),window.matchMedia("(orientation: landscape)").matches?this.anyhow=2:this.anyhow=1,this.$nextTick(()=>{window.addEventListener("resize",this.renderResize,!1),document.body.addEventListener("touchmove",function(n){n.preventDefault()},{passive:!1});const o=this.$refs.div;o.addEventListener("touchstart",n=>{if(n.stopPropagation(),n.targetTouches.length===1){const l=n.targetTouches[0].clientX-this.left;(l>60||l==60)&&n.preventDefault()}o.style.transition="none"}),o.addEventListener("touchmove",n=>{if(n.stopPropagation(),n.preventDefault(),n.targetTouches.length===1){let t=event.targetTouches[0];this.left=t.clientX-this.itemWidth/2,this.top=t.clientY-this.itemHeight/2}},!1),o.addEventListener("touchend",n=>{if(n.stopPropagation(),o.style.transition="all 0.3s",this.clientWidth=document.documentElement.clientWidth,this.clientHeight=document.documentElement.clientHeight,this.left>this.clientWidth/2?this.left=this.clientWidth-this.itemWidth:this.left=0,this.top<=36)this.top=36+this.gapWidth;else{let t=this.clientHeight-50-this.itemHeight-this.gapWidth;this.top>=t&&(this.top=t)}},!1)}),this.startBlurTimer(),this.checkTooltipDisplay()},computed:{fillPercentage(){return(this.currentMinutes-this.minMinutes)/(this.maxMinutes-this.minMinutes)*100},formattedTime(){const o=Math.floor(this.currentMinutes/60),n=this.currentMinutes%60;return o>0&&n>0?`${o}小时${n}分钟`:o>0?`${o}小时`:`${n}分钟`}},methods:{handleSetCloudIdle(o){if(this.isAfkBlack){this.showToastMessage("当前游戏挂机功能维护中,暂时无法使用");return}console.log("收到DragTimer的挂机请求:",o),this.$emit("set_cloud_idle",o),setTimeout(()=>{this.queryLock(this.user_id)},1e3)},handleEndHangup(o){console.log("收到结束挂机请求:",o),this.showConfirmDialog=!0},handleEnterGame(o){console.log("收到进入游戏请求:",o),this.enterGameData=o,this.showEnterGameConfirmDialog=!0},confirmEndHangup(){var o={name:"unlock_vm"};console.log("收到结束挂机请求:",o),this.$emit("set_cloud_idle",o),this.afk_list=[],this.showafk=1,this.showAFKBubble=!1,this.showConfirmDialog=!1},cancelEndHangup(){this.showConfirmDialog=!1},confirmEnterGame(){if(this.enterGameData){const{gameUrl:o}=this.enterGameData;console.log(o+"&access_token="+this.access_token,"gameUrl"),this.$emit("set_replace",{name:"replace",gameUrl:o+"&access_token="+this.access_token}),this.showEnterGameConfirmDialog=!1,this.enterGameData=null}},cancelEnterGame(){this.showEnterGameConfirmDialog=!1,this.enterGameData=null},openAIHelper(){this.is_open==0?this.is_open=1:this.is_open=0;var o={name:"aigame",is_open:this.is_open};console.log(o),this.$emit("set_aigame",o)},closeAIHelperDialog(){var o={name:"aigame",is_open:0};console.log(o),this.$emit("set_aigame",o)},queryLock(o){o=o||this.user_id,queryLock(o).then(n=>{console.log(n,"resqueryLock"),n.code==200?n.data.length>0?(this.showafk=2,this.afk_list=n.data[0],getGameDetail(this.afk_list.gameid).then(t=>{console.log(n,"res"),this.afk_list.title=t.ext.title,this.afk_list.icon=t.ext.img_square[0],this.afk_list.name=t.ext.title,this.afk_list.avatar=t.ext.img_square[0],this.afk_list.content_id=t.ext.content_id,t.ext.game_id==this.game_id?this.afk_list.showEnterGame=!1:this.afk_list.showEnterGame=!0,console.log(JSON.stringify(this.afk_list),"this.afk_list")})):this.showafk=1:this.showafk=1})},checkAfkBlack(){isAfkBlack(this.game_id,this.user_id).then(o=>{o.code==200?this.isAfkBlack=o.ext.is_afk_black:this.isAfkBlack=o.ext.is_afk_black})},showToastMessage(o){this.toastMessage=o,this.showToast=!0,setTimeout(()=>{this.showToast=!1},3e3)},updateTimeSlider(o){this.afkTime=parseInt(o.target.value)},startSliderDrag(o){this.isSliderDragging=!0;const n=o.currentTarget.getBoundingClientRect(),l=(o.clientX-n.left)/n.width*100;this.updateSliderValue(l),document.addEventListener("mousemove",this.onSliderDrag),document.addEventListener("mouseup",this.endSliderDrag),o.preventDefault()},startSliderDragTouch(o){this.isSliderDragging=!0;const n=o.touches[0],t=o.currentTarget.getBoundingClientRect(),f=(n.clientX-t.left)/t.width*100;this.updateSliderValue(f),document.addEventListener("touchmove",this.onSliderDragTouch,{passive:!1}),document.addEventListener("touchend",this.endSliderDrag),o.preventDefault()},startThumbDrag(o){this.isSliderDragging=!0;const n=o.currentTarget.parentElement.getBoundingClientRect();this.sliderDragOffset.x=o.clientX-n.left,document.addEventListener("mousemove",this.onThumbDrag),document.addEventListener("mouseup",this.endSliderDrag),o.preventDefault()},startThumbDragTouch(o){this.isSliderDragging=!0;const n=o.touches[0],t=o.currentTarget.parentElement.getBoundingClientRect();this.sliderDragOffset.x=n.clientX-t.left,document.addEventListener("touchmove",this.onThumbDragTouch,{passive:!1}),document.addEventListener("touchend",this.endSliderDrag),o.preventDefault()},onSliderDrag(o){if(!this.isSliderDragging)return;const n=o.currentTarget.getBoundingClientRect(),l=(o.clientX-n.left)/n.width*100;this.updateSliderValue(l)},onSliderDragTouch(o){if(!this.isSliderDragging)return;const n=o.touches[0],t=o.currentTarget.getBoundingClientRect(),f=(n.clientX-t.left)/t.width*100;this.updateSliderValue(f),o.preventDefault()},onThumbDrag(o){if(!this.isSliderDragging)return;const n=o.currentTarget.parentElement.getBoundingClientRect(),l=(o.clientX-n.left)/n.width*100;this.updateSliderValue(l)},onThumbDragTouch(o){if(!this.isSliderDragging)return;const n=o.touches[0],t=o.currentTarget.parentElement.getBoundingClientRect(),f=(n.clientX-t.left)/t.width*100;this.updateSliderValue(f),o.preventDefault()},updateSliderValue(o){const n=Math.max(0,Math.min(100,o)),t=this.afkTimeRange.max-this.afkTimeRange.min,l=Math.round(n/100*t)+this.afkTimeRange.min;this.afkTime=l},endSliderDrag(){this.isSliderDragging=!1,document.removeEventListener("mousemove",this.onSliderDrag),document.removeEventListener("mouseup",this.endSliderDrag),document.removeEventListener("touchmove",this.onSliderDragTouch),document.removeEventListener("touchend",this.endSliderDrag),document.removeEventListener("mousemove",this.onThumbDrag),document.removeEventListener("touchmove",this.onThumbDragTouch)},updateParentData(o){o==!1&&(this.custom_menu=!1,this.dialogVisible=!1,this.comTab="")},isHarmonyOS(){return(navigator.userAgent||navigator.vendor||window.opera).toLowerCase().includes("harmonyos")},logReport(o){let n=navigator.userAgent,t=n.indexOf("Android")>-1||n.indexOf("Adr")>-1;var l="android";t||(l="ios");let f={channel_code:this.channel_code,into_type:o.into_type,phone:this.phone,event_from_id:o.event_from_id,into_type_id:o.into_type_id,event_from:o.event_from,user_id:this.user_id,visit_id:Date.now(),version_code:"50300",login_state:this.access_token?1:0,is_vip:sessionStorage.getItem("isVip"),dev_code:0,mac_addr:""},h={version:"50300",app_key:"8888107",from:"wap_cloud5g",channel_code:this.channel_code,req_time:Date.now(),timestamp:Date.now(),user_id:this.user_id,ip:"",screen_px:window.screen.width+"*"+window.screen.height,osStr:l,event_key:o.event_key,event_value:JSON.stringify(f)};logs(h)},getUserId(){let o={client_id:this.client_id,access_token:this.access_token};getUserId(o).then(n=>{n.code==0&&(this.user_id=n.ext[0].id,api.set("ass_user_id",this.user_id),this.phone=n.ext[0].phone,this.getinformation(),this.head_url=n.ext[0].head_url?n.ext[0].head_url:"../assets/image/head.png",this.nickname=n.ext[0].nickname,console.log(this.head_url,"head_url"),this.queryLock(this.user_id))})},getinformation(){let o={user_id:this.user_id};information(o).then(n=>{n.code==200&&(this.points=n.ext.points,this.level=n.ext.level,this.countdownTimer(n.ext.duration))})},countdownTimer(o){if(o&&o===0){clearInterval(this.remainder);return}this.remainder||(this.duration=(o/60/1e3).toFixed(0),this.remainder=setInterval(()=>{if(o-=1e3,o<=0)this.duration=0,clearInterval(this.remainder),this.remainder=0;else{const n=(o/60/1e3).toFixed(0);n!=this.duration&&(this.duration=n)}},1e3))},getconfig(){getRecommendConfig({name:"game_header_menus"}).then(o=>{if(console.log(o,"res"),o.code==200){let l=[];for(var n=0;n<o.ext.value.length;n++){let f=!0;o.ext.value[n].link=="points"&&(this.pointsflag=!0,f=!1),o.ext.value[n].link=="duration"&&(this.durationflag=!0,f=!1),o.ext.value[n].link=="vip_center"&&(this.vip_centerflag=!0,f=!1),o.ext.value[n].link=="game_quit"&&(f=!1),f&&l.push(o.ext.value[n])}for(var t=0;t<l.length;t++)l[t].flag=!1,this.typesOf==1&&this.anyhow==1&&(t+1)%4==0&&(l[t].flag=!0),this.typesOf==1&&this.anyhow==2||this.typesOf==2?(t+1)%2==0&&(l[t].flag=!0):(t+1)%4==0&&(l[t].flag=!0);if(this.gameList=l,this.easyShow){let f=o.ext.value;console.log(f,"extMenu"),f=f.filter(h=>h.link!=="AIHelper"),f=f.filter(h=>h.link!=="instructions"),f=f.filter(h=>h.link!=="game_quit"),this.gameList=f}}})},getClear(){getRecommendConfig({name:"new_resolution"}).then(o=>{if(o.code==200){this.clearList=o.ext.value;var n={};this.easyShow?(n={name:"new_resolution",item_id:2},this.$emit("set_qualitys",n)):localStorage.getItem("new_resolution")?(this.clearTab=localStorage.getItem("new_resolution"),n={name:"new_resolution",item_id:localStorage.getItem("new_resolution")},this.$emit("set_qualitys",n)):(this.clearTab=o.ext.active_item,n={name:"new_resolution",item_id:o.ext.active_item},this.$emit("set_qualitys",n))}})},getBitrate(){getRecommendConfig({name:"new_bitrate"}).then(o=>{if(o.code==200){this.bitrateList=o.ext.value;var n={};if(this.easyShow){if(localStorage.getItem("yun_aspect_ratio")){n={name:"new_bitrate",item_id:localStorage.getItem("yun_aspect_ratio")},this.$emit("set_qualitys",n),console.log(n.item_id+"-初始化缓存清晰度-"),localStorage.getItem("yun_aspect_ratio")==4?this.currentQuality="超高清":localStorage.getItem("yun_aspect_ratio")==3?this.currentQuality="高清":localStorage.getItem("yun_aspect_ratio")==2?this.currentQuality="清晰":localStorage.getItem("yun_aspect_ratio")==1&&(this.currentQuality="流畅");return}n={name:"new_bitrate",item_id:4},this.$emit("set_qualitys",n),console.log(n.item_id+"-清晰度-");return}localStorage.getItem("new_bitrate")?(this.codeTab=localStorage.getItem("new_bitrate"),n={name:"new_bitrate",item_id:localStorage.getItem("new_bitrate")},this.$emit("set_qualitys",n)):(this.codeTab=o.ext.active_item,n={name:"new_bitrate",item_id:o.ext.active_item},this.$emit("set_qualitys",n))}})},getAspect(){if(this.easyShow){var o={name:"aspect_ratio",item_id:1};this.$emit("set_qualitys",o),console.log(o.item_id+"-清晰度-");return}getRecommendConfig({name:"aspect_ratio"}).then(n=>{if(n.code==200){this.aspectList=n.ext.value;var t={};localStorage.getItem("aspect_ratio")?(this.aspectTab=localStorage.getItem("aspect_ratio"),t={name:"aspect_ratio",item_id:localStorage.getItem("aspect_ratio")},this.$emit("set_qualitys",t)):(this.aspectTab=n.ext.active_item,t={name:"aspect_ratio",item_id:n.ext.active_item},this.$emit("set_qualitys",t))}})},bodyCloseMenus(){this.mobileOne===!0&&(this.mobileOne=!1,this.mobileTwo=!1,this.setupTab="",this.expandShow=!0,this.$emit("setting_show",0),this.drag())},onBtnClicked(){(this.typesOf==1||this.typesOf==2)&&(this.mobileOne=!0,this.expandShow=!1,this.$emit("setting_show",1)),this.durationflag&&this.getinformation()},computerHeader(o){o.stopPropagation(),this.computerOne=!0,this.computerTop=!1,this.computerOne==!0&&setTimeout(()=>{const n=document.getElementById("computer_c_data_id");if(n){const l=this.gameList.length*80;this.isShowOperation==!0?n.style.height=l+80+"px":n.style.height=l+"px"}else console.error("Element with ID computer_c_data_id not found.")},100)},closeDialog(){this.dialogVisible=!1,this.drag()},computerSetup(o){if(o.link=="setting_center"){let n={event_from:"6",event_from_id:this.game_id,event_key:"c_assistant",into_type:"4",into_type_id:""};this.logReport(n),this.computerTwo=!this.computerTwo,this.dialogVisible=!1,this.computerTwo?this.comTab=o.link:this.comTab="",this.$refs.iframe.hide()}else if(o.link=="AIHelper"){let n={event_from:"6",event_from_id:this.game_id,event_key:"c_assistant",into_type:"9",into_type_id:""};this.logReport(n),this.custom_menu=!this.custom_menu,this.dialogVisible=!1,this.custom_menu?this.comTab=o.link:this.comTab="",this.$refs.iframe.toggleVisibility()}else if(o.link=="share"){let n={event_from:"6",event_from_id:this.game_id,event_key:"c_assistant",into_type:"5",into_type_id:""};this.logReport(n),navigator.share?navigator.share({url:window.location.href}):alert("该浏览器暂不支持分享功能")}else if(o.link=="state_monitor"){let n={event_from:"6",event_from_id:this.game_id,event_key:"c_assistant",into_type:"7",into_type_id:""};this.logReport(n);let t=(this.state_show=!this.state_show)?1:0,l={event_from:"6",event_from_id:this.game_id,event_key:"e_assistant",into_type:t==1?3:4,into_type_id:""};this.logReport(l),this.$emit("state_show",t),this.$refs.iframe.hide()}else if(o.link=="feedback"){let n={event_from:"6",event_from_id:this.game_id,event_key:"c_assistant",into_type:"8",into_type_id:""};this.logReport(n),window.open("https://act.play.cn/hd/t/feedback/?access_token="+this.access_token+"&caf="+this.channel_code,"_blank")}else if(o.link=="instructions"){let n={event_from:"6",event_from_id:this.game_id,event_key:"c_assistant",into_type:"6",into_type_id:""};this.logReport(n),this.dialogVisible=!0,this.$refs.iframe.hide()}},retract(){this.computerOne=!1,this.computerTwo=!1,this.computerTop=!0},mobileSetup(o){if(o.link=="setting_center"){let n={event_from:"6",event_from_id:this.game_id,event_key:"c_assistant",into_type:"4",into_type_id:""};this.logReport(n),this.mobileTwo=!this.mobileTwo,this.dialogVisible=!1,this.mobileTwo?this.setupTab=o.link:this.setupTab="",this.custom_menu=!1}else if(o.link=="AIHelper"){let n={event_from:"6",event_from_id:this.game_id,event_key:"c_assistant",into_type:"9",into_type_id:""};this.logReport(n),this.custom_menu=!this.custom_menu,this.dialogVisible=!1,this.custom_menu?this.setupTab=o.link:this.setupTab="",this.mobileTwo=!1}else if(o.link=="share"){let n={event_from:"6",event_from_id:this.game_id,event_key:"c_assistant",into_type:"5",into_type_id:""};this.logReport(n),navigator.share?navigator.share({url:window.location.href}):alert("该浏览器暂不支持分享功能")}else if(o.link=="state_monitor"){let n={event_from:"6",event_from_id:this.game_id,event_key:"c_assistant",into_type:"7",into_type_id:""};this.logReport(n);let t=(this.state_show=!this.state_show)?1:0,l={event_from:"6",event_from_id:this.game_id,event_key:"e_assistant",into_type:t==1?3:4,into_type_id:""};this.logReport(l),this.$emit("state_show",t),this.custom_menu=!1}else if(o.link=="feedback"){let n={event_from:"6",event_from_id:this.game_id,event_key:"c_assistant",into_type:"8",into_type_id:""};this.logReport(n),window.open("https://act.play.cn/hd/t/feedback/?access_token="+this.access_token+"&caf="+this.channel_code+"&dark=0","_blank")}else if(o.link=="instructions"){let n={event_from:"6",event_from_id:this.game_id,event_key:"c_assistant",into_type:"6",into_type_id:""};this.logReport(n),getGameDetail(this.game_id).then(t=>{this.easyShow==!0&&setTimeout(()=>{this.showExitButton=!0},500),this.dialogVisible=!0,this.mobileTwo=!1,this.setupTab="",this.mobileOne=!1,this.expandShow=!0,getChaDetail(t.ext.content_id).then(l=>{l.ext&&(this.screenImg=l.ext.open_img_handle&&l.ext.open_img_handle[0])})})}else if(o.link=="vip_center")this.easyShow==!0&&window.open("https://h5.play.cn/c/pay/?access_token="+this.access_token+"&caf="+this.channel_code+"&dark=0&needback=1","_blank");else if(o.link=="duration")this.easyShow==!0&&window.open("https://act.play.cn/hd/t/new_records/?access_token="+this.access_token+"&caf="+this.channel_code+"&dark=0&needback=1","_blank");else if(o.link=="cloud_afk"){let n={event_from:"6",event_from_id:this.game_id,event_key:"c_assistant",into_type:"10",into_type_id:""};this.logReport(n),this.showAFKBubble=!this.showAFKBubble,this.showQualityDropdown=!1,this.showAFKBubble&&this.$nextTick(()=>{this.calculateArrowPosition()})}else o.link=="custom_menu"&&this.openAIHelper()},calculateArrowPosition(){const o=document.querySelector('[data-link="cloud_afk"]').closest(".function-btn-container");if(o){const n=o.getBoundingClientRect(),t=document.querySelector(".exit-dialog-content");if(t){const l=t.getBoundingClientRect(),f=n.left-l.left+n.width/2,h=n.bottom-l.top+10;this.arrowStyle={left:f+"px",top:h+"px"}}}},durationT(){let o={event_from:"6",event_from_id:this.game_id,event_key:"c_assistant",into_type:"3",into_type_id:""};this.logReport(o),this.client_id=="8888107"?window.open("https://h5.play.cn/h5/home/setUp?link=duration","_blank"):window.open("https://h5.play.cn/c/dmg/home/setUp?link=duration")},pointsT(){let o={event_from:"6",event_from_id:this.game_id,event_key:"c_assistant",into_type:"8",into_type_id:""};this.logReport(o),this.client_id=="8888107"?window.open("https://h5.play.cn/h5/home/setUp?link=points"):window.open("https://h5.play.cn/c/dmg/home/setUp?link=points")},head_urlT(){let o={event_from:"6",event_from_id:this.game_id,event_key:"c_assistant",into_type:"1",into_type_id:""};this.logReport(o);let n=localStorage.getItem("topRouterId");this.client_id=="8888107"?window.open("https://h5.play.cn/h5/home/personalCtr?topRouterId="+n):window.open("https://h5.play.cn/c/dmg/home/personalCtr?topRouterId="+n)},fulls(){if(this.isFullscreen)document.exitFullscreen?document.exitFullscreen():document.webkitExitFullscreen?document.webkitExitFullscreen():document.mozCancelFullScreen?document.mozCancelFullScreen():document.msExitFullscreen&&document.msExitFullscreen(),this.isFullscreen=!1;else{const o=document.documentElement;o.requestFullscreen?o.requestFullscreen():o.webkitRequestFullscreen?o.webkitRequestFullscreen():o.mozRequestFullScreen?o.mozRequestFullScreen():o.msRequestFullscreen&&o.msRequestFullscreen(),this.isFullscreen=!0}},requestFulls(){if(document.fullscreenEnabled||document.webkitFullscreenEnabled||document.mozFullScreenEnabled||document.msFullscreenEnabled){const o=document.documentElement;!document.fullscreenElement&&!document.webkitFullscreenElement&&!document.mozFullScreenElement&&!document.msFullscreenElement&&(o.requestFullscreen?o.requestFullscreen():o.webkitRequestFullscreen?o.webkitRequestFullscreen():o.mozRequestFullScreen?o.mozRequestFullScreen():o.msRequestFullscreen&&o.msRequestFullscreen())}this.isFullscreen=!0},exitFulls(){document.exitFullscreen?document.exitFullscreen():document.webkitExitFullscreen?document.webkitExitFullscreen():document.mozCancelFullScreen?document.mozCancelFullScreen():document.msExitFullscreen&&document.msExitFullscreen(),this.isFullscreen=!1},logout(){let o={event_from:"6",event_from_id:this.game_id,event_key:"c_assistant",into_type:"2",into_type_id:""};this.logReport(o),this.computerOne=!1,this.computerTwo=!1,this.computerTop=!0,this.mobileOne=!1,this.mobileTwo=!1,this.setupTab="",this.expandShow=!0,this.dialogVisible=!1,this.$emit("set_exit"),this.$emit("setting_show",0)},codeClear(o){let n={event_from:"6",event_from_id:this.game_id,event_key:"g_exchange_px",into_type:"",into_type_id:""};this.logReport(n),this.clearTab=o.item_id;var t={name:"new_resolution",item_id:o.item_id};localStorage.setItem("new_resolution",o.item_id),console.log(t),this.$emit("set_qualitys",t)},codeRate(o){console.log(o);let n={event_from:"6",event_from_id:this.game_id,event_key:"fps",into_type:"",into_type_id:""};this.logReport(n),this.codeTab=o.item_id;var t={name:"new_bitrate",item_id:o.item_id};localStorage.setItem("new_bitrate",o.item_id),console.log(t),this.easyShow?(t={name:"new_bitrate",item_id:3},this.$emit("set_qualitys",t)):this.$emit("set_qualitys",t)},codeAspect(o,n){n==4&&(o.item_id==2?this.requestFulls():this.exitFulls()),this.aspectTab=o.item_id;var t={name:"aspect_ratio",item_id:o.item_id};localStorage.setItem("aspect_ratio",o.item_id),this.$emit("set_qualitys",t)},renderResize(){window.matchMedia("(orientation: landscape)").matches?(this.anyhow=2,this.clientWidth=document.documentElement.clientWidth,this.clientHeight=document.documentElement.clientHeight):(this.clientWidth=document.documentElement.clientWidth,this.clientHeight=document.documentElement.clientHeight,this.anyhow=1);for(var o=0;o<this.gameList.length;o++)this.gameList[o].flag=!1,this.typesOf==1&&this.anyhow==1&&(o+1)%4==0&&(this.gameList[o].flag=!0),this.typesOf==1&&this.anyhow==2&&(o+1)%2==0&&(this.gameList[o].flag=!0),this.typesOf==2&&(o+1)%2==0&&(this.gameList[o].flag=!0)},drag(){this.$nextTick(()=>{document.body.addEventListener("touchmove",function(n){n.preventDefault()},{passive:!1});const o=this.$refs.div;o.addEventListener("touchstart",n=>{if(n.stopPropagation(),n.targetTouches.length===1){const l=n.targetTouches[0].clientX-this.left;(l>60||l==60)&&n.preventDefault()}o.style.transition="none"}),o.addEventListener("touchmove",n=>{if(n.stopPropagation(),n.preventDefault(),n.targetTouches.length===1){let t=event.targetTouches[0];this.left=t.clientX-this.itemWidth/2,this.top=t.clientY-this.itemHeight/2}},!1),o.addEventListener("touchend",n=>{if(n.stopPropagation(),o.style.transition="all 0.3s",this.left>this.clientWidth/2?this.left=this.clientWidth-this.itemWidth:this.left=0,this.top<=36)this.top=36+this.gapWidth;else{let t=this.clientHeight-50-this.itemHeight-this.gapWidth;this.top>=t&&(this.top=t)}},!1)})},tabacTive(o){this.contentTab=o},handleFullscreenChange(){this.isFullscreen=!!(document.fullscreenElement||document.webkitFullscreenElement||document.mozFullScreenElement||document.msFullscreenElement)},toggleQualityPanel(){this.showQualityPanel=!this.showQualityPanel},selectQuality(o){this.selectedQuality=o,this.showQualityPanel=!1,console.log("切换到清晰度:",o),this.$emit("quality-change",o)},selectSmoothness(o){this.selectedSmoothness=o,this.showQualityDropdown=!1,console.log("切换到流畅度:",o),this.$emit("smoothness-change",o)},cancelExit(){this.showQualityPanel=!1,this.$emit("set_exit")},confirmExit(){this.showQualityPanel=!1,this.showAFKBubble=!1},startBlurTimer(){setTimeout(()=>{this.isBlurred=!0},5e3)},startTooltipTimer(){setTimeout(()=>{this.tooltipFading=!0,setTimeout(()=>{this.showTooltip=!1,this.markTooltipAsSeen()},300)},4e3)},checkTooltipDisplay(){localStorage.getItem("game_exit_tooltip_seen")?this.showTooltip=!1:(this.showTooltip=!0,this.startTooltipTimer())},markTooltipAsSeen(){localStorage.setItem("game_exit_tooltip_seen","true")},resetTooltipDisplay(){localStorage.removeItem("game_exit_tooltip_seen"),console.log("气泡显示状态已重置,下次访问将重新显示气泡")},getExitButtonImage(){return _imports_0$1},handleFunction(o){switch(o){case"profile":console.log("个人中心");break;case"time":console.log("时间设置");break;case"audio":console.log("音频设置");break;case"help":console.log("帮助");break;case"quality":console.log("清晰度设置");break}},toggleQualityDropdown(){this.showQualityDropdown=!this.showQualityDropdown,console.log("选 - showQualityDropdown:",this.showQualityDropdown),this.showAFKBubble=!1},selectQualityOption(o){console.log("选择前 - showQualityDropdown:",this.showQualityDropdown),this.currentQuality=o.item_name,this.showQualityDropdown=!1,console.log("选择后 - showQualityDropdown:",this.showQualityDropdown),console.log("选择清晰度:",o.item_name);var n={name:"aspect_ratio",item_id:o.item_id};console.log("选择清晰度:",n),localStorage.setItem("yun_aspect_ratio",o.item_id),console.log("选择缓存清晰度:",localStorage.getItem("yun_aspect_ratio")),this.$emit("set_qualitys",n)}},beforeDestroy(){document.removeEventListener("fullscreenchange",this.handleFullscreenChange),document.removeEventListener("webkitfullscreenchange",this.handleFullscreenChange),document.removeEventListener("mozfullscreenchange",this.handleFullscreenChange),document.removeEventListener("MSFullscreenChange",this.handleFullscreenChange)}},_withScopeId=o=>(vue.pushScopeId("data-v-3cf3ae08"),o=o(),vue.popScopeId(),o),_hoisted_1={key:0,class:"easyShow"},_hoisted_2=_withScopeId(()=>vue.createElementVNode("img",{src:_imports_0$1,alt:"退出按钮",class:"exit-button-img"},null,-1)),_hoisted_3=[_hoisted_2],_hoisted_4=_withScopeId(()=>vue.createElementVNode("div",{class:"tooltip-content"},[vue.createElementVNode("div",{class:"tooltip-text"},"点击按钮可以退出游戏"),vue.createElementVNode("div",{class:"tooltip-arrow"})],-1)),_hoisted_5=[_hoisted_4],_hoisted_6={class:"exit-dialog-content"},_hoisted_7=["data-link","onClick"],_hoisted_8={key:0,class:"quality-content"},_hoisted_9={class:"quality-text"},_hoisted_10=["src","alt"],_hoisted_11={key:2,class:"afk-status-badge"},_hoisted_12={key:3,class:"quality-dropdown-menu"},_hoisted_13=_withScopeId(()=>vue.createElementVNode("div",{class:"dropdown-triangle"},null,-1)),_hoisted_14=["onClick"],_hoisted_15={class:"function-btn-text"},_hoisted_16={key:0,class:"afk-bubble-arrow"},_hoisted_17={class:"exit-dialog-buttons"},_hoisted_18={class:"afk-bubble-content"},_hoisted_19={key:2,class:"toast-container",style:{"z-index":"10000000000"}},_hoisted_20={class:"toast-message"},_hoisted_21={class:"confirm-content"},_hoisted_22=_withScopeId(()=>vue.createElementVNode("div",{class:"confirm-title"},"确认结束挂机",-1)),_hoisted_23=_withScopeId(()=>vue.createElementVNode("div",{class:"confirm-message"},"继续退出将结束云挂机,是否继续",-1)),_hoisted_24={class:"confirm-buttons"},_hoisted_25={class:"confirm-content"},_hoisted_26=_withScopeId(()=>vue.createElementVNode("div",{class:"confirm-title"},"进入云挂机游戏",-1)),_hoisted_27={class:"confirm-message"},_hoisted_28={class:"confirm-buttons"},_hoisted_29={class:"confirm-content"},_hoisted_30=_withScopeId(()=>vue.createElementVNode("div",{class:"confirm-title"},"AI助手",-1)),_hoisted_31=_withScopeId(()=>vue.createElementVNode("div",{class:"confirm-message"},"请选择操作",-1)),_hoisted_32={class:"confirm-buttons"},_hoisted_33=["src"],_hoisted_34={key:7},_hoisted_35={key:0,class:"setup"},_hoisted_36={key:0,class:"content"},_hoisted_37={class:"content_top"},_hoisted_38={key:0,class:"content_m"},_hoisted_39=_withScopeId(()=>vue.createElementVNode("div",{class:"content_mtitle"},[vue.createElementVNode("div",{class:"content_mtitle1"},"分辨率"),vue.createElementVNode("div",{class:"content_mtitle2"},"(游戏内设置,下次启动游戏生效)")],-1)),_hoisted_40={class:"content_m_n"},_hoisted_41=["onClick"],_hoisted_42={key:0,class:"content_sxy"},_hoisted_43={key:0,class:"zxhy"},_hoisted_44=_withScopeId(()=>vue.createElementVNode("div",{class:"content_mtitle"},[vue.createElementVNode("div",{class:"content_mtitle1"},"清晰度"),vue.createElementVNode("div",{class:"content_mtitle2"},"(游戏内设置,立即生效)")],-1)),_hoisted_45={class:"content_m_n"},_hoisted_46=["onClick"],_hoisted_47={key:0,class:"content_sxy"},_hoisted_48={key:0,class:"zxhy"},_hoisted_49=_withScopeId(()=>vue.createElementVNode("div",{class:"content_mtitle"},[vue.createElementVNode("div",{class:"content_mtitle1"},"画面比例")],-1)),_hoisted_50={class:"content_m_n"},_hoisted_51=["onClick"],_hoisted_52={key:0,class:"content_sxy"},_hoisted_53={key:0,class:"zxhy"},_hoisted_54={class:"info"},_hoisted_55={class:"info_left"},_hoisted_56=["src"],_hoisted_57={key:1,src:_imports_2,class:"member",alt:""},_hoisted_58={class:"info_left_cont"},_hoisted_59={class:"info_left_cont1"},_hoisted_60={class:"info_left_cont2"},_hoisted_61=_withScopeId(()=>vue.createElementVNode("img",{src:_imports_3,alt:""},null,-1)),_hoisted_62={class:"info_left_cont2_text"},_hoisted_63=_withScopeId(()=>vue.createElementVNode("img",{src:_imports_4,alt:""},null,-1)),_hoisted_64={class:"info_left_cont2_text"},_hoisted_65=_withScopeId(()=>vue.createElementVNode("img",{src:_imports_5,alt:""},null,-1)),_hoisted_66=_withScopeId(()=>vue.createElementVNode("div",{class:"info_right_exit"},"退出",-1)),_hoisted_67=[_hoisted_65,_hoisted_66],_hoisted_68={class:"setup_con"},_hoisted_69=["onClick"],_hoisted_70=["src"],_hoisted_71={class:"setup_text"},_hoisted_72={key:1,class:"computer_ai_iframe",src:"https://act.play.cn/hd/t/chat/?modal=2",width:"100%",height:"100%",style:{border:"none",height:"25rem"}},_hoisted_73={key:1},_hoisted_74={class:"horiz"},_hoisted_75={class:"horiz_cont",style:{width:"120px !important"}},_hoisted_76={class:"horiz_setup_con",style:{"padding-top":"3px"}},_hoisted_77=["onClick"],_hoisted_78=["src"],_hoisted_79={class:"setup_text"},_hoisted_80=_withScopeId(()=>vue.createElementVNode("img",{src:_imports_5,alt:""},null,-1)),_hoisted_81=_withScopeId(()=>vue.createElementVNode("div",{class:"setup_text"},"退出",-1)),_hoisted_82=[_hoisted_80,_hoisted_81],_hoisted_83={key:0,class:"horiz_set"},_hoisted_84={class:"horiz_cont_info",style:{"padding-top":"10px","padding-left":"20px"}},_hoisted_85={class:"info_left"},_hoisted_86=["src"],_hoisted_87={key:1,src:_imports_2,class:"member",alt:""},_hoisted_88={class:"info_left_cont"},_hoisted_89={class:"info_left_cont1"},_hoisted_90={class:"info_left_cont2"},_hoisted_91=_withScopeId(()=>vue.createElementVNode("img",{src:_imports_3,alt:""},null,-1)),_hoisted_92={class:"info_left_cont2_text"},_hoisted_93=_withScopeId(()=>vue.createElementVNode("img",{src:_imports_4,alt:""},null,-1)),_hoisted_94={class:"info_left_cont2_text"},_hoisted_95={class:"content_top"},_hoisted_96={key:0,class:"horiz_m"},_hoisted_97=_withScopeId(()=>vue.createElementVNode("div",{class:"content_mtitle"},[vue.createElementVNode("div",{class:"content_mtitle1"},"分辨率"),vue.createElementVNode("div",{class:"content_mtitle2"},"(游戏内设置,下次启动游戏生效)")],-1)),_hoisted_98={class:"content_m_n"},_hoisted_99=["onClick"],_hoisted_100={key:0,class:"content_sxy"},_hoisted_101={key:0,class:"zxhy"},_hoisted_102=_withScopeId(()=>vue.createElementVNode("div",{class:"content_mtitle"},[vue.createElementVNode("div",{class:"content_mtitle1"},"清晰度"),vue.createElementVNode("div",{class:"content_mtitle2"},"(游戏内设置,立即生效)")],-1)),_hoisted_103={class:"content_m_n"},_hoisted_104=["onClick"],_hoisted_105={key:0,class:"content_sxy"},_hoisted_106={key:0,class:"zxhy"},_hoisted_107=_withScopeId(()=>vue.createElementVNode("div",{class:"content_mtitle"},[vue.createElementVNode("div",{class:"content_mtitle1"},"画面比例")],-1)),_hoisted_108={class:"content_m_n"},_hoisted_109=["onClick"],_hoisted_110={key:0,class:"content_sxy"},_hoisted_111={key:0,class:"zxhy"},_hoisted_112={key:1,class:"horiz_set",style:{width:"410px"}},_hoisted_113={class:"horiz_cont_info",style:{"padding-top":"10px"}},_hoisted_114={class:"info_left"},_hoisted_115=["src"],_hoisted_116={key:1,src:_imports_2,class:"member",alt:""},_hoisted_117={class:"info_left_cont"},_hoisted_118={class:"info_left_cont1"},_hoisted_119={class:"info_left_cont2"},_hoisted_120=_withScopeId(()=>vue.createElementVNode("img",{src:_imports_3,alt:""},null,-1)),_hoisted_121={class:"info_left_cont2_text"},_hoisted_122=_withScopeId(()=>vue.createElementVNode("img",{src:_imports_4,alt:""},null,-1)),_hoisted_123={class:"info_left_cont2_text"},_hoisted_124={key:0,src:"https://act.play.cn/hd/t/chat/?modal=2",style:{border:"none","border-width":"0px",position:"relative","margin-top":"9px",height:"calc(100% - 55px)",width:"100%"}},_hoisted_125={key:8},_hoisted_126={class:"horiz"},_hoisted_127={key:0,class:"ipad_cont"},_hoisted_128={class:"horiz_cont_info"},_hoisted_129={class:"info_left"},_hoisted_130=["src"],_hoisted_131={key:1,src:_imports_2,class:"member",style:{left:"30px",width:"35px"},alt:""},_hoisted_132={class:"info_left_cont"},_hoisted_133={class:"info_left_cont1",style:{"font-size":"22px"}},_hoisted_134={class:"info_left_cont2"},_hoisted_135=_withScopeId(()=>vue.createElementVNode("img",{src:_imports_3,style:{width:"16px",height:"16px"},alt:""},null,-1)),_hoisted_136={class:"info_left_cont2_text",style:{"font-size":"18px"}},_hoisted_137=_withScopeId(()=>vue.createElementVNode("img",{src:_imports_4,style:{width:"16px",height:"16px"},alt:""},null,-1)),_hoisted_138={class:"info_left_cont2_text",style:{"font-size":"18px"}},_hoisted_139=_withScopeId(()=>vue.createElementVNode("img",{src:_imports_5,style:{width:"22px",height:"22px"},alt:""},null,-1)),_hoisted_140=_withScopeId(()=>vue.createElementVNode("div",{class:"info_right_exit",style:{"font-size":"22px"}},"退出",-1)),_hoisted_141=[_hoisted_139,_hoisted_140],_hoisted_142={class:"horiz_setup_con",style:{"padding-top":"23px"}},_hoisted_143=["onClick"],_hoisted_144=["src"],_hoisted_145={class:"setup_text"},_hoisted_146={key:1,class:"horiz_set"},_hoisted_147={class:"content_top"},_hoisted_148={key:0,class:"horiz_m",style:{"margin-top":"56px","margin-left":"24px"}},_hoisted_149=_withScopeId(()=>vue.createElementVNode("div",{class:"content_mtitle"},[vue.createElementVNode("div",{class:"content_mtitle1"},"分辨率"),vue.createElementVNode("div",{class:"content_mtitle2"},"(游戏内设置,下次启动游戏生效)")],-1)),_hoisted_150={class:"content_m_n",style:{"margin-top":"20px"}},_hoisted_151=["onClick"],_hoisted_152={key:0,class:"content_sxy"},_hoisted_153={key:0,class:"zxhy"},_hoisted_154=_withScopeId(()=>vue.createElementVNode("div",{class:"content_mtitle",style:{"margin-top":"100px"}},[vue.createElementVNode("div",{class:"content_mtitle1"},"清晰度"),vue.createElementVNode("div",{class:"content_mtitle2"},"(游戏内设置,立即生效)")],-1)),_hoisted_155={class:"content_m_n",style:{"margin-top":"20px"}},_hoisted_156=["onClick"],_hoisted_157={key:0,class:"content_sxy"},_hoisted_158={key:0,class:"zxhy"},_hoisted_159=_withScopeId(()=>vue.createElementVNode("div",{class:"content_mtitle",style:{"margin-top":"100px"}},[vue.createElementVNode("div",{class:"content_mtitle1"},"画面比例")],-1)),_hoisted_160={class:"content_m_n",style:{"margin-top":"20px"}},_hoisted_161=["onClick"],_hoisted_162={key:0,class:"content_sxy"},_hoisted_163={key:0,class:"zxhy"},_hoisted_164=_withScopeId(()=>vue.createElementVNode("img",{class:"img_one",src:_imports_6,alt:""},null,-1)),_hoisted_165=["src"],_hoisted_166={key:1,class:"computer_content"},_hoisted_167={class:"computer_c_header"},_hoisted_168=["src"],_hoisted_169={key:1,class:"computer_c_two",src:_imports_2,alt:""},_hoisted_170=_withScopeId(()=>vue.createElementVNode("img",{src:_imports_3,alt:""},null,-1)),_hoisted_171={class:"computer_c_time"},_hoisted_172=_withScopeId(()=>vue.createElementVNode("img",{class:"Vector_right",src:_imports_7,alt:""},null,-1)),_hoisted_173=_withScopeId(()=>vue.createElementVNode("img",{src:_imports_4,alt:""},null,-1)),_hoisted_174={class:"computer_c_time"},_hoisted_175=_withScopeId(()=>vue.createElementVNode("img",{class:"Vector_right",src:_imports_7,alt:""},null,-1)),_hoisted_176={class:"computer_c_data",id:"computer_c_data_id"},_hoisted_177=["onMousedown"],_hoisted_178=["src"],_hoisted_179={class:"computer_c_item_text"},_hoisted_180=_withScopeId(()=>vue.createElementVNode("img",{src:_imports_5,alt:""},null,-1)),_hoisted_181=_withScopeId(()=>vue.createElementVNode("div",{class:"computer_c_item_text"},"退出",-1)),_hoisted_182=[_hoisted_180,_hoisted_181],_hoisted_183=_withScopeId(()=>vue.createElementVNode("div",{class:"computer_c_border"},null,-1)),_hoisted_184=_withScopeId(()=>vue.createElementVNode("img",{src:_imports_8,alt:""},null,-1)),_hoisted_185=[_hoisted_184],_hoisted_186={class:"content_top"},_hoisted_187={key:0,class:"horiz_m"},_hoisted_188=_withScopeId(()=>vue.createElementVNode("div",{class:"content_mtitle"},[vue.createElementVNode("div",{class:"content_mtitle1"},"分辨率"),vue.createElementVNode("div",{class:"content_mtitle2"},"(游戏内设置,下次启动游戏生效)")],-1)),_hoisted_189={class:"content_m_n"},_hoisted_190=["onClick"],_hoisted_191={key:0,class:"content_sxy"},_hoisted_192={key:0,class:"zxhy"},_hoisted_193=_withScopeId(()=>vue.createElementVNode("div",{class:"content_mtitle"},[vue.createElementVNode("div",{class:"content_mtitle1"},"清晰度"),vue.createElementVNode("div",{class:"content_mtitle2"},"(游戏内设置,立即生效)")],-1)),_hoisted_194={class:"content_m_n"},_hoisted_195=["onClick"],_hoisted_196={key:0,class:"content_sxy"},_hoisted_197={key:0,class:"zxhy"},_hoisted_198=_withScopeId(()=>vue.createElementVNode("div",{class:"content_mtitle"},[vue.createElementVNode("div",{class:"content_mtitle1"},"画面比例")],-1)),_hoisted_199={class:"content_m_n"},_hoisted_200=["onClick"],_hoisted_201={key:0,class:"content_sxy"},_hoisted_202={key:0,class:"zxhy"},_hoisted_203={class:"mask_img"},_hoisted_204={key:0,class:"guidance-row"},_hoisted_205=["src"],_hoisted_206=["src"],_hoisted_207=["src"];function _sfc_render(o,n,t,l,f,h){var E,k;const e=vue.resolveComponent("DragTimer"),_=vue.resolveComponent("HangupStatus"),b=vue.resolveComponent("AnimatedIframe");return vue.openBlock(),vue.createElementBlock("div",null,[vue.createElementVNode("div",{onClick:n[44]||(n[44]=vue.withModifiers(()=>{},["stop"]))},[f.easyShow?(vue.openBlock(),vue.createElementBlock("div",_hoisted_1,[vue.withDirectives(vue.createElementVNode("div",{class:"floating-quality-widget",style:vue.normalizeStyle({width:f.itemWidth+"px",height:f.itemHeight+"px",left:f.left+"px",top:f.top+"px"}),ref:"div"},[vue.createElementVNode("div",{class:"arrow-button",onClick:n[0]||(n[0]=(...g)=>h.toggleQualityPanel&&h.toggleQualityPanel(...g))},_hoisted_3),f.showTooltip?(vue.openBlock(),vue.createElementBlock("div",{key:0,class:vue.normalizeClass(["tooltip-bubble",{"fade-out":f.tooltipFading}])},_hoisted_5,2)):vue.createCommentVNode("",!0)],4),[[vue.vShow,f.showExitButton]])])):vue.createCommentVNode("",!0),f.showQualityPanel&&f.easyShow?(vue.openBlock(),vue.createElementBlock("div",{key:1,class:vue.normalizeClass(["exit-dialog",{rotated:f.enableRotation}])},[vue.createElementVNode("div",_hoisted_6,[vue.createElementVNode("div",{class:vue.normalizeClass(["function-buttons",{"empty-gameList":f.gameList.length===0}])},[(vue.openBlock(!0),vue.createElementBlock(vue.Fragment,null,vue.renderList(f.gameList,(g,S)=>(vue.openBlock(),vue.createElementBlock("div",{key:S,class:"function-btn-container"},[vue.createElementVNode("div",{class:vue.normalizeClass(["function-btn",{"quality-btn":g.link==="setting_center"}]),"data-link":g.link,onClick:A=>g.link==="setting_center"?h.toggleQualityDropdown():h.mobileSetup(g)},[g.link==="setting_center"?(vue.openBlock(),vue.createElementBlock("div",_hoisted_8,[vue.createElementVNode("span",_hoisted_9,vue.toDisplayString(f.currentQuality),1),vue.createElementVNode("img",{src:_imports_1,alt:"下拉",class:vue.normalizeClass(["dropdown-icon down-arrow",{expanded:f.showQualityDropdown}])},null,2)])):(vue.openBlock(),vue.createElementBlock("img",{key:1,src:g.icon,alt:g.name,class:"function-icon"},null,8,_hoisted_10)),g.link==="cloud_afk"&&f.showafk==2?(vue.openBlock(),vue.createElementBlock("div",_hoisted_11," 挂机中 ")):vue.createCommentVNode("",!0),g.link==="setting_center"?vue.withDirectives((vue.openBlock(),vue.createElementBlock("div",_hoisted_12,[_hoisted_13,(vue.openBlock(!0),vue.createElementBlock(vue.Fragment,null,vue.renderList(f.bitrateList,(A,T)=>(vue.openBlock(),vue.createElementBlock("div",{key:T,class:vue.normalizeClass(["dropdown-option",{active:f.currentQuality===A.item_name}]),onClick:vue.withModifiers(O=>h.selectQualityOption(A),["stop"])},vue.toDisplayString(A.item_name),11,_hoisted_14))),128))],512)),[[vue.vShow,f.showQualityDropdown]]):vue.createCommentVNode("",!0)],10,_hoisted_7),vue.createElementVNode("div",_hoisted_15,vue.toDisplayString(g.title),1),g.link==="cloud_afk"&&f.showAFKBubble?(vue.openBlock(),vue.createElementBlock("div",_hoisted_16)):vue.createCommentVNode("",!0)]))),128))],2),vue.createElementVNode("div",_hoisted_17,[vue.createElementVNode("button",{class:"exit-btn cancel-btn",onClick:n[1]||(n[1]=(...g)=>h.cancelExit&&h.cancelExit(...g))},"残忍退出"),vue.createElementVNode("button",{class:"exit-btn confirm-btn",onClick:n[2]||(n[2]=(...g)=>h.confirmExit&&h.confirmExit(...g))},"继续游戏")]),f.showAFKBubble?(vue.openBlock(),vue.createElementBlock("div",{key:0,class:"afk-bubble",onClick:n[3]||(n[3]=vue.withModifiers(()=>{},["stop"]))},[vue.createElementVNode("div",_hoisted_18,[f.showafk==1?(vue.openBlock(),vue.createBlock(e,{key:0,onHandleSetCloudIdle:h.handleSetCloudIdle},null,8,["onHandleSetCloudIdle"])):f.showafk==2?(vue.openBlock(),vue.createBlock(_,{key:1,gameInfo:f.afk_list,onHandleEndHangup:h.handleEndHangup,onHandleEnterGame:h.handleEnterGame},null,8,["gameInfo","onHandleEndHangup","onHandleEnterGame"])):vue.createCommentVNode("",!0)])])):vue.createCommentVNode("",!0)])],2)):vue.createCommentVNode("",!0),f.showToast?(vue.openBlock(),vue.createElementBlock("div",_hoisted_19,[vue.createElementVNode("div",_hoisted_20,vue.toDisplayString(f.toastMessage),1)])):vue.createCommentVNode("",!0),f.showConfirmDialog?(vue.openBlock(),vue.createElementBlock("div",{key:3,class:"confirm-overlay",onClick:n[7]||(n[7]=(...g)=>h.cancelEndHangup&&h.cancelEndHangup(...g))},[vue.createElementVNode("div",{class:"confirm-dialog",onClick:n[6]||(n[6]=vue.withModifiers(()=>{},["stop"]))},[vue.createElementVNode("div",_hoisted_21,[_hoisted_22,_hoisted_23,vue.createElementVNode("div",_hoisted_24,[vue.createElementVNode("button",{class:"confirm-btn cancel-btn",style:{background:"lightgray"},onClick:n[4]||(n[4]=(...g)=>h.cancelEndHangup&&h.cancelEndHangup(...g))},"取消"),vue.createElementVNode("button",{class:"confirm-btn confirm-btn-primary",onClick:n[5]||(n[5]=(...g)=>h.confirmEndHangup&&h.confirmEndHangup(...g))},"继续退出")])])])])):vue.createCommentVNode("",!0),f.showEnterGameConfirmDialog?(vue.openBlock(),vue.createElementBlock("div",{key:4,class:"confirm-overlay",onClick:n[11]||(n[11]=(...g)=>h.cancelEnterGame&&h.cancelEnterGame(...g))},[vue.createElementVNode("div",{class:"confirm-dialog",onClick:n[10]||(n[10]=vue.withModifiers(()=>{},["stop"]))},[vue.createElementVNode("div",_hoisted_25,[_hoisted_26,vue.createElementVNode("div",_hoisted_27,"确认将跳转到正在挂机中的《"+vue.toDisplayString(((k=(E=f.enterGameData)==null?void 0:E.gameInfo)==null?void 0:k.name)||"游戏")+"》",1),vue.createElementVNode("div",_hoisted_28,[vue.createElementVNode("button",{class:"confirm-btn cancel-btn",style:{background:"lightgray"},onClick:n[8]||(n[8]=(...g)=>h.cancelEnterGame&&h.cancelEnterGame(...g))},"取消"),vue.createElementVNode("button",{class:"confirm-btn confirm-btn-primary",onClick:n[9]||(n[9]=(...g)=>h.confirmEnterGame&&h.confirmEnterGame(...g))},"确认进入")])])])])):vue.createCommentVNode("",!0),f.showAIHelperDialog?(vue.openBlock(),vue.createElementBlock("div",{key:5,class:"confirm-overlay",onClick:n[15]||(n[15]=(...g)=>h.closeAIHelperDialog&&h.closeAIHelperDialog(...g))},[vue.createElementVNode("div",{class:"confirm-dialog",onClick:n[14]||(n[14]=vue.withModifiers(()=>{},["stop"]))},[vue.createElementVNode("div",_hoisted_29,[_hoisted_30,_hoisted_31,vue.createElementVNode("div",_hoisted_32,[vue.createElementVNode("button",{class:"confirm-btn cancel-btn",style:{background:"lightgray"},onClick:n[12]||(n[12]=(...g)=>h.closeAIHelperDialog&&h.closeAIHelperDialog(...g))},"关闭"),vue.createElementVNode("button",{class:"confirm-btn confirm-btn-primary",onClick:n[13]||(n[13]=(...g)=>h.openAIHelper&&h.openAIHelper(...g))},"开启")])])])])):vue.createCommentVNode("",!0),f.typesOf!=3&&f.expandShow&&!f.easyShow?(vue.openBlock(),vue.createElementBlock("div",{key:6,class:"ys-float-btn",style:vue.normalizeStyle({width:f.itemWidth+"px",height:f.itemHeight+"px",left:f.left+"px",top:f.top+"px"}),ref:"div",onClick:n[16]||(n[16]=(...g)=>h.onBtnClicked&&h.onBtnClicked(...g))},[vue.createElementVNode("img",{src:f.head_url,alt:"",style:{width:"100%",height:"100%","border-radius":"100px"}},null,8,_hoisted_33)],4)):vue.createCommentVNode("",!0),f.typesOf==1&&!f.easyShow?(vue.openBlock(),vue.createElementBlock("div",_hoisted_34,[f.anyhow==1&&f.mobileOne?(vue.openBlock(),vue.createElementBlock("div",_hoisted_35,[f.mobileTwo?(vue.openBlock(),vue.createElementBlock("div",_hoisted_36,[vue.createElementVNode("div",_hoisted_37,[vue.createElementVNode("div",{onClick:n[17]||(n[17]=g=>h.tabacTive(1)),class:vue.normalizeClass(["content_tab",[f.contentTab==1?"tabactive":""]])},"画质",2)]),f.contentTab==1?(vue.openBlock(),vue.createElementBlock("div",_hoisted_38,[_hoisted_39,vue.createElementVNode("div",_hoisted_40,[(vue.openBlock(!0),vue.createElementBlock(vue.Fragment,null,vue.renderList(f.clearList,(g,S)=>(vue.openBlock(),vue.createElementBlock("div",{class:vue.normalizeClass(["content_m_item",[f.clearTab==g.item_id?"content_iactive":""]]),key:S,onClick:A=>h.codeClear(g)},[vue.createElementVNode("div",{class:vue.normalizeClass(["content_m_y",[f.clearTab==g.item_id?"content_yactive":""]])},[f.clearTab==g.item_id?(vue.openBlock(),vue.createElementBlock("div",_hoisted_42)):vue.createCommentVNode("",!0)],2),vue.createElementVNode("div",{class:vue.normalizeClass(["content_m_w",[f.clearTab==g.item_id?"content_wactive":""]])},vue.toDisplayString(g.resolution_name),3),g.condition_name?(vue.openBlock(),vue.createElementBlock("div",_hoisted_43,vue.toDisplayString(g.condition_name),1)):vue.createCommentVNode("",!0)],10,_hoisted_41))),128))]),_hoisted_44,vue.createElementVNode("div",_hoisted_45,[(vue.openBlock(!0),vue.createElementBlock(vue.Fragment,null,vue.renderList(f.bitrateList,(g,S)=>(vue.openBlock(),vue.createElementBlock("div",{class:vue.normalizeClass(["content_m_item",[f.codeTab==g.item_id?"content_iactive":""]]),key:S,onClick:A=>h.codeRate(g)},[vue.createElementVNode("div",{class:vue.normalizeClass(["content_m_y",[f.codeTab==g.item_id?"content_yactive":""]])},[f.codeTab==g.item_id?(vue.openBlock(),vue.createElementBlock("div",_hoisted_47)):vue.createCommentVNode("",!0)],2),vue.createElementVNode("div",{class:vue.normalizeClass(["content_m_w",[f.codeTab==g.item_id?"content_wactive":""]])},vue.toDisplayString(g.item_name),3),g.condition_name?(vue.openBlock(),vue.createElementBlock("div",_hoisted_48,vue.toDisplayString(g.condition_name),1)):vue.createCommentVNode("",!0)],10,_hoisted_46))),128))]),_hoisted_49,vue.createElementVNode("div",_hoisted_50,[(vue.openBlock(!0),vue.createElementBlock(vue.Fragment,null,vue.renderList(f.aspectList,(g,S)=>(vue.openBlock(),vue.createElementBlock("div",{class:vue.normalizeClass(["content_m_item",[f.aspectTab==g.item_id?"content_iactive":""]]),key:S,onClick:A=>h.codeAspect(g)},[vue.createElementVNode("div",{class:vue.normalizeClass(["content_m_y",[f.aspectTab==g.item_id?"content_yactive":""]])},[f.aspectTab==g.item_id?(vue.openBlock(),vue.createElementBlock("div",_hoisted_52)):vue.createCommentVNode("",!0)],2),vue.createElementVNode("div",{class:vue.normalizeClass(["content_m_w",[f.aspectTab==g.item_id?"content_wactive":""]])},vue.toDisplayString(g.item_name),3),g.condition_name?(vue.openBlock(),vue.createElementBlock("div",_hoisted_53,vue.toDisplayString(g.condition_name),1)):vue.createCommentVNode("",!0)],10,_hoisted_51))),128))])])):vue.createCommentVNode("",!0)])):vue.createCommentVNode("",!0),vue.createElementVNode("div",_hoisted_54,[vue.createElementVNode("div",_hoisted_55,[f.vip_centerflag?(vue.openBlock(),vue.createElementBlock("img",{key:0,class:"info_left_img",onClick:n[18]||(n[18]=(...g)=>h.head_urlT&&h.head_urlT(...g)),src:f.head_url,alt:""},null,8,_hoisted_56)):vue.createCommentVNode("",!0),f.level==2?(vue.openBlock(),vue.createElementBlock("img",_hoisted_57)):vue.createCommentVNode("",!0),vue.createElementVNode("div",_hoisted_58,[vue.createElementVNode("div",_hoisted_59,vue.toDisplayString(f.nickname),1),vue.createElementVNode("div",_hoisted_60,[f.durationflag?(vue.openBlock(),vue.createElementBlock("div",{key:0,class:"info_left_cont2_1",onClick:n[19]||(n[19]=(...g)=>h.durationT&&h.durationT(...g))},[_hoisted_61,vue.createElementVNode("div",_hoisted_62,vue.toDisplayString(f.duration?f.duration:"0")+"分钟",1)])):vue.createCommentVNode("",!0),f.pointsflag?(vue.openBlock(),vue.createElementBlock("div",{key:1,class:"info_left_cont2_1",style:{"margin-left":"10px"},onClick:n[20]||(n[20]=(...g)=>h.pointsT&&h.pointsT(...g))},[_hoisted_63,vue.createElementVNode("div",_hoisted_64,vue.toDisplayString(f.points),1)])):vue.createCommentVNode("",!0)])])]),vue.createElementVNode("div",{class:"info_right",onClick:n[21]||(n[21]=(...g)=>h.logout&&h.logout(...g))},_hoisted_67)]),vue.createElementVNode("div",_hoisted_68,[(vue.openBlock(!0),vue.createElementBlock(vue.Fragment,null,vue.renderList(f.gameList,(g,S)=>(vue.openBlock(),vue.createElementBlock(vue.Fragment,{key:S},[(t.game_cloud_service==3?g.link==="feedback"||g.link==="game_quit":!(f.isHarmony&&g.link==="share")&&!(g.link==="instructions"&&!f.isShowOperation))?(vue.openBlock(),vue.createElementBlock("div",{key:0,class:vue.normalizeClass(["setup_item",[f.setupTab==g.link?"setupactive":""]]),style:vue.normalizeStyle({"margin-right":g.flag?"0px":"1%"}),onClick:A=>h.mobileSetup(g)},[vue.createElementVNode("img",{src:g.icon,alt:""},null,8,_hoisted_70),vue.createElementVNode("div",_hoisted_71,vue.toDisplayString(g.title),1)],14,_hoisted_69)):vue.createCommentVNode("",!0)],64))),128))]),f.custom_menu&&!f.easyShow?(vue.openBlock(),vue.createElementBlock("iframe",_hoisted_72)):vue.createCommentVNode("",!0)])):vue.createCommentVNode("",!0),f.anyhow==2&&f.mobileOne?(vue.openBlock(),vue.createElementBlock("div",_hoisted_73,[vue.createElementVNode("div",_hoisted_74,[vue.createElementVNode("div",_hoisted_75,[vue.createElementVNode("div",_hoisted_76,[(vue.openBlock(!0),vue.createElementBlock(vue.Fragment,null,vue.renderList(f.gameList,(g,S)=>(vue.openBlock(),vue.createElementBlock(vue.Fragment,{key:S},[(t.game_cloud_service==3?g.link==="feedback"||g.link==="game_quit":!(f.isHarmony&&g.link==="share")&&!(g.link==="instructions"&&!f.isShowOperation))?(vue.openBlock(),vue.createElementBlock("div",{key:0,class:vue.normalizeClass(["horiz_item",[f.setupTab==g.link?"setupactive":""]]),onClick:A=>h.mobileSetup(g),style:vue.normalizeStyle({"margin-right":g.flag?"0px":"15px"})},[vue.createElementVNode("img",{src:g.icon,alt:""},null,8,_hoisted_78),vue.createElementVNode("div",_hoisted_79,vue.toDisplayString(g.title),1)],14,_hoisted_77)):vue.createCommentVNode("",!0)],64))),128)),vue.createElementVNode("div",{class:"horiz_item",onClick:n[22]||(n[22]=(...g)=>h.logout&&h.logout(...g))},_hoisted_82)])]),f.mobileTwo?(vue.openBlock(),vue.createElementBlock("div",_hoisted_83,[vue.createElementVNode("div",_hoisted_84,[vue.createElementVNode("div",_hoisted_85,[f.vip_centerflag?(vue.openBlock(),vue.createElementBlock("img",{key:0,class:"info_left_img",src:f.head_url,onClick:n[23]||(n[23]=(...g)=>h.head_urlT&&h.head_urlT(...g)),alt:""},null,8,_hoisted_86)):vue.createCommentVNode("",!0),f.level==2?(vue.openBlock(),vue.createElementBlock("img",_hoisted_87)):vue.createCommentVNode("",!0),vue.createElementVNode("div",_hoisted_88,[vue.createElementVNode("div",_hoisted_89,vue.toDisplayString(f.nickname),1),vue.createElementVNode("div",_hoisted_90,[f.durationflag?(vue.openBlock(),vue.createElementBlock("div",{key:0,class:"info_left_cont2_1",onClick:n[24]||(n[24]=(...g)=>h.durationT&&h.durationT(...g))},[_hoisted_91,vue.createElementVNode("div",_hoisted_92,vue.toDisplayString(f.duration?f.duration:"0")+"分钟 ",1)])):vue.createCommentVNode("",!0),f.pointsflag?(vue.openBlock(),vue.createElementBlock("div",{key:1,class:"info_left_cont2_1",style:{"margin-left":"10px"},onClick:n[25]||(n[25]=(...g)=>h.pointsT&&h.pointsT(...g))},[_hoisted_93,vue.createElementVNode("div",_hoisted_94,vue.toDisplayString(f.points),1)])):vue.createCommentVNode("",!0)])])])]),vue.createElementVNode("div",_hoisted_95,[vue.createElementVNode("div",{onClick:n[26]||(n[26]=g=>h.tabacTive(1)),class:vue.normalizeClass(["content_tab",[f.contentTab==1?"tabactive":""]])},"画质",2)]),f.contentTab==1?(vue.openBlock(),vue.createElementBlock("div",_hoisted_96,[_hoisted_97,vue.createElementVNode("div",_hoisted_98,[(vue.openBlock(!0),vue.createElementBlock(vue.Fragment,null,vue.renderList(f.clearList,(g,S)=>(vue.openBlock(),vue.createElementBlock("div",{class:vue.normalizeClass(["content_m_item",[f.clearTab==g.item_id?"content_iactive":""]]),key:S,onClick:A=>h.codeClear(g)},[vue.createElementVNode("div",{class:vue.normalizeClass(["content_m_y",[f.clearTab==g.item_id?"content_yactive":""]])},[f.clearTab==g.item_id?(vue.openBlock(),vue.createElementBlock("div",_hoisted_100)):vue.createCommentVNode("",!0)],2),vue.createElementVNode("div",{class:vue.normalizeClass(["content_m_w",[f.clearTab==g.item_id?"content_wactive":""]])},vue.toDisplayString(g.resolution_name),3),g.condition_name?(vue.openBlock(),vue.createElementBlock("div",_hoisted_101,vue.toDisplayString(g.condition_name),1)):vue.createCommentVNode("",!0)],10,_hoisted_99))),128))]),_hoisted_102,vue.createElementVNode("div",_hoisted_103,[(vue.openBlock(!0),vue.createElementBlock(vue.Fragment,null,vue.renderList(f.bitrateList,(g,S)=>(vue.openBlock(),vue.createElementBlock("div",{class:vue.normalizeClass(["content_m_item",[f.codeTab==g.item_id?"content_iactive":""]]),key:S,onClick:A=>h.codeRate(g)},[vue.createElementVNode("div",{class:vue.normalizeClass(["content_m_y",[f.codeTab==g.item_id?"content_yactive":""]])},[f.codeTab==g.item_id?(vue.openBlock(),vue.createElementBlock("div",_hoisted_105)):vue.createCommentVNode("",!0)],2),vue.createElementVNode("div",{class:vue.normalizeClass(["content_m_w",[f.codeTab==g.item_id?"content_wactive":""]])},vue.toDisplayString(g.item_name),3),g.condition_name?(vue.openBlock(),vue.createElementBlock("div",_hoisted_106,vue.toDisplayString(g.condition_name),1)):vue.createCommentVNode("",!0)],10,_hoisted_104))),128))]),_hoisted_107,vue.createElementVNode("div",_hoisted_108,[(vue.openBlock(!0),vue.createElementBlock(vue.Fragment,null,vue.renderList(f.aspectList,(g,S)=>(vue.openBlock(),vue.createElementBlock("div",{class:vue.normalizeClass(["content_m_item",[f.aspectTab==g.item_id?"content_iactive":""]]),key:S,onClick:A=>h.codeAspect(g)},[vue.createElementVNode("div",{class:vue.normalizeClass(["content_m_y",[f.aspectTab==g.item_id?"content_yactive":""]])},[f.aspectTab==g.item_id?(vue.openBlock(),vue.createElementBlock("div",_hoisted_110)):vue.createCommentVNode("",!0)],2),vue.createElementVNode("div",{class:vue.normalizeClass(["content_m_w",[f.aspectTab==g.item_id?"content_wactive":""]])},vue.toDisplayString(g.item_name),3),g.condition_name?(vue.openBlock(),vue.createElementBlock("div",_hoisted_111,vue.toDisplayString(g.condition_name),1)):vue.createCommentVNode("",!0)],10,_hoisted_109))),128))])])):vue.createCommentVNode("",!0)])):f.custom_menu?(vue.openBlock(),vue.createElementBlock("div",_hoisted_112,[vue.createElementVNode("div",_hoisted_113,[vue.createElementVNode("div",_hoisted_114,[f.vip_centerflag?(vue.openBlock(),vue.createElementBlock("img",{key:0,class:"info_left_img",src:f.head_url,onClick:n[27]||(n[27]=(...g)=>h.head_urlT&&h.head_urlT(...g)),alt:""},null,8,_hoisted_115)):vue.createCommentVNode("",!0),f.level==2?(vue.openBlock(),vue.createElementBlock("img",_hoisted_116)):vue.createCommentVNode("",!0),vue.createElementVNode("div",_hoisted_117,[vue.createElementVNode("div",_hoisted_118,vue.toDisplayString(f.nickname),1),vue.createElementVNode("div",_hoisted_119,[f.durationflag?(vue.openBlock(),vue.createElementBlock("div",{key:0,class:"info_left_cont2_1",onClick:n[28]||(n[28]=(...g)=>h.durationT&&h.durationT(...g))},[_hoisted_120,vue.createElementVNode("div",_hoisted_121,vue.toDisplayString(f.duration?f.duration:"0")+"分钟 ",1)])):vue.createCommentVNode("",!0),f.pointsflag?(vue.openBlock(),vue.createElementBlock("div",{key:1,class:"info_left_cont2_1",style:{"margin-left":"10px"},onClick:n[29]||(n[29]=(...g)=>h.pointsT&&h.pointsT(...g))},[_hoisted_122,vue.createElementVNode("div",_hoisted_123,vue.toDisplayString(f.points),1)])):vue.createCommentVNode("",!0)])])])]),f.easyShow?vue.createCommentVNode("",!0):(vue.openBlock(),vue.createElementBlock("iframe",_hoisted_124))])):vue.createCommentVNode("",!0)])])):vue.createCommentVNode("",!0)])):vue.createCommentVNode("",!0),f.typesOf==2&&!f.easyShow?(vue.openBlock(),vue.createElementBlock("div",_hoisted_125,[vue.createElementVNode("div",_hoisted_126,[f.mobileOne?(vue.openBlock(),vue.createElementBlock("div",_hoisted_127,[vue.createElementVNode("div",_hoisted_128,[vue.createElementVNode("div",_hoisted_129,[f.vip_centerflag?(vue.openBlock(),vue.createElementBlock("img",{key:0,style:{width:"65px",height:"65px"},class:"info_left_img",onClick:n[30]||(n[30]=(...g)=>h.head_urlT&&h.head_urlT(...g)),src:f.head_url,alt:""},null,8,_hoisted_130)):vue.createCommentVNode("",!0),f.level==2?(vue.openBlock(),vue.createElementBlock("img",_hoisted_131)):vue.createCommentVNode("",!0),vue.createElementVNode("div",_hoisted_132,[vue.createElementVNode("div",_hoisted_133,vue.toDisplayString(f.nickname),1),vue.createElementVNode("div",_hoisted_134,[f.durationflag?(vue.openBlock(),vue.createElementBlock("div",{key:0,class:"info_left_cont2_1",onClick:n[31]||(n[31]=(...g)=>h.durationT&&h.durationT(...g))},[_hoisted_135,vue.createElementVNode("div",_hoisted_136,vue.toDisplayString(f.duration?f.duration:"0")+"分钟",1)])):vue.createCommentVNode("",!0),f.pointsflag?(vue.openBlock(),vue.createElementBlock("div",{key:1,class:"info_left_cont2_1",style:{"margin-left":"10px"},onClick:n[32]||(n[32]=(...g)=>h.pointsT&&h.pointsT(...g))},[_hoisted_137,vue.createElementVNode("div",_hoisted_138,vue.toDisplayString(f.points),1)])):vue.createCommentVNode("",!0)])])]),vue.createElementVNode("div",{class:"info_right",onClick:n[33]||(n[33]=(...g)=>h.logout&&h.logout(...g))},_hoisted_141)]),vue.createElementVNode("div",null,[vue.createElementVNode("div",_hoisted_142,[(vue.openBlock(!0),vue.createElementBlock(vue.Fragment,null,vue.renderList(f.gameList,(g,S)=>(vue.openBlock(),vue.createElementBlock(vue.Fragment,{key:S},[(t.game_cloud_service==3?g.link==="feedback"||g.link==="game_quit":!(f.isHarmony&&g.link==="share")&&!(g.link==="instructions"&&!f.isShowOperation))?(vue.openBlock(),vue.createElementBlock("div",{key:0,class:vue.normalizeClass(["ipad_item",[f.setupTab==g.link?"setupactive":""]]),style:vue.normalizeStyle({"margin-right":g.flag?"0px":"9%"}),onClick:A=>h.mobileSetup(g)},[vue.createElementVNode("img",{src:g.icon,alt:""},null,8,_hoisted_144),vue.createElementVNode("div",_hoisted_145,vue.toDisplayString(g.title),1)],14,_hoisted_143)):vue.createCommentVNode("",!0)],64))),128))])])])):vue.createCommentVNode("",!0),f.mobileTwo?(vue.openBlock(),vue.createElementBlock("div",_hoisted_146,[vue.createElementVNode("div",_hoisted_147,[vue.createElementVNode("div",{onClick:n[34]||(n[34]=g=>h.tabacTive(1)),class:vue.normalizeClass(["content_tab",[f.contentTab==1?"tabactive":""]])},"画质",2)]),f.contentTab==1?(vue.openBlock(),vue.createElementBlock("div",_hoisted_148,[_hoisted_149,vue.createElementVNode("div",_hoisted_150,[(vue.openBlock(!0),vue.createElementBlock(vue.Fragment,null,vue.renderList(f.clearList,(g,S)=>(vue.openBlock(),vue.createElementBlock("div",{class:vue.normalizeClass(["content_m_item",[f.clearTab==g.item_id?"content_iactive":""]]),key:S,onClick:A=>h.codeClear(g),style:{width:"116px",height:"48px"}},[vue.createElementVNode("div",{class:vue.normalizeClass(["content_m_y",[f.clearTab==g.item_id?"content_yactive":""]]),style:{"margin-left":"17px"}},[f.clearTab==g.item_id?(vue.openBlock(),vue.createElementBlock("div",_hoisted_152)):vue.createCommentVNode("",!0)],2),vue.createElementVNode("div",{class:vue.normalizeClass(["content_m_w",[f.clearTab==g.item_id?"content_wactive":""]]),style:{"font-size":"22px"}},vue.toDisplayString(g.resolution_name),3),g.condition_name?(vue.openBlock(),vue.createElementBlock("div",_hoisted_153,vue.toDisplayString(g.condition_name),1)):vue.createCommentVNode("",!0)],10,_hoisted_151))),128))]),_hoisted_154,vue.createElementVNode("div",_hoisted_155,[(vue.openBlock(!0),vue.createElementBlock(vue.Fragment,null,vue.renderList(f.bitrateList,(g,S)=>(vue.openBlock(),vue.createElementBlock("div",{class:vue.normalizeClass(["content_m_item",[f.codeTab==g.item_id?"content_iactive":""]]),style:{width:"116px",height:"48px"},key:S,onClick:A=>h.codeRate(g)},[vue.createElementVNode("div",{class:vue.normalizeClass(["content_m_y",[f.codeTab==g.item_id?"content_yactive":""]]),style:{"margin-left":"17px"}},[f.codeTab==g.item_id?(vue.openBlock(),vue.createElementBlock("div",_hoisted_157)):vue.createCommentVNode("",!0)],2),vue.createElementVNode("div",{class:vue.normalizeClass(["content_m_w",[f.codeTab==g.item_id?"content_wactive":""]]),style:{"font-size":"22px"}},vue.toDisplayString(g.item_name),3),g.condition_name?(vue.openBlock(),vue.createElementBlock("div",_hoisted_158,vue.toDisplayString(g.condition_name),1)):vue.createCommentVNode("",!0)],10,_hoisted_156))),128))]),_hoisted_159,vue.createElementVNode("div",_hoisted_160,[(vue.openBlock(!0),vue.createElementBlock(vue.Fragment,null,vue.renderList(f.aspectList,(g,S)=>(vue.openBlock(),vue.createElementBlock("div",{class:vue.normalizeClass(["content_m_item",[f.aspectTab==g.item_id?"content_iactive":""]]),key:S,style:{width:"116px",height:"48px"},onClick:A=>h.codeAspect(g)},[vue.createElementVNode("div",{class:vue.normalizeClass(["content_m_y",[f.aspectTab==g.item_id?"content_yactive":""]]),style:{"margin-left":"17px"}},[f.aspectTab==g.item_id?(vue.openBlock(),vue.createElementBlock("div",_hoisted_162)):vue.createCommentVNode("",!0)],2),vue.createElementVNode("div",{class:vue.normalizeClass(["content_m_w",[f.aspectTab==g.item_id?"content_wactive":""]]),style:{"font-size":"22px"}},vue.toDisplayString(g.item_name),3),g.condition_name?(vue.openBlock(),vue.createElementBlock("div",_hoisted_163,vue.toDisplayString(g.condition_name),1)):vue.createCommentVNode("",!0)],10,_hoisted_161))),128))])])):vue.createCommentVNode("",!0)])):vue.createCommentVNode("",!0)])])):vue.createCommentVNode("",!0),f.typesOf==3&&!f.easyShow?(vue.openBlock(),vue.createElementBlock("div",{key:9,class:"computer_header",onMousedown:n[41]||(n[41]=vue.withModifiers(()=>{},["stop"]))},[f.computerTop?(vue.openBlock(),vue.createElementBlock("div",{key:0,class:"header_one",onMousedown:n[35]||(n[35]=vue.withModifiers(g=>h.computerHeader(g),["stop"]))},[_hoisted_164,vue.createElementVNode("img",{class:"img_two",src:f.head_url,alt:""},null,8,_hoisted_165)],32)):vue.createCommentVNode("",!0),f.computerOne?(vue.openBlock(),vue.createElementBlock("div",_hoisted_166,[vue.createElementVNode("div",_hoisted_167,[f.vip_centerflag?(vue.openBlock(),vue.createElementBlock("img",{key:0,class:"computer_c_one",src:f.head_url,alt:"",onMousedown:n[36]||(n[36]=vue.withModifiers((...g)=>h.head_urlT&&h.head_urlT(...g),["stop"]))},null,40,_hoisted_168)):vue.createCommentVNode("",!0),f.level==2?(vue.openBlock(),vue.createElementBlock("img",_hoisted_169)):vue.createCommentVNode("",!0)]),f.durationflag?(vue.openBlock(),vue.createElementBlock("div",{key:0,class:"computer_c_Vector",onMousedown:n[37]||(n[37]=vue.withModifiers((...g)=>h.durationT&&h.durationT(...g),["stop"]))},[_hoisted_170,vue.createElementVNode("div",_hoisted_171,vue.toDisplayString(f.duration?f.duration:"0")+"分钟",1),_hoisted_172],32)):vue.createCommentVNode("",!0),f.pointsflag?(vue.openBlock(),vue.createElementBlock("div",{key:1,class:"computer_c_Vector",onMousedown:n[38]||(n[38]=vue.withModifiers((...g)=>h.pointsT&&h.pointsT(...g),["stop"]))},[_hoisted_173,vue.createElementVNode("div",_hoisted_174,vue.toDisplayString(f.points),1),_hoisted_175],32)):vue.createCommentVNode("",!0),vue.createElementVNode("div",_hoisted_176,[(vue.openBlock(!0),vue.createElementBlock(vue.Fragment,null,vue.renderList(f.gameList,(g,S)=>(vue.openBlock(),vue.createElementBlock(vue.Fragment,{key:S},[(t.game_cloud_service==3?g.link==="feedback":!(f.isHarmony&&g.link==="share")&&!(g.link==="instructions"&&!f.isShowOperation))?(vue.openBlock(),vue.createElementBlock("div",{key:0,onMousedown:vue.withModifiers(A=>h.computerSetup(g),["stop"]),class:vue.normalizeClass(["computer_c_item",[f.comTab==g.link?"setupactive":""]])},[vue.createElementVNode("img",{src:g.icon,alt:""},null,8,_hoisted_178),vue.createElementVNode("div",_hoisted_179,vue.toDisplayString(g.title),1)],42,_hoisted_177)):vue.createCommentVNode("",!0)],64))),128)),vue.createElementVNode("div",{class:"computer_c_item",onMousedown:n[39]||(n[39]=vue.withModifiers((...g)=>h.logout&&h.logout(...g),["stop"]))},_hoisted_182,32)]),_hoisted_183,vue.createElementVNode("div",{class:"computer_c_footer",onMousedown:n[40]||(n[40]=vue.withModifiers((...g)=>h.retract&&h.retract(...g),["stop"]))},_hoisted_185,32)])):vue.createCommentVNode("",!0)],32)):vue.createCommentVNode("",!0),f.computerTwo&&!f.easyShow?(vue.openBlock(),vue.createElementBlock("div",{key:10,class:"computer_left",onMousedown:n[43]||(n[43]=vue.withModifiers(()=>{},["stop"]))},[vue.createElementVNode("div",_hoisted_186,[vue.createElementVNode("div",{onMousedown:n[42]||(n[42]=vue.withModifiers(g=>h.tabacTive(1),["stop"])),class:vue.normalizeClass(["content_tab",[f.contentTab==1?"tabactive":""]])},"画质",34)]),f.contentTab==1?(vue.openBlock(),vue.createElementBlock("div",_hoisted_187,[_hoisted_188,vue.createElementVNode("div",_hoisted_189,[(vue.openBlock(!0),vue.createElementBlock(vue.Fragment,null,vue.renderList(f.clearList,(g,S)=>(vue.openBlock(),vue.createElementBlock("div",{class:vue.normalizeClass(["content_m_item",[f.clearTab==g.item_id?"content_iactive":""]]),key:S,onClick:A=>h.codeClear(g)},[vue.createElementVNode("div",{class:vue.normalizeClass(["content_m_y",[f.clearTab==g.item_id?"content_yactive":""]])},[f.clearTab==g.item_id?(vue.openBlock(),vue.createElementBlock("div",_hoisted_191)):vue.createCommentVNode("",!0)],2),vue.createElementVNode("div",{class:vue.normalizeClass(["content_m_w",[f.clearTab==g.item_id?"content_wactive":""]])},vue.toDisplayString(g.resolution_name),3),g.condition_name?(vue.openBlock(),vue.createElementBlock("div",_hoisted_192,vue.toDisplayString(g.condition_name),1)):vue.createCommentVNode("",!0)],10,_hoisted_190))),128))]),_hoisted_193,vue.createElementVNode("div",_hoisted_194,[(vue.openBlock(!0),vue.createElementBlock(vue.Fragment,null,vue.renderList(f.bitrateList,(g,S)=>(vue.openBlock(),vue.createElementBlock("div",{class:vue.normalizeClass(["content_m_item",[f.codeTab==g.item_id?"content_iactive":""]]),key:S,onClick:A=>h.codeRate(g)},[vue.createElementVNode("div",{class:vue.normalizeClass(["content_m_y",[f.codeTab==g.item_id?"content_yactive":""]])},[f.codeTab==g.item_id?(vue.openBlock(),vue.createElementBlock("div",_hoisted_196)):vue.createCommentVNode("",!0)],2),vue.createElementVNode("div",{class:vue.normalizeClass(["content_m_w",[f.codeTab==g.item_id?"content_wactive":""]])},vue.toDisplayString(g.item_name),3),g.condition_name?(vue.openBlock(),vue.createElementBlock("div",_hoisted_197,vue.toDisplayString(g.condition_name),1)):vue.createCommentVNode("",!0)],10,_hoisted_195))),128))]),_hoisted_198,vue.createElementVNode("div",_hoisted_199,[(vue.openBlock(!0),vue.createElementBlock(vue.Fragment,null,vue.renderList(f.aspectList,(g,S)=>(vue.openBlock(),vue.createElementBlock("div",{class:vue.normalizeClass(["content_m_item",[f.aspectTab==g.item_id?"content_iactive":""]]),key:S,onClick:A=>h.codeAspect(g,4)},[vue.createElementVNode("div",{class:vue.normalizeClass(["content_m_y",[f.aspectTab==g.item_id?"content_yactive":""]])},[f.aspectTab==g.item_id?(vue.openBlock(),vue.createElementBlock("div",_hoisted_201)):vue.createCommentVNode("",!0)],2),vue.createElementVNode("div",{class:vue.normalizeClass(["content_m_w",[f.aspectTab==g.item_id?"content_wactive":""]])},vue.toDisplayString(g.item_name),3),g.condition_name?(vue.openBlock(),vue.createElementBlock("div",_hoisted_202,vue.toDisplayString(g.condition_name),1)):vue.createCommentVNode("",!0)],10,_hoisted_200))),128))])])):vue.createCommentVNode("",!0)],32)):vue.createCommentVNode("",!0),f.easyShow?vue.createCommentVNode("",!0):(vue.openBlock(),vue.createBlock(b,{key:11,ref:"iframe",url:f.url_chat,parentData:f.parentData,onUpdateData:h.updateParentData},null,8,["url","parentData","onUpdateData"]))]),vue.withDirectives(vue.createElementVNode("div",{class:vue.normalizeClass(["mask",{rotated:f.enableRotation}])},[vue.createElementVNode("div",_hoisted_203,[f.rightGuidance?(vue.openBlock(),vue.createElementBlock("div",_hoisted_204,[vue.createElementVNode("img",{src:f.leftGuidance,class:"guidance-img left-img",alt:"左图"},null,8,_hoisted_205),vue.createElementVNode("img",{src:f.rightGuidance,class:"guidance-img right-img",alt:"右图"},null,8,_hoisted_206)])):(vue.openBlock(),vue.createElementBlock("img",{key:1,class:"screenImg",src:f.screenImg,alt:""},null,8,_hoisted_207)),vue.createElementVNode("div",{class:"close",onClick:n[45]||(n[45]=(...g)=>h.closeDialog&&h.closeDialog(...g))},"×")])],2),[[vue.vShow,f.dialogVisible]])])}const index=_export_sfc(_sfc_main,[["render",_sfc_render],["__scopeId","data-v-3cf3ae08"]]);exports.gameassis=index,Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"})});
1
+ (function(J,n){typeof exports=="object"&&typeof module<"u"?n(exports,require("vue")):typeof define=="function"&&define.amd?define(["exports","vue"],n):(J=typeof globalThis<"u"?globalThis:J||self,n(J["tyy-game-assis"]={},J.Vue))})(this,function(J,n){"use strict";function Wt(t,e){return function(){return t.apply(e,arguments)}}const{toString:Bo}=Object.prototype,{getPrototypeOf:et}=Object,xe=(t=>e=>{const o=Bo.call(e);return t[o]||(t[o]=o.slice(8,-1).toLowerCase())})(Object.create(null)),I=t=>(t=t.toLowerCase(),e=>xe(e)===t),Ve=t=>e=>typeof e===t,{isArray:Z}=Array,pe=Ve("undefined");function No(t){return t!==null&&!pe(t)&&t.constructor!==null&&!pe(t.constructor)&&V(t.constructor.isBuffer)&&t.constructor.isBuffer(t)}const jt=I("ArrayBuffer");function Co(t){let e;return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?e=ArrayBuffer.isView(t):e=t&&t.buffer&&jt(t.buffer),e}const To=Ve("string"),V=Ve("function"),Yt=Ve("number"),De=t=>t!==null&&typeof t=="object",xo=t=>t===!0||t===!1,Ie=t=>{if(xe(t)!=="object")return!1;const e=et(t);return(e===null||e===Object.prototype||Object.getPrototypeOf(e)===null)&&!(Symbol.toStringTag in t)&&!(Symbol.iterator in t)},Vo=I("Date"),Do=I("File"),Io=I("Blob"),Oo=I("FileList"),Ro=t=>De(t)&&V(t.pipe),Fo=t=>{let e;return t&&(typeof FormData=="function"&&t instanceof FormData||V(t.append)&&((e=xe(t))==="formdata"||e==="object"&&V(t.toString)&&t.toString()==="[object FormData]"))},vo=I("URLSearchParams"),Po=t=>t.trim?t.trim():t.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"");function he(t,e,{allOwnKeys:o=!1}={}){if(t===null||typeof t>"u")return;let i,r;if(typeof t!="object"&&(t=[t]),Z(t))for(i=0,r=t.length;i<r;i++)e.call(null,t[i],i,t);else{const s=o?Object.getOwnPropertyNames(t):Object.keys(t),l=s.length;let c;for(i=0;i<l;i++)c=s[i],e.call(null,t[c],c,t)}}function Kt(t,e){e=e.toLowerCase();const o=Object.keys(t);let i=o.length,r;for(;i-- >0;)if(r=o[i],e===r.toLowerCase())return r;return null}const Xt=(()=>typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:global)(),Zt=t=>!pe(t)&&t!==Xt;function tt(){const{caseless:t}=Zt(this)&&this||{},e={},o=(i,r)=>{const s=t&&Kt(e,r)||r;Ie(e[s])&&Ie(i)?e[s]=tt(e[s],i):Ie(i)?e[s]=tt({},i):Z(i)?e[s]=i.slice():e[s]=i};for(let i=0,r=arguments.length;i<r;i++)arguments[i]&&he(arguments[i],o);return e}const Mo=(t,e,o,{allOwnKeys:i}={})=>(he(e,(r,s)=>{o&&V(r)?t[s]=Wt(r,o):t[s]=r},{allOwnKeys:i}),t),Lo=t=>(t.charCodeAt(0)===65279&&(t=t.slice(1)),t),zo=(t,e,o,i)=>{t.prototype=Object.create(e.prototype,i),t.prototype.constructor=t,Object.defineProperty(t,"super",{value:e.prototype}),o&&Object.assign(t.prototype,o)},Ho=(t,e,o,i)=>{let r,s,l;const c={};if(e=e||{},t==null)return e;do{for(r=Object.getOwnPropertyNames(t),s=r.length;s-- >0;)l=r[s],(!i||i(l,t,e))&&!c[l]&&(e[l]=t[l],c[l]=!0);t=o!==!1&&et(t)}while(t&&(!o||o(t,e))&&t!==Object.prototype);return e},Uo=(t,e,o)=>{t=String(t),(o===void 0||o>t.length)&&(o=t.length),o-=e.length;const i=t.indexOf(e,o);return i!==-1&&i===o},Qo=t=>{if(!t)return null;if(Z(t))return t;let e=t.length;if(!Yt(e))return null;const o=new Array(e);for(;e-- >0;)o[e]=t[e];return o},Go=(t=>e=>t&&e instanceof t)(typeof Uint8Array<"u"&&et(Uint8Array)),qo=(t,e)=>{const i=(t&&t[Symbol.iterator]).call(t);let r;for(;(r=i.next())&&!r.done;){const s=r.value;e.call(t,s[0],s[1])}},Jo=(t,e)=>{let o;const i=[];for(;(o=t.exec(e))!==null;)i.push(o);return i},Wo=I("HTMLFormElement"),jo=t=>t.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(o,i,r){return i.toUpperCase()+r}),$t=(({hasOwnProperty:t})=>(e,o)=>t.call(e,o))(Object.prototype),Yo=I("RegExp"),en=(t,e)=>{const o=Object.getOwnPropertyDescriptors(t),i={};he(o,(r,s)=>{let l;(l=e(r,s,t))!==!1&&(i[s]=l||r)}),Object.defineProperties(t,i)},Ko=t=>{en(t,(e,o)=>{if(V(t)&&["arguments","caller","callee"].indexOf(o)!==-1)return!1;const i=t[o];if(V(i)){if(e.enumerable=!1,"writable"in e){e.writable=!1;return}e.set||(e.set=()=>{throw Error("Can not rewrite read-only method '"+o+"'")})}})},Xo=(t,e)=>{const o={},i=r=>{r.forEach(s=>{o[s]=!0})};return Z(t)?i(t):i(String(t).split(e)),o},Zo=()=>{},$o=(t,e)=>(t=+t,Number.isFinite(t)?t:e),nt="abcdefghijklmnopqrstuvwxyz",tn="0123456789",nn={DIGIT:tn,ALPHA:nt,ALPHA_DIGIT:nt+nt.toUpperCase()+tn},er=(t=16,e=nn.ALPHA_DIGIT)=>{let o="";const{length:i}=e;for(;t--;)o+=e[Math.random()*i|0];return o};function tr(t){return!!(t&&V(t.append)&&t[Symbol.toStringTag]==="FormData"&&t[Symbol.iterator])}const nr=t=>{const e=new Array(10),o=(i,r)=>{if(De(i)){if(e.indexOf(i)>=0)return;if(!("toJSON"in i)){e[r]=i;const s=Z(i)?[]:{};return he(i,(l,c)=>{const d=o(l,r+1);!pe(d)&&(s[c]=d)}),e[r]=void 0,s}}return i};return o(t,0)},or=I("AsyncFunction"),f={isArray:Z,isArrayBuffer:jt,isBuffer:No,isFormData:Fo,isArrayBufferView:Co,isString:To,isNumber:Yt,isBoolean:xo,isObject:De,isPlainObject:Ie,isUndefined:pe,isDate:Vo,isFile:Do,isBlob:Io,isRegExp:Yo,isFunction:V,isStream:Ro,isURLSearchParams:vo,isTypedArray:Go,isFileList:Oo,forEach:he,merge:tt,extend:Mo,trim:Po,stripBOM:Lo,inherits:zo,toFlatObject:Ho,kindOf:xe,kindOfTest:I,endsWith:Uo,toArray:Qo,forEachEntry:qo,matchAll:Jo,isHTMLForm:Wo,hasOwnProperty:$t,hasOwnProp:$t,reduceDescriptors:en,freezeMethods:Ko,toObjectSet:Xo,toCamelCase:jo,noop:Zo,toFiniteNumber:$o,findKey:Kt,global:Xt,isContextDefined:Zt,ALPHABET:nn,generateString:er,isSpecCompliantForm:tr,toJSONObject:nr,isAsyncFn:or,isThenable:t=>t&&(De(t)||V(t))&&V(t.then)&&V(t.catch)};function w(t,e,o,i,r){Error.call(this),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error().stack,this.message=t,this.name="AxiosError",e&&(this.code=e),o&&(this.config=o),i&&(this.request=i),r&&(this.response=r)}f.inherits(w,Error,{toJSON:function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:f.toJSONObject(this.config),code:this.code,status:this.response&&this.response.status?this.response.status:null}}});const on=w.prototype,rn={};["ERR_BAD_OPTION_VALUE","ERR_BAD_OPTION","ECONNABORTED","ETIMEDOUT","ERR_NETWORK","ERR_FR_TOO_MANY_REDIRECTS","ERR_DEPRECATED","ERR_BAD_RESPONSE","ERR_BAD_REQUEST","ERR_CANCELED","ERR_NOT_SUPPORT","ERR_INVALID_URL"].forEach(t=>{rn[t]={value:t}}),Object.defineProperties(w,rn),Object.defineProperty(on,"isAxiosError",{value:!0}),w.from=(t,e,o,i,r,s)=>{const l=Object.create(on);return f.toFlatObject(t,l,function(d){return d!==Error.prototype},c=>c!=="isAxiosError"),w.call(l,t.message,e,o,i,r),l.cause=t,l.name=t.name,s&&Object.assign(l,s),l};const rr=null;function ot(t){return f.isPlainObject(t)||f.isArray(t)}function sn(t){return f.endsWith(t,"[]")?t.slice(0,-2):t}function an(t,e,o){return t?t.concat(e).map(function(r,s){return r=sn(r),!o&&s?"["+r+"]":r}).join(o?".":""):e}function ir(t){return f.isArray(t)&&!t.some(ot)}const sr=f.toFlatObject(f,{},null,function(e){return/^is[A-Z]/.test(e)});function Oe(t,e,o){if(!f.isObject(t))throw new TypeError("target must be an object");e=e||new FormData,o=f.toFlatObject(o,{metaTokens:!0,dots:!1,indexes:!1},!1,function(y,A){return!f.isUndefined(A[y])});const i=o.metaTokens,r=o.visitor||u,s=o.dots,l=o.indexes,d=(o.Blob||typeof Blob<"u"&&Blob)&&f.isSpecCompliantForm(e);if(!f.isFunction(r))throw new TypeError("visitor must be a function");function m(h){if(h===null)return"";if(f.isDate(h))return h.toISOString();if(!d&&f.isBlob(h))throw new w("Blob is not supported. Use a Buffer instead.");return f.isArrayBuffer(h)||f.isTypedArray(h)?d&&typeof Blob=="function"?new Blob([h]):Buffer.from(h):h}function u(h,y,A){let _=h;if(h&&!A&&typeof h=="object"){if(f.endsWith(y,"{}"))y=i?y:y.slice(0,-2),h=JSON.stringify(h);else if(f.isArray(h)&&ir(h)||(f.isFileList(h)||f.endsWith(y,"[]"))&&(_=f.toArray(h)))return y=sn(y),_.forEach(function(C,G){!(f.isUndefined(C)||C===null)&&e.append(l===!0?an([y],G,s):l===null?y:y+"[]",m(C))}),!1}return ot(h)?!0:(e.append(an(A,y,s),m(h)),!1)}const a=[],p=Object.assign(sr,{defaultVisitor:u,convertValue:m,isVisitable:ot});function g(h,y){if(!f.isUndefined(h)){if(a.indexOf(h)!==-1)throw Error("Circular reference detected in "+y.join("."));a.push(h),f.forEach(h,function(_,N){(!(f.isUndefined(_)||_===null)&&r.call(e,_,f.isString(N)?N.trim():N,y,p))===!0&&g(_,y?y.concat(N):[N])}),a.pop()}}if(!f.isObject(t))throw new TypeError("data must be an object");return g(t),e}function ln(t){const e={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(t).replace(/[!'()~]|%20|%00/g,function(i){return e[i]})}function rt(t,e){this._pairs=[],t&&Oe(t,this,e)}const cn=rt.prototype;cn.append=function(e,o){this._pairs.push([e,o])},cn.toString=function(e){const o=e?function(i){return e.call(this,i,ln)}:ln;return this._pairs.map(function(r){return o(r[0])+"="+o(r[1])},"").join("&")};function ar(t){return encodeURIComponent(t).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function dn(t,e,o){if(!e)return t;const i=o&&o.encode||ar,r=o&&o.serialize;let s;if(r?s=r(e,o):s=f.isURLSearchParams(e)?e.toString():new rt(e,o).toString(i),s){const l=t.indexOf("#");l!==-1&&(t=t.slice(0,l)),t+=(t.indexOf("?")===-1?"?":"&")+s}return t}class lr{constructor(){this.handlers=[]}use(e,o,i){return this.handlers.push({fulfilled:e,rejected:o,synchronous:i?i.synchronous:!1,runWhen:i?i.runWhen:null}),this.handlers.length-1}eject(e){this.handlers[e]&&(this.handlers[e]=null)}clear(){this.handlers&&(this.handlers=[])}forEach(e){f.forEach(this.handlers,function(i){i!==null&&e(i)})}}const mn=lr,fn={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},cr={isBrowser:!0,classes:{URLSearchParams:typeof URLSearchParams<"u"?URLSearchParams:rt,FormData:typeof FormData<"u"?FormData:null,Blob:typeof Blob<"u"?Blob:null},protocols:["http","https","file","blob","url","data"]},un=typeof window<"u"&&typeof document<"u",dr=(t=>un&&["ReactNative","NativeScript","NS"].indexOf(t)<0)(typeof navigator<"u"&&navigator.product),mr=(()=>typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope&&typeof self.importScripts=="function")(),O={...Object.freeze(Object.defineProperty({__proto__:null,hasBrowserEnv:un,hasStandardBrowserEnv:dr,hasStandardBrowserWebWorkerEnv:mr},Symbol.toStringTag,{value:"Module"})),...cr};function fr(t,e){return Oe(t,new O.classes.URLSearchParams,Object.assign({visitor:function(o,i,r,s){return O.isNode&&f.isBuffer(o)?(this.append(i,o.toString("base64")),!1):s.defaultVisitor.apply(this,arguments)}},e))}function ur(t){return f.matchAll(/\w+|\[(\w*)]/g,t).map(e=>e[0]==="[]"?"":e[1]||e[0])}function pr(t){const e={},o=Object.keys(t);let i;const r=o.length;let s;for(i=0;i<r;i++)s=o[i],e[s]=t[s];return e}function pn(t){function e(o,i,r,s){let l=o[s++];if(l==="__proto__")return!0;const c=Number.isFinite(+l),d=s>=o.length;return l=!l&&f.isArray(r)?r.length:l,d?(f.hasOwnProp(r,l)?r[l]=[r[l],i]:r[l]=i,!c):((!r[l]||!f.isObject(r[l]))&&(r[l]=[]),e(o,i,r[l],s)&&f.isArray(r[l])&&(r[l]=pr(r[l])),!c)}if(f.isFormData(t)&&f.isFunction(t.entries)){const o={};return f.forEachEntry(t,(i,r)=>{e(ur(i),r,o,0)}),o}return null}function hr(t,e,o){if(f.isString(t))try{return(e||JSON.parse)(t),f.trim(t)}catch(i){if(i.name!=="SyntaxError")throw i}return(o||JSON.stringify)(t)}const it={transitional:fn,adapter:["xhr","http"],transformRequest:[function(e,o){const i=o.getContentType()||"",r=i.indexOf("application/json")>-1,s=f.isObject(e);if(s&&f.isHTMLForm(e)&&(e=new FormData(e)),f.isFormData(e))return r&&r?JSON.stringify(pn(e)):e;if(f.isArrayBuffer(e)||f.isBuffer(e)||f.isStream(e)||f.isFile(e)||f.isBlob(e))return e;if(f.isArrayBufferView(e))return e.buffer;if(f.isURLSearchParams(e))return o.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),e.toString();let c;if(s){if(i.indexOf("application/x-www-form-urlencoded")>-1)return fr(e,this.formSerializer).toString();if((c=f.isFileList(e))||i.indexOf("multipart/form-data")>-1){const d=this.env&&this.env.FormData;return Oe(c?{"files[]":e}:e,d&&new d,this.formSerializer)}}return s||r?(o.setContentType("application/json",!1),hr(e)):e}],transformResponse:[function(e){const o=this.transitional||it.transitional,i=o&&o.forcedJSONParsing,r=this.responseType==="json";if(e&&f.isString(e)&&(i&&!this.responseType||r)){const l=!(o&&o.silentJSONParsing)&&r;try{return JSON.parse(e)}catch(c){if(l)throw c.name==="SyntaxError"?w.from(c,w.ERR_BAD_RESPONSE,this,null,this.response):c}}return e}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:O.classes.FormData,Blob:O.classes.Blob},validateStatus:function(e){return e>=200&&e<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};f.forEach(["delete","get","head","post","put","patch"],t=>{it.headers[t]={}});const st=it,yr=f.toObjectSet(["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"]),gr=t=>{const e={};let o,i,r;return t&&t.split(`
2
+ `).forEach(function(l){r=l.indexOf(":"),o=l.substring(0,r).trim().toLowerCase(),i=l.substring(r+1).trim(),!(!o||e[o]&&yr[o])&&(o==="set-cookie"?e[o]?e[o].push(i):e[o]=[i]:e[o]=e[o]?e[o]+", "+i:i)}),e},hn=Symbol("internals");function ye(t){return t&&String(t).trim().toLowerCase()}function Re(t){return t===!1||t==null?t:f.isArray(t)?t.map(Re):String(t)}function _r(t){const e=Object.create(null),o=/([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;let i;for(;i=o.exec(t);)e[i[1]]=i[2];return e}const Er=t=>/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(t.trim());function at(t,e,o,i,r){if(f.isFunction(i))return i.call(this,e,o);if(r&&(e=o),!!f.isString(e)){if(f.isString(i))return e.indexOf(i)!==-1;if(f.isRegExp(i))return i.test(e)}}function kr(t){return t.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,(e,o,i)=>o.toUpperCase()+i)}function wr(t,e){const o=f.toCamelCase(" "+e);["get","set","has"].forEach(i=>{Object.defineProperty(t,i+o,{value:function(r,s,l){return this[i].call(this,e,r,s,l)},configurable:!0})})}class Fe{constructor(e){e&&this.set(e)}set(e,o,i){const r=this;function s(c,d,m){const u=ye(d);if(!u)throw new Error("header name must be a non-empty string");const a=f.findKey(r,u);(!a||r[a]===void 0||m===!0||m===void 0&&r[a]!==!1)&&(r[a||d]=Re(c))}const l=(c,d)=>f.forEach(c,(m,u)=>s(m,u,d));return f.isPlainObject(e)||e instanceof this.constructor?l(e,o):f.isString(e)&&(e=e.trim())&&!Er(e)?l(gr(e),o):e!=null&&s(o,e,i),this}get(e,o){if(e=ye(e),e){const i=f.findKey(this,e);if(i){const r=this[i];if(!o)return r;if(o===!0)return _r(r);if(f.isFunction(o))return o.call(this,r,i);if(f.isRegExp(o))return o.exec(r);throw new TypeError("parser must be boolean|regexp|function")}}}has(e,o){if(e=ye(e),e){const i=f.findKey(this,e);return!!(i&&this[i]!==void 0&&(!o||at(this,this[i],i,o)))}return!1}delete(e,o){const i=this;let r=!1;function s(l){if(l=ye(l),l){const c=f.findKey(i,l);c&&(!o||at(i,i[c],c,o))&&(delete i[c],r=!0)}}return f.isArray(e)?e.forEach(s):s(e),r}clear(e){const o=Object.keys(this);let i=o.length,r=!1;for(;i--;){const s=o[i];(!e||at(this,this[s],s,e,!0))&&(delete this[s],r=!0)}return r}normalize(e){const o=this,i={};return f.forEach(this,(r,s)=>{const l=f.findKey(i,s);if(l){o[l]=Re(r),delete o[s];return}const c=e?kr(s):String(s).trim();c!==s&&delete o[s],o[c]=Re(r),i[c]=!0}),this}concat(...e){return this.constructor.concat(this,...e)}toJSON(e){const o=Object.create(null);return f.forEach(this,(i,r)=>{i!=null&&i!==!1&&(o[r]=e&&f.isArray(i)?i.join(", "):i)}),o}[Symbol.iterator](){return Object.entries(this.toJSON())[Symbol.iterator]()}toString(){return Object.entries(this.toJSON()).map(([e,o])=>e+": "+o).join(`
3
+ `)}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(e){return e instanceof this?e:new this(e)}static concat(e,...o){const i=new this(e);return o.forEach(r=>i.set(r)),i}static accessor(e){const i=(this[hn]=this[hn]={accessors:{}}).accessors,r=this.prototype;function s(l){const c=ye(l);i[c]||(wr(r,l),i[c]=!0)}return f.isArray(e)?e.forEach(s):s(e),this}}Fe.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]),f.reduceDescriptors(Fe.prototype,({value:t},e)=>{let o=e[0].toUpperCase()+e.slice(1);return{get:()=>t,set(i){this[o]=i}}}),f.freezeMethods(Fe);const v=Fe;function lt(t,e){const o=this||st,i=e||o,r=v.from(i.headers);let s=i.data;return f.forEach(t,function(c){s=c.call(o,s,r.normalize(),e?e.status:void 0)}),r.normalize(),s}function yn(t){return!!(t&&t.__CANCEL__)}function ge(t,e,o){w.call(this,t??"canceled",w.ERR_CANCELED,e,o),this.name="CanceledError"}f.inherits(ge,w,{__CANCEL__:!0});function Ar(t,e,o){const i=o.config.validateStatus;!o.status||!i||i(o.status)?t(o):e(new w("Request failed with status code "+o.status,[w.ERR_BAD_REQUEST,w.ERR_BAD_RESPONSE][Math.floor(o.status/100)-4],o.config,o.request,o))}const br=O.hasStandardBrowserEnv?{write(t,e,o,i,r,s){const l=[t+"="+encodeURIComponent(e)];f.isNumber(o)&&l.push("expires="+new Date(o).toGMTString()),f.isString(i)&&l.push("path="+i),f.isString(r)&&l.push("domain="+r),s===!0&&l.push("secure"),document.cookie=l.join("; ")},read(t){const e=document.cookie.match(new RegExp("(^|;\\s*)("+t+")=([^;]*)"));return e?decodeURIComponent(e[3]):null},remove(t){this.write(t,"",Date.now()-864e5)}}:{write(){},read(){return null},remove(){}};function Sr(t){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(t)}function Br(t,e){return e?t.replace(/\/?\/$/,"")+"/"+e.replace(/^\/+/,""):t}function gn(t,e){return t&&!Sr(e)?Br(t,e):e}const Nr=O.hasStandardBrowserEnv?function(){const e=/(msie|trident)/i.test(navigator.userAgent),o=document.createElement("a");let i;function r(s){let l=s;return e&&(o.setAttribute("href",l),l=o.href),o.setAttribute("href",l),{href:o.href,protocol:o.protocol?o.protocol.replace(/:$/,""):"",host:o.host,search:o.search?o.search.replace(/^\?/,""):"",hash:o.hash?o.hash.replace(/^#/,""):"",hostname:o.hostname,port:o.port,pathname:o.pathname.charAt(0)==="/"?o.pathname:"/"+o.pathname}}return i=r(window.location.href),function(l){const c=f.isString(l)?r(l):l;return c.protocol===i.protocol&&c.host===i.host}}():function(){return function(){return!0}}();function Cr(t){const e=/^([-+\w]{1,25})(:?\/\/|:)/.exec(t);return e&&e[1]||""}function Tr(t,e){t=t||10;const o=new Array(t),i=new Array(t);let r=0,s=0,l;return e=e!==void 0?e:1e3,function(d){const m=Date.now(),u=i[s];l||(l=m),o[r]=d,i[r]=m;let a=s,p=0;for(;a!==r;)p+=o[a++],a=a%t;if(r=(r+1)%t,r===s&&(s=(s+1)%t),m-l<e)return;const g=u&&m-u;return g?Math.round(p*1e3/g):void 0}}function _n(t,e){let o=0;const i=Tr(50,250);return r=>{const s=r.loaded,l=r.lengthComputable?r.total:void 0,c=s-o,d=i(c),m=s<=l;o=s;const u={loaded:s,total:l,progress:l?s/l:void 0,bytes:c,rate:d||void 0,estimated:d&&l&&m?(l-s)/d:void 0,event:r};u[e?"download":"upload"]=!0,t(u)}}const ct={http:rr,xhr:typeof XMLHttpRequest<"u"&&function(t){return new Promise(function(o,i){let r=t.data;const s=v.from(t.headers).normalize();let{responseType:l,withXSRFToken:c}=t,d;function m(){t.cancelToken&&t.cancelToken.unsubscribe(d),t.signal&&t.signal.removeEventListener("abort",d)}let u;if(f.isFormData(r)){if(O.hasStandardBrowserEnv||O.hasStandardBrowserWebWorkerEnv)s.setContentType(!1);else if((u=s.getContentType())!==!1){const[y,...A]=u?u.split(";").map(_=>_.trim()).filter(Boolean):[];s.setContentType([y||"multipart/form-data",...A].join("; "))}}let a=new XMLHttpRequest;if(t.auth){const y=t.auth.username||"",A=t.auth.password?unescape(encodeURIComponent(t.auth.password)):"";s.set("Authorization","Basic "+btoa(y+":"+A))}const p=gn(t.baseURL,t.url);a.open(t.method.toUpperCase(),dn(p,t.params,t.paramsSerializer),!0),a.timeout=t.timeout;function g(){if(!a)return;const y=v.from("getAllResponseHeaders"in a&&a.getAllResponseHeaders()),_={data:!l||l==="text"||l==="json"?a.responseText:a.response,status:a.status,statusText:a.statusText,headers:y,config:t,request:a};Ar(function(C){o(C),m()},function(C){i(C),m()},_),a=null}if("onloadend"in a?a.onloadend=g:a.onreadystatechange=function(){!a||a.readyState!==4||a.status===0&&!(a.responseURL&&a.responseURL.indexOf("file:")===0)||setTimeout(g)},a.onabort=function(){a&&(i(new w("Request aborted",w.ECONNABORTED,t,a)),a=null)},a.onerror=function(){i(new w("Network Error",w.ERR_NETWORK,t,a)),a=null},a.ontimeout=function(){let A=t.timeout?"timeout of "+t.timeout+"ms exceeded":"timeout exceeded";const _=t.transitional||fn;t.timeoutErrorMessage&&(A=t.timeoutErrorMessage),i(new w(A,_.clarifyTimeoutError?w.ETIMEDOUT:w.ECONNABORTED,t,a)),a=null},O.hasStandardBrowserEnv&&(c&&f.isFunction(c)&&(c=c(t)),c||c!==!1&&Nr(p))){const y=t.xsrfHeaderName&&t.xsrfCookieName&&br.read(t.xsrfCookieName);y&&s.set(t.xsrfHeaderName,y)}r===void 0&&s.setContentType(null),"setRequestHeader"in a&&f.forEach(s.toJSON(),function(A,_){a.setRequestHeader(_,A)}),f.isUndefined(t.withCredentials)||(a.withCredentials=!!t.withCredentials),l&&l!=="json"&&(a.responseType=t.responseType),typeof t.onDownloadProgress=="function"&&a.addEventListener("progress",_n(t.onDownloadProgress,!0)),typeof t.onUploadProgress=="function"&&a.upload&&a.upload.addEventListener("progress",_n(t.onUploadProgress)),(t.cancelToken||t.signal)&&(d=y=>{a&&(i(!y||y.type?new ge(null,t,a):y),a.abort(),a=null)},t.cancelToken&&t.cancelToken.subscribe(d),t.signal&&(t.signal.aborted?d():t.signal.addEventListener("abort",d)));const h=Cr(p);if(h&&O.protocols.indexOf(h)===-1){i(new w("Unsupported protocol "+h+":",w.ERR_BAD_REQUEST,t));return}a.send(r||null)})}};f.forEach(ct,(t,e)=>{if(t){try{Object.defineProperty(t,"name",{value:e})}catch{}Object.defineProperty(t,"adapterName",{value:e})}});const En=t=>`- ${t}`,xr=t=>f.isFunction(t)||t===null||t===!1,kn={getAdapter:t=>{t=f.isArray(t)?t:[t];const{length:e}=t;let o,i;const r={};for(let s=0;s<e;s++){o=t[s];let l;if(i=o,!xr(o)&&(i=ct[(l=String(o)).toLowerCase()],i===void 0))throw new w(`Unknown adapter '${l}'`);if(i)break;r[l||"#"+s]=i}if(!i){const s=Object.entries(r).map(([c,d])=>`adapter ${c} `+(d===!1?"is not supported by the environment":"is not available in the build"));let l=e?s.length>1?`since :
4
+ `+s.map(En).join(`
5
+ `):" "+En(s[0]):"as no adapter specified";throw new w("There is no suitable adapter to dispatch the request "+l,"ERR_NOT_SUPPORT")}return i},adapters:ct};function dt(t){if(t.cancelToken&&t.cancelToken.throwIfRequested(),t.signal&&t.signal.aborted)throw new ge(null,t)}function wn(t){return dt(t),t.headers=v.from(t.headers),t.data=lt.call(t,t.transformRequest),["post","put","patch"].indexOf(t.method)!==-1&&t.headers.setContentType("application/x-www-form-urlencoded",!1),kn.getAdapter(t.adapter||st.adapter)(t).then(function(i){return dt(t),i.data=lt.call(t,t.transformResponse,i),i.headers=v.from(i.headers),i},function(i){return yn(i)||(dt(t),i&&i.response&&(i.response.data=lt.call(t,t.transformResponse,i.response),i.response.headers=v.from(i.response.headers))),Promise.reject(i)})}const An=t=>t instanceof v?t.toJSON():t;function $(t,e){e=e||{};const o={};function i(m,u,a){return f.isPlainObject(m)&&f.isPlainObject(u)?f.merge.call({caseless:a},m,u):f.isPlainObject(u)?f.merge({},u):f.isArray(u)?u.slice():u}function r(m,u,a){if(f.isUndefined(u)){if(!f.isUndefined(m))return i(void 0,m,a)}else return i(m,u,a)}function s(m,u){if(!f.isUndefined(u))return i(void 0,u)}function l(m,u){if(f.isUndefined(u)){if(!f.isUndefined(m))return i(void 0,m)}else return i(void 0,u)}function c(m,u,a){if(a in e)return i(m,u);if(a in t)return i(void 0,m)}const d={url:s,method:s,data:s,baseURL:l,transformRequest:l,transformResponse:l,paramsSerializer:l,timeout:l,timeoutMessage:l,withCredentials:l,withXSRFToken:l,adapter:l,responseType:l,xsrfCookieName:l,xsrfHeaderName:l,onUploadProgress:l,onDownloadProgress:l,decompress:l,maxContentLength:l,maxBodyLength:l,beforeRedirect:l,transport:l,httpAgent:l,httpsAgent:l,cancelToken:l,socketPath:l,responseEncoding:l,validateStatus:c,headers:(m,u)=>r(An(m),An(u),!0)};return f.forEach(Object.keys(Object.assign({},t,e)),function(u){const a=d[u]||r,p=a(t[u],e[u],u);f.isUndefined(p)&&a!==c||(o[u]=p)}),o}const bn="1.6.5",mt={};["object","boolean","number","function","string","symbol"].forEach((t,e)=>{mt[t]=function(i){return typeof i===t||"a"+(e<1?"n ":" ")+t}});const Sn={};mt.transitional=function(e,o,i){function r(s,l){return"[Axios v"+bn+"] Transitional option '"+s+"'"+l+(i?". "+i:"")}return(s,l,c)=>{if(e===!1)throw new w(r(l," has been removed"+(o?" in "+o:"")),w.ERR_DEPRECATED);return o&&!Sn[l]&&(Sn[l]=!0,console.warn(r(l," has been deprecated since v"+o+" and will be removed in the near future"))),e?e(s,l,c):!0}};function Vr(t,e,o){if(typeof t!="object")throw new w("options must be an object",w.ERR_BAD_OPTION_VALUE);const i=Object.keys(t);let r=i.length;for(;r-- >0;){const s=i[r],l=e[s];if(l){const c=t[s],d=c===void 0||l(c,s,t);if(d!==!0)throw new w("option "+s+" must be "+d,w.ERR_BAD_OPTION_VALUE);continue}if(o!==!0)throw new w("Unknown option "+s,w.ERR_BAD_OPTION)}}const ft={assertOptions:Vr,validators:mt},L=ft.validators;class ve{constructor(e){this.defaults=e,this.interceptors={request:new mn,response:new mn}}request(e,o){typeof e=="string"?(o=o||{},o.url=e):o=e||{},o=$(this.defaults,o);const{transitional:i,paramsSerializer:r,headers:s}=o;i!==void 0&&ft.assertOptions(i,{silentJSONParsing:L.transitional(L.boolean),forcedJSONParsing:L.transitional(L.boolean),clarifyTimeoutError:L.transitional(L.boolean)},!1),r!=null&&(f.isFunction(r)?o.paramsSerializer={serialize:r}:ft.assertOptions(r,{encode:L.function,serialize:L.function},!0)),o.method=(o.method||this.defaults.method||"get").toLowerCase();let l=s&&f.merge(s.common,s[o.method]);s&&f.forEach(["delete","get","head","post","put","patch","common"],h=>{delete s[h]}),o.headers=v.concat(l,s);const c=[];let d=!0;this.interceptors.request.forEach(function(y){typeof y.runWhen=="function"&&y.runWhen(o)===!1||(d=d&&y.synchronous,c.unshift(y.fulfilled,y.rejected))});const m=[];this.interceptors.response.forEach(function(y){m.push(y.fulfilled,y.rejected)});let u,a=0,p;if(!d){const h=[wn.bind(this),void 0];for(h.unshift.apply(h,c),h.push.apply(h,m),p=h.length,u=Promise.resolve(o);a<p;)u=u.then(h[a++],h[a++]);return u}p=c.length;let g=o;for(a=0;a<p;){const h=c[a++],y=c[a++];try{g=h(g)}catch(A){y.call(this,A);break}}try{u=wn.call(this,g)}catch(h){return Promise.reject(h)}for(a=0,p=m.length;a<p;)u=u.then(m[a++],m[a++]);return u}getUri(e){e=$(this.defaults,e);const o=gn(e.baseURL,e.url);return dn(o,e.params,e.paramsSerializer)}}f.forEach(["delete","get","head","options"],function(e){ve.prototype[e]=function(o,i){return this.request($(i||{},{method:e,url:o,data:(i||{}).data}))}}),f.forEach(["post","put","patch"],function(e){function o(i){return function(s,l,c){return this.request($(c||{},{method:e,headers:i?{"Content-Type":"multipart/form-data"}:{},url:s,data:l}))}}ve.prototype[e]=o(),ve.prototype[e+"Form"]=o(!0)});const Pe=ve;class ut{constructor(e){if(typeof e!="function")throw new TypeError("executor must be a function.");let o;this.promise=new Promise(function(s){o=s});const i=this;this.promise.then(r=>{if(!i._listeners)return;let s=i._listeners.length;for(;s-- >0;)i._listeners[s](r);i._listeners=null}),this.promise.then=r=>{let s;const l=new Promise(c=>{i.subscribe(c),s=c}).then(r);return l.cancel=function(){i.unsubscribe(s)},l},e(function(s,l,c){i.reason||(i.reason=new ge(s,l,c),o(i.reason))})}throwIfRequested(){if(this.reason)throw this.reason}subscribe(e){if(this.reason){e(this.reason);return}this._listeners?this._listeners.push(e):this._listeners=[e]}unsubscribe(e){if(!this._listeners)return;const o=this._listeners.indexOf(e);o!==-1&&this._listeners.splice(o,1)}static source(){let e;return{token:new ut(function(r){e=r}),cancel:e}}}const Dr=ut;function Ir(t){return function(o){return t.apply(null,o)}}function Or(t){return f.isObject(t)&&t.isAxiosError===!0}const pt={Continue:100,SwitchingProtocols:101,Processing:102,EarlyHints:103,Ok:200,Created:201,Accepted:202,NonAuthoritativeInformation:203,NoContent:204,ResetContent:205,PartialContent:206,MultiStatus:207,AlreadyReported:208,ImUsed:226,MultipleChoices:300,MovedPermanently:301,Found:302,SeeOther:303,NotModified:304,UseProxy:305,Unused:306,TemporaryRedirect:307,PermanentRedirect:308,BadRequest:400,Unauthorized:401,PaymentRequired:402,Forbidden:403,NotFound:404,MethodNotAllowed:405,NotAcceptable:406,ProxyAuthenticationRequired:407,RequestTimeout:408,Conflict:409,Gone:410,LengthRequired:411,PreconditionFailed:412,PayloadTooLarge:413,UriTooLong:414,UnsupportedMediaType:415,RangeNotSatisfiable:416,ExpectationFailed:417,ImATeapot:418,MisdirectedRequest:421,UnprocessableEntity:422,Locked:423,FailedDependency:424,TooEarly:425,UpgradeRequired:426,PreconditionRequired:428,TooManyRequests:429,RequestHeaderFieldsTooLarge:431,UnavailableForLegalReasons:451,InternalServerError:500,NotImplemented:501,BadGateway:502,ServiceUnavailable:503,GatewayTimeout:504,HttpVersionNotSupported:505,VariantAlsoNegotiates:506,InsufficientStorage:507,LoopDetected:508,NotExtended:510,NetworkAuthenticationRequired:511};Object.entries(pt).forEach(([t,e])=>{pt[e]=t});const Rr=pt;function Bn(t){const e=new Pe(t),o=Wt(Pe.prototype.request,e);return f.extend(o,Pe.prototype,e,{allOwnKeys:!0}),f.extend(o,e,null,{allOwnKeys:!0}),o.create=function(r){return Bn($(t,r))},o}const b=Bn(st);b.Axios=Pe,b.CanceledError=ge,b.CancelToken=Dr,b.isCancel=yn,b.VERSION=bn,b.toFormData=Oe,b.AxiosError=w,b.Cancel=b.CanceledError,b.all=function(e){return Promise.all(e)},b.spread=Ir,b.isAxiosError=Or,b.mergeConfig=$,b.AxiosHeaders=v,b.formToJSON=t=>pn(f.isHTMLForm(t)?new FormData(t):t),b.getAdapter=kn.getAdapter,b.HttpStatusCode=Rr,b.default=b;const Nn=b;var ee=window.navigator.userAgent,Cn="ActiveXObject"in window,Fr=ee.match(/Chrome/i),vr=!!(ee.match(/(iPhone|iPad|iPod)/i)||ee.match(/Android/i)||ee.match(/Windows Phone/i)||ee.match(/IEMobile/i)),Tn=null,ht,yt,gt,_t;ht=yt=gt=_t=!1;var Pr=navigator.appName;if(Pr=="Microsoft Internet Explorer"||Cn){var xn=ee.match(/MSIE (\d+[.\d]*)/);if(xn){var Vn=xn[1];Tn=Vn;var Me=parseInt(Vn,10);ht=Me===8,yt=Me==9,gt=Me==10,_t=Me==11}}const Mr={isChrome:Fr,isIE:Cn,isMobile:vr,IEVersion:Tn,isIE8:ht,isIE9:yt,isIE10:gt,isIE11:_t};/*! js-cookie v3.0.5 | MIT */function Le(t){for(var e=1;e<arguments.length;e++){var o=arguments[e];for(var i in o)t[i]=o[i]}return t}var Lr={read:function(t){return t[0]==='"'&&(t=t.slice(1,-1)),t.replace(/(%[\dA-F]{2})+/gi,decodeURIComponent)},write:function(t){return encodeURIComponent(t).replace(/%(2[346BF]|3[AC-F]|40|5[BDE]|60|7[BCD])/g,decodeURIComponent)}};function Et(t,e){function o(r,s,l){if(!(typeof document>"u")){l=Le({},e,l),typeof l.expires=="number"&&(l.expires=new Date(Date.now()+l.expires*864e5)),l.expires&&(l.expires=l.expires.toUTCString()),r=encodeURIComponent(r).replace(/%(2[346B]|5E|60|7C)/g,decodeURIComponent).replace(/[()]/g,escape);var c="";for(var d in l)l[d]&&(c+="; "+d,l[d]!==!0&&(c+="="+l[d].split(";")[0]));return document.cookie=r+"="+t.write(s,r)+c}}function i(r){if(!(typeof document>"u"||arguments.length&&!r)){for(var s=document.cookie?document.cookie.split("; "):[],l={},c=0;c<s.length;c++){var d=s[c].split("="),m=d.slice(1).join("=");try{var u=decodeURIComponent(d[0]);if(l[u]=t.read(m,u),r===u)break}catch{}}return r?l[r]:l}}return Object.create({set:o,get:i,remove:function(r,s){o(r,"",Le({},s,{expires:-1}))},withAttributes:function(r){return Et(this.converter,Le({},this.attributes,r))},withConverter:function(r){return Et(Le({},this.converter,r),this.attributes)}},{attributes:{value:Object.freeze(e)},converter:{value:Object.freeze(t)}})}var te=Et(Lr,{path:"/"});let kt=Nn.create({baseURL:"https://api.play.cn/",timeout:3e4,retry:3,retryDelay:1e3});kt.interceptors.request.use(t=>{if(t.headers.vc=50300,t.headers.channel_code=te.get("ass_channel_code"),t.headers.channel_code="80000000",t.headers.user_id=te.get("ass_user_id"),t.headers.access_token=te.get("ass_access_token"),t.url=="/api/v1/user/info.json"&&(t.baseURL="https://open.play.cn"),!(t.method==="post"||t.method==="put")){if(t.method==="get"&&Mr.isIE){let e=t.url.indexOf("?")>=0?"&":"?";t.url+=e+"_="+Date.now()}}return t},t=>Promise.reject(t)),kt.interceptors.response.use(t=>{let{data:e}=t;return e},t=>Promise.reject(t));function zr(){return kt}var Hr=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function Ur(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}function Qr(t){if(t.__esModule)return t;var e=t.default;if(typeof e=="function"){var o=function i(){return this instanceof i?Reflect.construct(e,arguments,this.constructor):e.apply(this,arguments)};o.prototype=e.prototype}else o={};return Object.defineProperty(o,"__esModule",{value:!0}),Object.keys(t).forEach(function(i){var r=Object.getOwnPropertyDescriptor(t,i);Object.defineProperty(o,i,r.get?r:{enumerable:!0,get:function(){return t[i]}})}),o}var Gr=function(){if(typeof Symbol!="function"||typeof Object.getOwnPropertySymbols!="function")return!1;if(typeof Symbol.iterator=="symbol")return!0;var e={},o=Symbol("test"),i=Object(o);if(typeof o=="string"||Object.prototype.toString.call(o)!=="[object Symbol]"||Object.prototype.toString.call(i)!=="[object Symbol]")return!1;var r=42;e[o]=r;for(o in e)return!1;if(typeof Object.keys=="function"&&Object.keys(e).length!==0||typeof Object.getOwnPropertyNames=="function"&&Object.getOwnPropertyNames(e).length!==0)return!1;var s=Object.getOwnPropertySymbols(e);if(s.length!==1||s[0]!==o||!Object.prototype.propertyIsEnumerable.call(e,o))return!1;if(typeof Object.getOwnPropertyDescriptor=="function"){var l=Object.getOwnPropertyDescriptor(e,o);if(l.value!==r||l.enumerable!==!0)return!1}return!0},Dn=typeof Symbol<"u"&&Symbol,qr=Gr,Jr=function(){return typeof Dn!="function"||typeof Symbol!="function"||typeof Dn("foo")!="symbol"||typeof Symbol("bar")!="symbol"?!1:qr()},In={foo:{}},Wr=Object,jr=function(){return{__proto__:In}.foo===In.foo&&!({__proto__:null}instanceof Wr)},Yr="Function.prototype.bind called on incompatible ",Kr=Object.prototype.toString,Xr=Math.max,Zr="[object Function]",On=function(e,o){for(var i=[],r=0;r<e.length;r+=1)i[r]=e[r];for(var s=0;s<o.length;s+=1)i[s+e.length]=o[s];return i},$r=function(e,o){for(var i=[],r=o||0,s=0;r<e.length;r+=1,s+=1)i[s]=e[r];return i},ei=function(t,e){for(var o="",i=0;i<t.length;i+=1)o+=t[i],i+1<t.length&&(o+=e);return o},ti=function(e){var o=this;if(typeof o!="function"||Kr.apply(o)!==Zr)throw new TypeError(Yr+o);for(var i=$r(arguments,1),r,s=function(){if(this instanceof r){var u=o.apply(this,On(i,arguments));return Object(u)===u?u:this}return o.apply(e,On(i,arguments))},l=Xr(0,o.length-i.length),c=[],d=0;d<l;d++)c[d]="$"+d;if(r=Function("binder","return function ("+ei(c,",")+"){ return binder.apply(this,arguments); }")(s),o.prototype){var m=function(){};m.prototype=o.prototype,r.prototype=new m,m.prototype=null}return r},ni=ti,wt=Function.prototype.bind||ni,oi=Function.prototype.call,ri=Object.prototype.hasOwnProperty,ii=wt,si=ii.call(oi,ri),k,ne=SyntaxError,Rn=Function,oe=TypeError,At=function(t){try{return Rn('"use strict"; return ('+t+").constructor;")()}catch{}},W=Object.getOwnPropertyDescriptor;if(W)try{W({},"")}catch{W=null}var bt=function(){throw new oe},ai=W?function(){try{return arguments.callee,bt}catch{try{return W(arguments,"callee").get}catch{return bt}}}():bt,re=Jr(),li=jr(),S=Object.getPrototypeOf||(li?function(t){return t.__proto__}:null),ie={},ci=typeof Uint8Array>"u"||!S?k:S(Uint8Array),j={"%AggregateError%":typeof AggregateError>"u"?k:AggregateError,"%Array%":Array,"%ArrayBuffer%":typeof ArrayBuffer>"u"?k:ArrayBuffer,"%ArrayIteratorPrototype%":re&&S?S([][Symbol.iterator]()):k,"%AsyncFromSyncIteratorPrototype%":k,"%AsyncFunction%":ie,"%AsyncGenerator%":ie,"%AsyncGeneratorFunction%":ie,"%AsyncIteratorPrototype%":ie,"%Atomics%":typeof Atomics>"u"?k:Atomics,"%BigInt%":typeof BigInt>"u"?k:BigInt,"%BigInt64Array%":typeof BigInt64Array>"u"?k:BigInt64Array,"%BigUint64Array%":typeof BigUint64Array>"u"?k:BigUint64Array,"%Boolean%":Boolean,"%DataView%":typeof DataView>"u"?k:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":Error,"%eval%":eval,"%EvalError%":EvalError,"%Float32Array%":typeof Float32Array>"u"?k:Float32Array,"%Float64Array%":typeof Float64Array>"u"?k:Float64Array,"%FinalizationRegistry%":typeof FinalizationRegistry>"u"?k:FinalizationRegistry,"%Function%":Rn,"%GeneratorFunction%":ie,"%Int8Array%":typeof Int8Array>"u"?k:Int8Array,"%Int16Array%":typeof Int16Array>"u"?k:Int16Array,"%Int32Array%":typeof Int32Array>"u"?k:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":re&&S?S(S([][Symbol.iterator]())):k,"%JSON%":typeof JSON=="object"?JSON:k,"%Map%":typeof Map>"u"?k:Map,"%MapIteratorPrototype%":typeof Map>"u"||!re||!S?k:S(new Map()[Symbol.iterator]()),"%Math%":Math,"%Number%":Number,"%Object%":Object,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":typeof Promise>"u"?k:Promise,"%Proxy%":typeof Proxy>"u"?k:Proxy,"%RangeError%":RangeError,"%ReferenceError%":ReferenceError,"%Reflect%":typeof Reflect>"u"?k:Reflect,"%RegExp%":RegExp,"%Set%":typeof Set>"u"?k:Set,"%SetIteratorPrototype%":typeof Set>"u"||!re||!S?k:S(new Set()[Symbol.iterator]()),"%SharedArrayBuffer%":typeof SharedArrayBuffer>"u"?k:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":re&&S?S(""[Symbol.iterator]()):k,"%Symbol%":re?Symbol:k,"%SyntaxError%":ne,"%ThrowTypeError%":ai,"%TypedArray%":ci,"%TypeError%":oe,"%Uint8Array%":typeof Uint8Array>"u"?k:Uint8Array,"%Uint8ClampedArray%":typeof Uint8ClampedArray>"u"?k:Uint8ClampedArray,"%Uint16Array%":typeof Uint16Array>"u"?k:Uint16Array,"%Uint32Array%":typeof Uint32Array>"u"?k:Uint32Array,"%URIError%":URIError,"%WeakMap%":typeof WeakMap>"u"?k:WeakMap,"%WeakRef%":typeof WeakRef>"u"?k:WeakRef,"%WeakSet%":typeof WeakSet>"u"?k:WeakSet};if(S)try{null.error}catch(t){var di=S(S(t));j["%Error.prototype%"]=di}var mi=function t(e){var o;if(e==="%AsyncFunction%")o=At("async function () {}");else if(e==="%GeneratorFunction%")o=At("function* () {}");else if(e==="%AsyncGeneratorFunction%")o=At("async function* () {}");else if(e==="%AsyncGenerator%"){var i=t("%AsyncGeneratorFunction%");i&&(o=i.prototype)}else if(e==="%AsyncIteratorPrototype%"){var r=t("%AsyncGenerator%");r&&S&&(o=S(r.prototype))}return j[e]=o,o},Fn={"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},_e=wt,ze=si,fi=_e.call(Function.call,Array.prototype.concat),ui=_e.call(Function.apply,Array.prototype.splice),vn=_e.call(Function.call,String.prototype.replace),He=_e.call(Function.call,String.prototype.slice),pi=_e.call(Function.call,RegExp.prototype.exec),hi=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,yi=/\\(\\)?/g,gi=function(e){var o=He(e,0,1),i=He(e,-1);if(o==="%"&&i!=="%")throw new ne("invalid intrinsic syntax, expected closing `%`");if(i==="%"&&o!=="%")throw new ne("invalid intrinsic syntax, expected opening `%`");var r=[];return vn(e,hi,function(s,l,c,d){r[r.length]=c?vn(d,yi,"$1"):l||s}),r},_i=function(e,o){var i=e,r;if(ze(Fn,i)&&(r=Fn[i],i="%"+r[0]+"%"),ze(j,i)){var s=j[i];if(s===ie&&(s=mi(i)),typeof s>"u"&&!o)throw new oe("intrinsic "+e+" exists, but is not available. Please file an issue!");return{alias:r,name:i,value:s}}throw new ne("intrinsic "+e+" does not exist!")},Y=function(e,o){if(typeof e!="string"||e.length===0)throw new oe("intrinsic name must be a non-empty string");if(arguments.length>1&&typeof o!="boolean")throw new oe('"allowMissing" argument must be a boolean');if(pi(/^%?[^%]*%?$/,e)===null)throw new ne("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var i=gi(e),r=i.length>0?i[0]:"",s=_i("%"+r+"%",o),l=s.name,c=s.value,d=!1,m=s.alias;m&&(r=m[0],ui(i,fi([0,1],m)));for(var u=1,a=!0;u<i.length;u+=1){var p=i[u],g=He(p,0,1),h=He(p,-1);if((g==='"'||g==="'"||g==="`"||h==='"'||h==="'"||h==="`")&&g!==h)throw new ne("property names with quotes must have matching quotes");if((p==="constructor"||!a)&&(d=!0),r+="."+p,l="%"+r+"%",ze(j,l))c=j[l];else if(c!=null){if(!(p in c)){if(!o)throw new oe("base intrinsic for "+e+" exists, but the property is not available.");return}if(W&&u+1>=i.length){var y=W(c,p);a=!!y,a&&"get"in y&&!("originalValue"in y.get)?c=y.get:c=c[p]}else a=ze(c,p),c=c[p];a&&!d&&(j[l]=c)}}return c},Pn={exports:{}},Ei=Y,St=Ei("%Object.defineProperty%",!0),Bt=function(){if(St)try{return St({},"a",{value:1}),!0}catch{return!1}return!1};Bt.hasArrayLengthDefineBug=function(){if(!Bt())return null;try{return St([],"length",{value:1}).length!==1}catch{return!0}};var Mn=Bt,ki=Y,Ue=ki("%Object.getOwnPropertyDescriptor%",!0);if(Ue)try{Ue([],"length")}catch{Ue=null}var Ln=Ue,wi=Mn(),Nt=Y,Ee=wi&&Nt("%Object.defineProperty%",!0);if(Ee)try{Ee({},"a",{value:1})}catch{Ee=!1}var Ai=Nt("%SyntaxError%"),se=Nt("%TypeError%"),zn=Ln,bi=function(e,o,i){if(!e||typeof e!="object"&&typeof e!="function")throw new se("`obj` must be an object or a function`");if(typeof o!="string"&&typeof o!="symbol")throw new se("`property` must be a string or a symbol`");if(arguments.length>3&&typeof arguments[3]!="boolean"&&arguments[3]!==null)throw new se("`nonEnumerable`, if provided, must be a boolean or null");if(arguments.length>4&&typeof arguments[4]!="boolean"&&arguments[4]!==null)throw new se("`nonWritable`, if provided, must be a boolean or null");if(arguments.length>5&&typeof arguments[5]!="boolean"&&arguments[5]!==null)throw new se("`nonConfigurable`, if provided, must be a boolean or null");if(arguments.length>6&&typeof arguments[6]!="boolean")throw new se("`loose`, if provided, must be a boolean");var r=arguments.length>3?arguments[3]:null,s=arguments.length>4?arguments[4]:null,l=arguments.length>5?arguments[5]:null,c=arguments.length>6?arguments[6]:!1,d=!!zn&&zn(e,o);if(Ee)Ee(e,o,{configurable:l===null&&d?d.configurable:!l,enumerable:r===null&&d?d.enumerable:!r,value:i,writable:s===null&&d?d.writable:!s});else if(c||!r&&!s&&!l)e[o]=i;else throw new Ai("This environment does not support defining a property as non-configurable, non-writable, or non-enumerable.")},Hn=Y,Un=bi,Si=Mn(),Qn=Ln,Gn=Hn("%TypeError%"),Bi=Hn("%Math.floor%"),Ni=function(e,o){if(typeof e!="function")throw new Gn("`fn` is not a function");if(typeof o!="number"||o<0||o>4294967295||Bi(o)!==o)throw new Gn("`length` must be a positive 32-bit integer");var i=arguments.length>2&&!!arguments[2],r=!0,s=!0;if("length"in e&&Qn){var l=Qn(e,"length");l&&!l.configurable&&(r=!1),l&&!l.writable&&(s=!1)}return(r||s||!i)&&(Si?Un(e,"length",o,!0,!0):Un(e,"length",o)),e};(function(t){var e=wt,o=Y,i=Ni,r=o("%TypeError%"),s=o("%Function.prototype.apply%"),l=o("%Function.prototype.call%"),c=o("%Reflect.apply%",!0)||e.call(l,s),d=o("%Object.defineProperty%",!0),m=o("%Math.max%");if(d)try{d({},"a",{value:1})}catch{d=null}t.exports=function(p){if(typeof p!="function")throw new r("a function is required");var g=c(e,l,arguments);return i(g,1+m(0,p.length-(arguments.length-1)),!0)};var u=function(){return c(e,s,arguments)};d?d(t.exports,"apply",{value:u}):t.exports.apply=u})(Pn);var Ci=Pn.exports,qn=Y,Jn=Ci,Ti=Jn(qn("String.prototype.indexOf")),xi=function(e,o){var i=qn(e,!!o);return typeof i=="function"&&Ti(e,".prototype.")>-1?Jn(i):i};const Vi=Qr(Object.freeze(Object.defineProperty({__proto__:null,default:{}},Symbol.toStringTag,{value:"Module"})));var Ct=typeof Map=="function"&&Map.prototype,Tt=Object.getOwnPropertyDescriptor&&Ct?Object.getOwnPropertyDescriptor(Map.prototype,"size"):null,Qe=Ct&&Tt&&typeof Tt.get=="function"?Tt.get:null,Wn=Ct&&Map.prototype.forEach,xt=typeof Set=="function"&&Set.prototype,Vt=Object.getOwnPropertyDescriptor&&xt?Object.getOwnPropertyDescriptor(Set.prototype,"size"):null,Ge=xt&&Vt&&typeof Vt.get=="function"?Vt.get:null,jn=xt&&Set.prototype.forEach,Di=typeof WeakMap=="function"&&WeakMap.prototype,ke=Di?WeakMap.prototype.has:null,Ii=typeof WeakSet=="function"&&WeakSet.prototype,we=Ii?WeakSet.prototype.has:null,Oi=typeof WeakRef=="function"&&WeakRef.prototype,Yn=Oi?WeakRef.prototype.deref:null,Ri=Boolean.prototype.valueOf,Fi=Object.prototype.toString,vi=Function.prototype.toString,Pi=String.prototype.match,Dt=String.prototype.slice,z=String.prototype.replace,Mi=String.prototype.toUpperCase,Kn=String.prototype.toLowerCase,Xn=RegExp.prototype.test,Zn=Array.prototype.concat,R=Array.prototype.join,Li=Array.prototype.slice,$n=Math.floor,It=typeof BigInt=="function"?BigInt.prototype.valueOf:null,Ot=Object.getOwnPropertySymbols,Rt=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?Symbol.prototype.toString:null,ae=typeof Symbol=="function"&&typeof Symbol.iterator=="object",T=typeof Symbol=="function"&&Symbol.toStringTag&&(typeof Symbol.toStringTag===ae||"symbol")?Symbol.toStringTag:null,eo=Object.prototype.propertyIsEnumerable,to=(typeof Reflect=="function"?Reflect.getPrototypeOf:Object.getPrototypeOf)||([].__proto__===Array.prototype?function(t){return t.__proto__}:null);function no(t,e){if(t===1/0||t===-1/0||t!==t||t&&t>-1e3&&t<1e3||Xn.call(/e/,e))return e;var o=/[0-9](?=(?:[0-9]{3})+(?![0-9]))/g;if(typeof t=="number"){var i=t<0?-$n(-t):$n(t);if(i!==t){var r=String(i),s=Dt.call(e,r.length+1);return z.call(r,o,"$&_")+"."+z.call(z.call(s,/([0-9]{3})/g,"$&_"),/_$/,"")}}return z.call(e,o,"$&_")}var Ft=Vi,oo=Ft.custom,ro=ao(oo)?oo:null,zi=function t(e,o,i,r){var s=o||{};if(H(s,"quoteStyle")&&s.quoteStyle!=="single"&&s.quoteStyle!=="double")throw new TypeError('option "quoteStyle" must be "single" or "double"');if(H(s,"maxStringLength")&&(typeof s.maxStringLength=="number"?s.maxStringLength<0&&s.maxStringLength!==1/0:s.maxStringLength!==null))throw new TypeError('option "maxStringLength", if provided, must be a positive integer, Infinity, or `null`');var l=H(s,"customInspect")?s.customInspect:!0;if(typeof l!="boolean"&&l!=="symbol")throw new TypeError("option \"customInspect\", if provided, must be `true`, `false`, or `'symbol'`");if(H(s,"indent")&&s.indent!==null&&s.indent!==" "&&!(parseInt(s.indent,10)===s.indent&&s.indent>0))throw new TypeError('option "indent" must be "\\t", an integer > 0, or `null`');if(H(s,"numericSeparator")&&typeof s.numericSeparator!="boolean")throw new TypeError('option "numericSeparator", if provided, must be `true` or `false`');var c=s.numericSeparator;if(typeof e>"u")return"undefined";if(e===null)return"null";if(typeof e=="boolean")return e?"true":"false";if(typeof e=="string")return co(e,s);if(typeof e=="number"){if(e===0)return 1/0/e>0?"0":"-0";var d=String(e);return c?no(e,d):d}if(typeof e=="bigint"){var m=String(e)+"n";return c?no(e,m):m}var u=typeof s.depth>"u"?5:s.depth;if(typeof i>"u"&&(i=0),i>=u&&u>0&&typeof e=="object")return vt(e)?"[Array]":"[Object]";var a=rs(s,i);if(typeof r>"u")r=[];else if(lo(r,e)>=0)return"[Circular]";function p(M,fe,$e){if(fe&&(r=Li.call(r),r.push(fe)),$e){var ue={depth:s.depth};return H(s,"quoteStyle")&&(ue.quoteStyle=s.quoteStyle),t(M,ue,i+1,r)}return t(M,s,i+1,r)}if(typeof e=="function"&&!so(e)){var g=Yi(e),h=qe(e,p);return"[Function"+(g?": "+g:" (anonymous)")+"]"+(h.length>0?" { "+R.call(h,", ")+" }":"")}if(ao(e)){var y=ae?z.call(String(e),/^(Symbol\(.*\))_[^)]*$/,"$1"):Rt.call(e);return typeof e=="object"&&!ae?Ae(y):y}if(ts(e)){for(var A="<"+Kn.call(String(e.nodeName)),_=e.attributes||[],N=0;N<_.length;N++)A+=" "+_[N].name+"="+io(Hi(_[N].value),"double",s);return A+=">",e.childNodes&&e.childNodes.length&&(A+="..."),A+="</"+Kn.call(String(e.nodeName))+">",A}if(vt(e)){if(e.length===0)return"[]";var C=qe(e,p);return a&&!os(C)?"["+Mt(C,a)+"]":"[ "+R.call(C,", ")+" ]"}if(Qi(e)){var G=qe(e,p);return!("cause"in Error.prototype)&&"cause"in e&&!eo.call(e,"cause")?"{ ["+String(e)+"] "+R.call(Zn.call("[cause]: "+p(e.cause),G),", ")+" }":G.length===0?"["+String(e)+"]":"{ ["+String(e)+"] "+R.call(G,", ")+" }"}if(typeof e=="object"&&l){if(ro&&typeof e[ro]=="function"&&Ft)return Ft(e,{depth:u-i});if(l!=="symbol"&&typeof e.inspect=="function")return e.inspect()}if(Ki(e)){var Ce=[];return Wn&&Wn.call(e,function(M,fe){Ce.push(p(fe,e,!0)+" => "+p(M,e))}),mo("Map",Qe.call(e),Ce,a)}if($i(e)){var Ze=[];return jn&&jn.call(e,function(M){Ze.push(p(M,e))}),mo("Set",Ge.call(e),Ze,a)}if(Xi(e))return Pt("WeakMap");if(es(e))return Pt("WeakSet");if(Zi(e))return Pt("WeakRef");if(qi(e))return Ae(p(Number(e)));if(Wi(e))return Ae(p(It.call(e)));if(Ji(e))return Ae(Ri.call(e));if(Gi(e))return Ae(p(String(e)));if(typeof window<"u"&&e===window)return"{ [object Window] }";if(e===Hr)return"{ [object globalThis] }";if(!Ui(e)&&!so(e)){var X=qe(e,p),q=to?to(e)===Object.prototype:e instanceof Object||e.constructor===Object,de=e instanceof Object?"":"null prototype",me=!q&&T&&Object(e)===e&&T in e?Dt.call(U(e),8,-1):de?"Object":"",Te=q||typeof e.constructor!="function"?"":e.constructor.name?e.constructor.name+" ":"",D=Te+(me||de?"["+R.call(Zn.call([],me||[],de||[]),": ")+"] ":"");return X.length===0?D+"{}":a?D+"{"+Mt(X,a)+"}":D+"{ "+R.call(X,", ")+" }"}return String(e)};function io(t,e,o){var i=(o.quoteStyle||e)==="double"?'"':"'";return i+t+i}function Hi(t){return z.call(String(t),/"/g,"&quot;")}function vt(t){return U(t)==="[object Array]"&&(!T||!(typeof t=="object"&&T in t))}function Ui(t){return U(t)==="[object Date]"&&(!T||!(typeof t=="object"&&T in t))}function so(t){return U(t)==="[object RegExp]"&&(!T||!(typeof t=="object"&&T in t))}function Qi(t){return U(t)==="[object Error]"&&(!T||!(typeof t=="object"&&T in t))}function Gi(t){return U(t)==="[object String]"&&(!T||!(typeof t=="object"&&T in t))}function qi(t){return U(t)==="[object Number]"&&(!T||!(typeof t=="object"&&T in t))}function Ji(t){return U(t)==="[object Boolean]"&&(!T||!(typeof t=="object"&&T in t))}function ao(t){if(ae)return t&&typeof t=="object"&&t instanceof Symbol;if(typeof t=="symbol")return!0;if(!t||typeof t!="object"||!Rt)return!1;try{return Rt.call(t),!0}catch{}return!1}function Wi(t){if(!t||typeof t!="object"||!It)return!1;try{return It.call(t),!0}catch{}return!1}var ji=Object.prototype.hasOwnProperty||function(t){return t in this};function H(t,e){return ji.call(t,e)}function U(t){return Fi.call(t)}function Yi(t){if(t.name)return t.name;var e=Pi.call(vi.call(t),/^function\s*([\w$]+)/);return e?e[1]:null}function lo(t,e){if(t.indexOf)return t.indexOf(e);for(var o=0,i=t.length;o<i;o++)if(t[o]===e)return o;return-1}function Ki(t){if(!Qe||!t||typeof t!="object")return!1;try{Qe.call(t);try{Ge.call(t)}catch{return!0}return t instanceof Map}catch{}return!1}function Xi(t){if(!ke||!t||typeof t!="object")return!1;try{ke.call(t,ke);try{we.call(t,we)}catch{return!0}return t instanceof WeakMap}catch{}return!1}function Zi(t){if(!Yn||!t||typeof t!="object")return!1;try{return Yn.call(t),!0}catch{}return!1}function $i(t){if(!Ge||!t||typeof t!="object")return!1;try{Ge.call(t);try{Qe.call(t)}catch{return!0}return t instanceof Set}catch{}return!1}function es(t){if(!we||!t||typeof t!="object")return!1;try{we.call(t,we);try{ke.call(t,ke)}catch{return!0}return t instanceof WeakSet}catch{}return!1}function ts(t){return!t||typeof t!="object"?!1:typeof HTMLElement<"u"&&t instanceof HTMLElement?!0:typeof t.nodeName=="string"&&typeof t.getAttribute=="function"}function co(t,e){if(t.length>e.maxStringLength){var o=t.length-e.maxStringLength,i="... "+o+" more character"+(o>1?"s":"");return co(Dt.call(t,0,e.maxStringLength),e)+i}var r=z.call(z.call(t,/(['\\])/g,"\\$1"),/[\x00-\x1f]/g,ns);return io(r,"single",e)}function ns(t){var e=t.charCodeAt(0),o={8:"b",9:"t",10:"n",12:"f",13:"r"}[e];return o?"\\"+o:"\\x"+(e<16?"0":"")+Mi.call(e.toString(16))}function Ae(t){return"Object("+t+")"}function Pt(t){return t+" { ? }"}function mo(t,e,o,i){var r=i?Mt(o,i):R.call(o,", ");return t+" ("+e+") {"+r+"}"}function os(t){for(var e=0;e<t.length;e++)if(lo(t[e],`
6
+ `)>=0)return!1;return!0}function rs(t,e){var o;if(t.indent===" ")o=" ";else if(typeof t.indent=="number"&&t.indent>0)o=R.call(Array(t.indent+1)," ");else return null;return{base:o,prev:R.call(Array(e+1),o)}}function Mt(t,e){if(t.length===0)return"";var o=`
7
+ `+e.prev+e.base;return o+R.call(t,","+o)+`
8
+ `+e.prev}function qe(t,e){var o=vt(t),i=[];if(o){i.length=t.length;for(var r=0;r<t.length;r++)i[r]=H(t,r)?e(t[r],t):""}var s=typeof Ot=="function"?Ot(t):[],l;if(ae){l={};for(var c=0;c<s.length;c++)l["$"+s[c]]=s[c]}for(var d in t)H(t,d)&&(o&&String(Number(d))===d&&d<t.length||ae&&l["$"+d]instanceof Symbol||(Xn.call(/[^\w$]/,d)?i.push(e(d,t)+": "+e(t[d],t)):i.push(d+": "+e(t[d],t))));if(typeof Ot=="function")for(var m=0;m<s.length;m++)eo.call(t,s[m])&&i.push("["+e(s[m])+"]: "+e(t[s[m]],t));return i}var Lt=Y,le=xi,is=zi,ss=Lt("%TypeError%"),Je=Lt("%WeakMap%",!0),We=Lt("%Map%",!0),as=le("WeakMap.prototype.get",!0),ls=le("WeakMap.prototype.set",!0),cs=le("WeakMap.prototype.has",!0),ds=le("Map.prototype.get",!0),ms=le("Map.prototype.set",!0),fs=le("Map.prototype.has",!0),zt=function(t,e){for(var o=t,i;(i=o.next)!==null;o=i)if(i.key===e)return o.next=i.next,i.next=t.next,t.next=i,i},us=function(t,e){var o=zt(t,e);return o&&o.value},ps=function(t,e,o){var i=zt(t,e);i?i.value=o:t.next={key:e,next:t.next,value:o}},hs=function(t,e){return!!zt(t,e)},ys=function(){var e,o,i,r={assert:function(s){if(!r.has(s))throw new ss("Side channel does not contain "+is(s))},get:function(s){if(Je&&s&&(typeof s=="object"||typeof s=="function")){if(e)return as(e,s)}else if(We){if(o)return ds(o,s)}else if(i)return us(i,s)},has:function(s){if(Je&&s&&(typeof s=="object"||typeof s=="function")){if(e)return cs(e,s)}else if(We){if(o)return fs(o,s)}else if(i)return hs(i,s);return!1},set:function(s,l){Je&&s&&(typeof s=="object"||typeof s=="function")?(e||(e=new Je),ls(e,s,l)):We?(o||(o=new We),ms(o,s,l)):(i||(i={key:{},next:null}),ps(i,s,l))}};return r},gs=String.prototype.replace,_s=/%20/g,Ht={RFC1738:"RFC1738",RFC3986:"RFC3986"},Ut={default:Ht.RFC3986,formatters:{RFC1738:function(t){return gs.call(t,_s,"+")},RFC3986:function(t){return String(t)}},RFC1738:Ht.RFC1738,RFC3986:Ht.RFC3986},Es=Ut,Qt=Object.prototype.hasOwnProperty,K=Array.isArray,F=function(){for(var t=[],e=0;e<256;++e)t.push("%"+((e<16?"0":"")+e.toString(16)).toUpperCase());return t}(),ks=function(e){for(;e.length>1;){var o=e.pop(),i=o.obj[o.prop];if(K(i)){for(var r=[],s=0;s<i.length;++s)typeof i[s]<"u"&&r.push(i[s]);o.obj[o.prop]=r}}},fo=function(e,o){for(var i=o&&o.plainObjects?Object.create(null):{},r=0;r<e.length;++r)typeof e[r]<"u"&&(i[r]=e[r]);return i},ws=function t(e,o,i){if(!o)return e;if(typeof o!="object"){if(K(e))e.push(o);else if(e&&typeof e=="object")(i&&(i.plainObjects||i.allowPrototypes)||!Qt.call(Object.prototype,o))&&(e[o]=!0);else return[e,o];return e}if(!e||typeof e!="object")return[e].concat(o);var r=e;return K(e)&&!K(o)&&(r=fo(e,i)),K(e)&&K(o)?(o.forEach(function(s,l){if(Qt.call(e,l)){var c=e[l];c&&typeof c=="object"&&s&&typeof s=="object"?e[l]=t(c,s,i):e.push(s)}else e[l]=s}),e):Object.keys(o).reduce(function(s,l){var c=o[l];return Qt.call(s,l)?s[l]=t(s[l],c,i):s[l]=c,s},r)},As=function(e,o){return Object.keys(o).reduce(function(i,r){return i[r]=o[r],i},e)},bs=function(t,e,o){var i=t.replace(/\+/g," ");if(o==="iso-8859-1")return i.replace(/%[0-9a-f]{2}/gi,unescape);try{return decodeURIComponent(i)}catch{return i}},Ss=function(e,o,i,r,s){if(e.length===0)return e;var l=e;if(typeof e=="symbol"?l=Symbol.prototype.toString.call(e):typeof e!="string"&&(l=String(e)),i==="iso-8859-1")return escape(l).replace(/%u[0-9a-f]{4}/gi,function(u){return"%26%23"+parseInt(u.slice(2),16)+"%3B"});for(var c="",d=0;d<l.length;++d){var m=l.charCodeAt(d);if(m===45||m===46||m===95||m===126||m>=48&&m<=57||m>=65&&m<=90||m>=97&&m<=122||s===Es.RFC1738&&(m===40||m===41)){c+=l.charAt(d);continue}if(m<128){c=c+F[m];continue}if(m<2048){c=c+(F[192|m>>6]+F[128|m&63]);continue}if(m<55296||m>=57344){c=c+(F[224|m>>12]+F[128|m>>6&63]+F[128|m&63]);continue}d+=1,m=65536+((m&1023)<<10|l.charCodeAt(d)&1023),c+=F[240|m>>18]+F[128|m>>12&63]+F[128|m>>6&63]+F[128|m&63]}return c},Bs=function(e){for(var o=[{obj:{o:e},prop:"o"}],i=[],r=0;r<o.length;++r)for(var s=o[r],l=s.obj[s.prop],c=Object.keys(l),d=0;d<c.length;++d){var m=c[d],u=l[m];typeof u=="object"&&u!==null&&i.indexOf(u)===-1&&(o.push({obj:l,prop:m}),i.push(u))}return ks(o),e},Ns=function(e){return Object.prototype.toString.call(e)==="[object RegExp]"},Cs=function(e){return!e||typeof e!="object"?!1:!!(e.constructor&&e.constructor.isBuffer&&e.constructor.isBuffer(e))},Ts=function(e,o){return[].concat(e,o)},xs=function(e,o){if(K(e)){for(var i=[],r=0;r<e.length;r+=1)i.push(o(e[r]));return i}return o(e)},uo={arrayToObject:fo,assign:As,combine:Ts,compact:Bs,decode:bs,encode:Ss,isBuffer:Cs,isRegExp:Ns,maybeMap:xs,merge:ws},po=ys,je=uo,be=Ut,Vs=Object.prototype.hasOwnProperty,ho={brackets:function(e){return e+"[]"},comma:"comma",indices:function(e,o){return e+"["+o+"]"},repeat:function(e){return e}},P=Array.isArray,Ds=Array.prototype.push,yo=function(t,e){Ds.apply(t,P(e)?e:[e])},Is=Date.prototype.toISOString,go=be.default,x={addQueryPrefix:!1,allowDots:!1,charset:"utf-8",charsetSentinel:!1,delimiter:"&",encode:!0,encoder:je.encode,encodeValuesOnly:!1,format:go,formatter:be.formatters[go],indices:!1,serializeDate:function(e){return Is.call(e)},skipNulls:!1,strictNullHandling:!1},Os=function(e){return typeof e=="string"||typeof e=="number"||typeof e=="boolean"||typeof e=="symbol"||typeof e=="bigint"},Gt={},Rs=function t(e,o,i,r,s,l,c,d,m,u,a,p,g,h,y,A){for(var _=e,N=A,C=0,G=!1;(N=N.get(Gt))!==void 0&&!G;){var Ce=N.get(e);if(C+=1,typeof Ce<"u"){if(Ce===C)throw new RangeError("Cyclic object value");G=!0}typeof N.get(Gt)>"u"&&(C=0)}if(typeof d=="function"?_=d(o,_):_ instanceof Date?_=a(_):i==="comma"&&P(_)&&(_=je.maybeMap(_,function(ue){return ue instanceof Date?a(ue):ue})),_===null){if(s)return c&&!h?c(o,x.encoder,y,"key",p):o;_=""}if(Os(_)||je.isBuffer(_)){if(c){var Ze=h?o:c(o,x.encoder,y,"key",p);return[g(Ze)+"="+g(c(_,x.encoder,y,"value",p))]}return[g(o)+"="+g(String(_))]}var X=[];if(typeof _>"u")return X;var q;if(i==="comma"&&P(_))h&&c&&(_=je.maybeMap(_,c)),q=[{value:_.length>0?_.join(",")||null:void 0}];else if(P(d))q=d;else{var de=Object.keys(_);q=m?de.sort(m):de}for(var me=r&&P(_)&&_.length===1?o+"[]":o,Te=0;Te<q.length;++Te){var D=q[Te],M=typeof D=="object"&&typeof D.value<"u"?D.value:_[D];if(!(l&&M===null)){var fe=P(_)?typeof i=="function"?i(me,D):me:me+(u?"."+D:"["+D+"]");A.set(e,C);var $e=po();$e.set(Gt,A),yo(X,t(M,fe,i,r,s,l,i==="comma"&&h&&P(_)?null:c,d,m,u,a,p,g,h,y,$e))}}return X},Fs=function(e){if(!e)return x;if(e.encoder!==null&&typeof e.encoder<"u"&&typeof e.encoder!="function")throw new TypeError("Encoder has to be a function.");var o=e.charset||x.charset;if(typeof e.charset<"u"&&e.charset!=="utf-8"&&e.charset!=="iso-8859-1")throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");var i=be.default;if(typeof e.format<"u"){if(!Vs.call(be.formatters,e.format))throw new TypeError("Unknown format option provided.");i=e.format}var r=be.formatters[i],s=x.filter;return(typeof e.filter=="function"||P(e.filter))&&(s=e.filter),{addQueryPrefix:typeof e.addQueryPrefix=="boolean"?e.addQueryPrefix:x.addQueryPrefix,allowDots:typeof e.allowDots>"u"?x.allowDots:!!e.allowDots,charset:o,charsetSentinel:typeof e.charsetSentinel=="boolean"?e.charsetSentinel:x.charsetSentinel,delimiter:typeof e.delimiter>"u"?x.delimiter:e.delimiter,encode:typeof e.encode=="boolean"?e.encode:x.encode,encoder:typeof e.encoder=="function"?e.encoder:x.encoder,encodeValuesOnly:typeof e.encodeValuesOnly=="boolean"?e.encodeValuesOnly:x.encodeValuesOnly,filter:s,format:i,formatter:r,serializeDate:typeof e.serializeDate=="function"?e.serializeDate:x.serializeDate,skipNulls:typeof e.skipNulls=="boolean"?e.skipNulls:x.skipNulls,sort:typeof e.sort=="function"?e.sort:null,strictNullHandling:typeof e.strictNullHandling=="boolean"?e.strictNullHandling:x.strictNullHandling}},vs=function(t,e){var o=t,i=Fs(e),r,s;typeof i.filter=="function"?(s=i.filter,o=s("",o)):P(i.filter)&&(s=i.filter,r=s);var l=[];if(typeof o!="object"||o===null)return"";var c;e&&e.arrayFormat in ho?c=e.arrayFormat:e&&"indices"in e?c=e.indices?"indices":"repeat":c="indices";var d=ho[c];if(e&&"commaRoundTrip"in e&&typeof e.commaRoundTrip!="boolean")throw new TypeError("`commaRoundTrip` must be a boolean, or absent");var m=d==="comma"&&e&&e.commaRoundTrip;r||(r=Object.keys(o)),i.sort&&r.sort(i.sort);for(var u=po(),a=0;a<r.length;++a){var p=r[a];i.skipNulls&&o[p]===null||yo(l,Rs(o[p],p,d,m,i.strictNullHandling,i.skipNulls,i.encode?i.encoder:null,i.filter,i.sort,i.allowDots,i.serializeDate,i.format,i.formatter,i.encodeValuesOnly,i.charset,u))}var g=l.join(i.delimiter),h=i.addQueryPrefix===!0?"?":"";return i.charsetSentinel&&(i.charset==="iso-8859-1"?h+="utf8=%26%2310003%3B&":h+="utf8=%E2%9C%93&"),g.length>0?h+g:""},ce=uo,qt=Object.prototype.hasOwnProperty,Ps=Array.isArray,B={allowDots:!1,allowPrototypes:!1,allowSparse:!1,arrayLimit:20,charset:"utf-8",charsetSentinel:!1,comma:!1,decoder:ce.decode,delimiter:"&",depth:5,ignoreQueryPrefix:!1,interpretNumericEntities:!1,parameterLimit:1e3,parseArrays:!0,plainObjects:!1,strictNullHandling:!1},Ms=function(t){return t.replace(/&#(\d+);/g,function(e,o){return String.fromCharCode(parseInt(o,10))})},_o=function(t,e){return t&&typeof t=="string"&&e.comma&&t.indexOf(",")>-1?t.split(","):t},Ls="utf8=%26%2310003%3B",zs="utf8=%E2%9C%93",Hs=function(e,o){var i={__proto__:null},r=o.ignoreQueryPrefix?e.replace(/^\?/,""):e,s=o.parameterLimit===1/0?void 0:o.parameterLimit,l=r.split(o.delimiter,s),c=-1,d,m=o.charset;if(o.charsetSentinel)for(d=0;d<l.length;++d)l[d].indexOf("utf8=")===0&&(l[d]===zs?m="utf-8":l[d]===Ls&&(m="iso-8859-1"),c=d,d=l.length);for(d=0;d<l.length;++d)if(d!==c){var u=l[d],a=u.indexOf("]="),p=a===-1?u.indexOf("="):a+1,g,h;p===-1?(g=o.decoder(u,B.decoder,m,"key"),h=o.strictNullHandling?null:""):(g=o.decoder(u.slice(0,p),B.decoder,m,"key"),h=ce.maybeMap(_o(u.slice(p+1),o),function(y){return o.decoder(y,B.decoder,m,"value")})),h&&o.interpretNumericEntities&&m==="iso-8859-1"&&(h=Ms(h)),u.indexOf("[]=")>-1&&(h=Ps(h)?[h]:h),qt.call(i,g)?i[g]=ce.combine(i[g],h):i[g]=h}return i},Us=function(t,e,o,i){for(var r=i?e:_o(e,o),s=t.length-1;s>=0;--s){var l,c=t[s];if(c==="[]"&&o.parseArrays)l=[].concat(r);else{l=o.plainObjects?Object.create(null):{};var d=c.charAt(0)==="["&&c.charAt(c.length-1)==="]"?c.slice(1,-1):c,m=parseInt(d,10);!o.parseArrays&&d===""?l={0:r}:!isNaN(m)&&c!==d&&String(m)===d&&m>=0&&o.parseArrays&&m<=o.arrayLimit?(l=[],l[m]=r):d!=="__proto__"&&(l[d]=r)}r=l}return r},Qs=function(e,o,i,r){if(e){var s=i.allowDots?e.replace(/\.([^.[]+)/g,"[$1]"):e,l=/(\[[^[\]]*])/,c=/(\[[^[\]]*])/g,d=i.depth>0&&l.exec(s),m=d?s.slice(0,d.index):s,u=[];if(m){if(!i.plainObjects&&qt.call(Object.prototype,m)&&!i.allowPrototypes)return;u.push(m)}for(var a=0;i.depth>0&&(d=c.exec(s))!==null&&a<i.depth;){if(a+=1,!i.plainObjects&&qt.call(Object.prototype,d[1].slice(1,-1))&&!i.allowPrototypes)return;u.push(d[1])}return d&&u.push("["+s.slice(d.index)+"]"),Us(u,o,i,r)}},Gs=function(e){if(!e)return B;if(e.decoder!==null&&e.decoder!==void 0&&typeof e.decoder!="function")throw new TypeError("Decoder has to be a function.");if(typeof e.charset<"u"&&e.charset!=="utf-8"&&e.charset!=="iso-8859-1")throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");var o=typeof e.charset>"u"?B.charset:e.charset;return{allowDots:typeof e.allowDots>"u"?B.allowDots:!!e.allowDots,allowPrototypes:typeof e.allowPrototypes=="boolean"?e.allowPrototypes:B.allowPrototypes,allowSparse:typeof e.allowSparse=="boolean"?e.allowSparse:B.allowSparse,arrayLimit:typeof e.arrayLimit=="number"?e.arrayLimit:B.arrayLimit,charset:o,charsetSentinel:typeof e.charsetSentinel=="boolean"?e.charsetSentinel:B.charsetSentinel,comma:typeof e.comma=="boolean"?e.comma:B.comma,decoder:typeof e.decoder=="function"?e.decoder:B.decoder,delimiter:typeof e.delimiter=="string"||ce.isRegExp(e.delimiter)?e.delimiter:B.delimiter,depth:typeof e.depth=="number"||e.depth===!1?+e.depth:B.depth,ignoreQueryPrefix:e.ignoreQueryPrefix===!0,interpretNumericEntities:typeof e.interpretNumericEntities=="boolean"?e.interpretNumericEntities:B.interpretNumericEntities,parameterLimit:typeof e.parameterLimit=="number"?e.parameterLimit:B.parameterLimit,parseArrays:e.parseArrays!==!1,plainObjects:typeof e.plainObjects=="boolean"?e.plainObjects:B.plainObjects,strictNullHandling:typeof e.strictNullHandling=="boolean"?e.strictNullHandling:B.strictNullHandling}},qs=function(t,e){var o=Gs(e);if(t===""||t===null||typeof t>"u")return o.plainObjects?Object.create(null):{};for(var i=typeof t=="string"?Hs(t,o):t,r=o.plainObjects?Object.create(null):{},s=Object.keys(i),l=0;l<s.length;++l){var c=s[l],d=Qs(c,i[c],o,typeof t=="string");r=ce.merge(r,d,o)}return o.allowSparse===!0?r:ce.compact(r)},Js=vs,Ws=qs,js=Ut,Ys={formats:js,parse:Ws,stringify:Js};const Ks=Ur(Ys);let Eo=zr();Nn.CancelToken;let Q=({url:t,params:e,method:o,ourl:i})=>{let r=i+t;if(o==="get")return Eo.get(r,{params:e},{headers:{"Content-Type":"application/x-www-form-urlencoded"}});if(o==="post")return Eo.post(r,Ks.stringify(e),{headers:{"Content-Type":"application/x-www-form-urlencoded"}})};function Ye(t){return Q({url:"/api/v6/terminal/configs/by_name",method:"get",params:t,ourl:""})}function Xs(t){return Q({url:"/api/v1/user/info.json",method:"get",params:t,ourl:""})}function Zs(t){return Q({url:"/api/v1/users/mobile/members/information",method:"get",params:t,ourl:""})}function ko(t){return Q({url:`/api/v6/contents/${t||1981}`,method:"get",ourl:""})}function Jt(t){return Q({url:`/api/v6/contents/games/${t}`,method:"get",ourl:""})}function $s(t){return Q({url:"/api/v1/paas/queryLock?userId="+t,method:"get",ourl:""})}function ea(t,e){return Q({url:`/api/v5/games/${t}/play?user_id=${e}`,method:"get",headers:{channel_code:"33040993",user_id:e,vc:99999,client_id:"8888107"},ourl:""})}function ta(t){return Q({url:"/apis/logs",params:t,method:"get",ourl:""})}const Nm="",Ke=(t,e)=>{const o=t.__vccOpts||t;for(const[i,r]of e)o[i]=r;return o},na={name:"AnimatedIframe",props:{url:{type:String,required:!0},updateData:{type:Boolean,default:!1}},data(){return{isVisible:!1}},mounted(){},methods:{hide(){this.isVisible=!1},show(){this.isVisible=!0},toggleVisibility(){this.isVisible=!this.isVisible,this.$emit("updateData",this.isVisible)}}},oa={class:"iframe-container"},ra=["src"];function ia(t,e,o,i,r,s){return n.withDirectives((n.openBlock(),n.createElementBlock("div",oa,[n.createElementVNode("iframe",{src:o.url,frameborder:"0"},null,8,ra),n.createElementVNode("button",{onClick:e[0]||(e[0]=(...l)=>s.toggleVisibility&&s.toggleVisibility(...l)),class:"close-button",id:"close-button-id"})],512)),[[n.vShow,r.isVisible]])}const sa=Ke(na,[["render",ia],["__scopeId","data-v-ad60b680"]]),wo="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHIAAAByCAYAAACP3YV9AAAACXBIWXMAACE4AAAhOAFFljFgAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAleSURBVHgB7Z1fSFRZHMd/7QYptIyy7Gq5rf3btgSNjQrS7aXViB0LbKSXFTL0pbYe8t3e9qmoh919k9gF98HIQNoeYi3C1KAgIyNbpQ2VtCTQgbYUKvd8nXvc6zgz99yZ++ecc+8HDlN6g/LT7/z5/c45dwWpyyrWClgrYi1i/DpiNJBnPJNMnLVZ1uaMX8+w9tL4/QvjUzlWkDpA1JeslRqfEXKHl0YbY22UErKlR3aRkPYVa1+Te+KsgEgIHTQ+pURGkVzedkrdNfoJl3qPElErDbKIhDCI20KJblMFIBJCH5IE+C0SAncbTbboEwVRepe1YfJxPPVLpA4Ck4FEROdt8gE/RFawVkP6CEwGQiHT0y7XS5FY70GgKmNgrkBoO3nU3Xolcq/Rgsht8qC7dVsk1n71lIjGION6dH5M7oGJTB35t5CXCaQLMTd4x9oEuYBbIjEWoitdSSEc/Cw2UWKS9w85jNNdK/6SDRR2pVYgOd9JDna1TkYkutBG1j6lECtWUyJ/jCSCI9UWp0RCYgOF46EdMG46JtMJkaHE7HFMZq4iQ4m544jMXESGEp0jZ5nZigwlOg+XiRzte7JJtiIhMZydOg9kbmRtgGySjUgs9rdQiFtgaWI7aWBXJNJuQU1+e0kJJXb6CafzPiJxMB6GEr0DP2vhOYgdkRgXdS0GywjGy5jow6JdK/53hOOi96w2PsesHhSJyLBL9Rf87D+3ekhEZAMFiOPHj28YGRlpnp+f/+nt27et/f39saqqqgLylxqrB6zKWCiG1lJAOH/+/I7Tp08vG5dmGdXV1T/39fXNkH/8SRk2dFlFZGC61IsXL1alkgjyGOfOndtH/lJNGSabmUTamv6qTGdn53fHjh37PtMzW7du3Uj+glns7nTfTCcSAisoAEDi4cOHLaPtzZs3s+Q/uyhNVKYT6efpJ88QlQg6Ojr6yH/SRmW6zVG7SHPYbLR+z54934g8y4TfaGlpsZ3Idgm4wVmTJeWuVBGJLlXraLQrsb6+/ibJA99auYRUItMOqKpTWlqa9/z585MKS+Qsy7Ili8Q2RsssgopAIovE5rVr164ReZ4tR65JKhHw4/eLJIvUcmxkmZnCgYGBU6ISL1y4cLmpqamf5GZJVCaLLCXNgMSrV682FxYWWqbZkMFhKbo2iSY2mVgyTppnrZCo1STHrsSGhoY2Ni5Okhpg0oPudaEyYo7IctKIWCy2RlTizMzMtGISOYvda3JEagEktre3NyNHavUsJNbW1rb5nBDPFiRuuvELHpHmG6OUprW1dVtAJIJFbzwitYjGdGWoVGggkQN3D7lI5c/1owxlVcHgTExMTFZWVraNjo7KkAjPFbhbFFlMCmMn+a2ZRLDQm0IkxhJlszl2JN65c+c+k9hJeoExchUmO8qeLg4lLhLhEakcilcwnKYYEalctxpKXEYEIpVZP6KCga2KocRlLHStfu/ZFCKbMpQCFQynWIhI6cdITctQTlIAkVIfzLFbwThz5ky7ImUoR0HXKu0YqXkZyklW2TlW5zlnz57dp3kZyinypL4rjs1Od1g9o1HyOyekjkh0l1bPsGpVfnFxcT4FHKlFspnqY6tnUHdE/RHH4SjA4MQy9rFK2cV2d3c/O3r06Pb8/PyMS6SVjGg0uiMSiUxfv379BQUQiMQ4JOVaMh6Pv+vt7R06cODAhk8YVs+zMbVs/fr1s11dXeMULOI46PojSZ6ms5vVuXLlys1YLHaDgsMLjJHSv8QLReCSkpJfWClKaKGP0hZKXBQc5iBSmWk7qydeDmWmJK5ERJqBTFQ1RJ6FTDb5iZL+qCcSoDQlKnP//v2VuJmD9GZhjJTq9Xmi2JGJDBHqmJg0kZ7MKRmRHDsyN2/evAEzX01lvoRIpMGUlsnqj0KbqrB8efDgwUkJLkBykoX3QvO76IpI4d10bEIz+eHDh0nWhW5BlifTs8jNsklQGUs0PB4fH9dhbyvudR3mItHdKH1pYE9Pz6snT56MHDp0qCJgMnExxBQXiX+M8ncHDA0NvYbMmpqaLVb5WY1k4jTWHK9+xEnhcdIMissHDx5sm56etkx0FBQUFLLE/CkcwyM1wb9xwZu5jDVMmsCKzNOiMnkZTFGZi/e4mi/exSvxtLm2DN0lKid1dXVlImWwI0eO7FawDPYXGRFpFokvSFubzAYuU9MyGHqbbv6b5B0Cnr7g2QvQzeIYHY7TiTzf2NgYVSTZvuR67GSRf5OGoAwGmZpVTu6af5MsEpZHSUMMmbqUwTCOT5m/kGrz1QhpjCZlsHvJX0glEuOkI28ZlRXFy2CY5AwmfzHVez+wDMHMVbvrzMxcunTpWXl5OZWVlVlecb1u3bo1eBZ/hvynh1K8aindvlaErtZRCexEZjQarSL/QTSmHPrSiUTu8S4FANEymMgFTB6AYS9lKjXTTvNARCVoaWm5byXz6dOntl4D6AKIxt5038z0biyMla8pcd+Z9qCm+ejRo6FUZTCcQWEz2N98rpIgHTeV7ptWLznDH8TNSjpV1NOCMtitW7cGd+7cWVBUVPQZBLL159iJEyc6mOhX5B+IxmuZHrB6pRLAzoEmCvGTX8mizCjy2sF/jU+tlyMSg+WGZZJG9FjdbVJ026TiZJzgmLFzPvIyBWQWKwmYWP0h+rCdl2VDImaymyjEC3DRk3Amye5bz5EawsK4hELcBMkYoS6Vk83Rc6xnwvHSPVCi6rb7h+xGJGeItW2k6M2SEoPJTQdlMRfJViTGSuy6w6bmUKYzQCImN1ltS81WJMD/mlCmM+QkEeQiEoQycydniSBXkSCUmT2OSAROiAShTPs4JhE4JRJwmcjJrqaQTGCJ8Tv9n8fOGSdFAsjEdsMwaZAeLPZRxH5PDuK0SA6q6cgVfkEaHUHIEfw8kHazlbERRaQemQu4UesHCkhhOgPoShGFrh1ddCsiOehqsfdnnoJbz0Q9sYtcrhy5HZFmghadOHqBnKkneWkvRXLw5ti9pK9QjIUoLAySh/ghkvMtJQ7W6iKU7wX2ZRupnyIBulskEXaRukJ9FcjxW6QZdLk4Ma3KfT8YA5EAkeLQk0wiORCJCJVxPy2iD+IgcIwkQkaRZiCzgvyVipzoMEkoz4zsIs1gPIVQrEfdvHIN4vjJbXwqcf+QSiKTwTu9IDPP+OSvcs8zvpcqgmeNBuKmBnlTxqeSWz7/AxZKZEpbSzYbAAAAAElFTkSuQmCC",aa="data:image/png;base64,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",Cm="",la={name:"HangupStatus",props:{gameInfo:{type:Object,default:()=>({})},startTime:{type:Date,default:()=>new Date}},data(){return{currentTime:new Date,timer:null}},computed:{elapsedSeconds(){return Math.floor((this.currentTime-this.startTime)/1e3)},formattedTime(){const t=this.gameInfo.lockTime+this.gameInfo.lockSetTime*1e3,e=Math.floor(t/3600),o=Math.floor(t%3600/60),i=t%60;return console.log(`${e}:${o.toString().padStart(2,"0")}:${i.toString().padStart(2,"0")}`,"hours,minutes,seconds"),`${e}:${o.toString().padStart(2,"0")}:${i.toString().padStart(2,"0")}`},endTime(){const t=this.gameInfo.lockTime+this.gameInfo.lockSetTime*1e3,e=new Date(t);console.log("结束时间:",e.toLocaleString("zh-CN")),console.log("结束时间 ISO格式:",e.toISOString()),console.log("结束时间 年月日时分秒:",e.getFullYear()+"-"+String(e.getMonth()+1).padStart(2,"0")+"-"+String(e.getDate()).padStart(2,"0")+" "+String(e.getHours()).padStart(2,"0")+":"+String(e.getMinutes()).padStart(2,"0")+":"+String(e.getSeconds()).padStart(2,"0"));const o=String(e.getHours()).padStart(2,"0"),i=String(e.getMinutes()).padStart(2,"0"),r=String(e.getSeconds()).padStart(2,"0");return`${o}:${i}:${r}`}},watch:{gameInfo:{handler(t){console.log("HangupStatus组件gameInfo更新:",t)},deep:!0,immediate:!0}},mounted(){console.log("HangupStatus组件接收到的gameInfo:",this.gameInfo)},beforeDestroy(){this.stopCountdown()},methods:{startCountdown(){},stopCountdown(){this.timer&&(clearInterval(this.timer),this.timer=null)},enterGame(){this.$emit("handleEnterGame",{gameUrl:`https://h5.play.cn/h5/game_launch/${this.gameInfo.content_id}?caf=33040993&type=cloudgame`,gameInfo:this.gameInfo})},endHangup(){this.$emit("handleEndHangup",{name:"unlock_vm"})}}},Ao=t=>(n.pushScopeId("data-v-d93f5c02"),t=t(),n.popScopeId(),t),ca={class:"hangup-status-container"},da={class:"hangup-card"},ma={class:"game-section"},fa={class:"game-avatar"},ua=["src","alt"],pa={class:"game-info"},ha={class:"game-name"},ya={class:"hangup-time"},ga=[Ao(()=>n.createElementVNode("img",{src:aa,alt:"stop",class:"stop-icon"},null,-1)),Ao(()=>n.createElementVNode("button",{class:"end-hangup-btn"}," 结束挂机 ",-1))];function _a(t,e,o,i,r,s){return n.openBlock(),n.createElementBlock("div",ca,[n.createElementVNode("div",da,[n.createElementVNode("div",ma,[n.createElementVNode("div",fa,[n.createElementVNode("img",{src:o.gameInfo.avatar,alt:t.头像,class:"avatar-image"},null,8,ua)]),n.createElementVNode("div",pa,[n.createElementVNode("div",ha,n.toDisplayString(o.gameInfo.name),1),n.createElementVNode("div",ya,"将于"+n.toDisplayString(s.endTime)+"结束云挂机",1),n.withDirectives(n.createElementVNode("button",{class:"enter-game-btn",onClick:e[0]||(e[0]=(...l)=>s.enterGame&&s.enterGame(...l))},"进入游戏",512),[[n.vShow,o.gameInfo.showEnterGame]])])]),n.createElementVNode("div",{class:"button-section",onClick:e[1]||(e[1]=(...l)=>s.endHangup&&s.endHangup(...l))},ga)])])}const Ea=Ke(la,[["render",_a],["__scopeId","data-v-d93f5c02"]]),Vm="",ka={name:"DragTimer",data(){return{currentMinutes:60,minMinutes:10,maxMinutes:360,isDragging:!1}},computed:{fillPercentage(){return(this.currentMinutes-this.minMinutes)/(this.maxMinutes-this.minMinutes)*100},formattedTime(){const t=Math.floor(this.currentMinutes/60),e=this.currentMinutes%60;return t>0&&e>0?`${t}小时${e}分钟`:t>0?`${t}小时`:`${e}分钟`}},methods:{startDrag(t){t.preventDefault(),this.isDragging=!0;const e=i=>{this.isDragging&&this.updateTime(i)},o=()=>{this.isDragging=!1,document.removeEventListener("mousemove",e),document.removeEventListener("mouseup",o),document.removeEventListener("touchmove",e),document.removeEventListener("touchend",o)};document.addEventListener("mousemove",e),document.addEventListener("mouseup",o),document.addEventListener("touchmove",e),document.addEventListener("touchend",o),this.updateTime(t)},updateTime(t){const o=this.$refs.track.getBoundingClientRect();let i;t.type.includes("touch")?i=t.touches[0].clientX:i=t.clientX;const r=Math.max(0,Math.min(1,(i-o.left)/o.width));this.currentMinutes=Math.round(this.minMinutes+r*(this.maxMinutes-this.minMinutes)),this.$emit("time-change",{currentMinutes:this.currentMinutes,lock_time:this.currentMinutes*60,formattedTime:this.formattedTime})},startHangup(){let t=this.currentMinutes*60;console.log(t,"seconds");let e={name:"lock_vm",lock_time:t};this.$emit("handleSetCloudIdle",e)}}},bo=t=>(n.pushScopeId("data-v-c75aa10d"),t=t(),n.popScopeId(),t),wa={class:"drag-timer-container"},Aa={class:"timer-card"},ba={class:"timer-content"},Sa={class:"slider-section"},Ba={class:"slider-container"},Na={class:"current-time"},Ca=bo(()=>n.createElementVNode("div",{class:"time-range"},[n.createElementVNode("span",{class:"min-time"},"10分钟"),n.createElementVNode("span",{class:"max-time"},"6小时")],-1)),Ta={class:"button-section"},xa=bo(()=>n.createElementVNode("div",{class:"tips"}," 倒计时结束,系统将释放该游戏 ",-1));function Va(t,e,o,i,r,s){return n.openBlock(),n.createElementBlock("div",wa,[n.createElementVNode("div",Aa,[n.createElementVNode("div",ba,[n.createElementVNode("div",Sa,[n.createElementVNode("div",Ba,[n.createElementVNode("div",{class:"slider-track",ref:"track",onMousedown:e[2]||(e[2]=(...l)=>s.startDrag&&s.startDrag(...l)),onTouchstart:e[3]||(e[3]=(...l)=>s.startDrag&&s.startDrag(...l))},[n.createElementVNode("div",{class:"slider-fill",style:n.normalizeStyle({width:s.fillPercentage+"%"})},null,4),n.createElementVNode("div",{class:"slider-thumb",style:n.normalizeStyle({left:s.fillPercentage+"%"}),onMousedown:e[0]||(e[0]=(...l)=>s.startDrag&&s.startDrag(...l)),onTouchstart:e[1]||(e[1]=(...l)=>s.startDrag&&s.startDrag(...l))},[n.createElementVNode("div",Na,n.toDisplayString(s.formattedTime),1)],36)],544)]),Ca]),n.createElementVNode("div",Ta,[n.createElementVNode("button",{class:"start-button",onClick:e[4]||(e[4]=(...l)=>s.startHangup&&s.startHangup(...l))},"开始挂机")])]),xa])])}const Da=Ke(ka,[["render",Va],["__scopeId","data-v-c75aa10d"]]),Ia="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAASCAYAAAAt6kybAAAACXBIWXMAACE4AAAhOAFFljFgAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFKSURBVHgBzZZBUoMwFIb/16668whcoUdwYXXZXkDFCwgnEE6gNwjeoCtHcWG9gUfgCGzdNL6EjpMyKUMIbfPNEJJAkh/yJy+EFlLcZJw+cvYC56Hmq6D4IzUrySzsRD4hBCYyo7sy/y/uP9V/Mgy2SMziBMFCe9ZrC/1BOBRmoSV0tkIQYiVroNysIetr4vqZbwnOgnyhuEzbtVaP7raGFKdFbUuJTaSCulrydhVx+sXZCMelAqYrit8O2q5z1VP8XnF6ydkNjscG+J13idRa0BMpFhwIKMOo2P1oo7dQ3a24uudJUAvNN7zWkDKhh/K1bwMnoYoRfFspOzW26o9zZDJ8u4Y768aPbiL1uPDAzbd8yIjLHAPxEqqHF4sld6N8Gx14pcZ0u6Tbz2944C1U0eHbaogfbYxyemqEzOb82QWaCFOrqR7qRxt/zFpnw18C42QAAAAASUVORK5CYII=",Se="data:image/png;base64,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",Be="data:image/png;base64,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",Ne="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAYCAYAAAAPtVbGAAAAAXNSR0IArs4c6QAABPxJREFUSEuVlltsFFUYx3/fzM7M3rrdFsqlLbRI0XKHEgIvGvAWFHkwQWOMvBkxIRreJJoQTHzwARMwhqiJMRoNJiqJ+IBBITEmcokFDJeUUrq0pbSyvWwvO7O7MzvHzC69EAqESfZhz3zn/L7zff/zPyM84FGpNUlE347wEopmoAEIo9QI0I5wBvzDpC6clc1491tKZnqhUruTyKkPwH0HxHpQIuV3qgO0PdL4z88zxd4DUTdf20p42bcUR6tx/sL38mSHMrhZG7+QLy8pIYyIRaQqgRmLIjKxjDqCq96WJefT02F3QVRXy06UfI7RhB96nLHO32D4PBFDYRp351hwIZsDx7dILphPtDo5EdCGcjbLoiv9EwOTEDX4/nNk/z6OP4ZrO9g9PSRMm8kk71Mz34ehMZCKaqob6xFNA6UuYslGqW21g2kliLq2qZ7k5qvgRQsDv+N2txKz/Ie3YlrEaBbyZiWzFzeUQXBIGlt3TUHS731PIfV6URpwLh4ibuUeCTARPDgKevU8kvXzykMhf43Un/9X1M0X6rE29ECR8Y7DxPOp+wJ8q4q8VomnxxHlEs71EiqOT8YrBX1DULN8KUY4EKX6ThrP7RCVWvcuodkHi9oK3MsHCJvTGKJDoh5icyAyC8/zyRWbCM/fhfIGGe3cS8XIGUycyUnjDrjRGqoa6oKxHFmnRlT3M0fwMy/nR2ys4fYpQgBY+BQktwc1wB3+EUPPQd1R6D0Eepx0LoqZ2U98uBVdU2V5K7g1rFO7dkVZ2uI/Kyr94U1yZ+tyva2Ec9PkXVEHi/dBdBs41ylGmtFv7yhDnOsgJkMDrVTxFYX+Nszxzsnz0jcIs5c1Y0TCgbR2i0rvVaBht39D1O2eqm/NctTCA2jpk1C4jd/0KfnrWwkn1+PG3sB1+jHtQxi6W5pT6DiJSVkwtzOQeKyJcCIe/P1IVPfTBcIbDafzVyK5K5MQO96MF1tFxZIvIddLuu8PTPuHUrYViSiiG9NOOnjZYaT3dKlsd0FE7RN1oyWFxBpzaZvw+IWpBsaX4RmVpRrnXR1LxvEzPZj+GLrKowloVgVaYj7E56JbceyrJ4gZLv1DMGvp9HJ1tRxFybZCZhgz0zUJGatYSTFU2i7KyaANXCYR02Z0AN9XFIoaIc0npAu9Qxq1a1eWd6qpLaI6W95Cky+KBZdi9xXMUFklo4kWfN1C5UbQ0peojJdO8UMfJw+5yByqFtZOk3Dn2gY07Rpg5G73E7bLvjYeX44nJvSdIxmf8UaYEVgq1ZrtGFon4P8kja2vlL3rRstnILt8z6PQ1UZY9+70AiyDh5rkBG0kC2rWOpJN28Dtg+Kpsq2UID2r6/D0y4hUuraN6uvA1B/NIAPbt/U7BhleDWbjQZm9b3ew/pTVp1q2IHIsGHQdh3x3B3Gr+NAeBAHBDrzKtVTXBbIulK3em7telhwr3XIzX1pBNYtF7P5byOggEQvK7j31BPeInQdH5hKbv4Bo7YugXMifbsPs3yRzL/03EX3v9du15jmUdgSkpN+i62EPj+A7NvgVpXm+GkVMg3D1Iqya55HgG8JNgdl0BHNspyQ+GZie0MwfEkPrKhn194P25l3pm80Q/FTQgD+DAwTGIjCXt+Pn9zDn419EuKeZD9Sm6lg1h1DoVRRPAhsQaShBzCcyqEI72eNnkcJRvr5wQvbdu/hEgv8DpQoQIxZU4UcAAAAASUVORK5CYII=",Xe="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAAAXNSR0IArs4c6QAAAvJJREFUWEe9mPF1EzEMxvVt0EwA3YBu0E5AOwFlgqYT0E5AmYAwAe0EhAkaJqBMQDYQ77tn39Pp5Ds7R+r38kdaW/5Z+izJgSwcqnonIjfJzAbA7RKTWLJYVdci8tnZuANwf6jdpUA/ROTcbb4FcHEUIFV9JyInALbRBqraBKSqHXzJXve/0klU9cFoIzx1C5CqPosID8jxUNJaCKSqGxH54GDPAOzs32qBkmfoTTt4AT56h4yACjBcdwrg5UCgExH5G0RjBDUASlf4k1u4F5E1gG/eYK2HuE5Vr0XkawB1C4Dy6EYPpKpvReR3AHPhQ5XntAAlKGqIoaPH7OjlYIGs6PLkKwCPE8JvumUJ6lJEvjub/aXpgFQ1mjSb4Fo9ZDzLZMqkagcjsc1A/qQvAE5Lnjk0ZGYdQ0Z52NB1XkJBO9eRiJeIOljLy8M6aMeKQJH6VwB4uybHoSFLMom8tCYQBUYN5fEI4GoOJhltFrW1GxxoQyB/u5hzvrwSENuWPgeJyI5AzKBWXJcAnl4JyN/uPYHUbX4O4GclkA83l7WEnNV/UOOWAvnMy4vArDuoeaXDRUV3UciSsFly2BkQ5qkWJq31HupCxgRFo3lUi7omrFNzVDUUtddB2Kcs3TxaH6acgHIPYHUMAG8zjE7qm5mL7OgK3TGhChXirFRcF70cag4SeGcHoAeK6tmgk6vZpHZO4T3XFXTboPnb1pRTGmB4oykRWx36dscCjbKmiDDBUU9ViW4OKrU6zMw2zXBZ3+74Jj96/vwXqAmYQZrxQHQj3elPwPDd29fBnDdcm8F2lQ2Zb+55WJaavveK3mWEidzKPWiAvfboSVRIfJQBQfz7P9sayaH0cp2CysaYp/iS/WVg6IE36cnM1sJ7JE8tymDqbU9jPJ1/HbREK5rLhozhD1vk2Z9jUkYlmNdVKxi9wts02WvNAuVdExirc/4FoxaIoeVNqtJdNZABo6co0vfJa/yetcIw8JP1xe7xTy055/0DfJmj9v76688AAAAASUVORK5CYII=",Oa="data:image/png;base64,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",So="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAMCAYAAABBV8wuAAAAAXNSR0IArs4c6QAAAHdJREFUKFOFkGERgmAQRN82MIJVTCANkCTSQCNAAxpAA4hABBusfM7JfMgw3q+be7O3tyfbNdBJmshKtu/ADbhImr9MqbH9AIocfkDAHjgFfOUgDUdgkFStIFRnICnbI9D8X2V7b277uRhfN+dG8nIXMMK1vy95AxCKOwb9TpvIAAAAAElFTkSuQmCC",Ra="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAcCAYAAAAnbDzKAAAACXBIWXMAACE4AAAhOAFFljFgAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFSSURBVHgBzZeNbYMwEIXvCLN0ga7RBdoB0gG6QBboAizQBTpGu0BHiQLuGYWXRDH+wXeKn2QJ8Jn7PskgIDKMc27vBxmmJ6PM4Gd4OSZmHsggTAa5hr904sFCQl0gCI9u+hKqAlF4dNSVUBPIgkdXPQkVgSJ4dNaR6KgyUXjnfmX8rcypvGKrBBLw37zbvct488crNdUSm7dQBvzh5tI4HmTbvATrK7bTJoFSeEwZSBQLbIVHibJEkUAtPEoVJbIFtOCxREkiS0AbHksVJJICVvC4RaVEVMAaHreqkFgVSMB/CfwnKUYkPgT2NTgZkeAwXwR+mgbue5OfE3c67anrij7F7wQeBY/+hRI3Ao+GB0eBBARagQdPpsQs0Br8khwJbhV+SUqio3EMr2wA3mdmEJbg5MLuLd00/WB468aSZERBg/BLkozueHymxiPP7NP1+T8OxHF5nfcjnQAAAABJRU5ErkJggg==",Dm="",Im="",Fa={components:{HangupStatus:Ea,DragTimer:Da,AnimatedIframe:sa},name:"gameassis",props:["access_token","client_id","channel_code","game_id","game_cloud_service"],data(){return{timer:null,currentTop:0,clientWidth:0,clientHeight:0,itemWidth:40,itemHeight:40,coefficientHeight:.1,gapWidth:10,left:0,top:0,timeOutEvent:0,numi:1,contentTab:1,anyhow:1,typesOf:1,computerTop:!0,computerOne:!1,computerTwo:!1,custom_menu:!1,isPad:"",isiPad:"",mobileOne:!1,mobileTwo:!1,expandShow:!0,setupTab:"",comTab:"",terminal_id:0,vc:50300,gameList:[],bitrateList:[],clearList:[],aspectList:[],codeTab:"",clearTab:"",aspectTab:"",wifiTab:1,honeyTab:1,head_url:"",nickname:"",duration:"",points:"",level:"",durationflag:!1,pointsflag:!1,showfull:!1,vip_centerflag:!0,dialogVisible:!1,screenImg:null,state_show:!1,user_id:"",phone:"",isHarmony:!1,isShowOperation:!1,remainder:null,url_chat:"https://act.play.cn/hd/t/chat/?dark="+this.isDark+"&modal=1",parentData:"初始数据",isFullscreen:!1,control_list:[],keyboardGuidance:"",leftGuidance:"",rightGuidance:"",easyShow:!1,enableRotation:null,showExitButton:!1,showQualityPanel:!1,showQualityDropdown:!1,selectedQuality:"high",selectedSmoothness:"smooth",afkTime:10,afkTimeRange:{min:15,max:360},isBlurred:!1,showTooltip:!0,tooltipFading:!1,currentQuality:"高清",functionButtons:[{type:"profile",name:"个人",icon:"../assets/image/head.png"},{type:"time",name:"时间",icon:"../assets/image/clock.png"},{type:"audio",name:"音频",icon:"../assets/image/operate.png"},{type:"help",name:"帮助",icon:"../assets/image/problem.png"},{type:"quality",name:"质量",icon:"../assets/image/Vector_right.png"}],qualityOptions:[{label:"流畅",value:"smooth",icon:"smooth-icon"},{label:"标清",value:"standard",icon:"standard-icon"},{label:"高清",value:"high",icon:"high-icon"},{label:"超清",value:"ultra",icon:"ultra-icon"}],smoothnessOptions:[{label:"流畅",value:"smooth"},{label:"标准",value:"standard"},{label:"高清",value:"high"},{label:"超清",value:"ultra"}],qualityDropdownOptions:[{label:"蓝光",value:"blue-ray"},{label:"高清",value:"high"},{label:"流畅",value:"smooth"}],currentMinutes:60,minMinutes:10,maxMinutes:360,isDragging:!1,afk_list:[],showafk:1,showAFKBubble:!1,isAfkBlack:!1,showToast:!1,toastMessage:"",showConfirmDialog:!1,showEnterGameConfirmDialog:!1,showAIHelperDialog:!1,enterGameData:null,arrowStyle:{},is_open:0,show_ai_pk:!1}},watch:{},created(){if(this.clientWidth=document.documentElement.clientWidth,this.clientHeight=document.documentElement.clientHeight,this.left=0,this.top=46,te.set("ass_channel_code",this.channel_code),te.set("ass_access_token",this.access_token),navigator.userAgent.indexOf("CloudPhone")!=-1&&(this.easyShow=!0),(this.channel_code=="80000000"||this.channel_code==8e7||this.easyShow==!0)&&(this.game_id=="5165499"||this.game_id==5165499||this.game_id=="5178996"||this.game_id==5178996)&&((this.channel_code=="80000000"||this.channel_code==8e7)&&(this.easyShow=!0),this.show_ai_pk=!0),!navigator.userAgent.match(/(phone|pad|pod|iPhone|iPod|ios|iPad|Android|Mobile|BlackBerry|IEMobile|MQQBrowser|JUC|Fennec|wOSBrowser|BrowserNG|WebOS|Symbian|Windows Phone)/i))this.typesOf=3;else{const t=navigator.userAgent.toLowerCase();this.isPad=/ipad/i.test(t),this.isiPad=/iphone/i.test(t)&&/os [6-9]_\d+ like mac os/i.test(t),this.isPad||this.isiPad?this.typesOf=2:this.typesOf=1}this.isHarmonyOS()&&(this.isHarmony=!0),console.log(this.game_cloud_service,"game_cloud_service"),Jt(this.game_id).then(t=>{console.log(t,"gameRes"),this.easyShow==!0&&setTimeout(()=>{this.showExitButton=!0},500),this.comTab="",this.retract(),ko(t.ext.content_id).then(e=>{if(e.ext)if(e.ext&&Array.isArray(e.ext.control_list)&&e.ext.control_list.length>1){this.leftGuidance="",this.rightGuidance="";for(let o=0;o<e.ext.control_list.length;o++){const i=e.ext.control_list[o];if(!this.rightGuidance&&i.type==="keyboard"&&i.guidance&&(this.rightGuidance=i.guidance),!this.leftGuidance&&i.type==="handle"&&i.guidance&&(this.leftGuidance=i.guidance,this.isShowOperation=!0),this.leftGuidance&&this.rightGuidance)break}}else this.screenImg=e.ext.open_img_handle&&e.ext.open_img_handle[0],this.screenImg&&this.screenImg!=""&&(this.isShowOperation=!0)})}),this.getUserId(),this.getconfig(),this.getBitrate(),this.getClear(),this.getAspect(),this.checkAfkBlack()},mounted(){document.addEventListener("click",this.bodyCloseMenus),window.matchMedia("(orientation: landscape)").matches?this.anyhow=2:this.anyhow=1,this.$nextTick(()=>{window.addEventListener("resize",this.renderResize,!1),document.body.addEventListener("touchmove",function(e){e.preventDefault()},{passive:!1});const t=this.$refs.div;t.addEventListener("touchstart",e=>{if(e.stopPropagation(),e.targetTouches.length===1){const i=e.targetTouches[0].clientX-this.left;(i>60||i==60)&&e.preventDefault()}t.style.transition="none"}),t.addEventListener("touchmove",e=>{if(e.stopPropagation(),e.preventDefault(),e.targetTouches.length===1){let o=event.targetTouches[0];this.left=o.clientX-this.itemWidth/2,this.top=o.clientY-this.itemHeight/2}},!1),t.addEventListener("touchend",e=>{if(e.stopPropagation(),t.style.transition="all 0.3s",this.clientWidth=document.documentElement.clientWidth,this.clientHeight=document.documentElement.clientHeight,this.left>this.clientWidth/2?this.left=this.clientWidth-this.itemWidth:this.left=0,this.top<=36)this.top=36+this.gapWidth;else{let o=this.clientHeight-50-this.itemHeight-this.gapWidth;this.top>=o&&(this.top=o)}},!1)}),this.startBlurTimer(),this.checkTooltipDisplay()},computed:{fillPercentage(){return(this.currentMinutes-this.minMinutes)/(this.maxMinutes-this.minMinutes)*100},formattedTime(){const t=Math.floor(this.currentMinutes/60),e=this.currentMinutes%60;return t>0&&e>0?`${t}小时${e}分钟`:t>0?`${t}小时`:`${e}分钟`},afkButtonIndex(){const t=this.gameList.findIndex(e=>e.link==="cloud_afk");return t>=0?t:-1},afkBubbleStyle(){return this.afkButtonIndex>=4?{top:"79.2%"}:{top:"69%"}}},methods:{handleSetCloudIdle(t){if(this.isAfkBlack){this.showToastMessage("当前游戏挂机功能维护中,暂时无法使用");return}console.log("收到DragTimer的挂机请求:",t),this.$emit("set_cloud_idle",t),setTimeout(()=>{this.queryLock(this.user_id)},1e3)},handleEndHangup(t){console.log("收到结束挂机请求:",t),this.showConfirmDialog=!0},handleEnterGame(t){console.log("收到进入游戏请求:",t),this.enterGameData=t,this.showEnterGameConfirmDialog=!0},confirmEndHangup(){var t={name:"unlock_vm"};console.log("收到结束挂机请求:",t),this.$emit("set_cloud_idle",t),this.afk_list=[],this.showafk=1,this.showAFKBubble=!1,this.showConfirmDialog=!1},cancelEndHangup(){this.showConfirmDialog=!1},confirmEnterGame(){if(this.enterGameData){const{gameUrl:t}=this.enterGameData;console.log(t+"&access_token="+this.access_token,"gameUrl"),this.$emit("set_replace",{name:"replace",gameUrl:t+"&access_token="+this.access_token}),this.showEnterGameConfirmDialog=!1,this.enterGameData=null}},cancelEnterGame(){this.showEnterGameConfirmDialog=!1,this.enterGameData=null},openAIHelper(){this.is_open==0?this.is_open=1:this.is_open=0;var t={name:"aigame",is_open:this.is_open};console.log(t),this.$emit("set_aigame",t),this.showQualityPanel=!1,this.showAFKBubble=!1},closeAIHelperDialog(){var t={name:"aigame",is_open:0};console.log(t),this.$emit("set_aigame",t)},queryLock(t){t=t||this.user_id,$s(t).then(e=>{console.log(e,"resqueryLock"),e.code==200?e.data.length>0?(this.showafk=2,this.afk_list=e.data[0],Jt(this.afk_list.gameid).then(o=>{console.log(e,"res"),this.afk_list.title=o.ext.title,this.afk_list.icon=o.ext.img_square[0],this.afk_list.name=o.ext.title,this.afk_list.avatar=o.ext.img_square[0],this.afk_list.content_id=o.ext.content_id,o.ext.game_id==this.game_id?this.afk_list.showEnterGame=!1:this.afk_list.showEnterGame=!0,console.log(JSON.stringify(this.afk_list),"this.afk_list")})):this.showafk=1:this.showafk=1})},checkAfkBlack(){ea(this.game_id,this.user_id).then(t=>{t.code==200?this.isAfkBlack=t.ext.is_afk_black:this.isAfkBlack=t.ext.is_afk_black})},showToastMessage(t){this.toastMessage=t,this.showToast=!0,setTimeout(()=>{this.showToast=!1},3e3)},updateTimeSlider(t){this.afkTime=parseInt(t.target.value)},startSliderDrag(t){this.isSliderDragging=!0;const e=t.currentTarget.getBoundingClientRect(),i=(t.clientX-e.left)/e.width*100;this.updateSliderValue(i),document.addEventListener("mousemove",this.onSliderDrag),document.addEventListener("mouseup",this.endSliderDrag),t.preventDefault()},startSliderDragTouch(t){this.isSliderDragging=!0;const e=t.touches[0],o=t.currentTarget.getBoundingClientRect(),r=(e.clientX-o.left)/o.width*100;this.updateSliderValue(r),document.addEventListener("touchmove",this.onSliderDragTouch,{passive:!1}),document.addEventListener("touchend",this.endSliderDrag),t.preventDefault()},startThumbDrag(t){this.isSliderDragging=!0;const e=t.currentTarget.parentElement.getBoundingClientRect();this.sliderDragOffset.x=t.clientX-e.left,document.addEventListener("mousemove",this.onThumbDrag),document.addEventListener("mouseup",this.endSliderDrag),t.preventDefault()},startThumbDragTouch(t){this.isSliderDragging=!0;const e=t.touches[0],o=t.currentTarget.parentElement.getBoundingClientRect();this.sliderDragOffset.x=e.clientX-o.left,document.addEventListener("touchmove",this.onThumbDragTouch,{passive:!1}),document.addEventListener("touchend",this.endSliderDrag),t.preventDefault()},onSliderDrag(t){if(!this.isSliderDragging)return;const e=t.currentTarget.getBoundingClientRect(),i=(t.clientX-e.left)/e.width*100;this.updateSliderValue(i)},onSliderDragTouch(t){if(!this.isSliderDragging)return;const e=t.touches[0],o=t.currentTarget.getBoundingClientRect(),r=(e.clientX-o.left)/o.width*100;this.updateSliderValue(r),t.preventDefault()},onThumbDrag(t){if(!this.isSliderDragging)return;const e=t.currentTarget.parentElement.getBoundingClientRect(),i=(t.clientX-e.left)/e.width*100;this.updateSliderValue(i)},onThumbDragTouch(t){if(!this.isSliderDragging)return;const e=t.touches[0],o=t.currentTarget.parentElement.getBoundingClientRect(),r=(e.clientX-o.left)/o.width*100;this.updateSliderValue(r),t.preventDefault()},updateSliderValue(t){const e=Math.max(0,Math.min(100,t)),o=this.afkTimeRange.max-this.afkTimeRange.min,i=Math.round(e/100*o)+this.afkTimeRange.min;this.afkTime=i},endSliderDrag(){this.isSliderDragging=!1,document.removeEventListener("mousemove",this.onSliderDrag),document.removeEventListener("mouseup",this.endSliderDrag),document.removeEventListener("touchmove",this.onSliderDragTouch),document.removeEventListener("touchend",this.endSliderDrag),document.removeEventListener("mousemove",this.onThumbDrag),document.removeEventListener("touchmove",this.onThumbDragTouch)},updateParentData(t){t==!1&&(this.custom_menu=!1,this.dialogVisible=!1,this.comTab="")},isHarmonyOS(){return(navigator.userAgent||navigator.vendor||window.opera).toLowerCase().includes("harmonyos")},logReport(t){let e=navigator.userAgent,o=e.indexOf("Android")>-1||e.indexOf("Adr")>-1;var i="android";o||(i="ios");let r={channel_code:this.channel_code,into_type:t.into_type,phone:this.phone,event_from_id:t.event_from_id,into_type_id:t.into_type_id,event_from:t.event_from,user_id:this.user_id,visit_id:Date.now(),version_code:"50300",login_state:this.access_token?1:0,is_vip:sessionStorage.getItem("isVip"),dev_code:0,mac_addr:""},s={version:"50300",app_key:"8888107",from:"wap_cloud5g",channel_code:this.channel_code,req_time:Date.now(),timestamp:Date.now(),user_id:this.user_id,ip:"",screen_px:window.screen.width+"*"+window.screen.height,osStr:i,event_key:t.event_key,event_value:JSON.stringify(r)};ta(s)},getUserId(){let t={client_id:this.client_id,access_token:this.access_token};Xs(t).then(e=>{e.code==0&&(this.user_id=e.ext[0].id,te.set("ass_user_id",this.user_id),this.phone=e.ext[0].phone,this.getinformation(),this.head_url=e.ext[0].head_url?e.ext[0].head_url:"../assets/image/head.png",this.nickname=e.ext[0].nickname,console.log(this.head_url,"head_url"),this.queryLock(this.user_id))})},getinformation(){let t={user_id:this.user_id};Zs(t).then(e=>{e.code==200&&(this.points=e.ext.points,this.level=e.ext.level,this.countdownTimer(e.ext.duration))})},countdownTimer(t){if(t&&t===0){clearInterval(this.remainder);return}this.remainder||(this.duration=(t/60/1e3).toFixed(0),this.remainder=setInterval(()=>{if(t-=1e3,t<=0)this.duration=0,clearInterval(this.remainder),this.remainder=0;else{const e=(t/60/1e3).toFixed(0);e!=this.duration&&(this.duration=e)}},1e3))},getconfig(){Ye({name:"game_header_menus"}).then(t=>{if(console.log(t,"res"),t.code==200){let i=[];for(var e=0;e<t.ext.value.length;e++){let r=!0;t.ext.value[e].link=="points"&&(this.pointsflag=!0,r=!1),t.ext.value[e].link=="duration"&&(this.durationflag=!0,r=!1),t.ext.value[e].link=="vip_center"&&(this.vip_centerflag=!0,r=!1),t.ext.value[e].link=="game_quit"&&(r=!1),r&&i.push(t.ext.value[e])}for(var o=0;o<i.length;o++)i[o].flag=!1,this.typesOf==1&&this.anyhow==1&&(o+1)%4==0&&(i[o].flag=!0),this.typesOf==1&&this.anyhow==2||this.typesOf==2?(o+1)%2==0&&(i[o].flag=!0):(o+1)%4==0&&(i[o].flag=!0);if(this.gameList=i,this.easyShow){let r=t.ext.value;console.log(r,"extMenu"),r=r.filter(s=>s.link!=="AIHelper"),r=r.filter(s=>s.link!=="instructions"),r=r.filter(s=>s.link!=="game_quit"),this.show_ai_pk==!1&&(r=r.filter(s=>s.title!=="AI云托管")),this.gameList=r,console.log(this.gameList," this.gameList ")}}})},getClear(){Ye({name:"new_resolution"}).then(t=>{if(t.code==200){this.clearList=t.ext.value;var e={};this.easyShow?(e={name:"new_resolution",item_id:2},this.$emit("set_qualitys",e)):localStorage.getItem("new_resolution")?(this.clearTab=localStorage.getItem("new_resolution"),e={name:"new_resolution",item_id:localStorage.getItem("new_resolution")},this.$emit("set_qualitys",e)):(this.clearTab=t.ext.active_item,e={name:"new_resolution",item_id:t.ext.active_item},this.$emit("set_qualitys",e))}})},getBitrate(){Ye({name:"new_bitrate"}).then(t=>{if(t.code==200){this.bitrateList=t.ext.value;var e={};if(this.easyShow){if(localStorage.getItem("yun_aspect_ratio")){e={name:"new_bitrate",item_id:localStorage.getItem("yun_aspect_ratio")},this.$emit("set_qualitys",e),console.log(e.item_id+"-初始化缓存清晰度-"),localStorage.getItem("yun_aspect_ratio")==4?this.currentQuality="超高清":localStorage.getItem("yun_aspect_ratio")==3?this.currentQuality="高清":localStorage.getItem("yun_aspect_ratio")==2?this.currentQuality="清晰":localStorage.getItem("yun_aspect_ratio")==1&&(this.currentQuality="流畅");return}e={name:"new_bitrate",item_id:4},this.$emit("set_qualitys",e),console.log(e.item_id+"-清晰度-");return}localStorage.getItem("new_bitrate")?(this.codeTab=localStorage.getItem("new_bitrate"),e={name:"new_bitrate",item_id:localStorage.getItem("new_bitrate")},this.$emit("set_qualitys",e)):(this.codeTab=t.ext.active_item,e={name:"new_bitrate",item_id:t.ext.active_item},this.$emit("set_qualitys",e))}})},getAspect(){if(this.easyShow){var t={name:"aspect_ratio",item_id:1};this.$emit("set_qualitys",t),console.log(t.item_id+"-清晰度-");return}Ye({name:"aspect_ratio"}).then(e=>{if(e.code==200){this.aspectList=e.ext.value;var o={};localStorage.getItem("aspect_ratio")?(this.aspectTab=localStorage.getItem("aspect_ratio"),o={name:"aspect_ratio",item_id:localStorage.getItem("aspect_ratio")},this.$emit("set_qualitys",o)):(this.aspectTab=e.ext.active_item,o={name:"aspect_ratio",item_id:e.ext.active_item},this.$emit("set_qualitys",o))}})},bodyCloseMenus(){this.mobileOne===!0&&(this.mobileOne=!1,this.mobileTwo=!1,this.setupTab="",this.expandShow=!0,this.$emit("setting_show",0),this.drag())},onBtnClicked(){(this.typesOf==1||this.typesOf==2)&&(this.mobileOne=!0,this.expandShow=!1,this.$emit("setting_show",1)),this.durationflag&&this.getinformation()},computerHeader(t){t.stopPropagation(),this.computerOne=!0,this.computerTop=!1,this.computerOne==!0&&setTimeout(()=>{const e=document.getElementById("computer_c_data_id");if(e){const i=this.gameList.length*80;this.isShowOperation==!0?e.style.height=i+80+"px":e.style.height=i+"px"}else console.error("Element with ID computer_c_data_id not found.")},100)},closeDialog(){this.dialogVisible=!1,this.drag()},computerSetup(t){if(t.link=="setting_center"){let e={event_from:"6",event_from_id:this.game_id,event_key:"c_assistant",into_type:"4",into_type_id:""};this.logReport(e),this.computerTwo=!this.computerTwo,this.dialogVisible=!1,this.computerTwo?this.comTab=t.link:this.comTab="",this.$refs.iframe.hide()}else if(t.link=="AIHelper"){let e={event_from:"6",event_from_id:this.game_id,event_key:"c_assistant",into_type:"9",into_type_id:""};this.logReport(e),this.custom_menu=!this.custom_menu,this.dialogVisible=!1,this.custom_menu?this.comTab=t.link:this.comTab="",this.$refs.iframe.toggleVisibility()}else if(t.link=="share"){let e={event_from:"6",event_from_id:this.game_id,event_key:"c_assistant",into_type:"5",into_type_id:""};this.logReport(e),navigator.share?navigator.share({url:window.location.href}):alert("该浏览器暂不支持分享功能")}else if(t.link=="state_monitor"){let e={event_from:"6",event_from_id:this.game_id,event_key:"c_assistant",into_type:"7",into_type_id:""};this.logReport(e);let o=(this.state_show=!this.state_show)?1:0,i={event_from:"6",event_from_id:this.game_id,event_key:"e_assistant",into_type:o==1?3:4,into_type_id:""};this.logReport(i),this.$emit("state_show",o),this.$refs.iframe.hide()}else if(t.link=="feedback"){let e={event_from:"6",event_from_id:this.game_id,event_key:"c_assistant",into_type:"8",into_type_id:""};this.logReport(e),window.open("https://act.play.cn/hd/t/feedback/?access_token="+this.access_token+"&caf="+this.channel_code,"_blank")}else if(t.link=="instructions"){let e={event_from:"6",event_from_id:this.game_id,event_key:"c_assistant",into_type:"6",into_type_id:""};this.logReport(e),this.dialogVisible=!0,this.$refs.iframe.hide()}},retract(){this.computerOne=!1,this.computerTwo=!1,this.computerTop=!0},mobileSetup(t){if(t.link=="setting_center"){let e={event_from:"6",event_from_id:this.game_id,event_key:"c_assistant",into_type:"4",into_type_id:""};this.logReport(e),this.mobileTwo=!this.mobileTwo,this.dialogVisible=!1,this.mobileTwo?this.setupTab=t.link:this.setupTab="",this.custom_menu=!1}else if(t.link=="AIHelper"){let e={event_from:"6",event_from_id:this.game_id,event_key:"c_assistant",into_type:"9",into_type_id:""};this.logReport(e),this.custom_menu=!this.custom_menu,this.dialogVisible=!1,this.custom_menu?this.setupTab=t.link:this.setupTab="",this.mobileTwo=!1}else if(t.link=="share"){let e={event_from:"6",event_from_id:this.game_id,event_key:"c_assistant",into_type:"5",into_type_id:""};this.logReport(e),navigator.share?navigator.share({url:window.location.href}):alert("该浏览器暂不支持分享功能")}else if(t.link=="state_monitor"){let e={event_from:"6",event_from_id:this.game_id,event_key:"c_assistant",into_type:"7",into_type_id:""};this.logReport(e);let o=(this.state_show=!this.state_show)?1:0,i={event_from:"6",event_from_id:this.game_id,event_key:"e_assistant",into_type:o==1?3:4,into_type_id:""};this.logReport(i),this.$emit("state_show",o),this.custom_menu=!1}else if(t.link=="feedback"){let e={event_from:"6",event_from_id:this.game_id,event_key:"c_assistant",into_type:"8",into_type_id:""};this.logReport(e),window.open("https://act.play.cn/hd/t/feedback/?access_token="+this.access_token+"&caf="+this.channel_code+"&dark=0","_blank")}else if(t.link=="instructions"){let e={event_from:"6",event_from_id:this.game_id,event_key:"c_assistant",into_type:"6",into_type_id:""};this.logReport(e),Jt(this.game_id).then(o=>{this.easyShow==!0&&setTimeout(()=>{this.showExitButton=!0},500),this.dialogVisible=!0,this.mobileTwo=!1,this.setupTab="",this.mobileOne=!1,this.expandShow=!0,ko(o.ext.content_id).then(i=>{i.ext&&(this.screenImg=i.ext.open_img_handle&&i.ext.open_img_handle[0])})})}else if(t.link=="vip_center")this.easyShow==!0&&window.open("https://h5.play.cn/c/pay/?access_token="+this.access_token+"&caf="+this.channel_code+"&dark=0&needback=1","_blank");else if(t.link=="duration")this.easyShow==!0&&window.open("https://act.play.cn/hd/t/new_records/?access_token="+this.access_token+"&caf="+this.channel_code+"&dark=0&needback=1","_blank");else if(t.link=="cloud_afk"){let e={event_from:"6",event_from_id:this.game_id,event_key:"c_assistant",into_type:"10",into_type_id:""};this.logReport(e),this.showAFKBubble=!this.showAFKBubble,this.showQualityDropdown=!1,this.showAFKBubble&&this.$nextTick(()=>{this.calculateArrowPosition()})}else t.link=="custom_menu"&&t.title=="AI云托管"&&this.openAIHelper()},calculateArrowPosition(){const t=document.querySelector('[data-link="cloud_afk"]').closest(".function-btn-container");if(t){const e=t.getBoundingClientRect(),o=document.querySelector(".exit-dialog-content");if(o){const i=o.getBoundingClientRect(),r=e.left-i.left+e.width/2,s=e.bottom-i.top+10;this.arrowStyle={left:r+"px",top:s+"px"}}}},durationT(){let t={event_from:"6",event_from_id:this.game_id,event_key:"c_assistant",into_type:"3",into_type_id:""};this.logReport(t),this.client_id=="8888107"?window.open("https://h5.play.cn/h5/home/setUp?link=duration","_blank"):window.open("https://h5.play.cn/c/dmg/home/setUp?link=duration")},pointsT(){let t={event_from:"6",event_from_id:this.game_id,event_key:"c_assistant",into_type:"8",into_type_id:""};this.logReport(t),this.client_id=="8888107"?window.open("https://h5.play.cn/h5/home/setUp?link=points"):window.open("https://h5.play.cn/c/dmg/home/setUp?link=points")},head_urlT(){let t={event_from:"6",event_from_id:this.game_id,event_key:"c_assistant",into_type:"1",into_type_id:""};this.logReport(t);let e=localStorage.getItem("topRouterId");this.client_id=="8888107"?window.open("https://h5.play.cn/h5/home/personalCtr?topRouterId="+e):window.open("https://h5.play.cn/c/dmg/home/personalCtr?topRouterId="+e)},fulls(){if(this.isFullscreen)document.exitFullscreen?document.exitFullscreen():document.webkitExitFullscreen?document.webkitExitFullscreen():document.mozCancelFullScreen?document.mozCancelFullScreen():document.msExitFullscreen&&document.msExitFullscreen(),this.isFullscreen=!1;else{const t=document.documentElement;t.requestFullscreen?t.requestFullscreen():t.webkitRequestFullscreen?t.webkitRequestFullscreen():t.mozRequestFullScreen?t.mozRequestFullScreen():t.msRequestFullscreen&&t.msRequestFullscreen(),this.isFullscreen=!0}},requestFulls(){if(document.fullscreenEnabled||document.webkitFullscreenEnabled||document.mozFullScreenEnabled||document.msFullscreenEnabled){const t=document.documentElement;!document.fullscreenElement&&!document.webkitFullscreenElement&&!document.mozFullScreenElement&&!document.msFullscreenElement&&(t.requestFullscreen?t.requestFullscreen():t.webkitRequestFullscreen?t.webkitRequestFullscreen():t.mozRequestFullScreen?t.mozRequestFullScreen():t.msRequestFullscreen&&t.msRequestFullscreen())}this.isFullscreen=!0},exitFulls(){document.exitFullscreen?document.exitFullscreen():document.webkitExitFullscreen?document.webkitExitFullscreen():document.mozCancelFullScreen?document.mozCancelFullScreen():document.msExitFullscreen&&document.msExitFullscreen(),this.isFullscreen=!1},logout(){let t={event_from:"6",event_from_id:this.game_id,event_key:"c_assistant",into_type:"2",into_type_id:""};this.logReport(t),this.computerOne=!1,this.computerTwo=!1,this.computerTop=!0,this.mobileOne=!1,this.mobileTwo=!1,this.setupTab="",this.expandShow=!0,this.dialogVisible=!1,this.$emit("set_exit"),this.$emit("setting_show",0)},codeClear(t){let e={event_from:"6",event_from_id:this.game_id,event_key:"g_exchange_px",into_type:"",into_type_id:""};this.logReport(e),this.clearTab=t.item_id;var o={name:"new_resolution",item_id:t.item_id};localStorage.setItem("new_resolution",t.item_id),console.log(o),this.$emit("set_qualitys",o)},codeRate(t){console.log(t);let e={event_from:"6",event_from_id:this.game_id,event_key:"fps",into_type:"",into_type_id:""};this.logReport(e),this.codeTab=t.item_id;var o={name:"new_bitrate",item_id:t.item_id};localStorage.setItem("new_bitrate",t.item_id),console.log(o),this.easyShow?(o={name:"new_bitrate",item_id:3},this.$emit("set_qualitys",o)):this.$emit("set_qualitys",o)},codeAspect(t,e){e==4&&(t.item_id==2?this.requestFulls():this.exitFulls()),this.aspectTab=t.item_id;var o={name:"aspect_ratio",item_id:t.item_id};localStorage.setItem("aspect_ratio",t.item_id),this.$emit("set_qualitys",o)},renderResize(){window.matchMedia("(orientation: landscape)").matches?(this.anyhow=2,this.clientWidth=document.documentElement.clientWidth,this.clientHeight=document.documentElement.clientHeight):(this.clientWidth=document.documentElement.clientWidth,this.clientHeight=document.documentElement.clientHeight,this.anyhow=1);for(var t=0;t<this.gameList.length;t++)this.gameList[t].flag=!1,this.typesOf==1&&this.anyhow==1&&(t+1)%4==0&&(this.gameList[t].flag=!0),this.typesOf==1&&this.anyhow==2&&(t+1)%2==0&&(this.gameList[t].flag=!0),this.typesOf==2&&(t+1)%2==0&&(this.gameList[t].flag=!0)},drag(){this.$nextTick(()=>{document.body.addEventListener("touchmove",function(e){e.preventDefault()},{passive:!1});const t=this.$refs.div;t.addEventListener("touchstart",e=>{if(e.stopPropagation(),e.targetTouches.length===1){const i=e.targetTouches[0].clientX-this.left;(i>60||i==60)&&e.preventDefault()}t.style.transition="none"}),t.addEventListener("touchmove",e=>{if(e.stopPropagation(),e.preventDefault(),e.targetTouches.length===1){let o=event.targetTouches[0];this.left=o.clientX-this.itemWidth/2,this.top=o.clientY-this.itemHeight/2}},!1),t.addEventListener("touchend",e=>{if(e.stopPropagation(),t.style.transition="all 0.3s",this.left>this.clientWidth/2?this.left=this.clientWidth-this.itemWidth:this.left=0,this.top<=36)this.top=36+this.gapWidth;else{let o=this.clientHeight-50-this.itemHeight-this.gapWidth;this.top>=o&&(this.top=o)}},!1)})},tabacTive(t){this.contentTab=t},handleFullscreenChange(){this.isFullscreen=!!(document.fullscreenElement||document.webkitFullscreenElement||document.mozFullScreenElement||document.msFullscreenElement)},toggleQualityPanel(){this.showQualityPanel=!this.showQualityPanel},selectQuality(t){this.selectedQuality=t,this.showQualityPanel=!1,console.log("切换到清晰度:",t),this.$emit("quality-change",t)},selectSmoothness(t){this.selectedSmoothness=t,this.showQualityDropdown=!1,console.log("切换到流畅度:",t),this.$emit("smoothness-change",t)},cancelExit(){this.showQualityPanel=!1,this.$emit("set_exit")},confirmExit(){this.showQualityPanel=!1,this.showAFKBubble=!1},startBlurTimer(){setTimeout(()=>{this.isBlurred=!0},5e3)},startTooltipTimer(){setTimeout(()=>{this.tooltipFading=!0,setTimeout(()=>{this.showTooltip=!1,this.markTooltipAsSeen()},300)},4e3)},checkTooltipDisplay(){localStorage.getItem("game_exit_tooltip_seen")?this.showTooltip=!1:(this.showTooltip=!0,this.startTooltipTimer())},markTooltipAsSeen(){localStorage.setItem("game_exit_tooltip_seen","true")},resetTooltipDisplay(){localStorage.removeItem("game_exit_tooltip_seen"),console.log("气泡显示状态已重置,下次访问将重新显示气泡")},getExitButtonImage(){return wo},handleFunction(t){switch(t){case"profile":console.log("个人中心");break;case"time":console.log("时间设置");break;case"audio":console.log("音频设置");break;case"help":console.log("帮助");break;case"quality":console.log("清晰度设置");break}},toggleQualityDropdown(){this.showQualityDropdown=!this.showQualityDropdown,console.log("选 - showQualityDropdown:",this.showQualityDropdown),this.showAFKBubble=!1},selectQualityOption(t){console.log("选择前 - showQualityDropdown:",this.showQualityDropdown),this.currentQuality=t.item_name,this.showQualityDropdown=!1,console.log("选择后 - showQualityDropdown:",this.showQualityDropdown),console.log("选择清晰度:",t.item_name);var e={name:"aspect_ratio",item_id:t.item_id};console.log("选择清晰度:",e),localStorage.setItem("yun_aspect_ratio",t.item_id),console.log("选择缓存清晰度:",localStorage.getItem("yun_aspect_ratio")),this.$emit("set_qualitys",e)}},beforeDestroy(){document.removeEventListener("fullscreenchange",this.handleFullscreenChange),document.removeEventListener("webkitfullscreenchange",this.handleFullscreenChange),document.removeEventListener("mozfullscreenchange",this.handleFullscreenChange),document.removeEventListener("MSFullscreenChange",this.handleFullscreenChange)}},E=t=>(n.pushScopeId("data-v-094e6ffa"),t=t(),n.popScopeId(),t),va={key:0,class:"easyShow"},Pa=[E(()=>n.createElementVNode("img",{src:wo,alt:"退出按钮",class:"exit-button-img"},null,-1))],Ma=[E(()=>n.createElementVNode("div",{class:"tooltip-content"},[n.createElementVNode("div",{class:"tooltip-text"},"点击按钮可以退出游戏"),n.createElementVNode("div",{class:"tooltip-arrow"})],-1))],La={class:"exit-dialog-content"},za=["data-link","onClick"],Ha={key:0,class:"quality-content"},Ua={class:"quality-text"},Qa=["src","alt"],Ga={key:2,class:"afk-status-badge"},qa={key:3,class:"quality-dropdown-menu"},Ja=E(()=>n.createElementVNode("div",{class:"dropdown-triangle"},null,-1)),Wa=["onClick"],ja={class:"function-btn-text"},Ya={key:0,class:"afk-bubble-arrow"},Ka={class:"exit-dialog-buttons"},Xa={key:2,class:"toast-container",style:{"z-index":"10000000000"}},Za={class:"toast-message"},$a={class:"confirm-content"},el=E(()=>n.createElementVNode("div",{class:"confirm-title"},"确认结束挂机",-1)),tl=E(()=>n.createElementVNode("div",{class:"confirm-message"},"继续退出将结束云挂机,是否继续",-1)),nl={class:"confirm-buttons"},ol={class:"confirm-content"},rl=E(()=>n.createElementVNode("div",{class:"confirm-title"},"进入云挂机游戏",-1)),il={class:"confirm-message"},sl={class:"confirm-buttons"},al={class:"confirm-content"},ll=E(()=>n.createElementVNode("div",{class:"confirm-title"},"AI助手",-1)),cl=E(()=>n.createElementVNode("div",{class:"confirm-message"},"请选择操作",-1)),dl={class:"confirm-buttons"},ml=["src"],fl={key:7},ul={key:0,class:"setup"},pl={key:0,class:"content"},hl={class:"content_top"},yl={key:0,class:"content_m"},gl=E(()=>n.createElementVNode("div",{class:"content_mtitle"},[n.createElementVNode("div",{class:"content_mtitle1"},"分辨率"),n.createElementVNode("div",{class:"content_mtitle2"},"(游戏内设置,下次启动游戏生效)")],-1)),_l={class:"content_m_n"},El=["onClick"],kl={key:0,class:"content_sxy"},wl={key:0,class:"zxhy"},Al=E(()=>n.createElementVNode("div",{class:"content_mtitle"},[n.createElementVNode("div",{class:"content_mtitle1"},"清晰度"),n.createElementVNode("div",{class:"content_mtitle2"},"(游戏内设置,立即生效)")],-1)),bl={class:"content_m_n"},Sl=["onClick"],Bl={key:0,class:"content_sxy"},Nl={key:0,class:"zxhy"},Cl=E(()=>n.createElementVNode("div",{class:"content_mtitle"},[n.createElementVNode("div",{class:"content_mtitle1"},"画面比例")],-1)),Tl={class:"content_m_n"},xl=["onClick"],Vl={key:0,class:"content_sxy"},Dl={key:0,class:"zxhy"},Il={class:"info"},Ol={class:"info_left"},Rl=["src"],Fl={key:1,src:Se,class:"member",alt:""},vl={class:"info_left_cont"},Pl={class:"info_left_cont1"},Ml={class:"info_left_cont2"},Ll=E(()=>n.createElementVNode("img",{src:Be,alt:""},null,-1)),zl={class:"info_left_cont2_text"},Hl=E(()=>n.createElementVNode("img",{src:Ne,alt:""},null,-1)),Ul={class:"info_left_cont2_text"},Ql=[E(()=>n.createElementVNode("img",{src:Xe,alt:""},null,-1)),E(()=>n.createElementVNode("div",{class:"info_right_exit"},"退出",-1))],Gl={class:"setup_con"},ql=["onClick"],Jl=["src"],Wl={class:"setup_text"},jl={key:1,class:"computer_ai_iframe",src:"https://act.play.cn/hd/t/chat/?modal=2",width:"100%",height:"100%",style:{border:"none",height:"25rem"}},Yl={key:1},Kl={class:"horiz"},Xl={class:"horiz_cont",style:{width:"120px !important"}},Zl={class:"horiz_setup_con",style:{"padding-top":"3px"}},$l=["onClick"],ec=["src"],tc={class:"setup_text"},nc=[E(()=>n.createElementVNode("img",{src:Xe,alt:""},null,-1)),E(()=>n.createElementVNode("div",{class:"setup_text"},"退出",-1))],oc={key:0,class:"horiz_set"},rc={class:"horiz_cont_info",style:{"padding-top":"10px","padding-left":"20px"}},ic={class:"info_left"},sc=["src"],ac={key:1,src:Se,class:"member",alt:""},lc={class:"info_left_cont"},cc={class:"info_left_cont1"},dc={class:"info_left_cont2"},mc=E(()=>n.createElementVNode("img",{src:Be,alt:""},null,-1)),fc={class:"info_left_cont2_text"},uc=E(()=>n.createElementVNode("img",{src:Ne,alt:""},null,-1)),pc={class:"info_left_cont2_text"},hc={class:"content_top"},yc={key:0,class:"horiz_m"},gc=E(()=>n.createElementVNode("div",{class:"content_mtitle"},[n.createElementVNode("div",{class:"content_mtitle1"},"分辨率"),n.createElementVNode("div",{class:"content_mtitle2"},"(游戏内设置,下次启动游戏生效)")],-1)),_c={class:"content_m_n"},Ec=["onClick"],kc={key:0,class:"content_sxy"},wc={key:0,class:"zxhy"},Ac=E(()=>n.createElementVNode("div",{class:"content_mtitle"},[n.createElementVNode("div",{class:"content_mtitle1"},"清晰度"),n.createElementVNode("div",{class:"content_mtitle2"},"(游戏内设置,立即生效)")],-1)),bc={class:"content_m_n"},Sc=["onClick"],Bc={key:0,class:"content_sxy"},Nc={key:0,class:"zxhy"},Cc=E(()=>n.createElementVNode("div",{class:"content_mtitle"},[n.createElementVNode("div",{class:"content_mtitle1"},"画面比例")],-1)),Tc={class:"content_m_n"},xc=["onClick"],Vc={key:0,class:"content_sxy"},Dc={key:0,class:"zxhy"},Ic={key:1,class:"horiz_set",style:{width:"410px"}},Oc={class:"horiz_cont_info",style:{"padding-top":"10px"}},Rc={class:"info_left"},Fc=["src"],vc={key:1,src:Se,class:"member",alt:""},Pc={class:"info_left_cont"},Mc={class:"info_left_cont1"},Lc={class:"info_left_cont2"},zc=E(()=>n.createElementVNode("img",{src:Be,alt:""},null,-1)),Hc={class:"info_left_cont2_text"},Uc=E(()=>n.createElementVNode("img",{src:Ne,alt:""},null,-1)),Qc={class:"info_left_cont2_text"},Gc={key:0,src:"https://act.play.cn/hd/t/chat/?modal=2",style:{border:"none","border-width":"0px",position:"relative","margin-top":"9px",height:"calc(100% - 55px)",width:"100%"}},qc={key:8},Jc={class:"horiz"},Wc={key:0,class:"ipad_cont"},jc={class:"horiz_cont_info"},Yc={class:"info_left"},Kc=["src"],Xc={key:1,src:Se,class:"member",style:{left:"30px",width:"35px"},alt:""},Zc={class:"info_left_cont"},$c={class:"info_left_cont1",style:{"font-size":"22px"}},ed={class:"info_left_cont2"},td=E(()=>n.createElementVNode("img",{src:Be,style:{width:"16px",height:"16px"},alt:""},null,-1)),nd={class:"info_left_cont2_text",style:{"font-size":"18px"}},od=E(()=>n.createElementVNode("img",{src:Ne,style:{width:"16px",height:"16px"},alt:""},null,-1)),rd={class:"info_left_cont2_text",style:{"font-size":"18px"}},id=[E(()=>n.createElementVNode("img",{src:Xe,style:{width:"22px",height:"22px"},alt:""},null,-1)),E(()=>n.createElementVNode("div",{class:"info_right_exit",style:{"font-size":"22px"}},"退出",-1))],sd={class:"horiz_setup_con",style:{"padding-top":"23px"}},ad=["onClick"],ld=["src"],cd={class:"setup_text"},dd={key:1,class:"horiz_set"},md={class:"content_top"},fd={key:0,class:"horiz_m",style:{"margin-top":"56px","margin-left":"24px"}},ud=E(()=>n.createElementVNode("div",{class:"content_mtitle"},[n.createElementVNode("div",{class:"content_mtitle1"},"分辨率"),n.createElementVNode("div",{class:"content_mtitle2"},"(游戏内设置,下次启动游戏生效)")],-1)),pd={class:"content_m_n",style:{"margin-top":"20px"}},hd=["onClick"],yd={key:0,class:"content_sxy"},gd={key:0,class:"zxhy"},_d=E(()=>n.createElementVNode("div",{class:"content_mtitle",style:{"margin-top":"100px"}},[n.createElementVNode("div",{class:"content_mtitle1"},"清晰度"),n.createElementVNode("div",{class:"content_mtitle2"},"(游戏内设置,立即生效)")],-1)),Ed={class:"content_m_n",style:{"margin-top":"20px"}},kd=["onClick"],wd={key:0,class:"content_sxy"},Ad={key:0,class:"zxhy"},bd=E(()=>n.createElementVNode("div",{class:"content_mtitle",style:{"margin-top":"100px"}},[n.createElementVNode("div",{class:"content_mtitle1"},"画面比例")],-1)),Sd={class:"content_m_n",style:{"margin-top":"20px"}},Bd=["onClick"],Nd={key:0,class:"content_sxy"},Cd={key:0,class:"zxhy"},Td=E(()=>n.createElementVNode("img",{class:"img_one",src:Oa,alt:""},null,-1)),xd=["src"],Vd={key:1,class:"computer_content"},Dd={class:"computer_c_header"},Id=["src"],Od={key:1,class:"computer_c_two",src:Se,alt:""},Rd=E(()=>n.createElementVNode("img",{src:Be,alt:""},null,-1)),Fd={class:"computer_c_time"},vd=E(()=>n.createElementVNode("img",{class:"Vector_right",src:So,alt:""},null,-1)),Pd=E(()=>n.createElementVNode("img",{src:Ne,alt:""},null,-1)),Md={class:"computer_c_time"},Ld=E(()=>n.createElementVNode("img",{class:"Vector_right",src:So,alt:""},null,-1)),zd={class:"computer_c_data",id:"computer_c_data_id"},Hd=["onMousedown"],Ud=["src"],Qd={class:"computer_c_item_text"},Gd=[E(()=>n.createElementVNode("img",{src:Xe,alt:""},null,-1)),E(()=>n.createElementVNode("div",{class:"computer_c_item_text"},"退出",-1))],qd=E(()=>n.createElementVNode("div",{class:"computer_c_border"},null,-1)),Jd=[E(()=>n.createElementVNode("img",{src:Ra,alt:""},null,-1))],Wd={class:"content_top"},jd={key:0,class:"horiz_m"},Yd=E(()=>n.createElementVNode("div",{class:"content_mtitle"},[n.createElementVNode("div",{class:"content_mtitle1"},"分辨率"),n.createElementVNode("div",{class:"content_mtitle2"},"(游戏内设置,下次启动游戏生效)")],-1)),Kd={class:"content_m_n"},Xd=["onClick"],Zd={key:0,class:"content_sxy"},$d={key:0,class:"zxhy"},em=E(()=>n.createElementVNode("div",{class:"content_mtitle"},[n.createElementVNode("div",{class:"content_mtitle1"},"清晰度"),n.createElementVNode("div",{class:"content_mtitle2"},"(游戏内设置,立即生效)")],-1)),tm={class:"content_m_n"},nm=["onClick"],om={key:0,class:"content_sxy"},rm={key:0,class:"zxhy"},im=E(()=>n.createElementVNode("div",{class:"content_mtitle"},[n.createElementVNode("div",{class:"content_mtitle1"},"画面比例")],-1)),sm={class:"content_m_n"},am=["onClick"],lm={key:0,class:"content_sxy"},cm={key:0,class:"zxhy"},dm={class:"mask_img"},mm={key:0,class:"guidance-row"},fm=["src"],um=["src"],pm=["src"];function hm(t,e,o,i,r,s){var m,u;const l=n.resolveComponent("DragTimer"),c=n.resolveComponent("HangupStatus"),d=n.resolveComponent("AnimatedIframe");return n.openBlock(),n.createElementBlock("div",null,[n.createElementVNode("div",{onClick:e[44]||(e[44]=n.withModifiers(()=>{},["stop"]))},[r.easyShow?(n.openBlock(),n.createElementBlock("div",va,[n.withDirectives(n.createElementVNode("div",{class:"floating-quality-widget",style:n.normalizeStyle({width:r.itemWidth+"px",height:r.itemHeight+"px",left:r.left+"px",top:r.top+"px"}),ref:"div"},[n.createElementVNode("div",{class:"arrow-button",onClick:e[0]||(e[0]=(...a)=>s.toggleQualityPanel&&s.toggleQualityPanel(...a))},Pa),r.showTooltip?(n.openBlock(),n.createElementBlock("div",{key:0,class:n.normalizeClass(["tooltip-bubble",{"fade-out":r.tooltipFading}])},Ma,2)):n.createCommentVNode("",!0)],4),[[n.vShow,r.showExitButton]])])):n.createCommentVNode("",!0),r.showQualityPanel&&r.easyShow?(n.openBlock(),n.createElementBlock("div",{key:1,class:n.normalizeClass(["exit-dialog",{rotated:r.enableRotation}])},[n.createElementVNode("div",La,[n.createElementVNode("div",{class:n.normalizeClass(["function-buttons",{"empty-gameList":r.gameList.length===0,"has-multiple-rows":r.gameList.length>4}])},[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(r.gameList,(a,p)=>(n.openBlock(),n.createElementBlock("div",{key:p,class:"function-btn-container"},[n.createElementVNode("div",{class:n.normalizeClass(["function-btn",{"quality-btn":a.link==="setting_center"}]),"data-link":a.link,onClick:g=>a.link==="setting_center"?s.toggleQualityDropdown():s.mobileSetup(a)},[a.link==="setting_center"?(n.openBlock(),n.createElementBlock("div",Ha,[n.createElementVNode("span",Ua,n.toDisplayString(r.currentQuality),1),n.createElementVNode("img",{src:Ia,alt:"下拉",class:n.normalizeClass(["dropdown-icon down-arrow",{expanded:r.showQualityDropdown}])},null,2)])):(n.openBlock(),n.createElementBlock("img",{key:1,src:a.icon,alt:a.name,class:"function-icon"},null,8,Qa)),a.link==="cloud_afk"&&r.showafk==2?(n.openBlock(),n.createElementBlock("div",Ga," 挂机中 ")):n.createCommentVNode("",!0),a.link==="setting_center"?n.withDirectives((n.openBlock(),n.createElementBlock("div",qa,[Ja,(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(r.bitrateList,(g,h)=>(n.openBlock(),n.createElementBlock("div",{key:h,class:n.normalizeClass(["dropdown-option",{active:r.currentQuality===g.item_name}]),onClick:n.withModifiers(y=>s.selectQualityOption(g),["stop"])},n.toDisplayString(g.item_name),11,Wa))),128))],512)),[[n.vShow,r.showQualityDropdown]]):n.createCommentVNode("",!0)],10,za),n.createElementVNode("div",ja,n.toDisplayString(a.title),1),a.link==="cloud_afk"&&r.showAFKBubble?(n.openBlock(),n.createElementBlock("div",Ya)):n.createCommentVNode("",!0)]))),128))],2),n.createElementVNode("div",Ka,[n.createElementVNode("button",{class:"exit-btn cancel-btn",onClick:e[1]||(e[1]=(...a)=>s.cancelExit&&s.cancelExit(...a))},"残忍退出"),n.createElementVNode("button",{class:"exit-btn confirm-btn",onClick:e[2]||(e[2]=(...a)=>s.confirmExit&&s.confirmExit(...a))},"继续游戏")]),r.showAFKBubble?(n.openBlock(),n.createElementBlock("div",{key:0,class:"afk-bubble",onClick:e[3]||(e[3]=n.withModifiers(()=>{},["stop"]))},[n.createElementVNode("div",{class:"afk-bubble-content",style:n.normalizeStyle(s.afkBubbleStyle)},[r.showafk==1?(n.openBlock(),n.createBlock(l,{key:0,onHandleSetCloudIdle:s.handleSetCloudIdle},null,8,["onHandleSetCloudIdle"])):r.showafk==2?(n.openBlock(),n.createBlock(c,{key:1,gameInfo:r.afk_list,onHandleEndHangup:s.handleEndHangup,onHandleEnterGame:s.handleEnterGame},null,8,["gameInfo","onHandleEndHangup","onHandleEnterGame"])):n.createCommentVNode("",!0)],4)])):n.createCommentVNode("",!0)])],2)):n.createCommentVNode("",!0),r.showToast?(n.openBlock(),n.createElementBlock("div",Xa,[n.createElementVNode("div",Za,n.toDisplayString(r.toastMessage),1)])):n.createCommentVNode("",!0),r.showConfirmDialog?(n.openBlock(),n.createElementBlock("div",{key:3,class:"confirm-overlay",onClick:e[7]||(e[7]=(...a)=>s.cancelEndHangup&&s.cancelEndHangup(...a))},[n.createElementVNode("div",{class:"confirm-dialog",onClick:e[6]||(e[6]=n.withModifiers(()=>{},["stop"]))},[n.createElementVNode("div",$a,[el,tl,n.createElementVNode("div",nl,[n.createElementVNode("button",{class:"confirm-btn cancel-btn",style:{background:"lightgray"},onClick:e[4]||(e[4]=(...a)=>s.cancelEndHangup&&s.cancelEndHangup(...a))},"取消"),n.createElementVNode("button",{class:"confirm-btn confirm-btn-primary",onClick:e[5]||(e[5]=(...a)=>s.confirmEndHangup&&s.confirmEndHangup(...a))},"继续退出")])])])])):n.createCommentVNode("",!0),r.showEnterGameConfirmDialog?(n.openBlock(),n.createElementBlock("div",{key:4,class:"confirm-overlay",onClick:e[11]||(e[11]=(...a)=>s.cancelEnterGame&&s.cancelEnterGame(...a))},[n.createElementVNode("div",{class:"confirm-dialog",onClick:e[10]||(e[10]=n.withModifiers(()=>{},["stop"]))},[n.createElementVNode("div",ol,[rl,n.createElementVNode("div",il,"确认将跳转到正在挂机中的《"+n.toDisplayString(((u=(m=r.enterGameData)==null?void 0:m.gameInfo)==null?void 0:u.name)||"游戏")+"》",1),n.createElementVNode("div",sl,[n.createElementVNode("button",{class:"confirm-btn cancel-btn",style:{background:"lightgray"},onClick:e[8]||(e[8]=(...a)=>s.cancelEnterGame&&s.cancelEnterGame(...a))},"取消"),n.createElementVNode("button",{class:"confirm-btn confirm-btn-primary",onClick:e[9]||(e[9]=(...a)=>s.confirmEnterGame&&s.confirmEnterGame(...a))},"确认进入")])])])])):n.createCommentVNode("",!0),r.showAIHelperDialog?(n.openBlock(),n.createElementBlock("div",{key:5,class:"confirm-overlay",onClick:e[15]||(e[15]=(...a)=>s.closeAIHelperDialog&&s.closeAIHelperDialog(...a))},[n.createElementVNode("div",{class:"confirm-dialog",onClick:e[14]||(e[14]=n.withModifiers(()=>{},["stop"]))},[n.createElementVNode("div",al,[ll,cl,n.createElementVNode("div",dl,[n.createElementVNode("button",{class:"confirm-btn cancel-btn",style:{background:"lightgray"},onClick:e[12]||(e[12]=(...a)=>s.closeAIHelperDialog&&s.closeAIHelperDialog(...a))},"关闭"),n.createElementVNode("button",{class:"confirm-btn confirm-btn-primary",onClick:e[13]||(e[13]=(...a)=>s.openAIHelper&&s.openAIHelper(...a))},"开启")])])])])):n.createCommentVNode("",!0),r.typesOf!=3&&r.expandShow&&!r.easyShow?(n.openBlock(),n.createElementBlock("div",{key:6,class:"ys-float-btn",style:n.normalizeStyle({width:r.itemWidth+"px",height:r.itemHeight+"px",left:r.left+"px",top:r.top+"px"}),ref:"div",onClick:e[16]||(e[16]=(...a)=>s.onBtnClicked&&s.onBtnClicked(...a))},[n.createElementVNode("img",{src:r.head_url,alt:"",style:{width:"100%",height:"100%","border-radius":"100px"}},null,8,ml)],4)):n.createCommentVNode("",!0),r.typesOf==1&&!r.easyShow?(n.openBlock(),n.createElementBlock("div",fl,[r.anyhow==1&&r.mobileOne?(n.openBlock(),n.createElementBlock("div",ul,[r.mobileTwo?(n.openBlock(),n.createElementBlock("div",pl,[n.createElementVNode("div",hl,[n.createElementVNode("div",{onClick:e[17]||(e[17]=a=>s.tabacTive(1)),class:n.normalizeClass(["content_tab",[r.contentTab==1?"tabactive":""]])},"画质",2)]),r.contentTab==1?(n.openBlock(),n.createElementBlock("div",yl,[gl,n.createElementVNode("div",_l,[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(r.clearList,(a,p)=>(n.openBlock(),n.createElementBlock("div",{class:n.normalizeClass(["content_m_item",[r.clearTab==a.item_id?"content_iactive":""]]),key:p,onClick:g=>s.codeClear(a)},[n.createElementVNode("div",{class:n.normalizeClass(["content_m_y",[r.clearTab==a.item_id?"content_yactive":""]])},[r.clearTab==a.item_id?(n.openBlock(),n.createElementBlock("div",kl)):n.createCommentVNode("",!0)],2),n.createElementVNode("div",{class:n.normalizeClass(["content_m_w",[r.clearTab==a.item_id?"content_wactive":""]])},n.toDisplayString(a.resolution_name),3),a.condition_name?(n.openBlock(),n.createElementBlock("div",wl,n.toDisplayString(a.condition_name),1)):n.createCommentVNode("",!0)],10,El))),128))]),Al,n.createElementVNode("div",bl,[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(r.bitrateList,(a,p)=>(n.openBlock(),n.createElementBlock("div",{class:n.normalizeClass(["content_m_item",[r.codeTab==a.item_id?"content_iactive":""]]),key:p,onClick:g=>s.codeRate(a)},[n.createElementVNode("div",{class:n.normalizeClass(["content_m_y",[r.codeTab==a.item_id?"content_yactive":""]])},[r.codeTab==a.item_id?(n.openBlock(),n.createElementBlock("div",Bl)):n.createCommentVNode("",!0)],2),n.createElementVNode("div",{class:n.normalizeClass(["content_m_w",[r.codeTab==a.item_id?"content_wactive":""]])},n.toDisplayString(a.item_name),3),a.condition_name?(n.openBlock(),n.createElementBlock("div",Nl,n.toDisplayString(a.condition_name),1)):n.createCommentVNode("",!0)],10,Sl))),128))]),Cl,n.createElementVNode("div",Tl,[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(r.aspectList,(a,p)=>(n.openBlock(),n.createElementBlock("div",{class:n.normalizeClass(["content_m_item",[r.aspectTab==a.item_id?"content_iactive":""]]),key:p,onClick:g=>s.codeAspect(a)},[n.createElementVNode("div",{class:n.normalizeClass(["content_m_y",[r.aspectTab==a.item_id?"content_yactive":""]])},[r.aspectTab==a.item_id?(n.openBlock(),n.createElementBlock("div",Vl)):n.createCommentVNode("",!0)],2),n.createElementVNode("div",{class:n.normalizeClass(["content_m_w",[r.aspectTab==a.item_id?"content_wactive":""]])},n.toDisplayString(a.item_name),3),a.condition_name?(n.openBlock(),n.createElementBlock("div",Dl,n.toDisplayString(a.condition_name),1)):n.createCommentVNode("",!0)],10,xl))),128))])])):n.createCommentVNode("",!0)])):n.createCommentVNode("",!0),n.createElementVNode("div",Il,[n.createElementVNode("div",Ol,[r.vip_centerflag?(n.openBlock(),n.createElementBlock("img",{key:0,class:"info_left_img",onClick:e[18]||(e[18]=(...a)=>s.head_urlT&&s.head_urlT(...a)),src:r.head_url,alt:""},null,8,Rl)):n.createCommentVNode("",!0),r.level==2?(n.openBlock(),n.createElementBlock("img",Fl)):n.createCommentVNode("",!0),n.createElementVNode("div",vl,[n.createElementVNode("div",Pl,n.toDisplayString(r.nickname),1),n.createElementVNode("div",Ml,[r.durationflag?(n.openBlock(),n.createElementBlock("div",{key:0,class:"info_left_cont2_1",onClick:e[19]||(e[19]=(...a)=>s.durationT&&s.durationT(...a))},[Ll,n.createElementVNode("div",zl,n.toDisplayString(r.duration?r.duration:"0")+"分钟",1)])):n.createCommentVNode("",!0),r.pointsflag?(n.openBlock(),n.createElementBlock("div",{key:1,class:"info_left_cont2_1",style:{"margin-left":"10px"},onClick:e[20]||(e[20]=(...a)=>s.pointsT&&s.pointsT(...a))},[Hl,n.createElementVNode("div",Ul,n.toDisplayString(r.points),1)])):n.createCommentVNode("",!0)])])]),n.createElementVNode("div",{class:"info_right",onClick:e[21]||(e[21]=(...a)=>s.logout&&s.logout(...a))},Ql)]),n.createElementVNode("div",Gl,[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(r.gameList,(a,p)=>(n.openBlock(),n.createElementBlock(n.Fragment,{key:p},[(o.game_cloud_service==3?a.link==="feedback"||a.link==="game_quit":!(r.isHarmony&&a.link==="share")&&!(a.link==="instructions"&&!r.isShowOperation))?(n.openBlock(),n.createElementBlock("div",{key:0,class:n.normalizeClass(["setup_item",[r.setupTab==a.link?"setupactive":""]]),style:n.normalizeStyle({"margin-right":a.flag?"0px":"1%"}),onClick:g=>s.mobileSetup(a)},[n.createElementVNode("img",{src:a.icon,alt:""},null,8,Jl),n.createElementVNode("div",Wl,n.toDisplayString(a.title),1)],14,ql)):n.createCommentVNode("",!0)],64))),128))]),r.custom_menu&&!r.easyShow?(n.openBlock(),n.createElementBlock("iframe",jl)):n.createCommentVNode("",!0)])):n.createCommentVNode("",!0),r.anyhow==2&&r.mobileOne?(n.openBlock(),n.createElementBlock("div",Yl,[n.createElementVNode("div",Kl,[n.createElementVNode("div",Xl,[n.createElementVNode("div",Zl,[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(r.gameList,(a,p)=>(n.openBlock(),n.createElementBlock(n.Fragment,{key:p},[(o.game_cloud_service==3?a.link==="feedback"||a.link==="game_quit":!(r.isHarmony&&a.link==="share")&&!(a.link==="instructions"&&!r.isShowOperation))?(n.openBlock(),n.createElementBlock("div",{key:0,class:n.normalizeClass(["horiz_item",[r.setupTab==a.link?"setupactive":""]]),onClick:g=>s.mobileSetup(a),style:n.normalizeStyle({"margin-right":a.flag?"0px":"15px"})},[n.createElementVNode("img",{src:a.icon,alt:""},null,8,ec),n.createElementVNode("div",tc,n.toDisplayString(a.title),1)],14,$l)):n.createCommentVNode("",!0)],64))),128)),n.createElementVNode("div",{class:"horiz_item",onClick:e[22]||(e[22]=(...a)=>s.logout&&s.logout(...a))},nc)])]),r.mobileTwo?(n.openBlock(),n.createElementBlock("div",oc,[n.createElementVNode("div",rc,[n.createElementVNode("div",ic,[r.vip_centerflag?(n.openBlock(),n.createElementBlock("img",{key:0,class:"info_left_img",src:r.head_url,onClick:e[23]||(e[23]=(...a)=>s.head_urlT&&s.head_urlT(...a)),alt:""},null,8,sc)):n.createCommentVNode("",!0),r.level==2?(n.openBlock(),n.createElementBlock("img",ac)):n.createCommentVNode("",!0),n.createElementVNode("div",lc,[n.createElementVNode("div",cc,n.toDisplayString(r.nickname),1),n.createElementVNode("div",dc,[r.durationflag?(n.openBlock(),n.createElementBlock("div",{key:0,class:"info_left_cont2_1",onClick:e[24]||(e[24]=(...a)=>s.durationT&&s.durationT(...a))},[mc,n.createElementVNode("div",fc,n.toDisplayString(r.duration?r.duration:"0")+"分钟 ",1)])):n.createCommentVNode("",!0),r.pointsflag?(n.openBlock(),n.createElementBlock("div",{key:1,class:"info_left_cont2_1",style:{"margin-left":"10px"},onClick:e[25]||(e[25]=(...a)=>s.pointsT&&s.pointsT(...a))},[uc,n.createElementVNode("div",pc,n.toDisplayString(r.points),1)])):n.createCommentVNode("",!0)])])])]),n.createElementVNode("div",hc,[n.createElementVNode("div",{onClick:e[26]||(e[26]=a=>s.tabacTive(1)),class:n.normalizeClass(["content_tab",[r.contentTab==1?"tabactive":""]])},"画质",2)]),r.contentTab==1?(n.openBlock(),n.createElementBlock("div",yc,[gc,n.createElementVNode("div",_c,[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(r.clearList,(a,p)=>(n.openBlock(),n.createElementBlock("div",{class:n.normalizeClass(["content_m_item",[r.clearTab==a.item_id?"content_iactive":""]]),key:p,onClick:g=>s.codeClear(a)},[n.createElementVNode("div",{class:n.normalizeClass(["content_m_y",[r.clearTab==a.item_id?"content_yactive":""]])},[r.clearTab==a.item_id?(n.openBlock(),n.createElementBlock("div",kc)):n.createCommentVNode("",!0)],2),n.createElementVNode("div",{class:n.normalizeClass(["content_m_w",[r.clearTab==a.item_id?"content_wactive":""]])},n.toDisplayString(a.resolution_name),3),a.condition_name?(n.openBlock(),n.createElementBlock("div",wc,n.toDisplayString(a.condition_name),1)):n.createCommentVNode("",!0)],10,Ec))),128))]),Ac,n.createElementVNode("div",bc,[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(r.bitrateList,(a,p)=>(n.openBlock(),n.createElementBlock("div",{class:n.normalizeClass(["content_m_item",[r.codeTab==a.item_id?"content_iactive":""]]),key:p,onClick:g=>s.codeRate(a)},[n.createElementVNode("div",{class:n.normalizeClass(["content_m_y",[r.codeTab==a.item_id?"content_yactive":""]])},[r.codeTab==a.item_id?(n.openBlock(),n.createElementBlock("div",Bc)):n.createCommentVNode("",!0)],2),n.createElementVNode("div",{class:n.normalizeClass(["content_m_w",[r.codeTab==a.item_id?"content_wactive":""]])},n.toDisplayString(a.item_name),3),a.condition_name?(n.openBlock(),n.createElementBlock("div",Nc,n.toDisplayString(a.condition_name),1)):n.createCommentVNode("",!0)],10,Sc))),128))]),Cc,n.createElementVNode("div",Tc,[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(r.aspectList,(a,p)=>(n.openBlock(),n.createElementBlock("div",{class:n.normalizeClass(["content_m_item",[r.aspectTab==a.item_id?"content_iactive":""]]),key:p,onClick:g=>s.codeAspect(a)},[n.createElementVNode("div",{class:n.normalizeClass(["content_m_y",[r.aspectTab==a.item_id?"content_yactive":""]])},[r.aspectTab==a.item_id?(n.openBlock(),n.createElementBlock("div",Vc)):n.createCommentVNode("",!0)],2),n.createElementVNode("div",{class:n.normalizeClass(["content_m_w",[r.aspectTab==a.item_id?"content_wactive":""]])},n.toDisplayString(a.item_name),3),a.condition_name?(n.openBlock(),n.createElementBlock("div",Dc,n.toDisplayString(a.condition_name),1)):n.createCommentVNode("",!0)],10,xc))),128))])])):n.createCommentVNode("",!0)])):r.custom_menu?(n.openBlock(),n.createElementBlock("div",Ic,[n.createElementVNode("div",Oc,[n.createElementVNode("div",Rc,[r.vip_centerflag?(n.openBlock(),n.createElementBlock("img",{key:0,class:"info_left_img",src:r.head_url,onClick:e[27]||(e[27]=(...a)=>s.head_urlT&&s.head_urlT(...a)),alt:""},null,8,Fc)):n.createCommentVNode("",!0),r.level==2?(n.openBlock(),n.createElementBlock("img",vc)):n.createCommentVNode("",!0),n.createElementVNode("div",Pc,[n.createElementVNode("div",Mc,n.toDisplayString(r.nickname),1),n.createElementVNode("div",Lc,[r.durationflag?(n.openBlock(),n.createElementBlock("div",{key:0,class:"info_left_cont2_1",onClick:e[28]||(e[28]=(...a)=>s.durationT&&s.durationT(...a))},[zc,n.createElementVNode("div",Hc,n.toDisplayString(r.duration?r.duration:"0")+"分钟 ",1)])):n.createCommentVNode("",!0),r.pointsflag?(n.openBlock(),n.createElementBlock("div",{key:1,class:"info_left_cont2_1",style:{"margin-left":"10px"},onClick:e[29]||(e[29]=(...a)=>s.pointsT&&s.pointsT(...a))},[Uc,n.createElementVNode("div",Qc,n.toDisplayString(r.points),1)])):n.createCommentVNode("",!0)])])])]),r.easyShow?n.createCommentVNode("",!0):(n.openBlock(),n.createElementBlock("iframe",Gc))])):n.createCommentVNode("",!0)])])):n.createCommentVNode("",!0)])):n.createCommentVNode("",!0),r.typesOf==2&&!r.easyShow?(n.openBlock(),n.createElementBlock("div",qc,[n.createElementVNode("div",Jc,[r.mobileOne?(n.openBlock(),n.createElementBlock("div",Wc,[n.createElementVNode("div",jc,[n.createElementVNode("div",Yc,[r.vip_centerflag?(n.openBlock(),n.createElementBlock("img",{key:0,style:{width:"65px",height:"65px"},class:"info_left_img",onClick:e[30]||(e[30]=(...a)=>s.head_urlT&&s.head_urlT(...a)),src:r.head_url,alt:""},null,8,Kc)):n.createCommentVNode("",!0),r.level==2?(n.openBlock(),n.createElementBlock("img",Xc)):n.createCommentVNode("",!0),n.createElementVNode("div",Zc,[n.createElementVNode("div",$c,n.toDisplayString(r.nickname),1),n.createElementVNode("div",ed,[r.durationflag?(n.openBlock(),n.createElementBlock("div",{key:0,class:"info_left_cont2_1",onClick:e[31]||(e[31]=(...a)=>s.durationT&&s.durationT(...a))},[td,n.createElementVNode("div",nd,n.toDisplayString(r.duration?r.duration:"0")+"分钟",1)])):n.createCommentVNode("",!0),r.pointsflag?(n.openBlock(),n.createElementBlock("div",{key:1,class:"info_left_cont2_1",style:{"margin-left":"10px"},onClick:e[32]||(e[32]=(...a)=>s.pointsT&&s.pointsT(...a))},[od,n.createElementVNode("div",rd,n.toDisplayString(r.points),1)])):n.createCommentVNode("",!0)])])]),n.createElementVNode("div",{class:"info_right",onClick:e[33]||(e[33]=(...a)=>s.logout&&s.logout(...a))},id)]),n.createElementVNode("div",null,[n.createElementVNode("div",sd,[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(r.gameList,(a,p)=>(n.openBlock(),n.createElementBlock(n.Fragment,{key:p},[(o.game_cloud_service==3?a.link==="feedback"||a.link==="game_quit":!(r.isHarmony&&a.link==="share")&&!(a.link==="instructions"&&!r.isShowOperation))?(n.openBlock(),n.createElementBlock("div",{key:0,class:n.normalizeClass(["ipad_item",[r.setupTab==a.link?"setupactive":""]]),style:n.normalizeStyle({"margin-right":a.flag?"0px":"9%"}),onClick:g=>s.mobileSetup(a)},[n.createElementVNode("img",{src:a.icon,alt:""},null,8,ld),n.createElementVNode("div",cd,n.toDisplayString(a.title),1)],14,ad)):n.createCommentVNode("",!0)],64))),128))])])])):n.createCommentVNode("",!0),r.mobileTwo?(n.openBlock(),n.createElementBlock("div",dd,[n.createElementVNode("div",md,[n.createElementVNode("div",{onClick:e[34]||(e[34]=a=>s.tabacTive(1)),class:n.normalizeClass(["content_tab",[r.contentTab==1?"tabactive":""]])},"画质",2)]),r.contentTab==1?(n.openBlock(),n.createElementBlock("div",fd,[ud,n.createElementVNode("div",pd,[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(r.clearList,(a,p)=>(n.openBlock(),n.createElementBlock("div",{class:n.normalizeClass(["content_m_item",[r.clearTab==a.item_id?"content_iactive":""]]),key:p,onClick:g=>s.codeClear(a),style:{width:"116px",height:"48px"}},[n.createElementVNode("div",{class:n.normalizeClass(["content_m_y",[r.clearTab==a.item_id?"content_yactive":""]]),style:{"margin-left":"17px"}},[r.clearTab==a.item_id?(n.openBlock(),n.createElementBlock("div",yd)):n.createCommentVNode("",!0)],2),n.createElementVNode("div",{class:n.normalizeClass(["content_m_w",[r.clearTab==a.item_id?"content_wactive":""]]),style:{"font-size":"22px"}},n.toDisplayString(a.resolution_name),3),a.condition_name?(n.openBlock(),n.createElementBlock("div",gd,n.toDisplayString(a.condition_name),1)):n.createCommentVNode("",!0)],10,hd))),128))]),_d,n.createElementVNode("div",Ed,[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(r.bitrateList,(a,p)=>(n.openBlock(),n.createElementBlock("div",{class:n.normalizeClass(["content_m_item",[r.codeTab==a.item_id?"content_iactive":""]]),style:{width:"116px",height:"48px"},key:p,onClick:g=>s.codeRate(a)},[n.createElementVNode("div",{class:n.normalizeClass(["content_m_y",[r.codeTab==a.item_id?"content_yactive":""]]),style:{"margin-left":"17px"}},[r.codeTab==a.item_id?(n.openBlock(),n.createElementBlock("div",wd)):n.createCommentVNode("",!0)],2),n.createElementVNode("div",{class:n.normalizeClass(["content_m_w",[r.codeTab==a.item_id?"content_wactive":""]]),style:{"font-size":"22px"}},n.toDisplayString(a.item_name),3),a.condition_name?(n.openBlock(),n.createElementBlock("div",Ad,n.toDisplayString(a.condition_name),1)):n.createCommentVNode("",!0)],10,kd))),128))]),bd,n.createElementVNode("div",Sd,[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(r.aspectList,(a,p)=>(n.openBlock(),n.createElementBlock("div",{class:n.normalizeClass(["content_m_item",[r.aspectTab==a.item_id?"content_iactive":""]]),key:p,style:{width:"116px",height:"48px"},onClick:g=>s.codeAspect(a)},[n.createElementVNode("div",{class:n.normalizeClass(["content_m_y",[r.aspectTab==a.item_id?"content_yactive":""]]),style:{"margin-left":"17px"}},[r.aspectTab==a.item_id?(n.openBlock(),n.createElementBlock("div",Nd)):n.createCommentVNode("",!0)],2),n.createElementVNode("div",{class:n.normalizeClass(["content_m_w",[r.aspectTab==a.item_id?"content_wactive":""]]),style:{"font-size":"22px"}},n.toDisplayString(a.item_name),3),a.condition_name?(n.openBlock(),n.createElementBlock("div",Cd,n.toDisplayString(a.condition_name),1)):n.createCommentVNode("",!0)],10,Bd))),128))])])):n.createCommentVNode("",!0)])):n.createCommentVNode("",!0)])])):n.createCommentVNode("",!0),r.typesOf==3&&!r.easyShow?(n.openBlock(),n.createElementBlock("div",{key:9,class:"computer_header",onMousedown:e[41]||(e[41]=n.withModifiers(()=>{},["stop"]))},[r.computerTop?(n.openBlock(),n.createElementBlock("div",{key:0,class:"header_one",onMousedown:e[35]||(e[35]=n.withModifiers(a=>s.computerHeader(a),["stop"]))},[Td,n.createElementVNode("img",{class:"img_two",src:r.head_url,alt:""},null,8,xd)],32)):n.createCommentVNode("",!0),r.computerOne?(n.openBlock(),n.createElementBlock("div",Vd,[n.createElementVNode("div",Dd,[r.vip_centerflag?(n.openBlock(),n.createElementBlock("img",{key:0,class:"computer_c_one",src:r.head_url,alt:"",onMousedown:e[36]||(e[36]=n.withModifiers((...a)=>s.head_urlT&&s.head_urlT(...a),["stop"]))},null,40,Id)):n.createCommentVNode("",!0),r.level==2?(n.openBlock(),n.createElementBlock("img",Od)):n.createCommentVNode("",!0)]),r.durationflag?(n.openBlock(),n.createElementBlock("div",{key:0,class:"computer_c_Vector",onMousedown:e[37]||(e[37]=n.withModifiers((...a)=>s.durationT&&s.durationT(...a),["stop"]))},[Rd,n.createElementVNode("div",Fd,n.toDisplayString(r.duration?r.duration:"0")+"分钟",1),vd],32)):n.createCommentVNode("",!0),r.pointsflag?(n.openBlock(),n.createElementBlock("div",{key:1,class:"computer_c_Vector",onMousedown:e[38]||(e[38]=n.withModifiers((...a)=>s.pointsT&&s.pointsT(...a),["stop"]))},[Pd,n.createElementVNode("div",Md,n.toDisplayString(r.points),1),Ld],32)):n.createCommentVNode("",!0),n.createElementVNode("div",zd,[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(r.gameList,(a,p)=>(n.openBlock(),n.createElementBlock(n.Fragment,{key:p},[(o.game_cloud_service==3?a.link==="feedback":!(r.isHarmony&&a.link==="share")&&!(a.link==="instructions"&&!r.isShowOperation))?(n.openBlock(),n.createElementBlock("div",{key:0,onMousedown:n.withModifiers(g=>s.computerSetup(a),["stop"]),class:n.normalizeClass(["computer_c_item",[r.comTab==a.link?"setupactive":""]])},[n.createElementVNode("img",{src:a.icon,alt:""},null,8,Ud),n.createElementVNode("div",Qd,n.toDisplayString(a.title),1)],42,Hd)):n.createCommentVNode("",!0)],64))),128)),n.createElementVNode("div",{class:"computer_c_item",onMousedown:e[39]||(e[39]=n.withModifiers((...a)=>s.logout&&s.logout(...a),["stop"]))},Gd,32)]),qd,n.createElementVNode("div",{class:"computer_c_footer",onMousedown:e[40]||(e[40]=n.withModifiers((...a)=>s.retract&&s.retract(...a),["stop"]))},Jd,32)])):n.createCommentVNode("",!0)],32)):n.createCommentVNode("",!0),r.computerTwo&&!r.easyShow?(n.openBlock(),n.createElementBlock("div",{key:10,class:"computer_left",onMousedown:e[43]||(e[43]=n.withModifiers(()=>{},["stop"]))},[n.createElementVNode("div",Wd,[n.createElementVNode("div",{onMousedown:e[42]||(e[42]=n.withModifiers(a=>s.tabacTive(1),["stop"])),class:n.normalizeClass(["content_tab",[r.contentTab==1?"tabactive":""]])},"画质",34)]),r.contentTab==1?(n.openBlock(),n.createElementBlock("div",jd,[Yd,n.createElementVNode("div",Kd,[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(r.clearList,(a,p)=>(n.openBlock(),n.createElementBlock("div",{class:n.normalizeClass(["content_m_item",[r.clearTab==a.item_id?"content_iactive":""]]),key:p,onClick:g=>s.codeClear(a)},[n.createElementVNode("div",{class:n.normalizeClass(["content_m_y",[r.clearTab==a.item_id?"content_yactive":""]])},[r.clearTab==a.item_id?(n.openBlock(),n.createElementBlock("div",Zd)):n.createCommentVNode("",!0)],2),n.createElementVNode("div",{class:n.normalizeClass(["content_m_w",[r.clearTab==a.item_id?"content_wactive":""]])},n.toDisplayString(a.resolution_name),3),a.condition_name?(n.openBlock(),n.createElementBlock("div",$d,n.toDisplayString(a.condition_name),1)):n.createCommentVNode("",!0)],10,Xd))),128))]),em,n.createElementVNode("div",tm,[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(r.bitrateList,(a,p)=>(n.openBlock(),n.createElementBlock("div",{class:n.normalizeClass(["content_m_item",[r.codeTab==a.item_id?"content_iactive":""]]),key:p,onClick:g=>s.codeRate(a)},[n.createElementVNode("div",{class:n.normalizeClass(["content_m_y",[r.codeTab==a.item_id?"content_yactive":""]])},[r.codeTab==a.item_id?(n.openBlock(),n.createElementBlock("div",om)):n.createCommentVNode("",!0)],2),n.createElementVNode("div",{class:n.normalizeClass(["content_m_w",[r.codeTab==a.item_id?"content_wactive":""]])},n.toDisplayString(a.item_name),3),a.condition_name?(n.openBlock(),n.createElementBlock("div",rm,n.toDisplayString(a.condition_name),1)):n.createCommentVNode("",!0)],10,nm))),128))]),im,n.createElementVNode("div",sm,[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(r.aspectList,(a,p)=>(n.openBlock(),n.createElementBlock("div",{class:n.normalizeClass(["content_m_item",[r.aspectTab==a.item_id?"content_iactive":""]]),key:p,onClick:g=>s.codeAspect(a,4)},[n.createElementVNode("div",{class:n.normalizeClass(["content_m_y",[r.aspectTab==a.item_id?"content_yactive":""]])},[r.aspectTab==a.item_id?(n.openBlock(),n.createElementBlock("div",lm)):n.createCommentVNode("",!0)],2),n.createElementVNode("div",{class:n.normalizeClass(["content_m_w",[r.aspectTab==a.item_id?"content_wactive":""]])},n.toDisplayString(a.item_name),3),a.condition_name?(n.openBlock(),n.createElementBlock("div",cm,n.toDisplayString(a.condition_name),1)):n.createCommentVNode("",!0)],10,am))),128))])])):n.createCommentVNode("",!0)],32)):n.createCommentVNode("",!0),r.easyShow?n.createCommentVNode("",!0):(n.openBlock(),n.createBlock(d,{key:11,ref:"iframe",url:r.url_chat,parentData:r.parentData,onUpdateData:s.updateParentData},null,8,["url","parentData","onUpdateData"]))]),n.withDirectives(n.createElementVNode("div",{class:n.normalizeClass(["mask",{rotated:r.enableRotation}])},[n.createElementVNode("div",dm,[r.rightGuidance?(n.openBlock(),n.createElementBlock("div",mm,[n.createElementVNode("img",{src:r.leftGuidance,class:"guidance-img left-img",alt:"左图"},null,8,fm),n.createElementVNode("img",{src:r.rightGuidance,class:"guidance-img right-img",alt:"右图"},null,8,um)])):(n.openBlock(),n.createElementBlock("img",{key:1,class:"screenImg",src:r.screenImg,alt:""},null,8,pm)),n.createElementVNode("div",{class:"close",onClick:e[45]||(e[45]=(...a)=>s.closeDialog&&s.closeDialog(...a))},"×")])],2),[[n.vShow,r.dialogVisible]])])}const ym=Ke(Fa,[["render",hm],["__scopeId","data-v-094e6ffa"]]);J.gameassis=ym,Object.defineProperty(J,Symbol.toStringTag,{value:"Module"})});