@qian-kun/qk-app-base64 0.1.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,20 @@
1
+ (function(){"use strict";var Ye=typeof document<"u"?document.currentScript:null;/**
2
+ * @vue/shared v3.5.34
3
+ * (c) 2018-present Yuxi (Evan) You and Vue contributors
4
+ * @license MIT
5
+ **/function ls(e){const t=Object.create(null);for(const s of e.split(","))t[s]=1;return s=>s in t}const L={},Xe=[],he=()=>{},Zs=()=>!1,Ft=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&(e.charCodeAt(2)>122||e.charCodeAt(2)<97),Dt=e=>e.startsWith("onUpdate:"),Z=Object.assign,cs=(e,t)=>{const s=e.indexOf(t);s>-1&&e.splice(s,1)},Wr=Object.prototype.hasOwnProperty,j=(e,t)=>Wr.call(e,t),I=Array.isArray,lt=e=>ct(e)==="[object Map]",qr=e=>ct(e)==="[object Set]",Qs=e=>ct(e)==="[object Date]",R=e=>typeof e=="function",z=e=>typeof e=="string",Ne=e=>typeof e=="symbol",V=e=>e!==null&&typeof e=="object",en=e=>(V(e)||R(e))&&R(e.then)&&R(e.catch),zr=Object.prototype.toString,ct=e=>zr.call(e),Gr=e=>ct(e).slice(8,-1),Jr=e=>ct(e)==="[object Object]",fs=e=>z(e)&&e!=="NaN"&&e[0]!=="-"&&""+parseInt(e,10)===e,ft=ls(",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"),jt=e=>{const t=Object.create(null);return(s=>t[s]||(t[s]=e(s)))},Yr=/-\w/g,ae=jt(e=>e.replace(Yr,t=>t.slice(1).toUpperCase())),Xr=/\B([A-Z])/g,$e=jt(e=>e.replace(Xr,"-$1").toLowerCase()),tn=jt(e=>e.charAt(0).toUpperCase()+e.slice(1)),us=jt(e=>e?`on${tn(e)}`:""),ge=(e,t)=>!Object.is(e,t),Nt=(e,...t)=>{for(let s=0;s<e.length;s++)e[s](...t)},sn=(e,t,s,n=!1)=>{Object.defineProperty(e,t,{configurable:!0,enumerable:!1,writable:n,value:s})},as=e=>{const t=parseFloat(e);return isNaN(t)?e:t};let nn;const Lt=()=>nn||(nn=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{});function ut(e){if(I(e)){const t={};for(let s=0;s<e.length;s++){const n=e[s],r=z(n)?ti(n):ut(n);if(r)for(const i in r)t[i]=r[i]}return t}else if(z(e)||V(e))return e}const Zr=/;(?![^(]*\))/g,Qr=/:([^]+)/,ei=/\/\*[^]*?\*\//g;function ti(e){const t={};return e.replace(ei,"").split(Zr).forEach(s=>{if(s){const n=s.split(Qr);n.length>1&&(t[n[0].trim()]=n[1].trim())}}),t}function ds(e){let t="";if(z(e))t=e;else if(I(e))for(let s=0;s<e.length;s++){const n=ds(e[s]);n&&(t+=n+" ")}else if(V(e))for(const s in e)e[s]&&(t+=s+" ");return t.trim()}const si=ls("itemscope,allowfullscreen,formnovalidate,ismap,nomodule,novalidate,readonly");function rn(e){return!!e||e===""}function ni(e,t){if(e.length!==t.length)return!1;let s=!0;for(let n=0;s&&n<e.length;n++)s=ps(e[n],t[n]);return s}function ps(e,t){if(e===t)return!0;let s=Qs(e),n=Qs(t);if(s||n)return s&&n?e.getTime()===t.getTime():!1;if(s=Ne(e),n=Ne(t),s||n)return e===t;if(s=I(e),n=I(t),s||n)return s&&n?ni(e,t):!1;if(s=V(e),n=V(t),s||n){if(!s||!n)return!1;const r=Object.keys(e).length,i=Object.keys(t).length;if(r!==i)return!1;for(const o in e){const l=e.hasOwnProperty(o),f=t.hasOwnProperty(o);if(l&&!f||!l&&f||!ps(e[o],t[o]))return!1}}return String(e)===String(t)}/**
6
+ * @vue/reactivity v3.5.34
7
+ * (c) 2018-present Yuxi (Evan) You and Vue contributors
8
+ * @license MIT
9
+ **/let Q;class ri{constructor(t=!1){this.detached=t,this._active=!0,this._on=0,this.effects=[],this.cleanups=[],this._isPaused=!1,this._warnOnRun=!0,this.__v_skip=!0,!t&&Q&&(Q.active?(this.parent=Q,this.index=(Q.scopes||(Q.scopes=[])).push(this)-1):(this._active=!1,this._warnOnRun=!1))}get active(){return this._active}pause(){if(this._active){this._isPaused=!0;let t,s;if(this.scopes)for(t=0,s=this.scopes.length;t<s;t++)this.scopes[t].pause();for(t=0,s=this.effects.length;t<s;t++)this.effects[t].pause()}}resume(){if(this._active&&this._isPaused){this._isPaused=!1;let t,s;if(this.scopes)for(t=0,s=this.scopes.length;t<s;t++)this.scopes[t].resume();for(t=0,s=this.effects.length;t<s;t++)this.effects[t].resume()}}run(t){if(this._active){const s=Q;try{return Q=this,t()}finally{Q=s}}}on(){++this._on===1&&(this.prevScope=Q,Q=this)}off(){if(this._on>0&&--this._on===0){if(Q===this)Q=this.prevScope;else{let t=Q;for(;t;){if(t.prevScope===this){t.prevScope=this.prevScope;break}t=t.prevScope}}this.prevScope=void 0}}stop(t){if(this._active){this._active=!1;let s,n;for(s=0,n=this.effects.length;s<n;s++)this.effects[s].stop();for(this.effects.length=0,s=0,n=this.cleanups.length;s<n;s++)this.cleanups[s]();if(this.cleanups.length=0,this.scopes){for(s=0,n=this.scopes.length;s<n;s++)this.scopes[s].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 ii(){return Q}let H;const hs=new WeakSet;class on{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,Q&&(Q.active?Q.effects.push(this):this.flags&=-2)}pause(){this.flags|=64}resume(){this.flags&64&&(this.flags&=-65,hs.has(this)&&(hs.delete(this),this.trigger()))}notify(){this.flags&2&&!(this.flags&32)||this.flags&8||cn(this)}run(){if(!(this.flags&1))return this.fn();this.flags|=2,pn(this),fn(this);const t=H,s=de;H=this,de=!0;try{return this.fn()}finally{un(this),H=t,de=s,this.flags&=-3}}stop(){if(this.flags&1){for(let t=this.deps;t;t=t.nextDep)bs(t);this.deps=this.depsTail=void 0,pn(this),this.onStop&&this.onStop(),this.flags&=-2}}trigger(){this.flags&64?hs.add(this):this.scheduler?this.scheduler():this.runIfDirty()}runIfDirty(){_s(this)&&this.run()}get dirty(){return _s(this)}}let ln=0,at,dt;function cn(e,t=!1){if(e.flags|=8,t){e.next=dt,dt=e;return}e.next=at,at=e}function gs(){ln++}function ms(){if(--ln>0)return;if(dt){let t=dt;for(dt=void 0;t;){const s=t.next;t.next=void 0,t.flags&=-9,t=s}}let e;for(;at;){let t=at;for(at=void 0;t;){const s=t.next;if(t.next=void 0,t.flags&=-9,t.flags&1)try{t.trigger()}catch(n){e||(e=n)}t=s}}if(e)throw e}function fn(e){for(let t=e.deps;t;t=t.nextDep)t.version=-1,t.prevActiveLink=t.dep.activeLink,t.dep.activeLink=t}function un(e){let t,s=e.depsTail,n=s;for(;n;){const r=n.prevDep;n.version===-1?(n===s&&(s=r),bs(n),oi(n)):t=n,n.dep.activeLink=n.prevActiveLink,n.prevActiveLink=void 0,n=r}e.deps=t,e.depsTail=s}function _s(e){for(let t=e.deps;t;t=t.nextDep)if(t.dep.version!==t.version||t.dep.computed&&(an(t.dep.computed)||t.dep.version!==t.version))return!0;return!!e._dirty}function an(e){if(e.flags&4&&!(e.flags&16)||(e.flags&=-17,e.globalVersion===pt)||(e.globalVersion=pt,!e.isSSR&&e.flags&128&&(!e.deps&&!e._dirty||!_s(e))))return;e.flags|=2;const t=e.dep,s=H,n=de;H=e,de=!0;try{fn(e);const r=e.fn(e._value);(t.version===0||ge(r,e._value))&&(e.flags|=128,e._value=r,t.version++)}catch(r){throw t.version++,r}finally{H=s,de=n,un(e),e.flags&=-3}}function bs(e,t=!1){const{dep:s,prevSub:n,nextSub:r}=e;if(n&&(n.nextSub=r,e.prevSub=void 0),r&&(r.prevSub=n,e.nextSub=void 0),s.subs===e&&(s.subs=n,!n&&s.computed)){s.computed.flags&=-5;for(let i=s.computed.deps;i;i=i.nextDep)bs(i,!0)}!t&&!--s.sc&&s.map&&s.map.delete(s.key)}function oi(e){const{prevDep:t,nextDep:s}=e;t&&(t.nextDep=s,e.prevDep=void 0),s&&(s.prevDep=t,e.nextDep=void 0)}let de=!0;const dn=[];function me(){dn.push(de),de=!1}function _e(){const e=dn.pop();de=e===void 0?!0:e}function pn(e){const{cleanup:t}=e;if(e.cleanup=void 0,t){const s=H;H=void 0;try{t()}finally{H=s}}}let pt=0;class li{constructor(t,s){this.sub=t,this.dep=s,this.version=s.version,this.nextDep=this.prevDep=this.nextSub=this.prevSub=this.prevActiveLink=void 0}}class ys{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(!H||!de||H===this.computed)return;let s=this.activeLink;if(s===void 0||s.sub!==H)s=this.activeLink=new li(H,this),H.deps?(s.prevDep=H.depsTail,H.depsTail.nextDep=s,H.depsTail=s):H.deps=H.depsTail=s,hn(s);else if(s.version===-1&&(s.version=this.version,s.nextDep)){const n=s.nextDep;n.prevDep=s.prevDep,s.prevDep&&(s.prevDep.nextDep=n),s.prevDep=H.depsTail,s.nextDep=void 0,H.depsTail.nextDep=s,H.depsTail=s,H.deps===s&&(H.deps=n)}return s}trigger(t){this.version++,pt++,this.notify(t)}notify(t){gs();try{for(let s=this.subs;s;s=s.prevSub)s.sub.notify()&&s.sub.dep.notify()}finally{ms()}}}function hn(e){if(e.dep.sc++,e.sub.flags&4){const t=e.dep.computed;if(t&&!e.dep.subs){t.flags|=20;for(let n=t.deps;n;n=n.nextDep)hn(n)}const s=e.dep.subs;s!==e&&(e.prevSub=s,s&&(s.nextSub=e)),e.dep.subs=e}}const xs=new WeakMap,Ve=Symbol(""),vs=Symbol(""),ht=Symbol("");function se(e,t,s){if(de&&H){let n=xs.get(e);n||xs.set(e,n=new Map);let r=n.get(s);r||(n.set(s,r=new ys),r.map=n,r.key=s),r.track()}}function Pe(e,t,s,n,r,i){const o=xs.get(e);if(!o){pt++;return}const l=f=>{f&&f.trigger()};if(gs(),t==="clear")o.forEach(l);else{const f=I(e),d=f&&fs(s);if(f&&s==="length"){const a=Number(n);o.forEach((h,w)=>{(w==="length"||w===ht||!Ne(w)&&w>=a)&&l(h)})}else switch((s!==void 0||o.has(void 0))&&l(o.get(s)),d&&l(o.get(ht)),t){case"add":f?d&&l(o.get("length")):(l(o.get(Ve)),lt(e)&&l(o.get(vs)));break;case"delete":f||(l(o.get(Ve)),lt(e)&&l(o.get(vs)));break;case"set":lt(e)&&l(o.get(Ve));break}}ms()}function Ze(e){const t=M(e);return t===e?t:(se(t,"iterate",ht),pe(e)?t:t.map(Re))}function Ss(e){return se(e=M(e),"iterate",ht),e}function be(e,t){return Le(e)?mt(Qe(e)?Re(t):t):Re(t)}const ci={__proto__:null,[Symbol.iterator](){return ws(this,Symbol.iterator,e=>be(this,e))},concat(...e){return Ze(this).concat(...e.map(t=>I(t)?Ze(t):t))},entries(){return ws(this,"entries",e=>(e[1]=be(this,e[1]),e))},every(e,t){return Ae(this,"every",e,t,void 0,arguments)},filter(e,t){return Ae(this,"filter",e,t,s=>s.map(n=>be(this,n)),arguments)},find(e,t){return Ae(this,"find",e,t,s=>be(this,s),arguments)},findIndex(e,t){return Ae(this,"findIndex",e,t,void 0,arguments)},findLast(e,t){return Ae(this,"findLast",e,t,s=>be(this,s),arguments)},findLastIndex(e,t){return Ae(this,"findLastIndex",e,t,void 0,arguments)},forEach(e,t){return Ae(this,"forEach",e,t,void 0,arguments)},includes(...e){return Cs(this,"includes",e)},indexOf(...e){return Cs(this,"indexOf",e)},join(e){return Ze(this).join(e)},lastIndexOf(...e){return Cs(this,"lastIndexOf",e)},map(e,t){return Ae(this,"map",e,t,void 0,arguments)},pop(){return gt(this,"pop")},push(...e){return gt(this,"push",e)},reduce(e,...t){return gn(this,"reduce",e,t)},reduceRight(e,...t){return gn(this,"reduceRight",e,t)},shift(){return gt(this,"shift")},some(e,t){return Ae(this,"some",e,t,void 0,arguments)},splice(...e){return gt(this,"splice",e)},toReversed(){return Ze(this).toReversed()},toSorted(e){return Ze(this).toSorted(e)},toSpliced(...e){return Ze(this).toSpliced(...e)},unshift(...e){return gt(this,"unshift",e)},values(){return ws(this,"values",e=>be(this,e))}};function ws(e,t,s){const n=Ss(e),r=n[t]();return n!==e&&!pe(e)&&(r._next=r.next,r.next=()=>{const i=r._next();return i.done||(i.value=s(i.value)),i}),r}const fi=Array.prototype;function Ae(e,t,s,n,r,i){const o=Ss(e),l=o!==e&&!pe(e),f=o[t];if(f!==fi[t]){const h=f.apply(e,i);return l?Re(h):h}let d=s;o!==e&&(l?d=function(h,w){return s.call(this,be(e,h),w,e)}:s.length>2&&(d=function(h,w){return s.call(this,h,w,e)}));const a=f.call(o,d,n);return l&&r?r(a):a}function gn(e,t,s,n){const r=Ss(e),i=r!==e&&!pe(e);let o=s,l=!1;r!==e&&(i?(l=n.length===0,o=function(d,a,h){return l&&(l=!1,d=be(e,d)),s.call(this,d,be(e,a),h,e)}):s.length>3&&(o=function(d,a,h){return s.call(this,d,a,h,e)}));const f=r[t](o,...n);return l?be(e,f):f}function Cs(e,t,s){const n=M(e);se(n,"iterate",ht);const r=n[t](...s);return(r===-1||r===!1)&&Ps(s[0])?(s[0]=M(s[0]),n[t](...s)):r}function gt(e,t,s=[]){me(),gs();const n=M(e)[t].apply(e,s);return ms(),_e(),n}const ui=ls("__proto__,__v_isRef,__isVue"),mn=new Set(Object.getOwnPropertyNames(Symbol).filter(e=>e!=="arguments"&&e!=="caller").map(e=>Symbol[e]).filter(Ne));function ai(e){Ne(e)||(e=String(e));const t=M(this);return se(t,"has",e),t.hasOwnProperty(e)}class _n{constructor(t=!1,s=!1){this._isReadonly=t,this._isShallow=s}get(t,s,n){if(s==="__v_skip")return t.__v_skip;const r=this._isReadonly,i=this._isShallow;if(s==="__v_isReactive")return!r;if(s==="__v_isReadonly")return r;if(s==="__v_isShallow")return i;if(s==="__v_raw")return n===(r?i?wn:Sn:i?vn:xn).get(t)||Object.getPrototypeOf(t)===Object.getPrototypeOf(n)?t:void 0;const o=I(t);if(!r){let f;if(o&&(f=ci[s]))return f;if(s==="hasOwnProperty")return ai}const l=Reflect.get(t,s,ee(t)?t:n);if((Ne(s)?mn.has(s):ui(s))||(r||se(t,"get",s),i))return l;if(ee(l)){const f=o&&fs(s)?l:l.value;return r&&V(f)?Os(f):f}return V(l)?r?Os(l):Es(l):l}}class bn extends _n{constructor(t=!1){super(!1,t)}set(t,s,n,r){let i=t[s];const o=I(t)&&fs(s);if(!this._isShallow){const d=Le(i);if(!pe(n)&&!Le(n)&&(i=M(i),n=M(n)),!o&&ee(i)&&!ee(n))return d||(i.value=n),!0}const l=o?Number(s)<t.length:j(t,s),f=Reflect.set(t,s,n,ee(t)?t:r);return t===M(r)&&(l?ge(n,i)&&Pe(t,"set",s,n):Pe(t,"add",s,n)),f}deleteProperty(t,s){const n=j(t,s);t[s];const r=Reflect.deleteProperty(t,s);return r&&n&&Pe(t,"delete",s,void 0),r}has(t,s){const n=Reflect.has(t,s);return(!Ne(s)||!mn.has(s))&&se(t,"has",s),n}ownKeys(t){return se(t,"iterate",I(t)?"length":Ve),Reflect.ownKeys(t)}}class yn extends _n{constructor(t=!1){super(!0,t)}set(t,s){return!0}deleteProperty(t,s){return!0}}const di=new bn,pi=new yn,hi=new bn(!0),gi=new yn(!0),Ts=e=>e,kt=e=>Reflect.getPrototypeOf(e);function mi(e,t,s){return function(...n){const r=this.__v_raw,i=M(r),o=lt(i),l=e==="entries"||e===Symbol.iterator&&o,f=e==="keys"&&o,d=r[e](...n),a=s?Ts:t?mt:Re;return!t&&se(i,"iterate",f?vs:Ve),Z(Object.create(d),{next(){const{value:h,done:w}=d.next();return w?{value:h,done:w}:{value:l?[a(h[0]),a(h[1])]:a(h),done:w}}})}}function Ht(e){return function(...t){return e==="delete"?!1:e==="clear"?void 0:this}}function _i(e,t){const s={get(r){const i=this.__v_raw,o=M(i),l=M(r);e||(ge(r,l)&&se(o,"get",r),se(o,"get",l));const{has:f}=kt(o),d=t?Ts:e?mt:Re;if(f.call(o,r))return d(i.get(r));if(f.call(o,l))return d(i.get(l));i!==o&&i.get(r)},get size(){const r=this.__v_raw;return!e&&se(M(r),"iterate",Ve),r.size},has(r){const i=this.__v_raw,o=M(i),l=M(r);return e||(ge(r,l)&&se(o,"has",r),se(o,"has",l)),r===l?i.has(r):i.has(r)||i.has(l)},forEach(r,i){const o=this,l=o.__v_raw,f=M(l),d=t?Ts:e?mt:Re;return!e&&se(f,"iterate",Ve),l.forEach((a,h)=>r.call(i,d(a),d(h),o))}};return Z(s,e?{add:Ht("add"),set:Ht("set"),delete:Ht("delete"),clear:Ht("clear")}:{add(r){const i=M(this),o=kt(i),l=M(r),f=!t&&!pe(r)&&!Le(r)?l:r;return o.has.call(i,f)||ge(r,f)&&o.has.call(i,r)||ge(l,f)&&o.has.call(i,l)||(i.add(f),Pe(i,"add",f,f)),this},set(r,i){!t&&!pe(i)&&!Le(i)&&(i=M(i));const o=M(this),{has:l,get:f}=kt(o);let d=l.call(o,r);d||(r=M(r),d=l.call(o,r));const a=f.call(o,r);return o.set(r,i),d?ge(i,a)&&Pe(o,"set",r,i):Pe(o,"add",r,i),this},delete(r){const i=M(this),{has:o,get:l}=kt(i);let f=o.call(i,r);f||(r=M(r),f=o.call(i,r)),l&&l.call(i,r);const d=i.delete(r);return f&&Pe(i,"delete",r,void 0),d},clear(){const r=M(this),i=r.size!==0,o=r.clear();return i&&Pe(r,"clear",void 0,void 0),o}}),["keys","values","entries",Symbol.iterator].forEach(r=>{s[r]=mi(r,e,t)}),s}function Ut(e,t){const s=_i(e,t);return(n,r,i)=>r==="__v_isReactive"?!e:r==="__v_isReadonly"?e:r==="__v_raw"?n:Reflect.get(j(s,r)&&r in n?s:n,r,i)}const bi={get:Ut(!1,!1)},yi={get:Ut(!1,!0)},xi={get:Ut(!0,!1)},vi={get:Ut(!0,!0)},xn=new WeakMap,vn=new WeakMap,Sn=new WeakMap,wn=new WeakMap;function Si(e){switch(e){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}function wi(e){return e.__v_skip||!Object.isExtensible(e)?0:Si(Gr(e))}function Es(e){return Le(e)?e:$t(e,!1,di,bi,xn)}function Ci(e){return $t(e,!1,hi,yi,vn)}function Os(e){return $t(e,!0,pi,xi,Sn)}function Vl(e){return $t(e,!0,gi,vi,wn)}function $t(e,t,s,n,r){if(!V(e)||e.__v_raw&&!(t&&e.__v_isReactive))return e;const i=wi(e);if(i===0)return e;const o=r.get(e);if(o)return o;const l=new Proxy(e,i===2?n:s);return r.set(e,l),l}function Qe(e){return Le(e)?Qe(e.__v_raw):!!(e&&e.__v_isReactive)}function Le(e){return!!(e&&e.__v_isReadonly)}function pe(e){return!!(e&&e.__v_isShallow)}function Ps(e){return e?!!e.__v_raw:!1}function M(e){const t=e&&e.__v_raw;return t?M(t):e}function Ti(e){return!j(e,"__v_skip")&&Object.isExtensible(e)&&sn(e,"__v_skip",!0),e}const Re=e=>V(e)?Es(e):e,mt=e=>V(e)?Os(e):e;function ee(e){return e?e.__v_isRef===!0:!1}function As(e){return Ei(e,!1)}function Ei(e,t){return ee(e)?e:new Oi(e,t)}class Oi{constructor(t,s){this.dep=new ys,this.__v_isRef=!0,this.__v_isShallow=!1,this._rawValue=s?t:M(t),this._value=s?t:Re(t),this.__v_isShallow=s}get value(){return this.dep.track(),this._value}set value(t){const s=this._rawValue,n=this.__v_isShallow||pe(t)||Le(t);t=n?t:M(t),ge(t,s)&&(this._rawValue=t,this._value=n?t:Re(t),this.dep.trigger())}}function Pi(e){return ee(e)?e.value:e}const Ai={get:(e,t,s)=>t==="__v_raw"?e:Pi(Reflect.get(e,t,s)),set:(e,t,s,n)=>{const r=e[t];return ee(r)&&!ee(s)?(r.value=s,!0):Reflect.set(e,t,s,n)}};function Cn(e){return Qe(e)?e:new Proxy(e,Ai)}class Ri{constructor(t,s,n){this.fn=t,this.setter=s,this._value=void 0,this.dep=new ys(this),this.__v_isRef=!0,this.deps=void 0,this.depsTail=void 0,this.flags=16,this.globalVersion=pt-1,this.next=void 0,this.effect=this,this.__v_isReadonly=!s,this.isSSR=n}notify(){if(this.flags|=16,!(this.flags&8)&&H!==this)return cn(this,!0),!0}get value(){const t=this.dep.track();return an(this),t&&(t.version=this.dep.version),this._value}set value(t){this.setter&&this.setter(t)}}function Ii(e,t,s=!1){let n,r;return R(e)?n=e:(n=e.get,r=e.set),new Ri(n,r,s)}const Vt={},Kt=new WeakMap;let Ke;function Mi(e,t=!1,s=Ke){if(s){let n=Kt.get(s);n||Kt.set(s,n=[]),n.push(e)}}function Fi(e,t,s=L){const{immediate:n,deep:r,once:i,scheduler:o,augmentJob:l,call:f}=s,d=A=>r?A:pe(A)||r===!1||r===0?Ie(A,1):Ie(A);let a,h,w,C,N=!1,P=!1;if(ee(e)?(h=()=>e.value,N=pe(e)):Qe(e)?(h=()=>d(e),N=!0):I(e)?(P=!0,N=e.some(A=>Qe(A)||pe(A)),h=()=>e.map(A=>{if(ee(A))return A.value;if(Qe(A))return d(A);if(R(A))return f?f(A,2):A()})):R(e)?t?h=f?()=>f(e,2):e:h=()=>{if(w){me();try{w()}finally{_e()}}const A=Ke;Ke=a;try{return f?f(e,3,[C]):e(C)}finally{Ke=A}}:h=he,t&&r){const A=h,Y=r===!0?1/0:r;h=()=>Ie(A(),Y)}const q=ii(),B=()=>{a.stop(),q&&q.active&&cs(q.effects,a)};if(i&&t){const A=t;t=(...Y)=>{A(...Y),B()}}let F=P?new Array(e.length).fill(Vt):Vt;const K=A=>{if(!(!(a.flags&1)||!a.dirty&&!A))if(t){const Y=a.run();if(r||N||(P?Y.some((He,we)=>ge(He,F[we])):ge(Y,F))){w&&w();const He=Ke;Ke=a;try{const we=[Y,F===Vt?void 0:P&&F[0]===Vt?[]:F,C];F=Y,f?f(t,3,we):t(...we)}finally{Ke=He}}}else a.run()};return l&&l(K),a=new on(h),a.scheduler=o?()=>o(K,!1):K,C=A=>Mi(A,!1,a),w=a.onStop=()=>{const A=Kt.get(a);if(A){if(f)f(A,4);else for(const Y of A)Y();Kt.delete(a)}},t?n?K(!0):F=a.run():o?o(K.bind(null,!0),!0):a.run(),B.pause=a.pause.bind(a),B.resume=a.resume.bind(a),B.stop=B,B}function Ie(e,t=1/0,s){if(t<=0||!V(e)||e.__v_skip||(s=s||new Map,(s.get(e)||0)>=t))return e;if(s.set(e,t),t--,ee(e))Ie(e.value,t,s);else if(I(e))for(let n=0;n<e.length;n++)Ie(e[n],t,s);else if(qr(e)||lt(e))e.forEach(n=>{Ie(n,t,s)});else if(Jr(e)){for(const n in e)Ie(e[n],t,s);for(const n of Object.getOwnPropertySymbols(e))Object.prototype.propertyIsEnumerable.call(e,n)&&Ie(e[n],t,s)}return e}/**
10
+ * @vue/runtime-core v3.5.34
11
+ * (c) 2018-present Yuxi (Evan) You and Vue contributors
12
+ * @license MIT
13
+ **/const _t=[];let Rs=!1;function Kl(e,...t){if(Rs)return;Rs=!0,me();const s=_t.length?_t[_t.length-1].component:null,n=s&&s.appContext.config.warnHandler,r=Di();if(n)et(n,s,11,[e+t.map(i=>{var o,l;return(l=(o=i.toString)==null?void 0:o.call(i))!=null?l:JSON.stringify(i)}).join(""),s&&s.proxy,r.map(({vnode:i})=>`at <${yr(s,i.type)}>`).join(`
14
+ `),r]);else{const i=[`[Vue warn]: ${e}`,...t];r.length&&i.push(`
15
+ `,...ji(r)),console.warn(...i)}_e(),Rs=!1}function Di(){let e=_t[_t.length-1];if(!e)return[];const t=[];for(;e;){const s=t[0];s&&s.vnode===e?s.recurseCount++:t.push({vnode:e,recurseCount:0});const n=e.component&&e.component.parent;e=n&&n.vnode}return t}function ji(e){const t=[];return e.forEach((s,n)=>{t.push(...n===0?[]:[`
16
+ `],...Ni(s))}),t}function Ni({vnode:e,recurseCount:t}){const s=t>0?`... (${t} recursive calls)`:"",n=e.component?e.component.parent==null:!1,r=` at <${yr(e.component,e.type,n)}`,i=">"+s;return e.props?[r,...Li(e.props),i]:[r+i]}function Li(e){const t=[],s=Object.keys(e);return s.slice(0,3).forEach(n=>{t.push(...Tn(n,e[n]))}),s.length>3&&t.push(" ..."),t}function Tn(e,t,s){return z(t)?(t=JSON.stringify(t),s?t:[`${e}=${t}`]):typeof t=="number"||typeof t=="boolean"||t==null?s?t:[`${e}=${t}`]:ee(t)?(t=Tn(e,M(t.value),!0),s?t:[`${e}=Ref<`,t,">"]):R(t)?[`${e}=fn${t.name?`<${t.name}>`:""}`]:(t=M(t),s?t:[`${e}=`,t])}function et(e,t,s,n){try{return n?e(...n):e()}catch(r){Bt(r,t,s)}}function ye(e,t,s,n){if(R(e)){const r=et(e,t,s,n);return r&&en(r)&&r.catch(i=>{Bt(i,t,s)}),r}if(I(e)){const r=[];for(let i=0;i<e.length;i++)r.push(ye(e[i],t,s,n));return r}}function Bt(e,t,s,n=!0){const r=t?t.vnode:null,{errorHandler:i,throwUnhandledErrorInProduction:o}=t&&t.appContext.config||L;if(t){let l=t.parent;const f=t.proxy,d=`https://vuejs.org/error-reference/#runtime-${s}`;for(;l;){const a=l.ec;if(a){for(let h=0;h<a.length;h++)if(a[h](e,f,d)===!1)return}l=l.parent}if(i){me(),et(i,null,10,[e,f,d]),_e();return}}ki(e,s,r,n,o)}function ki(e,t,s,n=!0,r=!1){if(r)throw e;console.error(e)}const ne=[];let xe=-1;const tt=[];let ke=null,st=0;const En=Promise.resolve();let Wt=null;function Hi(e){const t=Wt||En;return e?t.then(this?e.bind(this):e):t}function Ui(e){let t=xe+1,s=ne.length;for(;t<s;){const n=t+s>>>1,r=ne[n],i=bt(r);i<e||i===e&&r.flags&2?t=n+1:s=n}return t}function Is(e){if(!(e.flags&1)){const t=bt(e),s=ne[ne.length-1];!s||!(e.flags&2)&&t>=bt(s)?ne.push(e):ne.splice(Ui(t),0,e),e.flags|=1,On()}}function On(){Wt||(Wt=En.then(Rn))}function $i(e){I(e)?tt.push(...e):ke&&e.id===-1?ke.splice(st+1,0,e):e.flags&1||(tt.push(e),e.flags|=1),On()}function Pn(e,t,s=xe+1){for(;s<ne.length;s++){const n=ne[s];if(n&&n.flags&2){if(e&&n.id!==e.uid)continue;ne.splice(s,1),s--,n.flags&4&&(n.flags&=-2),n(),n.flags&4||(n.flags&=-2)}}}function An(e){if(tt.length){const t=[...new Set(tt)].sort((s,n)=>bt(s)-bt(n));if(tt.length=0,ke){ke.push(...t);return}for(ke=t,st=0;st<ke.length;st++){const s=ke[st];s.flags&4&&(s.flags&=-2),s.flags&8||s(),s.flags&=-2}ke=null,st=0}}const bt=e=>e.id==null?e.flags&2?-1:1/0:e.id;function Rn(e){try{for(xe=0;xe<ne.length;xe++){const t=ne[xe];t&&!(t.flags&8)&&(t.flags&4&&(t.flags&=-2),et(t,t.i,t.i?15:14),t.flags&4||(t.flags&=-2))}}finally{for(;xe<ne.length;xe++){const t=ne[xe];t&&(t.flags&=-2)}xe=-1,ne.length=0,An(),Wt=null,(ne.length||tt.length)&&Rn()}}let ue=null,In=null;function qt(e){const t=ue;return ue=e,In=e&&e.type.__scopeId||null,t}function Vi(e,t=ue,s){if(!t||e._n)return e;const n=(...r)=>{n._d&&dr(-1);const i=qt(t);let o;try{o=e(...r)}finally{qt(i),n._d&&dr(1)}return o};return n._n=!0,n._c=!0,n._d=!0,n}function Mn(e,t){if(ue===null)return e;const s=ts(ue),n=e.dirs||(e.dirs=[]);for(let r=0;r<t.length;r++){let[i,o,l,f=L]=t[r];i&&(R(i)&&(i={mounted:i,updated:i}),i.deep&&Ie(o),n.push({dir:i,instance:s,value:o,oldValue:void 0,arg:l,modifiers:f}))}return e}function Be(e,t,s,n){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 f=l.dir[n];f&&(me(),ye(f,s,8,[e.el,l,e,t]),_e())}}function Ki(e,t){if(ie){let s=ie.provides;const n=ie.parent&&ie.parent.provides;n===s&&(s=ie.provides=Object.create(n)),s[e]=t}}function zt(e,t,s=!1){const n=Go();if(n||nt){let r=nt?nt._context.provides:n?n.parent==null||n.ce?n.vnode.appContext&&n.vnode.appContext.provides:n.parent.provides:void 0;if(r&&e in r)return r[e];if(arguments.length>1)return s&&R(t)?t.call(n&&n.proxy):t}}const Bi=Symbol.for("v-scx"),Wi=()=>zt(Bi);function Ms(e,t,s){return Fn(e,t,s)}function Fn(e,t,s=L){const{immediate:n,deep:r,flush:i,once:o}=s,l=Z({},s),f=t&&n||!t&&i!=="post";let d;if(Ot){if(i==="sync"){const C=Wi();d=C.__watcherHandles||(C.__watcherHandles=[])}else if(!f){const C=()=>{};return C.stop=he,C.resume=he,C.pause=he,C}}const a=ie;l.call=(C,N,P)=>ye(C,a,N,P);let h=!1;i==="post"?l.scheduler=C=>{le(C,a&&a.suspense)}:i!=="sync"&&(h=!0,l.scheduler=(C,N)=>{N?C():Is(C)}),l.augmentJob=C=>{t&&(C.flags|=4),h&&(C.flags|=2,a&&(C.id=a.uid,C.i=a))};const w=Fi(e,t,l);return Ot&&(d?d.push(w):f&&w()),w}function qi(e,t,s){const n=this.proxy,r=z(e)?e.includes(".")?Dn(n,e):()=>n[e]:e.bind(n,n);let i;R(t)?i=t:(i=t.handler,s=t);const o=Et(this),l=Fn(r,i.bind(n),s);return o(),l}function Dn(e,t){const s=t.split(".");return()=>{let n=e;for(let r=0;r<s.length&&n;r++)n=n[s[r]];return n}}const zi=Symbol("_vte"),Gi=e=>e.__isTeleport,Ji=Symbol("_leaveCb");function Fs(e,t){e.shapeFlag&6&&e.component?(e.transition=t,Fs(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 Yi(e,t){return R(e)?Z({name:e.name},t,{setup:e}):e}function jn(e){e.ids=[e.ids[0]+e.ids[2]+++"-",0,0]}function Nn(e,t){let s;return!!((s=Object.getOwnPropertyDescriptor(e,t))&&!s.configurable)}const Gt=new WeakMap;function yt(e,t,s,n,r=!1){if(I(e)){e.forEach((P,q)=>yt(P,t&&(I(t)?t[q]:t),s,n,r));return}if(xt(n)&&!r){n.shapeFlag&512&&n.type.__asyncResolved&&n.component.subTree.component&&yt(e,t,s,n.component.subTree);return}const i=n.shapeFlag&4?ts(n.component):n.el,o=r?null:i,{i:l,r:f}=e,d=t&&t.r,a=l.refs===L?l.refs={}:l.refs,h=l.setupState,w=M(h),C=h===L?Zs:P=>Nn(a,P)?!1:j(w,P),N=(P,q)=>!(q&&Nn(a,q));if(d!=null&&d!==f){if(Ln(t),z(d))a[d]=null,C(d)&&(h[d]=null);else if(ee(d)){const P=t;N(d,P.k)&&(d.value=null),P.k&&(a[P.k]=null)}}if(R(f))et(f,l,12,[o,a]);else{const P=z(f),q=ee(f);if(P||q){const B=()=>{if(e.f){const F=P?C(f)?h[f]:a[f]:N()||!e.k?f.value:a[e.k];if(r)I(F)&&cs(F,i);else if(I(F))F.includes(i)||F.push(i);else if(P)a[f]=[i],C(f)&&(h[f]=a[f]);else{const K=[i];N(f,e.k)&&(f.value=K),e.k&&(a[e.k]=K)}}else P?(a[f]=o,C(f)&&(h[f]=o)):q&&(N(f,e.k)&&(f.value=o),e.k&&(a[e.k]=o))};if(o){const F=()=>{B(),Gt.delete(e)};F.id=-1,Gt.set(e,F),le(F,s)}else Ln(e),B()}}}function Ln(e){const t=Gt.get(e);t&&(t.flags|=8,Gt.delete(e))}Lt().requestIdleCallback,Lt().cancelIdleCallback;const xt=e=>!!e.type.__asyncLoader,kn=e=>e.type.__isKeepAlive;function Xi(e,t){Hn(e,"a",t)}function Zi(e,t){Hn(e,"da",t)}function Hn(e,t,s=ie){const n=e.__wdc||(e.__wdc=()=>{let r=s;for(;r;){if(r.isDeactivated)return;r=r.parent}return e()});if(Jt(t,n,s),s){let r=s.parent;for(;r&&r.parent;)kn(r.parent.vnode)&&Qi(n,t,s,r),r=r.parent}}function Qi(e,t,s,n){const r=Jt(t,e,n,!0);Un(()=>{cs(n[t],r)},s)}function Jt(e,t,s=ie,n=!1){if(s){const r=s[e]||(s[e]=[]),i=t.__weh||(t.__weh=(...o)=>{me();const l=Et(s),f=ye(t,s,e,o);return l(),_e(),f});return n?r.unshift(i):r.push(i),i}}const Me=e=>(t,s=ie)=>{(!Ot||e==="sp")&&Jt(e,(...n)=>t(...n),s)},eo=Me("bm"),to=Me("m"),so=Me("bu"),no=Me("u"),ro=Me("bum"),Un=Me("um"),io=Me("sp"),oo=Me("rtg"),lo=Me("rtc");function co(e,t=ie){Jt("ec",e,t)}const fo=Symbol.for("v-ndc"),Ds=e=>e?mr(e)?ts(e):Ds(e.parent):null,vt=Z(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=>Ds(e.parent),$root:e=>Ds(e.root),$host:e=>e.ce,$emit:e=>e.emit,$options:e=>Bn(e),$forceUpdate:e=>e.f||(e.f=()=>{Is(e.update)}),$nextTick:e=>e.n||(e.n=Hi.bind(e.proxy)),$watch:e=>qi.bind(e)}),js=(e,t)=>e!==L&&!e.__isScriptSetup&&j(e,t),uo={get({_:e},t){if(t==="__v_skip")return!0;const{ctx:s,setupState:n,data:r,props:i,accessCache:o,type:l,appContext:f}=e;if(t[0]!=="$"){const w=o[t];if(w!==void 0)switch(w){case 1:return n[t];case 2:return r[t];case 4:return s[t];case 3:return i[t]}else{if(js(n,t))return o[t]=1,n[t];if(r!==L&&j(r,t))return o[t]=2,r[t];if(j(i,t))return o[t]=3,i[t];if(s!==L&&j(s,t))return o[t]=4,s[t];Ns&&(o[t]=0)}}const d=vt[t];let a,h;if(d)return t==="$attrs"&&se(e.attrs,"get",""),d(e);if((a=l.__cssModules)&&(a=a[t]))return a;if(s!==L&&j(s,t))return o[t]=4,s[t];if(h=f.config.globalProperties,j(h,t))return h[t]},set({_:e},t,s){const{data:n,setupState:r,ctx:i}=e;return js(r,t)?(r[t]=s,!0):n!==L&&j(n,t)?(n[t]=s,!0):j(e.props,t)||t[0]==="$"&&t.slice(1)in e?!1:(i[t]=s,!0)},has({_:{data:e,setupState:t,accessCache:s,ctx:n,appContext:r,props:i,type:o}},l){let f;return!!(s[l]||e!==L&&l[0]!=="$"&&j(e,l)||js(t,l)||j(i,l)||j(n,l)||j(vt,l)||j(r.config.globalProperties,l)||(f=o.__cssModules)&&f[l])},defineProperty(e,t,s){return s.get!=null?e._.accessCache[t]=0:j(s,"value")&&this.set(e,t,s.value,null),Reflect.defineProperty(e,t,s)}};function $n(e){return I(e)?e.reduce((t,s)=>(t[s]=null,t),{}):e}let Ns=!0;function ao(e){const t=Bn(e),s=e.proxy,n=e.ctx;Ns=!1,t.beforeCreate&&Vn(t.beforeCreate,e,"bc");const{data:r,computed:i,methods:o,watch:l,provide:f,inject:d,created:a,beforeMount:h,mounted:w,beforeUpdate:C,updated:N,activated:P,deactivated:q,beforeDestroy:B,beforeUnmount:F,destroyed:K,unmounted:A,render:Y,renderTracked:He,renderTriggered:we,errorCaptured:Ue,serverPrefetch:ss,expose:ze,inheritAttrs:At,components:ns,directives:rs,filters:Ys}=t;if(d&&po(d,n,null),o)for(const W in o){const U=o[W];R(U)&&(n[W]=U.bind(s))}if(r){const W=r.call(s,s);V(W)&&(e.data=Es(W))}if(Ns=!0,i)for(const W in i){const U=i[W],Ge=R(U)?U.bind(s,s):R(U.get)?U.get.bind(s,s):he,is=!R(U)&&R(U.set)?U.set.bind(s):he,Je=nl({get:Ge,set:is});Object.defineProperty(n,W,{enumerable:!0,configurable:!0,get:()=>Je.value,set:Ce=>Je.value=Ce})}if(l)for(const W in l)Kn(l[W],n,s,W);if(f){const W=R(f)?f.call(s):f;Reflect.ownKeys(W).forEach(U=>{Ki(U,W[U])})}a&&Vn(a,e,"c");function oe(W,U){I(U)?U.forEach(Ge=>W(Ge.bind(s))):U&&W(U.bind(s))}if(oe(eo,h),oe(to,w),oe(so,C),oe(no,N),oe(Xi,P),oe(Zi,q),oe(co,Ue),oe(lo,He),oe(oo,we),oe(ro,F),oe(Un,A),oe(io,ss),I(ze))if(ze.length){const W=e.exposed||(e.exposed={});ze.forEach(U=>{Object.defineProperty(W,U,{get:()=>s[U],set:Ge=>s[U]=Ge,enumerable:!0})})}else e.exposed||(e.exposed={});Y&&e.render===he&&(e.render=Y),At!=null&&(e.inheritAttrs=At),ns&&(e.components=ns),rs&&(e.directives=rs),ss&&jn(e)}function po(e,t,s=he){I(e)&&(e=Ls(e));for(const n in e){const r=e[n];let i;V(r)?"default"in r?i=zt(r.from||n,r.default,!0):i=zt(r.from||n):i=zt(r),ee(i)?Object.defineProperty(t,n,{enumerable:!0,configurable:!0,get:()=>i.value,set:o=>i.value=o}):t[n]=i}}function Vn(e,t,s){ye(I(e)?e.map(n=>n.bind(t.proxy)):e.bind(t.proxy),t,s)}function Kn(e,t,s,n){let r=n.includes(".")?Dn(s,n):()=>s[n];if(z(e)){const i=t[e];R(i)&&Ms(r,i)}else if(R(e))Ms(r,e.bind(s));else if(V(e))if(I(e))e.forEach(i=>Kn(i,t,s,n));else{const i=R(e.handler)?e.handler.bind(s):t[e.handler];R(i)&&Ms(r,i,e)}}function Bn(e){const t=e.type,{mixins:s,extends:n}=t,{mixins:r,optionsCache:i,config:{optionMergeStrategies:o}}=e.appContext,l=i.get(t);let f;return l?f=l:!r.length&&!s&&!n?f=t:(f={},r.length&&r.forEach(d=>Yt(f,d,o,!0)),Yt(f,t,o)),V(t)&&i.set(t,f),f}function Yt(e,t,s,n=!1){const{mixins:r,extends:i}=t;i&&Yt(e,i,s,!0),r&&r.forEach(o=>Yt(e,o,s,!0));for(const o in t)if(!(n&&o==="expose")){const l=ho[o]||s&&s[o];e[o]=l?l(e[o],t[o]):t[o]}return e}const ho={data:Wn,props:qn,emits:qn,methods:St,computed:St,beforeCreate:re,created:re,beforeMount:re,mounted:re,beforeUpdate:re,updated:re,beforeDestroy:re,beforeUnmount:re,destroyed:re,unmounted:re,activated:re,deactivated:re,errorCaptured:re,serverPrefetch:re,components:St,directives:St,watch:mo,provide:Wn,inject:go};function Wn(e,t){return t?e?function(){return Z(R(e)?e.call(this,this):e,R(t)?t.call(this,this):t)}:t:e}function go(e,t){return St(Ls(e),Ls(t))}function Ls(e){if(I(e)){const t={};for(let s=0;s<e.length;s++)t[e[s]]=e[s];return t}return e}function re(e,t){return e?[...new Set([].concat(e,t))]:t}function St(e,t){return e?Z(Object.create(null),e,t):t}function qn(e,t){return e?I(e)&&I(t)?[...new Set([...e,...t])]:Z(Object.create(null),$n(e),$n(t??{})):t}function mo(e,t){if(!e)return t;if(!t)return e;const s=Z(Object.create(null),e);for(const n in t)s[n]=re(e[n],t[n]);return s}function zn(){return{app:null,config:{isNativeTag:Zs,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 _o=0;function bo(e,t){return function(n,r=null){R(n)||(n=Z({},n)),r!=null&&!V(r)&&(r=null);const i=zn(),o=new WeakSet,l=[];let f=!1;const d=i.app={_uid:_o++,_component:n,_props:r,_container:null,_context:i,_instance:null,version:rl,get config(){return i.config},set config(a){},use(a,...h){return o.has(a)||(a&&R(a.install)?(o.add(a),a.install(d,...h)):R(a)&&(o.add(a),a(d,...h))),d},mixin(a){return i.mixins.includes(a)||i.mixins.push(a),d},component(a,h){return h?(i.components[a]=h,d):i.components[a]},directive(a,h){return h?(i.directives[a]=h,d):i.directives[a]},mount(a,h,w){if(!f){const C=d._ceVNode||qe(n,r);return C.appContext=i,w===!0?w="svg":w===!1&&(w=void 0),e(C,a,w),f=!0,d._container=a,a.__vue_app__=d,ts(C.component)}},onUnmount(a){l.push(a)},unmount(){f&&(ye(l,d._instance,16),e(null,d._container),delete d._container.__vue_app__)},provide(a,h){return i.provides[a]=h,d},runWithContext(a){const h=nt;nt=d;try{return a()}finally{nt=h}}};return d}}let nt=null;const yo=(e,t)=>t==="modelValue"||t==="model-value"?e.modelModifiers:e[`${t}Modifiers`]||e[`${ae(t)}Modifiers`]||e[`${$e(t)}Modifiers`];function xo(e,t,...s){if(e.isUnmounted)return;const n=e.vnode.props||L;let r=s;const i=t.startsWith("update:"),o=i&&yo(n,t.slice(7));o&&(o.trim&&(r=s.map(a=>z(a)?a.trim():a)),o.number&&(r=s.map(as)));let l,f=n[l=us(t)]||n[l=us(ae(t))];!f&&i&&(f=n[l=us($e(t))]),f&&ye(f,e,6,r);const d=n[l+"Once"];if(d){if(!e.emitted)e.emitted={};else if(e.emitted[l])return;e.emitted[l]=!0,ye(d,e,6,r)}}const vo=new WeakMap;function Gn(e,t,s=!1){const n=s?vo:t.emitsCache,r=n.get(e);if(r!==void 0)return r;const i=e.emits;let o={},l=!1;if(!R(e)){const f=d=>{const a=Gn(d,t,!0);a&&(l=!0,Z(o,a))};!s&&t.mixins.length&&t.mixins.forEach(f),e.extends&&f(e.extends),e.mixins&&e.mixins.forEach(f)}return!i&&!l?(V(e)&&n.set(e,null),null):(I(i)?i.forEach(f=>o[f]=null):Z(o,i),V(e)&&n.set(e,o),o)}function Xt(e,t){return!e||!Ft(t)?!1:(t=t.slice(2).replace(/Once$/,""),j(e,t[0].toLowerCase()+t.slice(1))||j(e,$e(t))||j(e,t))}function Bl(){}function Jn(e){const{type:t,vnode:s,proxy:n,withProxy:r,propsOptions:[i],slots:o,attrs:l,emit:f,render:d,renderCache:a,props:h,data:w,setupState:C,ctx:N,inheritAttrs:P}=e,q=qt(e);let B,F;try{if(s.shapeFlag&4){const A=r||n,Y=A;B=ve(d.call(Y,A,a,h,C,w,N)),F=l}else{const A=t;B=ve(A.length>1?A(h,{attrs:l,slots:o,emit:f}):A(h,null)),F=t.props?l:So(l)}}catch(A){wt.length=0,Bt(A,e,1),B=qe(rt)}let K=B;if(F&&P!==!1){const A=Object.keys(F),{shapeFlag:Y}=K;A.length&&Y&7&&(i&&A.some(Dt)&&(F=wo(F,i)),K=it(K,F,!1,!0))}return s.dirs&&(K=it(K,null,!1,!0),K.dirs=K.dirs?K.dirs.concat(s.dirs):s.dirs),s.transition&&Fs(K,s.transition),B=K,qt(q),B}const So=e=>{let t;for(const s in e)(s==="class"||s==="style"||Ft(s))&&((t||(t={}))[s]=e[s]);return t},wo=(e,t)=>{const s={};for(const n in e)(!Dt(n)||!(n.slice(9)in t))&&(s[n]=e[n]);return s};function Co(e,t,s){const{props:n,children:r,component:i}=e,{props:o,children:l,patchFlag:f}=t,d=i.emitsOptions;if(t.dirs||t.transition)return!0;if(s&&f>=0){if(f&1024)return!0;if(f&16)return n?Yn(n,o,d):!!o;if(f&8){const a=t.dynamicProps;for(let h=0;h<a.length;h++){const w=a[h];if(Xn(o,n,w)&&!Xt(d,w))return!0}}}else return(r||l)&&(!l||!l.$stable)?!0:n===o?!1:n?o?Yn(n,o,d):!0:!!o;return!1}function Yn(e,t,s){const n=Object.keys(t);if(n.length!==Object.keys(e).length)return!0;for(let r=0;r<n.length;r++){const i=n[r];if(Xn(t,e,i)&&!Xt(s,i))return!0}return!1}function Xn(e,t,s){const n=e[s],r=t[s];return s==="style"&&V(n)&&V(r)?!ps(n,r):n!==r}function To({vnode:e,parent:t,suspense:s},n){for(;t;){const r=t.subTree;if(r.suspense&&r.suspense.activeBranch===e&&(r.suspense.vnode.el=r.el=n,e=r),r===e)(e=t.vnode).el=n,t=t.parent;else break}s&&s.activeBranch===e&&(s.vnode.el=n)}const Zn={},Qn=()=>Object.create(Zn),er=e=>Object.getPrototypeOf(e)===Zn;function Eo(e,t,s,n=!1){const r={},i=Qn();e.propsDefaults=Object.create(null),tr(e,t,r,i);for(const o in e.propsOptions[0])o in r||(r[o]=void 0);s?e.props=n?r:Ci(r):e.type.props?e.props=r:e.props=i,e.attrs=i}function Oo(e,t,s,n){const{props:r,attrs:i,vnode:{patchFlag:o}}=e,l=M(r),[f]=e.propsOptions;let d=!1;if((n||o>0)&&!(o&16)){if(o&8){const a=e.vnode.dynamicProps;for(let h=0;h<a.length;h++){let w=a[h];if(Xt(e.emitsOptions,w))continue;const C=t[w];if(f)if(j(i,w))C!==i[w]&&(i[w]=C,d=!0);else{const N=ae(w);r[N]=ks(f,l,N,C,e,!1)}else C!==i[w]&&(i[w]=C,d=!0)}}}else{tr(e,t,r,i)&&(d=!0);let a;for(const h in l)(!t||!j(t,h)&&((a=$e(h))===h||!j(t,a)))&&(f?s&&(s[h]!==void 0||s[a]!==void 0)&&(r[h]=ks(f,l,h,void 0,e,!0)):delete r[h]);if(i!==l)for(const h in i)(!t||!j(t,h))&&(delete i[h],d=!0)}d&&Pe(e.attrs,"set","")}function tr(e,t,s,n){const[r,i]=e.propsOptions;let o=!1,l;if(t)for(let f in t){if(ft(f))continue;const d=t[f];let a;r&&j(r,a=ae(f))?!i||!i.includes(a)?s[a]=d:(l||(l={}))[a]=d:Xt(e.emitsOptions,f)||(!(f in n)||d!==n[f])&&(n[f]=d,o=!0)}if(i){const f=M(s),d=l||L;for(let a=0;a<i.length;a++){const h=i[a];s[h]=ks(r,f,h,d[h],e,!j(d,h))}}return o}function ks(e,t,s,n,r,i){const o=e[s];if(o!=null){const l=j(o,"default");if(l&&n===void 0){const f=o.default;if(o.type!==Function&&!o.skipFactory&&R(f)){const{propsDefaults:d}=r;if(s in d)n=d[s];else{const a=Et(r);n=d[s]=f.call(null,t),a()}}else n=f;r.ce&&r.ce._setProp(s,n)}o[0]&&(i&&!l?n=!1:o[1]&&(n===""||n===$e(s))&&(n=!0))}return n}const Po=new WeakMap;function sr(e,t,s=!1){const n=s?Po:t.propsCache,r=n.get(e);if(r)return r;const i=e.props,o={},l=[];let f=!1;if(!R(e)){const a=h=>{f=!0;const[w,C]=sr(h,t,!0);Z(o,w),C&&l.push(...C)};!s&&t.mixins.length&&t.mixins.forEach(a),e.extends&&a(e.extends),e.mixins&&e.mixins.forEach(a)}if(!i&&!f)return V(e)&&n.set(e,Xe),Xe;if(I(i))for(let a=0;a<i.length;a++){const h=ae(i[a]);nr(h)&&(o[h]=L)}else if(i)for(const a in i){const h=ae(a);if(nr(h)){const w=i[a],C=o[h]=I(w)||R(w)?{type:w}:Z({},w),N=C.type;let P=!1,q=!0;if(I(N))for(let B=0;B<N.length;++B){const F=N[B],K=R(F)&&F.name;if(K==="Boolean"){P=!0;break}else K==="String"&&(q=!1)}else P=R(N)&&N.name==="Boolean";C[0]=P,C[1]=q,(P||j(C,"default"))&&l.push(h)}}const d=[o,l];return V(e)&&n.set(e,d),d}function nr(e){return e[0]!=="$"&&!ft(e)}const Hs=e=>e==="_"||e==="_ctx"||e==="$stable",Us=e=>I(e)?e.map(ve):[ve(e)],Ao=(e,t,s)=>{if(t._n)return t;const n=Vi((...r)=>Us(t(...r)),s);return n._c=!1,n},rr=(e,t,s)=>{const n=e._ctx;for(const r in e){if(Hs(r))continue;const i=e[r];if(R(i))t[r]=Ao(r,i,n);else if(i!=null){const o=Us(i);t[r]=()=>o}}},ir=(e,t)=>{const s=Us(t);e.slots.default=()=>s},or=(e,t,s)=>{for(const n in t)(s||!Hs(n))&&(e[n]=t[n])},Ro=(e,t,s)=>{const n=e.slots=Qn();if(e.vnode.shapeFlag&32){const r=t._;r?(or(n,t,s),s&&sn(n,"_",r,!0)):rr(t,n)}else t&&ir(e,t)},Io=(e,t,s)=>{const{vnode:n,slots:r}=e;let i=!0,o=L;if(n.shapeFlag&32){const l=t._;l?s&&l===1?i=!1:or(r,t,s):(i=!t.$stable,rr(t,r)),o=t}else t&&(ir(e,t),o={default:1});if(i)for(const l in r)!Hs(l)&&o[l]==null&&delete r[l]},le=No;function Mo(e){return Fo(e)}function Fo(e,t){const s=Lt();s.__VUE__=!0;const{insert:n,remove:r,patchProp:i,createElement:o,createText:l,createComment:f,setText:d,setElementText:a,parentNode:h,nextSibling:w,setScopeId:C=he,insertStaticContent:N}=e,P=(c,u,p,b=null,g=null,m=null,v=void 0,x=null,y=!!u.dynamicChildren)=>{if(c===u)return;c&&!Tt(c,u)&&(b=os(c),Ce(c,g,m,!0),c=null),u.patchFlag===-2&&(y=!1,u.dynamicChildren=null);const{type:_,ref:E,shapeFlag:S}=u;switch(_){case Zt:q(c,u,p,b);break;case rt:B(c,u,p,b);break;case Vs:c==null&&F(u,p,b,v);break;case Fe:ns(c,u,p,b,g,m,v,x,y);break;default:S&1?Y(c,u,p,b,g,m,v,x,y):S&6?rs(c,u,p,b,g,m,v,x,y):(S&64||S&128)&&_.process(c,u,p,b,g,m,v,x,y,It)}E!=null&&g?yt(E,c&&c.ref,m,u||c,!u):E==null&&c&&c.ref!=null&&yt(c.ref,null,m,c,!0)},q=(c,u,p,b)=>{if(c==null)n(u.el=l(u.children),p,b);else{const g=u.el=c.el;u.children!==c.children&&d(g,u.children)}},B=(c,u,p,b)=>{c==null?n(u.el=f(u.children||""),p,b):u.el=c.el},F=(c,u,p,b)=>{[c.el,c.anchor]=N(c.children,u,p,b,c.el,c.anchor)},K=({el:c,anchor:u},p,b)=>{let g;for(;c&&c!==u;)g=w(c),n(c,p,b),c=g;n(u,p,b)},A=({el:c,anchor:u})=>{let p;for(;c&&c!==u;)p=w(c),r(c),c=p;r(u)},Y=(c,u,p,b,g,m,v,x,y)=>{if(u.type==="svg"?v="svg":u.type==="math"&&(v="mathml"),c==null)He(u,p,b,g,m,v,x,y);else{const _=c.el&&c.el._isVueCE?c.el:null;try{_&&_._beginPatch(),ss(c,u,g,m,v,x,y)}finally{_&&_._endPatch()}}},He=(c,u,p,b,g,m,v,x)=>{let y,_;const{props:E,shapeFlag:S,transition:T,dirs:O}=c;if(y=c.el=o(c.type,m,E&&E.is,E),S&8?a(y,c.children):S&16&&Ue(c.children,y,null,b,g,$s(c,m),v,x),O&&Be(c,null,b,"created"),we(y,c,c.scopeId,v,b),E){for(const k in E)k!=="value"&&!ft(k)&&i(y,k,null,E[k],m,b);"value"in E&&i(y,"value",null,E.value,m),(_=E.onVnodeBeforeMount)&&Se(_,b,c)}O&&Be(c,null,b,"beforeMount");const D=Do(g,T);D&&T.beforeEnter(y),n(y,u,p),((_=E&&E.onVnodeMounted)||D||O)&&le(()=>{try{_&&Se(_,b,c),D&&T.enter(y),O&&Be(c,null,b,"mounted")}finally{}},g)},we=(c,u,p,b,g)=>{if(p&&C(c,p),b)for(let m=0;m<b.length;m++)C(c,b[m]);if(g){let m=g.subTree;if(u===m||ar(m.type)&&(m.ssContent===u||m.ssFallback===u)){const v=g.vnode;we(c,v,v.scopeId,v.slotScopeIds,g.parent)}}},Ue=(c,u,p,b,g,m,v,x,y=0)=>{for(let _=y;_<c.length;_++){const E=c[_]=x?De(c[_]):ve(c[_]);P(null,E,u,p,b,g,m,v,x)}},ss=(c,u,p,b,g,m,v)=>{const x=u.el=c.el;let{patchFlag:y,dynamicChildren:_,dirs:E}=u;y|=c.patchFlag&16;const S=c.props||L,T=u.props||L;let O;if(p&&We(p,!1),(O=T.onVnodeBeforeUpdate)&&Se(O,p,u,c),E&&Be(u,c,p,"beforeUpdate"),p&&We(p,!0),(S.innerHTML&&T.innerHTML==null||S.textContent&&T.textContent==null)&&a(x,""),_?ze(c.dynamicChildren,_,x,p,b,$s(u,g),m):v||U(c,u,x,null,p,b,$s(u,g),m,!1),y>0){if(y&16)At(x,S,T,p,g);else if(y&2&&S.class!==T.class&&i(x,"class",null,T.class,g),y&4&&i(x,"style",S.style,T.style,g),y&8){const D=u.dynamicProps;for(let k=0;k<D.length;k++){const $=D[k],J=S[$],te=T[$];(te!==J||$==="value")&&i(x,$,J,te,g,p)}}y&1&&c.children!==u.children&&a(x,u.children)}else!v&&_==null&&At(x,S,T,p,g);((O=T.onVnodeUpdated)||E)&&le(()=>{O&&Se(O,p,u,c),E&&Be(u,c,p,"updated")},b)},ze=(c,u,p,b,g,m,v)=>{for(let x=0;x<u.length;x++){const y=c[x],_=u[x],E=y.el&&(y.type===Fe||!Tt(y,_)||y.shapeFlag&198)?h(y.el):p;P(y,_,E,null,b,g,m,v,!0)}},At=(c,u,p,b,g)=>{if(u!==p){if(u!==L)for(const m in u)!ft(m)&&!(m in p)&&i(c,m,u[m],null,g,b);for(const m in p){if(ft(m))continue;const v=p[m],x=u[m];v!==x&&m!=="value"&&i(c,m,x,v,g,b)}"value"in p&&i(c,"value",u.value,p.value,g)}},ns=(c,u,p,b,g,m,v,x,y)=>{const _=u.el=c?c.el:l(""),E=u.anchor=c?c.anchor:l("");let{patchFlag:S,dynamicChildren:T,slotScopeIds:O}=u;O&&(x=x?x.concat(O):O),c==null?(n(_,p,b),n(E,p,b),Ue(u.children||[],p,E,g,m,v,x,y)):S>0&&S&64&&T&&c.dynamicChildren&&c.dynamicChildren.length===T.length?(ze(c.dynamicChildren,T,p,g,m,v,x),(u.key!=null||g&&u===g.subTree)&&lr(c,u,!0)):U(c,u,p,E,g,m,v,x,y)},rs=(c,u,p,b,g,m,v,x,y)=>{u.slotScopeIds=x,c==null?u.shapeFlag&512?g.ctx.activate(u,p,b,v,y):Ys(u,p,b,g,m,v,y):Hr(c,u,y)},Ys=(c,u,p,b,g,m,v)=>{const x=c.component=zo(c,b,g);if(kn(c)&&(x.ctx.renderer=It),Jo(x,!1,v),x.asyncDep){if(g&&g.registerDep(x,oe,v),!c.el){const y=x.subTree=qe(rt);B(null,y,u,p),c.placeholder=y.el}}else oe(x,c,u,p,g,m,v)},Hr=(c,u,p)=>{const b=u.component=c.component;if(Co(c,u,p))if(b.asyncDep&&!b.asyncResolved){W(b,u,p);return}else b.next=u,b.update();else u.el=c.el,b.vnode=u},oe=(c,u,p,b,g,m,v)=>{const x=()=>{if(c.isMounted){let{next:S,bu:T,u:O,parent:D,vnode:k}=c;{const Ee=cr(c);if(Ee){S&&(S.el=k.el,W(c,S,v)),Ee.asyncDep.then(()=>{le(()=>{c.isUnmounted||_()},g)});return}}let $=S,J;We(c,!1),S?(S.el=k.el,W(c,S,v)):S=k,T&&Nt(T),(J=S.props&&S.props.onVnodeBeforeUpdate)&&Se(J,D,S,k),We(c,!0);const te=Jn(c),Te=c.subTree;c.subTree=te,P(Te,te,h(Te.el),os(Te),c,g,m),S.el=te.el,$===null&&To(c,te.el),O&&le(O,g),(J=S.props&&S.props.onVnodeUpdated)&&le(()=>Se(J,D,S,k),g)}else{let S;const{el:T,props:O}=u,{bm:D,m:k,parent:$,root:J,type:te}=c,Te=xt(u);We(c,!1),D&&Nt(D),!Te&&(S=O&&O.onVnodeBeforeMount)&&Se(S,$,u),We(c,!0);{J.ce&&J.ce._hasShadowRoot()&&J.ce._injectChildStyle(te,c.parent?c.parent.type:void 0);const Ee=c.subTree=Jn(c);P(null,Ee,p,b,c,g,m),u.el=Ee.el}if(k&&le(k,g),!Te&&(S=O&&O.onVnodeMounted)){const Ee=u;le(()=>Se(S,$,Ee),g)}(u.shapeFlag&256||$&&xt($.vnode)&&$.vnode.shapeFlag&256)&&c.a&&le(c.a,g),c.isMounted=!0,u=p=b=null}};c.scope.on();const y=c.effect=new on(x);c.scope.off();const _=c.update=y.run.bind(y),E=c.job=y.runIfDirty.bind(y);E.i=c,E.id=c.uid,y.scheduler=()=>Is(E),We(c,!0),_()},W=(c,u,p)=>{u.component=c;const b=c.vnode.props;c.vnode=u,c.next=null,Oo(c,u.props,b,p),Io(c,u.children,p),me(),Pn(c),_e()},U=(c,u,p,b,g,m,v,x,y=!1)=>{const _=c&&c.children,E=c?c.shapeFlag:0,S=u.children,{patchFlag:T,shapeFlag:O}=u;if(T>0){if(T&128){is(_,S,p,b,g,m,v,x,y);return}else if(T&256){Ge(_,S,p,b,g,m,v,x,y);return}}O&8?(E&16&&Rt(_,g,m),S!==_&&a(p,S)):E&16?O&16?is(_,S,p,b,g,m,v,x,y):Rt(_,g,m,!0):(E&8&&a(p,""),O&16&&Ue(S,p,b,g,m,v,x,y))},Ge=(c,u,p,b,g,m,v,x,y)=>{c=c||Xe,u=u||Xe;const _=c.length,E=u.length,S=Math.min(_,E);let T;for(T=0;T<S;T++){const O=u[T]=y?De(u[T]):ve(u[T]);P(c[T],O,p,null,g,m,v,x,y)}_>E?Rt(c,g,m,!0,!1,S):Ue(u,p,b,g,m,v,x,y,S)},is=(c,u,p,b,g,m,v,x,y)=>{let _=0;const E=u.length;let S=c.length-1,T=E-1;for(;_<=S&&_<=T;){const O=c[_],D=u[_]=y?De(u[_]):ve(u[_]);if(Tt(O,D))P(O,D,p,null,g,m,v,x,y);else break;_++}for(;_<=S&&_<=T;){const O=c[S],D=u[T]=y?De(u[T]):ve(u[T]);if(Tt(O,D))P(O,D,p,null,g,m,v,x,y);else break;S--,T--}if(_>S){if(_<=T){const O=T+1,D=O<E?u[O].el:b;for(;_<=T;)P(null,u[_]=y?De(u[_]):ve(u[_]),p,D,g,m,v,x,y),_++}}else if(_>T)for(;_<=S;)Ce(c[_],g,m,!0),_++;else{const O=_,D=_,k=new Map;for(_=D;_<=T;_++){const fe=u[_]=y?De(u[_]):ve(u[_]);fe.key!=null&&k.set(fe.key,_)}let $,J=0;const te=T-D+1;let Te=!1,Ee=0;const Mt=new Array(te);for(_=0;_<te;_++)Mt[_]=0;for(_=O;_<=S;_++){const fe=c[_];if(J>=te){Ce(fe,g,m,!0);continue}let Oe;if(fe.key!=null)Oe=k.get(fe.key);else for($=D;$<=T;$++)if(Mt[$-D]===0&&Tt(fe,u[$])){Oe=$;break}Oe===void 0?Ce(fe,g,m,!0):(Mt[Oe-D]=_+1,Oe>=Ee?Ee=Oe:Te=!0,P(fe,u[Oe],p,null,g,m,v,x,y),J++)}const Vr=Te?jo(Mt):Xe;for($=Vr.length-1,_=te-1;_>=0;_--){const fe=D+_,Oe=u[fe],Kr=u[fe+1],Br=fe+1<E?Kr.el||ur(Kr):b;Mt[_]===0?P(null,Oe,p,Br,g,m,v,x,y):Te&&($<0||_!==Vr[$]?Je(Oe,p,Br,2):$--)}}},Je=(c,u,p,b,g=null)=>{const{el:m,type:v,transition:x,children:y,shapeFlag:_}=c;if(_&6){Je(c.component.subTree,u,p,b);return}if(_&128){c.suspense.move(u,p,b);return}if(_&64){v.move(c,u,p,It);return}if(v===Fe){n(m,u,p);for(let S=0;S<y.length;S++)Je(y[S],u,p,b);n(c.anchor,u,p);return}if(v===Vs){K(c,u,p);return}if(b!==2&&_&1&&x)if(b===0)x.beforeEnter(m),n(m,u,p),le(()=>x.enter(m),g);else{const{leave:S,delayLeave:T,afterLeave:O}=x,D=()=>{c.ctx.isUnmounted?r(m):n(m,u,p)},k=()=>{m._isLeaving&&m[Ji](!0),S(m,()=>{D(),O&&O()})};T?T(m,D,k):k()}else n(m,u,p)},Ce=(c,u,p,b=!1,g=!1)=>{const{type:m,props:v,ref:x,children:y,dynamicChildren:_,shapeFlag:E,patchFlag:S,dirs:T,cacheIndex:O,memo:D}=c;if(S===-2&&(g=!1),x!=null&&(me(),yt(x,null,p,c,!0),_e()),O!=null&&(u.renderCache[O]=void 0),E&256){u.ctx.deactivate(c);return}const k=E&1&&T,$=!xt(c);let J;if($&&(J=v&&v.onVnodeBeforeUnmount)&&Se(J,u,c),E&6)Ul(c.component,p,b);else{if(E&128){c.suspense.unmount(p,b);return}k&&Be(c,null,u,"beforeUnmount"),E&64?c.type.remove(c,u,p,It,b):_&&!_.hasOnce&&(m!==Fe||S>0&&S&64)?Rt(_,u,p,!1,!0):(m===Fe&&S&384||!g&&E&16)&&Rt(y,u,p),b&&Ur(c)}const te=D!=null&&O==null;($&&(J=v&&v.onVnodeUnmounted)||k||te)&&le(()=>{J&&Se(J,u,c),k&&Be(c,null,u,"unmounted"),te&&(c.el=null)},p)},Ur=c=>{const{type:u,el:p,anchor:b,transition:g}=c;if(u===Fe){Hl(p,b);return}if(u===Vs){A(c);return}const m=()=>{r(p),g&&!g.persisted&&g.afterLeave&&g.afterLeave()};if(c.shapeFlag&1&&g&&!g.persisted){const{leave:v,delayLeave:x}=g,y=()=>v(p,m);x?x(c.el,m,y):y()}else m()},Hl=(c,u)=>{let p;for(;c!==u;)p=w(c),r(c),c=p;r(u)},Ul=(c,u,p)=>{const{bum:b,scope:g,job:m,subTree:v,um:x,m:y,a:_}=c;fr(y),fr(_),b&&Nt(b),g.stop(),m&&(m.flags|=8,Ce(v,c,u,p)),x&&le(x,u),le(()=>{c.isUnmounted=!0},u)},Rt=(c,u,p,b=!1,g=!1,m=0)=>{for(let v=m;v<c.length;v++)Ce(c[v],u,p,b,g)},os=c=>{if(c.shapeFlag&6)return os(c.component.subTree);if(c.shapeFlag&128)return c.suspense.next();const u=w(c.anchor||c.el),p=u&&u[zi];return p?w(p):u};let Xs=!1;const $r=(c,u,p)=>{let b;c==null?u._vnode&&(Ce(u._vnode,null,null,!0),b=u._vnode.component):P(u._vnode||null,c,u,null,null,null,p),u._vnode=c,Xs||(Xs=!0,Pn(b),An(),Xs=!1)},It={p:P,um:Ce,m:Je,r:Ur,mt:Ys,mc:Ue,pc:U,pbc:ze,n:os,o:e};return{render:$r,hydrate:void 0,createApp:bo($r)}}function $s({type:e,props:t},s){return s==="svg"&&e==="foreignObject"||s==="mathml"&&e==="annotation-xml"&&t&&t.encoding&&t.encoding.includes("html")?void 0:s}function We({effect:e,job:t},s){s?(e.flags|=32,t.flags|=4):(e.flags&=-33,t.flags&=-5)}function Do(e,t){return(!e||e&&!e.pendingBranch)&&t&&!t.persisted}function lr(e,t,s=!1){const n=e.children,r=t.children;if(I(n)&&I(r))for(let i=0;i<n.length;i++){const o=n[i];let l=r[i];l.shapeFlag&1&&!l.dynamicChildren&&((l.patchFlag<=0||l.patchFlag===32)&&(l=r[i]=De(r[i]),l.el=o.el),!s&&l.patchFlag!==-2&&lr(o,l)),l.type===Zt&&(l.patchFlag===-1&&(l=r[i]=De(l)),l.el=o.el),l.type===rt&&!l.el&&(l.el=o.el)}}function jo(e){const t=e.slice(),s=[0];let n,r,i,o,l;const f=e.length;for(n=0;n<f;n++){const d=e[n];if(d!==0){if(r=s[s.length-1],e[r]<d){t[n]=r,s.push(n);continue}for(i=0,o=s.length-1;i<o;)l=i+o>>1,e[s[l]]<d?i=l+1:o=l;d<e[s[i]]&&(i>0&&(t[n]=s[i-1]),s[i]=n)}}for(i=s.length,o=s[i-1];i-- >0;)s[i]=o,o=t[o];return s}function cr(e){const t=e.subTree.component;if(t)return t.asyncDep&&!t.asyncResolved?t:cr(t)}function fr(e){if(e)for(let t=0;t<e.length;t++)e[t].flags|=8}function ur(e){if(e.placeholder)return e.placeholder;const t=e.component;return t?ur(t.subTree):null}const ar=e=>e.__isSuspense;function No(e,t){t&&t.pendingBranch?I(e)?t.effects.push(...e):t.effects.push(e):$i(e)}const Fe=Symbol.for("v-fgt"),Zt=Symbol.for("v-txt"),rt=Symbol.for("v-cmt"),Vs=Symbol.for("v-stc"),wt=[];let ce=null;function Lo(e=!1){wt.push(ce=e?null:[])}function ko(){wt.pop(),ce=wt[wt.length-1]||null}let Ct=1;function dr(e,t=!1){Ct+=e,e<0&&ce&&t&&(ce.hasOnce=!0)}function Ho(e){return e.dynamicChildren=Ct>0?ce||Xe:null,ko(),Ct>0&&ce&&ce.push(e),e}function Uo(e,t,s,n,r,i){return Ho(X(e,t,s,n,r,i,!0))}function pr(e){return e?e.__v_isVNode===!0:!1}function Tt(e,t){return e.type===t.type&&e.key===t.key}const hr=({key:e})=>e??null,Qt=({ref:e,ref_key:t,ref_for:s})=>(typeof e=="number"&&(e=""+e),e!=null?z(e)||ee(e)||R(e)?{i:ue,r:e,k:t,f:!!s}:e:null);function X(e,t=null,s=null,n=0,r=null,i=e===Fe?0:1,o=!1,l=!1){const f={__v_isVNode:!0,__v_skip:!0,type:e,props:t,key:t&&hr(t),ref:t&&Qt(t),scopeId:In,slotScopeIds:null,children:s,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:n,dynamicProps:r,dynamicChildren:null,appContext:null,ctx:ue};return l?(Ks(f,s),i&128&&e.normalize(f)):s&&(f.shapeFlag|=z(s)?8:16),Ct>0&&!o&&ce&&(f.patchFlag>0||i&6)&&f.patchFlag!==32&&ce.push(f),f}const qe=$o;function $o(e,t=null,s=null,n=0,r=null,i=!1){if((!e||e===fo)&&(e=rt),pr(e)){const l=it(e,t,!0);return s&&Ks(l,s),Ct>0&&!i&&ce&&(l.shapeFlag&6?ce[ce.indexOf(e)]=l:ce.push(l)),l.patchFlag=-2,l}if(sl(e)&&(e=e.__vccOpts),t){t=Vo(t);let{class:l,style:f}=t;l&&!z(l)&&(t.class=ds(l)),V(f)&&(Ps(f)&&!I(f)&&(f=Z({},f)),t.style=ut(f))}const o=z(e)?1:ar(e)?128:Gi(e)?64:V(e)?4:R(e)?2:0;return X(e,t,s,n,r,o,i,!0)}function Vo(e){return e?Ps(e)||er(e)?Z({},e):e:null}function it(e,t,s=!1,n=!1){const{props:r,ref:i,patchFlag:o,children:l,transition:f}=e,d=t?Bo(r||{},t):r,a={__v_isVNode:!0,__v_skip:!0,type:e.type,props:d,key:d&&hr(d),ref:t&&t.ref?s&&i?I(i)?i.concat(Qt(t)):[i,Qt(t)]:Qt(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!==Fe?o===-1?16:o|16:o,dynamicProps:e.dynamicProps,dynamicChildren:e.dynamicChildren,appContext:e.appContext,dirs:e.dirs,transition:f,component:e.component,suspense:e.suspense,ssContent:e.ssContent&&it(e.ssContent),ssFallback:e.ssFallback&&it(e.ssFallback),placeholder:e.placeholder,el:e.el,anchor:e.anchor,ctx:e.ctx,ce:e.ce};return f&&n&&Fs(a,f.clone(a)),a}function Ko(e=" ",t=0){return qe(Zt,null,e,t)}function ve(e){return e==null||typeof e=="boolean"?qe(rt):I(e)?qe(Fe,null,e.slice()):pr(e)?De(e):qe(Zt,null,String(e))}function De(e){return e.el===null&&e.patchFlag!==-1||e.memo?e:it(e)}function Ks(e,t){let s=0;const{shapeFlag:n}=e;if(t==null)t=null;else if(I(t))s=16;else if(typeof t=="object")if(n&65){const r=t.default;r&&(r._c&&(r._d=!1),Ks(e,r()),r._c&&(r._d=!0));return}else{s=32;const r=t._;!r&&!er(t)?t._ctx=ue:r===3&&ue&&(ue.slots._===1?t._=1:(t._=2,e.patchFlag|=1024))}else R(t)?(t={default:t,_ctx:ue},s=32):(t=String(t),n&64?(s=16,t=[Ko(t)]):s=8);e.children=t,e.shapeFlag|=s}function Bo(...e){const t={};for(let s=0;s<e.length;s++){const n=e[s];for(const r in n)if(r==="class")t.class!==n.class&&(t.class=ds([t.class,n.class]));else if(r==="style")t.style=ut([t.style,n.style]);else if(Ft(r)){const i=t[r],o=n[r];o&&i!==o&&!(I(i)&&i.includes(o))?t[r]=i?[].concat(i,o):o:o==null&&i==null&&!Dt(r)&&(t[r]=o)}else r!==""&&(t[r]=n[r])}return t}function Se(e,t,s,n=null){ye(e,t,7,[s,n])}const Wo=zn();let qo=0;function zo(e,t,s){const n=e.type,r=(t?t.appContext:e.appContext)||Wo,i={uid:qo++,vnode:e,type:n,parent:t,appContext:r,root:null,next:null,subTree:null,effect:null,update:null,job:null,scope:new ri(!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:sr(n,r),emitsOptions:Gn(n,r),emit:null,emitted:null,propsDefaults:L,inheritAttrs:n.inheritAttrs,ctx:L,data:L,props:L,attrs:L,slots:L,refs:L,setupState:L,setupContext:null,suspense:s,suspenseId:s?s.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=xo.bind(null,i),e.ce&&e.ce(i),i}let ie=null;const Go=()=>ie||ue;let es,Bs;{const e=Lt(),t=(s,n)=>{let r;return(r=e[s])||(r=e[s]=[]),r.push(n),i=>{r.length>1?r.forEach(o=>o(i)):r[0](i)}};es=t("__VUE_INSTANCE_SETTERS__",s=>ie=s),Bs=t("__VUE_SSR_SETTERS__",s=>Ot=s)}const Et=e=>{const t=ie;return es(e),e.scope.on(),()=>{e.scope.off(),es(t)}},gr=()=>{ie&&ie.scope.off(),es(null)};function mr(e){return e.vnode.shapeFlag&4}let Ot=!1;function Jo(e,t=!1,s=!1){t&&Bs(t);const{props:n,children:r}=e.vnode,i=mr(e);Eo(e,n,i,t),Ro(e,r,s||t);const o=i?Yo(e,t):void 0;return t&&Bs(!1),o}function Yo(e,t){const s=e.type;e.accessCache=Object.create(null),e.proxy=new Proxy(e.ctx,uo);const{setup:n}=s;if(n){me();const r=e.setupContext=n.length>1?Zo(e):null,i=Et(e),o=et(n,e,0,[e.props,r]),l=en(o);if(_e(),i(),(l||e.sp)&&!xt(e)&&jn(e),l){if(o.then(gr,gr),t)return o.then(f=>{_r(e,f)}).catch(f=>{Bt(f,e,0)});e.asyncDep=o}else _r(e,o)}else br(e)}function _r(e,t,s){R(t)?e.type.__ssrInlineRender?e.ssrRender=t:e.render=t:V(t)&&(e.setupState=Cn(t)),br(e)}function br(e,t,s){const n=e.type;e.render||(e.render=n.render||he);{const r=Et(e);me();try{ao(e)}finally{_e(),r()}}}const Xo={get(e,t){return se(e,"get",""),e[t]}};function Zo(e){const t=s=>{e.exposed=s||{}};return{attrs:new Proxy(e.attrs,Xo),slots:e.slots,emit:e.emit,expose:t}}function ts(e){return e.exposed?e.exposeProxy||(e.exposeProxy=new Proxy(Cn(Ti(e.exposed)),{get(t,s){if(s in t)return t[s];if(s in vt)return vt[s](e)},has(t,s){return s in t||s in vt}})):e.proxy}const Qo=/(?:^|[-_])\w/g,el=e=>e.replace(Qo,t=>t.toUpperCase()).replace(/[-_]/g,"");function tl(e,t=!0){return R(e)?e.displayName||e.name:e.name||t&&e.__name}function yr(e,t,s=!1){let n=tl(t);if(!n&&t.__file){const r=t.__file.match(/([^/\\]+)\.\w+$/);r&&(n=r[1])}if(!n&&e){const r=i=>{for(const o in i)if(i[o]===t)return o};n=r(e.components)||e.parent&&r(e.parent.type.components)||r(e.appContext.components)}return n?el(n):s?"App":"Anonymous"}function sl(e){return R(e)&&"__vccOpts"in e}const nl=(e,t)=>Ii(e,t,Ot),rl="3.5.34";/**
17
+ * @vue/runtime-dom v3.5.34
18
+ * (c) 2018-present Yuxi (Evan) You and Vue contributors
19
+ * @license MIT
20
+ **/let Ws;const xr=typeof window<"u"&&window.trustedTypes;if(xr)try{Ws=xr.createPolicy("vue",{createHTML:e=>e})}catch{}const vr=Ws?e=>Ws.createHTML(e):e=>e,il="http://www.w3.org/2000/svg",ol="http://www.w3.org/1998/Math/MathML",je=typeof document<"u"?document:null,Sr=je&&je.createElement("template"),ll={insert:(e,t,s)=>{t.insertBefore(e,s||null)},remove:e=>{const t=e.parentNode;t&&t.removeChild(e)},createElement:(e,t,s,n)=>{const r=t==="svg"?je.createElementNS(il,e):t==="mathml"?je.createElementNS(ol,e):s?je.createElement(e,{is:s}):je.createElement(e);return e==="select"&&n&&n.multiple!=null&&r.setAttribute("multiple",n.multiple),r},createText:e=>je.createTextNode(e),createComment:e=>je.createComment(e),setText:(e,t)=>{e.nodeValue=t},setElementText:(e,t)=>{e.textContent=t},parentNode:e=>e.parentNode,nextSibling:e=>e.nextSibling,querySelector:e=>je.querySelector(e),setScopeId(e,t){e.setAttribute(t,"")},insertStaticContent(e,t,s,n,r,i){const o=s?s.previousSibling:t.lastChild;if(r&&(r===i||r.nextSibling))for(;t.insertBefore(r.cloneNode(!0),s),!(r===i||!(r=r.nextSibling)););else{Sr.innerHTML=vr(n==="svg"?`<svg>${e}</svg>`:n==="mathml"?`<math>${e}</math>`:e);const l=Sr.content;if(n==="svg"||n==="mathml"){const f=l.firstChild;for(;f.firstChild;)l.appendChild(f.firstChild);l.removeChild(f)}t.insertBefore(l,s)}return[o?o.nextSibling:t.firstChild,s?s.previousSibling:t.lastChild]}},cl=Symbol("_vtc");function fl(e,t,s){const n=e[cl];n&&(t=(t?[t,...n]:[...n]).join(" ")),t==null?e.removeAttribute("class"):s?e.setAttribute("class",t):e.className=t}const wr=Symbol("_vod"),ul=Symbol("_vsh"),al=Symbol(""),dl=/(?:^|;)\s*display\s*:/;function pl(e,t,s){const n=e.style,r=z(s);let i=!1;if(s&&!r){if(t)if(z(t))for(const o of t.split(";")){const l=o.slice(0,o.indexOf(":")).trim();s[l]==null&&Pt(n,l,"")}else for(const o in t)s[o]==null&&Pt(n,o,"");for(const o in s){o==="display"&&(i=!0);const l=s[o];l!=null?gl(e,o,!z(t)&&t?t[o]:void 0,l)||Pt(n,o,l):Pt(n,o,"")}}else if(r){if(t!==s){const o=n[al];o&&(s+=";"+o),n.cssText=s,i=dl.test(s)}}else t&&e.removeAttribute("style");wr in e&&(e[wr]=i?n.display:"",e[ul]&&(n.display="none"))}const Cr=/\s*!important$/;function Pt(e,t,s){if(I(s))s.forEach(n=>Pt(e,t,n));else if(s==null&&(s=""),t.startsWith("--"))e.setProperty(t,s);else{const n=hl(e,t);Cr.test(s)?e.setProperty($e(n),s.replace(Cr,""),"important"):e[n]=s}}const Tr=["Webkit","Moz","ms"],qs={};function hl(e,t){const s=qs[t];if(s)return s;let n=ae(t);if(n!=="filter"&&n in e)return qs[t]=n;n=tn(n);for(let r=0;r<Tr.length;r++){const i=Tr[r]+n;if(i in e)return qs[t]=i}return t}function gl(e,t,s,n){return e.tagName==="TEXTAREA"&&(t==="width"||t==="height")&&z(n)&&s===n}const Er="http://www.w3.org/1999/xlink";function Or(e,t,s,n,r,i=si(t)){n&&t.startsWith("xlink:")?s==null?e.removeAttributeNS(Er,t.slice(6,t.length)):e.setAttributeNS(Er,t,s):s==null||i&&!rn(s)?e.removeAttribute(t):e.setAttribute(t,i?"":Ne(s)?String(s):s)}function Pr(e,t,s,n,r){if(t==="innerHTML"||t==="textContent"){s!=null&&(e[t]=t==="innerHTML"?vr(s):s);return}const i=e.tagName;if(t==="value"&&i!=="PROGRESS"&&!i.includes("-")){const l=i==="OPTION"?e.getAttribute("value")||"":e.value,f=s==null?e.type==="checkbox"?"on":"":String(s);(l!==f||!("_value"in e))&&(e.value=f),s==null&&e.removeAttribute(t),e._value=s;return}let o=!1;if(s===""||s==null){const l=typeof e[t];l==="boolean"?s=rn(s):s==null&&l==="string"?(s="",o=!0):l==="number"&&(s=0,o=!0)}try{e[t]=s}catch{}o&&e.removeAttribute(r||t)}function ot(e,t,s,n){e.addEventListener(t,s,n)}function ml(e,t,s,n){e.removeEventListener(t,s,n)}const Ar=Symbol("_vei");function _l(e,t,s,n,r=null){const i=e[Ar]||(e[Ar]={}),o=i[t];if(n&&o)o.value=n;else{const[l,f]=bl(t);if(n){const d=i[t]=vl(n,r);ot(e,l,d,f)}else o&&(ml(e,l,o,f),i[t]=void 0)}}const Rr=/(?:Once|Passive|Capture)$/;function bl(e){let t;if(Rr.test(e)){t={};let n;for(;n=e.match(Rr);)e=e.slice(0,e.length-n[0].length),t[n[0].toLowerCase()]=!0}return[e[2]===":"?e.slice(3):$e(e.slice(2)),t]}let zs=0;const yl=Promise.resolve(),xl=()=>zs||(yl.then(()=>zs=0),zs=Date.now());function vl(e,t){const s=n=>{if(!n._vts)n._vts=Date.now();else if(n._vts<=s.attached)return;ye(Sl(n,s.value),t,5,[n])};return s.value=e,s.attached=xl(),s}function Sl(e,t){if(I(t)){const s=e.stopImmediatePropagation;return e.stopImmediatePropagation=()=>{s.call(e),e._stopped=!0},t.map(n=>r=>!r._stopped&&n&&n(r))}else return t}const Ir=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&e.charCodeAt(2)>96&&e.charCodeAt(2)<123,wl=(e,t,s,n,r,i)=>{const o=r==="svg";t==="class"?fl(e,n,o):t==="style"?pl(e,s,n):Ft(t)?Dt(t)||_l(e,t,s,n,i):(t[0]==="."?(t=t.slice(1),!0):t[0]==="^"?(t=t.slice(1),!1):Cl(e,t,n,o))?(Pr(e,t,n),!e.tagName.includes("-")&&(t==="value"||t==="checked"||t==="selected")&&Or(e,t,n,o,i,t!=="value")):e._isVueCE&&(Tl(e,t)||e._def.__asyncLoader&&(/[A-Z]/.test(t)||!z(n)))?Pr(e,ae(t),n,i,t):(t==="true-value"?e._trueValue=n:t==="false-value"&&(e._falseValue=n),Or(e,t,n,o))};function Cl(e,t,s,n){if(n)return!!(t==="innerHTML"||t==="textContent"||t in e&&Ir(t)&&R(s));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 Ir(t)&&z(s)?!1:t in e}function Tl(e,t){const s=e._def.props;if(!s)return!1;const n=ae(t);return Array.isArray(s)?s.some(r=>ae(r)===n):Object.keys(s).some(r=>ae(r)===n)}const Mr=e=>{const t=e.props["onUpdate:modelValue"]||!1;return I(t)?s=>Nt(t,s):t};function El(e){e.target.composing=!0}function Fr(e){const t=e.target;t.composing&&(t.composing=!1,t.dispatchEvent(new Event("input")))}const Gs=Symbol("_assign");function Dr(e,t,s){return t&&(e=e.trim()),s&&(e=as(e)),e}const jr={created(e,{modifiers:{lazy:t,trim:s,number:n}},r){e[Gs]=Mr(r);const i=n||r.props&&r.props.type==="number";ot(e,t?"change":"input",o=>{o.target.composing||e[Gs](Dr(e.value,s,i))}),(s||i)&&ot(e,"change",()=>{e.value=Dr(e.value,s,i)}),t||(ot(e,"compositionstart",El),ot(e,"compositionend",Fr),ot(e,"change",Fr))},mounted(e,{value:t}){e.value=t??""},beforeUpdate(e,{value:t,oldValue:s,modifiers:{lazy:n,trim:r,number:i}},o){if(e[Gs]=Mr(o),e.composing)return;const l=(i||e.type==="number")&&!/^0\d/.test(e.value)?as(e.value):e.value,f=t??"";if(l===f)return;const d=e.getRootNode();(d instanceof Document||d instanceof ShadowRoot)&&d.activeElement===e&&e.type!=="range"&&(n&&t===s||r&&e.value.trim()===f)||(e.value=f)}},Ol=Z({patchProp:wl},ll);let Nr;function Pl(){return Nr||(Nr=Mo(Ol))}const Al=((...e)=>{const t=Pl().createApp(...e),{mount:s}=t;return t.mount=n=>{const r=Il(n);if(!r)return;const i=t._component;!R(i)&&!i.render&&!i.template&&(i.template=r.innerHTML),r.nodeType===1&&(r.textContent="");const o=s(r,!1,Rl(r));return r instanceof Element&&(r.removeAttribute("v-cloak"),r.setAttribute("data-v-app","")),o},t});function Rl(e){if(e instanceof SVGElement)return"svg";if(typeof MathMLElement=="function"&&e instanceof MathMLElement)return"mathml"}function Il(e){return z(e)?document.querySelector(e):e}const Wl="modulepreload",ql=function(e,t){return new URL(e,t).href},zl={},Lr=function(t,s,n){let r=Promise.resolve();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)})},Ml={style:{padding:"20px","font-family":"system-ui, sans-serif",display:"flex","flex-direction":"column",height:"100vh","box-sizing":"border-box"}},Fl={style:{display:"flex","align-items":"center","justify-content":"space-between","margin-bottom":"16px"}},Dl={style:{display:"flex",gap:"4px"}},jl={style:{flex:"1",display:"flex","flex-direction":"column",gap:"12px","min-height":"0"}},Nl={style:{flex:"1",display:"flex","flex-direction":"column","min-height":"0"}},Ll={style:{flex:"1",display:"flex","flex-direction":"column","min-height":"0"}};Al(Yi({__name:"App",setup(e){const t=As(""),s=As(""),n=As("encode");function r(){try{n.value==="encode"?s.value=btoa(unescape(encodeURIComponent(t.value))):s.value=decodeURIComponent(escape(atob(t.value)))}catch{s.value="输入内容无效"}}async function i(){try{const{clipboard:l}=await Lr(async()=>{const{clipboard:f}=await Promise.resolve().then(()=>kr);return{clipboard:f}},void 0,Ye&&Ye.tagName.toUpperCase()==="SCRIPT"&&Ye.src||new URL("assets/index-CPrJQDaE.js",document.baseURI).href);t.value=await l.readText(),r()}catch{}}async function o(){try{const{clipboard:l}=await Lr(async()=>{const{clipboard:f}=await Promise.resolve().then(()=>kr);return{clipboard:f}},void 0,Ye&&Ye.tagName.toUpperCase()==="SCRIPT"&&Ye.src||new URL("assets/index-CPrJQDaE.js",document.baseURI).href);await l.writeText(s.value)}catch{navigator.clipboard.writeText(s.value)}}return(l,f)=>(Lo(),Uo("div",Ml,[X("div",Fl,[f[4]||(f[4]=X("h2",{style:{margin:"0","font-size":"18px"}},"Base64 编解码",-1)),X("div",Dl,[X("button",{onClick:f[0]||(f[0]=d=>{n.value="encode",r()}),style:ut({padding:"4px 12px",cursor:"pointer",border:"none",borderRadius:"4px",background:n.value==="encode"?"#89b4fa":"#e0e0e0",color:n.value==="encode"?"#1e1e2e":"#666"})},"编码",4),X("button",{onClick:f[1]||(f[1]=d=>{n.value="decode",r()}),style:ut({padding:"4px 12px",cursor:"pointer",border:"none",borderRadius:"4px",background:n.value==="decode"?"#89b4fa":"#e0e0e0",color:n.value==="decode"?"#1e1e2e":"#666"})},"解码",4)])]),X("div",jl,[X("div",Nl,[X("div",{style:{display:"flex","justify-content":"space-between","align-items":"center","margin-bottom":"4px"}},[f[5]||(f[5]=X("label",{style:{"font-size":"13px",color:"#666"}},"输入",-1)),X("button",{onClick:i,style:{"font-size":"12px",padding:"2px 8px",cursor:"pointer",border:"1px solid #ddd","border-radius":"4px",background:"white"}},"粘贴")]),Mn(X("textarea",{"onUpdate:modelValue":f[2]||(f[2]=d=>t.value=d),onInput:r,placeholder:"输入文本...",style:{flex:"1",resize:"none",padding:"10px",border:"1px solid #ddd","border-radius":"6px","font-family":"monospace","font-size":"14px","min-height":"80px"}},null,544),[[jr,t.value]])]),X("div",Ll,[X("div",{style:{display:"flex","justify-content":"space-between","align-items":"center","margin-bottom":"4px"}},[f[6]||(f[6]=X("label",{style:{"font-size":"13px",color:"#666"}},"输出",-1)),X("button",{onClick:o,style:{"font-size":"12px",padding:"2px 8px",cursor:"pointer",border:"1px solid #ddd","border-radius":"4px",background:"white"}},"复制")]),Mn(X("textarea",{"onUpdate:modelValue":f[3]||(f[3]=d=>s.value=d),readonly:"",style:{flex:"1",resize:"none",padding:"10px",border:"1px solid #ddd","border-radius":"6px","font-family":"monospace","font-size":"14px",background:"#f8f8f8","min-height":"80px"}},null,512),[[jr,s.value]])])])]))}})).mount("#app");const kl="[@qian-kun/api mock]";function G(...e){console.warn(kl,...e)}const Js=new Map,kr=Object.freeze(Object.defineProperty({__proto__:null,ai:{async chat(e){return G("ai.chat (mock): 返回模拟响应"),{text:"这是一个 mock AI 响应",usage:{input_tokens:0,output_tokens:0},model:"mock-model"}},chatStream(e){return G("ai.chatStream (mock): 模拟流式响应"),e.onChunk&&e.onChunk("这是"),e.onChunk&&e.onChunk("mock"),e.onDone&&e.onDone({usage:{input_tokens:0,output_tokens:0},model:"mock-model"}),{stop(){G("ai.chatStream (mock): 已停止")}}}},clipboard:{async readText(){return G("clipboard.readText (mock): 返回空字符串"),""},async writeText(e){G("clipboard.writeText (mock):",e)}},communication:{async sendMessage(e,t){G("communication.sendMessage (mock):",e,t)},onMessage(e){G("communication.onMessage (mock): 已注册")},async openApp(e,t){return G("communication.openApp (mock):",e,t),"mock-window-label"},async broadcast(e){G("communication.broadcast (mock):",e)}},crypto:{async hash(e,t){return G("crypto.hash (mock):",e,t),"mock_hash_"+e}},dialog:{async openFile(){return G("dialog.openFile (mock): 返回 null"),null},async saveFile(e,t){return G("dialog.saveFile (mock):",e,t),null}},fs:{async readFile(e){return G("fs.readFile (mock):",e),localStorage.getItem(`qk:fs:${e}`)||""},async writeFile(e,t){G("fs.writeFile (mock):",e),localStorage.setItem(`qk:fs:${e}`,t)},async readDir(e){return G("fs.readDir (mock):",e),[]},async readSystemPath(e){return G("fs.readSystemPath (mock):",e),""},async writeSystemPath(e,t){G("fs.writeSystemPath (mock):",e,t)}},shell:{async execute(e,t){return G("shell.execute (mock):",e),{stdout:"",stderr:"",exitCode:0}}},store:{async get(e){return G("store.get (mock):",e),Js.get(e)??null},async set(e,t){G("store.set (mock):",e,t),Js.set(e,t)},async remove(e){G("store.remove (mock):",e),Js.delete(e)}}},Symbol.toStringTag,{value:"Module"}))})();
package/dist/index.html CHANGED
@@ -4,7 +4,7 @@
4
4
  <meta charset="UTF-8" />
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
6
  <title>Base64 编解码</title>
7
- <script type="module" crossorigin src="./assets/index-DuO2PW13.js"></script>
7
+ <script src="./assets/index-CPrJQDaE.js"></script>
8
8
  </head>
9
9
  <body>
10
10
  <div id="app"></div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qian-kun/qk-app-base64",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Base64 编码与解码工具",
5
5
  "type": "module",
6
6
  "files": ["dist", "icon.svg"],
@@ -1,17 +0,0 @@
1
- (function(){const t=document.createElement("link").relList;if(t&&t.supports&&t.supports("modulepreload"))return;for(const r of document.querySelectorAll('link[rel="modulepreload"]'))n(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"&&n(o)}).observe(document,{childList:!0,subtree:!0});function s(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 n(r){if(r.ep)return;r.ep=!0;const i=s(r);fetch(r.href,i)}})();/**
2
- * @vue/shared v3.5.34
3
- * (c) 2018-present Yuxi (Evan) You and Vue contributors
4
- * @license MIT
5
- **/function Os(e){const t=Object.create(null);for(const s of e.split(","))t[s]=1;return s=>s in t}const N={},Qe=[],we=()=>{},Hn=()=>!1,Gt=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&(e.charCodeAt(2)>122||e.charCodeAt(2)<97),Jt=e=>e.startsWith("onUpdate:"),k=Object.assign,Ps=(e,t)=>{const s=e.indexOf(t);s>-1&&e.splice(s,1)},Nr=Object.prototype.hasOwnProperty,L=(e,t)=>Nr.call(e,t),R=Array.isArray,dt=e=>Ot(e)==="[object Map]",$r=e=>Ot(e)==="[object Set]",ks=e=>Ot(e)==="[object Date]",I=e=>typeof e=="function",J=e=>typeof e=="string",Ne=e=>typeof e=="symbol",W=e=>e!==null&&typeof e=="object",Nn=e=>(W(e)||I(e))&&I(e.then)&&I(e.catch),Ur=Object.prototype.toString,Ot=e=>Ur.call(e),Vr=e=>Ot(e).slice(8,-1),Kr=e=>Ot(e)==="[object Object]",As=e=>J(e)&&e!=="NaN"&&e[0]!=="-"&&""+parseInt(e,10)===e,ht=Os(",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"),Yt=e=>{const t=Object.create(null);return(s=>t[s]||(t[s]=e(s)))},Br=/-\w/g,ue=Yt(e=>e.replace(Br,t=>t.slice(1).toUpperCase())),Wr=/\B([A-Z])/g,Je=Yt(e=>e.replace(Wr,"-$1").toLowerCase()),$n=Yt(e=>e.charAt(0).toUpperCase()+e.slice(1)),rs=Yt(e=>e?`on${$n(e)}`:""),Se=(e,t)=>!Object.is(e,t),Nt=(e,...t)=>{for(let s=0;s<e.length;s++)e[s](...t)},Un=(e,t,s,n=!1)=>{Object.defineProperty(e,t,{configurable:!0,enumerable:!1,writable:n,value:s})},Rs=e=>{const t=parseFloat(e);return isNaN(t)?e:t};let en;const Xt=()=>en||(en=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{});function yt(e){if(R(e)){const t={};for(let s=0;s<e.length;s++){const n=e[s],r=J(n)?Jr(n):yt(n);if(r)for(const i in r)t[i]=r[i]}return t}else if(J(e)||W(e))return e}const qr=/;(?![^(]*\))/g,zr=/:([^]+)/,Gr=/\/\*[^]*?\*\//g;function Jr(e){const t={};return e.replace(Gr,"").split(qr).forEach(s=>{if(s){const n=s.split(zr);n.length>1&&(t[n[0].trim()]=n[1].trim())}}),t}function Is(e){let t="";if(J(e))t=e;else if(R(e))for(let s=0;s<e.length;s++){const n=Is(e[s]);n&&(t+=n+" ")}else if(W(e))for(const s in e)e[s]&&(t+=s+" ");return t.trim()}const Yr="itemscope,allowfullscreen,formnovalidate,ismap,nomodule,novalidate,readonly",Xr=Os(Yr);function Vn(e){return!!e||e===""}function Zr(e,t){if(e.length!==t.length)return!1;let s=!0;for(let n=0;s&&n<e.length;n++)s=Ms(e[n],t[n]);return s}function Ms(e,t){if(e===t)return!0;let s=ks(e),n=ks(t);if(s||n)return s&&n?e.getTime()===t.getTime():!1;if(s=Ne(e),n=Ne(t),s||n)return e===t;if(s=R(e),n=R(t),s||n)return s&&n?Zr(e,t):!1;if(s=W(e),n=W(t),s||n){if(!s||!n)return!1;const r=Object.keys(e).length,i=Object.keys(t).length;if(r!==i)return!1;for(const o in e){const l=e.hasOwnProperty(o),f=t.hasOwnProperty(o);if(l&&!f||!l&&f||!Ms(e[o],t[o]))return!1}}return String(e)===String(t)}/**
6
- * @vue/reactivity v3.5.34
7
- * (c) 2018-present Yuxi (Evan) You and Vue contributors
8
- * @license MIT
9
- **/let Q;class Qr{constructor(t=!1){this.detached=t,this._active=!0,this._on=0,this.effects=[],this.cleanups=[],this._isPaused=!1,this._warnOnRun=!0,this.__v_skip=!0,!t&&Q&&(Q.active?(this.parent=Q,this.index=(Q.scopes||(Q.scopes=[])).push(this)-1):(this._active=!1,this._warnOnRun=!1))}get active(){return this._active}pause(){if(this._active){this._isPaused=!0;let t,s;if(this.scopes)for(t=0,s=this.scopes.length;t<s;t++)this.scopes[t].pause();for(t=0,s=this.effects.length;t<s;t++)this.effects[t].pause()}}resume(){if(this._active&&this._isPaused){this._isPaused=!1;let t,s;if(this.scopes)for(t=0,s=this.scopes.length;t<s;t++)this.scopes[t].resume();for(t=0,s=this.effects.length;t<s;t++)this.effects[t].resume()}}run(t){if(this._active){const s=Q;try{return Q=this,t()}finally{Q=s}}}on(){++this._on===1&&(this.prevScope=Q,Q=this)}off(){if(this._on>0&&--this._on===0){if(Q===this)Q=this.prevScope;else{let t=Q;for(;t;){if(t.prevScope===this){t.prevScope=this.prevScope;break}t=t.prevScope}}this.prevScope=void 0}}stop(t){if(this._active){this._active=!1;let s,n;for(s=0,n=this.effects.length;s<n;s++)this.effects[s].stop();for(this.effects.length=0,s=0,n=this.cleanups.length;s<n;s++)this.cleanups[s]();if(this.cleanups.length=0,this.scopes){for(s=0,n=this.scopes.length;s<n;s++)this.scopes[s].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 kr(){return Q}let V;const is=new WeakSet;class Kn{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,Q&&(Q.active?Q.effects.push(this):this.flags&=-2)}pause(){this.flags|=64}resume(){this.flags&64&&(this.flags&=-65,is.has(this)&&(is.delete(this),this.trigger()))}notify(){this.flags&2&&!(this.flags&32)||this.flags&8||Wn(this)}run(){if(!(this.flags&1))return this.fn();this.flags|=2,tn(this),qn(this);const t=V,s=ae;V=this,ae=!0;try{return this.fn()}finally{zn(this),V=t,ae=s,this.flags&=-3}}stop(){if(this.flags&1){for(let t=this.deps;t;t=t.nextDep)js(t);this.deps=this.depsTail=void 0,tn(this),this.onStop&&this.onStop(),this.flags&=-2}}trigger(){this.flags&64?is.add(this):this.scheduler?this.scheduler():this.runIfDirty()}runIfDirty(){ms(this)&&this.run()}get dirty(){return ms(this)}}let Bn=0,pt,gt;function Wn(e,t=!1){if(e.flags|=8,t){e.next=gt,gt=e;return}e.next=pt,pt=e}function Fs(){Bn++}function Ds(){if(--Bn>0)return;if(gt){let t=gt;for(gt=void 0;t;){const s=t.next;t.next=void 0,t.flags&=-9,t=s}}let e;for(;pt;){let t=pt;for(pt=void 0;t;){const s=t.next;if(t.next=void 0,t.flags&=-9,t.flags&1)try{t.trigger()}catch(n){e||(e=n)}t=s}}if(e)throw e}function qn(e){for(let t=e.deps;t;t=t.nextDep)t.version=-1,t.prevActiveLink=t.dep.activeLink,t.dep.activeLink=t}function zn(e){let t,s=e.depsTail,n=s;for(;n;){const r=n.prevDep;n.version===-1?(n===s&&(s=r),js(n),ei(n)):t=n,n.dep.activeLink=n.prevActiveLink,n.prevActiveLink=void 0,n=r}e.deps=t,e.depsTail=s}function ms(e){for(let t=e.deps;t;t=t.nextDep)if(t.dep.version!==t.version||t.dep.computed&&(Gn(t.dep.computed)||t.dep.version!==t.version))return!0;return!!e._dirty}function Gn(e){if(e.flags&4&&!(e.flags&16)||(e.flags&=-17,e.globalVersion===vt)||(e.globalVersion=vt,!e.isSSR&&e.flags&128&&(!e.deps&&!e._dirty||!ms(e))))return;e.flags|=2;const t=e.dep,s=V,n=ae;V=e,ae=!0;try{qn(e);const r=e.fn(e._value);(t.version===0||Se(r,e._value))&&(e.flags|=128,e._value=r,t.version++)}catch(r){throw t.version++,r}finally{V=s,ae=n,zn(e),e.flags&=-3}}function js(e,t=!1){const{dep:s,prevSub:n,nextSub:r}=e;if(n&&(n.nextSub=r,e.prevSub=void 0),r&&(r.prevSub=n,e.nextSub=void 0),s.subs===e&&(s.subs=n,!n&&s.computed)){s.computed.flags&=-5;for(let i=s.computed.deps;i;i=i.nextDep)js(i,!0)}!t&&!--s.sc&&s.map&&s.map.delete(s.key)}function ei(e){const{prevDep:t,nextDep:s}=e;t&&(t.nextDep=s,e.prevDep=void 0),s&&(s.prevDep=t,e.nextDep=void 0)}let ae=!0;const Jn=[];function Ie(){Jn.push(ae),ae=!1}function Me(){const e=Jn.pop();ae=e===void 0?!0:e}function tn(e){const{cleanup:t}=e;if(e.cleanup=void 0,t){const s=V;V=void 0;try{t()}finally{V=s}}}let vt=0;class ti{constructor(t,s){this.sub=t,this.dep=s,this.version=s.version,this.nextDep=this.prevDep=this.nextSub=this.prevSub=this.prevActiveLink=void 0}}class Ls{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(!V||!ae||V===this.computed)return;let s=this.activeLink;if(s===void 0||s.sub!==V)s=this.activeLink=new ti(V,this),V.deps?(s.prevDep=V.depsTail,V.depsTail.nextDep=s,V.depsTail=s):V.deps=V.depsTail=s,Yn(s);else if(s.version===-1&&(s.version=this.version,s.nextDep)){const n=s.nextDep;n.prevDep=s.prevDep,s.prevDep&&(s.prevDep.nextDep=n),s.prevDep=V.depsTail,s.nextDep=void 0,V.depsTail.nextDep=s,V.depsTail=s,V.deps===s&&(V.deps=n)}return s}trigger(t){this.version++,vt++,this.notify(t)}notify(t){Fs();try{for(let s=this.subs;s;s=s.prevSub)s.sub.notify()&&s.sub.dep.notify()}finally{Ds()}}}function Yn(e){if(e.dep.sc++,e.sub.flags&4){const t=e.dep.computed;if(t&&!e.dep.subs){t.flags|=20;for(let n=t.deps;n;n=n.nextDep)Yn(n)}const s=e.dep.subs;s!==e&&(e.prevSub=s,s&&(s.nextSub=e)),e.dep.subs=e}}const _s=new WeakMap,ze=Symbol(""),bs=Symbol(""),St=Symbol("");function ee(e,t,s){if(ae&&V){let n=_s.get(e);n||_s.set(e,n=new Map);let r=n.get(s);r||(n.set(s,r=new Ls),r.map=n,r.key=s),r.track()}}function Ae(e,t,s,n,r,i){const o=_s.get(e);if(!o){vt++;return}const l=f=>{f&&f.trigger()};if(Fs(),t==="clear")o.forEach(l);else{const f=R(e),d=f&&As(s);if(f&&s==="length"){const a=Number(n);o.forEach((p,w)=>{(w==="length"||w===St||!Ne(w)&&w>=a)&&l(p)})}else switch((s!==void 0||o.has(void 0))&&l(o.get(s)),d&&l(o.get(St)),t){case"add":f?d&&l(o.get("length")):(l(o.get(ze)),dt(e)&&l(o.get(bs)));break;case"delete":f||(l(o.get(ze)),dt(e)&&l(o.get(bs)));break;case"set":dt(e)&&l(o.get(ze));break}}Ds()}function Ye(e){const t=j(e);return t===e?t:(ee(t,"iterate",St),de(e)?t:t.map(Fe))}function Hs(e){return ee(e=j(e),"iterate",St),e}function ye(e,t){return $e(e)?wt(ke(e)?Fe(t):t):Fe(t)}const si={__proto__:null,[Symbol.iterator](){return os(this,Symbol.iterator,e=>ye(this,e))},concat(...e){return Ye(this).concat(...e.map(t=>R(t)?Ye(t):t))},entries(){return os(this,"entries",e=>(e[1]=ye(this,e[1]),e))},every(e,t){return Te(this,"every",e,t,void 0,arguments)},filter(e,t){return Te(this,"filter",e,t,s=>s.map(n=>ye(this,n)),arguments)},find(e,t){return Te(this,"find",e,t,s=>ye(this,s),arguments)},findIndex(e,t){return Te(this,"findIndex",e,t,void 0,arguments)},findLast(e,t){return Te(this,"findLast",e,t,s=>ye(this,s),arguments)},findLastIndex(e,t){return Te(this,"findLastIndex",e,t,void 0,arguments)},forEach(e,t){return Te(this,"forEach",e,t,void 0,arguments)},includes(...e){return ls(this,"includes",e)},indexOf(...e){return ls(this,"indexOf",e)},join(e){return Ye(this).join(e)},lastIndexOf(...e){return ls(this,"lastIndexOf",e)},map(e,t){return Te(this,"map",e,t,void 0,arguments)},pop(){return ct(this,"pop")},push(...e){return ct(this,"push",e)},reduce(e,...t){return sn(this,"reduce",e,t)},reduceRight(e,...t){return sn(this,"reduceRight",e,t)},shift(){return ct(this,"shift")},some(e,t){return Te(this,"some",e,t,void 0,arguments)},splice(...e){return ct(this,"splice",e)},toReversed(){return Ye(this).toReversed()},toSorted(e){return Ye(this).toSorted(e)},toSpliced(...e){return Ye(this).toSpliced(...e)},unshift(...e){return ct(this,"unshift",e)},values(){return os(this,"values",e=>ye(this,e))}};function os(e,t,s){const n=Hs(e),r=n[t]();return n!==e&&!de(e)&&(r._next=r.next,r.next=()=>{const i=r._next();return i.done||(i.value=s(i.value)),i}),r}const ni=Array.prototype;function Te(e,t,s,n,r,i){const o=Hs(e),l=o!==e&&!de(e),f=o[t];if(f!==ni[t]){const p=f.apply(e,i);return l?Fe(p):p}let d=s;o!==e&&(l?d=function(p,w){return s.call(this,ye(e,p),w,e)}:s.length>2&&(d=function(p,w){return s.call(this,p,w,e)}));const a=f.call(o,d,n);return l&&r?r(a):a}function sn(e,t,s,n){const r=Hs(e),i=r!==e&&!de(e);let o=s,l=!1;r!==e&&(i?(l=n.length===0,o=function(d,a,p){return l&&(l=!1,d=ye(e,d)),s.call(this,d,ye(e,a),p,e)}):s.length>3&&(o=function(d,a,p){return s.call(this,d,a,p,e)}));const f=r[t](o,...n);return l?ye(e,f):f}function ls(e,t,s){const n=j(e);ee(n,"iterate",St);const r=n[t](...s);return(r===-1||r===!1)&&Vs(s[0])?(s[0]=j(s[0]),n[t](...s)):r}function ct(e,t,s=[]){Ie(),Fs();const n=j(e)[t].apply(e,s);return Ds(),Me(),n}const ri=Os("__proto__,__v_isRef,__isVue"),Xn=new Set(Object.getOwnPropertyNames(Symbol).filter(e=>e!=="arguments"&&e!=="caller").map(e=>Symbol[e]).filter(Ne));function ii(e){Ne(e)||(e=String(e));const t=j(this);return ee(t,"has",e),t.hasOwnProperty(e)}class Zn{constructor(t=!1,s=!1){this._isReadonly=t,this._isShallow=s}get(t,s,n){if(s==="__v_skip")return t.__v_skip;const r=this._isReadonly,i=this._isShallow;if(s==="__v_isReactive")return!r;if(s==="__v_isReadonly")return r;if(s==="__v_isShallow")return i;if(s==="__v_raw")return n===(r?i?gi:tr:i?er:kn).get(t)||Object.getPrototypeOf(t)===Object.getPrototypeOf(n)?t:void 0;const o=R(t);if(!r){let f;if(o&&(f=si[s]))return f;if(s==="hasOwnProperty")return ii}const l=Reflect.get(t,s,te(t)?t:n);if((Ne(s)?Xn.has(s):ri(s))||(r||ee(t,"get",s),i))return l;if(te(l)){const f=o&&As(s)?l:l.value;return r&&W(f)?ys(f):f}return W(l)?r?ys(l):$s(l):l}}class Qn extends Zn{constructor(t=!1){super(!1,t)}set(t,s,n,r){let i=t[s];const o=R(t)&&As(s);if(!this._isShallow){const d=$e(i);if(!de(n)&&!$e(n)&&(i=j(i),n=j(n)),!o&&te(i)&&!te(n))return d||(i.value=n),!0}const l=o?Number(s)<t.length:L(t,s),f=Reflect.set(t,s,n,te(t)?t:r);return t===j(r)&&(l?Se(n,i)&&Ae(t,"set",s,n):Ae(t,"add",s,n)),f}deleteProperty(t,s){const n=L(t,s);t[s];const r=Reflect.deleteProperty(t,s);return r&&n&&Ae(t,"delete",s,void 0),r}has(t,s){const n=Reflect.has(t,s);return(!Ne(s)||!Xn.has(s))&&ee(t,"has",s),n}ownKeys(t){return ee(t,"iterate",R(t)?"length":ze),Reflect.ownKeys(t)}}class oi extends Zn{constructor(t=!1){super(!0,t)}set(t,s){return!0}deleteProperty(t,s){return!0}}const li=new Qn,ci=new oi,fi=new Qn(!0);const xs=e=>e,jt=e=>Reflect.getPrototypeOf(e);function ui(e,t,s){return function(...n){const r=this.__v_raw,i=j(r),o=dt(i),l=e==="entries"||e===Symbol.iterator&&o,f=e==="keys"&&o,d=r[e](...n),a=s?xs:t?wt:Fe;return!t&&ee(i,"iterate",f?bs:ze),k(Object.create(d),{next(){const{value:p,done:w}=d.next();return w?{value:p,done:w}:{value:l?[a(p[0]),a(p[1])]:a(p),done:w}}})}}function Lt(e){return function(...t){return e==="delete"?!1:e==="clear"?void 0:this}}function ai(e,t){const s={get(r){const i=this.__v_raw,o=j(i),l=j(r);e||(Se(r,l)&&ee(o,"get",r),ee(o,"get",l));const{has:f}=jt(o),d=t?xs:e?wt:Fe;if(f.call(o,r))return d(i.get(r));if(f.call(o,l))return d(i.get(l));i!==o&&i.get(r)},get size(){const r=this.__v_raw;return!e&&ee(j(r),"iterate",ze),r.size},has(r){const i=this.__v_raw,o=j(i),l=j(r);return e||(Se(r,l)&&ee(o,"has",r),ee(o,"has",l)),r===l?i.has(r):i.has(r)||i.has(l)},forEach(r,i){const o=this,l=o.__v_raw,f=j(l),d=t?xs:e?wt:Fe;return!e&&ee(f,"iterate",ze),l.forEach((a,p)=>r.call(i,d(a),d(p),o))}};return k(s,e?{add:Lt("add"),set:Lt("set"),delete:Lt("delete"),clear:Lt("clear")}:{add(r){const i=j(this),o=jt(i),l=j(r),f=!t&&!de(r)&&!$e(r)?l:r;return o.has.call(i,f)||Se(r,f)&&o.has.call(i,r)||Se(l,f)&&o.has.call(i,l)||(i.add(f),Ae(i,"add",f,f)),this},set(r,i){!t&&!de(i)&&!$e(i)&&(i=j(i));const o=j(this),{has:l,get:f}=jt(o);let d=l.call(o,r);d||(r=j(r),d=l.call(o,r));const a=f.call(o,r);return o.set(r,i),d?Se(i,a)&&Ae(o,"set",r,i):Ae(o,"add",r,i),this},delete(r){const i=j(this),{has:o,get:l}=jt(i);let f=o.call(i,r);f||(r=j(r),f=o.call(i,r)),l&&l.call(i,r);const d=i.delete(r);return f&&Ae(i,"delete",r,void 0),d},clear(){const r=j(this),i=r.size!==0,o=r.clear();return i&&Ae(r,"clear",void 0,void 0),o}}),["keys","values","entries",Symbol.iterator].forEach(r=>{s[r]=ui(r,e,t)}),s}function Ns(e,t){const s=ai(e,t);return(n,r,i)=>r==="__v_isReactive"?!e:r==="__v_isReadonly"?e:r==="__v_raw"?n:Reflect.get(L(s,r)&&r in n?s:n,r,i)}const di={get:Ns(!1,!1)},hi={get:Ns(!1,!0)},pi={get:Ns(!0,!1)};const kn=new WeakMap,er=new WeakMap,tr=new WeakMap,gi=new WeakMap;function mi(e){switch(e){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}function _i(e){return e.__v_skip||!Object.isExtensible(e)?0:mi(Vr(e))}function $s(e){return $e(e)?e:Us(e,!1,li,di,kn)}function bi(e){return Us(e,!1,fi,hi,er)}function ys(e){return Us(e,!0,ci,pi,tr)}function Us(e,t,s,n,r){if(!W(e)||e.__v_raw&&!(t&&e.__v_isReactive))return e;const i=_i(e);if(i===0)return e;const o=r.get(e);if(o)return o;const l=new Proxy(e,i===2?n:s);return r.set(e,l),l}function ke(e){return $e(e)?ke(e.__v_raw):!!(e&&e.__v_isReactive)}function $e(e){return!!(e&&e.__v_isReadonly)}function de(e){return!!(e&&e.__v_isShallow)}function Vs(e){return e?!!e.__v_raw:!1}function j(e){const t=e&&e.__v_raw;return t?j(t):e}function xi(e){return!L(e,"__v_skip")&&Object.isExtensible(e)&&Un(e,"__v_skip",!0),e}const Fe=e=>W(e)?$s(e):e,wt=e=>W(e)?ys(e):e;function te(e){return e?e.__v_isRef===!0:!1}function cs(e){return yi(e,!1)}function yi(e,t){return te(e)?e:new vi(e,t)}class vi{constructor(t,s){this.dep=new Ls,this.__v_isRef=!0,this.__v_isShallow=!1,this._rawValue=s?t:j(t),this._value=s?t:Fe(t),this.__v_isShallow=s}get value(){return this.dep.track(),this._value}set value(t){const s=this._rawValue,n=this.__v_isShallow||de(t)||$e(t);t=n?t:j(t),Se(t,s)&&(this._rawValue=t,this._value=n?t:Fe(t),this.dep.trigger())}}function Si(e){return te(e)?e.value:e}const wi={get:(e,t,s)=>t==="__v_raw"?e:Si(Reflect.get(e,t,s)),set:(e,t,s,n)=>{const r=e[t];return te(r)&&!te(s)?(r.value=s,!0):Reflect.set(e,t,s,n)}};function sr(e){return ke(e)?e:new Proxy(e,wi)}class Ci{constructor(t,s,n){this.fn=t,this.setter=s,this._value=void 0,this.dep=new Ls(this),this.__v_isRef=!0,this.deps=void 0,this.depsTail=void 0,this.flags=16,this.globalVersion=vt-1,this.next=void 0,this.effect=this,this.__v_isReadonly=!s,this.isSSR=n}notify(){if(this.flags|=16,!(this.flags&8)&&V!==this)return Wn(this,!0),!0}get value(){const t=this.dep.track();return Gn(this),t&&(t.version=this.dep.version),this._value}set value(t){this.setter&&this.setter(t)}}function Ti(e,t,s=!1){let n,r;return I(e)?n=e:(n=e.get,r=e.set),new Ci(n,r,s)}const Ht={},Vt=new WeakMap;let qe;function Ei(e,t=!1,s=qe){if(s){let n=Vt.get(s);n||Vt.set(s,n=[]),n.push(e)}}function Oi(e,t,s=N){const{immediate:n,deep:r,once:i,scheduler:o,augmentJob:l,call:f}=s,d=A=>r?A:de(A)||r===!1||r===0?Re(A,1):Re(A);let a,p,w,C,M=!1,O=!1;if(te(e)?(p=()=>e.value,M=de(e)):ke(e)?(p=()=>d(e),M=!0):R(e)?(O=!0,M=e.some(A=>ke(A)||de(A)),p=()=>e.map(A=>{if(te(A))return A.value;if(ke(A))return d(A);if(I(A))return f?f(A,2):A()})):I(e)?t?p=f?()=>f(e,2):e:p=()=>{if(w){Ie();try{w()}finally{Me()}}const A=qe;qe=a;try{return f?f(e,3,[C]):e(C)}finally{qe=A}}:p=we,t&&r){const A=p,Y=r===!0?1/0:r;p=()=>Re(A(),Y)}const K=kr(),q=()=>{a.stop(),K&&K.active&&Ps(K.effects,a)};if(i&&t){const A=t;t=(...Y)=>{A(...Y),q()}}let F=O?new Array(e.length).fill(Ht):Ht;const B=A=>{if(!(!(a.flags&1)||!a.dirty&&!A))if(t){const Y=a.run();if(r||M||(O?Y.some((je,he)=>Se(je,F[he])):Se(Y,F))){w&&w();const je=qe;qe=a;try{const he=[Y,F===Ht?void 0:O&&F[0]===Ht?[]:F,C];F=Y,f?f(t,3,he):t(...he)}finally{qe=je}}}else a.run()};return l&&l(B),a=new Kn(p),a.scheduler=o?()=>o(B,!1):B,C=A=>Ei(A,!1,a),w=a.onStop=()=>{const A=Vt.get(a);if(A){if(f)f(A,4);else for(const Y of A)Y();Vt.delete(a)}},t?n?B(!0):F=a.run():o?o(B.bind(null,!0),!0):a.run(),q.pause=a.pause.bind(a),q.resume=a.resume.bind(a),q.stop=q,q}function Re(e,t=1/0,s){if(t<=0||!W(e)||e.__v_skip||(s=s||new Map,(s.get(e)||0)>=t))return e;if(s.set(e,t),t--,te(e))Re(e.value,t,s);else if(R(e))for(let n=0;n<e.length;n++)Re(e[n],t,s);else if($r(e)||dt(e))e.forEach(n=>{Re(n,t,s)});else if(Kr(e)){for(const n in e)Re(e[n],t,s);for(const n of Object.getOwnPropertySymbols(e))Object.prototype.propertyIsEnumerable.call(e,n)&&Re(e[n],t,s)}return e}/**
10
- * @vue/runtime-core v3.5.34
11
- * (c) 2018-present Yuxi (Evan) You and Vue contributors
12
- * @license MIT
13
- **/function Pt(e,t,s,n){try{return n?e(...n):e()}catch(r){Zt(r,t,s)}}function Ce(e,t,s,n){if(I(e)){const r=Pt(e,t,s,n);return r&&Nn(r)&&r.catch(i=>{Zt(i,t,s)}),r}if(R(e)){const r=[];for(let i=0;i<e.length;i++)r.push(Ce(e[i],t,s,n));return r}}function Zt(e,t,s,n=!0){const r=t?t.vnode:null,{errorHandler:i,throwUnhandledErrorInProduction:o}=t&&t.appContext.config||N;if(t){let l=t.parent;const f=t.proxy,d=`https://vuejs.org/error-reference/#runtime-${s}`;for(;l;){const a=l.ec;if(a){for(let p=0;p<a.length;p++)if(a[p](e,f,d)===!1)return}l=l.parent}if(i){Ie(),Pt(i,null,10,[e,f,d]),Me();return}}Pi(e,s,r,n,o)}function Pi(e,t,s,n=!0,r=!1){if(r)throw e;console.error(e)}const re=[];let xe=-1;const et=[];let He=null,Xe=0;const nr=Promise.resolve();let Kt=null;function Ai(e){const t=Kt||nr;return e?t.then(this?e.bind(this):e):t}function Ri(e){let t=xe+1,s=re.length;for(;t<s;){const n=t+s>>>1,r=re[n],i=Ct(r);i<e||i===e&&r.flags&2?t=n+1:s=n}return t}function Ks(e){if(!(e.flags&1)){const t=Ct(e),s=re[re.length-1];!s||!(e.flags&2)&&t>=Ct(s)?re.push(e):re.splice(Ri(t),0,e),e.flags|=1,rr()}}function rr(){Kt||(Kt=nr.then(or))}function Ii(e){R(e)?et.push(...e):He&&e.id===-1?He.splice(Xe+1,0,e):e.flags&1||(et.push(e),e.flags|=1),rr()}function nn(e,t,s=xe+1){for(;s<re.length;s++){const n=re[s];if(n&&n.flags&2){if(e&&n.id!==e.uid)continue;re.splice(s,1),s--,n.flags&4&&(n.flags&=-2),n(),n.flags&4||(n.flags&=-2)}}}function ir(e){if(et.length){const t=[...new Set(et)].sort((s,n)=>Ct(s)-Ct(n));if(et.length=0,He){He.push(...t);return}for(He=t,Xe=0;Xe<He.length;Xe++){const s=He[Xe];s.flags&4&&(s.flags&=-2),s.flags&8||s(),s.flags&=-2}He=null,Xe=0}}const Ct=e=>e.id==null?e.flags&2?-1:1/0:e.id;function or(e){try{for(xe=0;xe<re.length;xe++){const t=re[xe];t&&!(t.flags&8)&&(t.flags&4&&(t.flags&=-2),Pt(t,t.i,t.i?15:14),t.flags&4||(t.flags&=-2))}}finally{for(;xe<re.length;xe++){const t=re[xe];t&&(t.flags&=-2)}xe=-1,re.length=0,ir(),Kt=null,(re.length||et.length)&&or()}}let fe=null,lr=null;function Bt(e){const t=fe;return fe=e,lr=e&&e.type.__scopeId||null,t}function Mi(e,t=fe,s){if(!t||e._n)return e;const n=(...r)=>{n._d&&mn(-1);const i=Bt(t);let o;try{o=e(...r)}finally{Bt(i),n._d&&mn(1)}return o};return n._n=!0,n._c=!0,n._d=!0,n}function rn(e,t){if(fe===null)return e;const s=ts(fe),n=e.dirs||(e.dirs=[]);for(let r=0;r<t.length;r++){let[i,o,l,f=N]=t[r];i&&(I(i)&&(i={mounted:i,updated:i}),i.deep&&Re(o),n.push({dir:i,instance:s,value:o,oldValue:void 0,arg:l,modifiers:f}))}return e}function Be(e,t,s,n){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 f=l.dir[n];f&&(Ie(),Ce(f,s,8,[e.el,l,e,t]),Me())}}function Fi(e,t){if(ie){let s=ie.provides;const n=ie.parent&&ie.parent.provides;n===s&&(s=ie.provides=Object.create(n)),s[e]=t}}function $t(e,t,s=!1){const n=No();if(n||tt){let r=tt?tt._context.provides:n?n.parent==null||n.ce?n.vnode.appContext&&n.vnode.appContext.provides:n.parent.provides:void 0;if(r&&e in r)return r[e];if(arguments.length>1)return s&&I(t)?t.call(n&&n.proxy):t}}const Di=Symbol.for("v-scx"),ji=()=>$t(Di);function fs(e,t,s){return cr(e,t,s)}function cr(e,t,s=N){const{immediate:n,deep:r,flush:i,once:o}=s,l=k({},s),f=t&&n||!t&&i!=="post";let d;if(Et){if(i==="sync"){const C=ji();d=C.__watcherHandles||(C.__watcherHandles=[])}else if(!f){const C=()=>{};return C.stop=we,C.resume=we,C.pause=we,C}}const a=ie;l.call=(C,M,O)=>Ce(C,a,M,O);let p=!1;i==="post"?l.scheduler=C=>{oe(C,a&&a.suspense)}:i!=="sync"&&(p=!0,l.scheduler=(C,M)=>{M?C():Ks(C)}),l.augmentJob=C=>{t&&(C.flags|=4),p&&(C.flags|=2,a&&(C.id=a.uid,C.i=a))};const w=Oi(e,t,l);return Et&&(d?d.push(w):f&&w()),w}function Li(e,t,s){const n=this.proxy,r=J(e)?e.includes(".")?fr(n,e):()=>n[e]:e.bind(n,n);let i;I(t)?i=t:(i=t.handler,s=t);const o=At(this),l=cr(r,i.bind(n),s);return o(),l}function fr(e,t){const s=t.split(".");return()=>{let n=e;for(let r=0;r<s.length&&n;r++)n=n[s[r]];return n}}const Hi=Symbol("_vte"),Ni=e=>e.__isTeleport,$i=Symbol("_leaveCb");function Bs(e,t){e.shapeFlag&6&&e.component?(e.transition=t,Bs(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 Ui(e,t){return I(e)?k({name:e.name},t,{setup:e}):e}function ur(e){e.ids=[e.ids[0]+e.ids[2]+++"-",0,0]}function on(e,t){let s;return!!((s=Object.getOwnPropertyDescriptor(e,t))&&!s.configurable)}const Wt=new WeakMap;function mt(e,t,s,n,r=!1){if(R(e)){e.forEach((O,K)=>mt(O,t&&(R(t)?t[K]:t),s,n,r));return}if(_t(n)&&!r){n.shapeFlag&512&&n.type.__asyncResolved&&n.component.subTree.component&&mt(e,t,s,n.component.subTree);return}const i=n.shapeFlag&4?ts(n.component):n.el,o=r?null:i,{i:l,r:f}=e,d=t&&t.r,a=l.refs===N?l.refs={}:l.refs,p=l.setupState,w=j(p),C=p===N?Hn:O=>on(a,O)?!1:L(w,O),M=(O,K)=>!(K&&on(a,K));if(d!=null&&d!==f){if(ln(t),J(d))a[d]=null,C(d)&&(p[d]=null);else if(te(d)){const O=t;M(d,O.k)&&(d.value=null),O.k&&(a[O.k]=null)}}if(I(f))Pt(f,l,12,[o,a]);else{const O=J(f),K=te(f);if(O||K){const q=()=>{if(e.f){const F=O?C(f)?p[f]:a[f]:M()||!e.k?f.value:a[e.k];if(r)R(F)&&Ps(F,i);else if(R(F))F.includes(i)||F.push(i);else if(O)a[f]=[i],C(f)&&(p[f]=a[f]);else{const B=[i];M(f,e.k)&&(f.value=B),e.k&&(a[e.k]=B)}}else O?(a[f]=o,C(f)&&(p[f]=o)):K&&(M(f,e.k)&&(f.value=o),e.k&&(a[e.k]=o))};if(o){const F=()=>{q(),Wt.delete(e)};F.id=-1,Wt.set(e,F),oe(F,s)}else ln(e),q()}}}function ln(e){const t=Wt.get(e);t&&(t.flags|=8,Wt.delete(e))}Xt().requestIdleCallback;Xt().cancelIdleCallback;const _t=e=>!!e.type.__asyncLoader,ar=e=>e.type.__isKeepAlive;function Vi(e,t){dr(e,"a",t)}function Ki(e,t){dr(e,"da",t)}function dr(e,t,s=ie){const n=e.__wdc||(e.__wdc=()=>{let r=s;for(;r;){if(r.isDeactivated)return;r=r.parent}return e()});if(Qt(t,n,s),s){let r=s.parent;for(;r&&r.parent;)ar(r.parent.vnode)&&Bi(n,t,s,r),r=r.parent}}function Bi(e,t,s,n){const r=Qt(t,e,n,!0);hr(()=>{Ps(n[t],r)},s)}function Qt(e,t,s=ie,n=!1){if(s){const r=s[e]||(s[e]=[]),i=t.__weh||(t.__weh=(...o)=>{Ie();const l=At(s),f=Ce(t,s,e,o);return l(),Me(),f});return n?r.unshift(i):r.push(i),i}}const De=e=>(t,s=ie)=>{(!Et||e==="sp")&&Qt(e,(...n)=>t(...n),s)},Wi=De("bm"),qi=De("m"),zi=De("bu"),Gi=De("u"),Ji=De("bum"),hr=De("um"),Yi=De("sp"),Xi=De("rtg"),Zi=De("rtc");function Qi(e,t=ie){Qt("ec",e,t)}const ki=Symbol.for("v-ndc"),vs=e=>e?Fr(e)?ts(e):vs(e.parent):null,bt=k(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=>vs(e.parent),$root:e=>vs(e.root),$host:e=>e.ce,$emit:e=>e.emit,$options:e=>gr(e),$forceUpdate:e=>e.f||(e.f=()=>{Ks(e.update)}),$nextTick:e=>e.n||(e.n=Ai.bind(e.proxy)),$watch:e=>Li.bind(e)}),us=(e,t)=>e!==N&&!e.__isScriptSetup&&L(e,t),eo={get({_:e},t){if(t==="__v_skip")return!0;const{ctx:s,setupState:n,data:r,props:i,accessCache:o,type:l,appContext:f}=e;if(t[0]!=="$"){const w=o[t];if(w!==void 0)switch(w){case 1:return n[t];case 2:return r[t];case 4:return s[t];case 3:return i[t]}else{if(us(n,t))return o[t]=1,n[t];if(r!==N&&L(r,t))return o[t]=2,r[t];if(L(i,t))return o[t]=3,i[t];if(s!==N&&L(s,t))return o[t]=4,s[t];Ss&&(o[t]=0)}}const d=bt[t];let a,p;if(d)return t==="$attrs"&&ee(e.attrs,"get",""),d(e);if((a=l.__cssModules)&&(a=a[t]))return a;if(s!==N&&L(s,t))return o[t]=4,s[t];if(p=f.config.globalProperties,L(p,t))return p[t]},set({_:e},t,s){const{data:n,setupState:r,ctx:i}=e;return us(r,t)?(r[t]=s,!0):n!==N&&L(n,t)?(n[t]=s,!0):L(e.props,t)||t[0]==="$"&&t.slice(1)in e?!1:(i[t]=s,!0)},has({_:{data:e,setupState:t,accessCache:s,ctx:n,appContext:r,props:i,type:o}},l){let f;return!!(s[l]||e!==N&&l[0]!=="$"&&L(e,l)||us(t,l)||L(i,l)||L(n,l)||L(bt,l)||L(r.config.globalProperties,l)||(f=o.__cssModules)&&f[l])},defineProperty(e,t,s){return s.get!=null?e._.accessCache[t]=0:L(s,"value")&&this.set(e,t,s.value,null),Reflect.defineProperty(e,t,s)}};function cn(e){return R(e)?e.reduce((t,s)=>(t[s]=null,t),{}):e}let Ss=!0;function to(e){const t=gr(e),s=e.proxy,n=e.ctx;Ss=!1,t.beforeCreate&&fn(t.beforeCreate,e,"bc");const{data:r,computed:i,methods:o,watch:l,provide:f,inject:d,created:a,beforeMount:p,mounted:w,beforeUpdate:C,updated:M,activated:O,deactivated:K,beforeDestroy:q,beforeUnmount:F,destroyed:B,unmounted:A,render:Y,renderTracked:je,renderTriggered:he,errorCaptured:Le,serverPrefetch:Rt,expose:Ue,inheritAttrs:rt,components:It,directives:Mt,filters:ss}=t;if(d&&so(d,n,null),o)for(const z in o){const $=o[z];I($)&&(n[z]=$.bind(s))}if(r){const z=r.call(s,s);W(z)&&(e.data=$s(z))}if(Ss=!0,i)for(const z in i){const $=i[z],Ve=I($)?$.bind(s,s):I($.get)?$.get.bind(s,s):we,Ft=!I($)&&I($.set)?$.set.bind(s):we,Ke=Wo({get:Ve,set:Ft});Object.defineProperty(n,z,{enumerable:!0,configurable:!0,get:()=>Ke.value,set:pe=>Ke.value=pe})}if(l)for(const z in l)pr(l[z],n,s,z);if(f){const z=I(f)?f.call(s):f;Reflect.ownKeys(z).forEach($=>{Fi($,z[$])})}a&&fn(a,e,"c");function se(z,$){R($)?$.forEach(Ve=>z(Ve.bind(s))):$&&z($.bind(s))}if(se(Wi,p),se(qi,w),se(zi,C),se(Gi,M),se(Vi,O),se(Ki,K),se(Qi,Le),se(Zi,je),se(Xi,he),se(Ji,F),se(hr,A),se(Yi,Rt),R(Ue))if(Ue.length){const z=e.exposed||(e.exposed={});Ue.forEach($=>{Object.defineProperty(z,$,{get:()=>s[$],set:Ve=>s[$]=Ve,enumerable:!0})})}else e.exposed||(e.exposed={});Y&&e.render===we&&(e.render=Y),rt!=null&&(e.inheritAttrs=rt),It&&(e.components=It),Mt&&(e.directives=Mt),Rt&&ur(e)}function so(e,t,s=we){R(e)&&(e=ws(e));for(const n in e){const r=e[n];let i;W(r)?"default"in r?i=$t(r.from||n,r.default,!0):i=$t(r.from||n):i=$t(r),te(i)?Object.defineProperty(t,n,{enumerable:!0,configurable:!0,get:()=>i.value,set:o=>i.value=o}):t[n]=i}}function fn(e,t,s){Ce(R(e)?e.map(n=>n.bind(t.proxy)):e.bind(t.proxy),t,s)}function pr(e,t,s,n){let r=n.includes(".")?fr(s,n):()=>s[n];if(J(e)){const i=t[e];I(i)&&fs(r,i)}else if(I(e))fs(r,e.bind(s));else if(W(e))if(R(e))e.forEach(i=>pr(i,t,s,n));else{const i=I(e.handler)?e.handler.bind(s):t[e.handler];I(i)&&fs(r,i,e)}}function gr(e){const t=e.type,{mixins:s,extends:n}=t,{mixins:r,optionsCache:i,config:{optionMergeStrategies:o}}=e.appContext,l=i.get(t);let f;return l?f=l:!r.length&&!s&&!n?f=t:(f={},r.length&&r.forEach(d=>qt(f,d,o,!0)),qt(f,t,o)),W(t)&&i.set(t,f),f}function qt(e,t,s,n=!1){const{mixins:r,extends:i}=t;i&&qt(e,i,s,!0),r&&r.forEach(o=>qt(e,o,s,!0));for(const o in t)if(!(n&&o==="expose")){const l=no[o]||s&&s[o];e[o]=l?l(e[o],t[o]):t[o]}return e}const no={data:un,props:an,emits:an,methods:ut,computed:ut,beforeCreate:ne,created:ne,beforeMount:ne,mounted:ne,beforeUpdate:ne,updated:ne,beforeDestroy:ne,beforeUnmount:ne,destroyed:ne,unmounted:ne,activated:ne,deactivated:ne,errorCaptured:ne,serverPrefetch:ne,components:ut,directives:ut,watch:io,provide:un,inject:ro};function un(e,t){return t?e?function(){return k(I(e)?e.call(this,this):e,I(t)?t.call(this,this):t)}:t:e}function ro(e,t){return ut(ws(e),ws(t))}function ws(e){if(R(e)){const t={};for(let s=0;s<e.length;s++)t[e[s]]=e[s];return t}return e}function ne(e,t){return e?[...new Set([].concat(e,t))]:t}function ut(e,t){return e?k(Object.create(null),e,t):t}function an(e,t){return e?R(e)&&R(t)?[...new Set([...e,...t])]:k(Object.create(null),cn(e),cn(t??{})):t}function io(e,t){if(!e)return t;if(!t)return e;const s=k(Object.create(null),e);for(const n in t)s[n]=ne(e[n],t[n]);return s}function mr(){return{app:null,config:{isNativeTag:Hn,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 oo=0;function lo(e,t){return function(n,r=null){I(n)||(n=k({},n)),r!=null&&!W(r)&&(r=null);const i=mr(),o=new WeakSet,l=[];let f=!1;const d=i.app={_uid:oo++,_component:n,_props:r,_container:null,_context:i,_instance:null,version:qo,get config(){return i.config},set config(a){},use(a,...p){return o.has(a)||(a&&I(a.install)?(o.add(a),a.install(d,...p)):I(a)&&(o.add(a),a(d,...p))),d},mixin(a){return i.mixins.includes(a)||i.mixins.push(a),d},component(a,p){return p?(i.components[a]=p,d):i.components[a]},directive(a,p){return p?(i.directives[a]=p,d):i.directives[a]},mount(a,p,w){if(!f){const C=d._ceVNode||Ge(n,r);return C.appContext=i,w===!0?w="svg":w===!1&&(w=void 0),e(C,a,w),f=!0,d._container=a,a.__vue_app__=d,ts(C.component)}},onUnmount(a){l.push(a)},unmount(){f&&(Ce(l,d._instance,16),e(null,d._container),delete d._container.__vue_app__)},provide(a,p){return i.provides[a]=p,d},runWithContext(a){const p=tt;tt=d;try{return a()}finally{tt=p}}};return d}}let tt=null;const co=(e,t)=>t==="modelValue"||t==="model-value"?e.modelModifiers:e[`${t}Modifiers`]||e[`${ue(t)}Modifiers`]||e[`${Je(t)}Modifiers`];function fo(e,t,...s){if(e.isUnmounted)return;const n=e.vnode.props||N;let r=s;const i=t.startsWith("update:"),o=i&&co(n,t.slice(7));o&&(o.trim&&(r=s.map(a=>J(a)?a.trim():a)),o.number&&(r=s.map(Rs)));let l,f=n[l=rs(t)]||n[l=rs(ue(t))];!f&&i&&(f=n[l=rs(Je(t))]),f&&Ce(f,e,6,r);const d=n[l+"Once"];if(d){if(!e.emitted)e.emitted={};else if(e.emitted[l])return;e.emitted[l]=!0,Ce(d,e,6,r)}}const uo=new WeakMap;function _r(e,t,s=!1){const n=s?uo:t.emitsCache,r=n.get(e);if(r!==void 0)return r;const i=e.emits;let o={},l=!1;if(!I(e)){const f=d=>{const a=_r(d,t,!0);a&&(l=!0,k(o,a))};!s&&t.mixins.length&&t.mixins.forEach(f),e.extends&&f(e.extends),e.mixins&&e.mixins.forEach(f)}return!i&&!l?(W(e)&&n.set(e,null),null):(R(i)?i.forEach(f=>o[f]=null):k(o,i),W(e)&&n.set(e,o),o)}function kt(e,t){return!e||!Gt(t)?!1:(t=t.slice(2).replace(/Once$/,""),L(e,t[0].toLowerCase()+t.slice(1))||L(e,Je(t))||L(e,t))}function dn(e){const{type:t,vnode:s,proxy:n,withProxy:r,propsOptions:[i],slots:o,attrs:l,emit:f,render:d,renderCache:a,props:p,data:w,setupState:C,ctx:M,inheritAttrs:O}=e,K=Bt(e);let q,F;try{if(s.shapeFlag&4){const A=r||n,Y=A;q=ve(d.call(Y,A,a,p,C,w,M)),F=l}else{const A=t;q=ve(A.length>1?A(p,{attrs:l,slots:o,emit:f}):A(p,null)),F=t.props?l:ao(l)}}catch(A){xt.length=0,Zt(A,e,1),q=Ge(st)}let B=q;if(F&&O!==!1){const A=Object.keys(F),{shapeFlag:Y}=B;A.length&&Y&7&&(i&&A.some(Jt)&&(F=ho(F,i)),B=nt(B,F,!1,!0))}return s.dirs&&(B=nt(B,null,!1,!0),B.dirs=B.dirs?B.dirs.concat(s.dirs):s.dirs),s.transition&&Bs(B,s.transition),q=B,Bt(K),q}const ao=e=>{let t;for(const s in e)(s==="class"||s==="style"||Gt(s))&&((t||(t={}))[s]=e[s]);return t},ho=(e,t)=>{const s={};for(const n in e)(!Jt(n)||!(n.slice(9)in t))&&(s[n]=e[n]);return s};function po(e,t,s){const{props:n,children:r,component:i}=e,{props:o,children:l,patchFlag:f}=t,d=i.emitsOptions;if(t.dirs||t.transition)return!0;if(s&&f>=0){if(f&1024)return!0;if(f&16)return n?hn(n,o,d):!!o;if(f&8){const a=t.dynamicProps;for(let p=0;p<a.length;p++){const w=a[p];if(br(o,n,w)&&!kt(d,w))return!0}}}else return(r||l)&&(!l||!l.$stable)?!0:n===o?!1:n?o?hn(n,o,d):!0:!!o;return!1}function hn(e,t,s){const n=Object.keys(t);if(n.length!==Object.keys(e).length)return!0;for(let r=0;r<n.length;r++){const i=n[r];if(br(t,e,i)&&!kt(s,i))return!0}return!1}function br(e,t,s){const n=e[s],r=t[s];return s==="style"&&W(n)&&W(r)?!Ms(n,r):n!==r}function go({vnode:e,parent:t,suspense:s},n){for(;t;){const r=t.subTree;if(r.suspense&&r.suspense.activeBranch===e&&(r.suspense.vnode.el=r.el=n,e=r),r===e)(e=t.vnode).el=n,t=t.parent;else break}s&&s.activeBranch===e&&(s.vnode.el=n)}const xr={},yr=()=>Object.create(xr),vr=e=>Object.getPrototypeOf(e)===xr;function mo(e,t,s,n=!1){const r={},i=yr();e.propsDefaults=Object.create(null),Sr(e,t,r,i);for(const o in e.propsOptions[0])o in r||(r[o]=void 0);s?e.props=n?r:bi(r):e.type.props?e.props=r:e.props=i,e.attrs=i}function _o(e,t,s,n){const{props:r,attrs:i,vnode:{patchFlag:o}}=e,l=j(r),[f]=e.propsOptions;let d=!1;if((n||o>0)&&!(o&16)){if(o&8){const a=e.vnode.dynamicProps;for(let p=0;p<a.length;p++){let w=a[p];if(kt(e.emitsOptions,w))continue;const C=t[w];if(f)if(L(i,w))C!==i[w]&&(i[w]=C,d=!0);else{const M=ue(w);r[M]=Cs(f,l,M,C,e,!1)}else C!==i[w]&&(i[w]=C,d=!0)}}}else{Sr(e,t,r,i)&&(d=!0);let a;for(const p in l)(!t||!L(t,p)&&((a=Je(p))===p||!L(t,a)))&&(f?s&&(s[p]!==void 0||s[a]!==void 0)&&(r[p]=Cs(f,l,p,void 0,e,!0)):delete r[p]);if(i!==l)for(const p in i)(!t||!L(t,p))&&(delete i[p],d=!0)}d&&Ae(e.attrs,"set","")}function Sr(e,t,s,n){const[r,i]=e.propsOptions;let o=!1,l;if(t)for(let f in t){if(ht(f))continue;const d=t[f];let a;r&&L(r,a=ue(f))?!i||!i.includes(a)?s[a]=d:(l||(l={}))[a]=d:kt(e.emitsOptions,f)||(!(f in n)||d!==n[f])&&(n[f]=d,o=!0)}if(i){const f=j(s),d=l||N;for(let a=0;a<i.length;a++){const p=i[a];s[p]=Cs(r,f,p,d[p],e,!L(d,p))}}return o}function Cs(e,t,s,n,r,i){const o=e[s];if(o!=null){const l=L(o,"default");if(l&&n===void 0){const f=o.default;if(o.type!==Function&&!o.skipFactory&&I(f)){const{propsDefaults:d}=r;if(s in d)n=d[s];else{const a=At(r);n=d[s]=f.call(null,t),a()}}else n=f;r.ce&&r.ce._setProp(s,n)}o[0]&&(i&&!l?n=!1:o[1]&&(n===""||n===Je(s))&&(n=!0))}return n}const bo=new WeakMap;function wr(e,t,s=!1){const n=s?bo:t.propsCache,r=n.get(e);if(r)return r;const i=e.props,o={},l=[];let f=!1;if(!I(e)){const a=p=>{f=!0;const[w,C]=wr(p,t,!0);k(o,w),C&&l.push(...C)};!s&&t.mixins.length&&t.mixins.forEach(a),e.extends&&a(e.extends),e.mixins&&e.mixins.forEach(a)}if(!i&&!f)return W(e)&&n.set(e,Qe),Qe;if(R(i))for(let a=0;a<i.length;a++){const p=ue(i[a]);pn(p)&&(o[p]=N)}else if(i)for(const a in i){const p=ue(a);if(pn(p)){const w=i[a],C=o[p]=R(w)||I(w)?{type:w}:k({},w),M=C.type;let O=!1,K=!0;if(R(M))for(let q=0;q<M.length;++q){const F=M[q],B=I(F)&&F.name;if(B==="Boolean"){O=!0;break}else B==="String"&&(K=!1)}else O=I(M)&&M.name==="Boolean";C[0]=O,C[1]=K,(O||L(C,"default"))&&l.push(p)}}const d=[o,l];return W(e)&&n.set(e,d),d}function pn(e){return e[0]!=="$"&&!ht(e)}const Ws=e=>e==="_"||e==="_ctx"||e==="$stable",qs=e=>R(e)?e.map(ve):[ve(e)],xo=(e,t,s)=>{if(t._n)return t;const n=Mi((...r)=>qs(t(...r)),s);return n._c=!1,n},Cr=(e,t,s)=>{const n=e._ctx;for(const r in e){if(Ws(r))continue;const i=e[r];if(I(i))t[r]=xo(r,i,n);else if(i!=null){const o=qs(i);t[r]=()=>o}}},Tr=(e,t)=>{const s=qs(t);e.slots.default=()=>s},Er=(e,t,s)=>{for(const n in t)(s||!Ws(n))&&(e[n]=t[n])},yo=(e,t,s)=>{const n=e.slots=yr();if(e.vnode.shapeFlag&32){const r=t._;r?(Er(n,t,s),s&&Un(n,"_",r,!0)):Cr(t,n)}else t&&Tr(e,t)},vo=(e,t,s)=>{const{vnode:n,slots:r}=e;let i=!0,o=N;if(n.shapeFlag&32){const l=t._;l?s&&l===1?i=!1:Er(r,t,s):(i=!t.$stable,Cr(t,r)),o=t}else t&&(Tr(e,t),o={default:1});if(i)for(const l in r)!Ws(l)&&o[l]==null&&delete r[l]},oe=Eo;function So(e){return wo(e)}function wo(e,t){const s=Xt();s.__VUE__=!0;const{insert:n,remove:r,patchProp:i,createElement:o,createText:l,createComment:f,setText:d,setElementText:a,parentNode:p,nextSibling:w,setScopeId:C=we,insertStaticContent:M}=e,O=(c,u,h,b=null,g=null,m=null,v=void 0,y=null,x=!!u.dynamicChildren)=>{if(c===u)return;c&&!ft(c,u)&&(b=Dt(c),pe(c,g,m,!0),c=null),u.patchFlag===-2&&(x=!1,u.dynamicChildren=null);const{type:_,ref:E,shapeFlag:S}=u;switch(_){case es:K(c,u,h,b);break;case st:q(c,u,h,b);break;case ds:c==null&&F(u,h,b,v);break;case Oe:It(c,u,h,b,g,m,v,y,x);break;default:S&1?Y(c,u,h,b,g,m,v,y,x):S&6?Mt(c,u,h,b,g,m,v,y,x):(S&64||S&128)&&_.process(c,u,h,b,g,m,v,y,x,ot)}E!=null&&g?mt(E,c&&c.ref,m,u||c,!u):E==null&&c&&c.ref!=null&&mt(c.ref,null,m,c,!0)},K=(c,u,h,b)=>{if(c==null)n(u.el=l(u.children),h,b);else{const g=u.el=c.el;u.children!==c.children&&d(g,u.children)}},q=(c,u,h,b)=>{c==null?n(u.el=f(u.children||""),h,b):u.el=c.el},F=(c,u,h,b)=>{[c.el,c.anchor]=M(c.children,u,h,b,c.el,c.anchor)},B=({el:c,anchor:u},h,b)=>{let g;for(;c&&c!==u;)g=w(c),n(c,h,b),c=g;n(u,h,b)},A=({el:c,anchor:u})=>{let h;for(;c&&c!==u;)h=w(c),r(c),c=h;r(u)},Y=(c,u,h,b,g,m,v,y,x)=>{if(u.type==="svg"?v="svg":u.type==="math"&&(v="mathml"),c==null)je(u,h,b,g,m,v,y,x);else{const _=c.el&&c.el._isVueCE?c.el:null;try{_&&_._beginPatch(),Rt(c,u,g,m,v,y,x)}finally{_&&_._endPatch()}}},je=(c,u,h,b,g,m,v,y)=>{let x,_;const{props:E,shapeFlag:S,transition:T,dirs:P}=c;if(x=c.el=o(c.type,m,E&&E.is,E),S&8?a(x,c.children):S&16&&Le(c.children,x,null,b,g,as(c,m),v,y),P&&Be(c,null,b,"created"),he(x,c,c.scopeId,v,b),E){for(const H in E)H!=="value"&&!ht(H)&&i(x,H,null,E[H],m,b);"value"in E&&i(x,"value",null,E.value,m),(_=E.onVnodeBeforeMount)&&be(_,b,c)}P&&Be(c,null,b,"beforeMount");const D=Co(g,T);D&&T.beforeEnter(x),n(x,u,h),((_=E&&E.onVnodeMounted)||D||P)&&oe(()=>{try{_&&be(_,b,c),D&&T.enter(x),P&&Be(c,null,b,"mounted")}finally{}},g)},he=(c,u,h,b,g)=>{if(h&&C(c,h),b)for(let m=0;m<b.length;m++)C(c,b[m]);if(g){let m=g.subTree;if(u===m||Rr(m.type)&&(m.ssContent===u||m.ssFallback===u)){const v=g.vnode;he(c,v,v.scopeId,v.slotScopeIds,g.parent)}}},Le=(c,u,h,b,g,m,v,y,x=0)=>{for(let _=x;_<c.length;_++){const E=c[_]=y?Pe(c[_]):ve(c[_]);O(null,E,u,h,b,g,m,v,y)}},Rt=(c,u,h,b,g,m,v)=>{const y=u.el=c.el;let{patchFlag:x,dynamicChildren:_,dirs:E}=u;x|=c.patchFlag&16;const S=c.props||N,T=u.props||N;let P;if(h&&We(h,!1),(P=T.onVnodeBeforeUpdate)&&be(P,h,u,c),E&&Be(u,c,h,"beforeUpdate"),h&&We(h,!0),(S.innerHTML&&T.innerHTML==null||S.textContent&&T.textContent==null)&&a(y,""),_?Ue(c.dynamicChildren,_,y,h,b,as(u,g),m):v||$(c,u,y,null,h,b,as(u,g),m,!1),x>0){if(x&16)rt(y,S,T,h,g);else if(x&2&&S.class!==T.class&&i(y,"class",null,T.class,g),x&4&&i(y,"style",S.style,T.style,g),x&8){const D=u.dynamicProps;for(let H=0;H<D.length;H++){const U=D[H],G=S[U],Z=T[U];(Z!==G||U==="value")&&i(y,U,G,Z,g,h)}}x&1&&c.children!==u.children&&a(y,u.children)}else!v&&_==null&&rt(y,S,T,h,g);((P=T.onVnodeUpdated)||E)&&oe(()=>{P&&be(P,h,u,c),E&&Be(u,c,h,"updated")},b)},Ue=(c,u,h,b,g,m,v)=>{for(let y=0;y<u.length;y++){const x=c[y],_=u[y],E=x.el&&(x.type===Oe||!ft(x,_)||x.shapeFlag&198)?p(x.el):h;O(x,_,E,null,b,g,m,v,!0)}},rt=(c,u,h,b,g)=>{if(u!==h){if(u!==N)for(const m in u)!ht(m)&&!(m in h)&&i(c,m,u[m],null,g,b);for(const m in h){if(ht(m))continue;const v=h[m],y=u[m];v!==y&&m!=="value"&&i(c,m,y,v,g,b)}"value"in h&&i(c,"value",u.value,h.value,g)}},It=(c,u,h,b,g,m,v,y,x)=>{const _=u.el=c?c.el:l(""),E=u.anchor=c?c.anchor:l("");let{patchFlag:S,dynamicChildren:T,slotScopeIds:P}=u;P&&(y=y?y.concat(P):P),c==null?(n(_,h,b),n(E,h,b),Le(u.children||[],h,E,g,m,v,y,x)):S>0&&S&64&&T&&c.dynamicChildren&&c.dynamicChildren.length===T.length?(Ue(c.dynamicChildren,T,h,g,m,v,y),(u.key!=null||g&&u===g.subTree)&&Or(c,u,!0)):$(c,u,h,E,g,m,v,y,x)},Mt=(c,u,h,b,g,m,v,y,x)=>{u.slotScopeIds=y,c==null?u.shapeFlag&512?g.ctx.activate(u,h,b,v,x):ss(u,h,b,g,m,v,x):Gs(c,u,x)},ss=(c,u,h,b,g,m,v)=>{const y=c.component=Ho(c,b,g);if(ar(c)&&(y.ctx.renderer=ot),$o(y,!1,v),y.asyncDep){if(g&&g.registerDep(y,se,v),!c.el){const x=y.subTree=Ge(st);q(null,x,u,h),c.placeholder=x.el}}else se(y,c,u,h,g,m,v)},Gs=(c,u,h)=>{const b=u.component=c.component;if(po(c,u,h))if(b.asyncDep&&!b.asyncResolved){z(b,u,h);return}else b.next=u,b.update();else u.el=c.el,b.vnode=u},se=(c,u,h,b,g,m,v)=>{const y=()=>{if(c.isMounted){let{next:S,bu:T,u:P,parent:D,vnode:H}=c;{const me=Pr(c);if(me){S&&(S.el=H.el,z(c,S,v)),me.asyncDep.then(()=>{oe(()=>{c.isUnmounted||_()},g)});return}}let U=S,G;We(c,!1),S?(S.el=H.el,z(c,S,v)):S=H,T&&Nt(T),(G=S.props&&S.props.onVnodeBeforeUpdate)&&be(G,D,S,H),We(c,!0);const Z=dn(c),ge=c.subTree;c.subTree=Z,O(ge,Z,p(ge.el),Dt(ge),c,g,m),S.el=Z.el,U===null&&go(c,Z.el),P&&oe(P,g),(G=S.props&&S.props.onVnodeUpdated)&&oe(()=>be(G,D,S,H),g)}else{let S;const{el:T,props:P}=u,{bm:D,m:H,parent:U,root:G,type:Z}=c,ge=_t(u);We(c,!1),D&&Nt(D),!ge&&(S=P&&P.onVnodeBeforeMount)&&be(S,U,u),We(c,!0);{G.ce&&G.ce._hasShadowRoot()&&G.ce._injectChildStyle(Z,c.parent?c.parent.type:void 0);const me=c.subTree=dn(c);O(null,me,h,b,c,g,m),u.el=me.el}if(H&&oe(H,g),!ge&&(S=P&&P.onVnodeMounted)){const me=u;oe(()=>be(S,U,me),g)}(u.shapeFlag&256||U&&_t(U.vnode)&&U.vnode.shapeFlag&256)&&c.a&&oe(c.a,g),c.isMounted=!0,u=h=b=null}};c.scope.on();const x=c.effect=new Kn(y);c.scope.off();const _=c.update=x.run.bind(x),E=c.job=x.runIfDirty.bind(x);E.i=c,E.id=c.uid,x.scheduler=()=>Ks(E),We(c,!0),_()},z=(c,u,h)=>{u.component=c;const b=c.vnode.props;c.vnode=u,c.next=null,_o(c,u.props,b,h),vo(c,u.children,h),Ie(),nn(c),Me()},$=(c,u,h,b,g,m,v,y,x=!1)=>{const _=c&&c.children,E=c?c.shapeFlag:0,S=u.children,{patchFlag:T,shapeFlag:P}=u;if(T>0){if(T&128){Ft(_,S,h,b,g,m,v,y,x);return}else if(T&256){Ve(_,S,h,b,g,m,v,y,x);return}}P&8?(E&16&&it(_,g,m),S!==_&&a(h,S)):E&16?P&16?Ft(_,S,h,b,g,m,v,y,x):it(_,g,m,!0):(E&8&&a(h,""),P&16&&Le(S,h,b,g,m,v,y,x))},Ve=(c,u,h,b,g,m,v,y,x)=>{c=c||Qe,u=u||Qe;const _=c.length,E=u.length,S=Math.min(_,E);let T;for(T=0;T<S;T++){const P=u[T]=x?Pe(u[T]):ve(u[T]);O(c[T],P,h,null,g,m,v,y,x)}_>E?it(c,g,m,!0,!1,S):Le(u,h,b,g,m,v,y,x,S)},Ft=(c,u,h,b,g,m,v,y,x)=>{let _=0;const E=u.length;let S=c.length-1,T=E-1;for(;_<=S&&_<=T;){const P=c[_],D=u[_]=x?Pe(u[_]):ve(u[_]);if(ft(P,D))O(P,D,h,null,g,m,v,y,x);else break;_++}for(;_<=S&&_<=T;){const P=c[S],D=u[T]=x?Pe(u[T]):ve(u[T]);if(ft(P,D))O(P,D,h,null,g,m,v,y,x);else break;S--,T--}if(_>S){if(_<=T){const P=T+1,D=P<E?u[P].el:b;for(;_<=T;)O(null,u[_]=x?Pe(u[_]):ve(u[_]),h,D,g,m,v,y,x),_++}}else if(_>T)for(;_<=S;)pe(c[_],g,m,!0),_++;else{const P=_,D=_,H=new Map;for(_=D;_<=T;_++){const le=u[_]=x?Pe(u[_]):ve(u[_]);le.key!=null&&H.set(le.key,_)}let U,G=0;const Z=T-D+1;let ge=!1,me=0;const lt=new Array(Z);for(_=0;_<Z;_++)lt[_]=0;for(_=P;_<=S;_++){const le=c[_];if(G>=Z){pe(le,g,m,!0);continue}let _e;if(le.key!=null)_e=H.get(le.key);else for(U=D;U<=T;U++)if(lt[U-D]===0&&ft(le,u[U])){_e=U;break}_e===void 0?pe(le,g,m,!0):(lt[_e-D]=_+1,_e>=me?me=_e:ge=!0,O(le,u[_e],h,null,g,m,v,y,x),G++)}const Xs=ge?To(lt):Qe;for(U=Xs.length-1,_=Z-1;_>=0;_--){const le=D+_,_e=u[le],Zs=u[le+1],Qs=le+1<E?Zs.el||Ar(Zs):b;lt[_]===0?O(null,_e,h,Qs,g,m,v,y,x):ge&&(U<0||_!==Xs[U]?Ke(_e,h,Qs,2):U--)}}},Ke=(c,u,h,b,g=null)=>{const{el:m,type:v,transition:y,children:x,shapeFlag:_}=c;if(_&6){Ke(c.component.subTree,u,h,b);return}if(_&128){c.suspense.move(u,h,b);return}if(_&64){v.move(c,u,h,ot);return}if(v===Oe){n(m,u,h);for(let S=0;S<x.length;S++)Ke(x[S],u,h,b);n(c.anchor,u,h);return}if(v===ds){B(c,u,h);return}if(b!==2&&_&1&&y)if(b===0)y.beforeEnter(m),n(m,u,h),oe(()=>y.enter(m),g);else{const{leave:S,delayLeave:T,afterLeave:P}=y,D=()=>{c.ctx.isUnmounted?r(m):n(m,u,h)},H=()=>{m._isLeaving&&m[$i](!0),S(m,()=>{D(),P&&P()})};T?T(m,D,H):H()}else n(m,u,h)},pe=(c,u,h,b=!1,g=!1)=>{const{type:m,props:v,ref:y,children:x,dynamicChildren:_,shapeFlag:E,patchFlag:S,dirs:T,cacheIndex:P,memo:D}=c;if(S===-2&&(g=!1),y!=null&&(Ie(),mt(y,null,h,c,!0),Me()),P!=null&&(u.renderCache[P]=void 0),E&256){u.ctx.deactivate(c);return}const H=E&1&&T,U=!_t(c);let G;if(U&&(G=v&&v.onVnodeBeforeUnmount)&&be(G,u,c),E&6)Hr(c.component,h,b);else{if(E&128){c.suspense.unmount(h,b);return}H&&Be(c,null,u,"beforeUnmount"),E&64?c.type.remove(c,u,h,ot,b):_&&!_.hasOnce&&(m!==Oe||S>0&&S&64)?it(_,u,h,!1,!0):(m===Oe&&S&384||!g&&E&16)&&it(x,u,h),b&&Js(c)}const Z=D!=null&&P==null;(U&&(G=v&&v.onVnodeUnmounted)||H||Z)&&oe(()=>{G&&be(G,u,c),H&&Be(c,null,u,"unmounted"),Z&&(c.el=null)},h)},Js=c=>{const{type:u,el:h,anchor:b,transition:g}=c;if(u===Oe){Lr(h,b);return}if(u===ds){A(c);return}const m=()=>{r(h),g&&!g.persisted&&g.afterLeave&&g.afterLeave()};if(c.shapeFlag&1&&g&&!g.persisted){const{leave:v,delayLeave:y}=g,x=()=>v(h,m);y?y(c.el,m,x):x()}else m()},Lr=(c,u)=>{let h;for(;c!==u;)h=w(c),r(c),c=h;r(u)},Hr=(c,u,h)=>{const{bum:b,scope:g,job:m,subTree:v,um:y,m:x,a:_}=c;gn(x),gn(_),b&&Nt(b),g.stop(),m&&(m.flags|=8,pe(v,c,u,h)),y&&oe(y,u),oe(()=>{c.isUnmounted=!0},u)},it=(c,u,h,b=!1,g=!1,m=0)=>{for(let v=m;v<c.length;v++)pe(c[v],u,h,b,g)},Dt=c=>{if(c.shapeFlag&6)return Dt(c.component.subTree);if(c.shapeFlag&128)return c.suspense.next();const u=w(c.anchor||c.el),h=u&&u[Hi];return h?w(h):u};let ns=!1;const Ys=(c,u,h)=>{let b;c==null?u._vnode&&(pe(u._vnode,null,null,!0),b=u._vnode.component):O(u._vnode||null,c,u,null,null,null,h),u._vnode=c,ns||(ns=!0,nn(b),ir(),ns=!1)},ot={p:O,um:pe,m:Ke,r:Js,mt:ss,mc:Le,pc:$,pbc:Ue,n:Dt,o:e};return{render:Ys,hydrate:void 0,createApp:lo(Ys)}}function as({type:e,props:t},s){return s==="svg"&&e==="foreignObject"||s==="mathml"&&e==="annotation-xml"&&t&&t.encoding&&t.encoding.includes("html")?void 0:s}function We({effect:e,job:t},s){s?(e.flags|=32,t.flags|=4):(e.flags&=-33,t.flags&=-5)}function Co(e,t){return(!e||e&&!e.pendingBranch)&&t&&!t.persisted}function Or(e,t,s=!1){const n=e.children,r=t.children;if(R(n)&&R(r))for(let i=0;i<n.length;i++){const o=n[i];let l=r[i];l.shapeFlag&1&&!l.dynamicChildren&&((l.patchFlag<=0||l.patchFlag===32)&&(l=r[i]=Pe(r[i]),l.el=o.el),!s&&l.patchFlag!==-2&&Or(o,l)),l.type===es&&(l.patchFlag===-1&&(l=r[i]=Pe(l)),l.el=o.el),l.type===st&&!l.el&&(l.el=o.el)}}function To(e){const t=e.slice(),s=[0];let n,r,i,o,l;const f=e.length;for(n=0;n<f;n++){const d=e[n];if(d!==0){if(r=s[s.length-1],e[r]<d){t[n]=r,s.push(n);continue}for(i=0,o=s.length-1;i<o;)l=i+o>>1,e[s[l]]<d?i=l+1:o=l;d<e[s[i]]&&(i>0&&(t[n]=s[i-1]),s[i]=n)}}for(i=s.length,o=s[i-1];i-- >0;)s[i]=o,o=t[o];return s}function Pr(e){const t=e.subTree.component;if(t)return t.asyncDep&&!t.asyncResolved?t:Pr(t)}function gn(e){if(e)for(let t=0;t<e.length;t++)e[t].flags|=8}function Ar(e){if(e.placeholder)return e.placeholder;const t=e.component;return t?Ar(t.subTree):null}const Rr=e=>e.__isSuspense;function Eo(e,t){t&&t.pendingBranch?R(e)?t.effects.push(...e):t.effects.push(e):Ii(e)}const Oe=Symbol.for("v-fgt"),es=Symbol.for("v-txt"),st=Symbol.for("v-cmt"),ds=Symbol.for("v-stc"),xt=[];let ce=null;function Oo(e=!1){xt.push(ce=e?null:[])}function Po(){xt.pop(),ce=xt[xt.length-1]||null}let Tt=1;function mn(e,t=!1){Tt+=e,e<0&&ce&&t&&(ce.hasOnce=!0)}function Ao(e){return e.dynamicChildren=Tt>0?ce||Qe:null,Po(),Tt>0&&ce&&ce.push(e),e}function Ro(e,t,s,n,r,i){return Ao(X(e,t,s,n,r,i,!0))}function Ir(e){return e?e.__v_isVNode===!0:!1}function ft(e,t){return e.type===t.type&&e.key===t.key}const Mr=({key:e})=>e??null,Ut=({ref:e,ref_key:t,ref_for:s})=>(typeof e=="number"&&(e=""+e),e!=null?J(e)||te(e)||I(e)?{i:fe,r:e,k:t,f:!!s}:e:null);function X(e,t=null,s=null,n=0,r=null,i=e===Oe?0:1,o=!1,l=!1){const f={__v_isVNode:!0,__v_skip:!0,type:e,props:t,key:t&&Mr(t),ref:t&&Ut(t),scopeId:lr,slotScopeIds:null,children:s,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:n,dynamicProps:r,dynamicChildren:null,appContext:null,ctx:fe};return l?(zs(f,s),i&128&&e.normalize(f)):s&&(f.shapeFlag|=J(s)?8:16),Tt>0&&!o&&ce&&(f.patchFlag>0||i&6)&&f.patchFlag!==32&&ce.push(f),f}const Ge=Io;function Io(e,t=null,s=null,n=0,r=null,i=!1){if((!e||e===ki)&&(e=st),Ir(e)){const l=nt(e,t,!0);return s&&zs(l,s),Tt>0&&!i&&ce&&(l.shapeFlag&6?ce[ce.indexOf(e)]=l:ce.push(l)),l.patchFlag=-2,l}if(Bo(e)&&(e=e.__vccOpts),t){t=Mo(t);let{class:l,style:f}=t;l&&!J(l)&&(t.class=Is(l)),W(f)&&(Vs(f)&&!R(f)&&(f=k({},f)),t.style=yt(f))}const o=J(e)?1:Rr(e)?128:Ni(e)?64:W(e)?4:I(e)?2:0;return X(e,t,s,n,r,o,i,!0)}function Mo(e){return e?Vs(e)||vr(e)?k({},e):e:null}function nt(e,t,s=!1,n=!1){const{props:r,ref:i,patchFlag:o,children:l,transition:f}=e,d=t?Do(r||{},t):r,a={__v_isVNode:!0,__v_skip:!0,type:e.type,props:d,key:d&&Mr(d),ref:t&&t.ref?s&&i?R(i)?i.concat(Ut(t)):[i,Ut(t)]:Ut(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!==Oe?o===-1?16:o|16:o,dynamicProps:e.dynamicProps,dynamicChildren:e.dynamicChildren,appContext:e.appContext,dirs:e.dirs,transition:f,component:e.component,suspense:e.suspense,ssContent:e.ssContent&&nt(e.ssContent),ssFallback:e.ssFallback&&nt(e.ssFallback),placeholder:e.placeholder,el:e.el,anchor:e.anchor,ctx:e.ctx,ce:e.ce};return f&&n&&Bs(a,f.clone(a)),a}function Fo(e=" ",t=0){return Ge(es,null,e,t)}function ve(e){return e==null||typeof e=="boolean"?Ge(st):R(e)?Ge(Oe,null,e.slice()):Ir(e)?Pe(e):Ge(es,null,String(e))}function Pe(e){return e.el===null&&e.patchFlag!==-1||e.memo?e:nt(e)}function zs(e,t){let s=0;const{shapeFlag:n}=e;if(t==null)t=null;else if(R(t))s=16;else if(typeof t=="object")if(n&65){const r=t.default;r&&(r._c&&(r._d=!1),zs(e,r()),r._c&&(r._d=!0));return}else{s=32;const r=t._;!r&&!vr(t)?t._ctx=fe:r===3&&fe&&(fe.slots._===1?t._=1:(t._=2,e.patchFlag|=1024))}else I(t)?(t={default:t,_ctx:fe},s=32):(t=String(t),n&64?(s=16,t=[Fo(t)]):s=8);e.children=t,e.shapeFlag|=s}function Do(...e){const t={};for(let s=0;s<e.length;s++){const n=e[s];for(const r in n)if(r==="class")t.class!==n.class&&(t.class=Is([t.class,n.class]));else if(r==="style")t.style=yt([t.style,n.style]);else if(Gt(r)){const i=t[r],o=n[r];o&&i!==o&&!(R(i)&&i.includes(o))?t[r]=i?[].concat(i,o):o:o==null&&i==null&&!Jt(r)&&(t[r]=o)}else r!==""&&(t[r]=n[r])}return t}function be(e,t,s,n=null){Ce(e,t,7,[s,n])}const jo=mr();let Lo=0;function Ho(e,t,s){const n=e.type,r=(t?t.appContext:e.appContext)||jo,i={uid:Lo++,vnode:e,type:n,parent:t,appContext:r,root:null,next:null,subTree:null,effect:null,update:null,job:null,scope:new Qr(!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:wr(n,r),emitsOptions:_r(n,r),emit:null,emitted:null,propsDefaults:N,inheritAttrs:n.inheritAttrs,ctx:N,data:N,props:N,attrs:N,slots:N,refs:N,setupState:N,setupContext:null,suspense:s,suspenseId:s?s.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=fo.bind(null,i),e.ce&&e.ce(i),i}let ie=null;const No=()=>ie||fe;let zt,Ts;{const e=Xt(),t=(s,n)=>{let r;return(r=e[s])||(r=e[s]=[]),r.push(n),i=>{r.length>1?r.forEach(o=>o(i)):r[0](i)}};zt=t("__VUE_INSTANCE_SETTERS__",s=>ie=s),Ts=t("__VUE_SSR_SETTERS__",s=>Et=s)}const At=e=>{const t=ie;return zt(e),e.scope.on(),()=>{e.scope.off(),zt(t)}},_n=()=>{ie&&ie.scope.off(),zt(null)};function Fr(e){return e.vnode.shapeFlag&4}let Et=!1;function $o(e,t=!1,s=!1){t&&Ts(t);const{props:n,children:r}=e.vnode,i=Fr(e);mo(e,n,i,t),yo(e,r,s||t);const o=i?Uo(e,t):void 0;return t&&Ts(!1),o}function Uo(e,t){const s=e.type;e.accessCache=Object.create(null),e.proxy=new Proxy(e.ctx,eo);const{setup:n}=s;if(n){Ie();const r=e.setupContext=n.length>1?Ko(e):null,i=At(e),o=Pt(n,e,0,[e.props,r]),l=Nn(o);if(Me(),i(),(l||e.sp)&&!_t(e)&&ur(e),l){if(o.then(_n,_n),t)return o.then(f=>{bn(e,f)}).catch(f=>{Zt(f,e,0)});e.asyncDep=o}else bn(e,o)}else Dr(e)}function bn(e,t,s){I(t)?e.type.__ssrInlineRender?e.ssrRender=t:e.render=t:W(t)&&(e.setupState=sr(t)),Dr(e)}function Dr(e,t,s){const n=e.type;e.render||(e.render=n.render||we);{const r=At(e);Ie();try{to(e)}finally{Me(),r()}}}const Vo={get(e,t){return ee(e,"get",""),e[t]}};function Ko(e){const t=s=>{e.exposed=s||{}};return{attrs:new Proxy(e.attrs,Vo),slots:e.slots,emit:e.emit,expose:t}}function ts(e){return e.exposed?e.exposeProxy||(e.exposeProxy=new Proxy(sr(xi(e.exposed)),{get(t,s){if(s in t)return t[s];if(s in bt)return bt[s](e)},has(t,s){return s in t||s in bt}})):e.proxy}function Bo(e){return I(e)&&"__vccOpts"in e}const Wo=(e,t)=>Ti(e,t,Et),qo="3.5.34";/**
14
- * @vue/runtime-dom v3.5.34
15
- * (c) 2018-present Yuxi (Evan) You and Vue contributors
16
- * @license MIT
17
- **/let Es;const xn=typeof window<"u"&&window.trustedTypes;if(xn)try{Es=xn.createPolicy("vue",{createHTML:e=>e})}catch{}const jr=Es?e=>Es.createHTML(e):e=>e,zo="http://www.w3.org/2000/svg",Go="http://www.w3.org/1998/Math/MathML",Ee=typeof document<"u"?document:null,yn=Ee&&Ee.createElement("template"),Jo={insert:(e,t,s)=>{t.insertBefore(e,s||null)},remove:e=>{const t=e.parentNode;t&&t.removeChild(e)},createElement:(e,t,s,n)=>{const r=t==="svg"?Ee.createElementNS(zo,e):t==="mathml"?Ee.createElementNS(Go,e):s?Ee.createElement(e,{is:s}):Ee.createElement(e);return e==="select"&&n&&n.multiple!=null&&r.setAttribute("multiple",n.multiple),r},createText:e=>Ee.createTextNode(e),createComment:e=>Ee.createComment(e),setText:(e,t)=>{e.nodeValue=t},setElementText:(e,t)=>{e.textContent=t},parentNode:e=>e.parentNode,nextSibling:e=>e.nextSibling,querySelector:e=>Ee.querySelector(e),setScopeId(e,t){e.setAttribute(t,"")},insertStaticContent(e,t,s,n,r,i){const o=s?s.previousSibling:t.lastChild;if(r&&(r===i||r.nextSibling))for(;t.insertBefore(r.cloneNode(!0),s),!(r===i||!(r=r.nextSibling)););else{yn.innerHTML=jr(n==="svg"?`<svg>${e}</svg>`:n==="mathml"?`<math>${e}</math>`:e);const l=yn.content;if(n==="svg"||n==="mathml"){const f=l.firstChild;for(;f.firstChild;)l.appendChild(f.firstChild);l.removeChild(f)}t.insertBefore(l,s)}return[o?o.nextSibling:t.firstChild,s?s.previousSibling:t.lastChild]}},Yo=Symbol("_vtc");function Xo(e,t,s){const n=e[Yo];n&&(t=(t?[t,...n]:[...n]).join(" ")),t==null?e.removeAttribute("class"):s?e.setAttribute("class",t):e.className=t}const vn=Symbol("_vod"),Zo=Symbol("_vsh"),Qo=Symbol(""),ko=/(?:^|;)\s*display\s*:/;function el(e,t,s){const n=e.style,r=J(s);let i=!1;if(s&&!r){if(t)if(J(t))for(const o of t.split(";")){const l=o.slice(0,o.indexOf(":")).trim();s[l]==null&&at(n,l,"")}else for(const o in t)s[o]==null&&at(n,o,"");for(const o in s){o==="display"&&(i=!0);const l=s[o];l!=null?sl(e,o,!J(t)&&t?t[o]:void 0,l)||at(n,o,l):at(n,o,"")}}else if(r){if(t!==s){const o=n[Qo];o&&(s+=";"+o),n.cssText=s,i=ko.test(s)}}else t&&e.removeAttribute("style");vn in e&&(e[vn]=i?n.display:"",e[Zo]&&(n.display="none"))}const Sn=/\s*!important$/;function at(e,t,s){if(R(s))s.forEach(n=>at(e,t,n));else if(s==null&&(s=""),t.startsWith("--"))e.setProperty(t,s);else{const n=tl(e,t);Sn.test(s)?e.setProperty(Je(n),s.replace(Sn,""),"important"):e[n]=s}}const wn=["Webkit","Moz","ms"],hs={};function tl(e,t){const s=hs[t];if(s)return s;let n=ue(t);if(n!=="filter"&&n in e)return hs[t]=n;n=$n(n);for(let r=0;r<wn.length;r++){const i=wn[r]+n;if(i in e)return hs[t]=i}return t}function sl(e,t,s,n){return e.tagName==="TEXTAREA"&&(t==="width"||t==="height")&&J(n)&&s===n}const Cn="http://www.w3.org/1999/xlink";function Tn(e,t,s,n,r,i=Xr(t)){n&&t.startsWith("xlink:")?s==null?e.removeAttributeNS(Cn,t.slice(6,t.length)):e.setAttributeNS(Cn,t,s):s==null||i&&!Vn(s)?e.removeAttribute(t):e.setAttribute(t,i?"":Ne(s)?String(s):s)}function En(e,t,s,n,r){if(t==="innerHTML"||t==="textContent"){s!=null&&(e[t]=t==="innerHTML"?jr(s):s);return}const i=e.tagName;if(t==="value"&&i!=="PROGRESS"&&!i.includes("-")){const l=i==="OPTION"?e.getAttribute("value")||"":e.value,f=s==null?e.type==="checkbox"?"on":"":String(s);(l!==f||!("_value"in e))&&(e.value=f),s==null&&e.removeAttribute(t),e._value=s;return}let o=!1;if(s===""||s==null){const l=typeof e[t];l==="boolean"?s=Vn(s):s==null&&l==="string"?(s="",o=!0):l==="number"&&(s=0,o=!0)}try{e[t]=s}catch{}o&&e.removeAttribute(r||t)}function Ze(e,t,s,n){e.addEventListener(t,s,n)}function nl(e,t,s,n){e.removeEventListener(t,s,n)}const On=Symbol("_vei");function rl(e,t,s,n,r=null){const i=e[On]||(e[On]={}),o=i[t];if(n&&o)o.value=n;else{const[l,f]=il(t);if(n){const d=i[t]=cl(n,r);Ze(e,l,d,f)}else o&&(nl(e,l,o,f),i[t]=void 0)}}const Pn=/(?:Once|Passive|Capture)$/;function il(e){let t;if(Pn.test(e)){t={};let n;for(;n=e.match(Pn);)e=e.slice(0,e.length-n[0].length),t[n[0].toLowerCase()]=!0}return[e[2]===":"?e.slice(3):Je(e.slice(2)),t]}let ps=0;const ol=Promise.resolve(),ll=()=>ps||(ol.then(()=>ps=0),ps=Date.now());function cl(e,t){const s=n=>{if(!n._vts)n._vts=Date.now();else if(n._vts<=s.attached)return;Ce(fl(n,s.value),t,5,[n])};return s.value=e,s.attached=ll(),s}function fl(e,t){if(R(t)){const s=e.stopImmediatePropagation;return e.stopImmediatePropagation=()=>{s.call(e),e._stopped=!0},t.map(n=>r=>!r._stopped&&n&&n(r))}else return t}const An=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&e.charCodeAt(2)>96&&e.charCodeAt(2)<123,ul=(e,t,s,n,r,i)=>{const o=r==="svg";t==="class"?Xo(e,n,o):t==="style"?el(e,s,n):Gt(t)?Jt(t)||rl(e,t,s,n,i):(t[0]==="."?(t=t.slice(1),!0):t[0]==="^"?(t=t.slice(1),!1):al(e,t,n,o))?(En(e,t,n),!e.tagName.includes("-")&&(t==="value"||t==="checked"||t==="selected")&&Tn(e,t,n,o,i,t!=="value")):e._isVueCE&&(dl(e,t)||e._def.__asyncLoader&&(/[A-Z]/.test(t)||!J(n)))?En(e,ue(t),n,i,t):(t==="true-value"?e._trueValue=n:t==="false-value"&&(e._falseValue=n),Tn(e,t,n,o))};function al(e,t,s,n){if(n)return!!(t==="innerHTML"||t==="textContent"||t in e&&An(t)&&I(s));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 An(t)&&J(s)?!1:t in e}function dl(e,t){const s=e._def.props;if(!s)return!1;const n=ue(t);return Array.isArray(s)?s.some(r=>ue(r)===n):Object.keys(s).some(r=>ue(r)===n)}const Rn=e=>{const t=e.props["onUpdate:modelValue"]||!1;return R(t)?s=>Nt(t,s):t};function hl(e){e.target.composing=!0}function In(e){const t=e.target;t.composing&&(t.composing=!1,t.dispatchEvent(new Event("input")))}const gs=Symbol("_assign");function Mn(e,t,s){return t&&(e=e.trim()),s&&(e=Rs(e)),e}const Fn={created(e,{modifiers:{lazy:t,trim:s,number:n}},r){e[gs]=Rn(r);const i=n||r.props&&r.props.type==="number";Ze(e,t?"change":"input",o=>{o.target.composing||e[gs](Mn(e.value,s,i))}),(s||i)&&Ze(e,"change",()=>{e.value=Mn(e.value,s,i)}),t||(Ze(e,"compositionstart",hl),Ze(e,"compositionend",In),Ze(e,"change",In))},mounted(e,{value:t}){e.value=t??""},beforeUpdate(e,{value:t,oldValue:s,modifiers:{lazy:n,trim:r,number:i}},o){if(e[gs]=Rn(o),e.composing)return;const l=(i||e.type==="number")&&!/^0\d/.test(e.value)?Rs(e.value):e.value,f=t??"";if(l===f)return;const d=e.getRootNode();(d instanceof Document||d instanceof ShadowRoot)&&d.activeElement===e&&e.type!=="range"&&(n&&t===s||r&&e.value.trim()===f)||(e.value=f)}},pl=k({patchProp:ul},Jo);let Dn;function gl(){return Dn||(Dn=So(pl))}const ml=((...e)=>{const t=gl().createApp(...e),{mount:s}=t;return t.mount=n=>{const r=bl(n);if(!r)return;const i=t._component;!I(i)&&!i.render&&!i.template&&(i.template=r.innerHTML),r.nodeType===1&&(r.textContent="");const o=s(r,!1,_l(r));return r instanceof Element&&(r.removeAttribute("v-cloak"),r.setAttribute("data-v-app","")),o},t});function _l(e){if(e instanceof SVGElement)return"svg";if(typeof MathMLElement=="function"&&e instanceof MathMLElement)return"mathml"}function bl(e){return J(e)?document.querySelector(e):e}const xl="modulepreload",yl=function(e,t){return new URL(e,t).href},jn={},Ln=function(t,s,n){let r=Promise.resolve();if(s&&s.length>0){let o=function(a){return Promise.all(a.map(p=>Promise.resolve(p).then(w=>({status:"fulfilled",value:w}),w=>({status:"rejected",reason:w}))))};const l=document.getElementsByTagName("link"),f=document.querySelector("meta[property=csp-nonce]"),d=(f==null?void 0:f.nonce)||(f==null?void 0:f.getAttribute("nonce"));r=o(s.map(a=>{if(a=yl(a,n),a in jn)return;jn[a]=!0;const p=a.endsWith(".css"),w=p?'[rel="stylesheet"]':"";if(!!n)for(let O=l.length-1;O>=0;O--){const K=l[O];if(K.href===a&&(!p||K.rel==="stylesheet"))return}else if(document.querySelector(`link[href="${a}"]${w}`))return;const M=document.createElement("link");if(M.rel=p?"stylesheet":xl,p||(M.as="script"),M.crossOrigin="",M.href=a,d&&M.setAttribute("nonce",d),document.head.appendChild(M),p)return new Promise((O,K)=>{M.addEventListener("load",O),M.addEventListener("error",()=>K(new Error(`Unable to preload CSS for ${a}`)))})}))}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)})},vl={style:{padding:"20px","font-family":"system-ui, sans-serif",display:"flex","flex-direction":"column",height:"100vh","box-sizing":"border-box"}},Sl={style:{display:"flex","align-items":"center","justify-content":"space-between","margin-bottom":"16px"}},wl={style:{display:"flex",gap:"4px"}},Cl={style:{flex:"1",display:"flex","flex-direction":"column",gap:"12px","min-height":"0"}},Tl={style:{flex:"1",display:"flex","flex-direction":"column","min-height":"0"}},El={style:{flex:"1",display:"flex","flex-direction":"column","min-height":"0"}},Ol=Ui({__name:"App",setup(e){const t=cs(""),s=cs(""),n=cs("encode");function r(){try{n.value==="encode"?s.value=btoa(unescape(encodeURIComponent(t.value))):s.value=decodeURIComponent(escape(atob(t.value)))}catch{s.value="输入内容无效"}}async function i(){try{const{clipboard:l}=await Ln(async()=>{const{clipboard:f}=await import("./mock-V-LrjEey.js");return{clipboard:f}},[],import.meta.url);t.value=await l.readText(),r()}catch{}}async function o(){try{const{clipboard:l}=await Ln(async()=>{const{clipboard:f}=await import("./mock-V-LrjEey.js");return{clipboard:f}},[],import.meta.url);await l.writeText(s.value)}catch{navigator.clipboard.writeText(s.value)}}return(l,f)=>(Oo(),Ro("div",vl,[X("div",Sl,[f[4]||(f[4]=X("h2",{style:{margin:"0","font-size":"18px"}},"Base64 编解码",-1)),X("div",wl,[X("button",{onClick:f[0]||(f[0]=d=>{n.value="encode",r()}),style:yt({padding:"4px 12px",cursor:"pointer",border:"none",borderRadius:"4px",background:n.value==="encode"?"#89b4fa":"#e0e0e0",color:n.value==="encode"?"#1e1e2e":"#666"})},"编码",4),X("button",{onClick:f[1]||(f[1]=d=>{n.value="decode",r()}),style:yt({padding:"4px 12px",cursor:"pointer",border:"none",borderRadius:"4px",background:n.value==="decode"?"#89b4fa":"#e0e0e0",color:n.value==="decode"?"#1e1e2e":"#666"})},"解码",4)])]),X("div",Cl,[X("div",Tl,[X("div",{style:{display:"flex","justify-content":"space-between","align-items":"center","margin-bottom":"4px"}},[f[5]||(f[5]=X("label",{style:{"font-size":"13px",color:"#666"}},"输入",-1)),X("button",{onClick:i,style:{"font-size":"12px",padding:"2px 8px",cursor:"pointer",border:"1px solid #ddd","border-radius":"4px",background:"white"}},"粘贴")]),rn(X("textarea",{"onUpdate:modelValue":f[2]||(f[2]=d=>t.value=d),onInput:r,placeholder:"输入文本...",style:{flex:"1",resize:"none",padding:"10px",border:"1px solid #ddd","border-radius":"6px","font-family":"monospace","font-size":"14px","min-height":"80px"}},null,544),[[Fn,t.value]])]),X("div",El,[X("div",{style:{display:"flex","justify-content":"space-between","align-items":"center","margin-bottom":"4px"}},[f[6]||(f[6]=X("label",{style:{"font-size":"13px",color:"#666"}},"输出",-1)),X("button",{onClick:o,style:{"font-size":"12px",padding:"2px 8px",cursor:"pointer",border:"1px solid #ddd","border-radius":"4px",background:"white"}},"复制")]),rn(X("textarea",{"onUpdate:modelValue":f[3]||(f[3]=d=>s.value=d),readonly:"",style:{flex:"1",resize:"none",padding:"10px",border:"1px solid #ddd","border-radius":"6px","font-family":"monospace","font-size":"14px",background:"#f8f8f8","min-height":"80px"}},null,512),[[Fn,s.value]])])])]))}});ml(Ol).mount("#app");
@@ -1 +0,0 @@
1
- const c="[@qian-kun/api mock]";function o(...e){console.warn(c,...e)}const n=new Map,s={async readFile(e){return o("fs.readFile (mock):",e),localStorage.getItem(`qk:fs:${e}`)||""},async writeFile(e,t){o("fs.writeFile (mock):",e),localStorage.setItem(`qk:fs:${e}`,t)},async readDir(e){return o("fs.readDir (mock):",e),[]},async readSystemPath(e){return o("fs.readSystemPath (mock):",e),""},async writeSystemPath(e,t){o("fs.writeSystemPath (mock):",e,t)}},a={async readText(){return o("clipboard.readText (mock): 返回空字符串"),""},async writeText(e){o("clipboard.writeText (mock):",e)}},r={async execute(e,t){return o("shell.execute (mock):",e),{stdout:"",stderr:"",exitCode:0}}},m={async get(e){return o("store.get (mock):",e),n.get(e)??null},async set(e,t){o("store.set (mock):",e,t),n.set(e,t)},async remove(e){o("store.remove (mock):",e),n.delete(e)}},i={async hash(e,t){return o("crypto.hash (mock):",e,t),"mock_hash_"+e}},k={async openFile(){return o("dialog.openFile (mock): 返回 null"),null},async saveFile(e,t){return o("dialog.saveFile (mock):",e,t),null}},l={async sendMessage(e,t){o("communication.sendMessage (mock):",e,t)},onMessage(e){o("communication.onMessage (mock): 已注册")},async openApp(e,t){return o("communication.openApp (mock):",e,t),"mock-window-label"},async broadcast(e){o("communication.broadcast (mock):",e)}},u={async chat(e){return o("ai.chat (mock): 返回模拟响应"),{text:"这是一个 mock AI 响应",usage:{input_tokens:0,output_tokens:0},model:"mock-model"}},chatStream(e){return o("ai.chatStream (mock): 模拟流式响应"),e.onChunk&&e.onChunk("这是"),e.onChunk&&e.onChunk("mock"),e.onDone&&e.onDone({usage:{input_tokens:0,output_tokens:0},model:"mock-model"}),{stop(){o("ai.chatStream (mock): 已停止")}}}};export{u as ai,a as clipboard,l as communication,i as crypto,k as dialog,s as fs,r as shell,m as store};