yifengyide/public/dist/assets/index-7b3f5fdc.js

173 lines
1.1 MiB
JavaScript
Raw Normal View History

var F0=Object.defineProperty;var j0=(o,a,Er)=>a in o?F0(o,a,{enumerable:!0,configurable:!0,writable:!0,value:Er}):o[a]=Er;var r0=(o,a,Er)=>(j0(o,typeof a!="symbol"?a+"":a,Er),Er);(function(){const a=document.createElement("link").relList;if(a&&a.supports&&a.supports("modulepreload"))return;for(const Lr of document.querySelectorAll('link[rel="modulepreload"]'))Nr(Lr);new MutationObserver(Lr=>{for(const Dr of Lr)if(Dr.type==="childList")for(const Mr of Dr.addedNodes)Mr.tagName==="LINK"&&Mr.rel==="modulepreload"&&Nr(Mr)}).observe(document,{childList:!0,subtree:!0});function Er(Lr){const Dr={};return Lr.integrity&&(Dr.integrity=Lr.integrity),Lr.referrerPolicy&&(Dr.referrerPolicy=Lr.referrerPolicy),Lr.crossOrigin==="use-credentials"?Dr.credentials="include":Lr.crossOrigin==="anonymous"?Dr.credentials="omit":Dr.credentials="same-origin",Dr}function Nr(Lr){if(Lr.ep)return;Lr.ep=!0;const Dr=Er(Lr);fetch(Lr.href,Dr)}})();/**
* @vue/shared v3.5.13
* (c) 2018-present Yuxi (Evan) You and Vue contributors
* @license MIT
**//*! #__NO_SIDE_EFFECTS__ */function makeMap(o){const a=Object.create(null);for(const Er of o.split(","))a[Er]=1;return Er=>Er in a}const EMPTY_OBJ={},EMPTY_ARR=[],NOOP=()=>{},NO=()=>!1,isOn=o=>o.charCodeAt(0)===111&&o.charCodeAt(1)===110&&(o.charCodeAt(2)>122||o.charCodeAt(2)<97),isModelListener=o=>o.startsWith("onUpdate:"),extend$1=Object.assign,remove=(o,a)=>{const Er=o.indexOf(a);Er>-1&&o.splice(Er,1)},hasOwnProperty$2=Object.prototype.hasOwnProperty,hasOwn=(o,a)=>hasOwnProperty$2.call(o,a),isArray$2=Array.isArray,isMap=o=>toTypeString(o)==="[object Map]",isSet=o=>toTypeString(o)==="[object Set]",isRegExp$1=o=>toTypeString(o)==="[object RegExp]",isFunction$1=o=>typeof o=="function",isString$1=o=>typeof o=="string",isSymbol=o=>typeof o=="symbol",isObject$2=o=>o!==null&&typeof o=="object",isPromise=o=>(isObject$2(o)||isFunction$1(o))&&isFunction$1(o.then)&&isFunction$1(o.catch),objectToString=Object.prototype.toString,toTypeString=o=>objectToString.call(o),toRawType=o=>toTypeString(o).slice(8,-1),isPlainObject$2=o=>toTypeString(o)==="[object Object]",isIntegerKey=o=>isString$1(o)&&o!=="NaN"&&o[0]!=="-"&&""+parseInt(o,10)===o,isReservedProp=makeMap(",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"),cacheStringFunction=o=>{const a=Object.create(null);return Er=>a[Er]||(a[Er]=o(Er))},camelizeRE=/-(\w)/g,camelize=cacheStringFunction(o=>o.replace(camelizeRE,(a,Er)=>Er?Er.toUpperCase():"")),hyphenateRE=/\B([A-Z])/g,hyphenate=cacheStringFunction(o=>o.replace(hyphenateRE,"-$1").toLowerCase()),capitalize=cacheStringFunction(o=>o.charAt(0).toUpperCase()+o.slice(1)),toHandlerKey=cacheStringFunction(o=>o?`on${capitalize(o)}`:""),hasChanged=(o,a)=>!Object.is(o,a),invokeArrayFns=(o,...a)=>{for(let Er=0;Er<o.length;Er++)o[Er](...a)},def=(o,a,Er,Nr=!1)=>{Object.defineProperty(o,a,{configurable:!0,enumerable:!1,writable:Nr,value:Er})},looseToNumber=o=>{const a=parseFloat(o);return isNaN(a)?o:a},toNumber=o=>{const a=isString$1(o)?Number(o):NaN;return isNaN(a)?o:a};let _globalThis;const getGlobalThis=()=>_globalThis||(_globalThis=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{});function normalizeStyle(o){if(isArray$2(o)){const a={};for(let Er=0;Er<o.length;Er++){const Nr=o[Er],Lr=isString$1(Nr)?parseStringStyle(Nr):normalizeStyle(Nr);if(Lr)for(const Dr in Lr)a[Dr]=Lr[Dr]}return a}else if(isString$1(o)||isObject$2(o))return o}const listDelimiterRE=/;(?![^(]*\))/g,propertyDelimiterRE=/:([^]+)/,styleCommentRE=/\/\*[^]*?\*\//g;function parseStringStyle(o){const a={};return o.replace(styleCommentRE,"").split(listDelimiterRE).forEach(Er=>{if(Er){const Nr=Er.split(propertyDelimiterRE);Nr.length>1&&(a[Nr[0].trim()]=Nr[1].trim())}}),a}function normalizeClass(o){let a="";if(isString$1(o))a=o;else if(isArray$2(o))for(let Er=0;Er<o.length;Er++){const Nr=normalizeClass(o[Er]);Nr&&(a+=Nr+" ")}else if(isObject$2(o))for(const Er in o)o[Er]&&(a+=Er+" ");return a.trim()}function normalizeProps(o){if(!o)return null;let{class:a,style:Er}=o;return a&&!isString$1(a)&&(o.class=normalizeClass(a)),Er&&(o.style=normalizeStyle(Er)),o}const specialBooleanAttrs="itemscope,allowfullscreen,formnovalidate,ismap,nomodule,novalidate,readonly",isSpecialBooleanAttr=makeMap(specialBooleanAttrs);function includeBooleanAttr(o){return!!o||o===""}const isRef$1=o=>!!(o&&o.__v_isRef===!0),toDisplayString=o=>isString$1(o)?o:o==null?"":isArray$2(o)||isObject$2(o)&&(o.toString===objectToString||!isFunction$1(o.toString))?isRef$1(o)?toDisplayString(o.value):JSON.stringify(o,replacer,2):String(o),replacer=(o,a)=>isRef$1(a)?replacer(o,a.value):isMap(a)?{[`Map(${a.size})`]:[...a.entries()].reduce((Er,[Nr,Lr],Dr)=>(Er[stringifySymbol(Nr,Dr)+" =>"]=Lr,Er),{})}:isSet(a)?{[`Set(${a.size})`]:[...a.values()].map(Er=>stringifySymbol(Er))}:isSymbol(a)?stringifySymbol(a):isObject$2(a)&&!isArray$2(a)&&!isPlainObject$2(a)?String(a):a,stringifySymbol=(o,a="")=>{var Er;return isSymbol(o)?`Symbol(${(Er=o.description)!=null?Er:a})`:o};/**
* @vue/reactivity v3.5.13
* (c) 2018-present Yuxi (Evan) You and Vue contributors
* @license MIT
**/let activeEffectScope;class EffectScope{constructor(a=!1){this.detached=a,this._active=!0,this.effects=[],this.cleanups=[],this._isPaused=!1,this.parent=activeEffectScope,!a&&activeEffectScope&&(this.index=(activeEffectScope.scopes||(activeEffectScope.scopes=[])).push(this)-1)}get active(){return this._active}pause(){if(this._active){this._isPaused=!0;let a,Er;if(this.scopes)for(a=0,Er=this.scopes.length;a<Er;a++)this.scopes[a].pause();for(a=0,Er=this.effects.length;a<Er;a++)this.effects[a].pause()}}resume(){if(this._active&&this._isPaused){this._isPaused=!1;let a,Er;if(this.scopes)for(a=0,Er=this.scopes.length;a<Er;a++)this.scopes[a].resume();for(a=0,Er=this.effects.length;a<Er;a++)this.effects[a].resume()}}run(a){if(this._active){const Er=activeEffectScope;try{return activeEffectScope=this,a()}finally{activeEffectScope=Er}}}on(){activeEffectScope=this}off(){activeEffectScope=this.parent}stop(a){if(this._active){this._active=!1;let Er,Nr;for(Er=0,Nr=this.effects.length;Er<Nr;Er++)this.effects[Er].stop();for(this.effects.length=0,Er=0,Nr=this.cleanups.length;Er<Nr;Er++)this.cleanups[Er]();if(this.cleanups.length=0,this.scopes){for(Er=0,Nr=this.scopes.length;Er<Nr;Er++)this.scopes[Er].stop(!0);this.scopes.length=0}if(!this.detached&&this.parent&&!a){const Lr=this.parent.scopes.pop();Lr&&Lr!==this&&(this.parent.scopes[this.index]=Lr,Lr.index=this.index)}this.parent=void 0}}}function effectScope(o){return new EffectScope(o)}function getCurrentScope(){return activeEffectScope}function onScopeDispose(o,a=!1){activeEffectScope&&activeEffectScope.cleanups.push(o)}let activeSub;const pausedQueueEffects=new WeakSet;class ReactiveEffect{constructor(a){this.fn=a,this.deps=void 0,this.depsTail=void 0,this.flags=5,this.next=void 0,this.cleanup=void 0,this.scheduler=void 0,activeEffectScope&&activeEffectScope.active&&activeEffectScope.effects.push(this)}pause(){this.flags|=64}resume(){this.flags&64&&(this.flags&=-65,pausedQueueEffects.has(this)&&(pausedQueueEffects.delete(this),this.trigger()))}notify(){this.flags&2&&!(this.flags&32)||this.flags&8||batch(this)}run(){if(!(this.flags&1))return this.fn();this.flags|=2,cleanupEffect(this),prepareDeps(this);const a=activeSub,Er=shouldTrack;activeSub=this,shouldTrack=!0;try{return this.fn()}finally{cleanupDeps(this),activeSub=a,shouldTrack=Er,this.flags&=-3}}stop(){if(this.flags&1){for(let a=this.deps;a;a=a.nextDep)removeSub(a);this.deps=this.depsTail=void 0,cleanupEffect(this),this.onStop&&this.onStop(),this.flags&=-2}}trigger(){this.flags&64?pausedQueueEffects.add(this):this.scheduler?this.scheduler():this.runIfDirty()}runIfDirty(){isDirty(this)&&this.run()}get dirty(){return isDirty(this)}}let batchDepth=0,batchedSub,batchedComputed;function batch(o,a=!1){if(o.flags|=8,a){o.next=batchedComputed,batchedComputed=o;return}o.next=batchedSub,batchedSub=o}function startBatch(){batchDepth++}function endBatch(){if(--batchDepth>0)return;if(batchedComputed){let a=batchedComputed;for(batchedComputed=void 0;a;){const Er=a.next;a.next=void 0,a.flags&=-9,a=Er}}let o;for(;batchedSub;){let a=batchedSub;for(batchedSub=void 0;a;){const Er=a.next;if(a.next=void 0,a.flags&=-9,a.flags&1)try{a.trigger()}catch(Nr){o||(o=Nr)}a=Er}}if(o)throw o}function prepareDeps(o){for(let a=o.deps;a;a=a.nextDep)a.version=-1,a.prevActiveLink=a.dep.activeLink,a.dep.activeLink=a}function cleanupDeps(o){let a,Er=o.depsTail,Nr=Er;for(;Nr;){const Lr=Nr.prevDep;Nr.version===-1?(Nr===Er&&(Er=Lr),removeSub(Nr),removeDep(Nr)):a=Nr,Nr.dep.activeLink=Nr.prevActiveLink,Nr.prevActiveLink=void 0,Nr=Lr}o.deps=a,o.depsTail=Er}function isDirty(o){for(let a=o.deps;a;a=a.nextDep)if(a.dep.version!==a.version||a.dep.computed&&(refreshComputed(a.dep.computed)||a.dep.version!==a.version))return!0;return!!o._dirty}function refreshComputed(o){if(o.flags&4&&!(o.flags&16)||(o.flags&=-17,o.globalVersion===globalVersion))return;o.globalVersion=globalVersion;const a=o.dep;if(o.flags|=2,a.version>0&&!o.isSSR&&o.deps&&!isDirty(o)){o.flags&=-3;return}const Er=activeSub,Nr=shouldTrack;activeSub=o,shouldTrack=!0;try{prepareDeps(o);const Lr=o.fn(o._value);(
* @vue/runtime-core v3.5.13
* (c) 2018-present Yuxi (Evan) You and Vue contributors
* @license MIT
**/const stack=[];let isWarning=!1;function warn$1(o,...a){if(isWarning)return;isWarning=!0,pauseTracking();const Er=stack.length?stack[stack.length-1].component:null,Nr=Er&&Er.appContext.config.warnHandler,Lr=getComponentTrace();if(Nr)callWithErrorHandling(Nr,Er,11,[o+a.map(Dr=>{var Mr,Ur;return(Ur=(Mr=Dr.toString)==null?void 0:Mr.call(Dr))!=null?Ur:JSON.stringify(Dr)}).join(""),Er&&Er.proxy,Lr.map(({vnode:Dr})=>`at <${formatComponentName(Er,Dr.type)}>`).join(`
`),Lr]);else{const Dr=[`[Vue warn]: ${o}`,...a];Lr.length&&Dr.push(`
`,...formatTrace(Lr)),console.warn(...Dr)}resetTracking(),isWarning=!1}function getComponentTrace(){let o=stack[stack.length-1];if(!o)return[];const a=[];for(;o;){const Er=a[0];Er&&Er.vnode===o?Er.recurseCount++:a.push({vnode:o,recurseCount:0});const Nr=o.component&&o.component.parent;o=Nr&&Nr.vnode}return a}function formatTrace(o){const a=[];return o.forEach((Er,Nr)=>{a.push(...Nr===0?[]:[`
`],...formatTraceEntry(Er))}),a}function formatTraceEntry({vnode:o,recurseCount:a}){const Er=a>0?`... (${a} recursive calls)`:"",Nr=o.component?o.component.parent==null:!1,Lr=` at <${formatComponentName(o.component,o.type,Nr)}`,Dr=">"+Er;return o.props?[Lr,...formatProps(o.props),Dr]:[Lr+Dr]}function formatProps(o){const a=[],Er=Object.keys(o);return Er.slice(0,3).forEach(Nr=>{a.push(...formatProp(Nr,o[Nr]))}),Er.length>3&&a.push(" ..."),a}function formatProp(o,a,Er){return isString$1(a)?(a=JSON.stringify(a),Er?a:[`${o}=${a}`]):typeof a=="number"||typeof a=="boolean"||a==null?Er?a:[`${o}=${a}`]:isRef(a)?(a=formatProp(o,toRaw(a.value),!0),Er?a:[`${o}=Ref<`,a,">"]):isFunction$1(a)?[`${o}=fn${a.name?`<${a.name}>`:""}`]:(a=toRaw(a),Er?a:[`${o}=`,a])}function callWithErrorHandling(o,a,Er,Nr){try{return Nr?o(...Nr):o()}catch(Lr){handleError(Lr,a,Er)}}function callWithAsyncErrorHandling(o,a,Er,Nr){if(isFunction$1(o)){const Lr=callWithErrorHandling(o,a,Er,Nr);return Lr&&isPromise(Lr)&&Lr.catch(Dr=>{handleError(Dr,a,Er)}),Lr}if(isArray$2(o)){const Lr=[];for(let Dr=0;Dr<o.length;Dr++)Lr.push(callWithAsyncErrorHandling(o[Dr],a,Er,Nr));return Lr}}function handleError(o,a,Er,Nr=!0){const Lr=a?a.vnode:null,{errorHandler:Dr,throwUnhandledErrorInProduction:Mr}=a&&a.appContext.config||EMPTY_OBJ;if(a){let Ur=a.parent;const Vr=a.proxy,Wr=`https://vuejs.org/error-reference/#runtime-${Er}`;for(;Ur;){const qr=Ur.ec;if(qr){for(let Yr=0;Yr<qr.length;Yr++)if(qr[Yr](o,Vr,Wr)===!1)return}Ur=Ur.parent}if(Dr){pauseTracking(),callWithErrorHandling(Dr,null,10,[o,Vr,Wr]),resetTracking();return}}logError(o,Er,Lr,Nr,Mr)}function logError(o,a,Er,Nr=!0,Lr=!1){if(Lr)throw o;console.error(o)}const queue=[];let flushIndex=-1;const pendingPostFlushCbs=[];let activePostFlushCbs=null,postFlushIndex=0;const resolvedPromise=Promise.resolve();let currentFlushPromise=null;function nextTick(o){const a=currentFlushPromise||resolvedPromise;return o?a.then(this?o.bind(this):o):a}function findInsertionIndex$1(o){let a=flushIndex+1,Er=queue.length;for(;a<Er;){const Nr=a+Er>>>1,Lr=queue[Nr],Dr=getId(Lr);Dr<o||Dr===o&&Lr.flags&2?a=Nr+1:Er=Nr}return a}function queueJob(o){if(!(o.flags&1)){const a=getId(o),Er=queue[queue.length-1];!Er||!(o.flags&2)&&a>=getId(Er)?queue.push(o):queue.splice(findInsertionIndex$1(a),0,o),o.flags|=1,queueFlush()}}function queueFlush(){currentFlushPromise||(currentFlushPromise=resolvedPromise.then(flushJobs))}function queuePostFlushCb(o){isArray$2(o)?pendingPostFlushCbs.push(...o):activePostFlushCbs&&o.id===-1?activePostFlushCbs.splice(postFlushIndex+1,0,o):o.flags&1||(pendingPostFlushCbs.push(o),o.flags|=1),queueFlush()}function flushPreFlushCbs(o,a,Er=flushIndex+1){for(;Er<queue.length;Er++){const Nr=queue[Er];if(Nr&&Nr.flags&2){if(o&&Nr.id!==o.uid)continue;queue.splice(Er,1),Er--,Nr.flags&4&&(Nr.flags&=-2),Nr(),Nr.flags&4||(Nr.flags&=-2)}}}function flushPostFlushCbs(o){if(pendingPostFlushCbs.length){const a=[...new Set(pendingPostFlushCbs)].sort((Er,Nr)=>getId(Er)-getId(Nr));if(pendingPostFlushCbs.length=0,activePostFlushCbs){activePostFlushCbs.push(...a);return}for(activePostFlushCbs=a,postFlushIndex=0;postFlushIndex<activePostFlushCbs.length;postFlushIndex++){const Er=activePostFlushCbs[postFlushIndex];Er.flags&4&&(Er.flags&=-2),Er.flags&8||Er(),Er.flags&=-2}activePostFlushCbs=null,postFlushIndex=0}}const getId=o=>o.id==null?o.flags&2?-1:1/0:o.id;function flushJobs(o){const a=NOOP;try{for(flushIndex=0;flushIndex<queue.length;flushIndex++){const Er=queue[flushIndex];Er&&!(Er.flags&8)&&(Er.flags&4&&(Er.flags&=-2),callWithErrorHandling(Er,Er.i,Er.i?15:14),Er.flags&4||(Er.flags&=-2))}}finally{for(;flushIndex<queue.length;flushIndex++){const Er=queue[flushIndex];Er&&(Er.flags&=-2)}flushIndex=-1,queue.length=0,flushPostFlushCbs(),currentFlushPromise=null,(queue.length||pendingPostFlushCbs.length)&&flushJobs()}}let currentRenderingInstance=null,currentScopeId=null;function setCurrentRenderingInstance(o){const a=currentRenderingInstance;return currentRenderingInstance=o,currentScopeId=o&&o.type.__scopeId||null,a}function withCtx(o,a=currentRenderingI
* @vue/runtime-dom v3.5.13
* (c) 2018-present Yuxi (Evan) You and Vue contributors
* @license MIT
**/let policy;const tt$4=typeof window<"u"&&window.trustedTypes;if(tt$4)try{policy=tt$4.createPolicy("vue",{createHTML:o=>o})}catch{}const unsafeToTrustedHTML=policy?o=>policy.createHTML(o):o=>o,svgNS="http://www.w3.org/2000/svg",mathmlNS="http://www.w3.org/1998/Math/MathML",doc=typeof document<"u"?document:null,templateContainer=doc&&doc.createElement("template"),nodeOps={insert:(o,a,Er)=>{a.insertBefore(o,Er||null)},remove:o=>{const a=o.parentNode;a&&a.removeChild(o)},createElement:(o,a,Er,Nr)=>{const Lr=a==="svg"?doc.createElementNS(svgNS,o):a==="mathml"?doc.createElementNS(mathmlNS,o):Er?doc.createElement(o,{is:Er}):doc.createElement(o);return o==="select"&&Nr&&Nr.multiple!=null&&Lr.setAttribute("multiple",Nr.multiple),Lr},createText:o=>doc.createTextNode(o),createComment:o=>doc.createComment(o),setText:(o,a)=>{o.nodeValue=a},setElementText:(o,a)=>{o.textContent=a},parentNode:o=>o.parentNode,nextSibling:o=>o.nextSibling,querySelector:o=>doc.querySelector(o),setScopeId(o,a){o.setAttribute(a,"")},insertStaticContent(o,a,Er,Nr,Lr,Dr){const Mr=Er?Er.previousSibling:a.lastChild;if(Lr&&(Lr===Dr||Lr.nextSibling))for(;a.insertBefore(Lr.cloneNode(!0),Er),!(Lr===Dr||!(Lr=Lr.nextSibling)););else{templateContainer.innerHTML=unsafeToTrustedHTML(Nr==="svg"?`<svg>${o}</svg>`:Nr==="mathml"?`<math>${o}</math>`:o);const Ur=templateContainer.content;if(Nr==="svg"||Nr==="mathml"){const Vr=Ur.firstChild;for(;Vr.firstChild;)Ur.appendChild(Vr.firstChild);Ur.removeChild(Vr)}a.insertBefore(Ur,Er)}return[Mr?Mr.nextSibling:a.firstChild,Er?Er.previousSibling:a.lastChild]}},TRANSITION="transition",ANIMATION="animation",vtcKey=Symbol("_vtc"),DOMTransitionPropsValidators={name:String,type:String,css:{type:Boolean,default:!0},duration:[String,Number,Object],enterFromClass:String,enterActiveClass:String,enterToClass:String,appearFromClass:String,appearActiveClass:String,appearToClass:String,leaveFromClass:String,leaveActiveClass:String,leaveToClass:String},TransitionPropsValidators=extend$1({},BaseTransitionPropsValidators,DOMTransitionPropsValidators),decorate$1=o=>(o.displayName="Transition",o.props=TransitionPropsValidators,o),Transition=decorate$1((o,{slots:a})=>h$2(BaseTransition,resolveTransitionProps(o),a)),callHook=(o,a=[])=>{isArray$2(o)?o.forEach(Er=>Er(...a)):o&&o(...a)},hasExplicitCallback=o=>o?isArray$2(o)?o.some(a=>a.length>1):o.length>1:!1;function resolveTransitionProps(o){const a={};for(const _l in o)_l in DOMTransitionPropsValidators||(a[_l]=o[_l]);if(o.css===!1)return a;const{name:Er="v",type:Nr,duration:Lr,enterFromClass:Dr=`${Er}-enter-from`,enterActiveClass:Mr=`${Er}-enter-active`,enterToClass:Ur=`${Er}-enter-to`,appearFromClass:Vr=Dr,appearActiveClass:Wr=Mr,appearToClass:qr=Ur,leaveFromClass:Yr=`${Er}-leave-from`,leaveActiveClass:Kr=`${Er}-leave-active`,leaveToClass:Gr=`${Er}-leave-to`}=o,Xr=normalizeDuration(Lr),Jr=Xr&&Xr[0],Zr=Xr&&Xr[1],{onBeforeEnter:fl,onEnter:sl,onEnterCancelled:gl,onLeave:hl,onLeaveCancelled:ml,onBeforeAppear:xl=fl,onAppear:dl=sl,onAppearCancelled:Cl=gl}=a,wl=(_l,Rl,Ml,Dl)=>{_l._enterCancelled=Dl,removeTransitionClass(_l,Rl?qr:Ur),removeTransitionClass(_l,Rl?Wr:Mr),Ml&&Ml()},Nl=(_l,Rl)=>{_l._isLeaving=!1,removeTransitionClass(_l,Yr),removeTransitionClass(_l,Gr),removeTransitionClass(_l,Kr),Rl&&Rl()},yl=_l=>(Rl,Ml)=>{const Dl=_l?dl:sl,zl=()=>wl(Rl,_l,Ml);callHook(Dl,[Rl,zl]),nextFrame(()=>{removeTransitionClass(Rl,_l?Vr:Dr),addTransitionClass(Rl,_l?qr:Ur),hasExplicitCallback(Dl)||whenTransitionEnds(Rl,Nr,Jr,zl)})};return extend$1(a,{onBeforeEnter(_l){callHook(fl,[_l]),addTransitionClass(_l,Dr),addTransitionClass(_l,Mr)},onBeforeAppear(_l){callHook(xl,[_l]),addTransitionClass(_l,Vr),addTransitionClass(_l,Wr)},onEnter:yl(!1),onAppear:yl(!0),onLeave(_l,Rl){_l._isLeaving=!0;const Ml=()=>Nl(_l,Rl);addTransitionClass(_l,Yr),_l._enterCancelled?(addTransitionClass(_l,Kr),forceReflow()):(forceReflow(),addTransitionClass(_l,Kr)),nextFrame(()=>{_l._isLeaving&&(removeTransitionClass(_l,Yr),addTransitionClass(_l,Gr),hasExplicitCallback(hl)||whenTransitionEnds(_l,Nr,Zr,Ml))}),callHook(hl,[_l,Ml])},onEnterCancelled(_l)
* vue-router v4.5.0
* (c) 2024 Eduardo San Martin Morote
* @license MIT
*/const isBrowser=typeof document<"u";function isRouteComponent(o){return typeof o=="object"||"displayName"in o||"props"in o||"__vccOpts"in o}function isESModule(o){return o.__esModule||o[Symbol.toStringTag]==="Module"||o.default&&isRouteComponent(o.default)}const assign$1=Object.assign;function applyToParams(o,a){const Er={};for(const Nr in a){const Lr=a[Nr];Er[Nr]=isArray$1(Lr)?Lr.map(o):o(Lr)}return Er}const noop$2=()=>{},isArray$1=Array.isArray,HASH_RE=/#/g,AMPERSAND_RE=/&/g,SLASH_RE=/\//g,EQUAL_RE=/=/g,IM_RE=/\?/g,PLUS_RE=/\+/g,ENC_BRACKET_OPEN_RE=/%5B/g,ENC_BRACKET_CLOSE_RE=/%5D/g,ENC_CARET_RE=/%5E/g,ENC_BACKTICK_RE=/%60/g,ENC_CURLY_OPEN_RE=/%7B/g,ENC_PIPE_RE=/%7C/g,ENC_CURLY_CLOSE_RE=/%7D/g,ENC_SPACE_RE=/%20/g;function commonEncode(o){return encodeURI(""+o).replace(ENC_PIPE_RE,"|").replace(ENC_BRACKET_OPEN_RE,"[").replace(ENC_BRACKET_CLOSE_RE,"]")}function encodeHash(o){return commonEncode(o).replace(ENC_CURLY_OPEN_RE,"{").replace(ENC_CURLY_CLOSE_RE,"}").replace(ENC_CARET_RE,"^")}function encodeQueryValue(o){return commonEncode(o).replace(PLUS_RE,"%2B").replace(ENC_SPACE_RE,"+").replace(HASH_RE,"%23").replace(AMPERSAND_RE,"%26").replace(ENC_BACKTICK_RE,"`").replace(ENC_CURLY_OPEN_RE,"{").replace(ENC_CURLY_CLOSE_RE,"}").replace(ENC_CARET_RE,"^")}function encodeQueryKey(o){return encodeQueryValue(o).replace(EQUAL_RE,"%3D")}function encodePath(o){return commonEncode(o).replace(HASH_RE,"%23").replace(IM_RE,"%3F")}function encodeParam(o){return o==null?"":encodePath(o).replace(SLASH_RE,"%2F")}function decode(o){try{return decodeURIComponent(""+o)}catch{}return""+o}const TRAILING_SLASH_RE=/\/$/,removeTrailingSlash=o=>o.replace(TRAILING_SLASH_RE,"");function parseURL(o,a,Er="/"){let Nr,Lr={},Dr="",Mr="";const Ur=a.indexOf("#");let Vr=a.indexOf("?");return Ur<Vr&&Ur>=0&&(Vr=-1),Vr>-1&&(Nr=a.slice(0,Vr),Dr=a.slice(Vr+1,Ur>-1?Ur:a.length),Lr=o(Dr)),Ur>-1&&(Nr=Nr||a.slice(0,Ur),Mr=a.slice(Ur,a.length)),Nr=resolveRelativePath(Nr??a,Er),{fullPath:Nr+(Dr&&"?")+Dr+Mr,path:Nr,query:Lr,hash:decode(Mr)}}function stringifyURL(o,a){const Er=a.query?o(a.query):"";return a.path+(Er&&"?")+Er+(a.hash||"")}function stripBase(o,a){return!a||!o.toLowerCase().startsWith(a.toLowerCase())?o:o.slice(a.length)||"/"}function isSameRouteLocation(o,a,Er){const Nr=a.matched.length-1,Lr=Er.matched.length-1;return Nr>-1&&Nr===Lr&&isSameRouteRecord(a.matched[Nr],Er.matched[Lr])&&isSameRouteLocationParams(a.params,Er.params)&&o(a.query)===o(Er.query)&&a.hash===Er.hash}function isSameRouteRecord(o,a){return(o.aliasOf||o)===(a.aliasOf||a)}function isSameRouteLocationParams(o,a){if(Object.keys(o).length!==Object.keys(a).length)return!1;for(const Er in o)if(!isSameRouteLocationParamsValue(o[Er],a[Er]))return!1;return!0}function isSameRouteLocationParamsValue(o,a){return isArray$1(o)?isEquivalentArray(o,a):isArray$1(a)?isEquivalentArray(a,o):o===a}function isEquivalentArray(o,a){return isArray$1(a)?o.length===a.length&&o.every((Er,Nr)=>Er===a[Nr]):o.length===1&&o[0]===a}function resolveRelativePath(o,a){if(o.startsWith("/"))return o;if(!o)return a;const Er=a.split("/"),Nr=o.split("/"),Lr=Nr[Nr.length-1];(Lr===".."||Lr===".")&&Nr.push("");let Dr=Er.length-1,Mr,Ur;for(Mr=0;Mr<Nr.length;Mr++)if(Ur=Nr[Mr],Ur!==".")if(Ur==="..")Dr>1&&Dr--;else break;return Er.slice(0,Dr).join("/")+"/"+Nr.slice(Mr).join("/")}const START_LOCATION_NORMALIZED={path:"/",name:void 0,params:{},query:{},hash:"",fullPath:"/",matched:[],meta:{},redirectedFrom:void 0};var NavigationType;(function(o){o.pop="pop",o.push="push"})(NavigationType||(NavigationType={}));var NavigationDirection;(function(o){o.back="back",o.forward="forward",o.unknown=""})(NavigationDirection||(NavigationDirection={}));function normalizeBase(o){if(!o)if(isBrowser){const a=document.querySelector("base");o=a&&a.getAttribute("href")||"/",o=o.replace(/^\w+:\/\/[^\/]+/,"")}else o="/";return o[0]!=="/"&&o[0]!=="#"&&(o="/"+o),removeTrailingSlash(o)}const BEFORE_HASH_RE=/^[^#]+#/;function createHref(o,a){return o.replace(BEFORE_HASH_RE,"#")+a}function getElementPosition(o,a){const Er=document.documentElement.getBoundingC
* Cropper.js v1.6.2
* https://fengyuanchen.github.io/cropperjs
*
* Copyright 2015-present Chen Fengyuan
* Released under the MIT license
*
* Date: 2024-04-21T07:43:05.335Z
*/function ne$5(o,a){var Er=Object.keys(o);if(Object.getOwnPropertySymbols){var Nr=Object.getOwnPropertySymbols(o);a&&(Nr=Nr.filter(function(Lr){return Object.getOwnPropertyDescriptor(o,Lr).enumerable})),Er.push.apply(Er,Nr)}return Er}function xe$5(o){for(var a=1;a<arguments.length;a++){var Er=arguments[a]!=null?arguments[a]:{};a%2?ne$5(Object(Er),!0).forEach(function(Nr){$e$4(o,Nr,Er[Nr])}):Object.getOwnPropertyDescriptors?Object.defineProperties(o,Object.getOwnPropertyDescriptors(Er)):ne$5(Object(Er)).forEach(function(Nr){Object.defineProperty(o,Nr,Object.getOwnPropertyDescriptor(Er,Nr))})}return o}function Me$5(o){var a=function(Er,Nr){if(typeof Er!="object"||!Er)return Er;var Lr=Er[Symbol.toPrimitive];if(Lr!==void 0){var Dr=Lr.call(Er,Nr||"default");if(typeof Dr!="object")return Dr;throw new TypeError("@@toPrimitive must return a primitive value.")}return(Nr==="string"?String:Number)(Er)}(o,"string");return typeof a=="symbol"?a:a+""}function Mt$4(o){return Mt$4=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(a){return typeof a}:function(a){return a&&typeof Symbol=="function"&&a.constructor===Symbol&&a!==Symbol.prototype?"symbol":typeof a},Mt$4(o)}function re$3(o,a){for(var Er=0;Er<a.length;Er++){var Nr=a[Er];Nr.enumerable=Nr.enumerable||!1,Nr.configurable=!0,"value"in Nr&&(Nr.writable=!0),Object.defineProperty(o,Me$5(Nr.key),Nr)}}function $e$4(o,a,Er){return(a=Me$5(a))in o?Object.defineProperty(o,a,{value:Er,enumerable:!0,configurable:!0,writable:!0}):o[a]=Er,o}function oe$3(o){return function(a){if(Array.isArray(a))return bt$5(a)}(o)||function(a){if(typeof Symbol<"u"&&a[Symbol.iterator]!=null||a["@@iterator"]!=null)return Array.from(a)}(o)||function(a,Er){if(a){if(typeof a=="string")return bt$5(a,Er);var Nr=Object.prototype.toString.call(a).slice(8,-1);if(Nr==="Object"&&a.constructor&&(Nr=a.constructor.name),Nr==="Map"||Nr==="Set")return Array.from(a);if(Nr==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(Nr))return bt$5(a,Er)}}(o)||function(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}()}function bt$5(o,a){(a==null||a>o.length)&&(a=o.length);for(var Er=0,Nr=new Array(a);Er<a;Er++)Nr[Er]=o[Er];return Nr}var ft$5=typeof window<"u"&&window.document!==void 0,R$3=ft$5?window:{},Ht$3=!(!ft$5||!R$3.document.documentElement)&&"ontouchstart"in R$3.document.documentElement,Nt$4=!!ft$5&&"PointerEvent"in R$3,b$2="cropper",Lt$4="all",Ce$3="crop",De$7="move",Be$6="zoom",K$4="e",Z$3="w",_$4="s",I$6="n",rt$2="ne",ot$3="nw",ht$5="se",st$4="sw",Ct$4="".concat(b$2,"-crop"),he$5="".concat(b$2,"-disabled"),H$6="".concat(b$2,"-hidden"),se$4="".concat(b$2,"-hide"),Qe$3="".concat(b$2,"-invisible"),gt$5="".concat(b$2,"-modal"),Dt$5="".concat(b$2,"-move"),lt$3="".concat(b$2,"Action"),mt$3="".concat(b$2,"Preview"),zt$3="crop",ke$4="move",Oe$3="none",Bt$2="crop",kt$4="cropend",Ot$4="cropmove",Tt$4="cropstart",ce$5="dblclick",le$4=Nt$4?"pointerdown":Ht$3?"touchstart":"mousedown",de$3=Nt$4?"pointermove":Ht$3?"touchmove":"mousemove",pe$5=Nt$4?"pointerup pointercancel":Ht$3?"touchend touchcancel":"mouseup",me$5="ready",ue$2="resize",ge$4="wheel",Et$4="zoom",fe$6="image/jpeg",Ke$3=/^e|w|s|n|se|sw|ne|nw|all|crop|move|zoom$/,Ze$4=/^data:/,Ge$3=/^data:image\/jpeg;base64,/,Ve$3=/^img|canvas$/i,ve$4={viewMode:0,dragMode:zt$3,initialAspectRatio:NaN,aspectRatio:NaN,data:null,preview:"",responsive:!0,restore:!0,checkCrossOrigin:!0,checkOrientation:!0,modal:!0,guides:!0,center:!0,highlight:!0,background:!0,autoCrop:!0,autoCropArea:.8,movable:!0,rotatable:!0,scalable:!0,zoomable:!0,zoomOnTouch:!0,zoomOnWheel:!0,wheelZoomRatio:.1,cropBoxMovable:!0,cropBoxResizable:!0,toggleDragModeOnDblclick:!0,minCanvasWidth:0,minCanvasHeight:0,minCropBoxWidth:0,minCropBoxHeight:0,minContainerWidth:200,minContainerHeight:100,ready:null,cropstart:null,cropmove:null,cropend:null,crop:null,zoom:null},Fe$6=Number.isNaN||R$3.isNaN;function v$3(o){return typeof o=="number"&&!Fe$6(o)}var we$6=function(o){return o>0&&o<1/0};function yt$4(o){return o===void 0}function G$7(o){return Mt$4(o)==="object"&&o!==null}var Je$3=Object.prototype.hasOwnProperty;function et$3(o){if(!G$7(o))return!1;try{var a=o.constructor,Er=a.prototype;return a&&Er&&Je$3.call(Er,"isPrototypeOf")}catch{return!1}}function W$7(o){return typeof o=="function"}var _e$5=Array.prototype.slice;function Te$6(o){return Array.from?Array.from(o):_e$5.call(o)}function B$5(o,a){return o&&W$7(a)&&(Array.isArray(o)||v$3(o.length)?Te$6(o).forEach(function(Er,Nr){a.call(o,Er,Nr,o)}):G$7(o)&&Object.keys(o).forEach(function(Er){a.call(o,o[Er],Er,o)})),o}var y$2=Object.assign||function(o){for(var a=arguments.length,Er=new Array(a>1?a-1:0),Nr=1;Nr<a;Nr++)Er[Nr-1]=arguments[Nr];return G$7(o)&&Er.length>0&&Er.forEach(function(Lr){G$7(Lr)&&Object.keys(Lr).forEach(function(Dr){o[Dr]=Lr[Dr]})}),o},ti$1=/\.\d*(?:0|9){12}\d*$/;function tt$3(o){var a=arguments.length>1&&arguments[1]!==void 0?arguments[1]:1e11;return ti$1.test(o)?Math.round(o*a)/a:o}var ei$1=/^width|height|left|top|marginLeft|marginTop$/;function q$6(o,a){var Er=o.style;B$5(a,function(Nr,Lr){ei$1.test(Lr)&&v$3(Nr)&&(Nr="".concat(Nr,"px")),Er[Lr]=Nr})}function k$8(o,a){if(a)if(v$3(o.length))B$5(o,function(Nr){k$8(Nr,a)});else if(o.classList)o.classList.add(a);else{var Er=o.className.trim();Er?Er.indexOf(a)<0&&(o.className="".concat(Er," ").concat(a)):o.className=a}}function X$4(o,a){a&&(v$3(o.length)?B$5(o,function(Er){X$4(Er,a)}):o.classList?o.classList.remove(a):o.className.indexOf(a)>=0&&(o.className=o.className.replace(a,"")))}function it$2(o,a,Er){a&&(v$3(o.length)?B$5(o,function(Nr){it$2(Nr,a,Er)}):Er?k$8(o,a):X$4(o,a))}var ii$1=/([a-z\d])([A-Z])/g;function Yt$3(o){return o.replace(ii$1,"$1-$2").toLowerCase()}function Wt$2(o,a){return G$7(o[a])?o[a]:o.dataset?o.dataset[a]:o.getAttribute("data-".concat(Yt$3(a)))}function dt$5(o,a,Er){G$7(Er)?o[a]=Er:o.dataset?o.dataset[a]=Er:o.setAttribute("data-".concat(Yt$3(a)),Er)}var Ee$5=/\s\s*/,We$3=function(){var o=!1;if(ft$5){var a=!1,Er=function(){},Nr=Object.defineProperty({},"once",{get:function(){return o=!0,a},set:function(Lr)
Copyright (c) Microsoft Corporation.
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.
***************************************************************************** */var a=function(){return a=Object.assign||function(Qr){for(var nl,pl=1,$l=arguments.length;pl<$l;pl++)for(var Sl in nl=arguments[pl])Object.prototype.hasOwnProperty.call(nl,Sl)&&(Qr[Sl]=nl[Sl]);return Qr},a.apply(this,arguments)};function Er(Qr,nl,pl,$l){function Sl(Al){return Al instanceof pl?Al:new pl(function(Tl){Tl(Al)})}return new(pl||(pl=Promise))(function(Al,Tl){function Ll(ns){try{jl($l.next(ns))}catch(ds){Tl(ds)}}function Yl(ns){try{jl($l.throw(ns))}catch(ds){Tl(ds)}}function jl(ns){ns.done?Al(ns.value):Sl(ns.value).then(Ll,Yl)}jl(($l=$l.apply(Qr,[])).next())})}function Nr(Qr,nl){var pl,$l,Sl,Al,Tl={label:0,sent:function(){if(1&Sl[0])throw Sl[1];return Sl[1]},trys:[],ops:[]};return Al={next:Ll(0),throw:Ll(1),return:Ll(2)},typeof Symbol=="function"&&(Al[Symbol.iterator]=function(){return this}),Al;function Ll(jl){return function(ns){return Yl([jl,ns])}}function Yl(jl){if(pl)throw new TypeError("Generator is already executing.");for(;Tl;)try{if(pl=1,$l&&(Sl=2&jl[0]?$l.return:jl[0]?$l.throw||((Sl=$l.return)&&Sl.call($l),0):$l.next)&&!(Sl=Sl.call($l,jl[1])).done)return Sl;switch($l=0,Sl&&(jl=[2&jl[0],Sl.value]),jl[0]){case 0:case 1:Sl=jl;break;case 4:return Tl.label++,{value:jl[1],done:!1};case 5:Tl.label++,$l=jl[1],jl=[0];continue;case 7:jl=Tl.ops.pop(),Tl.trys.pop();continue;default:if(!((Sl=(Sl=Tl.trys).length>0&&Sl[Sl.length-1])||jl[0]!==6&&jl[0]!==2)){Tl=0;continue}if(jl[0]===3&&(!Sl||jl[1]>Sl[0]&&jl[1]<Sl[3])){Tl.label=jl[1];break}if(jl[0]===6&&Tl.label<Sl[1]){Tl.label=Sl[1],Sl=jl;break}if(Sl&&Tl.label<Sl[2]){Tl.label=Sl[2],Tl.ops.push(jl);break}Sl[2]&&Tl.ops.pop(),Tl.trys.pop();continue}jl=nl.call(Qr,Tl)}catch(ns){jl=[6,ns],$l=0}finally{pl=Sl=0}if(5&jl[0])throw jl[1];return{value:jl[0]?jl[1]:void 0,done:!0}}}function Lr(Qr){var nl=typeof Symbol=="function"&&Symbol.iterator,pl=nl&&Qr[nl],$l=0;if(pl)return pl.call(Qr);if(Qr&&typeof Qr.length=="number")return{next:function(){return Qr&&$l>=Qr.length&&(Qr=void 0),{value:Qr&&Qr[$l++],done:!Qr}}};throw new TypeError(nl?"Object is not iterable.":"Symbol.iterator is not defined.")}function Dr(Qr,nl){var pl=typeof Symbol=="function"&&Qr[Symbol.iterator];if(!pl)return Qr;var $l,Sl,Al=pl.call(Qr),Tl=[];try{for(;(nl===void 0||nl-- >0)&&!($l=Al.next()).done;)Tl.push($l.value)}catch(Ll){Sl={error:Ll}}finally{try{$l&&!$l.done&&(pl=Al.return)&&pl.call(Al)}finally{if(Sl)throw Sl.error}}return Tl}function Mr(Qr,nl,pl){if(arguments.length===2)for(var $l,Sl=0,Al=nl.length;Sl<Al;Sl++)!$l&&Sl in nl||($l||($l=Array.prototype.slice.call(nl,0,Sl)),$l[Sl]=nl[Sl]);return Qr.concat($l||Array.prototype.slice.call(nl))}var Ur={UI_GET_DATA:"ui-get-data",UI_GET_ACTIVE_TAB_INFO:"ui-get-active-tab-info",UI_SUBSCRIBE_TO_CHANGES:"ui-subscribe-to-changes",UI_UNSUBSCRIBE_FROM_CHANGES:"ui-unsubscribe-from-changes",UI_CHANGE_SETTINGS:"ui-change-settings",UI_SET_THEME:"ui-set-theme",UI_SET_SHORTCUT:"ui-set-shortcut",UI_TOGGLE_URL:"ui-toggle-url",UI_MARK_NEWS_AS_READ:"ui-mark-news-as-read",UI_LOAD_CONFIG:"ui-load-config",UI_APPLY_DEV_DYNAMIC_THEME_FIXES:"ui-apply-dev-dynamic-theme-fixes",UI_RESET_DEV_DYNAMIC_THEME_FIXES:"ui-reset-dev-dynamic-theme-fixes",UI_APPLY_DEV_INVERSION_FIXES:"ui-apply-dev-inversion-fixes",UI_RESET_DEV_INVERSION_FIXES:"ui-reset-dev-inversion-fixes",UI_APPLY_DEV_STATIC_THEMES:"ui-apply-dev-static-themes",UI_RESET_DEV_STATIC_THEMES:"ui-reset-dev-static-themes",UI_SAVE_FILE:"ui-save-file",UI_REQUEST_EXPORT_CSS:"ui-request-export-css",BG_CHANGES:"bg-changes",BG_ADD_CSS_FILTER:"bg-add-css-filter",BG_ADD_STATIC_THEME:"bg-add-static-theme",BG_ADD_SVG_FILTER:"bg-add-svg-filter",BG_ADD_DYNAMIC_THEME:"bg-add-dynamic-theme",BG_EXPORT_CSS:"bg-export-css",BG_UNSUPPORTED_SENDER:"bg-unsupported-sender",BG_CLEAN_UP:"bg-clean-up",BG_RELOAD:"bg-reload",BG_FETCH_RESPONSE:"bg-fetch-response",BG_UI_UPDATE:"bg-ui-update",BG_CSS_UPDATE:"bg-css-update",CS_COLOR_SCHEME_CHANGE:"cs-color-scheme-change",CS_FRAME_CONNECT:"cs-frame-connect",CS_FRAME_FORGET:"cs-frame-forget",CS_FRAME_FREEZE:"cs-frame-freeze",CS_FRAME_RESUME
`).replace(/\}/g,`
}
`).replace(/\;(?![^\(|\"]*(\)|\"))/g,`;
`).replace(/\,(?![^\(|\"]*(\)|\"))/g,`,
`).replace(/\n\s*\n/g,`
`).split(`
`),Al=0,Tl=[],Ll=0,Yl=Sl.length;Ll<Yl;Ll++){var jl=Sl[Ll]+`
`;jl.includes("{")?Tl.push(pl(Al++)+nl(jl)):jl.includes("}")?Tl.push(pl(--Al)+nl(jl)):Tl.push(pl(Al)+nl(jl))}return Tl.join("").trim()}function ed(Qr,nl){nl===void 0&&(nl=0);for(var pl=Qr.length,$l=0,Sl=-1,Al=nl;Al<pl;Al++)if($l===0){if((Tl=Qr.indexOf("(",Al))<0)break;Sl=Tl,$l++,Al=Tl}else{var Tl,Ll=Qr.indexOf(")",Al);if(Ll<0)break;if((Tl=Qr.indexOf("(",Al))<0||Ll<Tl){if(--$l==0)return{start:Sl,end:Ll+1};Al=Ll}else $l++,Al=Tl}return null}function td(Qr){var nl=Tp.identity();return Qr.sepia!==0&&(nl=xp(nl,Tp.sepia(Qr.sepia/100))),Qr.grayscale!==0&&(nl=xp(nl,Tp.grayscale(Qr.grayscale/100))),Qr.contrast!==100&&(nl=xp(nl,Tp.contrast(Qr.contrast/100))),Qr.brightness!==100&&(nl=xp(nl,Tp.brightness(Qr.brightness/100))),Qr.mode===1&&(nl=xp(nl,Tp.invertNHue())),nl}function Ud(Qr,nl){var pl=Dr(Qr,3),$l=xp(nl,[[pl[0]/255],[pl[1]/255],[pl[2]/255],[1],[1]]);return[0,1,2].map(function(Sl){return kp(Math.round(255*$l[Sl][0]),0,255)})}var Tp={identity:function(){return[[1,0,0,0,0],[0,1,0,0,0],[0,0,1,0,0],[0,0,0,1,0],[0,0,0,0,1]]},invertNHue:function(){return[[.333,-.667,-.667,0,1],[-.667,.333,-.667,0,1],[-.667,-.667,.333,0,1],[0,0,0,1,0],[0,0,0,0,1]]},brightness:function(Qr){return[[Qr,0,0,0,0],[0,Qr,0,0,0],[0,0,Qr,0,0],[0,0,0,1,0],[0,0,0,0,1]]},contrast:function(Qr){var nl=(1-Qr)/2;return[[Qr,0,0,0,nl],[0,Qr,0,0,nl],[0,0,Qr,0,nl],[0,0,0,1,0],[0,0,0,0,1]]},sepia:function(Qr){return[[.393+.607*(1-Qr),.769-.769*(1-Qr),.189-.189*(1-Qr),0,0],[.349-.349*(1-Qr),.686+.314*(1-Qr),.168-.168*(1-Qr),0,0],[.272-.272*(1-Qr),.534-.534*(1-Qr),.131+.869*(1-Qr),0,0],[0,0,0,1,0],[0,0,0,0,1]]},grayscale:function(Qr){return[[.2126+.7874*(1-Qr),.7152-.7152*(1-Qr),.0722-.0722*(1-Qr),0,0],[.2126-.2126*(1-Qr),.7152+.2848*(1-Qr),.0722-.0722*(1-Qr),0,0],[.2126-.2126*(1-Qr),.7152-.7152*(1-Qr),.0722+.9278*(1-Qr),0,0],[0,0,0,1,0],[0,0,0,0,1]]}};function wf(Qr){return Qr[Qr.mode===1?"darkSchemeBackgroundColor":"lightSchemeBackgroundColor"]}function xf(Qr){return Qr[Qr.mode===1?"darkSchemeTextColor":"lightSchemeTextColor"]}var vf=new Map,yf=new Map;function nd(Qr){if(yf.has(Qr))return yf.get(Qr);var nl=Yp(_s(Qr));return yf.set(Qr,nl),nl}function Wd(){vf.clear(),yf.clear()}var od=["r","g","b","a"],rd=["mode","brightness","contrast","grayscale","sepia","darkSchemeBackgroundColor","darkSchemeTextColor","lightSchemeBackgroundColor","lightSchemeTextColor"];function qd(Qr,nl){var pl="";return od.forEach(function($l){pl+=Qr[$l]+";"}),rd.forEach(function($l){pl+=nl[$l]+";"}),pl}function Rp(Qr,nl,pl,$l,Sl){var Al;vf.has(pl)?Al=vf.get(pl):(Al=new Map,vf.set(pl,Al));var Tl=qd(Qr,nl);if(Al.has(Tl))return Al.get(Tl);var Ll=Bf(pl(Yp(Qr),$l==null?null:nd($l),Sl==null?null:nd(Sl))),Yl=Ll.r,jl=Ll.g,ns=Ll.b,ds=Ll.a,gs=Dr(Ud([Yl,jl,ns],td(nl)),3),bs=gs[0],ms=gs[1],as=gs[2],us=ds===1?Gf({r:bs,g:ms,b:as}):Yf({r:bs,g:ms,b:as,a:ds});return Al.set(Tl,us),us}function id(Qr){return Qr}function Yd(Qr,nl){return Rp(Qr,nl,id)}function Cf(Qr,nl){var pl=wf(nl);return Rp(Qr,nl,Gd,xf(nl),pl)}function Gd(Qr,nl,pl){var $l=Qr.h,Sl=Qr.s,Al=Qr.l,Tl=Qr.a,Ll=Al<.5,Yl=$l,jl=Al;return(Ll?Al<.2||Sl<.12:Sl<.24||Al>.8&&$l>200&&$l<280)&&(Ll?(Yl=nl.h,jl=nl.s):(Yl=pl.h,jl=pl.s)),{h:Yl,s:jl,l:sp(Al,0,1,nl.l,pl.l),a:Tl}}var ad=.4;function Kd(Qr,nl){var pl=Qr.h,$l=Qr.s,Sl=Qr.l,Al=Qr.a,Tl=$l<.12||Sl>.8&&pl>200&&pl<280;if(Sl<.5){var Ll=sp(Sl,0,.5,0,ad);return Tl?{h:nl.h,s:nl.s,l:Ll,a:Al}:{h:pl,s:$l,l:Ll,a:Al}}var Yl=sp(Sl,.5,1,ad,nl.l);if(Tl)return{h:nl.h,s:nl.s,l:Yl,a:Al};var jl=pl;return pl>60&&pl<180&&(jl=pl>120?sp(pl,120,180,135,180):sp(pl,60,120,60,105)),{h:jl,s:$l,l:Yl,a:Al}}function Qs(Qr,nl){if(nl.mode===0)return Cf(Qr,nl);var pl=wf(nl);return Rp(Qr,a(a({},nl),{mode:0}),Kd,pl)}var Sf,Gp=.55;function ld(Qr){return sp(Qr,205,245,205,220)}function Xd(Qr,nl){var pl=Qr.h,$l=Qr.s,Sl=Qr.l,Al=Qr.a,Tl=Sl<.2||$l<.24,Ll=!Tl&&pl>205&&pl<245;if(Sl>.5){var Yl=sp(Sl,.5,1,Gp,nl.l);if(Tl)return{h:nl.h,s:nl.s,l:Yl,a:Al};var jl=pl;return Ll&&(jl=ld(pl)),{h:jl,s:$l,l:Yl,a:Al}}if(Tl)return{h:nl.h,s:nl.s,l:sp(Sl,0,.5,nl.l,Gp),a:Al};var ns,ds=pl;return Ll?(ds=ld(pl),ns=sp(Sl,0,.5,nl.l,Math.min(1,Gp+.05))):ns=sp(Sl,0,.5,nl.l,Gp),{h:d
`)}function cd(Qr){var nl=[];return Qr.mode===Sf.dark&&nl.push("invert(100%) hue-rotate(180deg)"),Qr.brightness!==100&&nl.push("brightness("+Qr.brightness+"%)"),Qr.contrast!==100&&nl.push("contrast("+Qr.contrast+"%)"),Qr.grayscale!==0&&nl.push("grayscale("+Qr.grayscale+"%)"),Qr.sepia!==0&&nl.push("sepia("+Qr.sepia+"%)"),nl.length===0?null:nl.join(" ")}function Zd(Qr){return Qr.slice(0,4).map(function(nl){return nl.map(function(pl){return pl.toFixed(3)}).join(" ")}).join(" ")}function em(Qr){return Zd(td(Qr))}(function(Qr){Qr[Qr.light=0]="light",Qr[Qr.dark=1]="dark"})(Sf||(Sf={}));var tm=0,Of=new Map,If=new Map;function ud(Qr){return Er(this,void 0,void 0,function(){return Nr(this,function(nl){return[2,new Promise(function(pl,$l){var Sl=++tm;Of.set(Sl,pl),If.set(Sl,$l),typeof chrome<"u"&&chrome.runtime.sendMessage({type:Ur.CS_FETCH,data:Qr,id:Sl})})]})})}typeof chrome<"u"&&chrome.runtime.onMessage.addListener(function(Qr){var nl=Qr.type,pl=Qr.data,$l=Qr.error,Sl=Qr.id;if(nl===Ur.BG_FETCH_RESPONSE){var Al=Of.get(Sl),Tl=If.get(Sl);Of.delete(Sl),If.delete(Sl),$l?Tl&&Tl($l):Al&&Al(pl)}});var Tf=new(function(){function Qr(){this.queue=[],this.timerId=null,this.frameDuration=1e3/60}return Qr.prototype.addToQueue=function(nl){this.queue.push(nl),this.startQueue()},Qr.prototype.stopQueue=function(){this.timerId!==null&&(cancelAnimationFrame(this.timerId),this.timerId=null),this.queue=[]},Qr.prototype.startQueue=function(){var nl=this;this.timerId||(this.timerId=requestAnimationFrame(function(){nl.timerId=null;for(var pl,$l=Date.now();pl=nl.queue.shift();)if(pl(),Date.now()-$l>=nl.frameDuration){nl.startQueue();break}}))},Qr}());function nm(Qr){return Er(this,void 0,void 0,function(){var nl=this;return Nr(this,function(pl){return[2,new Promise(function($l,Sl){return Er(nl,void 0,void 0,function(){var Al,Tl,Ll,Yl;return Nr(this,function(jl){switch(jl.label){case 0:return Qr.startsWith("data:")?(Al=Qr,[3,4]):[3,1];case 1:return jl.trys.push([1,3,,4]),[4,om(Qr)];case 2:return Al=jl.sent(),[3,4];case 3:return Tl=jl.sent(),Sl(Tl),[2];case 4:return jl.trys.push([4,6,,7]),[4,rm(Al)];case 5:return Ll=jl.sent(),Tf.addToQueue(function(){$l(a({src:Qr,dataURL:Al,width:Ll.naturalWidth,height:Ll.naturalHeight},sm(Ll)))}),[3,7];case 6:return Yl=jl.sent(),Sl(Yl),[3,7];case 7:return[2]}})})})]})})}function om(Qr){return Er(this,void 0,void 0,function(){return Nr(this,function(nl){switch(nl.label){case 0:return new URL(Qr).origin!==location.origin?[3,2]:[4,ml(Qr)];case 1:case 3:return[2,nl.sent()];case 2:return[4,ud({url:Qr,responseType:"data-url"})]}})})}function rm(Qr){return Er(this,void 0,void 0,function(){return Nr(this,function(nl){return[2,new Promise(function(pl,$l){var Sl=new Image;Sl.onload=function(){return pl(Sl)},Sl.onerror=function(){return $l("Unable to load image "+Qr)},Sl.src=Qr})]})})}var Xp,Jp,Qp=1024;function im(){var Qr=Qp,nl=Qp;(Xp=document.createElement("canvas")).width=Qr,Xp.height=nl,(Jp=Xp.getContext("2d")).imageSmoothingEnabled=!1}function am(){Xp=null,Jp=null}var lm=5242880;function sm(Qr){Xp||im();var nl=Qr.naturalWidth,pl=Qr.naturalHeight;if(pl===0||nl===0)return""+Qr.currentSrc,null;if(nl*pl*4>lm)return{isDark:!1,isLight:!1,isTransparent:!1,isLarge:!1,isTooLarge:!0};var $l=nl*pl,Sl=Math.min(1,Math.sqrt(Qp/$l)),Al=Math.ceil(nl*Sl),Tl=Math.ceil(pl*Sl);Jp.clearRect(0,0,Al,Tl),Jp.drawImage(Qr,0,0,nl,pl,0,0,Al,Tl);var Ll,Yl,jl,ns,ds,gs,bs,ms=Jp.getImageData(0,0,Al,Tl).data,as=.05,us=.4,hs=.7,ws=0,xs=0,Cs=0;for(jl=0;jl<Tl;jl++)for(Yl=0;Yl<Al;Yl++)ns=ms[0+(Ll=4*(jl*Al+Yl))]/255,ds=ms[Ll+1]/255,gs=ms[Ll+2]/255,ms[Ll+3]/255<as?ws++:((bs=.2126*ns+.7152*ds+.0722*gs)<us&&xs++,bs>hs&&Cs++);var Ts=Al*Tl,As=Ts-ws;return{isDark:xs/As>=.7,isLight:Cs/As>=.7,isTransparent:ws/Ts>=.1,isLarge:$l>=48e4,isTooLarge:!1}}function Rf(Qr,nl){var pl=Qr.dataURL,$l=Qr.width,Sl=Qr.height,Al=['<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="'+$l+'" height="'+Sl+'">',"<defs>",'<filter id="darkreader-image-filter">','<feColorMatrix type="matrix" values="'+em(nl)+'" />',"</filter>","</defs>",'<image width="'+$l+
`)}function pd(Qr){var nl,pl;if(Qr.selectionColor==="auto")nl=Qs({r:0,g:96,b:212},a(a({},Qr),{grayscale:0})),pl=cp({r:255,g:255,b:255},a(a({},Qr),{grayscale:0}));else{var $l=Yp(_s(Qr.selectionColor));nl=Qr.selectionColor,pl=$l.l<.5?"#FFF":"#000"}return{backgroundColorSelection:nl,foregroundColorSelection:pl}}function fd(Qr){var nl=[],pl=pd(Qr),$l=pl.backgroundColorSelection,Sl=pl.foregroundColorSelection;return["::selection","::-moz-selection"].forEach(function(Al){nl.push(Al+" {"),nl.push(" background-color: "+$l+" !important;"),nl.push(" color: "+Sl+" !important;"),nl.push("}")}),nl.join(`
`)}function pm(Qr){var nl,pl,$l,Sl,Al,Tl,Ll=[];if(Qr.scrollbarColor==="auto")nl=Qs({r:241,g:241,b:241},Qr),pl=cp({r:96,g:96,b:96},Qr),$l=Qs({r:176,g:176,b:176},Qr),Sl=Qs({r:144,g:144,b:144},Qr),Al=Qs({r:96,g:96,b:96},Qr),Tl=Qs({r:255,g:255,b:255},Qr);else{var Yl=Yp(_s(Qr.scrollbarColor)),jl=Yl.l>.5,ns=function(gs){return a(a({},Yl),{l:kp(Yl.l+gs,0,1)})},ds=function(gs){return a(a({},Yl),{l:kp(Yl.l-gs,0,1)})};nl=wp(ds(.4)),pl=wp(jl?ds(.4):ns(.4)),$l=wp(Yl),Sl=wp(ns(.1)),Al=wp(ns(.2))}return Ll.push("::-webkit-scrollbar {"),Ll.push(" background-color: "+nl+";"),Ll.push(" color: "+pl+";"),Ll.push("}"),Ll.push("::-webkit-scrollbar-thumb {"),Ll.push(" background-color: "+$l+";"),Ll.push("}"),Ll.push("::-webkit-scrollbar-thumb:hover {"),Ll.push(" background-color: "+Sl+";"),Ll.push("}"),Ll.push("::-webkit-scrollbar-thumb:active {"),Ll.push(" background-color: "+Al+";"),Ll.push("}"),Ll.push("::-webkit-scrollbar-corner {"),Ll.push(" background-color: "+Tl+";"),Ll.push("}"),Kr&&(Ll.push("* {"),Ll.push(" scrollbar-color: "+$l+" "+nl+";"),Ll.push("}")),Ll.join(`
`)}function Af(Qr,nl){var pl=nl.strict,$l=[],Sl=location.hostname.endsWith("microsoft.com");return $l.push("html, body, "+(pl?"body :not(iframe)"+(Sl?':not(div[style^="position:absolute;top:0;left:-"]':""):"body > :not(iframe)")+" {"),$l.push(" background-color: "+Qs({r:255,g:255,b:255},Qr)+" !important;"),$l.push(" border-color: "+Kp({r:64,g:64,b:64},Qr)+" !important;"),$l.push(" color: "+cp({r:0,g:0,b:0},Qr)+" !important;"),$l.push("}"),$l.join(`
`)}var dd=new Set(["inherit","transparent","initial","currentcolor","none","unset"]),gf=new Map;function md(Qr){if(Qr=Qr.trim(),gf.has(Qr))return gf.get(Qr);Qr.includes("calc(")&&(Qr=jd(Qr));var nl=_s(Qr);return gf.set(Qr,nl),nl}function yp(Qr){try{return md(Qr)}catch{return null}}function fm(Qr,nl){if(dd.has(nl.toLowerCase()))return nl;try{var pl=md(nl);return Qr.includes("background")?function($l){return Qs(pl,$l)}:Qr.includes("border")||Qr.includes("outline")?function($l){return Kp(pl,$l)}:function($l){return cp(pl,$l)}}catch{return null}}var dm=/[\-a-z]+gradient\(([^\(\)]*(\(([^\(\)]*(\(.*?\)))*[^\(\)]*\))){0,15}[^\(\)]*\)/g,Zp=new Map,gp=new Map;function mm(Qr,nl){if(!Qr||nl.length===0)return!1;if(nl.some(function(Tl){return Tl==="*"}))return!0;for(var pl=Qr.split(/,\s*/g),$l=function(Tl){var Ll=nl[Tl];if(pl.some(function(Yl){return Yl===Ll}))return{value:!0}},Sl=0;Sl<nl.length;Sl++){var Al=$l(Sl);if(typeof Al=="object")return Al.value}return!1}function Nf(Qr,nl,pl,$l){var Sl=this;try{var Al=Cp(dm,Qr),Tl=Cp(Ms,Qr);if(Tl.length===0&&Al.length===0)return Qr;var Ll=function(ms){var as=0;return ms.map(function(us){var hs=Qr.indexOf(us,as);return as=hs+us.length,{match:us,index:hs}})},Yl=Ll(Tl).map(function(ms){return a({type:"url"},ms)}).concat(Ll(Al).map(function(ms){return a({type:"gradient"},ms)})).sort(function(ms,as){return ms.index-as.index}),jl=function(ms){var as=ms.match(/^(.*-gradient)\((.*)\)$/),us=as[1],hs=as[2],ws=/^(from|color-stop|to)\(([^\(\)]*?,\s*)?(.*?)\)$/,xs=Cp(/([^\(\),]+(\([^\(\)]*(\([^\(\)]*\)*[^\(\)]*)?\))?[^\(\),]*),?/g,hs,1).map(function(Cs){var Ts=yp(Cs=Cs.trim());if(Ts)return function(Xs){return Ef(Ts,Xs)};var As=Cs.lastIndexOf(" ");if(Ts=yp(Cs.substring(0,As)))return function(Xs){return Ef(Ts,Xs)+" "+Cs.substring(As+1)};var Ls=Cs.match(ws);return Ls&&(Ts=yp(Ls[3]))?function(Xs){return Ls[1]+"("+(Ls[2]?Ls[2]+", ":"")+Ef(Ts,Xs)+")"}:function(){return Cs}});return function(Cs){return us+"("+xs.map(function(Ts){return Ts(Cs)}).join(", ")+")"}},ns=function(ms){var as;if(mm(nl.selectorText,pl))return null;var us=Us(ms),hs=nl.parentStyleSheet,ws=hs&&hs.href?js(hs.href):((as=hs.ownerNode)===null||as===void 0?void 0:as.baseURI)||location.origin,xs='url("'+(us=ls(ws,us))+'")';return function(Cs){return Er(Sl,void 0,void 0,function(){var Ts,As;return Nr(this,function(Ls){switch(Ls.label){case 0:return Zp.has(us)?(Ts=Zp.get(us),[3,7]):[3,1];case 1:return Ls.trys.push([1,6,,7]),gp.has(us)?(As=gp.get(us),[4,new Promise(function(Xs){return As.push(Xs)})]):[3,3];case 2:return(Ts=Ls.sent())?[3,5]:[2,null];case 3:return gp.set(us,[]),[4,nm(us)];case 4:Ts=Ls.sent(),Zp.set(us,Ts),gp.get(us).forEach(function(Xs){return Xs(Ts)}),gp.delete(us),Ls.label=5;case 5:return $l()?[2,null]:[3,7];case 6:return Ls.sent(),gp.has(us)&&(gp.get(us).forEach(function(Xs){return Xs(null)}),gp.delete(us)),[2,xs];case 7:return[2,ds(Ts,Cs)||xs]}})})}},ds=function(ms,as){var us,hs=ms.isDark,ws=ms.isLight,xs=ms.isTransparent,Cs=ms.isLarge,Ts=ms.isTooLarge,As=ms.width;return Ts?us='url("'+ms.src+'")':hs&&xs&&as.mode===1&&!Cs&&As>2?(""+ms.src,us='url("'+Rf(ms,a(a({},as),{sepia:kp(as.sepia+10,0,100)}))+'")'):ws&&!xs&&as.mode===1?Cs?us="none":(""+ms.src,us='url("'+Rf(ms,as)+'")'):as.mode===0&&ws&&!Cs?(""+ms.src,us='url("'+Rf(ms,a(a({},as),{brightness:kp(as.brightness-10,5,200),sepia:kp(as.sepia+10,0,100)}))+'")'):us=null,us},gs=[],bs=0;return Yl.forEach(function(ms,as){var us=ms.match,hs=ms.type,ws=ms.index,xs=bs,Cs=ws+us.length;bs=Cs,gs.push(function(){return Qr.substring(xs,ws)}),gs.push(hs==="url"?ns(us):jl(us)),as===Yl.length-1&&gs.push(function(){return Qr.substring(Cs)})}),function(ms){var as=gs.filter(Boolean).map(function(us){return us(ms)});return as.some(function(us){return us instanceof Promise})?Promise.all(as).then(function(us){return us.join("")}):as.join("")}}catch{return null}}function hd(Qr){try{var nl=0,pl=Cp(/(^|\s)(?!calc)([a-z]+\(.+?\)|#[0-9a-f]+|[a-z]+)(.*?(inset|outset)?($|,))/gi,Qr,2),$l=0,Sl=pl.map(function(Al,Tl){var Ll=nl,Yl=Qr.indexOf(Al,nl),jl=Yl+Al.length;nl=jl;var ns=yp(Al);return ns?function(ds){return""+Q
`);Tl.insertRule(ms)},Qr}());function gm(Qr,nl){nl===void 0&&(nl=0);var pl=Qr.indexOf("var(",nl);if(pl>=0){var $l=ed(Qr,pl+3);return $l?{start:pl,end:$l.end}:null}}function yd(Qr){for(var nl,pl=[],$l=0;nl=gm(Qr,$l);){var Sl=nl.start,Al=nl.end;pl.push({start:Sl,end:Al,value:Qr.substring(Sl,Al)}),$l=nl.end+1}return pl}function gd(Qr,nl){var pl=yd(Qr),$l=pl.length;if($l===0)return Qr;var Sl=Qr.length,Al=pl.map(function(ns){return nl(ns.value)}),Tl=[];Tl.push(Qr.substring(0,pl[0].start));for(var Ll=0;Ll<$l;Ll++){Tl.push(Al[Ll]);var Yl=pl[Ll].end,jl=Ll<$l-1?pl[Ll+1].start:Sl;Tl.push(Qr.substring(Yl,jl))}return Tl.join("")}function $d(Qr){var nl,pl,$l=Qr.indexOf(",");return $l>=0?(nl=Qr.substring(4,$l).trim(),pl=Qr.substring($l+1,Qr.length-1).trim()):(nl=Qr.substring(4,Qr.length-1).trim(),pl=""),{name:nl,fallback:pl}}function $p(Qr,nl,pl){return gd(Qr,function($l){var Sl=$d($l),Al=Sl.name,Tl=Sl.fallback,Ll=nl(Al);return Tl?"var("+Ll+", "+(Sp(Tl)?$p(Tl,nl,pl):pl?pl(Tl):Tl)+")":"var("+Ll+")"})}function $m(Qr,nl){$p(Qr,function(pl){return nl(pl),pl})}function ef(Qr){return"--darkreader-bg"+Qr}function $f(Qr){return"--darkreader-text"+Qr}function Lf(Qr){return"--darkreader-border"+Qr}function bd(Qr){return"--darkreader-bgimg"+Qr}function tf(Qr){return Qr.startsWith("--")}function Sp(Qr){return Qr.includes("var(")}function kd(Qr){return Qr.match(/^\s*(rgb|hsl)a?\(/)}var zd=/^\d{1,3}, ?\d{1,3}, ?\d{1,3}$/;function bm(Qr){if(zd.test(Qr)){var nl=Qr.split(","),pl="rgb(";return nl.forEach(function($l){pl+=$l.trim()+", "}),pl=pl.substr(0,pl.length-2),{isRaw:!0,color:pl+=")"}}return{isRaw:!1,color:Qr}}function bf(Qr,nl,pl){var $l=bm(Qr),Sl=$l.isRaw,Al=$l.color,Tl=yp(Al);if(Tl){var Ll=pl(Tl,nl);if(Sl){var Yl=yp(Ll);return Yl?Yl.r+", "+Yl.g+", "+Yl.b:Ll}return Ll}return Al}function Lp(Qr,nl){return bf(Qr,nl,Qs)}function nf(Qr,nl){return bf(Qr,nl,cp)}function of(Qr,nl){return bf(Qr,nl,Kp)}function Df(Qr,nl,pl){pl===void 0&&(pl=new Set);var $l=!1,Sl=gd(Qr,function(Al){var Tl=$d(Al),Ll=Tl.name,Yl=Tl.fallback;if(pl.has(Ll))return $l=!0,null;pl.add(Ll);var jl=nl.get(Ll)||Yl,ns=null;return jl&&(ns=Sp(jl)?Df(jl,nl,pl):jl),ns||($l=!0,null)});return $l?null:Sl}var Dp={"background-color":{customProp:"--darkreader-inline-bgcolor",cssProp:"background-color",dataAttr:"data-darkreader-inline-bgcolor"},"background-image":{customProp:"--darkreader-inline-bgimage",cssProp:"background-image",dataAttr:"data-darkreader-inline-bgimage"},"border-color":{customProp:"--darkreader-inline-border",cssProp:"border-color",dataAttr:"data-darkreader-inline-border"},"border-bottom-color":{customProp:"--darkreader-inline-border-bottom",cssProp:"border-bottom-color",dataAttr:"data-darkreader-inline-border-bottom"},"border-left-color":{customProp:"--darkreader-inline-border-left",cssProp:"border-left-color",dataAttr:"data-darkreader-inline-border-left"},"border-right-color":{customProp:"--darkreader-inline-border-right",cssProp:"border-right-color",dataAttr:"data-darkreader-inline-border-right"},"border-top-color":{customProp:"--darkreader-inline-border-top",cssProp:"border-top-color",dataAttr:"data-darkreader-inline-border-top"},"box-shadow":{customProp:"--darkreader-inline-boxshadow",cssProp:"box-shadow",dataAttr:"data-darkreader-inline-boxshadow"},color:{customProp:"--darkreader-inline-color",cssProp:"color",dataAttr:"data-darkreader-inline-color"},fill:{customProp:"--darkreader-inline-fill",cssProp:"fill",dataAttr:"data-darkreader-inline-fill"},stroke:{customProp:"--darkreader-inline-stroke",cssProp:"stroke",dataAttr:"data-darkreader-inline-stroke"},"outline-color":{customProp:"--darkreader-inline-outline",cssProp:"outline-color",dataAttr:"data-darkreader-inline-outline"},"stop-color":{customProp:"--darkreader-inline-stopcolor",cssProp:"stop-color",dataAttr:"data-darkreader-inline-stopcolor"}},Vf=Object.values(Dp),rf={};Vf.forEach(function(Qr){var nl=Qr.cssProp,pl=Qr.customProp;return rf[pl]=nl});var af=["style","fill","stop-color","stroke","bgcolor","color"],Vp=af.map(function(Qr){return"["+Qr+"]"}).join(", ");function Mf(){return Vf.map(function(Qr){var nl=Qr.dataAttr
`)}).join(`
`)}function km(Qr){var nl=[];return Qr instanceof Element&&Qr.matches(Vp)&&nl.push(Qr),(Qr instanceof Element||fl&&Qr instanceof ShadowRoot||Qr instanceof Document)&&Bl(nl,Qr.querySelectorAll(Vp)),nl}var Mp=new Map,kf=new Map;function zf(Qr,nl){Fp(document,Qr,nl),ql(document.documentElement,function(pl){Fp(pl.shadowRoot,Qr,nl)})}function Fp(Qr,nl,pl){Mp.has(Qr)&&(Mp.get(Qr).disconnect(),kf.get(Qr).disconnect());var $l=new WeakSet;function Sl(as){km(as).forEach(function(us){$l.has(us)||($l.add(us),nl(us))}),ql(as,function(us){$l.has(as)||($l.add(as),pl(us.shadowRoot),Fp(us.shadowRoot,nl,pl))})}var Al=os(Qr,{onMinorMutations:function(as){as.additions.forEach(function(us){return Sl(us)})},onHugeMutations:function(){Sl(Qr)}});Mp.set(Qr,Al);var Tl=0,Ll=null,Yl=El({seconds:10}),jl=El({seconds:2}),ns=50,ds=[],gs=null,bs=il(function(as){as.forEach(function(us){af.includes(us.attributeName)&&nl(us.target)})}),ms=new MutationObserver(function(as){if(gs)ds.push.apply(ds,Mr([],Dr(as),!1));else{Tl++;var us=Date.now();if(Ll==null)Ll=us;else if(Tl>=ns){if(us-Ll<Yl)return gs=setTimeout(function(){Ll=null,Tl=0,gs=null;var hs=ds;ds=[],bs(hs)},jl),void ds.push.apply(ds,Mr([],Dr(as),!1));Ll=us,Tl=1}bs(as)}});ms.observe(Qr,{attributes:!0,attributeFilter:af.concat(Vf.map(function(as){return as.dataAttr})),subtree:!0}),kf.set(Qr,ms)}function zm(){Mp.forEach(function(Qr){return Qr.disconnect()}),kf.forEach(function(Qr){return Qr.disconnect()}),Mp.clear(),kf.clear()}var Ff=new WeakMap,_m=["brightness","contrast","grayscale","sepia","mode"];function _d(Qr,nl){return af.map(function(pl){return pl+'="'+Qr.getAttribute(pl)+'"'}).concat(_m.map(function(pl){return pl+'="'+nl[pl]+'"'})).join(" ")}function Bm(Qr,nl){for(var pl=0,$l=nl.length;pl<$l;pl++){var Sl=nl[pl];if(Qr.matches(Sl))return!0}return!1}function Pl(Qr,nl,pl,$l){if(_d(Qr,nl)!==Ff.get(Qr)){var Sl=new Set(Object.keys(Dp));if(pl.length>0&&Bm(Qr,pl))Sl.forEach(function(ns){Qr.removeAttribute(Dp[ns].dataAttr)});else{if(Qr.hasAttribute("bgcolor")&&(((Yl=Qr.getAttribute("bgcolor")).match(/^[0-9a-f]{3}$/i)||Yl.match(/^[0-9a-f]{6}$/i))&&(Yl="#"+Yl),jl("background-color","background-color",Yl)),Qr.hasAttribute("color")&&Qr.rel!=="mask-icon"&&(((Yl=Qr.getAttribute("color")).match(/^[0-9a-f]{3}$/i)||Yl.match(/^[0-9a-f]{6}$/i))&&(Yl="#"+Yl),jl("color","color",Yl)),Qr instanceof SVGElement){if(Qr.hasAttribute("fill")){var Al=32,Tl=Qr.getAttribute("fill");if(Tl!=="none")if(Qr instanceof SVGTextElement)jl("fill","color",Tl);else{var Ll=function(){var ns=Qr.getBoundingClientRect(),ds=ns.width,gs=ns.height;jl("fill",ds>Al||gs>Al?"background-color":"color",Tl)};es()?Ll():zs(Ll)}}Qr.hasAttribute("stop-color")&&jl("stop-color","background-color",Qr.getAttribute("stop-color"))}if(Qr.hasAttribute("stroke")){var Yl=Qr.getAttribute("stroke");jl("stroke",Qr instanceof SVGLineElement||Qr instanceof SVGTextElement?"border-color":"color",Yl)}Qr.style&&Ss(Qr.style,function(ns,ds){if(ns!=="background-image"||!ds.includes("url"))if(Dp.hasOwnProperty(ns))jl(ns,ns,ds);else{var gs=rf[ns];if(gs&&!Qr.style.getPropertyValue(gs)&&!Qr.hasAttribute(gs)){if(gs==="background-color"&&Qr.hasAttribute("bgcolor"))return;Qr.style.setProperty(ns,"")}}}),Qr.style&&Qr instanceof SVGTextElement&&Qr.style.fill&&jl("fill","color",Qr.style.getPropertyValue("fill")),zl(Sl,function(ns){Qr.removeAttribute(Dp[ns].dataAttr)}),Ff.set(Qr,_d(Qr,nl))}}function jl(ns,ds,gs){var bs=Dp[ns],ms=bs.customProp,as=bs.dataAttr,us=Pf(ds,gs,{},Zu,$l,null);if(us){var hs=us.value;typeof hs=="function"&&(hs=hs(nl)),Qr.style.setProperty(ms,hs),Qr.hasAttribute(as)||Qr.setAttribute(as,""),Sl.delete(ns)}}}var Bs="theme-color",jp='meta[name="'+Bs+'"]',Ep=null,up=null;function lf(Qr,nl){Ep=Ep||Qr.content;try{var pl=_s(Ep);Qr.content=Qs(pl,nl)}catch{}}function ys(Qr){var nl=document.querySelector(jp);nl?lf(nl,Qr):(up&&up.disconnect(),(up=new MutationObserver(function(pl){e:for(var $l=0;$l<pl.length;$l++)for(var Sl=pl[$l].addedNodes,Al=0;Al<Sl.length;Al++){var Tl=Sl[Al];if(Tl instanceof HTMLMetaElement&&Tl.name===Bs){up.disconnect(),up=null,lf(Tl,Qr);break e}}})).observe(
`):$l.textContent="",document.head.insertBefore($l,pl.nextSibling),cf($l,"invert");var Sl=mp("darkreader--inline");Sl.textContent=Mf(),document.head.insertBefore(Sl,$l.nextSibling),cf(Sl,"inline");var Al=mp("darkreader--override");Al.textContent=qs&&qs.css?Wm(qs.css):"",document.head.appendChild(Al),cf(Al,"override");var Tl=mp("darkreader--variables"),Ll=pd(Is),Yl=Is.darkSchemeBackgroundColor,jl=Is.darkSchemeTextColor,ns=Is.lightSchemeBackgroundColor,ds=Is.lightSchemeTextColor,gs=Is.mode,bs=gs===0?ns:Yl,ms=gs===0?ds:jl;bs=Qs(_s(bs),Is),ms=cp(_s(ms),Is),Tl.textContent=[":root {"," --darkreader-neutral-background: "+bs+";"," --darkreader-neutral-text: "+ms+";"," --darkreader-selection-background: "+Ll.backgroundColorSelection+";"," --darkreader-selection-text: "+Ll.foregroundColorSelection+";","}"].join(`
`),document.head.insertBefore(Tl,Sl.nextSibling),cf(Tl,"variables");var as=mp("darkreader--root-vars");document.head.insertBefore(as,Tl.nextSibling);var us=b0("darkreader--proxy");us.append("("+$0+")(!"+(qs&&qs.disableStyleSheetsProxy)+")"),document.head.insertBefore(us,as.nextSibling),us.remove()}var Sm=new Set;function Em(Qr){var nl=mp("darkreader--inline",Qr);nl.textContent=Mf(),Qr.insertBefore(nl,Qr.firstChild);var pl=mp("darkreader--override",Qr);pl.textContent=qs&&qs.css?Wm(qs.css):"",Qr.insertBefore(pl,nl.nextSibling);var $l=mp("darkreader--invert",Qr);qs&&Array.isArray(qs.invert)&&qs.invert.length>0?$l.textContent=[qs.invert.join(", ")+" {"," filter: "+cd(a(a({},Is),{contrast:Is.mode===0?Is.contrast:kp(Is.contrast-10,0,100)}))+" !important;","}"].join(`
`):$l.textContent="",Qr.insertBefore($l,pl.nextSibling),Sm.add(Qr)}function Wm(Qr){return Qr.replace(/\${(.+?)}/g,function(nl,pl){var $l=yp(pl);return $l?Yd($l,Is):pl})}function Om(){var Qr=document.querySelector(".darkreader--fallback");Qr&&(Qr.textContent="")}function _0(){Gm();var Qr=Up(document).filter(function(pl){return!dp.has(pl)}).map(function(pl){return qm(pl)});Qr.map(function(pl){return pl.details({secondRound:!1})}).filter(function(pl){return pl&&pl.rules.length>0}).forEach(function(pl){Zu.addRulesForMatching(pl.rules)}),Zu.matchVariablesAndDependants(),Zu.setOnRootVariableChange(function(){Zu.putRootVars(document.head.querySelector(".darkreader--root-vars"),Is)}),Zu.putRootVars(document.head.querySelector(".darkreader--root-vars"),Is),dp.forEach(function(pl){return pl.render(Is,bp)}),Wp.size===0&&Om(),Qr.forEach(function(pl){return pl.watch()});var nl=cl(document.querySelectorAll(Vp));ql(document.documentElement,function(pl){Em(pl.shadowRoot);var $l=pl.shadowRoot.querySelectorAll(Vp);$l.length>0&&Bl(nl,$l)}),nl.forEach(function(pl){return Pl(pl,Is,jf,bp)}),Zm(document)}var B0=0,Wp=new Set;function qm(Qr){var nl=++B0;function pl(){if(!Ql()||!Xm){Wp.add(nl),""+Wp.size;var Tl=document.querySelector(".darkreader--fallback");Tl.textContent||(Tl.textContent=Af(Is,{strict:!1}))}}function $l(){Wp.delete(nl),""+nl+Wp.size,Wp.size===0&&Ql()&&Om()}function Sl(){var Tl=Al.details({secondRound:!0});Tl&&(Zu.addRulesForMatching(Tl.rules),Zu.matchVariablesAndDependants(),Al.render(Is,bp))}var Al=l0(Qr,{update:Sl,loadingStart:pl,loadingEnd:$l});return dp.set(Qr,Al),Al}function Ym(Qr){var nl=dp.get(Qr);nl&&(nl.destroy(),dp.delete(Qr))}var w0=il(function(Qr){dp.forEach(function(nl){return nl.render(Is,bp)}),Ed.forEach(function(nl){return nl.render(Is,bp)}),Qr&&Qr()}),Gm=function(){w0.cancel()};function Km(){Wp.size!==0||Om()}var Uf=null,Xm=typeof document<"u"&&!document.hidden;function x0(Qr){var nl=!!Uf;Uf=function(){document.hidden||(Jm(),Qr(),Xm=!0)},nl||document.addEventListener("visibilitychange",Uf)}function Jm(){document.removeEventListener("visibilitychange",Uf),Uf=null}function Qm(){function Qr(){_0(),C0()}z0(),document.hidden?x0(Qr):Qr(),ys(Is)}function Zm(Qr){if(Array.isArray(Qr.adoptedStyleSheets)&&Qr.adoptedStyleSheets.length>0){var nl=g0(Qr);Ed.push(nl),nl.render(Is,bp)}}function C0(){m0(Array.from(dp.keys()),function(Qr){var nl=Qr.created,pl=Qr.updated,$l=Qr.removed,Sl=Qr.moved,Al=$l,Tl=nl.concat(pl).concat(Sl).filter(function(jl){return!dp.has(jl)}),Ll=Sl.filter(function(jl){return dp.has(jl)});Al.forEach(function(jl){return Ym(jl)});var Yl=Tl.map(function(jl){return qm(jl)});Yl.map(function(jl){return jl.details({secondRound:!1})}).filter(function(jl){return jl&&jl.rules.length>0}).forEach(function(jl){Zu.addRulesForMatching(jl.rules)}),Zu.matchVariablesAndDependants(),Yl.forEach(function(jl){return jl.render(Is,bp)}),Yl.forEach(function(jl){return jl.watch()}),Ll.forEach(function(jl){return dp.get(jl).restore()})},function(Qr){Em(Qr),Zm(Qr)}),zf(function(Qr){Pl(Qr,Is,jf,bp),Qr===document.documentElement&&Qr.getAttribute("style").includes("--")&&(Zu.matchVariablesAndDependants(),Zu.putRootVars(document.head.querySelector(".darkreader--root-vars"),Is))},function(Qr){Em(Qr);var nl=Qr.querySelectorAll(Vp);nl.length>0&&zl(nl,function(pl){return Pl(pl,Is,jf,bp)})}),Hl(Km)}function S0(){dp.forEach(function(Qr){return Qr.pause()}),k0(),Fm(),zm(),is(Km),ps()}function E0(){var Qr=document.createElement("meta");Qr.name="darkreader",Qr.content=Hm,document.head.appendChild(Qr)}function e0(){var Qr=document.querySelector('meta[name="darkreader"]');return Qr?Qr.content!==Hm:(E0(),!1)}function O0(Qr,nl,pl){if(Is=Qr,(qs=nl)?(bp=Array.isArray(qs.ignoreImageAnalysis)?qs.ignoreImageAnalysis:[],jf=Array.isArray(qs.ignoreInlineStyle)?qs.ignoreInlineStyle:[]):(bp=[],jf=[]),Um=pl,document.head){if(e0())return;document.documentElement.setAttribute("data-darkreader-mode","dynamic"),document.documentElement.setAttribute("data-darkreader-scheme",Is.mode?"dark":"dimmed"),Qm()}else{if(!Kr){var $l=mp("darkreader--fallback");document.docum
_______
/ \\
.==. .==.
(( ))==(( ))
/ "==" "=="\\
/____|| || ||___\\
________ ____ ________ ___ ___
| ___ \\ / \\ | ___ \\ | | / /
| | \\ \\ / /\\ \\ | | \\ \\| |_/ /
| | ) / /__\\ \\ | |__/ /| ___ \\
| |__/ / ______ \\| ____ \\| | \\ \\
_______|_______/__/ ____ \\__\\__|___\\__\\__|___\\__\\____
| ___ \\ | ____/ / \\ | ___ \\ | ____| ___ \\
| | \\ \\| |___ / /\\ \\ | | \\ \\| |___| | \\ \\
| |__/ /| ____/ /__\\ \\ | | ) | ____| |__/ /
| ____ \\| |__/ ______ \\| |__/ /| |___| ____ \\
|__| \\__\\____/__/ \\__\\_______/ |______|__| \\__\\
https://darkreader.org
*/
/*! Dark reader generated CSS | Licensed under MIT https://github.com/darkreader/darkreader/blob/master/LICENSE */
`;function A0(){return Er(this,void 0,void 0,function(){function Qr(Tl,Ll){var Yl=document.querySelector(Tl);Yl&&Yl.textContent&&(nl.push("/* "+Ll+" */"),nl.push(Yl.textContent),nl.push(""))}var nl,pl,$l,Sl,Al;return Nr(this,function(Tl){switch(Tl.label){case 0:return nl=[P0],Qr(".darkreader--fallback","Fallback Style"),Qr(".darkreader--user-agent","User-Agent Style"),Qr(".darkreader--text","Text Style"),Qr(".darkreader--invert","Invert Style"),Qr(".darkreader--variables","Variables Style"),pl=[],document.querySelectorAll(".darkreader--sync").forEach(function(Ll){zl(Ll.sheet.cssRules,function(Yl){Yl&&Yl.cssText&&pl.push(Yl.cssText)})}),pl.length?($l=Hd(pl.join(`
`)),nl.push("/* Modified CSS */"),Al=(Sl=nl).push,[4,R0($l)]):[3,2];case 1:Al.apply(Sl,[Tl.sent()]),nl.push(""),Tl.label=2;case 2:return Qr(".darkreader--override","Override Style"),[2,nl.join(`
`)]}})})}var Im=!1,N0=function(){if(typeof window>"u")return!1;try{return window.self!==window.top}catch(Qr){return console.warn(Qr),!0}}();function o0(Qr,nl){Qr===void 0&&(Qr={}),nl===void 0&&(nl=null);var pl=a(a({},Ml),Qr);if(pl.engine!==_l.dynamicTheme)throw new Error("Theme engine is not supported.");O0(pl,nl,N0),Im=!0}function L0(){return Im}function Tm(){t0(),Im=!1}var Rm={themeOptions:null,fixes:null};function Wf(){matchMedia("(prefers-color-scheme: dark)").matches?o0(Rm.themeOptions,Rm.fixes):Tm()}function D0(Qr,nl){Qr===void 0&&(Qr={}),nl===void 0&&(nl=null);var pl=matchMedia("(prefers-color-scheme: dark)");Qr?(Rm={themeOptions:Qr,fixes:nl},Wf(),sl?pl.addEventListener("change",Wf):pl.addListener(Wf)):(sl?pl.removeEventListener("change",Wf):pl.removeListener(Wf),Tm())}function V0(){return Er(this,void 0,void 0,function(){return Nr(this,function(Qr){switch(Qr.label){case 0:return[4,A0()];case 1:return[2,Qr.sent()]}})})}var M0=wl;o.auto=D0,o.disable=Tm,o.enable=o0,o.exportGeneratedCSS=V0,o.isEnabled=L0,o.setFetchMethod=M0,Object.defineProperty(o,"__esModule",{value:!0})})(In$1.exports);var si$1=In$1.exports;const st$3=ui$1(function(){var o=1e3,a=6e4,Er=36e5,Nr="millisecond",Lr="second",Dr="minute",Mr="hour",Ur="day",Vr="week",Wr="month",qr="quarter",Yr="year",Kr="date",Gr="Invalid Date",Xr=/^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/,Jr=/\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g,Zr={name:"en",weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),ordinal:function(_l){var Rl=["th","st","nd","rd"],Ml=_l%100;return"["+_l+(Rl[(Ml-20)%10]||Rl[Ml]||Rl[0])+"]"}},fl=function(_l,Rl,Ml){var Dl=String(_l);return!Dl||Dl.length>=Rl?_l:""+Array(Rl+1-Dl.length).join(Ml)+_l},sl={s:fl,z:function(_l){var Rl=-_l.utcOffset(),Ml=Math.abs(Rl),Dl=Math.floor(Ml/60),zl=Ml%60;return(Rl<=0?"+":"-")+fl(Dl,2,"0")+":"+fl(zl,2,"0")},m:function _l(Rl,Ml){if(Rl.date()<Ml.date())return-_l(Ml,Rl);var Dl=12*(Ml.year()-Rl.year())+(Ml.month()-Rl.month()),zl=Rl.clone().add(Dl,Wr),Bl=Ml-zl<0,cl=Rl.clone().add(Dl+(Bl?-1:1),Wr);return+(-(Dl+(Ml-zl)/(Bl?zl-cl:cl-zl))||0)},a:function(_l){return _l<0?Math.ceil(_l)||0:Math.floor(_l)},p:function(_l){return{M:Wr,y:Yr,w:Vr,d:Ur,D:Kr,h:Mr,m:Dr,s:Lr,ms:Nr,Q:qr}[_l]||String(_l||"").toLowerCase().replace(/s$/,"")},u:function(_l){return _l===void 0}},gl="en",hl={};hl[gl]=Zr;var ml="$isDayjsObject",xl=function(_l){return _l instanceof Nl||!(!_l||!_l[ml])},dl=function _l(Rl,Ml,Dl){var zl;if(!Rl)return gl;if(typeof Rl=="string"){var Bl=Rl.toLowerCase();hl[Bl]&&(zl=Bl),Ml&&(hl[Bl]=Ml,zl=Bl);var cl=Rl.split("-");if(!zl&&cl.length>1)return _l(cl[0])}else{var il=Rl.name;hl[il]=Rl,zl=il}return!Dl&&zl&&(gl=zl),zl||!Dl&&gl},Cl=function(_l,Rl){if(xl(_l))return _l.clone();var Ml=typeof Rl=="object"?Rl:{};return Ml.date=_l,Ml.args=arguments,new Nl(Ml)},wl=sl;wl.l=dl,wl.i=xl,wl.w=function(_l,Rl){return Cl(_l,{locale:Rl.$L,utc:Rl.$u,x:Rl.$x,$offset:Rl.$offset})};var Nl=function(){function _l(Ml){this.$L=dl(Ml.locale,null,!0),this.parse(Ml),this.$x=this.$x||Ml.x||{},this[ml]=!0}var Rl=_l.prototype;return Rl.parse=function(Ml){this.$d=function(Dl){var zl=Dl.date,Bl=Dl.utc;if(zl===null)return new Date(NaN);if(wl.u(zl))return new Date;if(zl instanceof Date)return new Date(zl);if(typeof zl=="string"&&!/Z$/i.test(zl)){var cl=zl.match(Xr);if(cl){var il=cl[2]-1||0,bl=(cl[7]||"0").substring(0,3);return Bl?new Date(Date.UTC(cl[1],il,cl[3]||1,cl[4]||0,cl[5]||0,cl[6]||0,bl)):new Date(cl[1],il,cl[3]||1,cl[4]||0,cl[5]||0,cl[6]||0,bl)}}return new Date(zl)}(Ml),this.init()},Rl.init=function(){var Ml=this.$d;this.$y=Ml.getFullYear(),this.$M=Ml.getMonth(),this.$D=Ml.getDate(),this.$W=Ml.getDay(),this.$H=Ml.getHours(),this.$m=Ml.getMinutes(),this.$s=Ml.getSeconds(),this.$ms=Ml.getMilliseconds()},Rl.$utils=function(){return wl},Rl.isValid=function(){return this.$d.toString()!==Gr},Rl.isSame=function(Ml,Dl){var zl=Cl(Ml);return this.st
* shared v9.6.3
* (c) 2023 kazuya kawaguchi
* Released under the MIT License.
*/const ie$4=typeof window<"u",pt$3=(o,a=!1)=>a?Symbol.for(o):Symbol(o),En$1=(o,a,Er)=>mn$1({l:o,k:a,s:Er}),mn$1=o=>JSON.stringify(o).replace(/\u2028/g,"\\u2028").replace(/\u2029/g,"\\u2029").replace(/\u0027/g,"\\u0027"),q$5=o=>typeof o=="number"&&isFinite(o),dn$2=o=>Ze$3(o)==="[object Date]",Pe$4=o=>Ze$3(o)==="[object RegExp]",Oe$2=o=>G$6(o)&&Object.keys(o).length===0,me$4=Object.assign;let Me$4;const ge$3=()=>Me$4||(Me$4=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{});function Re$4(o){return o.replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/"/g,"&quot;").replace(/'/g,"&apos;")}const Nn$1=Object.prototype.hasOwnProperty;function Et$3(o,a){return Nn$1.call(o,a)}const re$2=Array.isArray,j$3=o=>typeof o=="function",v$2=o=>typeof o=="string",J$5=o=>typeof o=="boolean",H$5=o=>o!==null&&typeof o=="object",qe$3=Object.prototype.toString,Ze$3=o=>qe$3.call(o),G$6=o=>{if(!H$5(o))return!1;const a=Object.getPrototypeOf(o);return a===null||a.constructor===Object};function Ln$1(o){let a=o;return()=>++a}function de$2(o,a){typeof console<"u"&&(console.warn("[intlify] "+o),a&&console.warn(a.stack))}/*!
* message-compiler v9.6.3
* (c) 2023 kazuya kawaguchi
* Released under the MIT License.
*/function Ie$2(o,a,Er){return{start:o,end:a}}const Tn$1=/\{([0-9a-zA-Z]+)\}/g,en$2=Object.assign,xe$4=o=>typeof o=="string",gn$1=o=>o!==null&&typeof o=="object";function nn$2(o,a=""){return o.reduce((Er,Nr,Lr)=>Lr===0?Er+Nr:Er+a+Nr,"")}const O$4={EXPECTED_TOKEN:1,INVALID_TOKEN_IN_PLACEHOLDER:2,UNTERMINATED_SINGLE_QUOTE_IN_PLACEHOLDER:3,UNKNOWN_ESCAPE_SEQUENCE:4,INVALID_UNICODE_ESCAPE_SEQUENCE:5,UNBALANCED_CLOSING_BRACE:6,UNTERMINATED_CLOSING_BRACE:7,EMPTY_PLACEHOLDER:8,NOT_ALLOW_NEST_PLACEHOLDER:9,INVALID_LINKED_FORMAT:10,MUST_HAVE_MESSAGES_IN_PLURAL:11,UNEXPECTED_EMPTY_LINKED_MODIFIER:12,UNEXPECTED_EMPTY_LINKED_KEY:13,UNEXPECTED_LEXICAL_ANALYSIS:14,UNHANDLED_CODEGEN_NODE_TYPE:15,UNHANDLED_MINIFIER_NODE_TYPE:16,__EXTEND_POINT__:17},An$1={[O$4.EXPECTED_TOKEN]:"Expected token: '{0}'",[O$4.INVALID_TOKEN_IN_PLACEHOLDER]:"Invalid token in placeholder: '{0}'",[O$4.UNTERMINATED_SINGLE_QUOTE_IN_PLACEHOLDER]:"Unterminated single quote in placeholder",[O$4.UNKNOWN_ESCAPE_SEQUENCE]:"Unknown escape sequence: \\{0}",[O$4.INVALID_UNICODE_ESCAPE_SEQUENCE]:"Invalid unicode escape sequence: {0}",[O$4.UNBALANCED_CLOSING_BRACE]:"Unbalanced closing brace",[O$4.UNTERMINATED_CLOSING_BRACE]:"Unterminated closing brace",[O$4.EMPTY_PLACEHOLDER]:"Empty placeholder",[O$4.NOT_ALLOW_NEST_PLACEHOLDER]:"Not allowed nest placeholder",[O$4.INVALID_LINKED_FORMAT]:"Invalid linked format",[O$4.MUST_HAVE_MESSAGES_IN_PLURAL]:"Plural must have messages",[O$4.UNEXPECTED_EMPTY_LINKED_MODIFIER]:"Unexpected empty linked modifier",[O$4.UNEXPECTED_EMPTY_LINKED_KEY]:"Unexpected empty linked key",[O$4.UNEXPECTED_LEXICAL_ANALYSIS]:"Unexpected lexical analysis in token: '{0}'",[O$4.UNHANDLED_CODEGEN_NODE_TYPE]:"unhandled codegen node type: '{0}'",[O$4.UNHANDLED_MINIFIER_NODE_TYPE]:"unhandled mimifier node type: '{0}'"};function Le$6(o,a,Er={}){const{domain:Nr,messages:Lr,args:Dr}=Er,Mr=function(Vr,...Wr){return Wr.length===1&&gn$1(Wr[0])&&(Wr=Wr[0]),Wr&&Wr.hasOwnProperty||(Wr={}),Vr.replace(Tn$1,(qr,Yr)=>Wr.hasOwnProperty(Yr)?Wr[Yr]:"")}((Lr||An$1)[o]||"",...Dr||[]),Ur=new SyntaxError(String(Mr));return Ur.code=o,a&&(Ur.location=a),Ur.domain=Nr,Ur}function kn$1(o){throw o}const oe$2=" ",yn$2="\r",z$3=`
`,On$1="\u2028",Cn$1="\u2029";function Dn$1(o){const a=o;let Er=0,Nr=1,Lr=1,Dr=0;const Mr=Kr=>a[Kr]===yn$2&&a[Kr+1]===z$3,Ur=Kr=>a[Kr]===Cn$1,Vr=Kr=>a[Kr]===On$1,Wr=Kr=>Mr(Kr)||(Gr=>a[Gr]===z$3)(Kr)||Ur(Kr)||Vr(Kr),qr=Kr=>Mr(Kr)||Ur(Kr)||Vr(Kr)?z$3:a[Kr];function Yr(){return Dr=0,Wr(Er)&&(Nr++,Lr=0),Mr(Er)&&Er++,Er++,Lr++,a[Er]}return{index:()=>Er,line:()=>Nr,column:()=>Lr,peekOffset:()=>Dr,charAt:qr,currentChar:()=>qr(Er),currentPeek:()=>qr(Er+Dr),next:Yr,peek:function(){return Mr(Er+Dr)&&Dr++,Dr++,a[Er+Dr]},reset:function(){Er=0,Nr=1,Lr=1,Dr=0},resetPeek:function(Kr=0){Dr=Kr},skipToPeek:function(){const Kr=Er+Dr;for(;Kr!==Er;)Yr();Dr=0}}}const se$3=void 0,bn$1=".",Fe$5="'",vn$1="tokenizer";function Sn$1(o,a={}){const Er=a.location!==!1,Nr=Dn$1(o),Lr=()=>Nr.index(),Dr=()=>{return Bl=Nr.line(),cl=Nr.column(),il=Nr.index(),{line:Bl,column:cl,offset:il};var Bl,cl,il},Mr=Dr(),Ur=Lr(),Vr={currentType:14,offset:Ur,startLoc:Mr,endLoc:Mr,lastType:14,lastOffset:Ur,lastStartLoc:Mr,lastEndLoc:Mr,braceNest:0,inLinked:!1,text:""},Wr=()=>Vr,{onError:qr}=a;function Yr(Bl,cl,il,...bl){const El=Wr();if(cl.column+=il,cl.offset+=il,qr){const Fl=Le$6(Bl,Er?Ie$2(El.startLoc,cl):null,{domain:vn$1,args:bl});qr(Fl)}}function Kr(Bl,cl,il){Bl.endLoc=Dr(),Bl.currentType=cl;const bl={type:cl};return Er&&(bl.loc=Ie$2(Bl.startLoc,Bl.endLoc)),il!=null&&(bl.value=il),bl}const Gr=Bl=>Kr(Bl,14);function Xr(Bl,cl){return Bl.currentChar()===cl?(Bl.next(),cl):(Yr(O$4.EXPECTED_TOKEN,Dr(),0,cl),"")}function Jr(Bl){let cl="";for(;Bl.currentPeek()===oe$2||Bl.currentPeek()===z$3;)cl+=Bl.currentPeek(),Bl.peek();return cl}function Zr(Bl){const cl=Jr(Bl);return Bl.skipToPeek(),cl}function fl(Bl){if(Bl===se$3)return!1;const cl=Bl.charCodeAt(0);return cl>=97&&cl<=122||cl>=65&&cl<=90||cl===95}function sl(Bl,cl){const{currentType:il}=cl;if(il!==2)return!1;Jr(Bl);const bl=function(El){if(El===se$3)return!1;const Fl=El.charCodeAt(0);return Fl>=48&&Fl<=57}(Bl.currentPeek()==="-"?Bl.peek():Bl.currentPeek());return Bl.resetPeek(),bl}function gl(Bl){Jr(Bl);const cl=Bl.currentPeek()==="|";return Bl.resetPeek(),cl}function hl(Bl,cl=!0){const il=(El=!1,Fl="",Vl=!1)=>{const ql=Bl.currentPeek();return ql==="{"?Fl!=="%"&&El:ql!=="@"&&ql?ql==="%"?(Bl.peek(),il(El,"%",!0)):ql==="|"?!(Fl!=="%"&&!Vl)||!(Fl===oe$2||Fl===z$3):ql===oe$2?(Bl.peek(),il(!0,oe$2,Vl)):ql!==z$3||(Bl.peek(),il(!0,z$3,Vl)):Fl==="%"||El},bl=il();return cl&&Bl.resetPeek(),bl}function ml(Bl,cl){const il=Bl.currentChar();return il===se$3?se$3:cl(il)?(Bl.next(),il):null}function xl(Bl){return ml(Bl,cl=>{const il=cl.charCodeAt(0);return il>=97&&il<=122||il>=65&&il<=90||il>=48&&il<=57||il===95||il===36})}function dl(Bl){return ml(Bl,cl=>{const il=cl.charCodeAt(0);return il>=48&&il<=57})}function Cl(Bl){return ml(Bl,cl=>{const il=cl.charCodeAt(0);return il>=48&&il<=57||il>=65&&il<=70||il>=97&&il<=102})}function wl(Bl){let cl="",il="";for(;cl=dl(Bl);)il+=cl;return il}function Nl(Bl){let cl="";for(;;){const il=Bl.currentChar();if(il==="{"||il==="}"||il==="@"||il==="|"||!il)break;if(il==="%"){if(!hl(Bl))break;cl+=il,Bl.next()}else if(il===oe$2||il===z$3)if(hl(Bl))cl+=il,Bl.next();else{if(gl(Bl))break;cl+=il,Bl.next()}else cl+=il,Bl.next()}return cl}function yl(Bl){const cl=Bl.currentChar();switch(cl){case"\\":case"'":return Bl.next(),`\\${cl}`;case"u":return _l(Bl,cl,4);case"U":return _l(Bl,cl,6);default:return Yr(O$4.UNKNOWN_ESCAPE_SEQUENCE,Dr(),0,cl),""}}function _l(Bl,cl,il){Xr(Bl,cl);let bl="";for(let El=0;El<il;El++){const Fl=Cl(Bl);if(!Fl){Yr(O$4.INVALID_UNICODE_ESCAPE_SEQUENCE,Dr(),0,`\\${cl}${bl}${Bl.currentChar()}`);break}bl+=Fl}return`\\${cl}${bl}`}function Rl(Bl){Zr(Bl);const cl=Xr(Bl,"|");return Zr(Bl),cl}function Ml(Bl,cl){let il=null;switch(Bl.currentChar()){case"{":return cl.braceNest>=1&&Yr(O$4.NOT_ALLOW_NEST_PLACEHOLDER,Dr(),0),Bl.next(),il=Kr(cl,2,"{"),Zr(Bl),cl.braceNest++,il;case"}":return cl.braceNest>0&&cl.currentType===2&&Yr(O$4.EMPTY_PLACEHOLDER,Dr(),0),Bl.next(),il=Kr(cl,3,"}"),cl.braceNest--,cl.braceNest>0&&Zr(Bl),cl.inLinked&&cl.braceNest===0&&(cl.inLinked=!1),il;case"@":return cl.braceNest>0&&
`,Mr=a.needIndent?a.needIndent:Er!=="arrow",Ur=o.helpers||[],Vr=function(Yr,Kr){const{sourceMap:Gr,filename:Xr,breakLineCode:Jr,needIndent:Zr}=Kr,fl=Kr.location!==!1,sl={filename:Xr,code:"",column:1,line:1,offset:0,map:void 0,breakLineCode:Jr,needIndent:Zr,indentLevel:0};function gl(ml,xl){sl.code+=ml}function hl(ml,xl=!0){const dl=xl?Jr:"";gl(Zr?dl+" ".repeat(ml):dl)}return fl&&Yr.loc&&(sl.source=Yr.loc.source),{context:()=>sl,push:gl,indent:function(ml=!0){const xl=++sl.indentLevel;ml&&hl(xl)},deindent:function(ml=!0){const xl=--sl.indentLevel;ml&&hl(xl)},newline:function(){hl(sl.indentLevel)},helper:ml=>`_${ml}`,needIndent:()=>sl.needIndent}}(o,{mode:Er,filename:Nr,sourceMap:Lr,breakLineCode:Dr,needIndent:Mr});Vr.push(Er==="normal"?"function __msg__ (ctx) {":"(ctx) => {"),Vr.indent(Mr),Ur.length>0&&(Vr.push(`const { ${nn$2(Ur.map(Yr=>`${Yr}: _${Yr}`),", ")} } = ctx`),Vr.newline()),Vr.push("return "),_e$4(Vr,o),Vr.deindent(Mr),Vr.push("}"),delete o.helpers;const{code:Wr,map:qr}=Vr.context();return{ast:o,code:Wr,map:qr?qr.toJSON():void 0}};function Vn$1(o,a={}){const Er=en$2({},a),Nr=!!Er.jit,Lr=!!Er.minify,Dr=Er.optimize==null||Er.optimize,Mr=wn$2(Er).parse(o);return Nr?(Dr&&function(Ur){const Vr=Ur.body;Vr.type===2?Ve$2(Vr):Vr.cases.forEach(Wr=>Ve$2(Wr))}(Mr),Lr&&fe$5(Mr),{ast:Mr,code:""}):(Un$1(Mr,Er),$n$1(Mr,Er))}/*!
* core-base v9.6.3
* (c) 2023 kazuya kawaguchi
* Released under the MIT License.
*/const ae$2=[];ae$2[0]={w:[0],i:[3,0],"[":[4],o:[7]},ae$2[1]={w:[1],".":[2],"[":[4],o:[7]},ae$2[2]={w:[2],i:[3,0],0:[3,0]},ae$2[3]={i:[3,0],0:[3,0],w:[1,1],".":[2,1],"[":[4,1],o:[7,1]},ae$2[4]={"'":[5,0],'"':[6,0],"[":[4,2],"]":[1,3],o:8,l:[4,0]},ae$2[5]={"'":[4,0],o:8,l:[5,0]},ae$2[6]={'"':[4,0],o:8,l:[6,0]};const Yn$1=/^\s?(?:true|false|-?[\d.]+|'[^']*'|"[^"]*")\s?$/;function Gn$1(o){if(o==null)return"o";switch(o.charCodeAt(0)){case 91:case 93:case 46:case 34:case 39:return o;case 95:case 36:case 45:return"i";case 9:case 10:case 13:case 160:case 65279:case 8232:case 8233:return"w"}return"i"}function Xn$1(o){const a=o.trim();return(o.charAt(0)!=="0"||!isNaN(parseInt(o)))&&(Er=a,Yn$1.test(Er)?function(Nr){const Lr=Nr.charCodeAt(0);return Lr!==Nr.charCodeAt(Nr.length-1)||Lr!==34&&Lr!==39?Nr:Nr.slice(1,-1)}(a):"*"+a);var Er}const Ye=new Map;function Kn$1(o,a){return H$5(o)?o[a]:null}function dt$4(o,a){if(!H$5(o))return null;let Er=Ye.get(a);if(Er||(Er=function(Mr){const Ur=[];let Vr,Wr,qr,Yr,Kr,Gr,Xr,Jr=-1,Zr=0,fl=0;const sl=[];function gl(){const hl=Mr[Jr+1];if(Zr===5&&hl==="'"||Zr===6&&hl==='"')return Jr++,qr="\\"+hl,sl[0](),!0}for(sl[0]=()=>{Wr===void 0?Wr=qr:Wr+=qr},sl[1]=()=>{Wr!==void 0&&(Ur.push(Wr),Wr=void 0)},sl[2]=()=>{sl[0](),fl++},sl[3]=()=>{if(fl>0)fl--,Zr=4,sl[0]();else{if(fl=0,Wr===void 0||(Wr=Xn$1(Wr),Wr===!1))return!1;sl[1]()}};Zr!==null;)if(Jr++,Vr=Mr[Jr],Vr!=="\\"||!gl()){if(Yr=Gn$1(Vr),Xr=ae$2[Zr],Kr=Xr[Yr]||Xr.l||8,Kr===8||(Zr=Kr[0],Kr[1]!==void 0&&(Gr=sl[Kr[1]],Gr&&(qr=Vr,Gr()===!1))))return;if(Zr===7)return Ur}}(a),Er&&Ye.set(a,Er)),!Er)return null;const Nr=Er.length;let Lr=o,Dr=0;for(;Dr<Nr;){const Mr=Lr[Er[Dr]];if(Mr===void 0||j$3(Lr))return null;Lr=Mr,Dr++}return Lr}const Wn$1=o=>o,Hn$1=o=>"",Bn$1="text",jn$1=o=>o.length===0?"":function(a,Er=""){return a.reduce((Nr,Lr,Dr)=>Dr===0?Nr+Lr:Nr+Er+Lr,"")}(o),zn$1=o=>o==null?"":re$2(o)||G$6(o)&&o.toString===qe$3?JSON.stringify(o,null,2):String(o);function Ge$2(o,a){return o=Math.abs(o),a===2?o?o>1?1:0:1:o?Math.min(o,2):0}function Jn$1(o={}){const a=o.locale,Er=function(Yr){const Kr=q$5(Yr.pluralIndex)?Yr.pluralIndex:-1;return Yr.named&&(q$5(Yr.named.count)||q$5(Yr.named.n))?q$5(Yr.named.count)?Yr.named.count:q$5(Yr.named.n)?Yr.named.n:Kr:Kr}(o),Nr=H$5(o.pluralRules)&&v$2(a)&&j$3(o.pluralRules[a])?o.pluralRules[a]:Ge$2,Lr=H$5(o.pluralRules)&&v$2(a)&&j$3(o.pluralRules[a])?Ge$2:void 0,Dr=o.list||[],Mr=o.named||{};q$5(o.pluralIndex)&&function(Yr,Kr){Kr.count||(Kr.count=Yr),Kr.n||(Kr.n=Yr)}(Er,Mr);function Ur(Yr){return(j$3(o.messages)?o.messages(Yr):!!H$5(o.messages)&&o.messages[Yr])||(o.parent?o.parent.message(Yr):Hn$1)}const Vr=G$6(o.processor)&&j$3(o.processor.normalize)?o.processor.normalize:jn$1,Wr=G$6(o.processor)&&j$3(o.processor.interpolate)?o.processor.interpolate:zn$1,qr={list:Yr=>Dr[Yr],named:Yr=>Mr[Yr],plural:Yr=>Yr[Nr(Er,Yr.length,Lr)],linked:(Yr,...Kr)=>{const[Gr,Xr]=Kr;let Jr="text",Zr="";Kr.length===1?H$5(Gr)?(Zr=Gr.modifier||Zr,Jr=Gr.type||Jr):v$2(Gr)&&(Zr=Gr||Zr):Kr.length===2&&(v$2(Gr)&&(Zr=Gr||Zr),v$2(Xr)&&(Jr=Xr||Jr));const fl=Ur(Yr)(qr),sl=Jr==="vnode"&&re$2(fl)&&Zr?fl[0]:fl;return Zr?(gl=Zr,o.modifiers?o.modifiers[gl]:Wn$1)(sl,Jr):sl;var gl},message:Ur,type:G$6(o.processor)&&v$2(o.processor.type)?o.processor.type:Bn$1,interpolate:Wr,normalize:Vr,values:me$4({},Dr,Mr)};return qr}let Ne$3=null;function Nt$3(o){Ne$3=o}const Qn$1=qn$1("function:translate");function qn$1(o){return a=>Ne$3&&Ne$3.emit(o,a)}const Q$7={NOT_FOUND_KEY:1,FALLBACK_TO_TRANSLATE:2,CANNOT_FORMAT_NUMBER:3,FALLBACK_TO_NUMBER_FORMAT:4,CANNOT_FORMAT_DATE:5,FALLBACK_TO_DATE_FORMAT:6,EXPERIMENTAL_CUSTOM_MESSAGE_COMPILER:7,__EXTEND_POINT__:8};function De$6(o,a){return a.locale!=null?Xe$4(a.locale):Xe$4(o.locale)}let Ae$5;function Xe$4(o){return v$2(o)?o:Ae$5!=null&&o.resolvedOnce?Ae$5:Ae$5=o()}function et$2(o,a,Er){return[...new Set([Er,...re$2(a)?a:H$5(a)?Object.keys(a):v$2(a)?[a]:[Er]])]}function Lt$3(o,a,Er){const Nr=v$2(Er)?Er:he$4,Lr=o;Lr.__localeChainCache||(Lr.__localeChainCache=new Map);let Dr=Lr.__localeChainCache.get(Nr);if(!Dr){Dr=[];let Mr=[Er];for(;re$2(Mr);
* vue-i18n v9.6.3
* (c) 2023 kazuya kawaguchi
* Released under the MIT License.
*/const ft$3="9.6.3",Ea$1=Q$7.__EXTEND_POINT__,Q$6=Ln$1(Ea$1);Q$6(),Q$6(),Q$6(),Q$6(),Q$6(),Q$6(),Q$6(),Q$6();const ga$1=ne$4.__EXTEND_POINT__,S$4=Ln$1(ga$1),I$5={UNEXPECTED_RETURN_TYPE:ga$1,INVALID_ARGUMENT:S$4(),MUST_BE_CALL_SETUP_TOP:S$4(),NOT_INSTALLED:S$4(),NOT_AVAILABLE_IN_LEGACY_MODE:S$4(),REQUIRED_VALUE:S$4(),INVALID_VALUE:S$4(),CANNOT_SETUP_VUE_DEVTOOLS_PLUGIN:S$4(),NOT_INSTALLED_WITH_PROVIDE:S$4(),UNEXPECTED_ERROR:S$4(),NOT_COMPATIBLE_LEGACY_VUE_I18N:S$4(),BRIDGE_SUPPORT_VUE_2_ONLY:S$4(),MUST_DEFINE_I18N_OPTION_IN_ALLOW_COMPOSITION:S$4(),NOT_AVAILABLE_COMPOSITION_IN_LEGACY:S$4(),__EXTEND_POINT__:S$4()};function C$4(o,...a){return Le$6(o,null,void 0)}const Fe$4=pt$3("__translateVNode"),De$5=pt$3("__datetimeParts"),Ae$4=pt$3("__numberParts"),da$1=pt$3("__setPluralRules"),ba$1=pt$3("__injectWithOption"),Te$4=pt$3("__dispose");function ve$2(o){if(!H$5(o))return o;for(const a in o)if(Et$3(o,a))if(a.includes(".")){const Er=a.split("."),Nr=Er.length-1;let Lr=o,Dr=!1;for(let Mr=0;Mr<Nr;Mr++){if(Er[Mr]in Lr||(Lr[Er[Mr]]={}),!H$5(Lr[Er[Mr]])){Dr=!0;break}Lr=Lr[Er[Mr]]}Dr||(Lr[Er[Nr]]=o[a],delete o[a]),H$5(Lr[Er[Nr]])&&ve$2(Lr[Er[Nr]])}else H$5(o[a])&&ve$2(o[a]);return o}function Ne$2(o,a){const{messages:Er,__i18n:Nr,messageResolver:Lr,flatJson:Dr}=a,Mr=G$6(Er)?Er:re$2(Nr)?{}:{[o]:{}};if(re$2(Nr)&&Nr.forEach(Ur=>{if("locale"in Ur&&"resource"in Ur){const{locale:Vr,resource:Wr}=Ur;Vr?(Mr[Vr]=Mr[Vr]||{},ue$1(Wr,Mr[Vr])):ue$1(Wr,Mr)}else v$2(Ur)&&ue$1(JSON.parse(Ur),Mr)}),Lr==null&&Dr)for(const Ur in Mr)Et$3(Mr,Ur)&&ve$2(Mr[Ur]);return Mr}const be$1=o=>!H$5(o)||re$2(o);function ue$1(o,a){if(be$1(o)||be$1(a))throw C$4(I$5.INVALID_VALUE);for(const Er in o)Et$3(o,Er)&&(be$1(o[Er])||be$1(a[Er])?a[Er]=o[Er]:ue$1(o[Er],a[Er]))}function Na$1(o){return o.type}function Oa$1(o,a,Er){let Nr=H$5(a.messages)?a.messages:{};"__i18nGlobal"in Er&&(Nr=Ne$2(o.locale.value,{messages:Nr,__i18n:Er.__i18nGlobal}));const Lr=Object.keys(Nr);if(Lr.length&&Lr.forEach(Dr=>{o.mergeLocaleMessage(Dr,Nr[Dr])}),H$5(a.datetimeFormats)){const Dr=Object.keys(a.datetimeFormats);Dr.length&&Dr.forEach(Mr=>{o.mergeDateTimeFormat(Mr,a.datetimeFormats[Mr])})}if(H$5(a.numberFormats)){const Dr=Object.keys(a.numberFormats);Dr.length&&Dr.forEach(Mr=>{o.mergeNumberFormat(Mr,a.numberFormats[Mr])})}}function Ke$1(o){return createVNode(Text,null,o,0)}const Qe$2="__INTLIFY_META__",Ze$2=()=>[],gt$3=()=>!1;let ea$1=0;function aa$1(o){return(a,Er,Nr,Lr)=>o(Er,Nr,getCurrentInstance()||void 0,Lr)}const dt$3=()=>{const o=getCurrentInstance();let a=null;return o&&(a=Na$1(o)[Qe$2])?{[Qe$2]:a}:null};function Ue$2(o={},a){const{__root:Er,__injectWithOption:Nr}=o,Lr=Er===void 0,Dr=o.flatJson;let Mr=!J$5(o.inheritLocale)||o.inheritLocale;const Ur=ref(Er&&Mr?Er.locale.value:v$2(o.locale)?o.locale:he$4),Vr=ref(Er&&Mr?Er.fallbackLocale.value:v$2(o.fallbackLocale)||re$2(o.fallbackLocale)||G$6(o.fallbackLocale)||o.fallbackLocale===!1?o.fallbackLocale:Ur.value),Wr=ref(Ne$2(Ur.value,o)),qr=ref(G$6(o.datetimeFormats)?o.datetimeFormats:{[Ur.value]:{}}),Yr=ref(G$6(o.numberFormats)?o.numberFormats:{[Ur.value]:{}});let Kr=Er?Er.missingWarn:!J$5(o.missingWarn)&&!Pe$4(o.missingWarn)||o.missingWarn,Gr=Er?Er.fallbackWarn:!J$5(o.fallbackWarn)&&!Pe$4(o.fallbackWarn)||o.fallbackWarn,Xr=Er?Er.fallbackRoot:!J$5(o.fallbackRoot)||o.fallbackRoot,Jr=!!o.fallbackFormat,Zr=j$3(o.missing)?o.missing:null,fl=j$3(o.missing)?aa$1(o.missing):null,sl=j$3(o.postTranslation)?o.postTranslation:null,gl=Er?Er.warnHtmlMessage:!J$5(o.warnHtmlMessage)||o.warnHtmlMessage,hl=!!o.escapeParameter;const ml=Er?Er.modifiers:G$6(o.modifiers)?o.modifiers:{};let xl,dl=o.pluralRules||Er&&Er.pluralRules;xl=(()=>{Lr&&yt$3(null);const cl={version:ft$3,locale:Ur.value,fallbackLocale:Vr.value,messages:Wr.value,modifiers:ml,pluralRules:dl,missing:fl===null?void 0:fl,missingWarn:Kr,fallbackWarn:Gr,fallbackFormat:Jr,unresolving:!0,postTranslation:sl===null?void 0:sl,warnHtmlMessage:gl,escapeParameter:hl,messageResolver:o.messageResolver,messageCompiler:o.messageCompiler,__meta:{framework:"vue"}};cl.datetimeFormats=qr.value,cl.numberFormats=Yr.v
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}()}function qo$2(){for(var o=[],a="0123456789abcdef",Er=0;Er<36;Er++)o[Er]=a.substr(Math.floor(16*Math.random()),1);return o[14]="4",o[19]=a.substr(3&o[19]|8,1),o[8]=o[13]=o[18]=o[23]="-",o.join("").replaceAll("-","")}function gt$1(o,a,Er){return o!="drawer"||o!=4?function(Nr){return Nr===void 0||Nr==="auto"?[]:typeof Nr=="string"?[Nr]:Nr[1]&&Nr[1]==="auto"?Nr[0]&&Nr[0]==="auto"?[]:[Nr[0]]:Nr[0]&&Nr[0]==="auto"?Nr[1]&&Nr[1]!="auto"?[void 0,Nr[1]]:[]:zt$1(Nr)}(a):Xo$2(Er,a)}function Xo$2(o){var a=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"30%";return a instanceof Array?a:(a==="auto"&&(a="30%"),o==="l"||o==="r"||o==="lt"||o==="lb"||o==="rt"||o==="rb"?[a,"100%"]:o==="t"||o==="b"||o==="tr"||o==="tl"||o==="br"||o==="bl"?["100%",a]:[a,"100%"])}function eo$1(o,a,Er){var Nr=[];return o==="auto"&&Er==4&&(o="r"),typeof o=="string"?["t","r","b","l","lt","tl","lb","bl","rt","tr","rb","br"].indexOf(o)>-1?(o==="t"&&(Nr[0]="0px",Nr[1]="calc(50% - "+a[0]+"/2)"),o==="l"&&(Nr[0]="calc(50% - "+a[1]+"/2)",Nr[1]="0px"),o==="b"&&(Nr[0]="calc(100% - "+a[1]+")",Nr[1]="calc(50% - "+a[0]+"/2)"),o==="r"&&(Nr[0]="calc(50% - "+a[1]+"/2)",Nr[1]="calc(100% - "+a[0]+")"),(o==="lt"||o==="tl")&&(Nr[0]="0px",Nr[1]="0px"),(o==="lb"||o==="bl")&&(Nr[0]="calc(100% - "+a[1]+")",Nr[1]="0px"),(o==="rt"||o==="tr")&&(Nr[0]="0px",Nr[1]="calc(100% - "+a[0]+")"),(o==="rb"||o==="br")&&(Nr[0]="calc(100% - "+a[1]+")",Nr[1]="calc(100% - "+a[0]+")")):o=="auto"?(Nr[0]="calc(50% - "+a[1]+"/2)",Nr[1]="calc(50% - "+a[0]+"/2)"):(Nr[0]=o,Nr[1]="calc(50% - "+a[0]+"/2)"):(Nr[0]=o[0],Nr[1]=o[1]),Nr}function zo$2(o){return{t:"calc(100% - 51px)",l:o+"px"}}function go$2(o){var a,Er;return[(a=getComputedStyle(o,null))===null||a===void 0?void 0:a.width,(Er=getComputedStyle(o,null))===null||Er===void 0?void 0:Er.height]}var _e$3=[];function Ae$2(o,a){var Er=0;if(a){var Nr=_e$3.findIndex(function(Lr){return Lr===void 0});Nr===-1?(_e$3.push(o),Er=_e$3.length-1):(_e$3[Nr]=o,Er=Nr)}else delete _e$3[_e$3.findIndex(function(Lr){return Lr==o})],Er=-1;return Er}function ho$2(o){var a=arguments.length>1&&arguments[1]!==void 0&&arguments[1],Er=["rl"],Nr="layer-drawer-anim layer-anim";return o==="l"||o==="lt"||o==="lb"?Er[0]="lr":o==="r"||o==="rt"||o==="rb"?Er[0]="rl":o==="t"||o==="tr"||o==="tl"?Er[0]="tb":(o==="b"||o==="br"||o==="bl")&&(Er[0]="bt"),a?"".concat(Nr,"-").concat(Er[0],"-close"):"".concat(Nr,"-").concat(Er[0])}function bo$2(o,a){return Yo$2.apply(this,arguments)}function Yo$2(){return(Yo$2=Be$3(se$1.mark(function o(a,Er){var Nr,Lr;return se$1.wrap(function(Dr){for(;;)switch(Dr.prev=Dr.next){case 0:return Lr=function(Mr){var Ur=[Mr.width,Mr.height],Vr=[window.innerWidth-250,window.innerHeight-250];if(Ur[0]>Vr[0]||Ur[1]>Vr[1]){var Wr=[Ur[0]/Vr[0],Ur[1]/Vr[1]];Wr[0]>Wr[1]?(Ur[0]=Ur[0]/Wr[0],Ur[1]=Ur[1]/Wr[0]):Wr[0]<Wr[1]&&(Ur[0]=Ur[0]/Wr[1],Ur[1]=Ur[1]/Wr[1])}return[Ur[0]+"px",Ur[1]+"px"]},(Nr=new Image).src=a,Dr.abrupt("return",new Promise(function(Mr,Ur){if(Nr.complete)Mr(Lr(Nr));else{var Vr=ie$2.load(2,{shadeOpacity:"0"});Nr.onload=function(){ie$2.close(Vr),Mr(Lr(Nr))},Nr.onerror=function(){ie$2.close(Vr),ie$2.msg("图片加载失败"),Ur(!1)}}}));case 4:case"end":return Dr.stop()}},o)}))).apply(this,arguments)}function io$2(o,a){for(var Er=document.getElementsByClassName(o),Nr=0;Nr<Er.length;Nr++){var Lr=Er[Nr];if(Lr.id===a)return Lr}}function ht$1(o,a,Er){var Nr="0",Lr="0",Dr=15;window.NotifiyQueen=window.NotifiyQueen||[];var Mr=window.NotifiyQueen;(typeof o!="string"||["lt","lb","rt","rb"].indexOf(o)===-1)&&(o="rt");var Ur=Mr.filter(function(qr){if(qr.offset===o)return qr}),Vr=Ur.length>0?Ur[Ur.length-1]:null;if(Vr)if(Vr=io$2("layui-layer",Vr.id),o==="rt"||o==="lt")Dr+=Vr.offsetHeight+parseFloat(Vr.style.top);else{var Wr=parseFloat(Vr.style.top.split(" - ")[1]);Dr+=Vr.offsetHeight+Wr}else(o==="rb"||o==="lb")&&(Dr+=parseFloat(a[1]));return o==="rt"?(Nr=Dr+"px",Lr="calc(100% - "+(parseFloat(a[0])+15)+"px)"):o==="rb"?(Nr="calc(100% - "+Dr+"px)",Lr="calc(100% - "+(parseFloat(a[0])+15)+"px
(?:
(?:`+Lr+":){7}(?:"+Lr+`|:)| // 1:2:3:4:5:6:7:: 1:2:3:4:5:6:7:8
(?:`+Lr+":){6}(?:"+Nr+"|:"+Lr+`|:)| // 1:2:3:4:5:6:: 1:2:3:4:5:6::8 1:2:3:4:5:6::8 1:2:3:4:5:6::1.2.3.4
(?:`+Lr+":){5}(?::"+Nr+"|(?::"+Lr+`){1,2}|:)| // 1:2:3:4:5:: 1:2:3:4:5::7:8 1:2:3:4:5::8 1:2:3:4:5::7:1.2.3.4
(?:`+Lr+":){4}(?:(?::"+Lr+"){0,1}:"+Nr+"|(?::"+Lr+`){1,3}|:)| // 1:2:3:4:: 1:2:3:4::6:7:8 1:2:3:4::8 1:2:3:4::6:7:1.2.3.4
(?:`+Lr+":){3}(?:(?::"+Lr+"){0,2}:"+Nr+"|(?::"+Lr+`){1,4}|:)| // 1:2:3:: 1:2:3::5:6:7:8 1:2:3::8 1:2:3::5:6:7:1.2.3.4
(?:`+Lr+":){2}(?:(?::"+Lr+"){0,3}:"+Nr+"|(?::"+Lr+`){1,5}|:)| // 1:2:: 1:2::4:5:6:7:8 1:2::8 1:2::4:5:6:7:1.2.3.4
(?:`+Lr+":){1}(?:(?::"+Lr+"){0,4}:"+Nr+"|(?::"+Lr+`){1,6}|:)| // 1:: 1::3:4:5:6:7:8 1::8 1::3:4:5:6:7:1.2.3.4
(?::(?:(?::`+Lr+"){0,5}:"+Nr+"|(?::"+Lr+`){1,7}|:)) // ::2:3:4:5:6:7:8 ::2:3:4:5:6:7:8 ::8 ::1.2.3.4
)(?:%[0-9a-zA-Z]{1,})? // %eth0 %1
`).replace(/\s*\/\/.*$/gm,"").replace(/\n/g,"").trim(),Mr=new RegExp("(?:^"+Nr+"$)|(?:^"+Dr+"$)"),Ur=new RegExp("^"+Nr+"$"),Vr=new RegExp("^"+Dr+"$"),Wr=function(Kr){return Kr&&Kr.exact?Mr:new RegExp("(?:"+Er(Kr)+Nr+Er(Kr)+")|(?:"+Er(Kr)+Dr+Er(Kr)+")","g")};Wr.v4=function(Kr){return Kr&&Kr.exact?Ur:new RegExp(""+Er(Kr)+Nr+Er(Kr),"g")},Wr.v6=function(Kr){return Kr&&Kr.exact?Vr:new RegExp(""+Er(Kr)+Dr+Er(Kr),"g")};var qr=Wr.v4().source,Yr=Wr.v6().source;return $$2=new RegExp("(?:^(?:(?:(?:[a-z]+:)?//)|www\\.)(?:\\S+(?::\\S*)?@)?(?:localhost|"+qr+"|"+Yr+'|(?:(?:[a-z\\u00a1-\\uffff0-9][-_]*)*[a-z\\u00a1-\\uffff0-9]+)(?:\\.(?:[a-z\\u00a1-\\uffff0-9]-*)*[a-z\\u00a1-\\uffff0-9]+)*(?:\\.(?:[a-z\\u00a1-\\uffff]{2,})))(?::\\d{2,5})?(?:[/?#][^\\s"]*)?$)',"i")}())},hex:function(o){return typeof o=="string"&&!!o.match(ee$1)}},_$1="enum",l$1={required:L$2,whitespace:function(o,a,Er,Nr,Lr){(/^\s+$/.test(a)||a==="")&&Nr.push(q$2(Lr.messages.whitespace,o.fullField))},type:function(o,a,Er,Nr,Lr){if(o.required&&a===void 0)L$2(o,a,Er,Nr,Lr);else{var Dr=o.type;["integer","float","array","regexp","object","method","email","number","date","url","hex"].indexOf(Dr)>-1?D$2[Dr](a)||Nr.push(q$2(Lr.messages.types[Dr],o.fullField,o.type)):Dr&&typeof a!==o.type&&Nr.push(q$2(Lr.messages.types[Dr],o.fullField,o.type))}},range:function(o,a,Er,Nr,Lr){var Dr=typeof o.len=="number",Mr=typeof o.min=="number",Ur=typeof o.max=="number",Vr=a,Wr=null,qr=typeof a=="number",Yr=typeof a=="string",Kr=Array.isArray(a);if(qr?Wr="number":Yr?Wr="string":Kr&&(Wr="array"),!Wr)return!1;Kr&&(Vr=a.length),Yr&&(Vr=a.replace(/[\uD800-\uDBFF][\uDC00-\uDFFF]/g,"_").length),Dr?Vr!==o.len&&Nr.push(q$2(Lr.messages[Wr].len,o.fullField,o.len)):Mr&&!Ur&&Vr<o.min?Nr.push(q$2(Lr.messages[Wr].min,o.fullField,o.min)):Ur&&!Mr&&Vr>o.max?Nr.push(q$2(Lr.messages[Wr].max,o.fullField,o.max)):Mr&&Ur&&(Vr<o.min||Vr>o.max)&&Nr.push(q$2(Lr.messages[Wr].range,o.fullField,o.min,o.max))},enum:function(o,a,Er,Nr,Lr){o[_$1]=Array.isArray(o[_$1])?o[_$1]:[],o[_$1].indexOf(a)===-1&&Nr.push(q$2(Lr.messages[_$1],o.fullField,o[_$1].join(", ")))},pattern:function(o,a,Er,Nr,Lr){o.pattern&&(o.pattern instanceof RegExp?(o.pattern.lastIndex=0,o.pattern.test(a)||Nr.push(q$2(Lr.messages.pattern.mismatch,o.fullField,a,o.pattern))):typeof o.pattern=="string"&&(new RegExp(o.pattern).test(a)||Nr.push(q$2(Lr.messages.pattern.mismatch,o.fullField,a,o.pattern))))}},z=function(o,a,Er,Nr,Lr){var Dr=o.type,Mr=[];if(o.required||!o.required&&Nr.hasOwnProperty(o.field)){if(g$1(a,Dr)&&!o.required)return Er();l$1.required(o,a,Nr,Mr,Lr,Dr),g$1(a,Dr)||l$1.type(o,a,Nr,Mr,Lr)}Er(Mr)},N$1={string:function(o,a,Er,Nr,Lr){var Dr=[];if(o.required||!o.required&&Nr.hasOwnProperty(o.field)){if(g$1(a,"string")&&!o.required)return Er();l$1.required(o,a,Nr,Dr,Lr,"string"),g$1(a,"string")||(l$1.type(o,a,Nr,Dr,Lr),l$1.range(o,a,Nr,Dr,Lr),l$1.pattern(o,a,Nr,Dr,Lr),o.whitespace===!0&&l$1.whitespace(o,a,Nr,Dr,Lr))}Er(Dr)},method:function(o,a,Er,Nr,Lr){var Dr=[];if(o.required||!o.required&&Nr.hasOwnProperty(o.field)){if(g$1(a)&&!o.required)return Er();l$1.required(o,a,Nr,Dr,Lr),a!==void 0&&l$1.type(o,a,Nr,Dr,Lr)}Er(Dr)},number:function(o,a,Er,Nr,Lr){var Dr=[];if(o.required||!o.required&&Nr.hasOwnProperty(o.field)){if(a===""&&(a=void 0),g$1(a)&&!o.required)return Er();l$1.required(o,a,Nr,Dr,Lr),a!==void 0&&(l$1.type(o,a,Nr,Dr,Lr),l$1.range(o,a,Nr,Dr,Lr))}Er(Dr)},boolean:function(o,a,Er,Nr,Lr){var Dr=[];if(o.required||!o.required&&Nr.hasOwnProperty(o.field)){if(g$1(a)&&!o.required)return Er();l$1.required(o,a,Nr,Dr,Lr),a!==void 0&&l$1.type(o,a,Nr,Dr,Lr)}Er(Dr)},regexp:function(o,a,Er,Nr,Lr){var Dr=[];if(o.required||!o.required&&Nr.hasOwnProperty(o.field)){if(g$1(a)&&!o.required)return Er();l$1.required(o,a,Nr,Dr,Lr),g$1(a)||l$1.type(o,a,Nr,Dr,Lr)}Er(Dr)},integer:function(o,a,Er,Nr,Lr){var Dr=[];if(o.required||!o.required&&Nr.hasOwnProperty(o.field)){if(g$1(a)&&!o.required)return Er();l$1.required(o,a,Nr,Dr,Lr),a!==void 0&&(l$1.type(o,a,Nr,Dr,Lr),l$1.range(o,a,Nr,Dr,Lr))}Er(Dr)},float:function(o,a,Er,Nr,Lr){var Dr=[];if(o.required||!o.required&&Nr.hasOw
.lay-progress-circle svg {
filter: invert(98%) hue-rotate(180deg) contrast(80%) !important;
}
.layui-tab-card > .layui-tab-head > .layui-tab-title.is-top .layui-this::after,
.layui-tab-title .layui-this::after {
border-bottom-color: rgb(34, 36, 37);
}
.layui-tab-card > .layui-tab-head > .layui-tab-title.is-bottom .layui-this::after,
.layui-tab-card > .layui-tab-head > .layui-tab-title.is-top .layui-this::after{
border-left-color: #3c4042;
border-right-color: #3c4042;
}
.layui-tab-card > .layui-tab-head > .layui-tab-title.is-bottom .layui-this::after {
border-top-color: rgb(34, 36, 37);
}
.layui-tab-card > .layui-tab-head > .layui-tab-title.is-left .layui-this::after,
.layui-tab-card > .layui-tab-head > .layui-tab-title.is-right .layui-this::after {
border-top-color: #3c4042;
border-bottom-color: #3c4042;
}
.layui-tab-title.is-left .layui-this::after {
border-right-color: rgb(34, 36, 37);
border-top-color: #3c4042;
border-bottom-color: #3c4042;
border-left-color: #3c4042;
}
.layui-tab-title.is-right .layui-this::after {
border-left-color: rgb(34, 36, 37);
border-top-color: #3c4042;
border-bottom-color: #3c4042;
border-right-color: #3c4042;
}
`,invert:[".lay-progress-circle svg",".layui-layer-loading .layui-layer-loading1",".layui-layer-loading .layui-layer-loading2",".layui-loading img",".layui-layer-ico",".layui-layer-min",".layer-icon-ico16"],ignoreInlineStyle:Dr,disableStyleSheetsProxy:!1,ignoreImageAnalysis:["*"]};Object.assign(Vr,a.darkPartial),Ur==="dark"?(window&&si$1.setFetchMethod(window.fetch),si$1.enable(Vr,Wr)):Ur==="light"?si$1.disable():Ur==="auto"&&si$1.auto(Vr,Wr)})(Mr)},{immediate:!0}),watch(()=>a.themeVariable,Mr=>{(Ur=>{if(Ur!=null){const Vr=Object.keys(Ur);for(let Wr=0;Wr<Vr.length;Wr++){const qr=Vr[Wr],Yr=Ur[qr];document.documentElement.style.setProperty(qr,Yr)}}})(Mr)},{immediate:!0,deep:!0}),(Mr,Ur)=>renderSlot(Mr.$slots,"default")}})),index$k="",index$j="",index$i="",index$h="",index$g="",index$f="",index$e="",index$d="",index$c="";function y(o,a,Er){return(a=d(a))in o?Object.defineProperty(o,a,{value:Er,enumerable:!0,configurable:!0,writable:!0}):o[a]=Er,o}function p(o,a){var Er=Object.keys(o);if(Object.getOwnPropertySymbols){var Nr=Object.getOwnPropertySymbols(o);a&&(Nr=Nr.filter(function(Lr){return Object.getOwnPropertyDescriptor(o,Lr).enumerable})),Er.push.apply(Er,Nr)}return Er}function e(o){for(var a=1;a<arguments.length;a++){var Er=arguments[a]!=null?arguments[a]:{};a%2?p(Object(Er),!0).forEach(function(Nr){y(o,Nr,Er[Nr])}):Object.getOwnPropertyDescriptors?Object.defineProperties(o,Object.getOwnPropertyDescriptors(Er)):p(Object(Er)).forEach(function(Nr){Object.defineProperty(o,Nr,Object.getOwnPropertyDescriptor(Er,Nr))})}return o}function v(o,a){if(typeof o!="object"||!o)return o;var Er=o[Symbol.toPrimitive];if(Er!==void 0){var Nr=Er.call(o,a||"default");if(typeof Nr!="object")return Nr;throw new TypeError("@@toPrimitive must return a primitive value.")}return(a==="string"?String:Number)(o)}function d(o){var a=v(o,"string");return typeof a=="symbol"?a:a+""}const l=defineComponent(e(e({},{name:"LayIcon"}),{},{__name:"index",props:{size:{},type:{},color:{},prefix:{default:"layui-icon"}},setup:function(o){var a=o,Er=computed(function(){return{color:a.color,fontSize:a.size}});return computed(function(){return{type:a.type,prefix:a.prefix}}),function(Nr,Lr){return openBlock(),createElementBlock("i",{class:normalizeClass([Nr.prefix,Nr.type]),style:normalizeStyle(Er.value)},null,6)}}}));var I={name:"HeartFillIcon"};e(e({},I),{},{props:{color:{},size:{}},setup:function(o){var a=o;return function(Er,Nr){return openBlock(),createBlock(unref(l),{color:a.color,size:a.size,type:"layui-icon-heart-fill"},null,8,["color","size"])}}});var $={name:"HeartIcon"};e(e({},$),{},{props:{color:{},size:{}},setup:function(o){var a=o;return function(Er,Nr){return openBlock(),createBlock(unref(l),{color:a.color,size:a.size,type:"layui-icon-heart"},null,8,["color","size"])}}});var h={name:"LightIcon"};e(e({},h),{},{props:{color:{},size:{}},setup:function(o){var a=o;return function(Er,Nr){return openBlock(),createBlock(unref(l),{color:a.color,size:a.size,type:"layui-icon-light"},null,8,["color","size"])}}});var F={name:"TimeIcon"};e(e({},F),{},{props:{color:{},size:{}},setup:function(o){var a=o;return function(Er,Nr){return openBlock(),createBlock(unref(l),{color:a.color,size:a.size,type:"layui-icon-time"},null,8,["color","size"])}}});var x={name:"BluetoothIcon"};e(e({},x),{},{props:{color:{},size:{}},setup:function(o){var a=o;return function(Er,Nr){return openBlock(),createBlock(unref(l),{color:a.color,size:a.size,type:"layui-icon-bluetooth"},null,8,["color","size"])}}});var E={name:"AtIcon"};e(e({},E),{},{props:{color:{},size:{}},setup:function(o){var a=o;return function(Er,Nr){return openBlock(),createBlock(unref(l),{color:a.color,size:a.size,type:"layui-icon-at"},null,8,["color","size"])}}});var C={name:"MuteIcon"};e(e({},C),{},{props:{color:{},size:{}},setup:function(o){var a=o;return function(Er,Nr){return openBlock(),createBlock(unref(l),{color:a.color,size:a.size,type:"layui-icon-mute"},null,8,["color","size"])}}});var A={name:"MikeIcon"};e(e({},A),{},{props:{color:{},size:{}},setup:function(o){var a=o;return function(Er,Nr){return openBlock(),create
* pinia v2.3.1
* (c) 2025 Eduardo San Martin Morote
* @license MIT
*/let activePinia;const setActivePinia=o=>activePinia=o,piniaSymbol=Symbol();function isPlainObject$1(o){return o&&typeof o=="object"&&Object.prototype.toString.call(o)==="[object Object]"&&typeof o.toJSON!="function"}var MutationType;(function(o){o.direct="direct",o.patchObject="patch object",o.patchFunction="patch function"})(MutationType||(MutationType={}));function createPinia(){const o=effectScope(!0),a=o.run(()=>ref({}));let Er=[],Nr=[];const Lr=markRaw({install(Dr){setActivePinia(Lr),Lr._a=Dr,Dr.provide(piniaSymbol,Lr),Dr.config.globalProperties.$pinia=Lr,Nr.forEach(Mr=>Er.push(Mr)),Nr=[]},use(Dr){return!this._a&&!isVue2?Nr.push(Dr):Er.push(Dr),this},_p:Er,_a:null,_e:o,_s:new Map,state:a});return Lr}const noop$1=()=>{};function addSubscription(o,a,Er,Nr=noop$1){o.push(a);const Lr=()=>{const Dr=o.indexOf(a);Dr>-1&&(o.splice(Dr,1),Nr())};return!Er&&getCurrentScope()&&onScopeDispose(Lr),Lr}function triggerSubscriptions(o,...a){o.slice().forEach(Er=>{Er(...a)})}const fallbackRunWithContext=o=>o(),ACTION_MARKER=Symbol(),ACTION_NAME=Symbol();function mergeReactiveObjects(o,a){o instanceof Map&&a instanceof Map?a.forEach((Er,Nr)=>o.set(Nr,Er)):o instanceof Set&&a instanceof Set&&a.forEach(o.add,o);for(const Er in a){if(!a.hasOwnProperty(Er))continue;const Nr=a[Er],Lr=o[Er];isPlainObject$1(Lr)&&isPlainObject$1(Nr)&&o.hasOwnProperty(Er)&&!isRef(Nr)&&!isReactive(Nr)?o[Er]=mergeReactiveObjects(Lr,Nr):o[Er]=Nr}return o}const skipHydrateSymbol=Symbol();function shouldHydrate(o){return!isPlainObject$1(o)||!o.hasOwnProperty(skipHydrateSymbol)}const{assign}=Object;function isComputed(o){return!!(isRef(o)&&o.effect)}function createOptionsStore(o,a,Er,Nr){const{state:Lr,actions:Dr,getters:Mr}=a,Ur=Er.state.value[o];let Vr;function Wr(){Ur||(Er.state.value[o]=Lr?Lr():{});const qr=toRefs(Er.state.value[o]);return assign(qr,Dr,Object.keys(Mr||{}).reduce((Yr,Kr)=>(Yr[Kr]=markRaw(computed(()=>{setActivePinia(Er);const Gr=Er._s.get(o);return Mr[Kr].call(Gr,Gr)})),Yr),{}))}return Vr=createSetupStore(o,Wr,a,Er,Nr,!0),Vr}function createSetupStore(o,a,Er={},Nr,Lr,Dr){let Mr;const Ur=assign({actions:{}},Er),Vr={deep:!0};let Wr,qr,Yr=[],Kr=[],Gr;const Xr=Nr.state.value[o];!Dr&&!Xr&&(Nr.state.value[o]={}),ref({});let Jr;function Zr(Cl){let wl;Wr=qr=!1,typeof Cl=="function"?(Cl(Nr.state.value[o]),wl={type:MutationType.patchFunction,storeId:o,events:Gr}):(mergeReactiveObjects(Nr.state.value[o],Cl),wl={type:MutationType.patchObject,payload:Cl,storeId:o,events:Gr});const Nl=Jr=Symbol();nextTick().then(()=>{Jr===Nl&&(Wr=!0)}),qr=!0,triggerSubscriptions(Yr,wl,Nr.state.value[o])}const fl=Dr?function(){const{state:wl}=Er,Nl=wl?wl():{};this.$patch(yl=>{assign(yl,Nl)})}:noop$1;function sl(){Mr.stop(),Yr=[],Kr=[],Nr._s.delete(o)}const gl=(Cl,wl="")=>{if(ACTION_MARKER in Cl)return Cl[ACTION_NAME]=wl,Cl;const Nl=function(){setActivePinia(Nr);const yl=Array.from(arguments),_l=[],Rl=[];function Ml(Bl){_l.push(Bl)}function Dl(Bl){Rl.push(Bl)}triggerSubscriptions(Kr,{args:yl,name:Nl[ACTION_NAME],store:ml,after:Ml,onError:Dl});let zl;try{zl=Cl.apply(this&&this.$id===o?this:ml,yl)}catch(Bl){throw triggerSubscriptions(Rl,Bl),Bl}return zl instanceof Promise?zl.then(Bl=>(triggerSubscriptions(_l,Bl),Bl)).catch(Bl=>(triggerSubscriptions(Rl,Bl),Promise.reject(Bl))):(triggerSubscriptions(_l,zl),zl)};return Nl[ACTION_MARKER]=!0,Nl[ACTION_NAME]=wl,Nl},hl={_p:Nr,$id:o,$onAction:addSubscription.bind(null,Kr),$patch:Zr,$reset:fl,$subscribe(Cl,wl={}){const Nl=addSubscription(Yr,Cl,wl.detached,()=>yl()),yl=Mr.run(()=>watch(()=>Nr.state.value[o],_l=>{(wl.flush==="sync"?qr:Wr)&&Cl({storeId:o,type:MutationType.direct,events:Gr},_l)},assign({},Vr,wl)));return Nl},$dispose:sl},ml=reactive(hl);Nr._s.set(o,ml);const dl=(Nr._a&&Nr._a.runWithContext||fallbackRunWithContext)(()=>Nr._e.run(()=>(Mr=effectScope()).run(()=>a({action:gl}))));for(const Cl in dl){const wl=dl[Cl];if(isRef(wl)&&!isComputed(wl)||isReactive(wl))Dr||(Xr&&shouldHydrate(wl)&&(isRef(wl)?wl.value=Xr[Cl]:mergeReactiveObjects(wl,Xr[Cl])),Nr.state.value[o][Cl]=wl);else if(typeof wl=="function"){const Nl=gl(wl,Cl);dl[Cl]
`).forEach(function(Mr){Lr=Mr.indexOf(":"),Er=Mr.substring(0,Lr).trim().toLowerCase(),Nr=Mr.substring(Lr+1).trim(),!(!Er||a[Er]&&ignoreDuplicateOf[Er])&&(Er==="set-cookie"?a[Er]?a[Er].push(Nr):a[Er]=[Nr]:a[Er]=a[Er]?a[Er]+", "+Nr:Nr)}),a},$internals=Symbol("internals");function normalizeHeader(o){return o&&String(o).trim().toLowerCase()}function normalizeValue(o){return o===!1||o==null?o:utils$1.isArray(o)?o.map(normalizeValue):String(o)}function parseTokens(o){const a=Object.create(null),Er=/([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;let Nr;for(;Nr=Er.exec(o);)a[Nr[1]]=Nr[2];return a}const isValidHeaderName=o=>/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(o.trim());function matchHeaderValue(o,a,Er,Nr,Lr){if(utils$1.isFunction(Nr))return Nr.call(this,a,Er);if(Lr&&(a=Er),!!utils$1.isString(a)){if(utils$1.isString(Nr))return a.indexOf(Nr)!==-1;if(utils$1.isRegExp(Nr))return Nr.test(a)}}function formatHeader(o){return o.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,(a,Er,Nr)=>Er.toUpperCase()+Nr)}function buildAccessors(o,a){const Er=utils$1.toCamelCase(" "+a);["get","set","has"].forEach(Nr=>{Object.defineProperty(o,Nr+Er,{value:function(Lr,Dr,Mr){return this[Nr].call(this,a,Lr,Dr,Mr)},configurable:!0})})}class AxiosHeaders{constructor(a){a&&this.set(a)}set(a,Er,Nr){const Lr=this;function Dr(Ur,Vr,Wr){const qr=normalizeHeader(Vr);if(!qr)throw new Error("header name must be a non-empty string");const Yr=utils$1.findKey(Lr,qr);(!Yr||Lr[Yr]===void 0||Wr===!0||Wr===void 0&&Lr[Yr]!==!1)&&(Lr[Yr||Vr]=normalizeValue(Ur))}const Mr=(Ur,Vr)=>utils$1.forEach(Ur,(Wr,qr)=>Dr(Wr,qr,Vr));if(utils$1.isPlainObject(a)||a instanceof this.constructor)Mr(a,Er);else if(utils$1.isString(a)&&(a=a.trim())&&!isValidHeaderName(a))Mr(parseHeaders(a),Er);else if(utils$1.isHeaders(a))for(const[Ur,Vr]of a.entries())Dr(Vr,Ur,Nr);else a!=null&&Dr(Er,a,Nr);return this}get(a,Er){if(a=normalizeHeader(a),a){const Nr=utils$1.findKey(this,a);if(Nr){const Lr=this[Nr];if(!Er)return Lr;if(Er===!0)return parseTokens(Lr);if(utils$1.isFunction(Er))return Er.call(this,Lr,Nr);if(utils$1.isRegExp(Er))return Er.exec(Lr);throw new TypeError("parser must be boolean|regexp|function")}}}has(a,Er){if(a=normalizeHeader(a),a){const Nr=utils$1.findKey(this,a);return!!(Nr&&this[Nr]!==void 0&&(!Er||matchHeaderValue(this,this[Nr],Nr,Er)))}return!1}delete(a,Er){const Nr=this;let Lr=!1;function Dr(Mr){if(Mr=normalizeHeader(Mr),Mr){const Ur=utils$1.findKey(Nr,Mr);Ur&&(!Er||matchHeaderValue(Nr,Nr[Ur],Ur,Er))&&(delete Nr[Ur],Lr=!0)}}return utils$1.isArray(a)?a.forEach(Dr):Dr(a),Lr}clear(a){const Er=Object.keys(this);let Nr=Er.length,Lr=!1;for(;Nr--;){const Dr=Er[Nr];(!a||matchHeaderValue(this,this[Dr],Dr,a,!0))&&(delete this[Dr],Lr=!0)}return Lr}normalize(a){const Er=this,Nr={};return utils$1.forEach(this,(Lr,Dr)=>{const Mr=utils$1.findKey(Nr,Dr);if(Mr){Er[Mr]=normalizeValue(Lr),delete Er[Dr];return}const Ur=a?formatHeader(Dr):String(Dr).trim();Ur!==Dr&&delete Er[Dr],Er[Ur]=normalizeValue(Lr),Nr[Ur]=!0}),this}concat(...a){return this.constructor.concat(this,...a)}toJSON(a){const Er=Object.create(null);return utils$1.forEach(this,(Nr,Lr)=>{Nr!=null&&Nr!==!1&&(Er[Lr]=a&&utils$1.isArray(Nr)?Nr.join(", "):Nr)}),Er}[Symbol.iterator](){return Object.entries(this.toJSON())[Symbol.iterator]()}toString(){return Object.entries(this.toJSON()).map(([a,Er])=>a+": "+Er).join(`
`)}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(a){return a instanceof this?a:new this(a)}static concat(a,...Er){const Nr=new this(a);return Er.forEach(Lr=>Nr.set(Lr)),Nr}static accessor(a){const Nr=(this[$internals]=this[$internals]={accessors:{}}).accessors,Lr=this.prototype;function Dr(Mr){const Ur=normalizeHeader(Mr);Nr[Ur]||(buildAccessors(Lr,Mr),Nr[Ur]=!0)}return utils$1.isArray(a)?a.forEach(Dr):Dr(a),this}}AxiosHeaders.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]);utils$1.reduceDescriptors(AxiosHeaders.prototype,({value:o},a)=>{let Er=a[0].toUpperCase()+a.slice(1);return{get:()=>o,set(Nr){this[Er]=Nr}}});utils$1.freezeMethods(AxiosHeaders);const AxiosHeaders$1=AxiosHeaders;function transformData(o,a){const Er=this||defaults$1,Nr=a||Er,Lr=AxiosHeaders$1.from(Nr.headers);let Dr=Nr.data;return utils$1.forEach(o,function(Ur){Dr=Ur.call(Er,Dr,Lr.normalize(),a?a.status:void 0)}),Lr.normalize(),Dr}function isCancel(o){return!!(o&&o.__CANCEL__)}function CanceledError(o,a,Er){AxiosError.call(this,o??"canceled",AxiosError.ERR_CANCELED,a,Er),this.name="CanceledError"}utils$1.inherits(CanceledError,AxiosError,{__CANCEL__:!0});function settle(o,a,Er){const Nr=Er.config.validateStatus;!Er.status||!Nr||Nr(Er.status)?o(Er):a(new AxiosError("Request failed with status code "+Er.status,[AxiosError.ERR_BAD_REQUEST,AxiosError.ERR_BAD_RESPONSE][Math.floor(Er.status/100)-4],Er.config,Er.request,Er))}function parseProtocol(o){const a=/^([-+\w]{1,25})(:?\/\/|:)/.exec(o);return a&&a[1]||""}function speedometer(o,a){o=o||10;const Er=new Array(o),Nr=new Array(o);let Lr=0,Dr=0,Mr;return a=a!==void 0?a:1e3,function(Vr){const Wr=Date.now(),qr=Nr[Dr];Mr||(Mr=Wr),Er[Lr]=Vr,Nr[Lr]=Wr;let Yr=Dr,Kr=0;for(;Yr!==Lr;)Kr+=Er[Yr++],Yr=Yr%o;if(Lr=(Lr+1)%o,Lr===Dr&&(Dr=(Dr+1)%o),Wr-Mr<a)return;const Gr=qr&&Wr-qr;return Gr?Math.round(Kr*1e3/Gr):void 0}}function throttle(o,a){let Er=0,Nr=1e3/a,Lr,Dr;const Mr=(Wr,qr=Date.now())=>{Er=qr,Lr=null,Dr&&(clearTimeout(Dr),Dr=null),o.apply(null,Wr)};return[(...Wr)=>{const qr=Date.now(),Yr=qr-Er;Yr>=Nr?Mr(Wr,qr):(Lr=Wr,Dr||(Dr=setTimeout(()=>{Dr=null,Mr(Lr)},Nr-Yr)))},()=>Lr&&Mr(Lr)]}const progressEventReducer=(o,a,Er=3)=>{let Nr=0;const Lr=speedometer(50,250);return throttle(Dr=>{const Mr=Dr.loaded,Ur=Dr.lengthComputable?Dr.total:void 0,Vr=Mr-Nr,Wr=Lr(Vr),qr=Mr<=Ur;Nr=Mr;const Yr={loaded:Mr,total:Ur,progress:Ur?Mr/Ur:void 0,bytes:Vr,rate:Wr||void 0,estimated:Wr&&Ur&&qr?(Ur-Mr)/Wr:void 0,event:Dr,lengthComputable:Ur!=null,[a?"download":"upload"]:!0};o(Yr)},Er)},progressEventDecorator=(o,a)=>{const Er=o!=null;return[Nr=>a[0]({lengthComputable:Er,total:o,loaded:Nr}),a[1]]},asyncDecorator=o=>(...a)=>utils$1.asap(()=>o(...a)),isURLSameOrigin=platform.hasStandardBrowserEnv?((o,a)=>Er=>(Er=new URL(Er,platform.origin),o.protocol===Er.protocol&&o.host===Er.host&&(a||o.port===Er.port)))(new URL(platform.origin),platform.navigator&&/(msie|trident)/i.test(platform.navigator.userAgent)):()=>!0,cookies=platform.hasStandardBrowserEnv?{write(o,a,Er,Nr,Lr,Dr){const Mr=[o+"="+encodeURIComponent(a)];utils$1.isNumber(Er)&&Mr.push("expires="+new Date(Er).toGMTString()),utils$1.isString(Nr)&&Mr.push("path="+Nr),utils$1.isString(Lr)&&Mr.push("domain="+Lr),Dr===!0&&Mr.push("secure"),document.cookie=Mr.join("; ")},read(o){const a=document.cookie.match(new RegExp("(^|;\\s*)("+o+")=([^;]*)"));return a?decodeURIComponent(a[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,a){return a?o.replace(/\/?\/$/,"")+"/"+a.replace(/^\/+/,""):o}function buildFullPath(o,a){return o&&!isAbsoluteURL(a)?combineURLs(o,a):a}const headersToObject=o=>o instanceof AxiosHeaders$1?{...o}:o;function mergeConfig(o,a){a=a||{};const Er={};function Nr(Wr,qr,Yr,Kr){return utils$1.isPlainObject(Wr)&&utils$1.isPlainObject(qr)?utils$1.merge.call({caseless:Kr},Wr,qr):utils$1.isPlainObject(qr)?utils$1.merge({},qr):utils$1.isArray(qr)?qr.slice():qr}function Lr(Wr,qr,Yr,K
`+Dr.map(renderReason).join(`
`):" "+renderReason(Dr[0]):"as no adapter specified";throw new AxiosError("There is no suitable adapter to dispatch the request "+Mr,"ERR_NOT_SUPPORT")}return Nr},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$1.adapter)(o).then(function(Nr){return throwIfCancellationRequested(o),Nr.data=transformData.call(o,o.transformResponse,Nr),Nr.headers=AxiosHeaders$1.from(Nr.headers),Nr},function(Nr){return isCancel(Nr)||(throwIfCancellationRequested(o),Nr&&Nr.response&&(Nr.response.data=transformData.call(o,o.transformResponse,Nr.response),Nr.response.headers=AxiosHeaders$1.from(Nr.response.headers))),Promise.reject(Nr)})}const VERSION="1.7.9",validators$1={};["object","boolean","number","function","string","symbol"].forEach((o,a)=>{validators$1[o]=function(Nr){return typeof Nr===o||"a"+(a<1?"n ":" ")+o}});const deprecatedWarnings={};validators$1.transitional=function(a,Er,Nr){function Lr(Dr,Mr){return"[Axios v"+VERSION+"] Transitional option '"+Dr+"'"+Mr+(Nr?". "+Nr:"")}return(Dr,Mr,Ur)=>{if(a===!1)throw new AxiosError(Lr(Mr," has been removed"+(Er?" in "+Er:"")),AxiosError.ERR_DEPRECATED);return Er&&!deprecatedWarnings[Mr]&&(deprecatedWarnings[Mr]=!0,console.warn(Lr(Mr," has been deprecated since v"+Er+" and will be removed in the near future"))),a?a(Dr,Mr,Ur):!0}};validators$1.spelling=function(a){return(Er,Nr)=>(console.warn(`${Nr} is likely a misspelling of ${a}`),!0)};function assertOptions(o,a,Er){if(typeof o!="object")throw new AxiosError("options must be an object",AxiosError.ERR_BAD_OPTION_VALUE);const Nr=Object.keys(o);let Lr=Nr.length;for(;Lr-- >0;){const Dr=Nr[Lr],Mr=a[Dr];if(Mr){const Ur=o[Dr],Vr=Ur===void 0||Mr(Ur,Dr,o);if(Vr!==!0)throw new AxiosError("option "+Dr+" must be "+Vr,AxiosError.ERR_BAD_OPTION_VALUE);continue}if(Er!==!0)throw new AxiosError("Unknown option "+Dr,AxiosError.ERR_BAD_OPTION)}}const validator={assertOptions,validators:validators$1},validators=validator.validators;class Axios{constructor(a){this.defaults=a,this.interceptors={request:new InterceptorManager$1,response:new InterceptorManager$1}}async request(a,Er){try{return await this._request(a,Er)}catch(Nr){if(Nr instanceof Error){let Lr={};Error.captureStackTrace?Error.captureStackTrace(Lr):Lr=new Error;const Dr=Lr.stack?Lr.stack.replace(/^.+\n/,""):"";try{Nr.stack?Dr&&!String(Nr.stack).endsWith(Dr.replace(/^.+\n.+\n/,""))&&(Nr.stack+=`
`+Dr):Nr.stack=Dr}catch{}}throw Nr}}_request(a,Er){typeof a=="string"?(Er=Er||{},Er.url=a):Er=a||{},Er=mergeConfig(this.defaults,Er);const{transitional:Nr,paramsSerializer:Lr,headers:Dr}=Er;Nr!==void 0&&validator.assertOptions(Nr,{silentJSONParsing:validators.transitional(validators.boolean),forcedJSONParsing:validators.transitional(validators.boolean),clarifyTimeoutError:validators.transitional(validators.boolean)},!1),Lr!=null&&(utils$1.isFunction(Lr)?Er.paramsSerializer={serialize:Lr}:validator.assertOptions(Lr,{encode:validators.function,serialize:validators.function},!0)),validator.assertOptions(Er,{baseUrl:validators.spelling("baseURL"),withXsrfToken:validators.spelling("withXSRFToken")},!0),Er.method=(Er.method||this.defaults.method||"get").toLowerCase();let Mr=Dr&&utils$1.merge(Dr.common,Dr[Er.method]);Dr&&utils$1.forEach(["delete","get","head","post","put","patch","common"],Xr=>{delete Dr[Xr]}),Er.headers=AxiosHeaders$1.concat(Mr,Dr);const Ur=[];let Vr=!0;this.interceptors.request.forEach(function(Jr){typeof Jr.runWhen=="function"&&Jr.runWhen(Er)===!1||(Vr=Vr&&Jr.synchronous,Ur.unshift(Jr.fulfilled,Jr.rejected))});const Wr=[];this.interceptors.response.forEach(function(Jr){Wr.push(Jr.fulfilled,Jr.rejected)});let qr,Yr=0,Kr;if(!Vr){const Xr=[dispatchRequest.bind(this),void 0];for(Xr.unshift.apply(Xr,Ur),Xr.push.apply(Xr,Wr),Kr=Xr.length,qr=Promise.resolve(Er);Yr<Kr;)qr=qr.then(Xr[Yr++],Xr[Yr++]);return qr}Kr=Ur.length;let Gr=Er;for(Yr=0;Yr<Kr;){const Xr=Ur[Yr++],Jr=Ur[Yr++];try{Gr=Xr(Gr)}catch(Zr){Jr.call(this,Zr);break}}try{qr=dispatchRequest.call(this,Gr)}catch(Xr){return Promise.reject(Xr)}for(Yr=0,Kr=Wr.length;Yr<Kr;)qr=qr.then(Wr[Yr++],Wr[Yr++]);return qr}getUri(a){a=mergeConfig(this.defaults,a);const Er=buildFullPath(a.baseURL,a.url);return buildURL(Er,a.params,a.paramsSerializer)}}utils$1.forEach(["delete","get","head","options"],function(a){Axios.prototype[a]=function(Er,Nr){return this.request(mergeConfig(Nr||{},{method:a,url:Er,data:(Nr||{}).data}))}});utils$1.forEach(["post","put","patch"],function(a){function Er(Nr){return function(Dr,Mr,Ur){return this.request(mergeConfig(Ur||{},{method:a,headers:Nr?{"Content-Type":"multipart/form-data"}:{},url:Dr,data:Mr}))}}Axios.prototype[a]=Er(),Axios.prototype[a+"Form"]=Er(!0)});const Axios$1=Axios;class CancelToken{constructor(a){if(typeof a!="function")throw new TypeError("executor must be a function.");let Er;this.promise=new Promise(function(Dr){Er=Dr});const Nr=this;this.promise.then(Lr=>{if(!Nr._listeners)return;let Dr=Nr._listeners.length;for(;Dr-- >0;)Nr._listeners[Dr](Lr);Nr._listeners=null}),this.promise.then=Lr=>{let Dr;const Mr=new Promise(Ur=>{Nr.subscribe(Ur),Dr=Ur}).then(Lr);return Mr.cancel=function(){Nr.unsubscribe(Dr)},Mr},a(function(Dr,Mr,Ur){Nr.reason||(Nr.reason=new CanceledError(Dr,Mr,Ur),Er(Nr.reason))})}throwIfRequested(){if(this.reason)throw this.reason}subscribe(a){if(this.reason){a(this.reason);return}this._listeners?this._listeners.push(a):this._listeners=[a]}unsubscribe(a){if(!this._listeners)return;const Er=this._listeners.indexOf(a);Er!==-1&&this._listeners.splice(Er,1)}toAbortSignal(){const a=new AbortController,Er=Nr=>{a.abort(Nr)};return this.subscribe(Er),a.signal.unsubscribe=()=>this.unsubscribe(Er),a.signal}static source(){let a;return{token:new CancelToken(function(Lr){a=Lr}),cancel:a}}}const CancelToken$1=CancelToken;function spread(o){return function(Er){return o.apply(null,Er)}}function isAxiosError(o){return utils$1.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,Gon
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function Xe$1(o,a){return to(o)||io(o,a)||Fr(o,a)||uo()}function qe(o,a,Er,Nr,Lr,Dr,Mr){try{var Ur=o[Dr](Mr),Vr=Ur.value}catch(Wr){return void Er(Wr)}Ur.done?a(Vr):Promise.resolve(Vr).then(Nr,Lr)}function Pe(o){return function(){var a=this,Er=arguments;return new Promise(function(Nr,Lr){var Dr=o.apply(a,Er);function Mr(Vr){qe(Dr,Nr,Lr,Mr,Ur,"next",Vr)}function Ur(Vr){qe(Dr,Nr,Lr,Mr,Ur,"throw",Vr)}Mr(void 0)})}}function lo(o){return o&&o.__esModule&&Object.prototype.hasOwnProperty.call(o,"default")?o.default:o}var Ar={exports:{}},Br={exports:{}};(function(o){function a(Er){"@babel/helpers - typeof";return o.exports=a=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(Nr){return typeof Nr}:function(Nr){return Nr&&typeof Symbol=="function"&&Nr.constructor===Symbol&&Nr!==Symbol.prototype?"symbol":typeof Nr},o.exports.__esModule=!0,o.exports.default=o.exports,a(Er)}o.exports=a,o.exports.__esModule=!0,o.exports.default=o.exports})(Br);var ao=Br.exports;(function(o){var a=ao.default;function Er(){/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */o.exports=Er=function(){return Lr},o.exports.__esModule=!0,o.exports.default=o.exports;var Nr,Lr={},Dr=Object.prototype,Mr=Dr.hasOwnProperty,Ur=Object.defineProperty||function(il,bl,El){il[bl]=El.value},Vr=typeof Symbol=="function"?Symbol:{},Wr=Vr.iterator||"@@iterator",qr=Vr.asyncIterator||"@@asyncIterator",Yr=Vr.toStringTag||"@@toStringTag";function Kr(il,bl,El){return Object.defineProperty(il,bl,{value:El,enumerable:!0,configurable:!0,writable:!0}),il[bl]}try{Kr({},"")}catch{Kr=function(bl,El,Fl){return bl[El]=Fl}}function Gr(il,bl,El,Fl){var Vl=bl&&bl.prototype instanceof hl?bl:hl,ql=Object.create(Vl.prototype),Ql=new Bl(Fl||[]);return Ur(ql,"_invoke",{value:Rl(il,El,Ql)}),ql}function Xr(il,bl,El){try{return{type:"normal",arg:il.call(bl,El)}}catch(Fl){return{type:"throw",arg:Fl}}}Lr.wrap=Gr;var Jr="suspendedStart",Zr="suspendedYield",fl="executing",sl="completed",gl={};function hl(){}function ml(){}function xl(){}var dl={};Kr(dl,Wr,function(){return this});var Cl=Object.getPrototypeOf,wl=Cl&&Cl(Cl(cl([])));wl&&wl!==Dr&&Mr.call(wl,Wr)&&(dl=wl);var Nl=xl.prototype=hl.prototype=Object.create(dl);function yl(il){["next","throw","return"].forEach(function(bl){Kr(il,bl,function(El){return this._invoke(bl,El)})})}function _l(il,bl){function El(Vl,ql,Ql,cs){var Hl=Xr(il[Vl],il,ql);if(Hl.type!=="throw"){var is=Hl.arg,es=is.value;return es&&a(es)=="object"&&Mr.call(es,"__await")?bl.resolve(es.__await).then(function(fs){El("next",fs,Ql,cs)},function(fs){El("throw",fs,Ql,cs)}):bl.resolve(es).then(function(fs){is.value=fs,Ql(is)},function(fs){return El("throw",fs,Ql,cs)})}cs(Hl.arg)}var Fl;Ur(this,"_invoke",{value:function(Vl,ql){function Ql(){return new bl(function(cs,Hl){El(Vl,ql,cs,Hl)})}return Fl=Fl?Fl.then(Ql,Ql):Ql()}})}function Rl(il,bl,El){var Fl=Jr;return function(Vl,ql){if(Fl===fl)throw Error("Generator is already running");if(Fl===sl){if(Vl==="throw")throw ql;return{value:Nr,done:!0}}for(El.method=Vl,El.arg=ql;;){var Ql=El.delegate;if(Ql){var cs=Ml(Ql,El);if(cs){if(cs===gl)continue;return cs}}if(El.method==="next")El.sent=El._sent=El.arg;else if(El.method==="throw"){if(Fl===Jr)throw Fl=sl,El.arg;El.dispatchException(El.arg)}else El.method==="return"&&El.abrupt("return",El.arg);Fl=fl;var Hl=Xr(il,bl,El);if(Hl.type==="normal"){if(Fl=El.done?sl:Zr,Hl.arg===gl)continue;return{value:Hl.arg,done:El.done}}Hl.type==="throw"&&(Fl=sl,El.method="throw",El.arg=Hl.arg)}}}function Ml(il,bl){var El=bl.method,Fl=il.iterator[El];if(Fl===Nr)return bl.delegate=null,El==="throw"&&il.iterator.return&&(bl.method="return",bl.arg=Nr,Ml(il,bl),bl.method==="throw")||El!=="return"&&(bl.method="throw",bl.arg=new TypeError("The iterator does not provide a '"+El+"' method")),gl;var Vl=Xr(Fl,il.iterator,bl.arg);if(Vl.type==="throw")return bl.method="throw",bl.arg=Vl.arg,bl.delegate=null,gl;var ql=Vl.arg;return ql?ql.
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function ho(o){return yo(o)||mo(o)||Fr(o)||zo()}function Hr(){for(var o=[],a="0123456789abcdef",Er=0;Er<36;Er++)o[Er]=a.substr(Math.floor(Math.random()*16),1);o[14]="4",o[19]=a.substr(o[19]&3|8,1),o[8]=o[13]=o[18]=o[23]="-";var Nr=o.join("");return Nr.replaceAll("-","")}function go(o,a,Er){return o!="drawer"||o!=4?bo(a):Tr(Er,a)}function bo(o){return o===void 0||o==="auto"?[]:typeof o=="string"?[o]:o[1]&&o[1]==="auto"?o[0]&&o[0]==="auto"?[]:[o[0]]:o[0]&&o[0]==="auto"?o[1]&&o[1]!="auto"?[void 0,o[1]]:[]:ho(o)}function Tr(o){var a=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"30%";return a instanceof Array?a:(a==="auto"&&(a="30%"),o==="l"||o==="r"||o==="lt"||o==="lb"||o==="rt"||o==="rb"?[a,"100%"]:o==="t"||o==="b"||o==="tr"||o==="tl"||o==="br"||o==="bl"?["100%",a]:[a,"100%"])}function $e(o,a,Er){var Nr=["t","r","b","l","lt","tl","lb","bl","rt","tr","rb","br"],Lr=[];return o==="auto"&&Er==4&&(o="r"),typeof o=="string"?Nr.indexOf(o)>-1?(o==="t"&&(Lr[0]="0px",Lr[1]="calc(50% - "+a[0]+"/2)"),o==="l"&&(Lr[0]="calc(50% - "+a[1]+"/2)",Lr[1]="0px"),o==="b"&&(Lr[0]="calc(100% - "+a[1]+")",Lr[1]="calc(50% - "+a[0]+"/2)"),o==="r"&&(Lr[0]="calc(50% - "+a[1]+"/2)",Lr[1]="calc(100% - "+a[0]+")"),(o==="lt"||o==="tl")&&(Lr[0]="0px",Lr[1]="0px"),(o==="lb"||o==="bl")&&(Lr[0]="calc(100% - "+a[1]+")",Lr[1]="0px"),(o==="rt"||o==="tr")&&(Lr[0]="0px",Lr[1]="calc(100% - "+a[0]+")"),(o==="rb"||o==="br")&&(Lr[0]="calc(100% - "+a[1]+")",Lr[1]="calc(100% - "+a[0]+")")):o=="auto"?(Lr[0]="calc(50% - "+a[1]+"/2)",Lr[1]="calc(50% - "+a[0]+"/2)"):(Lr[0]=o,Lr[1]="calc(50% - "+a[0]+"/2)"):(Lr[0]=o[0],Lr[1]=o[1]),Lr}function wo(o){return o==="dialog"||o==0?0:o==="page"||o==1?1:o==="iframe"||o==2?2:o==="loading"||o==3?3:o==="drawer"||o==4?4:o==="photos"||o==5?5:o==="notify"||o==6?6:o==="prompt"||o==7?7:0}function or(){return{w:"100%",h:"100%"}}function nr(){return{t:"0px",l:"0px"}}function tr(){return{w:"180px",h:"51px"}}function ir(o){return{t:"calc(100% - 51px)",l:o+"px"}}function ur(o){var a,Er,Nr=(a=getComputedStyle(o,null))===null||a===void 0?void 0:a.width,Lr=(Er=getComputedStyle(o,null))===null||Er===void 0?void 0:Er.height;return[Nr,Lr]}var je=[];function _e(o,a){var Er=0;if(a){var Nr=je.findIndex(function(Lr){return Lr===void 0});Nr===-1?(je.push(o),Er=je.length-1):(je[Nr]=o,Er=Nr)}else delete je[je.findIndex(function(Lr){return Lr==o})],Er=-1;return Er}function lr(o){var a=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1,Er=["rl"],Nr="layer-drawer-anim layer-anim";return o==="l"||o==="lt"||o==="lb"?Er[0]="lr":o==="r"||o==="rt"||o==="rb"?Er[0]="rl":o==="t"||o==="tr"||o==="tl"?Er[0]="tb":(o==="b"||o==="br"||o==="bl")&&(Er[0]="bt"),a?"".concat(Nr,"-").concat(Er[0],"-close"):"".concat(Nr,"-").concat(Er[0])}function ar(o,a){return We.apply(this,arguments)}function We(){return We=Pe(ie.mark(function o(a,Er){var Nr,Lr;return ie.wrap(function(Dr){for(;;)switch(Dr.prev=Dr.next){case 0:return Lr=function(Mr){var Ur=[Mr.width,Mr.height],Vr=[window.innerWidth-250,window.innerHeight-250];if(Ur[0]>Vr[0]||Ur[1]>Vr[1]){var Wr=[Ur[0]/Vr[0],Ur[1]/Vr[1]];Wr[0]>Wr[1]?(Ur[0]=Ur[0]/Wr[0],Ur[1]=Ur[1]/Wr[0]):Wr[0]<Wr[1]&&(Ur[0]=Ur[0]/Wr[1],Ur[1]=Ur[1]/Wr[1])}return[Ur[0]+"px",Ur[1]+"px"]},Nr=new Image,Nr.src=a,Dr.abrupt("return",new Promise(function(Mr,Ur){if(Nr.complete){Mr(Lr(Nr));return}var Vr=ne.load(2,{shadeOpacity:"0"});Nr.onload=function(){ne.close(Vr),Mr(Lr(Nr))},Nr.onerror=function(){ne.close(Vr),ne.msg("图片加载失败"),Ur(!1)}}));case 4:case"end":return Dr.stop()}},o)})),We.apply(this,arguments)}function Ke(o,a){for(var Er=document.getElementsByClassName(o),Nr=0;Nr<Er.length;Nr++){var Lr=Er[Nr];if(Lr.id===a)return Lr}}function Oo(o,a,Er){var Nr=["lt","lb","rt","rb"],Lr="0",Dr="0",Mr=15,Ur=15;window.NotifiyQueen=window.NotifiyQueen||[];var Vr=window.NotifiyQueen;(typeof o!="string"||Nr.indexOf(o)===-1)&&(o="rt");var Wr=Vr.filter(function(Kr){if(Kr.offset===o)return Kr}),qr=Wr.length>0?Wr[Wr.length-1]:null;if(qr)if(qr=Ke("layui-layer",qr.id),o==="rt"||o==="
* @license MIT */(function(o,a){(function(Er,Nr){o.exports=Nr()})(commonjsGlobal,function(){var Er={};Er.version="0.2.0";var Nr=Er.settings={minimum:.08,easing:"ease",positionUsing:"",speed:200,trickle:!0,trickleRate:.02,trickleSpeed:800,showSpinner:!0,barSelector:'[role="bar"]',spinnerSelector:'[role="spinner"]',parent:"body",template:'<div class="bar" role="bar"><div class="peg"></div></div><div class="spinner" role="spinner"><div class="spinner-icon"></div></div>'};Er.configure=function(Xr){var Jr,Zr;for(Jr in Xr)Zr=Xr[Jr],Zr!==void 0&&Xr.hasOwnProperty(Jr)&&(Nr[Jr]=Zr);return this},Er.status=null,Er.set=function(Xr){var Jr=Er.isStarted();Xr=Lr(Xr,Nr.minimum,1),Er.status=Xr===1?null:Xr;var Zr=Er.render(!Jr),fl=Zr.querySelector(Nr.barSelector),sl=Nr.speed,gl=Nr.easing;return Zr.offsetWidth,Ur(function(hl){Nr.positionUsing===""&&(Nr.positionUsing=Er.getPositioningCSS()),Vr(fl,Mr(Xr,sl,gl)),Xr===1?(Vr(Zr,{transition:"none",opacity:1}),Zr.offsetWidth,setTimeout(function(){Vr(Zr,{transition:"all "+sl+"ms linear",opacity:0}),setTimeout(function(){Er.remove(),hl()},sl)},sl)):setTimeout(hl,sl)}),this},Er.isStarted=function(){return typeof Er.status=="number"},Er.start=function(){Er.status||Er.set(0);var Xr=function(){setTimeout(function(){Er.status&&(Er.trickle(),Xr())},Nr.trickleSpeed)};return Nr.trickle&&Xr(),this},Er.done=function(Xr){return!Xr&&!Er.status?this:Er.inc(.3+.5*Math.random()).set(1)},Er.inc=function(Xr){var Jr=Er.status;return Jr?(typeof Xr!="number"&&(Xr=(1-Jr)*Lr(Math.random()*Jr,.1,.95)),Jr=Lr(Jr+Xr,0,.994),Er.set(Jr)):Er.start()},Er.trickle=function(){return Er.inc(Math.random()*Nr.trickleRate)},function(){var Xr=0,Jr=0;Er.promise=function(Zr){return!Zr||Zr.state()==="resolved"?this:(Jr===0&&Er.start(),Xr++,Jr++,Zr.always(function(){Jr--,Jr===0?(Xr=0,Er.done()):Er.set((Xr-Jr)/Xr)}),this)}}(),Er.render=function(Xr){if(Er.isRendered())return document.getElementById("nprogress");qr(document.documentElement,"nprogress-busy");var Jr=document.createElement("div");Jr.id="nprogress",Jr.innerHTML=Nr.template;var Zr=Jr.querySelector(Nr.barSelector),fl=Xr?"-100":Dr(Er.status||0),sl=document.querySelector(Nr.parent),gl;return Vr(Zr,{transition:"all 0 linear",transform:"translate3d("+fl+"%,0,0)"}),Nr.showSpinner||(gl=Jr.querySelector(Nr.spinnerSelector),gl&&Gr(gl)),sl!=document.body&&qr(sl,"nprogress-custom-parent"),sl.appendChild(Jr),Jr},Er.remove=function(){Yr(document.documentElement,"nprogress-busy"),Yr(document.querySelector(Nr.parent),"nprogress-custom-parent");var Xr=document.getElementById("nprogress");Xr&&Gr(Xr)},Er.isRendered=function(){return!!document.getElementById("nprogress")},Er.getPositioningCSS=function(){var Xr=document.body.style,Jr="WebkitTransform"in Xr?"Webkit":"MozTransform"in Xr?"Moz":"msTransform"in Xr?"ms":"OTransform"in Xr?"O":"";return Jr+"Perspective"in Xr?"translate3d":Jr+"Transform"in Xr?"translate":"margin"};function Lr(Xr,Jr,Zr){return Xr<Jr?Jr:Xr>Zr?Zr:Xr}function Dr(Xr){return(-1+Xr)*100}function Mr(Xr,Jr,Zr){var fl;return Nr.positionUsing==="translate3d"?fl={transform:"translate3d("+Dr(Xr)+"%,0,0)"}:Nr.positionUsing==="translate"?fl={transform:"translate("+Dr(Xr)+"%,0)"}:fl={"margin-left":Dr(Xr)+"%"},fl.transition="all "+Jr+"ms "+Zr,fl}var Ur=function(){var Xr=[];function Jr(){var Zr=Xr.shift();Zr&&Zr(Jr)}return function(Zr){Xr.push(Zr),Xr.length==1&&Jr()}}(),Vr=function(){var Xr=["Webkit","O","Moz","ms"],Jr={};function Zr(hl){return hl.replace(/^-ms-/,"ms-").replace(/-([\da-z])/gi,function(ml,xl){return xl.toUpperCase()})}function fl(hl){var ml=document.body.style;if(hl in ml)return hl;for(var xl=Xr.length,dl=hl.charAt(0).toUpperCase()+hl.slice(1),Cl;xl--;)if(Cl=Xr[xl]+dl,Cl in ml)return Cl;return hl}function sl(hl){return hl=Zr(hl),Jr[hl]||(Jr[hl]=fl(hl))}function gl(hl,ml,xl){ml=sl(ml),hl.style[ml]=xl}return function(hl,ml){var xl=arguments,dl,Cl;if(xl.length==2)for(dl in ml)Cl=ml[dl],Cl!==void 0&&ml.hasOwnProperty(dl)&&gl(hl,dl,Cl);else gl(hl,xl[1],xl[2])}}();function Wr(Xr,Jr){var Zr=typeof Xr=="string"?Xr:Kr(Xr);return Zr.indexOf(" "+Jr+" ")>=0}function qr(Xr,Jr){var Zr=Kr(X
Mock - 模拟请求 & 模拟数据
https://github.com/nuysoft/Mock
墨智 mozhi.gyy@taobao.com nuysoft@gmail.com
*/var qr={Handler:Nr,Random:Dr,Util:Lr,XHR:Wr,RE:Mr,toJSONSchema:Ur,valid:Vr,heredoc:Lr.heredoc,setup:function(Yr){return Wr.setup(Yr)},_mocked:{}};qr.version="1.0.1-beta3",Wr&&(Wr.Mock=qr),qr.mock=function(Yr,Kr,Gr){return arguments.length===1?Nr.gen(Yr):(arguments.length===2&&(Gr=Kr,Kr=void 0),Wr&&(window.XMLHttpRequest=Wr),qr._mocked[Yr+(Kr||"")]={rurl:Yr,rtype:Kr,template:Gr},qr)},o.exports=qr},function(module,exports,__webpack_require__){var Constant=__webpack_require__(2),Util=__webpack_require__(3),Parser=__webpack_require__(4),Random=__webpack_require__(5),RE=__webpack_require__(20),Handler={extend:Util.extend};Handler.gen=function(o,a,Er){a=a==null?"":a+"",Er=Er||{},Er={path:Er.path||[Constant.GUID],templatePath:Er.templatePath||[Constant.GUID++],currentContext:Er.currentContext,templateCurrentContext:Er.templateCurrentContext||o,root:Er.root||Er.currentContext,templateRoot:Er.templateRoot||Er.templateCurrentContext||o};var Nr=Parser.parse(a),Lr=Util.type(o),Dr;return Handler[Lr]?(Dr=Handler[Lr]({type:Lr,template:o,name:a,parsedName:a&&a.replace(Constant.RE_KEY,"$1"),rule:Nr,context:Er}),Er.root||(Er.root=Dr),Dr):o},Handler.extend({array:function(o){var a=[],Er,Nr;if(o.template.length===0)return a;if(o.rule.parameters)if(o.rule.min===1&&o.rule.max===void 0)o.context.path.push(o.name),o.context.templatePath.push(o.name),a=Random.pick(Handler.gen(o.template,void 0,{path:o.context.path,templatePath:o.context.templatePath,currentContext:a,templateCurrentContext:o.template,root:o.context.root||a,templateRoot:o.context.templateRoot||o.template})),o.context.path.pop(),o.context.templatePath.pop();else if(o.rule.parameters[2])o.template.__order_index=o.template.__order_index||0,o.context.path.push(o.name),o.context.templatePath.push(o.name),a=Handler.gen(o.template,void 0,{path:o.context.path,templatePath:o.context.templatePath,currentContext:a,templateCurrentContext:o.template,root:o.context.root||a,templateRoot:o.context.templateRoot||o.template})[o.template.__order_index%o.template.length],o.template.__order_index+=+o.rule.parameters[2],o.context.path.pop(),o.context.templatePath.pop();else for(Er=0;Er<o.rule.count;Er++)for(Nr=0;Nr<o.template.length;Nr++)o.context.path.push(a.length),o.context.templatePath.push(Nr),a.push(Handler.gen(o.template[Nr],a.length,{path:o.context.path,templatePath:o.context.templatePath,currentContext:a,templateCurrentContext:o.template,root:o.context.root||a,templateRoot:o.context.templateRoot||o.template})),o.context.path.pop(),o.context.templatePath.pop();else for(Er=0;Er<o.template.length;Er++)o.context.path.push(Er),o.context.templatePath.push(Er),a.push(Handler.gen(o.template[Er],Er,{path:o.context.path,templatePath:o.context.templatePath,currentContext:a,templateCurrentContext:o.template,root:o.context.root||a,templateRoot:o.context.templateRoot||o.template})),o.context.path.pop(),o.context.templatePath.pop();return a},object:function(o){var a={},Er,Nr,Lr,Dr,Mr,Ur;if(o.rule.min!=null)for(Er=Util.keys(o.template),Er=Random.shuffle(Er),Er=Er.slice(0,o.rule.count),Ur=0;Ur<Er.length;Ur++)Lr=Er[Ur],Dr=Lr.replace(Constant.RE_KEY,"$1"),o.context.path.push(Dr),o.context.templatePath.push(Lr),a[Dr]=Handler.gen(o.template[Lr],Lr,{path:o.context.path,templatePath:o.context.templatePath,currentContext:a,templateCurrentContext:o.template,root:o.context.root||a,templateRoot:o.context.templateRoot||o.template}),o.context.path.pop(),o.context.templatePath.pop();else{Er=[],Nr=[];for(Lr in o.template)(typeof o.template[Lr]=="function"?Nr:Er).push(Lr);for(Er=Er.concat(Nr),Ur=0;Ur<Er.length;Ur++)Lr=Er[Ur],Dr=Lr.replace(Constant.RE_KEY,"$1"),o.context.path.push(Dr),o.context.templatePath.push(Lr),a[Dr]=Handler.gen(o.template[Lr],Lr,{path:o.context.path,templatePath:o.context.templatePath,currentContext:a,templateCurrentContext:o.template,root:o.context.root||a,templateRoot:o.context.templateRoot||o.template}),o.context.path.pop(),o.context.templatePath.pop(),Mr=Lr.match(Constant.RE_KEY),Mr&&Mr[2]&&Util.type(o.template[Lr])==="number"&&(o.template[Lr]+=parseInt(Mr[2],10))}return a},number:function(o){var
`?(rs.seenCR||rs.line++,rs.column=1,rs.seenCR=!1):Hp==="\r"||Hp==="\u2028"||Hp==="\u2029"?(rs.line++,rs.column=1,rs.seenCR=!0):(rs.column++,rs.seenCR=!1)}return jp!==rl&&(jp>rl&&(jp=0,Ep={line:1,column:1,seenCR:!1}),kl(Ep,jp,rl),jp=rl),Ep}function yl(rl){up>Pl||(Pl>up&&(up=Pl,lf=[]),lf.push(rl))}function _l(rl){var kl=0;for(rl.sort();kl<rl.length;)rl[kl-1]===rl[kl]?rl.splice(kl,1):kl++}function Rl(){var rl,kl,rs,ks,Rs;return rl=Pl,kl=Ml(),kl!==null?(rs=Pl,dl.charCodeAt(Pl)===124?(ks=Jf,Pl++):(ks=null,ys===0&&yl(Rd)),ks!==null?(Rs=Rl(),Rs!==null?(ks=[ks,Rs],rs=ks):(Pl=rs,rs=_s)):(Pl=rs,rs=_s),rs===null&&(rs=Ip),rs!==null?(Bs=rl,kl=Pd(kl,rs),kl===null&&(Pl=rl),rl=kl):(Pl=rl,rl=_s)):(Pl=rl,rl=_s),rl}function Ml(){var rl,kl,rs,ks,Rs;if(rl=Pl,kl=zl(),kl===null&&(kl=Ip),kl!==null)if(rs=Pl,ys++,ks=il(),ys--,ks===null?rs=Ip:(Pl=rs,rs=_s),rs!==null){for(ks=[],Rs=cl(),Rs===null&&(Rs=Dl());Rs!==null;)ks.push(Rs),Rs=cl(),Rs===null&&(Rs=Dl());ks!==null?(Rs=Bl(),Rs===null&&(Rs=Ip),Rs!==null?(Bs=rl,kl=Ad(kl,ks,Rs),kl===null&&(Pl=rl),rl=kl):(Pl=rl,rl=_s)):(Pl=rl,rl=_s)}else Pl=rl,rl=_s;else Pl=rl,rl=_s;return rl}function Dl(){var rl;return rl=es(),rl===null&&(rl=Il(),rl===null&&(rl=Gl())),rl}function zl(){var rl,kl;return rl=Pl,dl.charCodeAt(Pl)===94?(kl=Qf,Pl++):(kl=null,ys===0&&yl(Zf)),kl!==null&&(Bs=rl,kl=Nd()),kl===null&&(Pl=rl),rl=kl,rl}function Bl(){var rl,kl;return rl=Pl,dl.charCodeAt(Pl)===36?(kl=Ld,Pl++):(kl=null,ys===0&&yl(Dd)),kl!==null&&(Bs=rl,kl=Vd()),kl===null&&(Pl=rl),rl=kl,rl}function cl(){var rl,kl,rs;return rl=Pl,kl=Dl(),kl!==null?(rs=il(),rs!==null?(Bs=rl,kl=Md(kl,rs),kl===null&&(Pl=rl),rl=kl):(Pl=rl,rl=_s)):(Pl=rl,rl=_s),rl}function il(){var rl,kl,rs;return ys++,rl=Pl,kl=bl(),kl!==null?(rs=Hl(),rs===null&&(rs=Ip),rs!==null?(Bs=rl,kl=jd(kl,rs),kl===null&&(Pl=rl),rl=kl):(Pl=rl,rl=_s)):(Pl=rl,rl=_s),ys--,rl===null&&(kl=null,ys===0&&yl(Fd)),rl}function bl(){var rl;return rl=El(),rl===null&&(rl=Fl(),rl===null&&(rl=Vl(),rl===null&&(rl=ql(),rl===null&&(rl=Ql(),rl===null&&(rl=cs()))))),rl}function El(){var rl,kl,rs,ks,Rs,_p;return rl=Pl,dl.charCodeAt(Pl)===123?(kl=mf,Pl++):(kl=null,ys===0&&yl(hf)),kl!==null?(rs=is(),rs!==null?(dl.charCodeAt(Pl)===44?(ks=sp,Pl++):(ks=null,ys===0&&yl(kp)),ks!==null?(Rs=is(),Rs!==null?(dl.charCodeAt(Pl)===125?(_p=xp,Pl++):(_p=null,ys===0&&yl(Cp)),_p!==null?(Bs=rl,kl=Hd(rs,Rs),kl===null&&(Pl=rl),rl=kl):(Pl=rl,rl=_s)):(Pl=rl,rl=_s)):(Pl=rl,rl=_s)):(Pl=rl,rl=_s)):(Pl=rl,rl=_s),rl}function Fl(){var rl,kl,rs,ks;return rl=Pl,dl.charCodeAt(Pl)===123?(kl=mf,Pl++):(kl=null,ys===0&&yl(hf)),kl!==null?(rs=is(),rs!==null?(dl.substr(Pl,2)===ed?(ks=ed,Pl+=2):(ks=null,ys===0&&yl(td)),ks!==null?(Bs=rl,kl=Ud(rs),kl===null&&(Pl=rl),rl=kl):(Pl=rl,rl=_s)):(Pl=rl,rl=_s)):(Pl=rl,rl=_s),rl}function Vl(){var rl,kl,rs,ks;return rl=Pl,dl.charCodeAt(Pl)===123?(kl=mf,Pl++):(kl=null,ys===0&&yl(hf)),kl!==null?(rs=is(),rs!==null?(dl.charCodeAt(Pl)===125?(ks=xp,Pl++):(ks=null,ys===0&&yl(Cp)),ks!==null?(Bs=rl,kl=Tp(rs),kl===null&&(Pl=rl),rl=kl):(Pl=rl,rl=_s)):(Pl=rl,rl=_s)):(Pl=rl,rl=_s),rl}function ql(){var rl,kl;return rl=Pl,dl.charCodeAt(Pl)===43?(kl=wf,Pl++):(kl=null,ys===0&&yl(xf)),kl!==null&&(Bs=rl,kl=vf()),kl===null&&(Pl=rl),rl=kl,rl}function Ql(){var rl,kl;return rl=Pl,dl.charCodeAt(Pl)===42?(kl=yf,Pl++):(kl=null,ys===0&&yl(nd)),kl!==null&&(Bs=rl,kl=Wd()),kl===null&&(Pl=rl),rl=kl,rl}function cs(){var rl,kl;return rl=Pl,dl.charCodeAt(Pl)===63?(kl=od,Pl++):(kl=null,ys===0&&yl(rd)),kl!==null&&(Bs=rl,kl=qd()),kl===null&&(Pl=rl),rl=kl,rl}function Hl(){var rl;return dl.charCodeAt(Pl)===63?(rl=od,Pl++):(rl=null,ys===0&&yl(rd)),rl}function is(){var rl,kl,rs;if(rl=Pl,kl=[],Rp.test(dl.charAt(Pl))?(rs=dl.charAt(Pl),Pl++):(rs=null,ys===0&&yl(id)),rs!==null)for(;rs!==null;)kl.push(rs),Rp.test(dl.charAt(Pl))?(rs=dl.charAt(Pl),Pl++):(rs=null,ys===0&&yl(id));else kl=_s;return kl!==null&&(Bs=rl,kl=Yd(kl)),kl===null&&(Pl=rl),rl=kl,rl}function es(){var rl,kl,rs,ks;return rl=Pl,dl.charCodeAt(Pl)===40?(kl=Cf,Pl++):(kl=null,ys===0&&yl(Gd)),kl!==null?(rs=ps(),rs===null&&(rs=Ol(),rs===null&&(rs=zs(),rs===null&&(rs=fs()))),rs!==null?(dl.charCo
\r \v \u2028\u2029`,Kr={"\\w":Mr+Ur+Vr+"_","\\W":Wr.replace("_",""),"\\s":Yr,"\\S":function(){for(var Xr=qr,Jr=0;Jr<Yr.length;Jr++)Xr=Xr.replace(Yr[Jr],"");return Xr}(),"\\d":Vr,"\\D":Mr+Ur+Wr};function Gr(Xr,Jr){for(var Zr="",fl=Xr;fl<=Jr;fl++)Zr+=String.fromCharCode(fl);return Zr}Dr.gen=function(Xr,Jr,Zr){return Zr=Zr||{guid:1},Dr[Xr.type]?Dr[Xr.type](Xr,Jr,Zr):Dr.token(Xr,Jr,Zr)},Dr.extend({token:function(Xr,Jr,Zr){switch(Xr.type){case"start":case"end":return"";case"any-character":return Lr.character();case"backspace":return"";case"word-boundary":return"";case"non-word-boundary":break;case"digit":return Lr.pick(Vr.split(""));case"non-digit":return Lr.pick((Mr+Ur+Wr).split(""));case"form-feed":break;case"line-feed":return Xr.body||Xr.text;case"carriage-return":break;case"white-space":return Lr.pick(Yr.split(""));case"non-white-space":return Lr.pick((Mr+Ur+Vr).split(""));case"tab":break;case"vertical-tab":break;case"word":return Lr.pick((Mr+Ur+Vr).split(""));case"non-word":return Lr.pick(Wr.replace("_","").split(""))}return Xr.body||Xr.text},alternate:function(Xr,Jr,Zr){return this.gen(Lr.boolean()?Xr.left:Xr.right,Jr,Zr)},match:function(Xr,Jr,Zr){Jr="";for(var fl=0;fl<Xr.body.length;fl++)Jr+=this.gen(Xr.body[fl],Jr,Zr);return Jr},"capture-group":function(Xr,Jr,Zr){return Jr=this.gen(Xr.body,Jr,Zr),Zr[Zr.guid++]=Jr,Jr},"non-capture-group":function(Xr,Jr,Zr){return this.gen(Xr.body,Jr,Zr)},"positive-lookahead":function(Xr,Jr,Zr){return this.gen(Xr.body,Jr,Zr)},"negative-lookahead":function(Xr,Jr,Zr){return""},quantified:function(Xr,Jr,Zr){Jr="";for(var fl=this.quantifier(Xr.quantifier),sl=0;sl<fl;sl++)Jr+=this.gen(Xr.body,Jr,Zr);return Jr},quantifier:function(Xr,Jr,Zr){var fl=Math.max(Xr.min,0),sl=isFinite(Xr.max)?Xr.max:fl+Lr.integer(3,7);return Lr.integer(fl,sl)},charset:function(Xr,Jr,Zr){if(Xr.invert)return this["invert-charset"](Xr,Jr,Zr);var fl=Lr.pick(Xr.body);return this.gen(fl,Jr,Zr)},"invert-charset":function(Xr,Jr,Zr){for(var fl=qr,sl=0,gl;sl<Xr.body.length;sl++)switch(gl=Xr.body[sl],gl.type){case"literal":fl=fl.replace(gl.body,"");break;case"range":for(var hl=this.gen(gl.start,Jr,Zr).charCodeAt(),ml=this.gen(gl.end,Jr,Zr).charCodeAt(),xl=hl;xl<=ml;xl++)fl=fl.replace(String.fromCharCode(xl),"");default:var dl=Kr[gl.text];if(dl)for(var Cl=0;Cl<=dl.length;Cl++)fl=fl.replace(dl[Cl],"")}return Lr.pick(fl.split(""))},range:function(Xr,Jr,Zr){var fl=this.gen(Xr.start,Jr,Zr).charCodeAt(),sl=this.gen(Xr.end,Jr,Zr).charCodeAt();return String.fromCharCode(Lr.integer(fl,sl))},literal:function(Xr,Jr,Zr){return Xr.escaped?Xr.body:Xr.text},unicode:function(Xr,Jr,Zr){return String.fromCharCode(parseInt(Xr.code,16))},hex:function(Xr,Jr,Zr){return String.fromCharCode(parseInt(Xr.code,16))},octal:function(Xr,Jr,Zr){return String.fromCharCode(parseInt(Xr.code,8))},"back-reference":function(Xr,Jr,Zr){return Zr[Xr.code]||""},CONTROL_CHARACTER_MAP:function(){for(var Xr="@ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \\ ] ^ _".split(" "),Jr=`\0       \x07 \b
\v \f \r              \x1B    `.split(" "),Zr={},fl=0;fl<Xr.length;fl++)Zr[Xr[fl]]=Jr[fl];return Zr}(),"control-character":function(Xr,Jr,Zr){return this.CONTROL_CHARACTER_MAP[Xr.code]}}),o.exports=Dr},function(o,a,Er){o.exports=Er(24)},function(o,a,Er){var Nr=Er(2),Lr=Er(3),Dr=Er(4);function Mr(Ur,Vr,Wr){Wr=Wr||[];var qr={name:typeof Vr=="string"?Vr.replace(Nr.RE_KEY,"$1"):Vr,template:Ur,type:Lr.type(Ur),rule:Dr.parse(Vr)};switch(qr.path=Wr.slice(0),qr.path.push(Vr===void 0?"ROOT":qr.name),qr.type){case"array":qr.items=[],Lr.each(Ur,function(Yr,Kr){qr.items.push(Mr(Yr,Kr,qr.path))});break;case"object":qr.properties=[],Lr.each(Ur,function(Yr,Kr){qr.properties.push(Mr(Yr,Kr,qr.path))});break}return qr}o.exports=Mr},function(o,a,Er){o.exports=Er(26)},function(o,a,Er){var Nr=Er(2),Lr=Er(3),Dr=Er(23);function Mr(Wr,qr){for(var Yr=Dr(Wr),Kr=Ur.diff(Yr,qr),Gr=0;Gr<Kr.length;Gr++);return Kr}var Ur={diff:function(qr,Yr,Kr){var Gr=[];return this.name(qr,Yr,Kr,Gr)&&this.type(qr,Yr,Kr,Gr)&&(this.value(qr,Yr,Kr,Gr),this.properties(qr,Yr,Kr,Gr),this.items(qr,Yr,Kr,Gr)),Gr},name:function(Wr,qr,Yr,Kr){var Gr=Kr.length;return Vr.equal("name",Wr.path,Yr+"",Wr.name+"",Kr),Kr.length===Gr},type:function(Wr,qr,Yr,Kr){var Gr=Kr.length;switch(Wr.type){case"string":if(Wr.template.match(Nr.RE_PLACEHOLDER))return!0;break;case"array":if(Wr.rule.parameters&&(Wr.rule.min!==void 0&&Wr.rule.max===void 0&&Wr.rule.count===1||Wr.rule.parameters[2]))return!0;break;case"function":return!0}return Vr.equal("type",Wr.path,Lr.type(qr),Wr.type,Kr),Kr.length===Gr},value:function(Wr,qr,Yr,Kr){var Gr=Kr.length,Xr=Wr.rule,Jr=Wr.type;if(Jr==="object"||Jr==="array"||Jr==="function")return!0;if(!Xr.parameters){switch(Jr){case"regexp":return Vr.match("value",Wr.path,qr,Wr.template,Kr),Kr.length===Gr;case"string":if(Wr.template.match(Nr.RE_PLACEHOLDER))return Kr.length===Gr;break}return Vr.equal("value",Wr.path,qr,Wr.template,Kr),Kr.length===Gr}var Zr;switch(Jr){case"number":var fl=(qr+"").split(".");fl[0]=+fl[0],Xr.min!==void 0&&Xr.max!==void 0&&(Vr.greaterThanOrEqualTo("value",Wr.path,fl[0],Math.min(Xr.min,Xr.max),Kr),Vr.lessThanOrEqualTo("value",Wr.path,fl[0],Math.max(Xr.min,Xr.max),Kr)),Xr.min!==void 0&&Xr.max===void 0&&Vr.equal("value",Wr.path,fl[0],Xr.min,Kr,"[value] "+Yr),Xr.decimal&&(Xr.dmin!==void 0&&Xr.dmax!==void 0&&(Vr.greaterThanOrEqualTo("value",Wr.path,fl[1].length,Xr.dmin,Kr),Vr.lessThanOrEqualTo("value",Wr.path,fl[1].length,Xr.dmax,Kr)),Xr.dmin!==void 0&&Xr.dmax===void 0&&Vr.equal("value",Wr.path,fl[1].length,Xr.dmin,Kr));break;case"boolean":break;case"string":Zr=qr.match(new RegExp(Wr.template,"g")),Zr=Zr?Zr.length:0,Xr.min!==void 0&&Xr.max!==void 0&&(Vr.greaterThanOrEqualTo("repeat count",Wr.path,Zr,Xr.min,Kr),Vr.lessThanOrEqualTo("repeat count",Wr.path,Zr,Xr.max,Kr)),Xr.min!==void 0&&Xr.max===void 0&&Vr.equal("repeat count",Wr.path,Zr,Xr.min,Kr);break;case"regexp":Zr=qr.match(new RegExp(Wr.template.source.replace(/^\^|\$$/g,""),"g")),Zr=Zr?Zr.length:0,Xr.min!==void 0&&Xr.max!==void 0&&(Vr.greaterThanOrEqualTo("repeat count",Wr.path,Zr,Xr.min,Kr),Vr.lessThanOrEqualTo("repeat count",Wr.path,Zr,Xr.max,Kr)),Xr.min!==void 0&&Xr.max===void 0&&Vr.equal("repeat count",Wr.path,Zr,Xr.min,Kr);break}return Kr.length===Gr},properties:function(Wr,qr,Yr,Kr){var Gr=Kr.length,Xr=Wr.rule,Jr=Lr.keys(qr);if(Wr.properties){if(Wr.rule.parameters?(Xr.min!==void 0&&Xr.max!==void 0&&(Vr.greaterThanOrEqualTo("properties length",Wr.path,Jr.length,Math.min(Xr.min,Xr.max),Kr),Vr.lessThanOrEqualTo("properties length",Wr.path,Jr.length,Math.max(Xr.min,Xr.max),Kr)),Xr.min!==void 0&&Xr.max===void 0&&Xr.count!==1&&Vr.equal("properties length",Wr.path,Jr.length,Xr.min,Kr)):Vr.equal("properties length",Wr.path,Jr.length,Wr.properties.length,Kr),Kr.length!==Gr)return!1;for(var Zr=0;Zr<Jr.length;Zr++)Kr.push.apply(Kr,this.diff(function(){var fl;return Lr.each(Wr.properties,function(sl){sl.name===Jr[Zr]&&(fl=sl)}),fl||Wr.properties[Zr]}(),qr[Jr[Zr]],Jr[Zr]));return Kr.length===Gr}},items:function(Wr,qr,Yr,Kr){var Gr=Kr.length;if(Wr.items){var Xr=Wr.rule;if(!Wr.rule.para
`);return Xr},overrideMimeType:function(){},responseType:"",response:null,responseText:"",responseXML:null}),Nr.extend(Wr.prototype,{addEventListener:function(Xr,Jr){var Zr=this.custom.events;Zr[Xr]||(Zr[Xr]=[]),Zr[Xr].push(Jr)},removeEventListener:function(Xr,Jr){for(var Zr=this.custom.events[Xr]||[],fl=0;fl<Zr.length;fl++)Zr[fl]===Jr&&Zr.splice(fl--,1)},dispatchEvent:function(Xr){for(var Jr=this.custom.events[Xr.type]||[],Zr=0;Zr<Jr.length;Zr++)Jr[Zr].call(this,Xr);var fl="on"+Xr.type;this[fl]&&this[fl](Xr)}});function qr(){var Gr=function(){var Zr=/^(?:about|app|app-storage|.+-extension|file|res|widget):$/,fl=/^([\w.+-]+:)(?:\/\/([^\/?#:]*)(?::(\d+)|)|)/,sl=location.href,gl=fl.exec(sl.toLowerCase())||[];return Zr.test(gl[1])}();return window.ActiveXObject?!Gr&&Xr()||Jr():Xr();function Xr(){try{return new window._XMLHttpRequest}catch{}}function Jr(){try{return new window._ActiveXObject("Microsoft.XMLHTTP")}catch{}}}function Yr(Gr){for(var Xr in Wr.Mock._mocked){var Jr=Wr.Mock._mocked[Xr];if((!Jr.rurl||Zr(Jr.rurl,Gr.url))&&(!Jr.rtype||Zr(Jr.rtype,Gr.type.toLowerCase())))return Jr}function Zr(fl,sl){if(Nr.type(fl)==="string")return fl===sl;if(Nr.type(fl)==="regexp")return fl.test(sl)}}function Kr(Gr,Xr){return Nr.isFunction(Gr.template)?Gr.template(Xr):Wr.Mock.mock(Gr.template)}o.exports=Wr}])})})(mock);var mockExports=mock.exports;const Mock=getDefaultExportFromCjs(mockExports);let user={userId:"1992",username:"admin"};const menus=[{id:"/home/index",icon:"layui-icon-home",title:"首页"},{id:"/day_evaluation",icon:"layui-icon-home",title:"日常考评",children:[{id:"/day_evaluation/index",icon:"layui-icon-util",title:"加减分管理"},{id:"/day_evaluation/examine",icon:"layui-icon-util",title:"加减分审核"}]},{id:"/month_evaluation",icon:"layui-icon-home",title:"月度考评",children:[{id:"/month_evaluation/index",icon:"layui-icon-util",title:"月度考评填报"},{id:"/month_evaluation/examine",icon:"layui-icon-util",title:"月度考评管理"}]},{id:"/season_evaluation",icon:"layui-icon-home",title:"季度考评",children:[{id:"/season_evaluation/index",icon:"layui-icon-util",title:"季度考评"},{id:"/season_evaluation/examine",icon:"layui-icon-util",title:"季度考评管理"}]},{id:"/outside_evaluation",icon:"layui-icon-home",title:"院外考评",children:[{id:"/outside_evaluation/index",icon:"layui-icon-util",title:"我的院外考评"},{id:"/outside_evaluation/examine",icon:"layui-icon-util",title:"院外考评管理"}]},{id:"/year_evaluation",icon:"layui-icon-home",title:"年度考评",children:[{id:"/year_evaluation/index",icon:"layui-icon-util",title:"年度考评"},{id:"/year_evaluation/examine",icon:"layui-icon-util",title:"年度考评管理"}]},{id:"/file_bag",icon:"layui-icon-home",title:"医德医风档案",children:[{id:"/file_bag/index",icon:"layui-icon-util",title:"我的档案"},{id:"/file_bag/examine",icon:"layui-icon-util",title:"员工档案"}]},{id:"/census",icon:"layui-icon-home",title:"统计报表分析",children:[{id:"/census/index",icon:"layui-icon-util",title:"拒收红包报表统计"},{id:"/census/day",icon:"layui-icon-util",title:"日常考评报表统计"},{id:"/census/month",icon:"layui-icon-util",title:"月度考评报表统计"},{id:"/census/season",icon:"layui-icon-util",title:"季度考评报表统计"},{id:"/census/year",icon:"layui-icon-util",title:"年度考评报表统计"}]},{id:"/configuration",icon:"layui-icon-home",title:"规则配置中心",children:[{id:"/configuration/index",icon:"layui-icon-util",title:"登陆日志管理"},{id:"/configuration/foundation",icon:"layui-icon-util",title:"基础评分项管理"},{id:"/configuration/add",icon:"layui-icon-util",title:"加减分项管理"},{id:"/configuration/time",icon:"layui-icon-util",title:"考评时间管理"},{id:"/configuration/level",icon:"layui-icon-util",title:"考评级别管理"},{id:"/configuration/opinion",icon:"layui-icon-util",title:"医德征求意见管理"},{id:"/configuration/year",icon:"layui-icon-util",title:"字典管理"}]},{id:"/complaint/index",icon:"layui-icon-home",title:"投诉管理"},{id