Files
starpixel/assets/index-BbcDAqnf.js

16 lines
99 KiB
JavaScript

(function(){const t=document.createElement("link").relList;if(t&&t.supports&&t.supports("modulepreload"))return;for(const r of document.querySelectorAll('link[rel="modulepreload"]'))s(r);new MutationObserver(r=>{for(const i of r)if(i.type==="childList")for(const o of i.addedNodes)o.tagName==="LINK"&&o.rel==="modulepreload"&&s(o)}).observe(document,{childList:!0,subtree:!0});function n(r){const i={};return r.integrity&&(i.integrity=r.integrity),r.referrerPolicy&&(i.referrerPolicy=r.referrerPolicy),r.crossOrigin==="use-credentials"?i.credentials="include":r.crossOrigin==="anonymous"?i.credentials="omit":i.credentials="same-origin",i}function s(r){if(r.ep)return;r.ep=!0;const i=n(r);fetch(r.href,i)}})();function Ts(e){const t=Object.create(null);for(const n of e.split(","))t[n]=1;return n=>n in t}const le={},Dt=[],Qe=()=>{},Jr=()=>!1,Dn=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&(e.charCodeAt(2)>122||e.charCodeAt(2)<97),Os=e=>e.startsWith("onUpdate:"),pe=Object.assign,Ps=(e,t)=>{const n=e.indexOf(t);n>-1&&e.splice(n,1)},Po=Object.prototype.hasOwnProperty,X=(e,t)=>Po.call(e,t),B=Array.isArray,Ft=e=>Fn(e)==="[object Map]",Yr=e=>Fn(e)==="[object Set]",k=e=>typeof e=="function",ue=e=>typeof e=="string",yt=e=>typeof e=="symbol",ce=e=>e!==null&&typeof e=="object",Qr=e=>(ce(e)||k(e))&&k(e.then)&&k(e.catch),Xr=Object.prototype.toString,Fn=e=>Xr.call(e),Io=e=>Fn(e).slice(8,-1),Zr=e=>Fn(e)==="[object Object]",Is=e=>ue(e)&&e!=="NaN"&&e[0]!=="-"&&""+parseInt(e,10)===e,Qt=Ts(",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"),Hn=e=>{const t=Object.create(null);return(n=>t[n]||(t[n]=e(n)))},No=/-\w/g,He=Hn(e=>e.replace(No,t=>t.slice(1).toUpperCase())),Mo=/\B([A-Z])/g,Ot=Hn(e=>e.replace(Mo,"-$1").toLowerCase()),Bn=Hn(e=>e.charAt(0).toUpperCase()+e.slice(1)),Yn=Hn(e=>e?`on${Bn(e)}`:""),mt=(e,t)=>!Object.is(e,t),Qn=(e,...t)=>{for(let n=0;n<e.length;n++)e[n](...t)},ei=(e,t,n,s=!1)=>{Object.defineProperty(e,t,{configurable:!0,enumerable:!1,writable:s,value:n})},Lo=e=>{const t=parseFloat(e);return isNaN(t)?e:t},Do=e=>{const t=ue(e)?Number(e):NaN;return isNaN(t)?e:t};let Qs;const Vn=()=>Qs||(Qs=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{});function Ns(e){if(B(e)){const t={};for(let n=0;n<e.length;n++){const s=e[n],r=ue(s)?Vo(s):Ns(s);if(r)for(const i in r)t[i]=r[i]}return t}else if(ue(e)||ce(e))return e}const Fo=/;(?![^(]*\))/g,Ho=/:([^]+)/,Bo=/\/\*[^]*?\*\//g;function Vo(e){const t={};return e.replace(Bo,"").split(Fo).forEach(n=>{if(n){const s=n.split(Ho);s.length>1&&(t[s[0].trim()]=s[1].trim())}}),t}function on(e){let t="";if(ue(e))t=e;else if(B(e))for(let n=0;n<e.length;n++){const s=on(e[n]);s&&(t+=s+" ")}else if(ce(e))for(const n in e)e[n]&&(t+=n+" ");return t.trim()}const jo="itemscope,allowfullscreen,formnovalidate,ismap,nomodule,novalidate,readonly",ko=Ts(jo);function ti(e){return!!e||e===""}const ni=e=>!!(e&&e.__v_isRef===!0),si=e=>ue(e)?e:e==null?"":B(e)||ce(e)&&(e.toString===Xr||!k(e.toString))?ni(e)?si(e.value):JSON.stringify(e,ri,2):String(e),ri=(e,t)=>ni(t)?ri(e,t.value):Ft(t)?{[`Map(${t.size})`]:[...t.entries()].reduce((n,[s,r],i)=>(n[Xn(s,i)+" =>"]=r,n),{})}:Yr(t)?{[`Set(${t.size})`]:[...t.values()].map(n=>Xn(n))}:yt(t)?Xn(t):ce(t)&&!B(t)&&!Zr(t)?String(t):t,Xn=(e,t="")=>{var n;return yt(e)?`Symbol(${(n=e.description)!=null?n:t})`:e};let Te;class Uo{constructor(t=!1){this.detached=t,this._active=!0,this._on=0,this.effects=[],this.cleanups=[],this._isPaused=!1,this.parent=Te,!t&&Te&&(this.index=(Te.scopes||(Te.scopes=[])).push(this)-1)}get active(){return this._active}pause(){if(this._active){this._isPaused=!0;let t,n;if(this.scopes)for(t=0,n=this.scopes.length;t<n;t++)this.scopes[t].pause();for(t=0,n=this.effects.length;t<n;t++)this.effects[t].pause()}}resume(){if(this._active&&this._isPaused){this._isPaused=!1;let t,n;if(this.scopes)for(t=0,n=this.scopes.length;t<n;t++)this.scopes[t].resume();for(t=0,n=this.effects.length;t<n;t++)this.effects[t].resume()}}run(t){if(this._active){const n=Te;try{return Te=this,t()}finally{Te=n}}}on(){++this._on===1&&(this.prevScope=Te,Te=this)}off(){this._on>0&&--this._on===0&&(Te=this.prevScope,this.prevScope=void 0)}stop(t){if(this._active){this._active=!1;let n,s;for(n=0,s=this.effects.length;n<s;n++)this.effects[n].stop();for(this.effects.length=0,n=0,s=this.cleanups.length;n<s;n++)this.cleanups[n]();if(this.cleanups.length=0,this.scopes){for(n=0,s=this.scopes.length;n<s;n++)this.scopes[n].stop(!0);this.scopes.length=0}if(!this.detached&&this.parent&&!t){const r=this.parent.scopes.pop();r&&r!==this&&(this.parent.scopes[this.index]=r,r.index=this.index)}this.parent=void 0}}}function $o(){return Te}let oe;const Zn=new WeakSet;class ii{constructor(t){this.fn=t,this.deps=void 0,this.depsTail=void 0,this.flags=5,this.next=void 0,this.cleanup=void 0,this.scheduler=void 0,Te&&Te.active&&Te.effects.push(this)}pause(){this.flags|=64}resume(){this.flags&64&&(this.flags&=-65,Zn.has(this)&&(Zn.delete(this),this.trigger()))}notify(){this.flags&2&&!(this.flags&32)||this.flags&8||li(this)}run(){if(!(this.flags&1))return this.fn();this.flags|=2,Xs(this),ci(this);const t=oe,n=je;oe=this,je=!0;try{return this.fn()}finally{ai(this),oe=t,je=n,this.flags&=-3}}stop(){if(this.flags&1){for(let t=this.deps;t;t=t.nextDep)Ds(t);this.deps=this.depsTail=void 0,Xs(this),this.onStop&&this.onStop(),this.flags&=-2}}trigger(){this.flags&64?Zn.add(this):this.scheduler?this.scheduler():this.runIfDirty()}runIfDirty(){ds(this)&&this.run()}get dirty(){return ds(this)}}let oi=0,Xt,Zt;function li(e,t=!1){if(e.flags|=8,t){e.next=Zt,Zt=e;return}e.next=Xt,Xt=e}function Ms(){oi++}function Ls(){if(--oi>0)return;if(Zt){let t=Zt;for(Zt=void 0;t;){const n=t.next;t.next=void 0,t.flags&=-9,t=n}}let e;for(;Xt;){let t=Xt;for(Xt=void 0;t;){const n=t.next;if(t.next=void 0,t.flags&=-9,t.flags&1)try{t.trigger()}catch(s){e||(e=s)}t=n}}if(e)throw e}function ci(e){for(let t=e.deps;t;t=t.nextDep)t.version=-1,t.prevActiveLink=t.dep.activeLink,t.dep.activeLink=t}function ai(e){let t,n=e.depsTail,s=n;for(;s;){const r=s.prevDep;s.version===-1?(s===n&&(n=r),Ds(s),Go(s)):t=s,s.dep.activeLink=s.prevActiveLink,s.prevActiveLink=void 0,s=r}e.deps=t,e.depsTail=n}function ds(e){for(let t=e.deps;t;t=t.nextDep)if(t.dep.version!==t.version||t.dep.computed&&(ui(t.dep.computed)||t.dep.version!==t.version))return!0;return!!e._dirty}function ui(e){if(e.flags&4&&!(e.flags&16)||(e.flags&=-17,e.globalVersion===ln)||(e.globalVersion=ln,!e.isSSR&&e.flags&128&&(!e.deps&&!e._dirty||!ds(e))))return;e.flags|=2;const t=e.dep,n=oe,s=je;oe=e,je=!0;try{ci(e);const r=e.fn(e._value);(t.version===0||mt(r,e._value))&&(e.flags|=128,e._value=r,t.version++)}catch(r){throw t.version++,r}finally{oe=n,je=s,ai(e),e.flags&=-3}}function Ds(e,t=!1){const{dep:n,prevSub:s,nextSub:r}=e;if(s&&(s.nextSub=r,e.prevSub=void 0),r&&(r.prevSub=s,e.nextSub=void 0),n.subs===e&&(n.subs=s,!s&&n.computed)){n.computed.flags&=-5;for(let i=n.computed.deps;i;i=i.nextDep)Ds(i,!0)}!t&&!--n.sc&&n.map&&n.map.delete(n.key)}function Go(e){const{prevDep:t,nextDep:n}=e;t&&(t.nextDep=n,e.prevDep=void 0),n&&(n.prevDep=t,e.nextDep=void 0)}let je=!0;const fi=[];function ot(){fi.push(je),je=!1}function lt(){const e=fi.pop();je=e===void 0?!0:e}function Xs(e){const{cleanup:t}=e;if(e.cleanup=void 0,t){const n=oe;oe=void 0;try{t()}finally{oe=n}}}let ln=0;class Ko{constructor(t,n){this.sub=t,this.dep=n,this.version=n.version,this.nextDep=this.prevDep=this.nextSub=this.prevSub=this.prevActiveLink=void 0}}class Fs{constructor(t){this.computed=t,this.version=0,this.activeLink=void 0,this.subs=void 0,this.map=void 0,this.key=void 0,this.sc=0,this.__v_skip=!0}track(t){if(!oe||!je||oe===this.computed)return;let n=this.activeLink;if(n===void 0||n.sub!==oe)n=this.activeLink=new Ko(oe,this),oe.deps?(n.prevDep=oe.depsTail,oe.depsTail.nextDep=n,oe.depsTail=n):oe.deps=oe.depsTail=n,di(n);else if(n.version===-1&&(n.version=this.version,n.nextDep)){const s=n.nextDep;s.prevDep=n.prevDep,n.prevDep&&(n.prevDep.nextDep=s),n.prevDep=oe.depsTail,n.nextDep=void 0,oe.depsTail.nextDep=n,oe.depsTail=n,oe.deps===n&&(oe.deps=s)}return n}trigger(t){this.version++,ln++,this.notify(t)}notify(t){Ms();try{for(let n=this.subs;n;n=n.prevSub)n.sub.notify()&&n.sub.dep.notify()}finally{Ls()}}}function di(e){if(e.dep.sc++,e.sub.flags&4){const t=e.dep.computed;if(t&&!e.dep.subs){t.flags|=20;for(let s=t.deps;s;s=s.nextDep)di(s)}const n=e.dep.subs;n!==e&&(e.prevSub=n,n&&(n.nextSub=e)),e.dep.subs=e}}const hs=new WeakMap,Tt=Symbol(""),ps=Symbol(""),cn=Symbol("");function _e(e,t,n){if(je&&oe){let s=hs.get(e);s||hs.set(e,s=new Map);let r=s.get(n);r||(s.set(n,r=new Fs),r.map=s,r.key=n),r.track()}}function rt(e,t,n,s,r,i){const o=hs.get(e);if(!o){ln++;return}const l=c=>{c&&c.trigger()};if(Ms(),t==="clear")o.forEach(l);else{const c=B(e),f=c&&Is(n);if(c&&n==="length"){const a=Number(s);o.forEach((d,p)=>{(p==="length"||p===cn||!yt(p)&&p>=a)&&l(d)})}else switch((n!==void 0||o.has(void 0))&&l(o.get(n)),f&&l(o.get(cn)),t){case"add":c?f&&l(o.get("length")):(l(o.get(Tt)),Ft(e)&&l(o.get(ps)));break;case"delete":c||(l(o.get(Tt)),Ft(e)&&l(o.get(ps)));break;case"set":Ft(e)&&l(o.get(Tt));break}}Ls()}function Nt(e){const t=z(e);return t===e?t:(_e(t,"iterate",cn),Fe(e)?t:t.map(me))}function jn(e){return _e(e=z(e),"iterate",cn),e}const Wo={__proto__:null,[Symbol.iterator](){return es(this,Symbol.iterator,me)},concat(...e){return Nt(this).concat(...e.map(t=>B(t)?Nt(t):t))},entries(){return es(this,"entries",e=>(e[1]=me(e[1]),e))},every(e,t){return Ze(this,"every",e,t,void 0,arguments)},filter(e,t){return Ze(this,"filter",e,t,n=>n.map(me),arguments)},find(e,t){return Ze(this,"find",e,t,me,arguments)},findIndex(e,t){return Ze(this,"findIndex",e,t,void 0,arguments)},findLast(e,t){return Ze(this,"findLast",e,t,me,arguments)},findLastIndex(e,t){return Ze(this,"findLastIndex",e,t,void 0,arguments)},forEach(e,t){return Ze(this,"forEach",e,t,void 0,arguments)},includes(...e){return ts(this,"includes",e)},indexOf(...e){return ts(this,"indexOf",e)},join(e){return Nt(this).join(e)},lastIndexOf(...e){return ts(this,"lastIndexOf",e)},map(e,t){return Ze(this,"map",e,t,void 0,arguments)},pop(){return Wt(this,"pop")},push(...e){return Wt(this,"push",e)},reduce(e,...t){return Zs(this,"reduce",e,t)},reduceRight(e,...t){return Zs(this,"reduceRight",e,t)},shift(){return Wt(this,"shift")},some(e,t){return Ze(this,"some",e,t,void 0,arguments)},splice(...e){return Wt(this,"splice",e)},toReversed(){return Nt(this).toReversed()},toSorted(e){return Nt(this).toSorted(e)},toSpliced(...e){return Nt(this).toSpliced(...e)},unshift(...e){return Wt(this,"unshift",e)},values(){return es(this,"values",me)}};function es(e,t,n){const s=jn(e),r=s[t]();return s!==e&&!Fe(e)&&(r._next=r.next,r.next=()=>{const i=r._next();return i.done||(i.value=n(i.value)),i}),r}const qo=Array.prototype;function Ze(e,t,n,s,r,i){const o=jn(e),l=o!==e&&!Fe(e),c=o[t];if(c!==qo[t]){const d=c.apply(e,i);return l?me(d):d}let f=n;o!==e&&(l?f=function(d,p){return n.call(this,me(d),p,e)}:n.length>2&&(f=function(d,p){return n.call(this,d,p,e)}));const a=c.call(o,f,s);return l&&r?r(a):a}function Zs(e,t,n,s){const r=jn(e);let i=n;return r!==e&&(Fe(e)?n.length>3&&(i=function(o,l,c){return n.call(this,o,l,c,e)}):i=function(o,l,c){return n.call(this,o,me(l),c,e)}),r[t](i,...s)}function ts(e,t,n){const s=z(e);_e(s,"iterate",cn);const r=s[t](...n);return(r===-1||r===!1)&&Vs(n[0])?(n[0]=z(n[0]),s[t](...n)):r}function Wt(e,t,n=[]){ot(),Ms();const s=z(e)[t].apply(e,n);return Ls(),lt(),s}const zo=Ts("__proto__,__v_isRef,__isVue"),hi=new Set(Object.getOwnPropertyNames(Symbol).filter(e=>e!=="arguments"&&e!=="caller").map(e=>Symbol[e]).filter(yt));function Jo(e){yt(e)||(e=String(e));const t=z(this);return _e(t,"has",e),t.hasOwnProperty(e)}class pi{constructor(t=!1,n=!1){this._isReadonly=t,this._isShallow=n}get(t,n,s){if(n==="__v_skip")return t.__v_skip;const r=this._isReadonly,i=this._isShallow;if(n==="__v_isReactive")return!r;if(n==="__v_isReadonly")return r;if(n==="__v_isShallow")return i;if(n==="__v_raw")return s===(r?i?il:_i:i?vi:mi).get(t)||Object.getPrototypeOf(t)===Object.getPrototypeOf(s)?t:void 0;const o=B(t);if(!r){let c;if(o&&(c=Wo[n]))return c;if(n==="hasOwnProperty")return Jo}const l=Reflect.get(t,n,be(t)?t:s);if((yt(n)?hi.has(n):zo(n))||(r||_e(t,"get",n),i))return l;if(be(l)){const c=o&&Is(n)?l:l.value;return r&&ce(c)?ms(c):c}return ce(l)?r?ms(l):kn(l):l}}class gi extends pi{constructor(t=!1){super(!1,t)}set(t,n,s,r){let i=t[n];if(!this._isShallow){const c=vt(i);if(!Fe(s)&&!vt(s)&&(i=z(i),s=z(s)),!B(t)&&be(i)&&!be(s))return c||(i.value=s),!0}const o=B(t)&&Is(n)?Number(n)<t.length:X(t,n),l=Reflect.set(t,n,s,be(t)?t:r);return t===z(r)&&(o?mt(s,i)&&rt(t,"set",n,s):rt(t,"add",n,s)),l}deleteProperty(t,n){const s=X(t,n);t[n];const r=Reflect.deleteProperty(t,n);return r&&s&&rt(t,"delete",n,void 0),r}has(t,n){const s=Reflect.has(t,n);return(!yt(n)||!hi.has(n))&&_e(t,"has",n),s}ownKeys(t){return _e(t,"iterate",B(t)?"length":Tt),Reflect.ownKeys(t)}}class Yo extends pi{constructor(t=!1){super(!0,t)}set(t,n){return!0}deleteProperty(t,n){return!0}}const Qo=new gi,Xo=new Yo,Zo=new gi(!0);const gs=e=>e,vn=e=>Reflect.getPrototypeOf(e);function el(e,t,n){return function(...s){const r=this.__v_raw,i=z(r),o=Ft(i),l=e==="entries"||e===Symbol.iterator&&o,c=e==="keys"&&o,f=r[e](...s),a=n?gs:t?Rn:me;return!t&&_e(i,"iterate",c?ps:Tt),{next(){const{value:d,done:p}=f.next();return p?{value:d,done:p}:{value:l?[a(d[0]),a(d[1])]:a(d),done:p}},[Symbol.iterator](){return this}}}}function _n(e){return function(...t){return e==="delete"?!1:e==="clear"?void 0:this}}function tl(e,t){const n={get(r){const i=this.__v_raw,o=z(i),l=z(r);e||(mt(r,l)&&_e(o,"get",r),_e(o,"get",l));const{has:c}=vn(o),f=t?gs:e?Rn:me;if(c.call(o,r))return f(i.get(r));if(c.call(o,l))return f(i.get(l));i!==o&&i.get(r)},get size(){const r=this.__v_raw;return!e&&_e(z(r),"iterate",Tt),r.size},has(r){const i=this.__v_raw,o=z(i),l=z(r);return e||(mt(r,l)&&_e(o,"has",r),_e(o,"has",l)),r===l?i.has(r):i.has(r)||i.has(l)},forEach(r,i){const o=this,l=o.__v_raw,c=z(l),f=t?gs:e?Rn:me;return!e&&_e(c,"iterate",Tt),l.forEach((a,d)=>r.call(i,f(a),f(d),o))}};return pe(n,e?{add:_n("add"),set:_n("set"),delete:_n("delete"),clear:_n("clear")}:{add(r){!t&&!Fe(r)&&!vt(r)&&(r=z(r));const i=z(this);return vn(i).has.call(i,r)||(i.add(r),rt(i,"add",r,r)),this},set(r,i){!t&&!Fe(i)&&!vt(i)&&(i=z(i));const o=z(this),{has:l,get:c}=vn(o);let f=l.call(o,r);f||(r=z(r),f=l.call(o,r));const a=c.call(o,r);return o.set(r,i),f?mt(i,a)&&rt(o,"set",r,i):rt(o,"add",r,i),this},delete(r){const i=z(this),{has:o,get:l}=vn(i);let c=o.call(i,r);c||(r=z(r),c=o.call(i,r)),l&&l.call(i,r);const f=i.delete(r);return c&&rt(i,"delete",r,void 0),f},clear(){const r=z(this),i=r.size!==0,o=r.clear();return i&&rt(r,"clear",void 0,void 0),o}}),["keys","values","entries",Symbol.iterator].forEach(r=>{n[r]=el(r,e,t)}),n}function Hs(e,t){const n=tl(e,t);return(s,r,i)=>r==="__v_isReactive"?!e:r==="__v_isReadonly"?e:r==="__v_raw"?s:Reflect.get(X(n,r)&&r in s?n:s,r,i)}const nl={get:Hs(!1,!1)},sl={get:Hs(!1,!0)},rl={get:Hs(!0,!1)};const mi=new WeakMap,vi=new WeakMap,_i=new WeakMap,il=new WeakMap;function ol(e){switch(e){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}function ll(e){return e.__v_skip||!Object.isExtensible(e)?0:ol(Io(e))}function kn(e){return vt(e)?e:Bs(e,!1,Qo,nl,mi)}function yi(e){return Bs(e,!1,Zo,sl,vi)}function ms(e){return Bs(e,!0,Xo,rl,_i)}function Bs(e,t,n,s,r){if(!ce(e)||e.__v_raw&&!(t&&e.__v_isReactive))return e;const i=ll(e);if(i===0)return e;const o=r.get(e);if(o)return o;const l=new Proxy(e,i===2?s:n);return r.set(e,l),l}function Ht(e){return vt(e)?Ht(e.__v_raw):!!(e&&e.__v_isReactive)}function vt(e){return!!(e&&e.__v_isReadonly)}function Fe(e){return!!(e&&e.__v_isShallow)}function Vs(e){return e?!!e.__v_raw:!1}function z(e){const t=e&&e.__v_raw;return t?z(t):e}function cl(e){return!X(e,"__v_skip")&&Object.isExtensible(e)&&ei(e,"__v_skip",!0),e}const me=e=>ce(e)?kn(e):e,Rn=e=>ce(e)?ms(e):e;function be(e){return e?e.__v_isRef===!0:!1}function al(e){return bi(e,!1)}function ul(e){return bi(e,!0)}function bi(e,t){return be(e)?e:new fl(e,t)}class fl{constructor(t,n){this.dep=new Fs,this.__v_isRef=!0,this.__v_isShallow=!1,this._rawValue=n?t:z(t),this._value=n?t:me(t),this.__v_isShallow=n}get value(){return this.dep.track(),this._value}set value(t){const n=this._rawValue,s=this.__v_isShallow||Fe(t)||vt(t);t=s?t:z(t),mt(t,n)&&(this._rawValue=t,this._value=s?t:me(t),this.dep.trigger())}}function Bt(e){return be(e)?e.value:e}const dl={get:(e,t,n)=>t==="__v_raw"?e:Bt(Reflect.get(e,t,n)),set:(e,t,n,s)=>{const r=e[t];return be(r)&&!be(n)?(r.value=n,!0):Reflect.set(e,t,n,s)}};function Ei(e){return Ht(e)?e:new Proxy(e,dl)}class hl{constructor(t,n,s){this.fn=t,this.setter=n,this._value=void 0,this.dep=new Fs(this),this.__v_isRef=!0,this.deps=void 0,this.depsTail=void 0,this.flags=16,this.globalVersion=ln-1,this.next=void 0,this.effect=this,this.__v_isReadonly=!n,this.isSSR=s}notify(){if(this.flags|=16,!(this.flags&8)&&oe!==this)return li(this,!0),!0}get value(){const t=this.dep.track();return ui(this),t&&(t.version=this.dep.version),this._value}set value(t){this.setter&&this.setter(t)}}function pl(e,t,n=!1){let s,r;return k(e)?s=e:(s=e.get,r=e.set),new hl(s,r,n)}const yn={},wn=new WeakMap;let St;function gl(e,t=!1,n=St){if(n){let s=wn.get(n);s||wn.set(n,s=[]),s.push(e)}}function ml(e,t,n=le){const{immediate:s,deep:r,once:i,scheduler:o,augmentJob:l,call:c}=n,f=N=>r?N:Fe(N)||r===!1||r===0?gt(N,1):gt(N);let a,d,p,m,x=!1,T=!1;if(be(e)?(d=()=>e.value,x=Fe(e)):Ht(e)?(d=()=>f(e),x=!0):B(e)?(T=!0,x=e.some(N=>Ht(N)||Fe(N)),d=()=>e.map(N=>{if(be(N))return N.value;if(Ht(N))return f(N);if(k(N))return c?c(N,2):N()})):k(e)?t?d=c?()=>c(e,2):e:d=()=>{if(p){ot();try{p()}finally{lt()}}const N=St;St=a;try{return c?c(e,3,[m]):e(m)}finally{St=N}}:d=Qe,t&&r){const N=d,$=r===!0?1/0:r;d=()=>gt(N(),$)}const j=$o(),M=()=>{a.stop(),j&&j.active&&Ps(j.effects,a)};if(i&&t){const N=t;t=(...$)=>{N(...$),M()}}let I=T?new Array(e.length).fill(yn):yn;const L=N=>{if(!(!(a.flags&1)||!a.dirty&&!N))if(t){const $=a.run();if(r||x||(T?$.some((se,te)=>mt(se,I[te])):mt($,I))){p&&p();const se=St;St=a;try{const te=[$,I===yn?void 0:T&&I[0]===yn?[]:I,m];I=$,c?c(t,3,te):t(...te)}finally{St=se}}}else a.run()};return l&&l(L),a=new ii(d),a.scheduler=o?()=>o(L,!1):L,m=N=>gl(N,!1,a),p=a.onStop=()=>{const N=wn.get(a);if(N){if(c)c(N,4);else for(const $ of N)$();wn.delete(a)}},t?s?L(!0):I=a.run():o?o(L.bind(null,!0),!0):a.run(),M.pause=a.pause.bind(a),M.resume=a.resume.bind(a),M.stop=M,M}function gt(e,t=1/0,n){if(t<=0||!ce(e)||e.__v_skip||(n=n||new Map,(n.get(e)||0)>=t))return e;if(n.set(e,t),t--,be(e))gt(e.value,t,n);else if(B(e))for(let s=0;s<e.length;s++)gt(e[s],t,n);else if(Yr(e)||Ft(e))e.forEach(s=>{gt(s,t,n)});else if(Zr(e)){for(const s in e)gt(e[s],t,n);for(const s of Object.getOwnPropertySymbols(e))Object.prototype.propertyIsEnumerable.call(e,s)&&gt(e[s],t,n)}return e}function gn(e,t,n,s){try{return s?e(...s):e()}catch(r){Un(r,t,n)}}function ke(e,t,n,s){if(k(e)){const r=gn(e,t,n,s);return r&&Qr(r)&&r.catch(i=>{Un(i,t,n)}),r}if(B(e)){const r=[];for(let i=0;i<e.length;i++)r.push(ke(e[i],t,n,s));return r}}function Un(e,t,n,s=!0){const r=t?t.vnode:null,{errorHandler:i,throwUnhandledErrorInProduction:o}=t&&t.appContext.config||le;if(t){let l=t.parent;const c=t.proxy,f=`https://vuejs.org/error-reference/#runtime-${n}`;for(;l;){const a=l.ec;if(a){for(let d=0;d<a.length;d++)if(a[d](e,c,f)===!1)return}l=l.parent}if(i){ot(),gn(i,null,10,[e,c,f]),lt();return}}vl(e,n,r,s,o)}function vl(e,t,n,s=!0,r=!1){if(r)throw e;console.error(e)}const xe=[];let ze=-1;const Vt=[];let dt=null,Mt=0;const Ci=Promise.resolve();let Tn=null;function xi(e){const t=Tn||Ci;return e?t.then(this?e.bind(this):e):t}function _l(e){let t=ze+1,n=xe.length;for(;t<n;){const s=t+n>>>1,r=xe[s],i=an(r);i<e||i===e&&r.flags&2?t=s+1:n=s}return t}function js(e){if(!(e.flags&1)){const t=an(e),n=xe[xe.length-1];!n||!(e.flags&2)&&t>=an(n)?xe.push(e):xe.splice(_l(t),0,e),e.flags|=1,Ai()}}function Ai(){Tn||(Tn=Ci.then(Ri))}function yl(e){B(e)?Vt.push(...e):dt&&e.id===-1?dt.splice(Mt+1,0,e):e.flags&1||(Vt.push(e),e.flags|=1),Ai()}function er(e,t,n=ze+1){for(;n<xe.length;n++){const s=xe[n];if(s&&s.flags&2){if(e&&s.id!==e.uid)continue;xe.splice(n,1),n--,s.flags&4&&(s.flags&=-2),s(),s.flags&4||(s.flags&=-2)}}}function Si(e){if(Vt.length){const t=[...new Set(Vt)].sort((n,s)=>an(n)-an(s));if(Vt.length=0,dt){dt.push(...t);return}for(dt=t,Mt=0;Mt<dt.length;Mt++){const n=dt[Mt];n.flags&4&&(n.flags&=-2),n.flags&8||n(),n.flags&=-2}dt=null,Mt=0}}const an=e=>e.id==null?e.flags&2?-1:1/0:e.id;function Ri(e){try{for(ze=0;ze<xe.length;ze++){const t=xe[ze];t&&!(t.flags&8)&&(t.flags&4&&(t.flags&=-2),gn(t,t.i,t.i?15:14),t.flags&4||(t.flags&=-2))}}finally{for(;ze<xe.length;ze++){const t=xe[ze];t&&(t.flags&=-2)}ze=-1,xe.length=0,Si(),Tn=null,(xe.length||Vt.length)&&Ri()}}let Ve=null,wi=null;function On(e){const t=Ve;return Ve=e,wi=e&&e.type.__scopeId||null,t}function ge(e,t=Ve,n){if(!t||e._n)return e;const s=(...r)=>{s._d&&Nn(-1);const i=On(t);let o;try{o=e(...r)}finally{On(i),s._d&&Nn(1)}return o};return s._n=!0,s._c=!0,s._d=!0,s}function Et(e,t,n,s){const r=e.dirs,i=t&&t.dirs;for(let o=0;o<r.length;o++){const l=r[o];i&&(l.oldValue=i[o].value);let c=l.dir[s];c&&(ot(),ke(c,n,8,[e.el,l,e,t]),lt())}}const bl=Symbol("_vte"),Ti=e=>e.__isTeleport,st=Symbol("_leaveCb"),bn=Symbol("_enterCb");function El(){const e={isMounted:!1,isLeaving:!1,isUnmounting:!1,leavingVNodes:new Map};return Hi(()=>{e.isMounted=!0}),Bi(()=>{e.isUnmounting=!0}),e}const De=[Function,Array],Oi={mode:String,appear:Boolean,persisted:Boolean,onBeforeEnter:De,onEnter:De,onAfterEnter:De,onEnterCancelled:De,onBeforeLeave:De,onLeave:De,onAfterLeave:De,onLeaveCancelled:De,onBeforeAppear:De,onAppear:De,onAfterAppear:De,onAppearCancelled:De},Pi=e=>{const t=e.subTree;return t.component?Pi(t.component):t},Cl={name:"BaseTransition",props:Oi,setup(e,{slots:t}){const n=ao(),s=El();return()=>{const r=t.default&&Mi(t.default(),!0);if(!r||!r.length)return;const i=Ii(r),o=z(e),{mode:l}=o;if(s.isLeaving)return ns(i);const c=tr(i);if(!c)return ns(i);let f=vs(c,o,s,n,d=>f=d);c.type!==Ae&&un(c,f);let a=n.subTree&&tr(n.subTree);if(a&&a.type!==Ae&&!Rt(a,c)&&Pi(n).type!==Ae){let d=vs(a,o,s,n);if(un(a,d),l==="out-in"&&c.type!==Ae)return s.isLeaving=!0,d.afterLeave=()=>{s.isLeaving=!1,n.job.flags&8||n.update(),delete d.afterLeave,a=void 0},ns(i);l==="in-out"&&c.type!==Ae?d.delayLeave=(p,m,x)=>{const T=Ni(s,a);T[String(a.key)]=a,p[st]=()=>{m(),p[st]=void 0,delete f.delayedLeave,a=void 0},f.delayedLeave=()=>{x(),delete f.delayedLeave,a=void 0}}:a=void 0}else a&&(a=void 0);return i}}};function Ii(e){let t=e[0];if(e.length>1){for(const n of e)if(n.type!==Ae){t=n;break}}return t}const xl=Cl;function Ni(e,t){const{leavingVNodes:n}=e;let s=n.get(t.type);return s||(s=Object.create(null),n.set(t.type,s)),s}function vs(e,t,n,s,r){const{appear:i,mode:o,persisted:l=!1,onBeforeEnter:c,onEnter:f,onAfterEnter:a,onEnterCancelled:d,onBeforeLeave:p,onLeave:m,onAfterLeave:x,onLeaveCancelled:T,onBeforeAppear:j,onAppear:M,onAfterAppear:I,onAppearCancelled:L}=t,N=String(e.key),$=Ni(n,e),se=(U,q)=>{U&&ke(U,s,9,q)},te=(U,q)=>{const re=q[1];se(U,q),B(U)?U.every(O=>O.length<=1)&&re():U.length<=1&&re()},ve={mode:o,persisted:l,beforeEnter(U){let q=c;if(!n.isMounted)if(i)q=j||c;else return;U[st]&&U[st](!0);const re=$[N];re&&Rt(e,re)&&re.el[st]&&re.el[st](),se(q,[U])},enter(U){let q=f,re=a,O=d;if(!n.isMounted)if(i)q=M||f,re=I||a,O=L||d;else return;let J=!1;const he=U[bn]=Pe=>{J||(J=!0,Pe?se(O,[U]):se(re,[U]),ve.delayedLeave&&ve.delayedLeave(),U[bn]=void 0)};q?te(q,[U,he]):he()},leave(U,q){const re=String(e.key);if(U[bn]&&U[bn](!0),n.isUnmounting)return q();se(p,[U]);let O=!1;const J=U[st]=he=>{O||(O=!0,q(),he?se(T,[U]):se(x,[U]),U[st]=void 0,$[re]===e&&delete $[re])};$[re]=e,m?te(m,[U,J]):J()},clone(U){const q=vs(U,t,n,s,r);return r&&r(q),q}};return ve}function ns(e){if($n(e))return e=_t(e),e.children=null,e}function tr(e){if(!$n(e))return Ti(e.type)&&e.children?Ii(e.children):e;if(e.component)return e.component.subTree;const{shapeFlag:t,children:n}=e;if(n){if(t&16)return n[0];if(t&32&&k(n.default))return n.default()}}function un(e,t){e.shapeFlag&6&&e.component?(e.transition=t,un(e.component.subTree,t)):e.shapeFlag&128?(e.ssContent.transition=t.clone(e.ssContent),e.ssFallback.transition=t.clone(e.ssFallback)):e.transition=t}function Mi(e,t=!1,n){let s=[],r=0;for(let i=0;i<e.length;i++){let o=e[i];const l=n==null?o.key:String(n)+String(o.key!=null?o.key:i);o.type===Je?(o.patchFlag&128&&r++,s=s.concat(Mi(o.children,t,l))):(t||o.type!==Ae)&&s.push(l!=null?_t(o,{key:l}):o)}if(r>1)for(let i=0;i<s.length;i++)s[i].patchFlag=-2;return s}function Li(e,t){return k(e)?pe({name:e.name},t,{setup:e}):e}function Di(e){e.ids=[e.ids[0]+e.ids[2]+++"-",0,0]}const Pn=new WeakMap;function en(e,t,n,s,r=!1){if(B(e)){e.forEach((x,T)=>en(x,t&&(B(t)?t[T]:t),n,s,r));return}if(tn(s)&&!r){s.shapeFlag&512&&s.type.__asyncResolved&&s.component.subTree.component&&en(e,t,n,s.component.subTree);return}const i=s.shapeFlag&4?Gs(s.component):s.el,o=r?null:i,{i:l,r:c}=e,f=t&&t.r,a=l.refs===le?l.refs={}:l.refs,d=l.setupState,p=z(d),m=d===le?Jr:x=>X(p,x);if(f!=null&&f!==c){if(nr(t),ue(f))a[f]=null,m(f)&&(d[f]=null);else if(be(f)){f.value=null;const x=t;x.k&&(a[x.k]=null)}}if(k(c))gn(c,l,12,[o,a]);else{const x=ue(c),T=be(c);if(x||T){const j=()=>{if(e.f){const M=x?m(c)?d[c]:a[c]:c.value;if(r)B(M)&&Ps(M,i);else if(B(M))M.includes(i)||M.push(i);else if(x)a[c]=[i],m(c)&&(d[c]=a[c]);else{const I=[i];c.value=I,e.k&&(a[e.k]=I)}}else x?(a[c]=o,m(c)&&(d[c]=o)):T&&(c.value=o,e.k&&(a[e.k]=o))};if(o){const M=()=>{j(),Pn.delete(e)};M.id=-1,Pn.set(e,M),Ne(M,n)}else nr(e),j()}}}function nr(e){const t=Pn.get(e);t&&(t.flags|=8,Pn.delete(e))}Vn().requestIdleCallback;Vn().cancelIdleCallback;const tn=e=>!!e.type.__asyncLoader,$n=e=>e.type.__isKeepAlive;function Al(e,t){Fi(e,"a",t)}function Sl(e,t){Fi(e,"da",t)}function Fi(e,t,n=ye){const s=e.__wdc||(e.__wdc=()=>{let r=n;for(;r;){if(r.isDeactivated)return;r=r.parent}return e()});if(Gn(t,s,n),n){let r=n.parent;for(;r&&r.parent;)$n(r.parent.vnode)&&Rl(s,t,n,r),r=r.parent}}function Rl(e,t,n,s){const r=Gn(t,e,s,!0);Vi(()=>{Ps(s[t],r)},n)}function Gn(e,t,n=ye,s=!1){if(n){const r=n[e]||(n[e]=[]),i=t.__weh||(t.__weh=(...o)=>{ot();const l=mn(n),c=ke(t,n,e,o);return l(),lt(),c});return s?r.unshift(i):r.push(i),i}}const ct=e=>(t,n=ye)=>{(!dn||e==="sp")&&Gn(e,(...s)=>t(...s),n)},wl=ct("bm"),Hi=ct("m"),Tl=ct("bu"),Ol=ct("u"),Bi=ct("bum"),Vi=ct("um"),Pl=ct("sp"),Il=ct("rtg"),Nl=ct("rtc");function Ml(e,t=ye){Gn("ec",e,t)}const ji="components";function jt(e,t){return Ui(ji,e,!0,t)||e}const ki=Symbol.for("v-ndc");function Ll(e){return ue(e)?Ui(ji,e,!1)||e:e||ki}function Ui(e,t,n=!0,s=!1){const r=Ve||ye;if(r){const i=r.type;{const l=Ec(i,!1);if(l&&(l===t||l===He(t)||l===Bn(He(t))))return i}const o=sr(r[e]||i[e],t)||sr(r.appContext[e],t);return!o&&s?i:o}}function sr(e,t){return e&&(e[t]||e[He(t)]||e[Bn(He(t))])}function Du(e,t,n,s){let r;const i=n,o=B(e);if(o||ue(e)){const l=o&&Ht(e);let c=!1,f=!1;l&&(c=!Fe(e),f=vt(e),e=jn(e)),r=new Array(e.length);for(let a=0,d=e.length;a<d;a++)r[a]=t(c?f?Rn(me(e[a])):me(e[a]):e[a],a,void 0,i)}else if(typeof e=="number"){r=new Array(e);for(let l=0;l<e;l++)r[l]=t(l+1,l,void 0,i)}else if(ce(e))if(e[Symbol.iterator])r=Array.from(e,(l,c)=>t(l,c,void 0,i));else{const l=Object.keys(e);r=new Array(l.length);for(let c=0,f=l.length;c<f;c++){const a=l[c];r[c]=t(e[a],a,c,i)}}else r=[];return r}const _s=e=>e?uo(e)?Gs(e):_s(e.parent):null,nn=pe(Object.create(null),{$:e=>e,$el:e=>e.vnode.el,$data:e=>e.data,$props:e=>e.props,$attrs:e=>e.attrs,$slots:e=>e.slots,$refs:e=>e.refs,$parent:e=>_s(e.parent),$root:e=>_s(e.root),$host:e=>e.ce,$emit:e=>e.emit,$options:e=>Gi(e),$forceUpdate:e=>e.f||(e.f=()=>{js(e.update)}),$nextTick:e=>e.n||(e.n=xi.bind(e.proxy)),$watch:e=>tc.bind(e)}),ss=(e,t)=>e!==le&&!e.__isScriptSetup&&X(e,t),Dl={get({_:e},t){if(t==="__v_skip")return!0;const{ctx:n,setupState:s,data:r,props:i,accessCache:o,type:l,appContext:c}=e;let f;if(t[0]!=="$"){const m=o[t];if(m!==void 0)switch(m){case 1:return s[t];case 2:return r[t];case 4:return n[t];case 3:return i[t]}else{if(ss(s,t))return o[t]=1,s[t];if(r!==le&&X(r,t))return o[t]=2,r[t];if((f=e.propsOptions[0])&&X(f,t))return o[t]=3,i[t];if(n!==le&&X(n,t))return o[t]=4,n[t];ys&&(o[t]=0)}}const a=nn[t];let d,p;if(a)return t==="$attrs"&&_e(e.attrs,"get",""),a(e);if((d=l.__cssModules)&&(d=d[t]))return d;if(n!==le&&X(n,t))return o[t]=4,n[t];if(p=c.config.globalProperties,X(p,t))return p[t]},set({_:e},t,n){const{data:s,setupState:r,ctx:i}=e;return ss(r,t)?(r[t]=n,!0):s!==le&&X(s,t)?(s[t]=n,!0):X(e.props,t)||t[0]==="$"&&t.slice(1)in e?!1:(i[t]=n,!0)},has({_:{data:e,setupState:t,accessCache:n,ctx:s,appContext:r,propsOptions:i,type:o}},l){let c,f;return!!(n[l]||e!==le&&l[0]!=="$"&&X(e,l)||ss(t,l)||(c=i[0])&&X(c,l)||X(s,l)||X(nn,l)||X(r.config.globalProperties,l)||(f=o.__cssModules)&&f[l])},defineProperty(e,t,n){return n.get!=null?e._.accessCache[t]=0:X(n,"value")&&this.set(e,t,n.value,null),Reflect.defineProperty(e,t,n)}};function rr(e){return B(e)?e.reduce((t,n)=>(t[n]=null,t),{}):e}let ys=!0;function Fl(e){const t=Gi(e),n=e.proxy,s=e.ctx;ys=!1,t.beforeCreate&&ir(t.beforeCreate,e,"bc");const{data:r,computed:i,methods:o,watch:l,provide:c,inject:f,created:a,beforeMount:d,mounted:p,beforeUpdate:m,updated:x,activated:T,deactivated:j,beforeDestroy:M,beforeUnmount:I,destroyed:L,unmounted:N,render:$,renderTracked:se,renderTriggered:te,errorCaptured:ve,serverPrefetch:U,expose:q,inheritAttrs:re,components:O,directives:J,filters:he}=t;if(f&&Hl(f,s,null),o)for(const ne in o){const Y=o[ne];k(Y)&&(s[ne]=Y.bind(n))}if(r){const ne=r.call(n,n);ce(ne)&&(e.data=kn(ne))}if(ys=!0,i)for(const ne in i){const Y=i[ne],Xe=k(Y)?Y.bind(n,n):k(Y.get)?Y.get.bind(n,n):Qe,at=!k(Y)&&k(Y.set)?Y.set.bind(n):Qe,$e=Be({get:Xe,set:at});Object.defineProperty(s,ne,{enumerable:!0,configurable:!0,get:()=>$e.value,set:Se=>$e.value=Se})}if(l)for(const ne in l)$i(l[ne],s,n,ne);if(c){const ne=k(c)?c.call(n):c;Reflect.ownKeys(ne).forEach(Y=>{En(Y,ne[Y])})}a&&ir(a,e,"c");function fe(ne,Y){B(Y)?Y.forEach(Xe=>ne(Xe.bind(n))):Y&&ne(Y.bind(n))}if(fe(wl,d),fe(Hi,p),fe(Tl,m),fe(Ol,x),fe(Al,T),fe(Sl,j),fe(Ml,ve),fe(Nl,se),fe(Il,te),fe(Bi,I),fe(Vi,N),fe(Pl,U),B(q))if(q.length){const ne=e.exposed||(e.exposed={});q.forEach(Y=>{Object.defineProperty(ne,Y,{get:()=>n[Y],set:Xe=>n[Y]=Xe,enumerable:!0})})}else e.exposed||(e.exposed={});$&&e.render===Qe&&(e.render=$),re!=null&&(e.inheritAttrs=re),O&&(e.components=O),J&&(e.directives=J),U&&Di(e)}function Hl(e,t,n=Qe){B(e)&&(e=bs(e));for(const s in e){const r=e[s];let i;ce(r)?"default"in r?i=it(r.from||s,r.default,!0):i=it(r.from||s):i=it(r),be(i)?Object.defineProperty(t,s,{enumerable:!0,configurable:!0,get:()=>i.value,set:o=>i.value=o}):t[s]=i}}function ir(e,t,n){ke(B(e)?e.map(s=>s.bind(t.proxy)):e.bind(t.proxy),t,n)}function $i(e,t,n,s){let r=s.includes(".")?so(n,s):()=>n[s];if(ue(e)){const i=t[e];k(i)&&Cn(r,i)}else if(k(e))Cn(r,e.bind(n));else if(ce(e))if(B(e))e.forEach(i=>$i(i,t,n,s));else{const i=k(e.handler)?e.handler.bind(n):t[e.handler];k(i)&&Cn(r,i,e)}}function Gi(e){const t=e.type,{mixins:n,extends:s}=t,{mixins:r,optionsCache:i,config:{optionMergeStrategies:o}}=e.appContext,l=i.get(t);let c;return l?c=l:!r.length&&!n&&!s?c=t:(c={},r.length&&r.forEach(f=>In(c,f,o,!0)),In(c,t,o)),ce(t)&&i.set(t,c),c}function In(e,t,n,s=!1){const{mixins:r,extends:i}=t;i&&In(e,i,n,!0),r&&r.forEach(o=>In(e,o,n,!0));for(const o in t)if(!(s&&o==="expose")){const l=Bl[o]||n&&n[o];e[o]=l?l(e[o],t[o]):t[o]}return e}const Bl={data:or,props:lr,emits:lr,methods:Yt,computed:Yt,beforeCreate:Ee,created:Ee,beforeMount:Ee,mounted:Ee,beforeUpdate:Ee,updated:Ee,beforeDestroy:Ee,beforeUnmount:Ee,destroyed:Ee,unmounted:Ee,activated:Ee,deactivated:Ee,errorCaptured:Ee,serverPrefetch:Ee,components:Yt,directives:Yt,watch:jl,provide:or,inject:Vl};function or(e,t){return t?e?function(){return pe(k(e)?e.call(this,this):e,k(t)?t.call(this,this):t)}:t:e}function Vl(e,t){return Yt(bs(e),bs(t))}function bs(e){if(B(e)){const t={};for(let n=0;n<e.length;n++)t[e[n]]=e[n];return t}return e}function Ee(e,t){return e?[...new Set([].concat(e,t))]:t}function Yt(e,t){return e?pe(Object.create(null),e,t):t}function lr(e,t){return e?B(e)&&B(t)?[...new Set([...e,...t])]:pe(Object.create(null),rr(e),rr(t??{})):t}function jl(e,t){if(!e)return t;if(!t)return e;const n=pe(Object.create(null),e);for(const s in t)n[s]=Ee(e[s],t[s]);return n}function Ki(){return{app:null,config:{isNativeTag:Jr,performance:!1,globalProperties:{},optionMergeStrategies:{},errorHandler:void 0,warnHandler:void 0,compilerOptions:{}},mixins:[],components:{},directives:{},provides:Object.create(null),optionsCache:new WeakMap,propsCache:new WeakMap,emitsCache:new WeakMap}}let kl=0;function Ul(e,t){return function(s,r=null){k(s)||(s=pe({},s)),r!=null&&!ce(r)&&(r=null);const i=Ki(),o=new WeakSet,l=[];let c=!1;const f=i.app={_uid:kl++,_component:s,_props:r,_container:null,_context:i,_instance:null,version:xc,get config(){return i.config},set config(a){},use(a,...d){return o.has(a)||(a&&k(a.install)?(o.add(a),a.install(f,...d)):k(a)&&(o.add(a),a(f,...d))),f},mixin(a){return i.mixins.includes(a)||i.mixins.push(a),f},component(a,d){return d?(i.components[a]=d,f):i.components[a]},directive(a,d){return d?(i.directives[a]=d,f):i.directives[a]},mount(a,d,p){if(!c){const m=f._ceVNode||W(s,r);return m.appContext=i,p===!0?p="svg":p===!1&&(p=void 0),e(m,a,p),c=!0,f._container=a,a.__vue_app__=f,Gs(m.component)}},onUnmount(a){l.push(a)},unmount(){c&&(ke(l,f._instance,16),e(null,f._container),delete f._container.__vue_app__)},provide(a,d){return i.provides[a]=d,f},runWithContext(a){const d=kt;kt=f;try{return a()}finally{kt=d}}};return f}}let kt=null;function En(e,t){if(ye){let n=ye.provides;const s=ye.parent&&ye.parent.provides;s===n&&(n=ye.provides=Object.create(s)),n[e]=t}}function it(e,t,n=!1){const s=ao();if(s||kt){let r=kt?kt._context.provides:s?s.parent==null||s.ce?s.vnode.appContext&&s.vnode.appContext.provides:s.parent.provides:void 0;if(r&&e in r)return r[e];if(arguments.length>1)return n&&k(t)?t.call(s&&s.proxy):t}}const Wi={},qi=()=>Object.create(Wi),zi=e=>Object.getPrototypeOf(e)===Wi;function $l(e,t,n,s=!1){const r={},i=qi();e.propsDefaults=Object.create(null),Ji(e,t,r,i);for(const o in e.propsOptions[0])o in r||(r[o]=void 0);n?e.props=s?r:yi(r):e.type.props?e.props=r:e.props=i,e.attrs=i}function Gl(e,t,n,s){const{props:r,attrs:i,vnode:{patchFlag:o}}=e,l=z(r),[c]=e.propsOptions;let f=!1;if((s||o>0)&&!(o&16)){if(o&8){const a=e.vnode.dynamicProps;for(let d=0;d<a.length;d++){let p=a[d];if(Kn(e.emitsOptions,p))continue;const m=t[p];if(c)if(X(i,p))m!==i[p]&&(i[p]=m,f=!0);else{const x=He(p);r[x]=Es(c,l,x,m,e,!1)}else m!==i[p]&&(i[p]=m,f=!0)}}}else{Ji(e,t,r,i)&&(f=!0);let a;for(const d in l)(!t||!X(t,d)&&((a=Ot(d))===d||!X(t,a)))&&(c?n&&(n[d]!==void 0||n[a]!==void 0)&&(r[d]=Es(c,l,d,void 0,e,!0)):delete r[d]);if(i!==l)for(const d in i)(!t||!X(t,d))&&(delete i[d],f=!0)}f&&rt(e.attrs,"set","")}function Ji(e,t,n,s){const[r,i]=e.propsOptions;let o=!1,l;if(t)for(let c in t){if(Qt(c))continue;const f=t[c];let a;r&&X(r,a=He(c))?!i||!i.includes(a)?n[a]=f:(l||(l={}))[a]=f:Kn(e.emitsOptions,c)||(!(c in s)||f!==s[c])&&(s[c]=f,o=!0)}if(i){const c=z(n),f=l||le;for(let a=0;a<i.length;a++){const d=i[a];n[d]=Es(r,c,d,f[d],e,!X(f,d))}}return o}function Es(e,t,n,s,r,i){const o=e[n];if(o!=null){const l=X(o,"default");if(l&&s===void 0){const c=o.default;if(o.type!==Function&&!o.skipFactory&&k(c)){const{propsDefaults:f}=r;if(n in f)s=f[n];else{const a=mn(r);s=f[n]=c.call(null,t),a()}}else s=c;r.ce&&r.ce._setProp(n,s)}o[0]&&(i&&!l?s=!1:o[1]&&(s===""||s===Ot(n))&&(s=!0))}return s}const Kl=new WeakMap;function Yi(e,t,n=!1){const s=n?Kl:t.propsCache,r=s.get(e);if(r)return r;const i=e.props,o={},l=[];let c=!1;if(!k(e)){const a=d=>{c=!0;const[p,m]=Yi(d,t,!0);pe(o,p),m&&l.push(...m)};!n&&t.mixins.length&&t.mixins.forEach(a),e.extends&&a(e.extends),e.mixins&&e.mixins.forEach(a)}if(!i&&!c)return ce(e)&&s.set(e,Dt),Dt;if(B(i))for(let a=0;a<i.length;a++){const d=He(i[a]);cr(d)&&(o[d]=le)}else if(i)for(const a in i){const d=He(a);if(cr(d)){const p=i[a],m=o[d]=B(p)||k(p)?{type:p}:pe({},p),x=m.type;let T=!1,j=!0;if(B(x))for(let M=0;M<x.length;++M){const I=x[M],L=k(I)&&I.name;if(L==="Boolean"){T=!0;break}else L==="String"&&(j=!1)}else T=k(x)&&x.name==="Boolean";m[0]=T,m[1]=j,(T||X(m,"default"))&&l.push(d)}}const f=[o,l];return ce(e)&&s.set(e,f),f}function cr(e){return e[0]!=="$"&&!Qt(e)}const ks=e=>e==="_"||e==="_ctx"||e==="$stable",Us=e=>B(e)?e.map(Ye):[Ye(e)],Wl=(e,t,n)=>{if(t._n)return t;const s=ge((...r)=>Us(t(...r)),n);return s._c=!1,s},Qi=(e,t,n)=>{const s=e._ctx;for(const r in e){if(ks(r))continue;const i=e[r];if(k(i))t[r]=Wl(r,i,s);else if(i!=null){const o=Us(i);t[r]=()=>o}}},Xi=(e,t)=>{const n=Us(t);e.slots.default=()=>n},Zi=(e,t,n)=>{for(const s in t)(n||!ks(s))&&(e[s]=t[s])},ql=(e,t,n)=>{const s=e.slots=qi();if(e.vnode.shapeFlag&32){const r=t._;r?(Zi(s,t,n),n&&ei(s,"_",r,!0)):Qi(t,s)}else t&&Xi(e,t)},zl=(e,t,n)=>{const{vnode:s,slots:r}=e;let i=!0,o=le;if(s.shapeFlag&32){const l=t._;l?n&&l===1?i=!1:Zi(r,t,n):(i=!t.$stable,Qi(t,r)),o=t}else t&&(Xi(e,t),o={default:1});if(i)for(const l in r)!ks(l)&&o[l]==null&&delete r[l]},Ne=ac;function Jl(e){return Yl(e)}function Yl(e,t){const n=Vn();n.__VUE__=!0;const{insert:s,remove:r,patchProp:i,createElement:o,createText:l,createComment:c,setText:f,setElementText:a,parentNode:d,nextSibling:p,setScopeId:m=Qe,insertStaticContent:x}=e,T=(u,h,g,_=null,b=null,v=null,S=void 0,A=null,C=!!h.dynamicChildren)=>{if(u===h)return;u&&!Rt(u,h)&&(_=y(u),Se(u,b,v,!0),u=null),h.patchFlag===-2&&(C=!1,h.dynamicChildren=null);const{type:E,ref:H,shapeFlag:w}=h;switch(E){case Wn:j(u,h,g,_);break;case Ae:M(u,h,g,_);break;case xn:u==null&&I(h,g,_,S);break;case Je:O(u,h,g,_,b,v,S,A,C);break;default:w&1?$(u,h,g,_,b,v,S,A,C):w&6?J(u,h,g,_,b,v,S,A,C):(w&64||w&128)&&E.process(u,h,g,_,b,v,S,A,C,D)}H!=null&&b?en(H,u&&u.ref,v,h||u,!h):H==null&&u&&u.ref!=null&&en(u.ref,null,v,u,!0)},j=(u,h,g,_)=>{if(u==null)s(h.el=l(h.children),g,_);else{const b=h.el=u.el;h.children!==u.children&&f(b,h.children)}},M=(u,h,g,_)=>{u==null?s(h.el=c(h.children||""),g,_):h.el=u.el},I=(u,h,g,_)=>{[u.el,u.anchor]=x(u.children,h,g,_,u.el,u.anchor)},L=({el:u,anchor:h},g,_)=>{let b;for(;u&&u!==h;)b=p(u),s(u,g,_),u=b;s(h,g,_)},N=({el:u,anchor:h})=>{let g;for(;u&&u!==h;)g=p(u),r(u),u=g;r(h)},$=(u,h,g,_,b,v,S,A,C)=>{if(h.type==="svg"?S="svg":h.type==="math"&&(S="mathml"),u==null)se(h,g,_,b,v,S,A,C);else{const E=u.el&&u.el._isVueCE?u.el:null;try{E&&E._beginPatch(),U(u,h,b,v,S,A,C)}finally{E&&E._endPatch()}}},se=(u,h,g,_,b,v,S,A)=>{let C,E;const{props:H,shapeFlag:w,transition:F,dirs:V}=u;if(C=u.el=o(u.type,v,H&&H.is,H),w&8?a(C,u.children):w&16&&ve(u.children,C,null,_,b,rs(u,v),S,A),V&&Et(u,null,_,"created"),te(C,u,u.scopeId,S,_),H){for(const ie in H)ie!=="value"&&!Qt(ie)&&i(C,ie,null,H[ie],v,_);"value"in H&&i(C,"value",null,H.value,v),(E=H.onVnodeBeforeMount)&&qe(E,_,u)}V&&Et(u,null,_,"beforeMount");const K=Ql(b,F);K&&F.beforeEnter(C),s(C,h,g),((E=H&&H.onVnodeMounted)||K||V)&&Ne(()=>{E&&qe(E,_,u),K&&F.enter(C),V&&Et(u,null,_,"mounted")},b)},te=(u,h,g,_,b)=>{if(g&&m(u,g),_)for(let v=0;v<_.length;v++)m(u,_[v]);if(b){let v=b.subTree;if(h===v||io(v.type)&&(v.ssContent===h||v.ssFallback===h)){const S=b.vnode;te(u,S,S.scopeId,S.slotScopeIds,b.parent)}}},ve=(u,h,g,_,b,v,S,A,C=0)=>{for(let E=C;E<u.length;E++){const H=u[E]=A?ht(u[E]):Ye(u[E]);T(null,H,h,g,_,b,v,S,A)}},U=(u,h,g,_,b,v,S)=>{const A=h.el=u.el;let{patchFlag:C,dynamicChildren:E,dirs:H}=h;C|=u.patchFlag&16;const w=u.props||le,F=h.props||le;let V;if(g&&Ct(g,!1),(V=F.onVnodeBeforeUpdate)&&qe(V,g,h,u),H&&Et(h,u,g,"beforeUpdate"),g&&Ct(g,!0),(w.innerHTML&&F.innerHTML==null||w.textContent&&F.textContent==null)&&a(A,""),E?q(u.dynamicChildren,E,A,g,_,rs(h,b),v):S||Y(u,h,A,null,g,_,rs(h,b),v,!1),C>0){if(C&16)re(A,w,F,g,b);else if(C&2&&w.class!==F.class&&i(A,"class",null,F.class,b),C&4&&i(A,"style",w.style,F.style,b),C&8){const K=h.dynamicProps;for(let ie=0;ie<K.length;ie++){const Z=K[ie],Re=w[Z],we=F[Z];(we!==Re||Z==="value")&&i(A,Z,Re,we,b,g)}}C&1&&u.children!==h.children&&a(A,h.children)}else!S&&E==null&&re(A,w,F,g,b);((V=F.onVnodeUpdated)||H)&&Ne(()=>{V&&qe(V,g,h,u),H&&Et(h,u,g,"updated")},_)},q=(u,h,g,_,b,v,S)=>{for(let A=0;A<h.length;A++){const C=u[A],E=h[A],H=C.el&&(C.type===Je||!Rt(C,E)||C.shapeFlag&198)?d(C.el):g;T(C,E,H,null,_,b,v,S,!0)}},re=(u,h,g,_,b)=>{if(h!==g){if(h!==le)for(const v in h)!Qt(v)&&!(v in g)&&i(u,v,h[v],null,b,_);for(const v in g){if(Qt(v))continue;const S=g[v],A=h[v];S!==A&&v!=="value"&&i(u,v,A,S,b,_)}"value"in g&&i(u,"value",h.value,g.value,b)}},O=(u,h,g,_,b,v,S,A,C)=>{const E=h.el=u?u.el:l(""),H=h.anchor=u?u.anchor:l("");let{patchFlag:w,dynamicChildren:F,slotScopeIds:V}=h;V&&(A=A?A.concat(V):V),u==null?(s(E,g,_),s(H,g,_),ve(h.children||[],g,H,b,v,S,A,C)):w>0&&w&64&&F&&u.dynamicChildren?(q(u.dynamicChildren,F,g,b,v,S,A),(h.key!=null||b&&h===b.subTree)&&eo(u,h,!0)):Y(u,h,g,H,b,v,S,A,C)},J=(u,h,g,_,b,v,S,A,C)=>{h.slotScopeIds=A,u==null?h.shapeFlag&512?b.ctx.activate(h,g,_,S,C):he(h,g,_,b,v,S,C):Pe(u,h,C)},he=(u,h,g,_,b,v,S)=>{const A=u.component=mc(u,_,b);if($n(u)&&(A.ctx.renderer=D),vc(A,!1,S),A.asyncDep){if(b&&b.registerDep(A,fe,S),!u.el){const C=A.subTree=W(Ae);M(null,C,h,g),u.placeholder=C.el}}else fe(A,u,h,g,b,v,S)},Pe=(u,h,g)=>{const _=h.component=u.component;if(lc(u,h,g))if(_.asyncDep&&!_.asyncResolved){ne(_,h,g);return}else _.next=h,_.update();else h.el=u.el,_.vnode=h},fe=(u,h,g,_,b,v,S)=>{const A=()=>{if(u.isMounted){let{next:w,bu:F,u:V,parent:K,vnode:ie}=u;{const Ke=to(u);if(Ke){w&&(w.el=ie.el,ne(u,w,S)),Ke.asyncDep.then(()=>{u.isUnmounted||A()});return}}let Z=w,Re;Ct(u,!1),w?(w.el=ie.el,ne(u,w,S)):w=ie,F&&Qn(F),(Re=w.props&&w.props.onVnodeBeforeUpdate)&&qe(Re,K,w,ie),Ct(u,!0);const we=ur(u),Ge=u.subTree;u.subTree=we,T(Ge,we,d(Ge.el),y(Ge),u,b,v),w.el=we.el,Z===null&&cc(u,we.el),V&&Ne(V,b),(Re=w.props&&w.props.onVnodeUpdated)&&Ne(()=>qe(Re,K,w,ie),b)}else{let w;const{el:F,props:V}=h,{bm:K,m:ie,parent:Z,root:Re,type:we}=u,Ge=tn(h);Ct(u,!1),K&&Qn(K),!Ge&&(w=V&&V.onVnodeBeforeMount)&&qe(w,Z,h),Ct(u,!0);{Re.ce&&Re.ce._def.shadowRoot!==!1&&Re.ce._injectChildStyle(we);const Ke=u.subTree=ur(u);T(null,Ke,g,_,u,b,v),h.el=Ke.el}if(ie&&Ne(ie,b),!Ge&&(w=V&&V.onVnodeMounted)){const Ke=h;Ne(()=>qe(w,Z,Ke),b)}(h.shapeFlag&256||Z&&tn(Z.vnode)&&Z.vnode.shapeFlag&256)&&u.a&&Ne(u.a,b),u.isMounted=!0,h=g=_=null}};u.scope.on();const C=u.effect=new ii(A);u.scope.off();const E=u.update=C.run.bind(C),H=u.job=C.runIfDirty.bind(C);H.i=u,H.id=u.uid,C.scheduler=()=>js(H),Ct(u,!0),E()},ne=(u,h,g)=>{h.component=u;const _=u.vnode.props;u.vnode=h,u.next=null,Gl(u,h.props,_,g),zl(u,h.children,g),ot(),er(u),lt()},Y=(u,h,g,_,b,v,S,A,C=!1)=>{const E=u&&u.children,H=u?u.shapeFlag:0,w=h.children,{patchFlag:F,shapeFlag:V}=h;if(F>0){if(F&128){at(E,w,g,_,b,v,S,A,C);return}else if(F&256){Xe(E,w,g,_,b,v,S,A,C);return}}V&8?(H&16&&Le(E,b,v),w!==E&&a(g,w)):H&16?V&16?at(E,w,g,_,b,v,S,A,C):Le(E,b,v,!0):(H&8&&a(g,""),V&16&&ve(w,g,_,b,v,S,A,C))},Xe=(u,h,g,_,b,v,S,A,C)=>{u=u||Dt,h=h||Dt;const E=u.length,H=h.length,w=Math.min(E,H);let F;for(F=0;F<w;F++){const V=h[F]=C?ht(h[F]):Ye(h[F]);T(u[F],V,g,null,b,v,S,A,C)}E>H?Le(u,b,v,!0,!1,w):ve(h,g,_,b,v,S,A,C,w)},at=(u,h,g,_,b,v,S,A,C)=>{let E=0;const H=h.length;let w=u.length-1,F=H-1;for(;E<=w&&E<=F;){const V=u[E],K=h[E]=C?ht(h[E]):Ye(h[E]);if(Rt(V,K))T(V,K,g,null,b,v,S,A,C);else break;E++}for(;E<=w&&E<=F;){const V=u[w],K=h[F]=C?ht(h[F]):Ye(h[F]);if(Rt(V,K))T(V,K,g,null,b,v,S,A,C);else break;w--,F--}if(E>w){if(E<=F){const V=F+1,K=V<H?h[V].el:_;for(;E<=F;)T(null,h[E]=C?ht(h[E]):Ye(h[E]),g,K,b,v,S,A,C),E++}}else if(E>F)for(;E<=w;)Se(u[E],b,v,!0),E++;else{const V=E,K=E,ie=new Map;for(E=K;E<=F;E++){const Ie=h[E]=C?ht(h[E]):Ye(h[E]);Ie.key!=null&&ie.set(Ie.key,E)}let Z,Re=0;const we=F-K+1;let Ge=!1,Ke=0;const Kt=new Array(we);for(E=0;E<we;E++)Kt[E]=0;for(E=V;E<=w;E++){const Ie=u[E];if(Re>=we){Se(Ie,b,v,!0);continue}let We;if(Ie.key!=null)We=ie.get(Ie.key);else for(Z=K;Z<=F;Z++)if(Kt[Z-K]===0&&Rt(Ie,h[Z])){We=Z;break}We===void 0?Se(Ie,b,v,!0):(Kt[We-K]=E+1,We>=Ke?Ke=We:Ge=!0,T(Ie,h[We],g,null,b,v,S,A,C),Re++)}const zs=Ge?Xl(Kt):Dt;for(Z=zs.length-1,E=we-1;E>=0;E--){const Ie=K+E,We=h[Ie],Js=h[Ie+1],Ys=Ie+1<H?Js.el||Js.placeholder:_;Kt[E]===0?T(null,We,g,Ys,b,v,S,A,C):Ge&&(Z<0||E!==zs[Z]?$e(We,g,Ys,2):Z--)}}},$e=(u,h,g,_,b=null)=>{const{el:v,type:S,transition:A,children:C,shapeFlag:E}=u;if(E&6){$e(u.component.subTree,h,g,_);return}if(E&128){u.suspense.move(h,g,_);return}if(E&64){S.move(u,h,g,D);return}if(S===Je){s(v,h,g);for(let w=0;w<C.length;w++)$e(C[w],h,g,_);s(u.anchor,h,g);return}if(S===xn){L(u,h,g);return}if(_!==2&&E&1&&A)if(_===0)A.beforeEnter(v),s(v,h,g),Ne(()=>A.enter(v),b);else{const{leave:w,delayLeave:F,afterLeave:V}=A,K=()=>{u.ctx.isUnmounted?r(v):s(v,h,g)},ie=()=>{v._isLeaving&&v[st](!0),w(v,()=>{K(),V&&V()})};F?F(v,K,ie):ie()}else s(v,h,g)},Se=(u,h,g,_=!1,b=!1)=>{const{type:v,props:S,ref:A,children:C,dynamicChildren:E,shapeFlag:H,patchFlag:w,dirs:F,cacheIndex:V}=u;if(w===-2&&(b=!1),A!=null&&(ot(),en(A,null,g,u,!0),lt()),V!=null&&(h.renderCache[V]=void 0),H&256){h.ctx.deactivate(u);return}const K=H&1&&F,ie=!tn(u);let Z;if(ie&&(Z=S&&S.onVnodeBeforeUnmount)&&qe(Z,h,u),H&6)bt(u.component,g,_);else{if(H&128){u.suspense.unmount(g,_);return}K&&Et(u,null,h,"beforeUnmount"),H&64?u.type.remove(u,h,g,D,_):E&&!E.hasOnce&&(v!==Je||w>0&&w&64)?Le(E,h,g,!1,!0):(v===Je&&w&384||!b&&H&16)&&Le(C,h,g),_&&Pt(u)}(ie&&(Z=S&&S.onVnodeUnmounted)||K)&&Ne(()=>{Z&&qe(Z,h,u),K&&Et(u,null,h,"unmounted")},g)},Pt=u=>{const{type:h,el:g,anchor:_,transition:b}=u;if(h===Je){It(g,_);return}if(h===xn){N(u);return}const v=()=>{r(g),b&&!b.persisted&&b.afterLeave&&b.afterLeave()};if(u.shapeFlag&1&&b&&!b.persisted){const{leave:S,delayLeave:A}=b,C=()=>S(g,v);A?A(u.el,v,C):C()}else v()},It=(u,h)=>{let g;for(;u!==h;)g=p(u),r(u),u=g;r(h)},bt=(u,h,g)=>{const{bum:_,scope:b,job:v,subTree:S,um:A,m:C,a:E}=u;ar(C),ar(E),_&&Qn(_),b.stop(),v&&(v.flags|=8,Se(S,u,h,g)),A&&Ne(A,h),Ne(()=>{u.isUnmounted=!0},h)},Le=(u,h,g,_=!1,b=!1,v=0)=>{for(let S=v;S<u.length;S++)Se(u[S],h,g,_,b)},y=u=>{if(u.shapeFlag&6)return y(u.component.subTree);if(u.shapeFlag&128)return u.suspense.next();const h=p(u.anchor||u.el),g=h&&h[bl];return g?p(g):h};let P=!1;const R=(u,h,g)=>{u==null?h._vnode&&Se(h._vnode,null,null,!0):T(h._vnode||null,u,h,null,null,null,g),h._vnode=u,P||(P=!0,er(),Si(),P=!1)},D={p:T,um:Se,m:$e,r:Pt,mt:he,mc:ve,pc:Y,pbc:q,n:y,o:e};return{render:R,hydrate:void 0,createApp:Ul(R)}}function rs({type:e,props:t},n){return n==="svg"&&e==="foreignObject"||n==="mathml"&&e==="annotation-xml"&&t&&t.encoding&&t.encoding.includes("html")?void 0:n}function Ct({effect:e,job:t},n){n?(e.flags|=32,t.flags|=4):(e.flags&=-33,t.flags&=-5)}function Ql(e,t){return(!e||e&&!e.pendingBranch)&&t&&!t.persisted}function eo(e,t,n=!1){const s=e.children,r=t.children;if(B(s)&&B(r))for(let i=0;i<s.length;i++){const o=s[i];let l=r[i];l.shapeFlag&1&&!l.dynamicChildren&&((l.patchFlag<=0||l.patchFlag===32)&&(l=r[i]=ht(r[i]),l.el=o.el),!n&&l.patchFlag!==-2&&eo(o,l)),l.type===Wn&&l.patchFlag!==-1&&(l.el=o.el),l.type===Ae&&!l.el&&(l.el=o.el)}}function Xl(e){const t=e.slice(),n=[0];let s,r,i,o,l;const c=e.length;for(s=0;s<c;s++){const f=e[s];if(f!==0){if(r=n[n.length-1],e[r]<f){t[s]=r,n.push(s);continue}for(i=0,o=n.length-1;i<o;)l=i+o>>1,e[n[l]]<f?i=l+1:o=l;f<e[n[i]]&&(i>0&&(t[s]=n[i-1]),n[i]=s)}}for(i=n.length,o=n[i-1];i-- >0;)n[i]=o,o=t[o];return n}function to(e){const t=e.subTree.component;if(t)return t.asyncDep&&!t.asyncResolved?t:to(t)}function ar(e){if(e)for(let t=0;t<e.length;t++)e[t].flags|=8}const Zl=Symbol.for("v-scx"),ec=()=>it(Zl);function Cn(e,t,n){return no(e,t,n)}function no(e,t,n=le){const{immediate:s,deep:r,flush:i,once:o}=n,l=pe({},n),c=t&&s||!t&&i!=="post";let f;if(dn){if(i==="sync"){const m=ec();f=m.__watcherHandles||(m.__watcherHandles=[])}else if(!c){const m=()=>{};return m.stop=Qe,m.resume=Qe,m.pause=Qe,m}}const a=ye;l.call=(m,x,T)=>ke(m,a,x,T);let d=!1;i==="post"?l.scheduler=m=>{Ne(m,a&&a.suspense)}:i!=="sync"&&(d=!0,l.scheduler=(m,x)=>{x?m():js(m)}),l.augmentJob=m=>{t&&(m.flags|=4),d&&(m.flags|=2,a&&(m.id=a.uid,m.i=a))};const p=ml(e,t,l);return dn&&(f?f.push(p):c&&p()),p}function tc(e,t,n){const s=this.proxy,r=ue(e)?e.includes(".")?so(s,e):()=>s[e]:e.bind(s,s);let i;k(t)?i=t:(i=t.handler,n=t);const o=mn(this),l=no(r,i.bind(s),n);return o(),l}function so(e,t){const n=t.split(".");return()=>{let s=e;for(let r=0;r<n.length&&s;r++)s=s[n[r]];return s}}const nc=(e,t)=>t==="modelValue"||t==="model-value"?e.modelModifiers:e[`${t}Modifiers`]||e[`${He(t)}Modifiers`]||e[`${Ot(t)}Modifiers`];function sc(e,t,...n){if(e.isUnmounted)return;const s=e.vnode.props||le;let r=n;const i=t.startsWith("update:"),o=i&&nc(s,t.slice(7));o&&(o.trim&&(r=n.map(a=>ue(a)?a.trim():a)),o.number&&(r=n.map(Lo)));let l,c=s[l=Yn(t)]||s[l=Yn(He(t))];!c&&i&&(c=s[l=Yn(Ot(t))]),c&&ke(c,e,6,r);const f=s[l+"Once"];if(f){if(!e.emitted)e.emitted={};else if(e.emitted[l])return;e.emitted[l]=!0,ke(f,e,6,r)}}const rc=new WeakMap;function ro(e,t,n=!1){const s=n?rc:t.emitsCache,r=s.get(e);if(r!==void 0)return r;const i=e.emits;let o={},l=!1;if(!k(e)){const c=f=>{const a=ro(f,t,!0);a&&(l=!0,pe(o,a))};!n&&t.mixins.length&&t.mixins.forEach(c),e.extends&&c(e.extends),e.mixins&&e.mixins.forEach(c)}return!i&&!l?(ce(e)&&s.set(e,null),null):(B(i)?i.forEach(c=>o[c]=null):pe(o,i),ce(e)&&s.set(e,o),o)}function Kn(e,t){return!e||!Dn(t)?!1:(t=t.slice(2).replace(/Once$/,""),X(e,t[0].toLowerCase()+t.slice(1))||X(e,Ot(t))||X(e,t))}function ur(e){const{type:t,vnode:n,proxy:s,withProxy:r,propsOptions:[i],slots:o,attrs:l,emit:c,render:f,renderCache:a,props:d,data:p,setupState:m,ctx:x,inheritAttrs:T}=e,j=On(e);let M,I;try{if(n.shapeFlag&4){const N=r||s,$=N;M=Ye(f.call($,N,a,d,m,p,x)),I=l}else{const N=t;M=Ye(N.length>1?N(d,{attrs:l,slots:o,emit:c}):N(d,null)),I=t.props?l:ic(l)}}catch(N){sn.length=0,Un(N,e,1),M=W(Ae)}let L=M;if(I&&T!==!1){const N=Object.keys(I),{shapeFlag:$}=L;N.length&&$&7&&(i&&N.some(Os)&&(I=oc(I,i)),L=_t(L,I,!1,!0))}return n.dirs&&(L=_t(L,null,!1,!0),L.dirs=L.dirs?L.dirs.concat(n.dirs):n.dirs),n.transition&&un(L,n.transition),M=L,On(j),M}const ic=e=>{let t;for(const n in e)(n==="class"||n==="style"||Dn(n))&&((t||(t={}))[n]=e[n]);return t},oc=(e,t)=>{const n={};for(const s in e)(!Os(s)||!(s.slice(9)in t))&&(n[s]=e[s]);return n};function lc(e,t,n){const{props:s,children:r,component:i}=e,{props:o,children:l,patchFlag:c}=t,f=i.emitsOptions;if(t.dirs||t.transition)return!0;if(n&&c>=0){if(c&1024)return!0;if(c&16)return s?fr(s,o,f):!!o;if(c&8){const a=t.dynamicProps;for(let d=0;d<a.length;d++){const p=a[d];if(o[p]!==s[p]&&!Kn(f,p))return!0}}}else return(r||l)&&(!l||!l.$stable)?!0:s===o?!1:s?o?fr(s,o,f):!0:!!o;return!1}function fr(e,t,n){const s=Object.keys(t);if(s.length!==Object.keys(e).length)return!0;for(let r=0;r<s.length;r++){const i=s[r];if(t[i]!==e[i]&&!Kn(n,i))return!0}return!1}function cc({vnode:e,parent:t},n){for(;t;){const s=t.subTree;if(s.suspense&&s.suspense.activeBranch===e&&(s.el=e.el),s===e)(e=t.vnode).el=n,t=t.parent;else break}}const io=e=>e.__isSuspense;function ac(e,t){t&&t.pendingBranch?B(e)?t.effects.push(...e):t.effects.push(e):yl(e)}const Je=Symbol.for("v-fgt"),Wn=Symbol.for("v-txt"),Ae=Symbol.for("v-cmt"),xn=Symbol.for("v-stc"),sn=[];let Me=null;function Ut(e=!1){sn.push(Me=e?null:[])}function uc(){sn.pop(),Me=sn[sn.length-1]||null}let fn=1;function Nn(e,t=!1){fn+=e,e<0&&Me&&t&&(Me.hasOnce=!0)}function oo(e){return e.dynamicChildren=fn>0?Me||Dt:null,uc(),fn>0&&Me&&Me.push(e),e}function qn(e,t,n,s,r,i){return oo(ee(e,t,n,s,r,i,!0))}function lo(e,t,n,s,r){return oo(W(e,t,n,s,r,!0))}function Mn(e){return e?e.__v_isVNode===!0:!1}function Rt(e,t){return e.type===t.type&&e.key===t.key}const co=({key:e})=>e??null,An=({ref:e,ref_key:t,ref_for:n})=>(typeof e=="number"&&(e=""+e),e!=null?ue(e)||be(e)||k(e)?{i:Ve,r:e,k:t,f:!!n}:e:null);function ee(e,t=null,n=null,s=0,r=null,i=e===Je?0:1,o=!1,l=!1){const c={__v_isVNode:!0,__v_skip:!0,type:e,props:t,key:t&&co(t),ref:t&&An(t),scopeId:wi,slotScopeIds:null,children:n,component:null,suspense:null,ssContent:null,ssFallback:null,dirs:null,transition:null,el:null,anchor:null,target:null,targetStart:null,targetAnchor:null,staticCount:0,shapeFlag:i,patchFlag:s,dynamicProps:r,dynamicChildren:null,appContext:null,ctx:Ve};return l?($s(c,n),i&128&&e.normalize(c)):n&&(c.shapeFlag|=ue(n)?8:16),fn>0&&!o&&Me&&(c.patchFlag>0||i&6)&&c.patchFlag!==32&&Me.push(c),c}const W=fc;function fc(e,t=null,n=null,s=0,r=null,i=!1){if((!e||e===ki)&&(e=Ae),Mn(e)){const l=_t(e,t,!0);return n&&$s(l,n),fn>0&&!i&&Me&&(l.shapeFlag&6?Me[Me.indexOf(e)]=l:Me.push(l)),l.patchFlag=-2,l}if(Cc(e)&&(e=e.__vccOpts),t){t=dc(t);let{class:l,style:c}=t;l&&!ue(l)&&(t.class=on(l)),ce(c)&&(Vs(c)&&!B(c)&&(c=pe({},c)),t.style=Ns(c))}const o=ue(e)?1:io(e)?128:Ti(e)?64:ce(e)?4:k(e)?2:0;return ee(e,t,n,s,r,o,i,!0)}function dc(e){return e?Vs(e)||zi(e)?pe({},e):e:null}function _t(e,t,n=!1,s=!1){const{props:r,ref:i,patchFlag:o,children:l,transition:c}=e,f=t?hc(r||{},t):r,a={__v_isVNode:!0,__v_skip:!0,type:e.type,props:f,key:f&&co(f),ref:t&&t.ref?n&&i?B(i)?i.concat(An(t)):[i,An(t)]:An(t):i,scopeId:e.scopeId,slotScopeIds:e.slotScopeIds,children:l,target:e.target,targetStart:e.targetStart,targetAnchor:e.targetAnchor,staticCount:e.staticCount,shapeFlag:e.shapeFlag,patchFlag:t&&e.type!==Je?o===-1?16:o|16:o,dynamicProps:e.dynamicProps,dynamicChildren:e.dynamicChildren,appContext:e.appContext,dirs:e.dirs,transition:c,component:e.component,suspense:e.suspense,ssContent:e.ssContent&&_t(e.ssContent),ssFallback:e.ssFallback&&_t(e.ssFallback),placeholder:e.placeholder,el:e.el,anchor:e.anchor,ctx:e.ctx,ce:e.ce};return c&&s&&un(a,c.clone(a)),a}function Oe(e=" ",t=0){return W(Wn,null,e,t)}function Fu(e,t){const n=W(xn,null,e);return n.staticCount=t,n}function Hu(e="",t=!1){return t?(Ut(),lo(Ae,null,e)):W(Ae,null,e)}function Ye(e){return e==null||typeof e=="boolean"?W(Ae):B(e)?W(Je,null,e.slice()):Mn(e)?ht(e):W(Wn,null,String(e))}function ht(e){return e.el===null&&e.patchFlag!==-1||e.memo?e:_t(e)}function $s(e,t){let n=0;const{shapeFlag:s}=e;if(t==null)t=null;else if(B(t))n=16;else if(typeof t=="object")if(s&65){const r=t.default;r&&(r._c&&(r._d=!1),$s(e,r()),r._c&&(r._d=!0));return}else{n=32;const r=t._;!r&&!zi(t)?t._ctx=Ve:r===3&&Ve&&(Ve.slots._===1?t._=1:(t._=2,e.patchFlag|=1024))}else k(t)?(t={default:t,_ctx:Ve},n=32):(t=String(t),s&64?(n=16,t=[Oe(t)]):n=8);e.children=t,e.shapeFlag|=n}function hc(...e){const t={};for(let n=0;n<e.length;n++){const s=e[n];for(const r in s)if(r==="class")t.class!==s.class&&(t.class=on([t.class,s.class]));else if(r==="style")t.style=Ns([t.style,s.style]);else if(Dn(r)){const i=t[r],o=s[r];o&&i!==o&&!(B(i)&&i.includes(o))&&(t[r]=i?[].concat(i,o):o)}else r!==""&&(t[r]=s[r])}return t}function qe(e,t,n,s=null){ke(e,t,7,[n,s])}const pc=Ki();let gc=0;function mc(e,t,n){const s=e.type,r=(t?t.appContext:e.appContext)||pc,i={uid:gc++,vnode:e,type:s,parent:t,appContext:r,root:null,next:null,subTree:null,effect:null,update:null,job:null,scope:new Uo(!0),render:null,proxy:null,exposed:null,exposeProxy:null,withProxy:null,provides:t?t.provides:Object.create(r.provides),ids:t?t.ids:["",0,0],accessCache:null,renderCache:[],components:null,directives:null,propsOptions:Yi(s,r),emitsOptions:ro(s,r),emit:null,emitted:null,propsDefaults:le,inheritAttrs:s.inheritAttrs,ctx:le,data:le,props:le,attrs:le,slots:le,refs:le,setupState:le,setupContext:null,suspense:n,suspenseId:n?n.pendingId:0,asyncDep:null,asyncResolved:!1,isMounted:!1,isUnmounted:!1,isDeactivated:!1,bc:null,c:null,bm:null,m:null,bu:null,u:null,um:null,bum:null,da:null,a:null,rtg:null,rtc:null,ec:null,sp:null};return i.ctx={_:i},i.root=t?t.root:i,i.emit=sc.bind(null,i),e.ce&&e.ce(i),i}let ye=null;const ao=()=>ye||Ve;let Ln,Cs;{const e=Vn(),t=(n,s)=>{let r;return(r=e[n])||(r=e[n]=[]),r.push(s),i=>{r.length>1?r.forEach(o=>o(i)):r[0](i)}};Ln=t("__VUE_INSTANCE_SETTERS__",n=>ye=n),Cs=t("__VUE_SSR_SETTERS__",n=>dn=n)}const mn=e=>{const t=ye;return Ln(e),e.scope.on(),()=>{e.scope.off(),Ln(t)}},dr=()=>{ye&&ye.scope.off(),Ln(null)};function uo(e){return e.vnode.shapeFlag&4}let dn=!1;function vc(e,t=!1,n=!1){t&&Cs(t);const{props:s,children:r}=e.vnode,i=uo(e);$l(e,s,i,t),ql(e,r,n||t);const o=i?_c(e,t):void 0;return t&&Cs(!1),o}function _c(e,t){const n=e.type;e.accessCache=Object.create(null),e.proxy=new Proxy(e.ctx,Dl);const{setup:s}=n;if(s){ot();const r=e.setupContext=s.length>1?bc(e):null,i=mn(e),o=gn(s,e,0,[e.props,r]),l=Qr(o);if(lt(),i(),(l||e.sp)&&!tn(e)&&Di(e),l){if(o.then(dr,dr),t)return o.then(c=>{hr(e,c)}).catch(c=>{Un(c,e,0)});e.asyncDep=o}else hr(e,o)}else fo(e)}function hr(e,t,n){k(t)?e.type.__ssrInlineRender?e.ssrRender=t:e.render=t:ce(t)&&(e.setupState=Ei(t)),fo(e)}function fo(e,t,n){const s=e.type;e.render||(e.render=s.render||Qe);{const r=mn(e);ot();try{Fl(e)}finally{lt(),r()}}}const yc={get(e,t){return _e(e,"get",""),e[t]}};function bc(e){const t=n=>{e.exposed=n||{}};return{attrs:new Proxy(e.attrs,yc),slots:e.slots,emit:e.emit,expose:t}}function Gs(e){return e.exposed?e.exposeProxy||(e.exposeProxy=new Proxy(Ei(cl(e.exposed)),{get(t,n){if(n in t)return t[n];if(n in nn)return nn[n](e)},has(t,n){return n in t||n in nn}})):e.proxy}function Ec(e,t=!0){return k(e)?e.displayName||e.name:e.name||t&&e.__name}function Cc(e){return k(e)&&"__vccOpts"in e}const Be=(e,t)=>pl(e,t,dn);function Ks(e,t,n){try{Nn(-1);const s=arguments.length;return s===2?ce(t)&&!B(t)?Mn(t)?W(e,null,[t]):W(e,t):W(e,null,t):(s>3?n=Array.prototype.slice.call(arguments,2):s===3&&Mn(n)&&(n=[n]),W(e,t,n))}finally{Nn(1)}}const xc="3.5.24";let xs;const pr=typeof window<"u"&&window.trustedTypes;if(pr)try{xs=pr.createPolicy("vue",{createHTML:e=>e})}catch{}const ho=xs?e=>xs.createHTML(e):e=>e,Ac="http://www.w3.org/2000/svg",Sc="http://www.w3.org/1998/Math/MathML",nt=typeof document<"u"?document:null,gr=nt&&nt.createElement("template"),Rc={insert:(e,t,n)=>{t.insertBefore(e,n||null)},remove:e=>{const t=e.parentNode;t&&t.removeChild(e)},createElement:(e,t,n,s)=>{const r=t==="svg"?nt.createElementNS(Ac,e):t==="mathml"?nt.createElementNS(Sc,e):n?nt.createElement(e,{is:n}):nt.createElement(e);return e==="select"&&s&&s.multiple!=null&&r.setAttribute("multiple",s.multiple),r},createText:e=>nt.createTextNode(e),createComment:e=>nt.createComment(e),setText:(e,t)=>{e.nodeValue=t},setElementText:(e,t)=>{e.textContent=t},parentNode:e=>e.parentNode,nextSibling:e=>e.nextSibling,querySelector:e=>nt.querySelector(e),setScopeId(e,t){e.setAttribute(t,"")},insertStaticContent(e,t,n,s,r,i){const o=n?n.previousSibling:t.lastChild;if(r&&(r===i||r.nextSibling))for(;t.insertBefore(r.cloneNode(!0),n),!(r===i||!(r=r.nextSibling)););else{gr.innerHTML=ho(s==="svg"?`<svg>${e}</svg>`:s==="mathml"?`<math>${e}</math>`:e);const l=gr.content;if(s==="svg"||s==="mathml"){const c=l.firstChild;for(;c.firstChild;)l.appendChild(c.firstChild);l.removeChild(c)}t.insertBefore(l,n)}return[o?o.nextSibling:t.firstChild,n?n.previousSibling:t.lastChild]}},ut="transition",qt="animation",hn=Symbol("_vtc"),po={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},wc=pe({},Oi,po),Tc=e=>(e.displayName="Transition",e.props=wc,e),Oc=Tc((e,{slots:t})=>Ks(xl,Pc(e),t)),xt=(e,t=[])=>{B(e)?e.forEach(n=>n(...t)):e&&e(...t)},mr=e=>e?B(e)?e.some(t=>t.length>1):e.length>1:!1;function Pc(e){const t={};for(const O in e)O in po||(t[O]=e[O]);if(e.css===!1)return t;const{name:n="v",type:s,duration:r,enterFromClass:i=`${n}-enter-from`,enterActiveClass:o=`${n}-enter-active`,enterToClass:l=`${n}-enter-to`,appearFromClass:c=i,appearActiveClass:f=o,appearToClass:a=l,leaveFromClass:d=`${n}-leave-from`,leaveActiveClass:p=`${n}-leave-active`,leaveToClass:m=`${n}-leave-to`}=e,x=Ic(r),T=x&&x[0],j=x&&x[1],{onBeforeEnter:M,onEnter:I,onEnterCancelled:L,onLeave:N,onLeaveCancelled:$,onBeforeAppear:se=M,onAppear:te=I,onAppearCancelled:ve=L}=t,U=(O,J,he,Pe)=>{O._enterCancelled=Pe,At(O,J?a:l),At(O,J?f:o),he&&he()},q=(O,J)=>{O._isLeaving=!1,At(O,d),At(O,m),At(O,p),J&&J()},re=O=>(J,he)=>{const Pe=O?te:I,fe=()=>U(J,O,he);xt(Pe,[J,fe]),vr(()=>{At(J,O?c:i),et(J,O?a:l),mr(Pe)||_r(J,s,T,fe)})};return pe(t,{onBeforeEnter(O){xt(M,[O]),et(O,i),et(O,o)},onBeforeAppear(O){xt(se,[O]),et(O,c),et(O,f)},onEnter:re(!1),onAppear:re(!0),onLeave(O,J){O._isLeaving=!0;const he=()=>q(O,J);et(O,d),O._enterCancelled?(et(O,p),Er(O)):(Er(O),et(O,p)),vr(()=>{O._isLeaving&&(At(O,d),et(O,m),mr(N)||_r(O,s,j,he))}),xt(N,[O,he])},onEnterCancelled(O){U(O,!1,void 0,!0),xt(L,[O])},onAppearCancelled(O){U(O,!0,void 0,!0),xt(ve,[O])},onLeaveCancelled(O){q(O),xt($,[O])}})}function Ic(e){if(e==null)return null;if(ce(e))return[is(e.enter),is(e.leave)];{const t=is(e);return[t,t]}}function is(e){return Do(e)}function et(e,t){t.split(/\s+/).forEach(n=>n&&e.classList.add(n)),(e[hn]||(e[hn]=new Set)).add(t)}function At(e,t){t.split(/\s+/).forEach(s=>s&&e.classList.remove(s));const n=e[hn];n&&(n.delete(t),n.size||(e[hn]=void 0))}function vr(e){requestAnimationFrame(()=>{requestAnimationFrame(e)})}let Nc=0;function _r(e,t,n,s){const r=e._endId=++Nc,i=()=>{r===e._endId&&s()};if(n!=null)return setTimeout(i,n);const{type:o,timeout:l,propCount:c}=Mc(e,t);if(!o)return s();const f=o+"end";let a=0;const d=()=>{e.removeEventListener(f,p),i()},p=m=>{m.target===e&&++a>=c&&d()};setTimeout(()=>{a<c&&d()},l+1),e.addEventListener(f,p)}function Mc(e,t){const n=window.getComputedStyle(e),s=x=>(n[x]||"").split(", "),r=s(`${ut}Delay`),i=s(`${ut}Duration`),o=yr(r,i),l=s(`${qt}Delay`),c=s(`${qt}Duration`),f=yr(l,c);let a=null,d=0,p=0;t===ut?o>0&&(a=ut,d=o,p=i.length):t===qt?f>0&&(a=qt,d=f,p=c.length):(d=Math.max(o,f),a=d>0?o>f?ut:qt:null,p=a?a===ut?i.length:c.length:0);const m=a===ut&&/\b(?:transform|all)(?:,|$)/.test(s(`${ut}Property`).toString());return{type:a,timeout:d,propCount:p,hasTransform:m}}function yr(e,t){for(;e.length<t.length;)e=e.concat(e);return Math.max(...t.map((n,s)=>br(n)+br(e[s])))}function br(e){return e==="auto"?0:Number(e.slice(0,-1).replace(",","."))*1e3}function Er(e){return(e?e.ownerDocument:document).body.offsetHeight}function Lc(e,t,n){const s=e[hn];s&&(t=(t?[t,...s]:[...s]).join(" ")),t==null?e.removeAttribute("class"):n?e.setAttribute("class",t):e.className=t}const Cr=Symbol("_vod"),Dc=Symbol("_vsh"),Fc=Symbol(""),Hc=/(?:^|;)\s*display\s*:/;function Bc(e,t,n){const s=e.style,r=ue(n);let i=!1;if(n&&!r){if(t)if(ue(t))for(const o of t.split(";")){const l=o.slice(0,o.indexOf(":")).trim();n[l]==null&&Sn(s,l,"")}else for(const o in t)n[o]==null&&Sn(s,o,"");for(const o in n)o==="display"&&(i=!0),Sn(s,o,n[o])}else if(r){if(t!==n){const o=s[Fc];o&&(n+=";"+o),s.cssText=n,i=Hc.test(n)}}else t&&e.removeAttribute("style");Cr in e&&(e[Cr]=i?s.display:"",e[Dc]&&(s.display="none"))}const xr=/\s*!important$/;function Sn(e,t,n){if(B(n))n.forEach(s=>Sn(e,t,s));else if(n==null&&(n=""),t.startsWith("--"))e.setProperty(t,n);else{const s=Vc(e,t);xr.test(n)?e.setProperty(Ot(s),n.replace(xr,""),"important"):e[s]=n}}const Ar=["Webkit","Moz","ms"],os={};function Vc(e,t){const n=os[t];if(n)return n;let s=He(t);if(s!=="filter"&&s in e)return os[t]=s;s=Bn(s);for(let r=0;r<Ar.length;r++){const i=Ar[r]+s;if(i in e)return os[t]=i}return t}const Sr="http://www.w3.org/1999/xlink";function Rr(e,t,n,s,r,i=ko(t)){s&&t.startsWith("xlink:")?n==null?e.removeAttributeNS(Sr,t.slice(6,t.length)):e.setAttributeNS(Sr,t,n):n==null||i&&!ti(n)?e.removeAttribute(t):e.setAttribute(t,i?"":yt(n)?String(n):n)}function wr(e,t,n,s,r){if(t==="innerHTML"||t==="textContent"){n!=null&&(e[t]=t==="innerHTML"?ho(n):n);return}const i=e.tagName;if(t==="value"&&i!=="PROGRESS"&&!i.includes("-")){const l=i==="OPTION"?e.getAttribute("value")||"":e.value,c=n==null?e.type==="checkbox"?"on":"":String(n);(l!==c||!("_value"in e))&&(e.value=c),n==null&&e.removeAttribute(t),e._value=n;return}let o=!1;if(n===""||n==null){const l=typeof e[t];l==="boolean"?n=ti(n):n==null&&l==="string"?(n="",o=!0):l==="number"&&(n=0,o=!0)}try{e[t]=n}catch{}o&&e.removeAttribute(r||t)}function jc(e,t,n,s){e.addEventListener(t,n,s)}function kc(e,t,n,s){e.removeEventListener(t,n,s)}const Tr=Symbol("_vei");function Uc(e,t,n,s,r=null){const i=e[Tr]||(e[Tr]={}),o=i[t];if(s&&o)o.value=s;else{const[l,c]=$c(t);if(s){const f=i[t]=Wc(s,r);jc(e,l,f,c)}else o&&(kc(e,l,o,c),i[t]=void 0)}}const Or=/(?:Once|Passive|Capture)$/;function $c(e){let t;if(Or.test(e)){t={};let s;for(;s=e.match(Or);)e=e.slice(0,e.length-s[0].length),t[s[0].toLowerCase()]=!0}return[e[2]===":"?e.slice(3):Ot(e.slice(2)),t]}let ls=0;const Gc=Promise.resolve(),Kc=()=>ls||(Gc.then(()=>ls=0),ls=Date.now());function Wc(e,t){const n=s=>{if(!s._vts)s._vts=Date.now();else if(s._vts<=n.attached)return;ke(qc(s,n.value),t,5,[s])};return n.value=e,n.attached=Kc(),n}function qc(e,t){if(B(t)){const n=e.stopImmediatePropagation;return e.stopImmediatePropagation=()=>{n.call(e),e._stopped=!0},t.map(s=>r=>!r._stopped&&s&&s(r))}else return t}const Pr=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&e.charCodeAt(2)>96&&e.charCodeAt(2)<123,zc=(e,t,n,s,r,i)=>{const o=r==="svg";t==="class"?Lc(e,s,o):t==="style"?Bc(e,n,s):Dn(t)?Os(t)||Uc(e,t,n,s,i):(t[0]==="."?(t=t.slice(1),!0):t[0]==="^"?(t=t.slice(1),!1):Jc(e,t,s,o))?(wr(e,t,s),!e.tagName.includes("-")&&(t==="value"||t==="checked"||t==="selected")&&Rr(e,t,s,o,i,t!=="value")):e._isVueCE&&(/[A-Z]/.test(t)||!ue(s))?wr(e,He(t),s,i,t):(t==="true-value"?e._trueValue=s:t==="false-value"&&(e._falseValue=s),Rr(e,t,s,o))};function Jc(e,t,n,s){if(s)return!!(t==="innerHTML"||t==="textContent"||t in e&&Pr(t)&&k(n));if(t==="spellcheck"||t==="draggable"||t==="translate"||t==="autocorrect"||t==="sandbox"&&e.tagName==="IFRAME"||t==="form"||t==="list"&&e.tagName==="INPUT"||t==="type"&&e.tagName==="TEXTAREA")return!1;if(t==="width"||t==="height"){const r=e.tagName;if(r==="IMG"||r==="VIDEO"||r==="CANVAS"||r==="SOURCE")return!1}return Pr(t)&&ue(n)?!1:t in e}const Yc=pe({patchProp:zc},Rc);let Ir;function Qc(){return Ir||(Ir=Jl(Yc))}const Xc=((...e)=>{const t=Qc().createApp(...e),{mount:n}=t;return t.mount=s=>{const r=ea(s);if(!r)return;const i=t._component;!k(i)&&!i.render&&!i.template&&(i.template=r.innerHTML),r.nodeType===1&&(r.textContent="");const o=n(r,!1,Zc(r));return r instanceof Element&&(r.removeAttribute("v-cloak"),r.setAttribute("data-v-app","")),o},t});function Zc(e){if(e instanceof SVGElement)return"svg";if(typeof MathMLElement=="function"&&e instanceof MathMLElement)return"mathml"}function ea(e){return ue(e)?document.querySelector(e):e}const ta="/favicon.ico",zn=(e,t)=>{const n=e.__vccOpts||e;for(const[s,r]of t)n[s]=r;return n},na={name:"Header",data(){return{isScrolled:!1,isMenuOpen:!1}},methods:{toggleMenu(){this.isMenuOpen=!this.isMenuOpen},closeMenu(){this.isMenuOpen=!1},handleScroll(){this.isScrolled=window.scrollY>50}},mounted(){window.addEventListener("scroll",this.handleScroll)},beforeUnmount(){window.removeEventListener("scroll",this.handleScroll)}};function sa(e,t,n,s,r,i){const o=jt("router-link");return Ut(),qn("header",{class:on({scrolled:r.isScrolled})},[W(o,{to:"/",class:"logo"},{default:ge(()=>[...t[1]||(t[1]=[ee("img",{src:ta,alt:""},null,-1),ee("span",null,"Starpixel",-1)])]),_:1}),ee("button",{class:"mobile-toggle",onClick:t[0]||(t[0]=(...l)=>i.toggleMenu&&i.toggleMenu(...l))},[...t[2]||(t[2]=[ee("i",{class:"fas fa-bars"},null,-1)])]),ee("nav",{class:on(["nav-links",{active:r.isMenuOpen}])},[W(o,{to:"/",class:"nav-link",onClick:i.closeMenu},{default:ge(()=>[...t[3]||(t[3]=[Oe("首页",-1)])]),_:1},8,["onClick"]),W(o,{to:"/projects",class:"nav-link",onClick:i.closeMenu},{default:ge(()=>[...t[4]||(t[4]=[Oe("项目",-1)])]),_:1},8,["onClick"]),W(o,{to:"/todo",class:"nav-link",onClick:i.closeMenu},{default:ge(()=>[...t[5]||(t[5]=[Oe("待办",-1)])]),_:1},8,["onClick"]),W(o,{to:"/about",class:"nav-link",onClick:i.closeMenu},{default:ge(()=>[...t[6]||(t[6]=[Oe("简介",-1)])]),_:1},8,["onClick"]),W(o,{to:"/links",class:"nav-link",onClick:i.closeMenu},{default:ge(()=>[...t[7]||(t[7]=[Oe("友链",-1)])]),_:1},8,["onClick"]),W(o,{to:"/contact",class:"nav-link",onClick:i.closeMenu},{default:ge(()=>[...t[8]||(t[8]=[Oe("联系",-1)])]),_:1},8,["onClick"])],2)],2)}const ra=zn(na,[["render",sa],["__scopeId","data-v-950d16b6"]]),ia={name:"Footer",data(){return{version:"2.1.0-251123"}}},oa={class:"footer-content"},la={class:"footer-logo"},ca={style:{"font-size":"small"}},aa={class:"footer-links"};function ua(e,t,n,s,r,i){const o=jt("router-link");return Ut(),qn("footer",null,[ee("div",oa,[ee("div",la,[t[0]||(t[0]=ee("i",{class:"fas fa-star"},null,-1)),t[1]||(t[1]=ee("span",null," StarPixel",-1)),ee("p",ca,"v"+si(r.version),1)]),t[8]||(t[8]=ee("p",null,"将热爱,转化为光",-1)),ee("div",aa,[W(o,{to:"/"},{default:ge(()=>[...t[2]||(t[2]=[Oe("首页",-1)])]),_:1}),W(o,{to:"/projects"},{default:ge(()=>[...t[3]||(t[3]=[Oe("项目",-1)])]),_:1}),W(o,{to:"/todo"},{default:ge(()=>[...t[4]||(t[4]=[Oe("待办",-1)])]),_:1}),W(o,{to:"/about"},{default:ge(()=>[...t[5]||(t[5]=[Oe("简介",-1)])]),_:1}),W(o,{to:"/links"},{default:ge(()=>[...t[6]||(t[6]=[Oe("友链",-1)])]),_:1}),W(o,{to:"/contact"},{default:ge(()=>[...t[7]||(t[7]=[Oe("联系",-1)])]),_:1})])]),t[9]||(t[9]=ee("div",{class:"copyright"},[ee("p",null,"Copyright © 2022 - 2025 Starpixel. Created by xiaoyong. All Rights Reserved."),ee("p",null,[ee("a",{href:"https://beian.miit.gov.cn",style:{"text-decoration":"none",color:"unset"},target:"_blank"}," 黑ICP备2025046683号-1")])],-1))])}const fa=zn(ia,[["render",ua],["__scopeId","data-v-73bbc253"]]);class da{constructor(){this.container=document.getElementById("toast-container"),this.toasts=new Map,this.toastId=0,this.container||this.createContainer()}createContainer(){this.container=document.createElement("div"),this.container.className="toast-container",this.container.id="toast-container",document.body.appendChild(this.container)}show(t){const n=this.toastId++,s=this.createToastElement(n,t);return this.container.appendChild(s.element),this.toasts.set(n,s),t.duration&&t.duration>0&&(s.timeout=setTimeout(()=>{this.remove(n)},t.duration)),n}createToastElement(t,n){const s=document.createElement("div"),r=n.type||"info",i=n.closeable!==!1;return s.className=`toast toast-${r}${i?" toast-closeable":""} toast-enter`,s.innerHTML=this.getToastHTML(n,i),i&&s.querySelector(".toast-close").addEventListener("click",()=>this.remove(t)),s.addEventListener("mouseenter",()=>{s.timeout&&(clearTimeout(s.timeout),s.timeout=null)}),s.addEventListener("mouseleave",()=>{n.duration&&n.duration>0&&!s.timeout&&(s.timeout=setTimeout(()=>{this.remove(t)},n.duration))}),{element:s,timeout:null}}getToastHTML(t,n){return`
<div class="toast-icon">
<i class="${this.getIcon(t.type)}"></i>
</div>
<div class="toast-content">
${t.title?`<div class="toast-title">${t.title}</div>`:""}
<div class="toast-message">${t.message}</div>
</div>
${n?'<button class="toast-close"><i class="fas fa-times"></i></button>':""}
${t.duration&&t.duration>0?`
<div class="toast-progress">
<div class="toast-progress-bar" style="animation-duration: ${t.duration}ms"></div>
</div>
`:""}
`}getIcon(t){const n={success:"fas fa-check-circle",error:"fas fa-exclamation-circle",warning:"fas fa-exclamation-triangle",info:"fas fa-info-circle"};return n[t]||n.info}remove(t){const n=this.toasts.get(t);n&&(n.timeout&&clearTimeout(n.timeout),n.element.classList.remove("toast-enter"),n.element.classList.add("toast-exit"),setTimeout(()=>{n.element.parentNode&&n.element.parentNode.removeChild(n.element),this.toasts.delete(t)},300))}clearAll(){this.toasts.forEach((t,n)=>{this.remove(n)})}success(t,n="成功"){return this.show({type:"success",title:n,message:t,duration:5e3})}error(t,n="错误"){return this.show({type:"error",title:n,message:t,duration:5e3})}warning(t,n="警告"){return this.show({type:"warning",title:n,message:t,duration:5e3})}info(t,n="提示"){return this.show({type:"info",title:n,message:t,duration:3e3})}}const ha=new da,go="2.1.0-251123";console.log("%cStarpixel%cv"+go,"padding: 2px 6px; border-radius: 3px 0 0 3px; color: #fff; background: #FF7EB9; font-weight: bold;","padding: 2px 6px; border-radius: 0 3px 3px 0; color: #fff; background: #7E8CE0; font-weight: bold;");ha.show({message:"欢迎访问Starpixel v"+go,type:"success",duration:3e3});const pa={name:"App",components:{Header:ra,Footer:fa}},ga={id:"app"},ma={class:"main-content"};function va(e,t,n,s,r,i){const o=jt("Header"),l=jt("router-view"),c=jt("Footer");return Ut(),qn("div",ga,[t[0]||(t[0]=ee("i",{class:"floating-element fas fa-star"},null,-1)),t[1]||(t[1]=ee("i",{class:"floating-element fas fa-heart"},null,-1)),t[2]||(t[2]=ee("i",{class:"floating-element fas fa-cloud"},null,-1)),t[3]||(t[3]=ee("i",{class:"floating-element fas fa-moon"},null,-1)),W(o),ee("main",ma,[W(l,null,{default:ge(({Component:f})=>[W(Oc,{name:"fade",mode:"out-in"},{default:ge(()=>[(Ut(),lo(Ll(f)))]),_:2},1024)]),_:1})]),W(c),t[4]||(t[4]=ee("div",{id:"toast-container",class:"toast-container"},null,-1))])}const _a=zn(pa,[["render",va]]),ya="modulepreload",ba=function(e){return"/"+e},Nr={},zt=function(t,n,s){let r=Promise.resolve();if(n&&n.length>0){let c=function(f){return Promise.all(f.map(a=>Promise.resolve(a).then(d=>({status:"fulfilled",value:d}),d=>({status:"rejected",reason:d}))))};document.getElementsByTagName("link");const o=document.querySelector("meta[property=csp-nonce]"),l=o?.nonce||o?.getAttribute("nonce");r=c(n.map(f=>{if(f=ba(f),f in Nr)return;Nr[f]=!0;const a=f.endsWith(".css"),d=a?'[rel="stylesheet"]':"";if(document.querySelector(`link[href="${f}"]${d}`))return;const p=document.createElement("link");if(p.rel=a?"stylesheet":ya,a||(p.as="script"),p.crossOrigin="",p.href=f,l&&p.setAttribute("nonce",l),document.head.appendChild(p),a)return new Promise((m,x)=>{p.addEventListener("load",m),p.addEventListener("error",()=>x(new Error(`Unable to preload CSS for ${f}`)))})}))}function i(o){const l=new Event("vite:preloadError",{cancelable:!0});if(l.payload=o,window.dispatchEvent(l),!l.defaultPrevented)throw o}return r.then(o=>{for(const l of o||[])l.status==="rejected"&&i(l.reason);return t().catch(i)})};const Lt=typeof document<"u";function mo(e){return typeof e=="object"||"displayName"in e||"props"in e||"__vccOpts"in e}function Ea(e){return e.__esModule||e[Symbol.toStringTag]==="Module"||e.default&&mo(e.default)}const Q=Object.assign;function cs(e,t){const n={};for(const s in t){const r=t[s];n[s]=Ue(r)?r.map(e):e(r)}return n}const rn=()=>{},Ue=Array.isArray;function Mr(e,t){const n={};for(const s in e)n[s]=s in t?t[s]:e[s];return n}const vo=/#/g,Ca=/&/g,xa=/\//g,Aa=/=/g,Sa=/\?/g,_o=/\+/g,Ra=/%5B/g,wa=/%5D/g,yo=/%5E/g,Ta=/%60/g,bo=/%7B/g,Oa=/%7C/g,Eo=/%7D/g,Pa=/%20/g;function Ws(e){return e==null?"":encodeURI(""+e).replace(Oa,"|").replace(Ra,"[").replace(wa,"]")}function Ia(e){return Ws(e).replace(bo,"{").replace(Eo,"}").replace(yo,"^")}function As(e){return Ws(e).replace(_o,"%2B").replace(Pa,"+").replace(vo,"%23").replace(Ca,"%26").replace(Ta,"`").replace(bo,"{").replace(Eo,"}").replace(yo,"^")}function Na(e){return As(e).replace(Aa,"%3D")}function Ma(e){return Ws(e).replace(vo,"%23").replace(Sa,"%3F")}function La(e){return Ma(e).replace(xa,"%2F")}function pn(e){if(e==null)return null;try{return decodeURIComponent(""+e)}catch{}return""+e}const Da=/\/$/,Fa=e=>e.replace(Da,"");function as(e,t,n="/"){let s,r={},i="",o="";const l=t.indexOf("#");let c=t.indexOf("?");return c=l>=0&&c>l?-1:c,c>=0&&(s=t.slice(0,c),i=t.slice(c,l>0?l:t.length),r=e(i.slice(1))),l>=0&&(s=s||t.slice(0,l),o=t.slice(l,t.length)),s=ja(s??t,n),{fullPath:s+i+o,path:s,query:r,hash:pn(o)}}function Ha(e,t){const n=t.query?e(t.query):"";return t.path+(n&&"?")+n+(t.hash||"")}function Lr(e,t){return!t||!e.toLowerCase().startsWith(t.toLowerCase())?e:e.slice(t.length)||"/"}function Ba(e,t,n){const s=t.matched.length-1,r=n.matched.length-1;return s>-1&&s===r&&$t(t.matched[s],n.matched[r])&&Co(t.params,n.params)&&e(t.query)===e(n.query)&&t.hash===n.hash}function $t(e,t){return(e.aliasOf||e)===(t.aliasOf||t)}function Co(e,t){if(Object.keys(e).length!==Object.keys(t).length)return!1;for(const n in e)if(!Va(e[n],t[n]))return!1;return!0}function Va(e,t){return Ue(e)?Dr(e,t):Ue(t)?Dr(t,e):e===t}function Dr(e,t){return Ue(t)?e.length===t.length&&e.every((n,s)=>n===t[s]):e.length===1&&e[0]===t}function ja(e,t){if(e.startsWith("/"))return e;if(!e)return t;const n=t.split("/"),s=e.split("/"),r=s[s.length-1];(r===".."||r===".")&&s.push("");let i=n.length-1,o,l;for(o=0;o<s.length;o++)if(l=s[o],l!==".")if(l==="..")i>1&&i--;else break;return n.slice(0,i).join("/")+"/"+s.slice(o).join("/")}const ft={path:"/",name:void 0,params:{},query:{},hash:"",fullPath:"/",matched:[],meta:{},redirectedFrom:void 0};let Ss=(function(e){return e.pop="pop",e.push="push",e})({}),us=(function(e){return e.back="back",e.forward="forward",e.unknown="",e})({});function ka(e){if(!e)if(Lt){const t=document.querySelector("base");e=t&&t.getAttribute("href")||"/",e=e.replace(/^\w+:\/\/[^\/]+/,"")}else e="/";return e[0]!=="/"&&e[0]!=="#"&&(e="/"+e),Fa(e)}const Ua=/^[^#]+#/;function $a(e,t){return e.replace(Ua,"#")+t}function Ga(e,t){const n=document.documentElement.getBoundingClientRect(),s=e.getBoundingClientRect();return{behavior:t.behavior,left:s.left-n.left-(t.left||0),top:s.top-n.top-(t.top||0)}}const Jn=()=>({left:window.scrollX,top:window.scrollY});function Ka(e){let t;if("el"in e){const n=e.el,s=typeof n=="string"&&n.startsWith("#"),r=typeof n=="string"?s?document.getElementById(n.slice(1)):document.querySelector(n):n;if(!r)return;t=Ga(r,e)}else t=e;"scrollBehavior"in document.documentElement.style?window.scrollTo(t):window.scrollTo(t.left!=null?t.left:window.scrollX,t.top!=null?t.top:window.scrollY)}function Fr(e,t){return(history.state?history.state.position-t:-1)+e}const Rs=new Map;function Wa(e,t){Rs.set(e,t)}function qa(e){const t=Rs.get(e);return Rs.delete(e),t}function za(e){return typeof e=="string"||e&&typeof e=="object"}function xo(e){return typeof e=="string"||typeof e=="symbol"}let ae=(function(e){return e[e.MATCHER_NOT_FOUND=1]="MATCHER_NOT_FOUND",e[e.NAVIGATION_GUARD_REDIRECT=2]="NAVIGATION_GUARD_REDIRECT",e[e.NAVIGATION_ABORTED=4]="NAVIGATION_ABORTED",e[e.NAVIGATION_CANCELLED=8]="NAVIGATION_CANCELLED",e[e.NAVIGATION_DUPLICATED=16]="NAVIGATION_DUPLICATED",e})({});const Ao=Symbol("");ae.MATCHER_NOT_FOUND+"",ae.NAVIGATION_GUARD_REDIRECT+"",ae.NAVIGATION_ABORTED+"",ae.NAVIGATION_CANCELLED+"",ae.NAVIGATION_DUPLICATED+"";function Gt(e,t){return Q(new Error,{type:e,[Ao]:!0},t)}function tt(e,t){return e instanceof Error&&Ao in e&&(t==null||!!(e.type&t))}const Ja=["params","query","hash"];function Ya(e){if(typeof e=="string")return e;if(e.path!=null)return e.path;const t={};for(const n of Ja)n in e&&(t[n]=e[n]);return JSON.stringify(t,null,2)}function Qa(e){const t={};if(e===""||e==="?")return t;const n=(e[0]==="?"?e.slice(1):e).split("&");for(let s=0;s<n.length;++s){const r=n[s].replace(_o," "),i=r.indexOf("="),o=pn(i<0?r:r.slice(0,i)),l=i<0?null:pn(r.slice(i+1));if(o in t){let c=t[o];Ue(c)||(c=t[o]=[c]),c.push(l)}else t[o]=l}return t}function Hr(e){let t="";for(let n in e){const s=e[n];if(n=Na(n),s==null){s!==void 0&&(t+=(t.length?"&":"")+n);continue}(Ue(s)?s.map(r=>r&&As(r)):[s&&As(s)]).forEach(r=>{r!==void 0&&(t+=(t.length?"&":"")+n,r!=null&&(t+="="+r))})}return t}function Xa(e){const t={};for(const n in e){const s=e[n];s!==void 0&&(t[n]=Ue(s)?s.map(r=>r==null?null:""+r):s==null?s:""+s)}return t}const Za=Symbol(""),Br=Symbol(""),qs=Symbol(""),So=Symbol(""),ws=Symbol("");function Jt(){let e=[];function t(s){return e.push(s),()=>{const r=e.indexOf(s);r>-1&&e.splice(r,1)}}function n(){e=[]}return{add:t,list:()=>e.slice(),reset:n}}function pt(e,t,n,s,r,i=o=>o()){const o=s&&(s.enterCallbacks[r]=s.enterCallbacks[r]||[]);return()=>new Promise((l,c)=>{const f=p=>{p===!1?c(Gt(ae.NAVIGATION_ABORTED,{from:n,to:t})):p instanceof Error?c(p):za(p)?c(Gt(ae.NAVIGATION_GUARD_REDIRECT,{from:t,to:p})):(o&&s.enterCallbacks[r]===o&&typeof p=="function"&&o.push(p),l())},a=i(()=>e.call(s&&s.instances[r],t,n,f));let d=Promise.resolve(a);e.length<3&&(d=d.then(f)),d.catch(p=>c(p))})}function fs(e,t,n,s,r=i=>i()){const i=[];for(const o of e)for(const l in o.components){let c=o.components[l];if(!(t!=="beforeRouteEnter"&&!o.instances[l]))if(mo(c)){const f=(c.__vccOpts||c)[t];f&&i.push(pt(f,n,s,o,l,r))}else{let f=c();i.push(()=>f.then(a=>{if(!a)throw new Error(`Couldn't resolve component "${l}" at "${o.path}"`);const d=Ea(a)?a.default:a;o.mods[l]=a,o.components[l]=d;const p=(d.__vccOpts||d)[t];return p&&pt(p,n,s,o,l,r)()}))}}return i}function eu(e,t){const n=[],s=[],r=[],i=Math.max(t.matched.length,e.matched.length);for(let o=0;o<i;o++){const l=t.matched[o];l&&(e.matched.find(f=>$t(f,l))?s.push(l):n.push(l));const c=e.matched[o];c&&(t.matched.find(f=>$t(f,c))||r.push(c))}return[n,s,r]}let tu=()=>location.protocol+"//"+location.host;function Ro(e,t){const{pathname:n,search:s,hash:r}=t,i=e.indexOf("#");if(i>-1){let o=r.includes(e.slice(i))?e.slice(i).length:1,l=r.slice(o);return l[0]!=="/"&&(l="/"+l),Lr(l,"")}return Lr(n,e)+s+r}function nu(e,t,n,s){let r=[],i=[],o=null;const l=({state:p})=>{const m=Ro(e,location),x=n.value,T=t.value;let j=0;if(p){if(n.value=m,t.value=p,o&&o===x){o=null;return}j=T?p.position-T.position:0}else s(m);r.forEach(M=>{M(n.value,x,{delta:j,type:Ss.pop,direction:j?j>0?us.forward:us.back:us.unknown})})};function c(){o=n.value}function f(p){r.push(p);const m=()=>{const x=r.indexOf(p);x>-1&&r.splice(x,1)};return i.push(m),m}function a(){if(document.visibilityState==="hidden"){const{history:p}=window;if(!p.state)return;p.replaceState(Q({},p.state,{scroll:Jn()}),"")}}function d(){for(const p of i)p();i=[],window.removeEventListener("popstate",l),window.removeEventListener("pagehide",a),document.removeEventListener("visibilitychange",a)}return window.addEventListener("popstate",l),window.addEventListener("pagehide",a),document.addEventListener("visibilitychange",a),{pauseListeners:c,listen:f,destroy:d}}function Vr(e,t,n,s=!1,r=!1){return{back:e,current:t,forward:n,replaced:s,position:window.history.length,scroll:r?Jn():null}}function su(e){const{history:t,location:n}=window,s={value:Ro(e,n)},r={value:t.state};r.value||i(s.value,{back:null,current:s.value,forward:null,position:t.length-1,replaced:!0,scroll:null},!0);function i(c,f,a){const d=e.indexOf("#"),p=d>-1?(n.host&&document.querySelector("base")?e:e.slice(d))+c:tu()+e+c;try{t[a?"replaceState":"pushState"](f,"",p),r.value=f}catch(m){console.error(m),n[a?"replace":"assign"](p)}}function o(c,f){i(c,Q({},t.state,Vr(r.value.back,c,r.value.forward,!0),f,{position:r.value.position}),!0),s.value=c}function l(c,f){const a=Q({},r.value,t.state,{forward:c,scroll:Jn()});i(a.current,a,!0),i(c,Q({},Vr(s.value,c,null),{position:a.position+1},f),!1),s.value=c}return{location:s,state:r,push:l,replace:o}}function ru(e){e=ka(e);const t=su(e),n=nu(e,t.state,t.location,t.replace);function s(i,o=!0){o||n.pauseListeners(),history.go(i)}const r=Q({location:"",base:e,go:s,createHref:$a.bind(null,e)},t,n);return Object.defineProperty(r,"location",{enumerable:!0,get:()=>t.location.value}),Object.defineProperty(r,"state",{enumerable:!0,get:()=>t.state.value}),r}let wt=(function(e){return e[e.Static=0]="Static",e[e.Param=1]="Param",e[e.Group=2]="Group",e})({});var de=(function(e){return e[e.Static=0]="Static",e[e.Param=1]="Param",e[e.ParamRegExp=2]="ParamRegExp",e[e.ParamRegExpEnd=3]="ParamRegExpEnd",e[e.EscapeNext=4]="EscapeNext",e})(de||{});const iu={type:wt.Static,value:""},ou=/[a-zA-Z0-9_]/;function lu(e){if(!e)return[[]];if(e==="/")return[[iu]];if(!e.startsWith("/"))throw new Error(`Invalid path "${e}"`);function t(m){throw new Error(`ERR (${n})/"${f}": ${m}`)}let n=de.Static,s=n;const r=[];let i;function o(){i&&r.push(i),i=[]}let l=0,c,f="",a="";function d(){f&&(n===de.Static?i.push({type:wt.Static,value:f}):n===de.Param||n===de.ParamRegExp||n===de.ParamRegExpEnd?(i.length>1&&(c==="*"||c==="+")&&t(`A repeatable param (${f}) must be alone in its segment. eg: '/:ids+.`),i.push({type:wt.Param,value:f,regexp:a,repeatable:c==="*"||c==="+",optional:c==="*"||c==="?"})):t("Invalid state to consume buffer"),f="")}function p(){f+=c}for(;l<e.length;){if(c=e[l++],c==="\\"&&n!==de.ParamRegExp){s=n,n=de.EscapeNext;continue}switch(n){case de.Static:c==="/"?(f&&d(),o()):c===":"?(d(),n=de.Param):p();break;case de.EscapeNext:p(),n=s;break;case de.Param:c==="("?n=de.ParamRegExp:ou.test(c)?p():(d(),n=de.Static,c!=="*"&&c!=="?"&&c!=="+"&&l--);break;case de.ParamRegExp:c===")"?a[a.length-1]=="\\"?a=a.slice(0,-1)+c:n=de.ParamRegExpEnd:a+=c;break;case de.ParamRegExpEnd:d(),n=de.Static,c!=="*"&&c!=="?"&&c!=="+"&&l--,a="";break;default:t("Unknown state");break}}return n===de.ParamRegExp&&t(`Unfinished custom RegExp for param "${f}"`),d(),o(),r}const jr="[^/]+?",cu={sensitive:!1,strict:!1,start:!0,end:!0};var Ce=(function(e){return e[e._multiplier=10]="_multiplier",e[e.Root=90]="Root",e[e.Segment=40]="Segment",e[e.SubSegment=30]="SubSegment",e[e.Static=40]="Static",e[e.Dynamic=20]="Dynamic",e[e.BonusCustomRegExp=10]="BonusCustomRegExp",e[e.BonusWildcard=-50]="BonusWildcard",e[e.BonusRepeatable=-20]="BonusRepeatable",e[e.BonusOptional=-8]="BonusOptional",e[e.BonusStrict=.7000000000000001]="BonusStrict",e[e.BonusCaseSensitive=.25]="BonusCaseSensitive",e})(Ce||{});const au=/[.+*?^${}()[\]/\\]/g;function uu(e,t){const n=Q({},cu,t),s=[];let r=n.start?"^":"";const i=[];for(const f of e){const a=f.length?[]:[Ce.Root];n.strict&&!f.length&&(r+="/");for(let d=0;d<f.length;d++){const p=f[d];let m=Ce.Segment+(n.sensitive?Ce.BonusCaseSensitive:0);if(p.type===wt.Static)d||(r+="/"),r+=p.value.replace(au,"\\$&"),m+=Ce.Static;else if(p.type===wt.Param){const{value:x,repeatable:T,optional:j,regexp:M}=p;i.push({name:x,repeatable:T,optional:j});const I=M||jr;if(I!==jr){m+=Ce.BonusCustomRegExp;try{`${I}`}catch(N){throw new Error(`Invalid custom RegExp for param "${x}" (${I}): `+N.message)}}let L=T?`((?:${I})(?:/(?:${I}))*)`:`(${I})`;d||(L=j&&f.length<2?`(?:/${L})`:"/"+L),j&&(L+="?"),r+=L,m+=Ce.Dynamic,j&&(m+=Ce.BonusOptional),T&&(m+=Ce.BonusRepeatable),I===".*"&&(m+=Ce.BonusWildcard)}a.push(m)}s.push(a)}if(n.strict&&n.end){const f=s.length-1;s[f][s[f].length-1]+=Ce.BonusStrict}n.strict||(r+="/?"),n.end?r+="$":n.strict&&!r.endsWith("/")&&(r+="(?:/|$)");const o=new RegExp(r,n.sensitive?"":"i");function l(f){const a=f.match(o),d={};if(!a)return null;for(let p=1;p<a.length;p++){const m=a[p]||"",x=i[p-1];d[x.name]=m&&x.repeatable?m.split("/"):m}return d}function c(f){let a="",d=!1;for(const p of e){(!d||!a.endsWith("/"))&&(a+="/"),d=!1;for(const m of p)if(m.type===wt.Static)a+=m.value;else if(m.type===wt.Param){const{value:x,repeatable:T,optional:j}=m,M=x in f?f[x]:"";if(Ue(M)&&!T)throw new Error(`Provided param "${x}" is an array but it is not repeatable (* or + modifiers)`);const I=Ue(M)?M.join("/"):M;if(!I)if(j)p.length<2&&(a.endsWith("/")?a=a.slice(0,-1):d=!0);else throw new Error(`Missing required param "${x}"`);a+=I}}return a||"/"}return{re:o,score:s,keys:i,parse:l,stringify:c}}function fu(e,t){let n=0;for(;n<e.length&&n<t.length;){const s=t[n]-e[n];if(s)return s;n++}return e.length<t.length?e.length===1&&e[0]===Ce.Static+Ce.Segment?-1:1:e.length>t.length?t.length===1&&t[0]===Ce.Static+Ce.Segment?1:-1:0}function wo(e,t){let n=0;const s=e.score,r=t.score;for(;n<s.length&&n<r.length;){const i=fu(s[n],r[n]);if(i)return i;n++}if(Math.abs(r.length-s.length)===1){if(kr(s))return 1;if(kr(r))return-1}return r.length-s.length}function kr(e){const t=e[e.length-1];return e.length>0&&t[t.length-1]<0}const du={strict:!1,end:!0,sensitive:!1};function hu(e,t,n){const s=uu(lu(e.path),n),r=Q(s,{record:e,parent:t,children:[],alias:[]});return t&&!r.record.aliasOf==!t.record.aliasOf&&t.children.push(r),r}function pu(e,t){const n=[],s=new Map;t=Mr(du,t);function r(d){return s.get(d)}function i(d,p,m){const x=!m,T=$r(d);T.aliasOf=m&&m.record;const j=Mr(t,d),M=[T];if("alias"in d){const N=typeof d.alias=="string"?[d.alias]:d.alias;for(const $ of N)M.push($r(Q({},T,{components:m?m.record.components:T.components,path:$,aliasOf:m?m.record:T})))}let I,L;for(const N of M){const{path:$}=N;if(p&&$[0]!=="/"){const se=p.record.path,te=se[se.length-1]==="/"?"":"/";N.path=p.record.path+($&&te+$)}if(I=hu(N,p,j),m?m.alias.push(I):(L=L||I,L!==I&&L.alias.push(I),x&&d.name&&!Gr(I)&&o(d.name)),To(I)&&c(I),T.children){const se=T.children;for(let te=0;te<se.length;te++)i(se[te],I,m&&m.children[te])}m=m||I}return L?()=>{o(L)}:rn}function o(d){if(xo(d)){const p=s.get(d);p&&(s.delete(d),n.splice(n.indexOf(p),1),p.children.forEach(o),p.alias.forEach(o))}else{const p=n.indexOf(d);p>-1&&(n.splice(p,1),d.record.name&&s.delete(d.record.name),d.children.forEach(o),d.alias.forEach(o))}}function l(){return n}function c(d){const p=vu(d,n);n.splice(p,0,d),d.record.name&&!Gr(d)&&s.set(d.record.name,d)}function f(d,p){let m,x={},T,j;if("name"in d&&d.name){if(m=s.get(d.name),!m)throw Gt(ae.MATCHER_NOT_FOUND,{location:d});j=m.record.name,x=Q(Ur(p.params,m.keys.filter(L=>!L.optional).concat(m.parent?m.parent.keys.filter(L=>L.optional):[]).map(L=>L.name)),d.params&&Ur(d.params,m.keys.map(L=>L.name))),T=m.stringify(x)}else if(d.path!=null)T=d.path,m=n.find(L=>L.re.test(T)),m&&(x=m.parse(T),j=m.record.name);else{if(m=p.name?s.get(p.name):n.find(L=>L.re.test(p.path)),!m)throw Gt(ae.MATCHER_NOT_FOUND,{location:d,currentLocation:p});j=m.record.name,x=Q({},p.params,d.params),T=m.stringify(x)}const M=[];let I=m;for(;I;)M.unshift(I.record),I=I.parent;return{name:j,path:T,params:x,matched:M,meta:mu(M)}}e.forEach(d=>i(d));function a(){n.length=0,s.clear()}return{addRoute:i,resolve:f,removeRoute:o,clearRoutes:a,getRoutes:l,getRecordMatcher:r}}function Ur(e,t){const n={};for(const s of t)s in e&&(n[s]=e[s]);return n}function $r(e){const t={path:e.path,redirect:e.redirect,name:e.name,meta:e.meta||{},aliasOf:e.aliasOf,beforeEnter:e.beforeEnter,props:gu(e),children:e.children||[],instances:{},leaveGuards:new Set,updateGuards:new Set,enterCallbacks:{},components:"components"in e?e.components||null:e.component&&{default:e.component}};return Object.defineProperty(t,"mods",{value:{}}),t}function gu(e){const t={},n=e.props||!1;if("component"in e)t.default=n;else for(const s in e.components)t[s]=typeof n=="object"?n[s]:n;return t}function Gr(e){for(;e;){if(e.record.aliasOf)return!0;e=e.parent}return!1}function mu(e){return e.reduce((t,n)=>Q(t,n.meta),{})}function vu(e,t){let n=0,s=t.length;for(;n!==s;){const i=n+s>>1;wo(e,t[i])<0?s=i:n=i+1}const r=_u(e);return r&&(s=t.lastIndexOf(r,s-1)),s}function _u(e){let t=e;for(;t=t.parent;)if(To(t)&&wo(e,t)===0)return t}function To({record:e}){return!!(e.name||e.components&&Object.keys(e.components).length||e.redirect)}function Kr(e){const t=it(qs),n=it(So),s=Be(()=>{const c=Bt(e.to);return t.resolve(c)}),r=Be(()=>{const{matched:c}=s.value,{length:f}=c,a=c[f-1],d=n.matched;if(!a||!d.length)return-1;const p=d.findIndex($t.bind(null,a));if(p>-1)return p;const m=Wr(c[f-2]);return f>1&&Wr(a)===m&&d[d.length-1].path!==m?d.findIndex($t.bind(null,c[f-2])):p}),i=Be(()=>r.value>-1&&xu(n.params,s.value.params)),o=Be(()=>r.value>-1&&r.value===n.matched.length-1&&Co(n.params,s.value.params));function l(c={}){if(Cu(c)){const f=t[Bt(e.replace)?"replace":"push"](Bt(e.to)).catch(rn);return e.viewTransition&&typeof document<"u"&&"startViewTransition"in document&&document.startViewTransition(()=>f),f}return Promise.resolve()}return{route:s,href:Be(()=>s.value.href),isActive:i,isExactActive:o,navigate:l}}function yu(e){return e.length===1?e[0]:e}const bu=Li({name:"RouterLink",compatConfig:{MODE:3},props:{to:{type:[String,Object],required:!0},replace:Boolean,activeClass:String,exactActiveClass:String,custom:Boolean,ariaCurrentValue:{type:String,default:"page"},viewTransition:Boolean},useLink:Kr,setup(e,{slots:t}){const n=kn(Kr(e)),{options:s}=it(qs),r=Be(()=>({[qr(e.activeClass,s.linkActiveClass,"router-link-active")]:n.isActive,[qr(e.exactActiveClass,s.linkExactActiveClass,"router-link-exact-active")]:n.isExactActive}));return()=>{const i=t.default&&yu(t.default(n));return e.custom?i:Ks("a",{"aria-current":n.isExactActive?e.ariaCurrentValue:null,href:n.href,onClick:n.navigate,class:r.value},i)}}}),Eu=bu;function Cu(e){if(!(e.metaKey||e.altKey||e.ctrlKey||e.shiftKey)&&!e.defaultPrevented&&!(e.button!==void 0&&e.button!==0)){if(e.currentTarget&&e.currentTarget.getAttribute){const t=e.currentTarget.getAttribute("target");if(/\b_blank\b/i.test(t))return}return e.preventDefault&&e.preventDefault(),!0}}function xu(e,t){for(const n in t){const s=t[n],r=e[n];if(typeof s=="string"){if(s!==r)return!1}else if(!Ue(r)||r.length!==s.length||s.some((i,o)=>i!==r[o]))return!1}return!0}function Wr(e){return e?e.aliasOf?e.aliasOf.path:e.path:""}const qr=(e,t,n)=>e??t??n,Au=Li({name:"RouterView",inheritAttrs:!1,props:{name:{type:String,default:"default"},route:Object},compatConfig:{MODE:3},setup(e,{attrs:t,slots:n}){const s=it(ws),r=Be(()=>e.route||s.value),i=it(Br,0),o=Be(()=>{let f=Bt(i);const{matched:a}=r.value;let d;for(;(d=a[f])&&!d.components;)f++;return f}),l=Be(()=>r.value.matched[o.value]);En(Br,Be(()=>o.value+1)),En(Za,l),En(ws,r);const c=al();return Cn(()=>[c.value,l.value,e.name],([f,a,d],[p,m,x])=>{a&&(a.instances[d]=f,m&&m!==a&&f&&f===p&&(a.leaveGuards.size||(a.leaveGuards=m.leaveGuards),a.updateGuards.size||(a.updateGuards=m.updateGuards))),f&&a&&(!m||!$t(a,m)||!p)&&(a.enterCallbacks[d]||[]).forEach(T=>T(f))},{flush:"post"}),()=>{const f=r.value,a=e.name,d=l.value,p=d&&d.components[a];if(!p)return zr(n.default,{Component:p,route:f});const m=d.props[a],x=m?m===!0?f.params:typeof m=="function"?m(f):m:null,j=Ks(p,Q({},x,t,{onVnodeUnmounted:M=>{M.component.isUnmounted&&(d.instances[a]=null)},ref:c}));return zr(n.default,{Component:j,route:f})||j}}});function zr(e,t){if(!e)return null;const n=e(t);return n.length===1?n[0]:n}const Su=Au;function Ru(e){const t=pu(e.routes,e),n=e.parseQuery||Qa,s=e.stringifyQuery||Hr,r=e.history,i=Jt(),o=Jt(),l=Jt(),c=ul(ft);let f=ft;Lt&&e.scrollBehavior&&"scrollRestoration"in history&&(history.scrollRestoration="manual");const a=cs.bind(null,y=>""+y),d=cs.bind(null,La),p=cs.bind(null,pn);function m(y,P){let R,D;return xo(y)?(R=t.getRecordMatcher(y),D=P):D=y,t.addRoute(D,R)}function x(y){const P=t.getRecordMatcher(y);P&&t.removeRoute(P)}function T(){return t.getRoutes().map(y=>y.record)}function j(y){return!!t.getRecordMatcher(y)}function M(y,P){if(P=Q({},P||c.value),typeof y=="string"){const g=as(n,y,P.path),_=t.resolve({path:g.path},P),b=r.createHref(g.fullPath);return Q(g,_,{params:p(_.params),hash:pn(g.hash),redirectedFrom:void 0,href:b})}let R;if(y.path!=null)R=Q({},y,{path:as(n,y.path,P.path).path});else{const g=Q({},y.params);for(const _ in g)g[_]==null&&delete g[_];R=Q({},y,{params:d(g)}),P.params=d(P.params)}const D=t.resolve(R,P),G=y.hash||"";D.params=a(p(D.params));const u=Ha(s,Q({},y,{hash:Ia(G),path:D.path})),h=r.createHref(u);return Q({fullPath:u,hash:G,query:s===Hr?Xa(y.query):y.query||{}},D,{redirectedFrom:void 0,href:h})}function I(y){return typeof y=="string"?as(n,y,c.value.path):Q({},y)}function L(y,P){if(f!==y)return Gt(ae.NAVIGATION_CANCELLED,{from:P,to:y})}function N(y){return te(y)}function $(y){return N(Q(I(y),{replace:!0}))}function se(y,P){const R=y.matched[y.matched.length-1];if(R&&R.redirect){const{redirect:D}=R;let G=typeof D=="function"?D(y,P):D;return typeof G=="string"&&(G=G.includes("?")||G.includes("#")?G=I(G):{path:G},G.params={}),Q({query:y.query,hash:y.hash,params:G.path!=null?{}:y.params},G)}}function te(y,P){const R=f=M(y),D=c.value,G=y.state,u=y.force,h=y.replace===!0,g=se(R,D);if(g)return te(Q(I(g),{state:typeof g=="object"?Q({},G,g.state):G,force:u,replace:h}),P||R);const _=R;_.redirectedFrom=P;let b;return!u&&Ba(s,D,R)&&(b=Gt(ae.NAVIGATION_DUPLICATED,{to:_,from:D}),$e(D,D,!0,!1)),(b?Promise.resolve(b):q(_,D)).catch(v=>tt(v)?tt(v,ae.NAVIGATION_GUARD_REDIRECT)?v:at(v):Y(v,_,D)).then(v=>{if(v){if(tt(v,ae.NAVIGATION_GUARD_REDIRECT))return te(Q({replace:h},I(v.to),{state:typeof v.to=="object"?Q({},G,v.to.state):G,force:u}),P||_)}else v=O(_,D,!0,h,G);return re(_,D,v),v})}function ve(y,P){const R=L(y,P);return R?Promise.reject(R):Promise.resolve()}function U(y){const P=It.values().next().value;return P&&typeof P.runWithContext=="function"?P.runWithContext(y):y()}function q(y,P){let R;const[D,G,u]=eu(y,P);R=fs(D.reverse(),"beforeRouteLeave",y,P);for(const g of D)g.leaveGuards.forEach(_=>{R.push(pt(_,y,P))});const h=ve.bind(null,y,P);return R.push(h),Le(R).then(()=>{R=[];for(const g of i.list())R.push(pt(g,y,P));return R.push(h),Le(R)}).then(()=>{R=fs(G,"beforeRouteUpdate",y,P);for(const g of G)g.updateGuards.forEach(_=>{R.push(pt(_,y,P))});return R.push(h),Le(R)}).then(()=>{R=[];for(const g of u)if(g.beforeEnter)if(Ue(g.beforeEnter))for(const _ of g.beforeEnter)R.push(pt(_,y,P));else R.push(pt(g.beforeEnter,y,P));return R.push(h),Le(R)}).then(()=>(y.matched.forEach(g=>g.enterCallbacks={}),R=fs(u,"beforeRouteEnter",y,P,U),R.push(h),Le(R))).then(()=>{R=[];for(const g of o.list())R.push(pt(g,y,P));return R.push(h),Le(R)}).catch(g=>tt(g,ae.NAVIGATION_CANCELLED)?g:Promise.reject(g))}function re(y,P,R){l.list().forEach(D=>U(()=>D(y,P,R)))}function O(y,P,R,D,G){const u=L(y,P);if(u)return u;const h=P===ft,g=Lt?history.state:{};R&&(D||h?r.replace(y.fullPath,Q({scroll:h&&g&&g.scroll},G)):r.push(y.fullPath,G)),c.value=y,$e(y,P,R,h),at()}let J;function he(){J||(J=r.listen((y,P,R)=>{if(!bt.listening)return;const D=M(y),G=se(D,bt.currentRoute.value);if(G){te(Q(G,{replace:!0,force:!0}),D).catch(rn);return}f=D;const u=c.value;Lt&&Wa(Fr(u.fullPath,R.delta),Jn()),q(D,u).catch(h=>tt(h,ae.NAVIGATION_ABORTED|ae.NAVIGATION_CANCELLED)?h:tt(h,ae.NAVIGATION_GUARD_REDIRECT)?(te(Q(I(h.to),{force:!0}),D).then(g=>{tt(g,ae.NAVIGATION_ABORTED|ae.NAVIGATION_DUPLICATED)&&!R.delta&&R.type===Ss.pop&&r.go(-1,!1)}).catch(rn),Promise.reject()):(R.delta&&r.go(-R.delta,!1),Y(h,D,u))).then(h=>{h=h||O(D,u,!1),h&&(R.delta&&!tt(h,ae.NAVIGATION_CANCELLED)?r.go(-R.delta,!1):R.type===Ss.pop&&tt(h,ae.NAVIGATION_ABORTED|ae.NAVIGATION_DUPLICATED)&&r.go(-1,!1)),re(D,u,h)}).catch(rn)}))}let Pe=Jt(),fe=Jt(),ne;function Y(y,P,R){at(y);const D=fe.list();return D.length?D.forEach(G=>G(y,P,R)):console.error(y),Promise.reject(y)}function Xe(){return ne&&c.value!==ft?Promise.resolve():new Promise((y,P)=>{Pe.add([y,P])})}function at(y){return ne||(ne=!y,he(),Pe.list().forEach(([P,R])=>y?R(y):P()),Pe.reset()),y}function $e(y,P,R,D){const{scrollBehavior:G}=e;if(!Lt||!G)return Promise.resolve();const u=!R&&qa(Fr(y.fullPath,0))||(D||!R)&&history.state&&history.state.scroll||null;return xi().then(()=>G(y,P,u)).then(h=>h&&Ka(h)).catch(h=>Y(h,y,P))}const Se=y=>r.go(y);let Pt;const It=new Set,bt={currentRoute:c,listening:!0,addRoute:m,removeRoute:x,clearRoutes:t.clearRoutes,hasRoute:j,getRoutes:T,resolve:M,options:e,push:N,replace:$,go:Se,back:()=>Se(-1),forward:()=>Se(1),beforeEach:i.add,beforeResolve:o.add,afterEach:l.add,onError:fe.add,isReady:Xe,install(y){y.component("RouterLink",Eu),y.component("RouterView",Su),y.config.globalProperties.$router=bt,Object.defineProperty(y.config.globalProperties,"$route",{enumerable:!0,get:()=>Bt(c)}),Lt&&!Pt&&c.value===ft&&(Pt=!0,N(r.location).catch(D=>{}));const P={};for(const D in ft)Object.defineProperty(P,D,{get:()=>c.value[D],enumerable:!0});y.provide(qs,bt),y.provide(So,yi(P)),y.provide(ws,c);const R=y.unmount;It.add(y),y.unmount=function(){It.delete(y),It.size<1&&(f=ft,J&&J(),J=null,c.value=ft,Pt=!1,ne=!1),R()}}};function Le(y){return y.reduce((P,R)=>P.then(()=>U(R)),Promise.resolve())}return bt}const wu="/avatar.jpg",Tu={name:"Home"},Ou={id:"home",class:"page"},Pu={class:"home-content"};function Iu(e,t,n,s,r,i){const o=jt("router-link");return Ut(),qn("section",Ou,[ee("div",Pu,[t[1]||(t[1]=ee("p",{class:"tagline"},"用爱发电 · 用心创造",-1)),t[2]||(t[2]=ee("h1",null,"StarPixel",-1)),t[3]||(t[3]=ee("p",null,"欢迎来到星像素,这里是创意与梦想的交汇点",-1)),W(o,{to:"/about",class:"btn"},{default:ge(()=>[...t[0]||(t[0]=[Oe("了解我们",-1)])]),_:1})]),t[4]||(t[4]=ee("img",{src:wu,alt:"avatar",class:"character"},null,-1))])}const Nu=zn(Tu,[["render",Iu]]),Mu=[{path:"/",name:"Home",component:Nu},{path:"/projects",name:"Projects",component:()=>zt(()=>import("./Projects-BdkcxTWu.js"),[])},{path:"/todo",name:"Todo",component:()=>zt(()=>import("./Todo-BDKTCivW.js"),[])},{path:"/about",name:"About",component:()=>zt(()=>import("./About-LGkqYbyL.js"),[])},{path:"/links",name:"Links",component:()=>zt(()=>import("./Links-OYwCYmAO.js"),[])},{path:"/contact",name:"Contact",component:()=>zt(()=>import("./Contact-2K8VrmAs.js"),[])},{path:"/:pathMatch(.*)*",redirect:"/"}],Lu=Ru({history:ru(),routes:Mu,scrollBehavior(e,t,n){return n||{top:0}}}),Oo=Xc(_a);Oo.use(Lu);Oo.mount("#app");export{Je as F,zn as _,ee as a,si as b,qn as c,jt as d,lo as e,wu as f,Hu as g,Fu as h,on as n,Ut as o,Du as r,ha as t};