@mptool/all 0.10.14 → 0.11.0

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.
package/dist/index.mjs CHANGED
@@ -1,13 +1,13 @@
1
- for(var Bn="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",ii=typeof Uint8Array=="undefined"?[]:new Uint8Array(256),Qe=0;Qe<Bn.length;Qe++)ii[Bn.charCodeAt(Qe)]=Qe;const Ze=typeof qq=="object"?"qq":typeof wx=="object"?"miniapp"in wx?"donut":"wx":"js";var ai=Object.defineProperty,oi=(e,t,n)=>t in e?ai(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,li=(e,t,n)=>oi(e,t+"",n);let de=class extends Error{constructor({code:t,message:n}){super(n),li(this,"code"),this.code=t!=null?t:null}toString(){return`code: ${this.code}, message: ${this.message}`}};var Fn;const M=Ze==="js"?console:((Fn=wx.getRealtimeLogManager)==null?void 0:Fn.call(wx))||wx.getLogManager({level:1}),Pt=Ze!=="js"&&"getRealtimeLogManager"in wx,ci=(...e)=>{wx.env.DEBUG&&(Pt?M.info("debug",...e):M.debug(...e)),M!==console&&console.debug(...e)},hi=(...e)=>{M.info(...e),M!==console&&console.info(...e)},ui=(...e)=>{M.warn(...e),M!==console&&console.warn(...e)},fi=(...e)=>{Pt?M.error(...e):M.warn("error",...e),M!==console&&console.error(...e)},di=e=>{Pt&&M.setFilterMsg(e)};var z=Object.freeze({__proto__:null,debug:ci,error:fi,filter:di,info:hi,warn:ui});const pi=(e="")=>e?new Promise((t,n)=>{wx.setClipboardData({data:e,success:()=>t(),fail:({errMsg:r})=>n(new de({message:r}))})}):Promise.reject(new Error("data is empty")),ke=(e,t,n,r)=>{wx.showModal({title:e,content:t,showCancel:!!r,theme:"day",success:({confirm:s})=>{s?n==null||n():r==null||r()},fail:()=>r==null?void 0:r()})},gi=(e,t="",n,r=()=>{})=>{ke("操作确认",`您确定要${e}么?${t}`,n,r)},mi=(e,t,n,r=!1)=>{wx.showModal({title:e,content:t,confirmText:"重试",theme:"day",success:({confirm:s})=>{s?n():r&&getCurrentPages().length>1&&wx.navigateBack()}})},P=(e,t=1500,n="none")=>new Promise((r,s)=>{wx.showToast({title:e,icon:n,duration:t,success:()=>r(),fail:({errMsg:i})=>s(new de({message:i}))})}),bi=()=>(wx.getWindowInfo||wx.getSystemInfoSync)();var yi=Object.defineProperty,wi=Object.defineProperties,xi=Object.getOwnPropertyDescriptors,Un=Object.getOwnPropertySymbols,vi=Object.prototype.hasOwnProperty,Ai=Object.prototype.propertyIsEnumerable,Rn=(e,t,n)=>t in e?yi(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Dt=(e,t)=>{for(var n in t||(t={}))vi.call(t,n)&&Rn(e,n,t[n]);if(Un)for(var n of Un(t))Ai.call(t,n)&&Rn(e,n,t[n]);return e},jt=(e,t)=>wi(e,xi(t));const Si=e=>new Promise((t,n)=>{if(Ze==="donut")return wx.addPhoneContact(jt(Dt({},e),{success:()=>t()}));wx.getSetting({success:({authSetting:r})=>{r["scope.addPhoneContact"]?wx.addPhoneContact(jt(Dt({},e),{success:()=>t()})):wx.authorize({scope:"scope.addPhoneContact",success:()=>{wx.addPhoneContact(jt(Dt({},e),{success:()=>t()}))},fail:()=>{ke("权限被拒","如果想要保存联系人,请在“权限设置”允许添加到联系人权限",()=>{wx.openSetting(),n(new de({message:"用户拒绝权限"}))})}})}})}),$i=(e,t)=>{const n=e.split("."),r=t.split("."),s=Math.max(n.length,r.length);for(;n.length<s;)n.push("0");for(;r.length<s;)r.push("0");for(let i=0;i<s;i++){const a=parseInt(n[i]),l=parseInt(r[i]);if(a>l)return 1;if(a<l)return-1}return 0},Vn=()=>{const e=getCurrentPages();return e[e.length-1]||null},Ci=()=>{var e,t;return(t=(e=Vn())==null?void 0:e.route)!=null?t:""},Hn=()=>{wx.getNetworkType({success:({networkType:e})=>{switch(e){case"wifi":wx.startWifi({success:()=>{wx.getConnectedWifi({success:({wifi:t})=>{t.signalStrength<.5&&P("Wifi 信号不佳")},fail:()=>{P("无法连接网络")}})},fail:()=>{P("无法连接网络")}});break;case"2g":case"3g":P("您的网络状态不佳");break;case"none":P("您没有连接到网络");break;default:P("网络连接出现问题,请稍后重试")}z.error("Request fail with",e)},fail:()=>{P("网络连接出现问题,请稍后重试"),z.error("Request fail and cannot get networkType")}})},Je=(e,t=!1)=>new Promise((n,r)=>{wx.downloadFile({url:e,success:({statusCode:s,tempFilePath:i})=>{if(wx.hideLoading(),s===200)n(i);else{const a=`Download ${e} failed with statusCode: ${s}`;P("下载失败"),z.warn(a),r(new de({code:s,message:a}))}},fail:({errMsg:s})=>{wx.hideLoading(),r(new de({message:s})),Hn(),z.warn(`Download ${e} failed:`,s)}}).onProgressUpdate(({progress:s})=>{wx.showLoading({title:`下载中...${Math.round(s)}%`,mask:t})})}),Ei=e=>{Je(e).then(t=>{wx.openDocument({filePath:t,showMenu:!0,success:()=>{z.debug(`打开文档 ${t} 成功`)},fail:({errMsg:n})=>{z.error(`打开文档 ${t} 失败`,n)}})}).catch(()=>{var t;P("下载文档失败"),(t=wx.reportEvent)==null||t.call(wx,"resource_load_failed",{broken_url:e})})},ki=(e,t=(n=>(n=(r=>(r=/\/([^/]+)\.[^/]+?$/.exec(e))==null?void 0:r[1])())!=null?n:"document")())=>{wx.canIUse("addFileToFavorites")&&Je(e).then(n=>{const r=e.split(".").pop();wx.addFileToFavorites({fileName:`${t}.${r}`,filePath:n,success:()=>{ke("文件已保存","文件已保存至“微信收藏”"),z.debug(e,"添加至收藏成功")},fail:({errMsg:s})=>{z.error(e,"添加至收藏失败",s)}})}).catch(()=>{var n;P("下载文档失败"),(n=wx.reportEvent)==null||n.call(wx,"resource_load_failed",{broken_url:e})})},Ti=e=>Je(e).then(t=>new Promise((n,r)=>{if(Ze==="donut")return wx.saveImageToPhotosAlbum({filePath:t,success:()=>n()});wx.getSetting({success:({authSetting:s})=>{s["scope.writePhotosAlbum"]?wx.saveImageToPhotosAlbum({filePath:t,success:()=>n()}):wx.authorize({scope:"scope.writePhotosAlbum",success:()=>{wx.saveImageToPhotosAlbum({filePath:t,success:()=>n()})},fail:()=>{ke("权限被拒","如果想要保存图片,请在“权限设置”允许保存图片权限",()=>{r(new de({message:"用户拒绝权限"})),wx.openSetting()})}})}})})),Ii=e=>{if(!("getUpdateManager"in wx))return;const t=wx.getUpdateManager();t.onCheckForUpdate(({hasUpdate:n})=>{n&&P("发现小程序更新,下载中...")}),t.onUpdateReady(()=>{e(()=>{t.applyUpdate()})}),t.onUpdateFailed(({errMsg:n})=>{P("小程序更新下载失败,请检查您的网络!"),z.error("更新应用失败",n)})};for(var pe="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",Te=typeof Uint8Array=="undefined"?[]:new Uint8Array(256),Ye=0;Ye<pe.length;Ye++)Te[pe.charCodeAt(Ye)]=Ye;var Ni=function(e){var t=new Uint8Array(e),n,r=t.length,s="";for(n=0;n<r;n+=3)s+=pe[t[n]>>2],s+=pe[(t[n]&3)<<4|t[n+1]>>4],s+=pe[(t[n+1]&15)<<2|t[n+2]>>6],s+=pe[t[n+2]&63];return r%3===2?s=s.substring(0,s.length-1)+"=":r%3===1&&(s=s.substring(0,s.length-2)+"=="),s},qi=function(e){var t=e.length*.75,n=e.length,r,s=0,i,a,l,o;e[e.length-1]==="="&&(t--,e[e.length-2]==="="&&t--);var c=new ArrayBuffer(t),h=new Uint8Array(c);for(r=0;r<n;r+=4)i=Te[e.charCodeAt(r)],a=Te[e.charCodeAt(r+1)],l=Te[e.charCodeAt(r+2)],o=Te[e.charCodeAt(r+3)],h[s++]=i<<2|a>>4,h[s++]=(a&15)<<4|l>>2,h[s++]=(l&3)<<6|o&63;return c};const Lt=typeof qq=="object"?"qq":typeof wx=="object"?"miniapp"in wx?"donut":"wx":"js";var Oi=(e,t,n)=>new Promise((r,s)=>{var i=o=>{try{l(n.next(o))}catch(c){s(c)}},a=o=>{try{l(n.throw(o))}catch(c){s(c)}},l=o=>o.done?r(o.value):Promise.resolve(o.value).then(i,a);l((n=n.apply(e,t)).next())});function Xe(e=new Map){return{all:e,on:(t,n)=>{const r=e.get(t);r?r.push(n):e.set(t,[n])},off:(t,n)=>{const r=e.get(t);r&&(n?r.splice(r.indexOf(n)>>>0,1):e.set(t,[]))},emit:(t,n)=>{let r=e.get(t);r&&r.slice().map(s=>s(n)),r=e.get("*"),r&&r.slice().map(s=>s(t,n))},emitAsync:(t,n)=>Oi(this,null,function*(){var r,s;yield Promise.all(((r=e.get(t))!=null?r:[]).slice().map(i=>i(n))),yield Promise.all(((s=e.get("*"))!=null?s:[]).slice().map(i=>i(t,n)))})}}var Pi=Object.defineProperty,Di=(e,t,n)=>t in e?Pi(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,ji=(e,t,n)=>Di(e,t+"",n);let Li=class extends Error{constructor({code:t,message:n}){super(n),ji(this,"code"),this.code=t!=null?t:null}toString(){return`code: ${this.code}, message: ${this.message}`}};var Gn;const B=Lt==="js"?console:((Gn=wx.getRealtimeLogManager)==null?void 0:Gn.call(wx))||wx.getLogManager({level:1}),_t=Lt!=="js"&&"getRealtimeLogManager"in wx,_i=(...e)=>{wx.env.DEBUG&&(_t?B.info("debug",...e):B.debug(...e)),B!==console&&console.debug(...e)},Mi=(...e)=>{B.info(...e),B!==console&&console.info(...e)},Bi=(...e)=>{B.warn(...e),B!==console&&console.warn(...e)},Fi=(...e)=>{_t?B.error(...e):B.warn("error",...e),B!==console&&console.error(...e)},Ui=e=>{_t&&B.setFilterMsg(e)};var Y=Object.freeze({__proto__:null,debug:_i,error:Fi,filter:Ui,info:Mi,warn:Bi});const Ri=(e="",t="&")=>{const n={},r=e?e.split(t):void 0;return r&&r.length>0&&r.forEach(s=>{const[i,a]=s.split("=");n[i]=a}),n},zn=(e={},t="&",n=!1)=>Object.keys(e).map(r=>{const s=e[r];return`${r}=${n?s:encodeURIComponent(s)}`}).join(t),Vi=(e,t,n=!1)=>{const r=zn(t,"&",n);return r?`${e}${/[?&]$/u.test(e)?"":e.includes("?")?"&":"?"}${r}`:e};var Wn=Object.freeze({__proto__:null,join:Vi,parse:Ri,stringify:zn});const Qn=e=>{if(e===void 0)return"undefined";const t=typeof e;if(t==="object"){if(e===null)return"null";const n=/\[object (\w+)\]/u.exec(Object.prototype.toString.call(e));return n?n[1].toLowerCase():""}return t},Zn=e=>Qn(e)==="function";var Hi=Object.defineProperty,Gi=(e,t,n)=>t in e?Hi(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Jn=(e,t,n)=>Gi(e,typeof t!="symbol"?t+"":t,n);function R(e,t){return function(...n){if(t.apply(this,n),e)return e.apply(this,n)}}const zi=(e,t)=>{let n;return function(...r){if(!n)return n=!0,e.apply(t!=null?t:this,[()=>{n=!1},...r])}},Wi=(e,t)=>{let n;return function(...r){if(!n)return n=!0,e.apply(t!=null?t:null,r)}};let Yn=class{constructor(t=1){this.capacity=t,Jn(this,"funcQueue",[]),Jn(this,"running",0)}next(){const t=this.funcQueue.shift();if(t){const{func:n,ctx:r,args:s}=t,i=()=>{n.apply(r,[()=>{this.running-=1,this.next()},...[].slice.call(s,0)])};this.running+=1,i()}}add(t,n,...r){this.funcQueue.push({func:t,ctx:n,args:[].slice.call(r,0)}),this.running<this.capacity&&this.next()}clear(){this.funcQueue=[]}};const Qi=(e,t=1)=>{const n=new Yn(t);return function(...r){n.add(e,this,...r)}},Mt="a",Xn="al",Kn="n",er="p",tr="r",nr="u",W=Xe(),Ke=Xe(),Q=Xe(),X={launch:!1,lOpt:{},hide:0},Zi=e=>{X.launch=!0,X.lOpt=e,W.emit(Xn,e)},Ji=()=>{X.hide&&(W.emit(Mt,new Date().getTime()-X.hide),X.hide=0)},Yi=()=>{X.hide=new Date().getTime()},Xi=e=>{e.onLaunch=R(e.onLaunch,Zi),e.onShow=R(e.onShow,Ji),e.onHide=R(e.onHide,Yi),e.onAwake&&(W.on(Mt,t=>{Y.debug(`App: awake after ${t}ms`),e.onAwake(t)}),Y.debug("App: registered onAwake")),e.$on=Q.on,e.$off=Q.off,e.$emit=Q.emit,e.$emitAsync=Q.emitAsync,App(e)},Bt={},rr=e=>Bt[e],Ki=(e,t)=>{Bt[e]=t},ea=e=>{delete Bt[e]};var ta=Object.defineProperty,na=Object.defineProperties,ra=Object.getOwnPropertyDescriptors,et=Object.getOwnPropertySymbols,sr=Object.prototype.hasOwnProperty,ir=Object.prototype.propertyIsEnumerable,ar=(e,t,n)=>t in e?ta(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,or=(e,t)=>{for(var n in t||(t={}))sr.call(t,n)&&ar(e,n,t[n]);if(et)for(var n of et(t))ir.call(t,n)&&ar(e,n,t[n]);return e},lr=(e,t)=>na(e,ra(t)),sa=(e,t)=>{var n={};for(var r in e)sr.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&et)for(var r of et(e))t.indexOf(r)<0&&ir.call(e,r)&&(n[r]=e[r]);return n};let tt;const ia=e=>{const t=e,{defaultPage:n,pages:r=[],getPath:s}=t,i=sa(t,["defaultPage","pages","getPath"]);if(Zn(s)){tt=lr(or({},i),{getPath:s});return}let a={},l={};const o=(c,h)=>{const f=h.replace(/\$name/g,c);a[c]=f,l[f]=c};Array.isArray(r)?r.forEach(([c,h])=>{typeof c=="string"?o(c,h):c.forEach(f=>o(f,h))}):typeof r=="object"&&(a=r,l=Object.fromEntries(Object.keys(r).map(c=>[r[c],c]))),tt=lr(or({},i),{getPath:c=>a[c]||n.replace(/\$name/g,c)})},re=()=>{if(!tt)throw new Error("$Config is not called");return tt};let Ie=!0;const cr=e=>{const t=re(),[n,r]=e.split("?"),s=n.startsWith("/")?n:t.getPath(n);return{path:s,query:Wn.parse(r),url:`${s}${r?`?${r}`:""}`}};function nt(e){return t=>{if(Ie){Ie=!1;const{path:n,url:r,query:s}=cr(t);return Promise.race([Ke.emitAsync(`${Kn}:${n}`,s),new Promise(i=>{var a;setTimeout(()=>i(),(a=re().maxDelay)!=null?a:200)})]).then(()=>(Ie=!0,wx[e]({url:r})))}}}W.on(tr,()=>{var e;setTimeout(()=>{Ie=!0},(e=re().minInterval)!=null?e:100)}),W.on(nr,()=>{Ie=!0});const Ft=nt("navigateTo"),Ut=nt("redirectTo"),Rt=nt("switchTab"),rt=nt("reLaunch");function st(e){return function(t){if(t){const{before:n,after:r,url:s}=t.currentTarget.dataset;if(this&&n&&typeof this[n]=="function"&&this[n](t),s)return e(s).then(()=>{this&&r&&typeof this[r]=="function"&&this[r](t)})}}}const aa=st(Ft),oa=st(Ut),la=st(Rt),ca=st(rt),hr=(e=1)=>{const{home:t}=re();return getCurrentPages().length<=e&&t?rt(t):wx.navigateBack({delta:e})},ha=function(e){if(e){const{before:t,after:n,delta:r=1}=e.currentTarget.dataset;return this&&t&&typeof this[t]=="function"&&this[t](e),Promise.resolve(hr(Number(r))).then(()=>{this&&n&&typeof this[n]=="function"&&this[n](e)})}},ua=()=>getCurrentPages().slice(0).pop(),fa=e=>{const{path:t,query:n}=cr(e);Ke.emit(`${er}:${t}`,n)};function ur(e){const{args:t,event:n,id:r}=e.detail;switch(n){case"$attached":{const s=rr(r);if(!s)break;const i=s.$refID;i&&(this.$refs[i]=s),s.$attached(this);break}default:{const s=this[n];s&&s.apply(this,t)}}}function fr(e){const t=re();e.$=ur,e.$refs={},e.$on=Q.on,e.$off=Q.off,e.$emit=Q.emit,e.$emitAsync=Q.emitAsync,e.$go=Ft,e.$redirect=Ut,e.$switch=Rt,e.$reLaunch=rt,e.$back=hr,e.$preload=fa,e.$currentPage=ua,e.$getPath=t.getPath,e.$bindGo=aa,e.$bindRedirect=oa,e.$bindSwitch=la,e.$bindRelaunch=ca,e.$bindBack=ha}var da=Object.defineProperty,pa=Object.defineProperties,ga=Object.getOwnPropertyDescriptors,dr=Object.getOwnPropertySymbols,ma=Object.prototype.hasOwnProperty,ba=Object.prototype.propertyIsEnumerable,pr=(e,t,n)=>t in e?da(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Vt=(e,t)=>{for(var n in t||(t={}))ma.call(t,n)&&pr(e,n,t[n]);if(dr)for(var n of dr(t))ba.call(t,n)&&pr(e,n,t[n]);return e},Ht=(e,t)=>pa(e,ga(t));let ya=0;const wa=(e={})=>{const t={};return Object.keys(e).forEach(n=>{const r=e[n];if(r===null||typeof r=="function")t[n]=r;else{const{type:s}=r;s===null?t[n]={type:null,value:r.default}:Array.isArray(s)?t[n]={type:s[0],value:r.default,optionalTypes:s.slice(1)}:t[n]={type:s,value:r.default}}}),Ht(Vt({},t),{ref:{type:String,value:""}})},xa=e=>{const{extendComponent:t,injectComponent:n}=re();return t&&t(e),e.lifetimes||(e.lifetimes={}),e.lifetimes.created=R(e.lifetimes.created,function(){fr(this),n&&n(e)}),e.lifetimes.attached=R(e.lifetimes.attached,function(){const r=ya+=1;this.$id=r,Ki(r,this),this.$refID=this.data.ref,this.triggerEvent("ing",{id:this.$id,event:"$attached"})}),e.lifetimes.detached=R(e.lifetimes.detached,function(){var r;ea(this.$id);const s=(r=this.$parent)==null?void 0:r.$refs,i=this.$refID;i&&s&&delete s[i],delete this.$parent}),e.methods=Ht(Vt({},e.methods),{$call(r,...s){Y.debug(`Component ${this.$id} call ${r}:`,s),this.triggerEvent("ing",{id:this.$id,event:r,args:s})},$getRef:rr,$attached(r){this.$root=r.$root||r,this.$parent=r},$:ur}),e.observers=Ht(Vt({},e.observers),{ref(r){var s;this.$refID&&this.$refID!==r&&((s=this.$parent)!=null&&s.$refs&&delete this.$parent.$refs[this.$refID],this.$refID=r,Y.debug(`Component ${this.$id} ref: ${r}`))}}),e.properties=wa(e.props),delete e.props,Component(e)};let gr=!0;const va=(e,t)=>{const{getPath:n,extendPage:r,injectPage:s}=re(),i=n(e),a=(o,c)=>Y.debug(`Page ${e}: ${o} has been invoked`,c||""),l=o=>Y.debug(`Page ${e}: registered ${o}`);if(r&&r(e,t),t.$name=e,t.$state={firstOpen:!1},t.onAppLaunch){if(X.launch){const{lOpt:o}=X;a("onAppLaunch"),t.onAppLaunch(o)}else W.on(Xn,o=>{a("onAppLaunch"),t.onAppLaunch(o)});l("onAppLaunch")}t.onNavigate&&(Ke.on(`${Kn}:${i}`,o=>(a("onNavigate",o),t.onNavigate(o))),l("onNavigate")),t.onPreload&&(Ke.on(`${er}:${i}`,o=>(a("onPreload",o),t.onPreload(o))),l("onPreload")),t.onLoad=R(t.onLoad,()=>{t.onAwake&&(W.on(Mt,o=>{a("onAwake"),t.onAwake(o)}),l("onAwake")),gr&&(gr=!1,t.$state.firstOpen=!0)}),t.onReady=R(t.onReady,()=>W.emit(tr)),t.onUnload=R(t.onUnload,()=>W.emit(nr)),fr(t),s&&s(e,t),t.onRegister&&(a("onRegister"),t.onRegister()),Page(t),Y.debug(`Registered: Page ${e}`)};for(var mr="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",Aa=typeof Uint8Array=="undefined"?[]:new Uint8Array(256),it=0;it<mr.length;it++)Aa[mr.charCodeAt(it)]=it;const br=typeof qq=="object"?"qq":typeof wx=="object"?"miniapp"in wx?"donut":"wx":"js";var Sa=Object.defineProperty,$a=(e,t,n)=>t in e?Sa(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Ca=(e,t,n)=>$a(e,t+"",n);class Gt extends Error{constructor({code:t,message:n}){super(n),Ca(this,"code"),this.code=t!=null?t:null}toString(){return`code: ${this.code}, message: ${this.message}`}}var yr;const F=br==="js"?console:((yr=wx.getRealtimeLogManager)==null?void 0:yr.call(wx))||wx.getLogManager({level:1}),zt=br!=="js"&&"getRealtimeLogManager"in wx,Ea=(...e)=>{wx.env.DEBUG&&(zt?F.info("debug",...e):F.debug(...e)),F!==console&&console.debug(...e)},ka=(...e)=>{F.info(...e),F!==console&&console.info(...e)},Ta=(...e)=>{F.warn(...e),F!==console&&console.warn(...e)},Ia=(...e)=>{zt?F.error(...e):F.warn("error",...e),F!==console&&console.error(...e)},Na=e=>{zt&&F.setFilterMsg(e)};var I=Object.freeze({__proto__:null,debug:Ea,error:Ia,filter:Na,info:ka,warn:Ta});const D=wx.getFileSystemManager(),q=wx.env.USER_DATA_PATH,at=e=>e.split("/").slice(0,-1).join("/"),Wt=e=>{try{return D.statSync(`${q}/${e}`,!1),!0}catch(t){return!1}},qa=e=>Wt(e)&&D.statSync(`${q}/${e}`).isFile(),wr=e=>Wt(e)&&D.statSync(`${q}/${e}`).isDirectory(),Oa=(e,t=wr(e)?"dir":"file")=>{const n=()=>I.debug(`Deleted ${e}`),r=s=>I.error(`Error deleting ${e}:`,s);if(t==="dir")try{D.rmdirSync(`${q}/${e}`,!0),n()}catch(s){r(s)}else try{D.unlinkSync(`${q}/${e}`),n()}catch(s){r(s)}},Pa=e=>{try{const t=D.readdirSync(`${q}/${e}`);return I.debug(`Listing ${e} folder:`,t),t}catch(t){return I.error(`Error listing ${e} folder:`,t),[]}},Da=(e,t="utf-8")=>{try{return D.readFileSync(`${q}/${e}`,t)}catch(n){I.warn(`${e} don't exist`);return}},ja=(e,t="utf-8")=>{let n;try{const r=D.readFileSync(`${q}/${e}.json`,t);try{n=JSON.parse(r),I.debug(`Read ${e}.json success:`,n)}catch(s){n=void 0,I.warn(`Parse ${e}.json failed`)}}catch(r){n=void 0,I.warn(`${e}.json doesn't exist`)}return n},ot=(e,t=!0)=>{try{D.mkdirSync(`${q}/${e}`,t)}catch(n){I.debug(`${e} folder already exists`)}},La=(e,t)=>{try{D.saveFileSync(e,`${q}/${t}`)}catch(n){I.error(`Saving to ${t} failed:`,n)}},_a=(e,t)=>(ot(at(t)),new Promise((n,r)=>{wx.downloadFile({url:e,filePath:`${q}/${t}`,success:({statusCode:s,tempFilePath:i})=>{if(s===200)return I.debug(`${e} saved`),n(i);I.error(`Download ${e} failed with statusCode ${s}`),r(new Gt({code:s}))},fail:({errMsg:s})=>{I.error(`Download ${e} failed:`,s),r(new Gt({message:s}))}})})),Ma=(e,t,n=t instanceof ArrayBuffer?"binary":"utf-8")=>{ot(at(e)),D.writeFileSync(`${q}/${e}`,t instanceof ArrayBuffer?t:JSON.stringify(t),n)},Ba=(e,t,n="utf-8")=>{const r=JSON.stringify(t);ot(at(e)),D.writeFileSync(`${q}/${e}.json`,r,n)},Fa=(e,t)=>new Promise((n,r)=>{D.unzip({zipFilePath:`${q}/${e}`,targetPath:`${q}/${t}`,success:()=>{n()},fail:({errCode:s,errMsg:i})=>{I.error(`Unzip ${e} failed:`,i),r(new Gt({code:s,message:i}))}})}),Ne=new Date().getTime();I.debug(`Current sessionId is ${Ne}`);const V="_cache_",lt={},Ua=(e,t)=>{lt[e]=t},Ra=e=>{const t=lt[e];return lt[e]=void 0,t},Qt=(e,t)=>t?t.expired?t.expired===Ne||new Date().getTime()<t.expired?t.data:(wx.removeStorageSync(`${V}${e}`),void 0):t.data:void 0,xr=(e,t,n)=>{const r={expired:0,data:t};if(n==="keep"){const s=wx.getStorageSync(`${V}${e}`);if(!s)return;r.expired=s.expired||0}else n&&(r.expired=n==="once"?Ne:n+new Date().getTime());return r},Va=(e,t,n=0)=>{wx.setStorageSync(`${V}${e}`,xr(e,t,n))},Ha=(e,t,n=0)=>wx.setStorage({key:`${V}${e}`,data:xr(e,t,n)}).catch(()=>{I.error(`set "${e}" fail`)}),Ga=e=>Qt(e,wx.getStorageSync(`${V}${e}`)),za=e=>wx.getStorage({key:`${V}${e}`}).then(({data:t})=>Qt(e,t)).catch(()=>{I.error(`set "${e}" fail`)}),Wa=e=>{wx.removeStorageSync(`${V}${e}`),Qt(e,null)},Qa=e=>wx.removeStorage({key:`${V}${e}`}),Za=()=>{wx.getStorageInfoSync().keys.forEach(e=>{if(e.startsWith(V)){const t=wx.getStorageSync(e);(!t||t.expired!==Ne&&new Date().getTime()>=t.expired)&&wx.removeStorageSync(e)}})},Ja=()=>wx.getStorageInfo().then(({keys:e})=>Promise.all(e.filter(t=>t.startsWith(V)).map(t=>wx.getStorage({key:t}).then(({data:n})=>{if(!n||n.expired!==Ne&&new Date().getTime()>=n.expired)return wx.removeStorage({key:t}).then(()=>{})})))),ge=(e="")=>e.replace(/^(\.*)?(?=\S)/gi,".").replace(/\.+$/,""),vr=e=>e.replace(/[#?].*$/,""),ct=e=>vr(e).replace(/^https?:\/\//,"").split("/").shift().replace(/:\d+$/,""),ht=(e="")=>{if(!e)return[];e=ge(e).replace(/^\.+/gi,"");const t=e.split(".").map(n=>[".",e.slice(e.indexOf(n))].join(""));return[e].concat(t)},Ar=e=>{const t=ct(e),n=vr(e).split(t)[1].replace(/^:\d+/,"")||"/";return{domain:t,path:n}},Zt=e=>{const{domain:t="",path:n="/"}=typeof e=="object"?e:typeof e=="string"?Ar(e):{};return{domain:ge(t),path:n}};var Ya=Object.defineProperty,Xa=(e,t,n)=>t in e?Ya(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,me=(e,t,n)=>Xa(e,typeof t!="symbol"?t+"":t,n);let ut=class{constructor(t){me(this,"name"),me(this,"value"),me(this,"domain"),me(this,"path"),me(this,"expires","session"),me(this,"httpOnly");var n,r;this.name=t.name||"",this.value=t.value||"",this.domain=(n=t.domain)!=null?n:"",this.path=(r=t.path)!=null?r:"/",this.httpOnly=!!t.httpOnly,this.expires=Number.isInteger(t.maxAge)?t.maxAge>0?new Date(new Date().getTime()+t.maxAge*1e3):"outdate":t.expires?new Date(t.expires):"session"}isExpired(){return this.expires==="outdate"||this.expires instanceof Date&&new Date>this.expires}isPersistence(){return this.expires!=="session"}isDomainMatched(t){return ht(t).includes(this.domain)}isPathMatched(t){return t.startsWith(this.path)||this.path.replace(/\/$/,"")===t}toString(){return`${this.name}=${this.value}`}toJSON(){const t={name:this.name,value:this.value,domain:this.domain};return this.path!=="/"&&(t.path=this.path),this.httpOnly&&(t.httpOnly=this.httpOnly),this.expires instanceof Date&&(t.expires=this.expires),t}};for(var Sr="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",Ka=typeof Uint8Array=="undefined"?[]:new Uint8Array(256),ft=0;ft<Sr.length;ft++)Ka[Sr.charCodeAt(ft)]=ft;const se=typeof qq=="object"?"qq":typeof wx=="object"?"miniapp"in wx?"donut":"wx":"js";var eo=Object.defineProperty,to=(e,t,n)=>t in e?eo(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,no=(e,t,n)=>to(e,t+"",n);let $r=class extends Error{constructor({code:t,message:n}){super(n),no(this,"code"),this.code=t!=null?t:null}toString(){return`code: ${this.code}, message: ${this.message}`}};var Cr;const U=se==="js"?console:((Cr=wx.getRealtimeLogManager)==null?void 0:Cr.call(wx))||wx.getLogManager({level:1}),Jt=se!=="js"&&"getRealtimeLogManager"in wx,ro=(...e)=>{wx.env.DEBUG&&(Jt?U.info("debug",...e):U.debug(...e)),U!==console&&console.debug(...e)},so=(...e)=>{U.info(...e),U!==console&&console.info(...e)},io=(...e)=>{U.warn(...e),U!==console&&console.warn(...e)},ao=(...e)=>{Jt?U.error(...e):U.warn("error",...e),U!==console&&console.error(...e)},oo=e=>{Jt&&U.setFilterMsg(e)};var Yt=Object.freeze({__proto__:null,debug:ro,error:ao,filter:oo,info:so,warn:io}),be={exports:{}},Er;function lo(){if(Er)return be.exports;Er=1;var e={decodeValues:!0,map:!1,silent:!1};function t(a){return typeof a=="string"&&!!a.trim()}function n(a,l){var o=a.split(";").filter(t),c=o.shift(),h=r(c),f=h.name,d=h.value;l=l?Object.assign({},e,l):e;try{d=l.decodeValues?decodeURIComponent(d):d}catch(g){console.error("set-cookie-parser encountered an error while decoding a cookie with value '"+d+"'. Set options.decodeValues to false to disable this feature.",g)}var p={name:f,value:d};return o.forEach(function(g){var v=g.split("="),A=v.shift().trimLeft().toLowerCase(),_=v.join("=");A==="expires"?p.expires=new Date(_):A==="max-age"?p.maxAge=parseInt(_,10):A==="secure"?p.secure=!0:A==="httponly"?p.httpOnly=!0:A==="samesite"?p.sameSite=_:A==="partitioned"?p.partitioned=!0:p[A]=_}),p}function r(a){var l="",o="",c=a.split("=");return c.length>1?(l=c.shift(),o=c.join("=")):o=a,{name:l,value:o}}function s(a,l){if(l=l?Object.assign({},e,l):e,!a)return l.map?{}:[];if(a.headers)if(typeof a.headers.getSetCookie=="function")a=a.headers.getSetCookie();else if(a.headers["set-cookie"])a=a.headers["set-cookie"];else{var o=a.headers[Object.keys(a.headers).find(function(h){return h.toLowerCase()==="set-cookie"})];!o&&a.headers.cookie&&!l.silent&&console.warn("Warning: set-cookie-parser appears to have been called on a request object. It is designed to parse Set-Cookie headers from responses, not Cookie headers from requests. Set the option {silent: true} to suppress this warning."),a=o}if(Array.isArray(a)||(a=[a]),l.map){var c={};return a.filter(t).reduce(function(h,f){var d=n(f,l);return h[d.name]=d,h},c)}else return a.filter(t).map(function(h){return n(h,l)})}function i(a){if(Array.isArray(a))return a;if(typeof a!="string")return[];var l=[],o=0,c,h,f,d,p;function g(){for(;o<a.length&&/\s/.test(a.charAt(o));)o+=1;return o<a.length}function v(){return h=a.charAt(o),h!=="="&&h!==";"&&h!==","}for(;o<a.length;){for(c=o,p=!1;g();)if(h=a.charAt(o),h===","){for(f=o,o+=1,g(),d=o;o<a.length&&v();)o+=1;o<a.length&&a.charAt(o)==="="?(p=!0,o=d,l.push(a.substring(c,f)),c=o):o=f+1}else o+=1;(!p||o>=a.length)&&l.push(a.substring(c,a.length))}return l}return be.exports=s,be.exports.parse=s,be.exports.parseString=n,be.exports.splitCookiesString=i,be.exports}var Xt=lo(),co=Object.defineProperty,ho=Object.defineProperties,uo=Object.getOwnPropertyDescriptors,kr=Object.getOwnPropertySymbols,fo=Object.prototype.hasOwnProperty,po=Object.prototype.propertyIsEnumerable,Kt=(e,t,n)=>t in e?co(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,go=(e,t)=>{for(var n in t||(t={}))fo.call(t,n)&&Kt(e,n,t[n]);if(kr)for(var n of kr(t))po.call(t,n)&&Kt(e,n,t[n]);return e},mo=(e,t)=>ho(e,uo(t)),Tr=(e,t,n)=>Kt(e,typeof t!="symbol"?t+"":t,n);const bo=/[^a-z0-9\-#$%&'*+.^_`|~]/i,Ir=`
2
- \r `,yo=new RegExp(`(^[${Ir}]|$[${Ir}])`,"g"),qe=e=>{if(typeof e!="string"||e.length===0||e.length>128)return!1;for(let t=0;t<e.length;t++){const n=e.charCodeAt(t);if(n>127||n===32)return!1}return!0},Oe=e=>{if(bo.test(e)||e.trim()==="")throw new TypeError("Invalid character in header field name");return e.trim().toLowerCase()},Nr=e=>{if(typeof e!="string"||e.trim()!==e)return!1;for(let t=0;t<e.length;t++){const n=e.charCodeAt(t);if(n===0||n===10||n===13)return!1}return!0},en=e=>e.replace(yo,""),tn=(e,t)=>Xt.parse(Xt.splitCookiesString(e)).map(n=>new ut(mo(go({},n),{domain:ge(n.domain)||t})));let nn=class si{constructor(t){Tr(this,"headers",{}),Tr(this,"headerNames",new Map),t instanceof si?t.forEach((n,r)=>{this.append(r,n)},this):Array.isArray(t)?t.forEach(([n,r])=>{this.append(n,Array.isArray(r)?r.join(", "):r)}):t&&Object.getOwnPropertyNames(t).forEach(n=>{const r=t[n];this.append(n,Array.isArray(r)?r.join(", "):r)})}append(t,n){if(!qe(t)||!Nr(n))return;const r=Oe(t),s=en(n),i=this.has(r)?`${this.get(r)}, ${s}`:s;this.set(t,i)}delete(t){if(!qe(t)||!this.has(t))return;const n=Oe(t);delete this.headers[n],this.headerNames.delete(n)}get(t){var n;if(!qe(t))throw TypeError(`Invalid header name "${t}"`);return(n=this.headers[Oe(t)])!=null?n:null}getSetCookie(){const t=this.get("set-cookie");return t===null?[]:t===""?[""]:Xt.splitCookiesString(t)}has(t){if(!qe(t))throw new TypeError(`Invalid header name "${t}"`);return this.headers.hasOwnProperty(Oe(t))}set(t,n){if(!qe(t)||!Nr(n))return;const r=Oe(t),s=en(n);this.headers[r]=en(s),this.headerNames.set(r,t)}forEach(t,n){for(const[r,s]of this.entries())t.call(n,s,r,this)}*keys(){for(const[t]of this.entries())yield t}*values(){for(const[,t]of this.entries())yield t}*entries(){const t=Object.keys(this.headers).sort((n,r)=>n.localeCompare(r));for(const n of t)if(n==="set-cookie")for(const r of this.getSetCookie())yield[n,r];else yield[n,this.get(n)]}toObject(){return this.headers}[Symbol.iterator](){return this.entries()}};var wo=Object.defineProperty,qr=e=>{throw TypeError(e)},xo=(e,t,n)=>t in e?wo(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,vo=(e,t,n)=>xo(e,t+"",n),Ao=(e,t,n)=>t.has(e)||qr("Cannot "+n),So=(e,t,n)=>t.has(e)?qr("Cannot add the same private member more than once"):t instanceof WeakSet?t.add(e):t.set(e,n),Pe=(e,t,n)=>(Ao(e,t,"access private method"),n),ie,Or,De;class dt{constructor(t="__cookie_store__"){this.key=t,So(this,ie),vo(this,"store",new Map),Pe(this,ie,Or).call(this)}get(t,n){const{domain:r,path:s}=Zt(n),i=ht(r);for(const[a,l]of this.store.entries()){if(r&&!i.includes(a))continue;const o=l.get(t);if(o&&o.isPathMatched(s)&&!o.isExpired())return o}return null}getValue(t,n){var r;return(r=this.get(t,n))==null?void 0:r.value}has(t,n){return!!this.get(t,n)}set(t){var n;const{name:r,domain:s}=t,i=new ut(t),a=(n=this.store.get(s))!=null?n:new Map;return a.set(r,i),this.store.set(s,a),Pe(this,ie,De).call(this),i}delete(t,n=""){if(n){const r=this.store.get(n);r&&r.delete(t);const s=this.store.get(ge(n));s&&s.delete(t)}else for(const r of this.store.values())r.delete(t);Pe(this,ie,De).call(this)}list(){const t={};for(const n of this.store.keys())t[n]=this.getCookiesMap(n);return t}getCookies(t){const{domain:n,path:r}=Zt(t),s=ht(n),i=[];for(const[a,l]of this.store.entries())if(!(n&&!s.includes(a)))for(const o of l.values())o.isPathMatched(r)&&!o.isExpired()&&i.push(o);return i}getAllCookies(){const t=[];for(const n of this.store.values())for(const r of n.values())r.isExpired()||t.push(r);return t}getCookiesMap(t){return Object.fromEntries(this.getCookies(t).map(({name:n,value:r})=>[n,r]))}apply(t){t.forEach(n=>{let r=this.store.get(n.domain);r||(r=new Map,this.store.set(n.domain,r)),r.set(n.name,n)}),Pe(this,ie,De).call(this)}clear(t="",n=!1){if(t){const r=this.store.get(t);if(r&&r.clear(),!n){const s=this.store.get(ge(t));s&&s.clear()}}else this.store.clear();Pe(this,ie,De).call(this)}applyHeader(t,n){if(se==="js")return this.apply(tn(t.getSetCookie().join(","),ct(n)));const r=t["Set-Cookie"]||t["set-cookie"]||"",s=Array.isArray(r)?r.filter(Boolean).join(","):se==="qq"?r.replace(/;((?!Path|Expires|Max-Age|Domain|Path|SameSite)[^\s;]*?)=/gi,",$1="):r;return this.apply(tn(s,ct(n)))}applyResponse(t,n){return this.applyHeader(se==="js"?t.headers:t.header,n)}getHeader(t){return this.getCookies(t).map(n=>n.toString()).join("; ")}}ie=new WeakSet,Or=function(){try{let e=[];if(se!=="js"){const t=wx.getStorageSync(this.key);Array.isArray(t)&&(e=t)}this.apply(e.map(t=>new ut(t)))}catch(e){console.warn("Error applying cookie storage",e);return}},De=function(){try{const e=[];for(const t of this.store.values())for(const n of t.values())n.isExpired()?t.delete(n.name):n.isPersistence()&&e.push(n);se!=="js"&&wx.setStorageSync(this.key,e)}catch(e){console.warn("Error setting cookies",e)}};var $o=Object.defineProperty,Co=(e,t,n)=>t in e?$o(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Eo=(e,t,n)=>Co(e,t+"",n);const ko={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"},Pr=e=>encodeURIComponent(e).replace(/[!'()~]|%20|%00/g,t=>ko[t]),Dr=e=>decodeURIComponent(e.replace(/\+/g," "));class ze{constructor(t){if(Eo(this,"params"),!t)this.params=new Map;else if(t instanceof ze)this.params=new Map(t.params);else if(this.params=new Map,typeof t=="string")(t.startsWith("?")?t.slice(1):t).split("&").forEach(n=>{var r;const[,s,i]=(r=/^([^=]+)=?(.*?)$/.exec(n))!=null?r:[];s&&this.append(Dr(s),Dr(i))});else if(Symbol.iterator in t)for(const n of t){if(n.length!==2)throw new TypeError("Failed to construct 'URLSearchParams': Sequence initializer must only contain pair elements");const[r,s]=n;this.append(r,s)}else for(const n of Object.keys(t)){const r=t[n];this.params.set(n,[String(r)])}}get size(){return Array.from(this.params.values()).flat().length}append(t,n){this.params.set(t,this.getAll(t).concat(String(n)))}delete(t){this.params.delete(t)}entries(){const t=new Set;return this.forEach((n,r)=>{t.add([r,n])}),t.values()}forEach(t,n){this.params.forEach((r,s)=>r.forEach(i=>t.bind(n)(i,s,this)))}get(t){var n;return(n=this.getAll(t)[0])!=null?n:null}getAll(t){var n,r;return(r=(n=this.params.get(t))==null?void 0:n.slice(0))!=null?r:[]}has(t){return this.params.has(t)}keys(){return this.params.keys()}set(t,n){this.params.set(t,[n||""])}sort(){this.params=new Map(Array.from(this.params.entries()).sort(([t],[n])=>t.localeCompare(n)))}toString(){const t=[];for(const[n,r]of this.params){const s=Pr(n);for(const i of r)t.push(`${s}=${Pr(i)}`)}return t.join("&")}values(){const t=new Set;return this.forEach(n=>{t.add(n)}),t.values()}[Symbol.iterator](){return this.entries()}}var To=Object.defineProperty,pt=Object.getOwnPropertySymbols,jr=Object.prototype.hasOwnProperty,Lr=Object.prototype.propertyIsEnumerable,_r=(e,t,n)=>t in e?To(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,rn=(e,t)=>{for(var n in t||(t={}))jr.call(t,n)&&_r(e,n,t[n]);if(pt)for(var n of pt(t))Lr.call(t,n)&&_r(e,n,t[n]);return e},Mr=(e,t)=>{var n={};for(var r in e)jr.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&pt)for(var r of pt(e))t.indexOf(r)<0&&Lr.call(e,r)&&(n[r]=e[r]);return n};const sn=new dt("__request_cookie__"),Br=(e,t={})=>{var n=t,{method:r="GET",headers:s,body:i,cookieScope:a=e,cookieStore:l=sn}=n,o=Mr(n,["method","headers","body","cookieScope","cookieStore"]);return new Promise((c,h)=>{const f=l.getHeader(a),d=new nn(s);f&&d.append("Cookie",f);const p=i instanceof ze?i.toString():i!=null?i:void 0;d.has("Content-Type")||(i instanceof ze?d.set("Content-Type","application/x-www-form-urlencoded; charset=UTF-8"):i instanceof ArrayBuffer?d.set("Content-Type","application/octet-stream; charset=UTF-8"):Object.prototype.toString.call(i)==="[object Object]"&&d.set("Content-Type","application/json; charset=UTF-8")),Yt.debug(`Requesting ${e}:
1
+ for(var Un="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",oi=typeof Uint8Array=="undefined"?[]:new Uint8Array(256),Qe=0;Qe<Un.length;Qe++)oi[Un.charCodeAt(Qe)]=Qe;const Ze=typeof qq=="object"?"qq":typeof wx=="object"?"miniapp"in wx?"donut":"wx":"js";var li=Object.defineProperty,ci=(e,t,n)=>t in e?li(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,hi=(e,t,n)=>ci(e,t+"",n);let de=class extends Error{constructor({code:t,message:n}){super(n),hi(this,"code"),this.code=t!=null?t:null}toString(){return`code: ${this.code}, message: ${this.message}`}};var Rn;const M=Ze==="js"?console:((Rn=wx.getRealtimeLogManager)==null?void 0:Rn.call(wx))||wx.getLogManager({level:1}),Pt=Ze!=="js"&&"getRealtimeLogManager"in wx,ui=(...e)=>{wx.env.DEBUG&&(Pt?M.info("debug",...e):M.debug(...e)),M!==console&&console.debug(...e)},fi=(...e)=>{M.info(...e),M!==console&&console.info(...e)},di=(...e)=>{M.warn(...e),M!==console&&console.warn(...e)},pi=(...e)=>{Pt?M.error(...e):M.warn("error",...e),M!==console&&console.error(...e)},gi=e=>{Pt&&M.setFilterMsg(e)};var z=Object.freeze({__proto__:null,debug:ui,error:pi,filter:gi,info:fi,warn:di});const mi=(e="")=>e?new Promise((t,n)=>{wx.setClipboardData({data:e,success:()=>t(),fail:({errMsg:r})=>n(new de({message:r}))})}):Promise.reject(new Error("data is empty")),ke=(e,t,n,r)=>{wx.showModal({title:e,content:t,showCancel:!!r,theme:"day",success:({confirm:s})=>{s?n==null||n():r==null||r()},fail:()=>r==null?void 0:r()})},bi=(e,t="",n,r=()=>{})=>{ke("操作确认",`您确定要${e}么?${t}`,n,r)},yi=(e,t,n,r=!1)=>{wx.showModal({title:e,content:t,confirmText:"重试",theme:"day",success:({confirm:s})=>{s?n():r&&getCurrentPages().length>1&&wx.navigateBack()}})},P=(e,t=1500,n="none")=>new Promise((r,s)=>{wx.showToast({title:e,icon:n,duration:t,success:()=>r(),fail:({errMsg:i})=>s(new de({message:i}))})}),wi=()=>(wx.getWindowInfo||wx.getSystemInfoSync)();var xi=Object.defineProperty,vi=Object.defineProperties,Ai=Object.getOwnPropertyDescriptors,Vn=Object.getOwnPropertySymbols,Si=Object.prototype.hasOwnProperty,$i=Object.prototype.propertyIsEnumerable,Hn=(e,t,n)=>t in e?xi(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Dt=(e,t)=>{for(var n in t||(t={}))Si.call(t,n)&&Hn(e,n,t[n]);if(Vn)for(var n of Vn(t))$i.call(t,n)&&Hn(e,n,t[n]);return e},jt=(e,t)=>vi(e,Ai(t));const Ci=e=>new Promise((t,n)=>{if(Ze==="donut")return wx.addPhoneContact(jt(Dt({},e),{success:()=>t()}));wx.getSetting({success:({authSetting:r})=>{r["scope.addPhoneContact"]?wx.addPhoneContact(jt(Dt({},e),{success:()=>t()})):wx.authorize({scope:"scope.addPhoneContact",success:()=>{wx.addPhoneContact(jt(Dt({},e),{success:()=>t()}))},fail:()=>{ke("权限被拒","如果想要保存联系人,请在“权限设置”允许添加到联系人权限",()=>{wx.openSetting(),n(new de({message:"用户拒绝权限"}))})}})}})}),Ei=(e,t)=>{const n=e.split("."),r=t.split("."),s=Math.max(n.length,r.length);for(;n.length<s;)n.push("0");for(;r.length<s;)r.push("0");for(let i=0;i<s;i++){const a=parseInt(n[i]),l=parseInt(r[i]);if(a>l)return 1;if(a<l)return-1}return 0},Gn=()=>{const e=getCurrentPages();return e[e.length-1]||null},ki=()=>{var e,t;return(t=(e=Gn())==null?void 0:e.route)!=null?t:""},zn=()=>{wx.getNetworkType({success:({networkType:e})=>{switch(e){case"wifi":wx.startWifi({success:()=>{wx.getConnectedWifi({success:({wifi:t})=>{t.signalStrength<.5&&P("Wifi 信号不佳")},fail:()=>{P("无法连接网络")}})},fail:()=>{P("无法连接网络")}});break;case"2g":case"3g":P("您的网络状态不佳");break;case"none":P("您没有连接到网络");break;default:P("网络连接出现问题,请稍后重试")}z.error("Request fail with",e)},fail:()=>{P("网络连接出现问题,请稍后重试"),z.error("Request fail and cannot get networkType")}})},Je=(e,t=!1)=>new Promise((n,r)=>{wx.downloadFile({url:e,success:({statusCode:s,tempFilePath:i})=>{if(wx.hideLoading(),s===200)n(i);else{const a=`Download ${e} failed with statusCode: ${s}`;P("下载失败"),z.warn(a),r(new de({code:s,message:a}))}},fail:({errMsg:s})=>{wx.hideLoading(),r(new de({message:s})),zn(),z.warn(`Download ${e} failed:`,s)}}).onProgressUpdate(({progress:s})=>{wx.showLoading({title:`下载中...${Math.round(s)}%`,mask:t})})}),Ti=e=>{Je(e).then(t=>{wx.openDocument({filePath:t,showMenu:!0,success:()=>{z.debug(`打开文档 ${t} 成功`)},fail:({errMsg:n})=>{z.error(`打开文档 ${t} 失败`,n)}})}).catch(()=>{var t;P("下载文档失败"),(t=wx.reportEvent)==null||t.call(wx,"resource_load_failed",{broken_url:e})})},Ii=(e,t=(n=>(n=(r=>(r=/\/([^/]+)\.[^/]+?$/.exec(e))==null?void 0:r[1])())!=null?n:"document")())=>{wx.canIUse("addFileToFavorites")&&Je(e).then(n=>{const r=e.split(".").pop();wx.addFileToFavorites({fileName:`${t}.${r}`,filePath:n,success:()=>{ke("文件已保存","文件已保存至“微信收藏”"),z.debug(e,"添加至收藏成功")},fail:({errMsg:s})=>{z.error(e,"添加至收藏失败",s)}})}).catch(()=>{var n;P("下载文档失败"),(n=wx.reportEvent)==null||n.call(wx,"resource_load_failed",{broken_url:e})})},Ni=e=>Je(e).then(t=>new Promise((n,r)=>{if(Ze==="donut")return wx.saveImageToPhotosAlbum({filePath:t,success:()=>n()});wx.getSetting({success:({authSetting:s})=>{s["scope.writePhotosAlbum"]?wx.saveImageToPhotosAlbum({filePath:t,success:()=>n()}):wx.authorize({scope:"scope.writePhotosAlbum",success:()=>{wx.saveImageToPhotosAlbum({filePath:t,success:()=>n()})},fail:()=>{ke("权限被拒","如果想要保存图片,请在“权限设置”允许保存图片权限",()=>{r(new de({message:"用户拒绝权限"})),wx.openSetting()})}})}})})),qi=e=>{if(!("getUpdateManager"in wx))return;const t=wx.getUpdateManager();t.onCheckForUpdate(({hasUpdate:n})=>{n&&P("发现小程序更新,下载中...")}),t.onUpdateReady(()=>{e(()=>{t.applyUpdate()})}),t.onUpdateFailed(({errMsg:n})=>{P("小程序更新下载失败,请检查您的网络!"),z.error("更新应用失败",n)})};for(var pe="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",Te=typeof Uint8Array=="undefined"?[]:new Uint8Array(256),Ye=0;Ye<pe.length;Ye++)Te[pe.charCodeAt(Ye)]=Ye;var Oi=function(e){var t=new Uint8Array(e),n,r=t.length,s="";for(n=0;n<r;n+=3)s+=pe[t[n]>>2],s+=pe[(t[n]&3)<<4|t[n+1]>>4],s+=pe[(t[n+1]&15)<<2|t[n+2]>>6],s+=pe[t[n+2]&63];return r%3===2?s=s.substring(0,s.length-1)+"=":r%3===1&&(s=s.substring(0,s.length-2)+"=="),s},Pi=function(e){var t=e.length*.75,n=e.length,r,s=0,i,a,l,o;e[e.length-1]==="="&&(t--,e[e.length-2]==="="&&t--);var c=new ArrayBuffer(t),h=new Uint8Array(c);for(r=0;r<n;r+=4)i=Te[e.charCodeAt(r)],a=Te[e.charCodeAt(r+1)],l=Te[e.charCodeAt(r+2)],o=Te[e.charCodeAt(r+3)],h[s++]=i<<2|a>>4,h[s++]=(a&15)<<4|l>>2,h[s++]=(l&3)<<6|o&63;return c};const Lt=typeof qq=="object"?"qq":typeof wx=="object"?"miniapp"in wx?"donut":"wx":"js";var Di=(e,t,n)=>new Promise((r,s)=>{var i=o=>{try{l(n.next(o))}catch(c){s(c)}},a=o=>{try{l(n.throw(o))}catch(c){s(c)}},l=o=>o.done?r(o.value):Promise.resolve(o.value).then(i,a);l((n=n.apply(e,t)).next())});function Xe(e=new Map){return{all:e,on:(t,n)=>{const r=e.get(t);r?r.push(n):e.set(t,[n])},off:(t,n)=>{const r=e.get(t);r&&(n?r.splice(r.indexOf(n)>>>0,1):e.set(t,[]))},emit:(t,n)=>{let r=e.get(t);r&&r.slice().map(s=>s(n)),r=e.get("*"),r&&r.slice().map(s=>s(t,n))},emitAsync:(t,n)=>Di(this,null,function*(){var r,s;yield Promise.all(((r=e.get(t))!=null?r:[]).slice().map(i=>i(n))),yield Promise.all(((s=e.get("*"))!=null?s:[]).slice().map(i=>i(t,n)))})}}var ji=Object.defineProperty,Li=(e,t,n)=>t in e?ji(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,_i=(e,t,n)=>Li(e,t+"",n);let Mi=class extends Error{constructor({code:t,message:n}){super(n),_i(this,"code"),this.code=t!=null?t:null}toString(){return`code: ${this.code}, message: ${this.message}`}};var Wn;const B=Lt==="js"?console:((Wn=wx.getRealtimeLogManager)==null?void 0:Wn.call(wx))||wx.getLogManager({level:1}),_t=Lt!=="js"&&"getRealtimeLogManager"in wx,Bi=(...e)=>{wx.env.DEBUG&&(_t?B.info("debug",...e):B.debug(...e)),B!==console&&console.debug(...e)},Fi=(...e)=>{B.info(...e),B!==console&&console.info(...e)},Ui=(...e)=>{B.warn(...e),B!==console&&console.warn(...e)},Ri=(...e)=>{_t?B.error(...e):B.warn("error",...e),B!==console&&console.error(...e)},Vi=e=>{_t&&B.setFilterMsg(e)};var Y=Object.freeze({__proto__:null,debug:Bi,error:Ri,filter:Vi,info:Fi,warn:Ui});const Hi=(e="",t="&")=>{const n={},r=e?e.split(t):void 0;return r&&r.length>0&&r.forEach(s=>{const[i,a]=s.split("=");n[i]=a}),n},Qn=(e={},t="&",n=!1)=>Object.keys(e).map(r=>{const s=e[r];return`${r}=${n?s:encodeURIComponent(s)}`}).join(t),Gi=(e,t,n=!1)=>{const r=Qn(t,"&",n);return r?`${e}${/[?&]$/u.test(e)?"":e.includes("?")?"&":"?"}${r}`:e};var Zn=Object.freeze({__proto__:null,join:Gi,parse:Hi,stringify:Qn});const Jn=e=>{if(e===void 0)return"undefined";const t=typeof e;if(t==="object"){if(e===null)return"null";const n=/\[object (\w+)\]/u.exec(Object.prototype.toString.call(e));return n?n[1].toLowerCase():""}return t},Yn=e=>Jn(e)==="function";var zi=Object.defineProperty,Wi=(e,t,n)=>t in e?zi(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Xn=(e,t,n)=>Wi(e,typeof t!="symbol"?t+"":t,n);function R(e,t){return function(...n){if(t.apply(this,n),e)return e.apply(this,n)}}const Qi=(e,t)=>{let n;return function(...r){if(!n)return n=!0,e.apply(t!=null?t:this,[()=>{n=!1},...r])}},Zi=(e,t)=>{let n;return function(...r){if(!n)return n=!0,e.apply(t!=null?t:null,r)}};let Kn=class{constructor(t=1){this.capacity=t,Xn(this,"funcQueue",[]),Xn(this,"running",0)}next(){const t=this.funcQueue.shift();if(t){const{func:n,ctx:r,args:s}=t,i=()=>{n.apply(r,[()=>{this.running-=1,this.next()},...[].slice.call(s,0)])};this.running+=1,i()}}add(t,n,...r){this.funcQueue.push({func:t,ctx:n,args:[].slice.call(r,0)}),this.running<this.capacity&&this.next()}clear(){this.funcQueue=[]}};const Ji=(e,t=1)=>{const n=new Kn(t);return function(...r){n.add(e,this,...r)}},Mt="a",er="al",tr="n",nr="p",rr="r",sr="u",W=Xe(),Ke=Xe(),Q=Xe(),X={launch:!1,lOpt:{},hide:0},Yi=e=>{X.launch=!0,X.lOpt=e,W.emit(er,e)},Xi=()=>{X.hide&&(W.emit(Mt,new Date().getTime()-X.hide),X.hide=0)},Ki=()=>{X.hide=new Date().getTime()},ea=e=>{e.onLaunch=R(e.onLaunch,Yi),e.onShow=R(e.onShow,Xi),e.onHide=R(e.onHide,Ki),e.onAwake&&(W.on(Mt,t=>{Y.debug(`App: awake after ${t}ms`),e.onAwake(t)}),Y.debug("App: registered onAwake")),e.$on=Q.on,e.$off=Q.off,e.$emit=Q.emit,e.$emitAsync=Q.emitAsync,App(e)},Bt={},ir=e=>Bt[e],ta=(e,t)=>{Bt[e]=t},na=e=>{delete Bt[e]};var ra=Object.defineProperty,sa=Object.defineProperties,ia=Object.getOwnPropertyDescriptors,et=Object.getOwnPropertySymbols,ar=Object.prototype.hasOwnProperty,or=Object.prototype.propertyIsEnumerable,lr=(e,t,n)=>t in e?ra(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,cr=(e,t)=>{for(var n in t||(t={}))ar.call(t,n)&&lr(e,n,t[n]);if(et)for(var n of et(t))or.call(t,n)&&lr(e,n,t[n]);return e},hr=(e,t)=>sa(e,ia(t)),aa=(e,t)=>{var n={};for(var r in e)ar.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&et)for(var r of et(e))t.indexOf(r)<0&&or.call(e,r)&&(n[r]=e[r]);return n};let tt;const oa=e=>{const t=e,{defaultPage:n,pages:r=[],getPath:s}=t,i=aa(t,["defaultPage","pages","getPath"]);if(Yn(s)){tt=hr(cr({},i),{getPath:s});return}let a={},l={};const o=(c,h)=>{const f=h.replace(/\$name/g,c);a[c]=f,l[f]=c};Array.isArray(r)?r.forEach(([c,h])=>{typeof c=="string"?o(c,h):c.forEach(f=>o(f,h))}):typeof r=="object"&&(a=r,l=Object.fromEntries(Object.keys(r).map(c=>[r[c],c]))),tt=hr(cr({},i),{getPath:c=>a[c]||n.replace(/\$name/g,c)})},re=()=>{if(!tt)throw new Error("$Config is not called");return tt};let Ie=!0;const ur=e=>{const t=re(),[n,r]=e.split("?"),s=n.startsWith("/")?n:t.getPath(n);return{path:s,query:Zn.parse(r),url:`${s}${r?`?${r}`:""}`}};function nt(e){return t=>{if(Ie){Ie=!1;const{path:n,url:r,query:s}=ur(t);return Promise.race([Ke.emitAsync(`${tr}:${n}`,s),new Promise(i=>{var a;setTimeout(()=>i(),(a=re().maxDelay)!=null?a:200)})]).then(()=>(Ie=!0,wx[e]({url:r})))}}}W.on(rr,()=>{var e;setTimeout(()=>{Ie=!0},(e=re().minInterval)!=null?e:100)}),W.on(sr,()=>{Ie=!0});const Ft=nt("navigateTo"),Ut=nt("redirectTo"),Rt=nt("switchTab"),rt=nt("reLaunch");function st(e){return function(t){if(t){const{before:n,after:r,url:s}=t.currentTarget.dataset;if(this&&n&&typeof this[n]=="function"&&this[n](t),s)return e(s).then(()=>{this&&r&&typeof this[r]=="function"&&this[r](t)})}}}const la=st(Ft),ca=st(Ut),ha=st(Rt),ua=st(rt),fr=(e=1)=>{const{home:t}=re();return getCurrentPages().length<=e&&t?rt(t):wx.navigateBack({delta:e})},fa=function(e){if(e){const{before:t,after:n,delta:r=1}=e.currentTarget.dataset;return this&&t&&typeof this[t]=="function"&&this[t](e),Promise.resolve(fr(Number(r))).then(()=>{this&&n&&typeof this[n]=="function"&&this[n](e)})}},da=()=>getCurrentPages().slice(0).pop(),pa=e=>{const{path:t,query:n}=ur(e);Ke.emit(`${nr}:${t}`,n)};function dr(e){const{args:t,event:n,id:r}=e.detail;switch(n){case"$attached":{const s=ir(r);if(!s)break;const i=s.$refID;i&&(this.$refs[i]=s),s.$attached(this);break}default:{const s=this[n];s&&s.apply(this,t)}}}function pr(e){const t=re();e.$=dr,e.$refs={},e.$on=Q.on,e.$off=Q.off,e.$emit=Q.emit,e.$emitAsync=Q.emitAsync,e.$go=Ft,e.$redirect=Ut,e.$switch=Rt,e.$reLaunch=rt,e.$back=fr,e.$preload=pa,e.$currentPage=da,e.$getPath=t.getPath,e.$bindGo=la,e.$bindRedirect=ca,e.$bindSwitch=ha,e.$bindRelaunch=ua,e.$bindBack=fa}var ga=Object.defineProperty,ma=Object.defineProperties,ba=Object.getOwnPropertyDescriptors,gr=Object.getOwnPropertySymbols,ya=Object.prototype.hasOwnProperty,wa=Object.prototype.propertyIsEnumerable,mr=(e,t,n)=>t in e?ga(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Vt=(e,t)=>{for(var n in t||(t={}))ya.call(t,n)&&mr(e,n,t[n]);if(gr)for(var n of gr(t))wa.call(t,n)&&mr(e,n,t[n]);return e},Ht=(e,t)=>ma(e,ba(t));let xa=0;const va=(e={})=>{const t={};return Object.keys(e).forEach(n=>{const r=e[n];if(r===null||typeof r=="function")t[n]=r;else{const{type:s}=r;s===null?t[n]={type:null,value:r.default}:Array.isArray(s)?t[n]={type:s[0],value:r.default,optionalTypes:s.slice(1)}:t[n]={type:s,value:r.default}}}),Ht(Vt({},t),{ref:{type:String,value:""}})},Aa=e=>{const{extendComponent:t,injectComponent:n}=re();return t&&t(e),e.lifetimes||(e.lifetimes={}),e.lifetimes.created=R(e.lifetimes.created,function(){pr(this),n&&n(e)}),e.lifetimes.attached=R(e.lifetimes.attached,function(){const r=xa+=1;this.$id=r,ta(r,this),this.$refID=this.data.ref,this.triggerEvent("ing",{id:this.$id,event:"$attached"})}),e.lifetimes.detached=R(e.lifetimes.detached,function(){var r;na(this.$id);const s=(r=this.$parent)==null?void 0:r.$refs,i=this.$refID;i&&s&&delete s[i],delete this.$parent}),e.methods=Ht(Vt({},e.methods),{$call(r,...s){Y.debug(`Component ${this.$id} call ${r}:`,s),this.triggerEvent("ing",{id:this.$id,event:r,args:s})},$getRef:ir,$attached(r){this.$root=r.$root||r,this.$parent=r},$:dr}),e.observers=Ht(Vt({},e.observers),{ref(r){var s;this.$refID&&this.$refID!==r&&((s=this.$parent)!=null&&s.$refs&&delete this.$parent.$refs[this.$refID],this.$refID=r,Y.debug(`Component ${this.$id} ref: ${r}`))}}),e.properties=va(e.props),delete e.props,Component(e)};let br=!0;const Sa=(e,t)=>{const{getPath:n,extendPage:r,injectPage:s}=re(),i=n(e),a=(o,c)=>Y.debug(`Page ${e}: ${o} has been invoked`,c||""),l=o=>Y.debug(`Page ${e}: registered ${o}`);if(r&&r(e,t),t.$name=e,t.$state={firstOpen:!1},t.onAppLaunch){if(X.launch){const{lOpt:o}=X;a("onAppLaunch"),t.onAppLaunch(o)}else W.on(er,o=>{a("onAppLaunch"),t.onAppLaunch(o)});l("onAppLaunch")}t.onNavigate&&(Ke.on(`${tr}:${i}`,o=>(a("onNavigate",o),t.onNavigate(o))),l("onNavigate")),t.onPreload&&(Ke.on(`${nr}:${i}`,o=>(a("onPreload",o),t.onPreload(o))),l("onPreload")),t.onLoad=R(t.onLoad,()=>{t.onAwake&&(W.on(Mt,o=>{a("onAwake"),t.onAwake(o)}),l("onAwake")),br&&(br=!1,t.$state.firstOpen=!0)}),t.onReady=R(t.onReady,()=>W.emit(rr)),t.onUnload=R(t.onUnload,()=>W.emit(sr)),pr(t),s&&s(e,t),t.onRegister&&(a("onRegister"),t.onRegister()),Page(t),Y.debug(`Registered: Page ${e}`)};for(var yr="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",$a=typeof Uint8Array=="undefined"?[]:new Uint8Array(256),it=0;it<yr.length;it++)$a[yr.charCodeAt(it)]=it;const wr=typeof qq=="object"?"qq":typeof wx=="object"?"miniapp"in wx?"donut":"wx":"js";var Ca=Object.defineProperty,Ea=(e,t,n)=>t in e?Ca(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,ka=(e,t,n)=>Ea(e,t+"",n);class Gt extends Error{constructor({code:t,message:n}){super(n),ka(this,"code"),this.code=t!=null?t:null}toString(){return`code: ${this.code}, message: ${this.message}`}}var xr;const F=wr==="js"?console:((xr=wx.getRealtimeLogManager)==null?void 0:xr.call(wx))||wx.getLogManager({level:1}),zt=wr!=="js"&&"getRealtimeLogManager"in wx,Ta=(...e)=>{wx.env.DEBUG&&(zt?F.info("debug",...e):F.debug(...e)),F!==console&&console.debug(...e)},Ia=(...e)=>{F.info(...e),F!==console&&console.info(...e)},Na=(...e)=>{F.warn(...e),F!==console&&console.warn(...e)},qa=(...e)=>{zt?F.error(...e):F.warn("error",...e),F!==console&&console.error(...e)},Oa=e=>{zt&&F.setFilterMsg(e)};var I=Object.freeze({__proto__:null,debug:Ta,error:qa,filter:Oa,info:Ia,warn:Na});const D=wx.getFileSystemManager(),q=wx.env.USER_DATA_PATH,at=e=>e.split("/").slice(0,-1).join("/"),Wt=e=>{try{return D.statSync(`${q}/${e}`,!1),!0}catch(t){return!1}},Pa=e=>Wt(e)&&D.statSync(`${q}/${e}`).isFile(),vr=e=>Wt(e)&&D.statSync(`${q}/${e}`).isDirectory(),Da=(e,t=vr(e)?"dir":"file")=>{const n=()=>I.debug(`Deleted ${e}`),r=s=>I.error(`Error deleting ${e}:`,s);if(t==="dir")try{D.rmdirSync(`${q}/${e}`,!0),n()}catch(s){r(s)}else try{D.unlinkSync(`${q}/${e}`),n()}catch(s){r(s)}},ja=e=>{try{const t=D.readdirSync(`${q}/${e}`);return I.debug(`Listing ${e} folder:`,t),t}catch(t){return I.error(`Error listing ${e} folder:`,t),[]}},La=(e,t="utf-8")=>{try{return D.readFileSync(`${q}/${e}`,t)}catch(n){I.warn(`${e} don't exist`);return}},_a=(e,t="utf-8")=>{let n;try{const r=D.readFileSync(`${q}/${e}.json`,t);try{n=JSON.parse(r),I.debug(`Read ${e}.json success:`,n)}catch(s){n=void 0,I.warn(`Parse ${e}.json failed`)}}catch(r){n=void 0,I.warn(`${e}.json doesn't exist`)}return n},ot=(e,t=!0)=>{try{D.mkdirSync(`${q}/${e}`,t)}catch(n){I.debug(`${e} folder already exists`)}},Ma=(e,t)=>{try{D.saveFileSync(e,`${q}/${t}`)}catch(n){I.error(`Saving to ${t} failed:`,n)}},Ba=(e,t)=>(ot(at(t)),new Promise((n,r)=>{wx.downloadFile({url:e,filePath:`${q}/${t}`,success:({statusCode:s,tempFilePath:i})=>{if(s===200)return I.debug(`${e} saved`),n(i);I.error(`Download ${e} failed with statusCode ${s}`),r(new Gt({code:s}))},fail:({errMsg:s})=>{I.error(`Download ${e} failed:`,s),r(new Gt({message:s}))}})})),Fa=(e,t,n=t instanceof ArrayBuffer?"binary":"utf-8")=>{ot(at(e)),D.writeFileSync(`${q}/${e}`,t instanceof ArrayBuffer?t:JSON.stringify(t),n)},Ua=(e,t,n="utf-8")=>{const r=JSON.stringify(t);ot(at(e)),D.writeFileSync(`${q}/${e}.json`,r,n)},Ra=(e,t)=>new Promise((n,r)=>{D.unzip({zipFilePath:`${q}/${e}`,targetPath:`${q}/${t}`,success:()=>{n()},fail:({errCode:s,errMsg:i})=>{I.error(`Unzip ${e} failed:`,i),r(new Gt({code:s,message:i}))}})}),Ne=new Date().getTime();I.debug(`Current sessionId is ${Ne}`);const V="_cache_",lt={},Va=(e,t)=>{lt[e]=t},Ha=e=>{const t=lt[e];return lt[e]=void 0,t},Qt=(e,t)=>t?t.expired?t.expired===Ne||new Date().getTime()<t.expired?t.data:(wx.removeStorageSync(`${V}${e}`),void 0):t.data:void 0,Ar=(e,t,n)=>{const r={expired:0,data:t};if(n==="keep"){const s=wx.getStorageSync(`${V}${e}`);if(!s)return;r.expired=s.expired||0}else n&&(r.expired=n==="once"?Ne:n+new Date().getTime());return r},Ga=(e,t,n=0)=>{wx.setStorageSync(`${V}${e}`,Ar(e,t,n))},za=(e,t,n=0)=>wx.setStorage({key:`${V}${e}`,data:Ar(e,t,n)}).catch(()=>{I.error(`set "${e}" fail`)}),Wa=e=>Qt(e,wx.getStorageSync(`${V}${e}`)),Qa=e=>wx.getStorage({key:`${V}${e}`}).then(({data:t})=>Qt(e,t)).catch(()=>{I.error(`set "${e}" fail`)}),Za=e=>{wx.removeStorageSync(`${V}${e}`),Qt(e,null)},Ja=e=>wx.removeStorage({key:`${V}${e}`}),Ya=()=>{wx.getStorageInfoSync().keys.forEach(e=>{if(e.startsWith(V)){const t=wx.getStorageSync(e);(!t||t.expired!==Ne&&new Date().getTime()>=t.expired)&&wx.removeStorageSync(e)}})},Xa=()=>wx.getStorageInfo().then(({keys:e})=>Promise.all(e.filter(t=>t.startsWith(V)).map(t=>wx.getStorage({key:t}).then(({data:n})=>{if(!n||n.expired!==Ne&&new Date().getTime()>=n.expired)return wx.removeStorage({key:t}).then(()=>{})})))),ge=(e="")=>e.replace(/^(\.*)?(?=\S)/gi,".").replace(/\.+$/,""),Sr=e=>e.replace(/[#?].*$/,""),ct=e=>Sr(e).replace(/^https?:\/\//,"").split("/").shift().replace(/:\d+$/,""),ht=(e="")=>{if(!e)return[];e=ge(e).replace(/^\.+/gi,"");const t=e.split(".").map(n=>[".",e.slice(e.indexOf(n))].join(""));return[e].concat(t)},$r=e=>{const t=ct(e),n=Sr(e).split(t)[1].replace(/^:\d+/,"")||"/";return{domain:t,path:n}},Zt=e=>{const{domain:t="",path:n="/"}=typeof e=="object"?e:typeof e=="string"?$r(e):{};return{domain:ge(t),path:n}};var Ka=Object.defineProperty,eo=(e,t,n)=>t in e?Ka(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,me=(e,t,n)=>eo(e,typeof t!="symbol"?t+"":t,n);let ut=class{constructor(t){me(this,"name"),me(this,"value"),me(this,"domain"),me(this,"path"),me(this,"expires","session"),me(this,"httpOnly");var n,r;this.name=t.name||"",this.value=t.value||"",this.domain=(n=t.domain)!=null?n:"",this.path=(r=t.path)!=null?r:"/",this.httpOnly=!!t.httpOnly,this.expires=Number.isInteger(t.maxAge)?t.maxAge>0?new Date(new Date().getTime()+t.maxAge*1e3):"outdate":t.expires?new Date(t.expires):"session"}isExpired(){return this.expires==="outdate"||this.expires instanceof Date&&new Date>this.expires}isPersistence(){return this.expires!=="session"}isDomainMatched(t){return ht(t).includes(this.domain)}isPathMatched(t){return t.startsWith(this.path)||this.path.replace(/\/$/,"")===t}toString(){return`${this.name}=${this.value}`}toJSON(){const t={name:this.name,value:this.value,domain:this.domain};return this.path!=="/"&&(t.path=this.path),this.httpOnly&&(t.httpOnly=this.httpOnly),this.expires instanceof Date&&(t.expires=this.expires),t}};for(var Cr="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",to=typeof Uint8Array=="undefined"?[]:new Uint8Array(256),ft=0;ft<Cr.length;ft++)to[Cr.charCodeAt(ft)]=ft;const se=typeof qq=="object"?"qq":typeof wx=="object"?"miniapp"in wx?"donut":"wx":"js";var no=Object.defineProperty,ro=(e,t,n)=>t in e?no(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,so=(e,t,n)=>ro(e,t+"",n);let Er=class extends Error{constructor({code:t,message:n}){super(n),so(this,"code"),this.code=t!=null?t:null}toString(){return`code: ${this.code}, message: ${this.message}`}};var kr;const U=se==="js"?console:((kr=wx.getRealtimeLogManager)==null?void 0:kr.call(wx))||wx.getLogManager({level:1}),Jt=se!=="js"&&"getRealtimeLogManager"in wx,io=(...e)=>{wx.env.DEBUG&&(Jt?U.info("debug",...e):U.debug(...e)),U!==console&&console.debug(...e)},ao=(...e)=>{U.info(...e),U!==console&&console.info(...e)},oo=(...e)=>{U.warn(...e),U!==console&&console.warn(...e)},lo=(...e)=>{Jt?U.error(...e):U.warn("error",...e),U!==console&&console.error(...e)},co=e=>{Jt&&U.setFilterMsg(e)};var Yt=Object.freeze({__proto__:null,debug:io,error:lo,filter:co,info:ao,warn:oo}),be={exports:{}},Tr;function ho(){if(Tr)return be.exports;Tr=1;var e={decodeValues:!0,map:!1,silent:!1};function t(a){return typeof a=="string"&&!!a.trim()}function n(a,l){var o=a.split(";").filter(t),c=o.shift(),h=r(c),f=h.name,d=h.value;l=l?Object.assign({},e,l):e;try{d=l.decodeValues?decodeURIComponent(d):d}catch(g){console.error("set-cookie-parser encountered an error while decoding a cookie with value '"+d+"'. Set options.decodeValues to false to disable this feature.",g)}var p={name:f,value:d};return o.forEach(function(g){var v=g.split("="),A=v.shift().trimLeft().toLowerCase(),_=v.join("=");A==="expires"?p.expires=new Date(_):A==="max-age"?p.maxAge=parseInt(_,10):A==="secure"?p.secure=!0:A==="httponly"?p.httpOnly=!0:A==="samesite"?p.sameSite=_:A==="partitioned"?p.partitioned=!0:p[A]=_}),p}function r(a){var l="",o="",c=a.split("=");return c.length>1?(l=c.shift(),o=c.join("=")):o=a,{name:l,value:o}}function s(a,l){if(l=l?Object.assign({},e,l):e,!a)return l.map?{}:[];if(a.headers)if(typeof a.headers.getSetCookie=="function")a=a.headers.getSetCookie();else if(a.headers["set-cookie"])a=a.headers["set-cookie"];else{var o=a.headers[Object.keys(a.headers).find(function(h){return h.toLowerCase()==="set-cookie"})];!o&&a.headers.cookie&&!l.silent&&console.warn("Warning: set-cookie-parser appears to have been called on a request object. It is designed to parse Set-Cookie headers from responses, not Cookie headers from requests. Set the option {silent: true} to suppress this warning."),a=o}if(Array.isArray(a)||(a=[a]),l.map){var c={};return a.filter(t).reduce(function(h,f){var d=n(f,l);return h[d.name]=d,h},c)}else return a.filter(t).map(function(h){return n(h,l)})}function i(a){if(Array.isArray(a))return a;if(typeof a!="string")return[];var l=[],o=0,c,h,f,d,p;function g(){for(;o<a.length&&/\s/.test(a.charAt(o));)o+=1;return o<a.length}function v(){return h=a.charAt(o),h!=="="&&h!==";"&&h!==","}for(;o<a.length;){for(c=o,p=!1;g();)if(h=a.charAt(o),h===","){for(f=o,o+=1,g(),d=o;o<a.length&&v();)o+=1;o<a.length&&a.charAt(o)==="="?(p=!0,o=d,l.push(a.substring(c,f)),c=o):o=f+1}else o+=1;(!p||o>=a.length)&&l.push(a.substring(c,a.length))}return l}return be.exports=s,be.exports.parse=s,be.exports.parseString=n,be.exports.splitCookiesString=i,be.exports}var Xt=ho(),uo=Object.defineProperty,fo=Object.defineProperties,po=Object.getOwnPropertyDescriptors,Ir=Object.getOwnPropertySymbols,go=Object.prototype.hasOwnProperty,mo=Object.prototype.propertyIsEnumerable,Kt=(e,t,n)=>t in e?uo(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,bo=(e,t)=>{for(var n in t||(t={}))go.call(t,n)&&Kt(e,n,t[n]);if(Ir)for(var n of Ir(t))mo.call(t,n)&&Kt(e,n,t[n]);return e},yo=(e,t)=>fo(e,po(t)),Nr=(e,t,n)=>Kt(e,typeof t!="symbol"?t+"":t,n);const wo=/[^a-z0-9\-#$%&'*+.^_`|~]/i,qr=`
2
+ \r `,xo=new RegExp(`(^[${qr}]|$[${qr}])`,"g"),qe=e=>{if(typeof e!="string"||e.length===0||e.length>128)return!1;for(let t=0;t<e.length;t++){const n=e.charCodeAt(t);if(n>127||n===32)return!1}return!0},Oe=e=>{if(wo.test(e)||e.trim()==="")throw new TypeError("Invalid character in header field name");return e.trim().toLowerCase()},Or=e=>{if(typeof e!="string"||e.trim()!==e)return!1;for(let t=0;t<e.length;t++){const n=e.charCodeAt(t);if(n===0||n===10||n===13)return!1}return!0},en=e=>e.replace(xo,""),tn=(e,t)=>Xt.parse(Xt.splitCookiesString(e)).map(n=>new ut(yo(bo({},n),{domain:ge(n.domain)||t})));let nn=class ai{constructor(t){Nr(this,"headers",{}),Nr(this,"headerNames",new Map),t instanceof ai?t.forEach((n,r)=>{this.append(r,n)},this):Array.isArray(t)?t.forEach(([n,r])=>{this.append(n,Array.isArray(r)?r.join(", "):r)}):t&&Object.getOwnPropertyNames(t).forEach(n=>{const r=t[n];this.append(n,Array.isArray(r)?r.join(", "):r)})}append(t,n){if(!qe(t)||!Or(n))return;const r=Oe(t),s=en(n),i=this.has(r)?`${this.get(r)}, ${s}`:s;this.set(t,i)}delete(t){if(!qe(t)||!this.has(t))return;const n=Oe(t);delete this.headers[n],this.headerNames.delete(n)}get(t){var n;if(!qe(t))throw TypeError(`Invalid header name "${t}"`);return(n=this.headers[Oe(t)])!=null?n:null}getSetCookie(){const t=this.get("set-cookie");return t===null?[]:t===""?[""]:Xt.splitCookiesString(t)}has(t){if(!qe(t))throw new TypeError(`Invalid header name "${t}"`);return this.headers.hasOwnProperty(Oe(t))}set(t,n){if(!qe(t)||!Or(n))return;const r=Oe(t),s=en(n);this.headers[r]=en(s),this.headerNames.set(r,t)}forEach(t,n){for(const[r,s]of this.entries())t.call(n,s,r,this)}*keys(){for(const[t]of this.entries())yield t}*values(){for(const[,t]of this.entries())yield t}*entries(){const t=Object.keys(this.headers).sort((n,r)=>n.localeCompare(r));for(const n of t)if(n==="set-cookie")for(const r of this.getSetCookie())yield[n,r];else yield[n,this.get(n)]}toObject(){return this.headers}[Symbol.iterator](){return this.entries()}};var vo=Object.defineProperty,Pr=e=>{throw TypeError(e)},Ao=(e,t,n)=>t in e?vo(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,So=(e,t,n)=>Ao(e,t+"",n),$o=(e,t,n)=>t.has(e)||Pr("Cannot "+n),Co=(e,t,n)=>t.has(e)?Pr("Cannot add the same private member more than once"):t instanceof WeakSet?t.add(e):t.set(e,n),Pe=(e,t,n)=>($o(e,t,"access private method"),n),ie,Dr,De;class dt{constructor(t="__cookie_store__"){this.key=t,Co(this,ie),So(this,"store",new Map),Pe(this,ie,Dr).call(this)}get(t,n){const{domain:r,path:s}=Zt(n),i=ht(r);for(const[a,l]of this.store.entries()){if(r&&!i.includes(a))continue;const o=l.get(t);if(o&&o.isPathMatched(s)&&!o.isExpired())return o}return null}getValue(t,n){var r;return(r=this.get(t,n))==null?void 0:r.value}has(t,n){return!!this.get(t,n)}set(t){var n;const{name:r,domain:s}=t,i=new ut(t),a=(n=this.store.get(s))!=null?n:new Map;return a.set(r,i),this.store.set(s,a),Pe(this,ie,De).call(this),i}delete(t,n=""){if(n){const r=this.store.get(n);r&&r.delete(t);const s=this.store.get(ge(n));s&&s.delete(t)}else for(const r of this.store.values())r.delete(t);Pe(this,ie,De).call(this)}list(){const t={};for(const n of this.store.keys())t[n]=this.getCookiesMap(n);return t}getCookies(t){const{domain:n,path:r}=Zt(t),s=ht(n),i=[];for(const[a,l]of this.store.entries())if(!(n&&!s.includes(a)))for(const o of l.values())o.isPathMatched(r)&&!o.isExpired()&&i.push(o);return i}getAllCookies(){const t=[];for(const n of this.store.values())for(const r of n.values())r.isExpired()||t.push(r);return t}getCookiesMap(t){return Object.fromEntries(this.getCookies(t).map(({name:n,value:r})=>[n,r]))}apply(t){t.forEach(n=>{let r=this.store.get(n.domain);r||(r=new Map,this.store.set(n.domain,r)),r.set(n.name,n)}),Pe(this,ie,De).call(this)}clear(t="",n=!1){if(t){const r=this.store.get(t);if(r&&r.clear(),!n){const s=this.store.get(ge(t));s&&s.clear()}}else this.store.clear();Pe(this,ie,De).call(this)}applyHeader(t,n){if(se==="js")return this.apply(tn(t.getSetCookie().join(","),ct(n)));const r=t["Set-Cookie"]||t["set-cookie"]||"",s=Array.isArray(r)?r.filter(Boolean).join(","):se==="qq"?r.replace(/;((?!Path|Expires|Max-Age|Domain|Path|SameSite)[^\s;]*?)=/gi,",$1="):r;return this.apply(tn(s,ct(n)))}applyResponse(t,n){return this.applyHeader(se==="js"?t.headers:t.header,n)}getHeader(t){return this.getCookies(t).map(n=>n.toString()).join("; ")}}ie=new WeakSet,Dr=function(){try{let e=[];if(se!=="js"){const t=wx.getStorageSync(this.key);Array.isArray(t)&&(e=t)}this.apply(e.map(t=>new ut(t)))}catch(e){console.warn("Error applying cookie storage",e);return}},De=function(){try{const e=[];for(const t of this.store.values())for(const n of t.values())n.isExpired()?t.delete(n.name):n.isPersistence()&&e.push(n);se!=="js"&&wx.setStorageSync(this.key,e)}catch(e){console.warn("Error setting cookies",e)}};var Eo=Object.defineProperty,ko=(e,t,n)=>t in e?Eo(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,To=(e,t,n)=>ko(e,t+"",n);const Io={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"},jr=e=>encodeURIComponent(e).replace(/[!'()~]|%20|%00/g,t=>Io[t]),Lr=e=>decodeURIComponent(e.replace(/\+/g," "));class ze{constructor(t){if(To(this,"params"),!t)this.params=new Map;else if(t instanceof ze)this.params=new Map(t.params);else if(this.params=new Map,typeof t=="string")(t.startsWith("?")?t.slice(1):t).split("&").forEach(n=>{var r;const[,s,i]=(r=/^([^=]+)=?(.*?)$/.exec(n))!=null?r:[];s&&this.append(Lr(s),Lr(i))});else if(Symbol.iterator in t)for(const n of t){if(n.length!==2)throw new TypeError("Failed to construct 'URLSearchParams': Sequence initializer must only contain pair elements");const[r,s]=n;this.append(r,s)}else for(const n of Object.keys(t)){const r=t[n];this.params.set(n,[String(r)])}}get size(){return Array.from(this.params.values()).flat().length}append(t,n){this.params.set(t,this.getAll(t).concat(String(n)))}delete(t){this.params.delete(t)}entries(){const t=new Set;return this.forEach((n,r)=>{t.add([r,n])}),t.values()}forEach(t,n){this.params.forEach((r,s)=>r.forEach(i=>t.bind(n)(i,s,this)))}get(t){var n;return(n=this.getAll(t)[0])!=null?n:null}getAll(t){var n,r;return(r=(n=this.params.get(t))==null?void 0:n.slice(0))!=null?r:[]}has(t){return this.params.has(t)}keys(){return this.params.keys()}set(t,n){this.params.set(t,[n||""])}sort(){this.params=new Map(Array.from(this.params.entries()).sort(([t],[n])=>t.localeCompare(n)))}toString(){const t=[];for(const[n,r]of this.params){const s=jr(n);for(const i of r)t.push(`${s}=${jr(i)}`)}return t.join("&")}values(){const t=new Set;return this.forEach(n=>{t.add(n)}),t.values()}[Symbol.iterator](){return this.entries()}}var No=Object.defineProperty,pt=Object.getOwnPropertySymbols,_r=Object.prototype.hasOwnProperty,Mr=Object.prototype.propertyIsEnumerable,Br=(e,t,n)=>t in e?No(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,rn=(e,t)=>{for(var n in t||(t={}))_r.call(t,n)&&Br(e,n,t[n]);if(pt)for(var n of pt(t))Mr.call(t,n)&&Br(e,n,t[n]);return e},Fr=(e,t)=>{var n={};for(var r in e)_r.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&pt)for(var r of pt(e))t.indexOf(r)<0&&Mr.call(e,r)&&(n[r]=e[r]);return n};const sn=new dt("__request_cookie__"),Ur=(e,t={})=>{var n=t,{method:r="GET",headers:s,body:i,cookieScope:a=e,cookieStore:l=sn}=n,o=Fr(n,["method","headers","body","cookieScope","cookieStore"]);return new Promise((c,h)=>{const f=l.getHeader(a),d=new nn(s);f&&d.append("Cookie",f);const p=i instanceof ze?i.toString():i!=null?i:void 0;d.has("Content-Type")||(i instanceof ze?d.set("Content-Type","application/x-www-form-urlencoded; charset=UTF-8"):i instanceof ArrayBuffer?d.set("Content-Type","application/octet-stream; charset=UTF-8"):Object.prototype.toString.call(i)==="[object Object]"&&d.set("Content-Type","application/json; charset=UTF-8")),Yt.debug(`Requesting ${e}:
3
3
  Cookie: ${f}
4
4
  Options:
5
- `,o),wx.request(rn({url:e,method:r.toUpperCase(),header:d.toObject(),data:p,enableHttp2:!0,useHighPerformanceMode:!0,success:({data:g,statusCode:v,header:A})=>(Yt.debug(`Request ends with ${v}`,typeof g=="string"?g.trimEnd():g),l.applyHeader(A,a),c({data:g,headers:new nn(A),status:v})),fail:({errMsg:g,errno:v})=>{Yt.warn(`Request ${e} failed: ${g}`),h(new $r({code:v,message:g}))}},o))})},Io=(e={})=>{var t=e,{cookieStore:n,server:r,requestHandler:s,responseHandler:i=h=>h,errorHandler:a}=t,l=Mr(t,["cookieStore","server","requestHandler","responseHandler","errorHandler"]);const o=r==null?void 0:r.replace(/\/$/g,""),c=n instanceof dt?n:typeof n=="string"?new dt(n):sn;return{cookieStore:c,request:(h,f={})=>{var d;if(h.startsWith("/")&&!o)throw new Error("No server provided");const p=h.startsWith("/")?`${o}${h}`:/^[a-z][a-z-]*:\/\//.test(h)?h:`https://${h}`,g=rn(rn({cookieStore:c},l),f),v=(d=s==null?void 0:s(p,g))!=null?d:g;return Br(p,v).then(A=>i(A,h,v)).catch(A=>{if(a&&A instanceof $r)return a(A,h,v);throw A})}}};var No=Object.defineProperty,qo=Object.defineProperties,Oo=Object.getOwnPropertyDescriptors,Fr=Object.getOwnPropertySymbols,Po=Object.prototype.hasOwnProperty,Do=Object.prototype.propertyIsEnumerable,Ur=(e,t,n)=>t in e?No(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,j=(e,t)=>{for(var n in t||(t={}))Po.call(t,n)&&Ur(e,n,t[n]);if(Fr)for(var n of Fr(t))Do.call(t,n)&&Ur(e,n,t[n]);return e},ye=(e,t)=>qo(e,Oo(t));const Rr=[["a"],["abbr"],["address"],["article"],["aside"],["b"],["bdi"],["bdo",["dir"]],["blockquote"],["br"],["caption"],["cite"],["code"],["col",["span","width"]],["colgroup",["span","width"]],["dd"],["del"],["div"],["dl"],["dt"],["em"],["fieldset"],["footer"],["h1"],["h2"],["h3"],["h4"],["h5"],["h6"],["header"],["hr"],["i"],["img",["alt","src","height","width"]],["ins"],["label"],["legend"],["li"],["mark"],["nav"],["ol",["start","type"]],["p"],["pre"],["q"],["rt"],["ruby"],["s"],["section"],["small"],["span"],["strong"],["sub"],["sup"],["table",["width"]],["tbody"],["td",["colspan","height","rowspan","width"]],["tfoot"],["th",["colspan","height","rowspan","width"]],["thead"],["tr",["colspan","height","rowspan","width"]],["tt"],["u"],["ul"],["big"],["center"],["font"]],jo={_useHtmlParser2:!1};function an(e,t){if(!e)return t!=null?t:jo;const n=j(j({_useHtmlParser2:!!e.xmlMode},t),e);return e.xml?(n._useHtmlParser2=!0,n.xmlMode=!0,e.xml!==!0&&Object.assign(n,e.xml)):e.xmlMode&&(n._useHtmlParser2=!0),n}var x;(function(e){e.Root="root",e.Text="text",e.Directive="directive",e.Comment="comment",e.Script="script",e.Style="style",e.Tag="tag",e.CDATA="cdata",e.Doctype="doctype"})(x||(x={}));function Lo(e){return e.type===x.Tag||e.type===x.Script||e.type===x.Style}const _o=x.Root,Mo=x.Text,Bo=x.Directive,Fo=x.Comment,Uo=x.Script,Ro=x.Style,Vo=x.Tag,Ho=x.CDATA,Go=x.Doctype;class Vr{constructor(){this.parent=null,this.prev=null,this.next=null,this.startIndex=null,this.endIndex=null}get parentNode(){return this.parent}set parentNode(t){this.parent=t}get previousSibling(){return this.prev}set previousSibling(t){this.prev=t}get nextSibling(){return this.next}set nextSibling(t){this.next=t}cloneNode(t=!1){return Le(this,t)}}class on extends Vr{constructor(t){super(),this.data=t}get nodeValue(){return this.data}set nodeValue(t){this.data=t}}class gt extends on{constructor(){super(...arguments),this.type=x.Text}get nodeType(){return 3}}class Hr extends on{constructor(){super(...arguments),this.type=x.Comment}get nodeType(){return 8}}class Gr extends on{constructor(t,n){super(n),this.name=t,this.type=x.Directive}get nodeType(){return 1}}class ln extends Vr{constructor(t){super(),this.children=t}get firstChild(){var t;return(t=this.children[0])!==null&&t!==void 0?t:null}get lastChild(){return this.children.length>0?this.children[this.children.length-1]:null}get childNodes(){return this.children}set childNodes(t){this.children=t}}class zr extends ln{constructor(){super(...arguments),this.type=x.CDATA}get nodeType(){return 4}}class je extends ln{constructor(){super(...arguments),this.type=x.Root}get nodeType(){return 9}}class Wr extends ln{constructor(t,n,r=[],s=t==="script"?x.Script:t==="style"?x.Style:x.Tag){super(r),this.name=t,this.attribs=n,this.type=s}get nodeType(){return 1}get tagName(){return this.name}set tagName(t){this.name=t}get attributes(){return Object.keys(this.attribs).map(t=>{var n,r;return{name:t,value:this.attribs[t],namespace:(n=this["x-attribsNamespace"])===null||n===void 0?void 0:n[t],prefix:(r=this["x-attribsPrefix"])===null||r===void 0?void 0:r[t]}})}}function y(e){return Lo(e)}function mt(e){return e.type===x.CDATA}function ae(e){return e.type===x.Text}function cn(e){return e.type===x.Comment}function zo(e){return e.type===x.Directive}function oe(e){return e.type===x.Root}function C(e){return Object.prototype.hasOwnProperty.call(e,"children")}function Le(e,t=!1){let n;if(ae(e))n=new gt(e.data);else if(cn(e))n=new Hr(e.data);else if(y(e)){const r=t?hn(e.children):[],s=new Wr(e.name,j({},e.attribs),r);r.forEach(i=>i.parent=s),e.namespace!=null&&(s.namespace=e.namespace),e["x-attribsNamespace"]&&(s["x-attribsNamespace"]=j({},e["x-attribsNamespace"])),e["x-attribsPrefix"]&&(s["x-attribsPrefix"]=j({},e["x-attribsPrefix"])),n=s}else if(mt(e)){const r=t?hn(e.children):[],s=new zr(r);r.forEach(i=>i.parent=s),n=s}else if(oe(e)){const r=t?hn(e.children):[],s=new je(r);r.forEach(i=>i.parent=s),e["x-mode"]&&(s["x-mode"]=e["x-mode"]),n=s}else if(zo(e)){const r=new Gr(e.name,e.data);e["x-name"]!=null&&(r["x-name"]=e["x-name"],r["x-publicId"]=e["x-publicId"],r["x-systemId"]=e["x-systemId"]),n=r}else throw new Error(`Not implemented yet: ${e.type}`);return n.startIndex=e.startIndex,n.endIndex=e.endIndex,e.sourceCodeLocation!=null&&(n.sourceCodeLocation=e.sourceCodeLocation),n}function hn(e){const t=e.map(n=>Le(n,!0));for(let n=1;n<t.length;n++)t[n].prev=t[n-1],t[n-1].next=t[n];return t}const Qr={withStartIndices:!1,withEndIndices:!1,xmlMode:!1};class Wo{constructor(t,n,r){this.dom=[],this.root=new je(this.dom),this.done=!1,this.tagStack=[this.root],this.lastNode=null,this.parser=null,typeof n=="function"&&(r=n,n=Qr),typeof t=="object"&&(n=t,t=void 0),this.callback=t!=null?t:null,this.options=n!=null?n:Qr,this.elementCB=r!=null?r:null}onparserinit(t){this.parser=t}onreset(){this.dom=[],this.root=new je(this.dom),this.done=!1,this.tagStack=[this.root],this.lastNode=null,this.parser=null}onend(){this.done||(this.done=!0,this.parser=null,this.handleCallback(null))}onerror(t){this.handleCallback(t)}onclosetag(){this.lastNode=null;const t=this.tagStack.pop();this.options.withEndIndices&&(t.endIndex=this.parser.endIndex),this.elementCB&&this.elementCB(t)}onopentag(t,n){const r=this.options.xmlMode?x.Tag:void 0,s=new Wr(t,n,void 0,r);this.addNode(s),this.tagStack.push(s)}ontext(t){const{lastNode:n}=this;if(n&&n.type===x.Text)n.data+=t,this.options.withEndIndices&&(n.endIndex=this.parser.endIndex);else{const r=new gt(t);this.addNode(r),this.lastNode=r}}oncomment(t){if(this.lastNode&&this.lastNode.type===x.Comment){this.lastNode.data+=t;return}const n=new Hr(t);this.addNode(n),this.lastNode=n}oncommentend(){this.lastNode=null}oncdatastart(){const t=new gt(""),n=new zr([t]);this.addNode(n),t.parent=n,this.lastNode=t}oncdataend(){this.lastNode=null}onprocessinginstruction(t,n){const r=new Gr(t,n);this.addNode(r)}handleCallback(t){if(typeof this.callback=="function")this.callback(t,this.dom);else if(t)throw t}addNode(t){const n=this.tagStack[this.tagStack.length-1],r=n.children[n.children.length-1];this.options.withStartIndices&&(t.startIndex=this.parser.startIndex),this.options.withEndIndices&&(t.endIndex=this.parser.endIndex),n.children.push(t),r&&(t.prev=r,r.next=t),t.parent=n,this.lastNode=null}}var Qo=new Uint16Array('ᵁ<Õıʊҝջאٵ۞ޢߖࠏ੊ઑඡ๭༉༦჊ረዡᐕᒝᓃᓟᔥ\0\0\0\0\0\0ᕫᛍᦍᰒᷝ὾⁠↰⊍⏀⏻⑂⠤⤒ⴈ⹈⿎〖㊺㘹㞬㣾㨨㩱㫠㬮ࠀEMabcfglmnoprstu\\bfms„‹•˜¦³¹ÈÏlig耻Æ䃆P耻&䀦cute耻Á䃁reve;䄂Āiyx}rc耻Â䃂;䐐r;쀀𝔄rave耻À䃀pha;䎑acr;䄀d;橓Āgp¡on;䄄f;쀀𝔸plyFunction;恡ing耻Å䃅Ācs¾Ãr;쀀𝒜ign;扔ilde耻Ã䃃ml耻Ä䃄ЀaceforsuåûþėĜĢħĪĀcrêòkslash;或Ŷöø;櫧ed;挆y;䐑ƀcrtąċĔause;戵noullis;愬a;䎒r;쀀𝔅pf;쀀𝔹eve;䋘còēmpeq;扎܀HOacdefhilorsuōőŖƀƞƢƵƷƺǜȕɳɸɾcy;䐧PY耻©䂩ƀcpyŝŢźute;䄆Ā;iŧŨ拒talDifferentialD;慅leys;愭ȀaeioƉƎƔƘron;䄌dil耻Ç䃇rc;䄈nint;戰ot;䄊ĀdnƧƭilla;䂸terDot;䂷òſi;䎧rcleȀDMPTLJNjǑǖot;抙inus;抖lus;投imes;抗oĀcsǢǸkwiseContourIntegral;戲eCurlyĀDQȃȏoubleQuote;思uote;怙ȀlnpuȞȨɇɕonĀ;eȥȦ户;橴ƀgitȯȶȺruent;扡nt;戯ourIntegral;戮ĀfrɌɎ;愂oduct;成nterClockwiseContourIntegral;戳oss;樯cr;쀀𝒞pĀ;Cʄʅ拓ap;才րDJSZacefiosʠʬʰʴʸˋ˗ˡ˦̳ҍĀ;oŹʥtrahd;椑cy;䐂cy;䐅cy;䐏ƀgrsʿ˄ˇger;怡r;憡hv;櫤Āayː˕ron;䄎;䐔lĀ;t˝˞戇a;䎔r;쀀𝔇Āaf˫̧Ācm˰̢riticalȀADGT̖̜̀̆cute;䂴oŴ̋̍;䋙bleAcute;䋝rave;䁠ilde;䋜ond;拄ferentialD;慆Ѱ̽\0\0\0͔͂\0Ѕf;쀀𝔻ƀ;DE͈͉͍䂨ot;惜qual;扐blèCDLRUVͣͲ΂ϏϢϸontourIntegraìȹoɴ͹\0\0ͻ»͉nArrow;懓Āeo·ΤftƀARTΐΖΡrrow;懐ightArrow;懔eåˊngĀLRΫτeftĀARγιrrow;柸ightArrow;柺ightArrow;柹ightĀATϘϞrrow;懒ee;抨pɁϩ\0\0ϯrrow;懑ownArrow;懕erticalBar;戥ǹABLRTaВЪаўѿͼrrowƀ;BUНОТ憓ar;椓pArrow;懵reve;䌑eft˒к\0ц\0ѐightVector;楐eeVector;楞ectorĀ;Bљњ憽ar;楖ightǔѧ\0ѱeeVector;楟ectorĀ;BѺѻ懁ar;楗eeĀ;A҆҇护rrow;憧ĀctҒҗr;쀀𝒟rok;䄐ࠀNTacdfglmopqstuxҽӀӄӋӞӢӧӮӵԡԯԶՒ՝ՠեG;䅊H耻Ð䃐cute耻É䃉ƀaiyӒӗӜron;䄚rc耻Ê䃊;䐭ot;䄖r;쀀𝔈rave耻È䃈ement;戈ĀapӺӾcr;䄒tyɓԆ\0\0ԒmallSquare;旻erySmallSquare;斫ĀgpԦԪon;䄘f;쀀𝔼silon;䎕uĀaiԼՉlĀ;TՂՃ橵ilde;扂librium;懌Āci՗՚r;愰m;橳a;䎗ml耻Ë䃋Āipժկsts;戃onentialE;慇ʀcfiosօֈ֍ֲ׌y;䐤r;쀀𝔉lledɓ֗\0\0֣mallSquare;旼erySmallSquare;斪Ͱֺ\0ֿ\0\0ׄf;쀀𝔽All;戀riertrf;愱cò׋؀JTabcdfgorstר׬ׯ׺؀ؒؖ؛؝أ٬ٲcy;䐃耻>䀾mmaĀ;d׷׸䎓;䏜reve;䄞ƀeiy؇،ؐdil;䄢rc;䄜;䐓ot;䄠r;쀀𝔊;拙pf;쀀𝔾eater̀EFGLSTصلَٖٛ٦qualĀ;Lؾؿ扥ess;招ullEqual;执reater;檢ess;扷lantEqual;橾ilde;扳cr;쀀𝒢;扫ЀAacfiosuڅڋږڛڞڪھۊRDcy;䐪Āctڐڔek;䋇;䁞irc;䄤r;愌lbertSpace;愋ǰگ\0ڲf;愍izontalLine;攀Āctۃۅòکrok;䄦mpńېۘownHumðįqual;扏܀EJOacdfgmnostuۺ۾܃܇܎ܚܞܡܨ݄ݸދޏޕcy;䐕lig;䄲cy;䐁cute耻Í䃍Āiyܓܘrc耻Î䃎;䐘ot;䄰r;愑rave耻Ì䃌ƀ;apܠܯܿĀcgܴܷr;䄪inaryI;慈lieóϝǴ݉\0ݢĀ;eݍݎ戬Āgrݓݘral;戫section;拂isibleĀCTݬݲomma;恣imes;恢ƀgptݿރވon;䄮f;쀀𝕀a;䎙cr;愐ilde;䄨ǫޚ\0ޞcy;䐆l耻Ï䃏ʀcfosuެ޷޼߂ߐĀiyޱ޵rc;䄴;䐙r;쀀𝔍pf;쀀𝕁ǣ߇\0ߌr;쀀𝒥rcy;䐈kcy;䐄΀HJacfosߤߨ߽߬߱ࠂࠈcy;䐥cy;䐌ppa;䎚Āey߶߻dil;䄶;䐚r;쀀𝔎pf;쀀𝕂cr;쀀𝒦րJTaceflmostࠥࠩࠬࡐࡣ঳সে্਷ੇcy;䐉耻<䀼ʀcmnpr࠷࠼ࡁࡄࡍute;䄹bda;䎛g;柪lacetrf;愒r;憞ƀaeyࡗ࡜ࡡron;䄽dil;䄻;䐛Āfsࡨ॰tԀACDFRTUVarࡾࢩࢱࣦ࣠ࣼयज़ΐ४Ānrࢃ࢏gleBracket;柨rowƀ;BR࢙࢚࢞憐ar;懤ightArrow;懆eiling;挈oǵࢷ\0ࣃbleBracket;柦nǔࣈ\0࣒eeVector;楡ectorĀ;Bࣛࣜ懃ar;楙loor;挊ightĀAV࣯ࣵrrow;憔ector;楎Āerँगeƀ;AVउऊऐ抣rrow;憤ector;楚iangleƀ;BEतथऩ抲ar;槏qual;抴pƀDTVषूौownVector;楑eeVector;楠ectorĀ;Bॖॗ憿ar;楘ectorĀ;B॥०憼ar;楒ightáΜs̀EFGLSTॾঋকঝঢভqualGreater;拚ullEqual;扦reater;扶ess;檡lantEqual;橽ilde;扲r;쀀𝔏Ā;eঽা拘ftarrow;懚idot;䄿ƀnpw৔ਖਛgȀLRlr৞৷ਂਐeftĀAR০৬rrow;柵ightArrow;柷ightArrow;柶eftĀarγਊightáοightáϊf;쀀𝕃erĀLRਢਬeftArrow;憙ightArrow;憘ƀchtਾੀੂòࡌ;憰rok;䅁;扪Ѐacefiosuਗ਼੝੠੷੼અઋ઎p;椅y;䐜Ādl੥੯iumSpace;恟lintrf;愳r;쀀𝔐nusPlus;戓pf;쀀𝕄cò੶;䎜ҀJacefostuણધભીଔଙඑ඗ඞcy;䐊cute;䅃ƀaey઴હાron;䅇dil;䅅;䐝ƀgswે૰଎ativeƀMTV૓૟૨ediumSpace;怋hiĀcn૦૘ë૙eryThiî૙tedĀGL૸ଆreaterGreateòٳessLesóੈLine;䀊r;쀀𝔑ȀBnptଢନଷ଺reak;恠BreakingSpace;䂠f;愕ڀ;CDEGHLNPRSTV୕ୖ୪୼஡௫ఄ౞಄ದ೘ൡඅ櫬Āou୛୤ngruent;扢pCap;扭oubleVerticalBar;戦ƀlqxஃஊ஛ement;戉ualĀ;Tஒஓ扠ilde;쀀≂̸ists;戄reater΀;EFGLSTஶஷ஽௉௓௘௥扯qual;扱ullEqual;쀀≧̸reater;쀀≫̸ess;批lantEqual;쀀⩾̸ilde;扵umpń௲௽ownHump;쀀≎̸qual;쀀≏̸eĀfsఊధtTriangleƀ;BEచఛడ拪ar;쀀⧏̸qual;括s̀;EGLSTవశ఼ౄోౘ扮qual;扰reater;扸ess;쀀≪̸lantEqual;쀀⩽̸ilde;扴estedĀGL౨౹reaterGreater;쀀⪢̸essLess;쀀⪡̸recedesƀ;ESಒಓಛ技qual;쀀⪯̸lantEqual;拠ĀeiಫಹverseElement;戌ghtTriangleƀ;BEೋೌ೒拫ar;쀀⧐̸qual;拭ĀquೝഌuareSuĀbp೨೹setĀ;E೰ೳ쀀⊏̸qual;拢ersetĀ;Eഃആ쀀⊐̸qual;拣ƀbcpഓതൎsetĀ;Eഛഞ쀀⊂⃒qual;抈ceedsȀ;ESTലള഻െ抁qual;쀀⪰̸lantEqual;拡ilde;쀀≿̸ersetĀ;E൘൛쀀⊃⃒qual;抉ildeȀ;EFT൮൯൵ൿ扁qual;扄ullEqual;扇ilde;扉erticalBar;戤cr;쀀𝒩ilde耻Ñ䃑;䎝܀Eacdfgmoprstuvලෂ෉෕ෛ෠෧෼ขภยา฿ไlig;䅒cute耻Ó䃓Āiy෎ීrc耻Ô䃔;䐞blac;䅐r;쀀𝔒rave耻Ò䃒ƀaei෮ෲ෶cr;䅌ga;䎩cron;䎟pf;쀀𝕆enCurlyĀDQฎบoubleQuote;怜uote;怘;橔Āclวฬr;쀀𝒪ash耻Ø䃘iŬื฼de耻Õ䃕es;樷ml耻Ö䃖erĀBP๋๠Āar๐๓r;怾acĀek๚๜;揞et;掴arenthesis;揜Ҁacfhilors๿ງຊຏຒດຝະ໼rtialD;戂y;䐟r;쀀𝔓i;䎦;䎠usMinus;䂱Āipຢອncareplanåڝf;愙Ȁ;eio຺ູ໠໤檻cedesȀ;EST່້໏໚扺qual;檯lantEqual;扼ilde;找me;怳Ādp໩໮uct;戏ortionĀ;aȥ໹l;戝Āci༁༆r;쀀𝒫;䎨ȀUfos༑༖༛༟OT耻"䀢r;쀀𝔔pf;愚cr;쀀𝒬؀BEacefhiorsu༾གྷཇའཱིྦྷྪྭ႖ႩႴႾarr;椐G耻®䂮ƀcnrཎནབute;䅔g;柫rĀ;tཛྷཝ憠l;椖ƀaeyཧཬཱron;䅘dil;䅖;䐠Ā;vླྀཹ愜erseĀEUྂྙĀlq྇ྎement;戋uilibrium;懋pEquilibrium;楯r»ཹo;䎡ghtЀACDFTUVa࿁࿫࿳ဢဨၛႇϘĀnr࿆࿒gleBracket;柩rowƀ;BL࿜࿝࿡憒ar;懥eftArrow;懄eiling;按oǵ࿹\0စbleBracket;柧nǔည\0နeeVector;楝ectorĀ;Bဝသ懂ar;楕loor;挋Āerိ၃eƀ;AVဵံြ抢rrow;憦ector;楛iangleƀ;BEၐၑၕ抳ar;槐qual;抵pƀDTVၣၮၸownVector;楏eeVector;楜ectorĀ;Bႂႃ憾ar;楔ectorĀ;B႑႒懀ar;楓Āpuႛ႞f;愝ndImplies;楰ightarrow;懛ĀchႹႼr;愛;憱leDelayed;槴ڀHOacfhimoqstuფჱჷჽᄙᄞᅑᅖᅡᅧᆵᆻᆿĀCcჩხHcy;䐩y;䐨FTcy;䐬cute;䅚ʀ;aeiyᄈᄉᄎᄓᄗ檼ron;䅠dil;䅞rc;䅜;䐡r;쀀𝔖ortȀDLRUᄪᄴᄾᅉownArrow»ОeftArrow»࢚ightArrow»࿝pArrow;憑gma;䎣allCircle;战pf;쀀𝕊ɲᅭ\0\0ᅰt;戚areȀ;ISUᅻᅼᆉᆯ斡ntersection;抓uĀbpᆏᆞsetĀ;Eᆗᆘ抏qual;抑ersetĀ;Eᆨᆩ抐qual;抒nion;抔cr;쀀𝒮ar;拆ȀbcmpᇈᇛሉላĀ;sᇍᇎ拐etĀ;Eᇍᇕqual;抆ĀchᇠህeedsȀ;ESTᇭᇮᇴᇿ扻qual;檰lantEqual;扽ilde;承Tháྌ;我ƀ;esሒሓሣ拑rsetĀ;Eሜም抃qual;抇et»ሓրHRSacfhiorsሾቄ቉ቕ቞ቱቶኟዂወዑORN耻Þ䃞ADE;愢ĀHc቎ቒcy;䐋y;䐦Ābuቚቜ;䀉;䎤ƀaeyብቪቯron;䅤dil;䅢;䐢r;쀀𝔗Āeiቻ኉Dzኀ\0ኇefore;戴a;䎘Ācn኎ኘkSpace;쀀  Space;怉ldeȀ;EFTካኬኲኼ戼qual;扃ullEqual;扅ilde;扈pf;쀀𝕋ipleDot;惛Āctዖዛr;쀀𝒯rok;䅦ૡዷጎጚጦ\0ጬጱ\0\0\0\0\0ጸጽ፷ᎅ\0᏿ᐄᐊᐐĀcrዻጁute耻Ú䃚rĀ;oጇገ憟cir;楉rǣጓ\0጖y;䐎ve;䅬Āiyጞጣrc耻Û䃛;䐣blac;䅰r;쀀𝔘rave耻Ù䃙acr;䅪Ādiፁ፩erĀBPፈ፝Āarፍፐr;䁟acĀekፗፙ;揟et;掵arenthesis;揝onĀ;P፰፱拃lus;抎Āgp፻፿on;䅲f;쀀𝕌ЀADETadps᎕ᎮᎸᏄϨᏒᏗᏳrrowƀ;BDᅐᎠᎤar;椒ownArrow;懅ownArrow;憕quilibrium;楮eeĀ;AᏋᏌ报rrow;憥ownáϳerĀLRᏞᏨeftArrow;憖ightArrow;憗iĀ;lᏹᏺ䏒on;䎥ing;䅮cr;쀀𝒰ilde;䅨ml耻Ü䃜ҀDbcdefosvᐧᐬᐰᐳᐾᒅᒊᒐᒖash;披ar;櫫y;䐒ashĀ;lᐻᐼ抩;櫦Āerᑃᑅ;拁ƀbtyᑌᑐᑺar;怖Ā;iᑏᑕcalȀBLSTᑡᑥᑪᑴar;戣ine;䁼eparator;杘ilde;所ThinSpace;怊r;쀀𝔙pf;쀀𝕍cr;쀀𝒱dash;抪ʀcefosᒧᒬᒱᒶᒼirc;䅴dge;拀r;쀀𝔚pf;쀀𝕎cr;쀀𝒲Ȁfiosᓋᓐᓒᓘr;쀀𝔛;䎞pf;쀀𝕏cr;쀀𝒳ҀAIUacfosuᓱᓵᓹᓽᔄᔏᔔᔚᔠcy;䐯cy;䐇cy;䐮cute耻Ý䃝Āiyᔉᔍrc;䅶;䐫r;쀀𝔜pf;쀀𝕐cr;쀀𝒴ml;䅸ЀHacdefosᔵᔹᔿᕋᕏᕝᕠᕤcy;䐖cute;䅹Āayᕄᕉron;䅽;䐗ot;䅻Dzᕔ\0ᕛoWidtè૙a;䎖r;愨pf;愤cr;쀀𝒵௡ᖃᖊᖐ\0ᖰᖶᖿ\0\0\0\0ᗆᗛᗫᙟ᙭\0ᚕ᚛ᚲᚹ\0ᚾcute耻á䃡reve;䄃̀;Ediuyᖜᖝᖡᖣᖨᖭ戾;쀀∾̳;房rc耻â䃢te肻´̆;䐰lig耻æ䃦Ā;r²ᖺ;쀀𝔞rave耻à䃠ĀepᗊᗖĀfpᗏᗔsym;愵èᗓha;䎱ĀapᗟcĀclᗤᗧr;䄁g;樿ɤᗰ\0\0ᘊʀ;adsvᗺᗻᗿᘁᘇ戧nd;橕;橜lope;橘;橚΀;elmrszᘘᘙᘛᘞᘿᙏᙙ戠;榤e»ᘙsdĀ;aᘥᘦ戡ѡᘰᘲᘴᘶᘸᘺᘼᘾ;榨;榩;榪;榫;榬;榭;榮;榯tĀ;vᙅᙆ戟bĀ;dᙌᙍ抾;榝Āptᙔᙗh;戢»¹arr;捼Āgpᙣᙧon;䄅f;쀀𝕒΀;Eaeiop዁ᙻᙽᚂᚄᚇᚊ;橰cir;橯;扊d;手s;䀧roxĀ;e዁ᚒñᚃing耻å䃥ƀctyᚡᚦᚨr;쀀𝒶;䀪mpĀ;e዁ᚯñʈilde耻ã䃣ml耻ä䃤Āciᛂᛈoninôɲnt;樑ࠀNabcdefiklnoprsu᛭ᛱᜰ᜼ᝃᝈ᝸᝽០៦ᠹᡐᜍ᤽᥈ᥰot;櫭Ācrᛶ᜞kȀcepsᜀᜅᜍᜓong;扌psilon;䏶rime;怵imĀ;e᜚᜛戽q;拍Ŷᜢᜦee;抽edĀ;gᜬᜭ挅e»ᜭrkĀ;t፜᜷brk;掶Āoyᜁᝁ;䐱quo;怞ʀcmprtᝓ᝛ᝡᝤᝨausĀ;eĊĉptyv;榰séᜌnoõēƀahwᝯ᝱ᝳ;䎲;愶een;扬r;쀀𝔟g΀costuvwឍឝឳេ៕៛៞ƀaiuបពរðݠrc;旯p»፱ƀdptឤឨឭot;樀lus;樁imes;樂ɱឹ\0\0ើcup;樆ar;昅riangleĀdu៍្own;施p;斳plus;樄eåᑄåᒭarow;植ƀako៭ᠦᠵĀcn៲ᠣkƀlst៺֫᠂ozenge;槫riangleȀ;dlr᠒᠓᠘᠝斴own;斾eft;旂ight;斸k;搣Ʊᠫ\0ᠳƲᠯ\0ᠱ;斒;斑4;斓ck;斈ĀeoᠾᡍĀ;qᡃᡆ쀀=⃥uiv;쀀≡⃥t;挐Ȁptwxᡙᡞᡧᡬf;쀀𝕓Ā;tᏋᡣom»Ꮜtie;拈؀DHUVbdhmptuvᢅᢖᢪᢻᣗᣛᣬ᣿ᤅᤊᤐᤡȀLRlrᢎᢐᢒᢔ;敗;敔;敖;敓ʀ;DUduᢡᢢᢤᢦᢨ敐;敦;敩;敤;敧ȀLRlrᢳᢵᢷᢹ;敝;敚;敜;教΀;HLRhlrᣊᣋᣍᣏᣑᣓᣕ救;敬;散;敠;敫;敢;敟ox;槉ȀLRlrᣤᣦᣨᣪ;敕;敒;攐;攌ʀ;DUduڽ᣷᣹᣻᣽;敥;敨;攬;攴inus;抟lus;択imes;抠ȀLRlrᤙᤛᤝ᤟;敛;敘;攘;攔΀;HLRhlrᤰᤱᤳᤵᤷ᤻᤹攂;敪;敡;敞;攼;攤;攜Āevģ᥂bar耻¦䂦Ȁceioᥑᥖᥚᥠr;쀀𝒷mi;恏mĀ;e᜚᜜lƀ;bhᥨᥩᥫ䁜;槅sub;柈Ŭᥴ᥾lĀ;e᥹᥺怢t»᥺pƀ;Eeįᦅᦇ;檮Ā;qۜۛೡᦧ\0᧨ᨑᨕᨲ\0ᨷᩐ\0\0᪴\0\0᫁\0\0ᬡᬮ᭍᭒\0᯽\0ᰌƀcpr᦭ᦲ᧝ute;䄇̀;abcdsᦿᧀᧄ᧊᧕᧙戩nd;橄rcup;橉Āau᧏᧒p;橋p;橇ot;橀;쀀∩︀Āeo᧢᧥t;恁îړȀaeiu᧰᧻ᨁᨅǰ᧵\0᧸s;橍on;䄍dil耻ç䃧rc;䄉psĀ;sᨌᨍ橌m;橐ot;䄋ƀdmnᨛᨠᨦil肻¸ƭptyv;榲t脀¢;eᨭᨮ䂢räƲr;쀀𝔠ƀceiᨽᩀᩍy;䑇ckĀ;mᩇᩈ朓ark»ᩈ;䏇r΀;Ecefms᩟᩠ᩢᩫ᪤᪪᪮旋;槃ƀ;elᩩᩪᩭ䋆q;扗eɡᩴ\0\0᪈rrowĀlr᩼᪁eft;憺ight;憻ʀRSacd᪒᪔᪖᪚᪟»ཇ;擈st;抛irc;抚ash;抝nint;樐id;櫯cir;槂ubsĀ;u᪻᪼晣it»᪼ˬ᫇᫔᫺\0ᬊonĀ;eᫍᫎ䀺Ā;qÇÆɭ᫙\0\0᫢aĀ;t᫞᫟䀬;䁀ƀ;fl᫨᫩᫫戁îᅠeĀmx᫱᫶ent»᫩eóɍǧ᫾\0ᬇĀ;dኻᬂot;橭nôɆƀfryᬐᬔᬗ;쀀𝕔oäɔ脀©;sŕᬝr;愗Āaoᬥᬩrr;憵ss;朗Ācuᬲᬷr;쀀𝒸Ābpᬼ᭄Ā;eᭁᭂ櫏;櫑Ā;eᭉᭊ櫐;櫒dot;拯΀delprvw᭠᭬᭷ᮂᮬᯔ᯹arrĀlr᭨᭪;椸;椵ɰ᭲\0\0᭵r;拞c;拟arrĀ;p᭿ᮀ憶;椽̀;bcdosᮏᮐᮖᮡᮥᮨ截rcap;橈Āauᮛᮞp;橆p;橊ot;抍r;橅;쀀∪︀Ȁalrv᮵ᮿᯞᯣrrĀ;mᮼᮽ憷;椼yƀevwᯇᯔᯘqɰᯎ\0\0ᯒreã᭳uã᭵ee;拎edge;拏en耻¤䂤earrowĀlrᯮ᯳eft»ᮀight»ᮽeäᯝĀciᰁᰇoninôǷnt;戱lcty;挭ঀAHabcdefhijlorstuwz᰸᰻᰿ᱝᱩᱵᲊᲞᲬᲷ᳻᳿ᴍᵻᶑᶫᶻ᷆᷍rò΁ar;楥Ȁglrs᱈ᱍ᱒᱔ger;怠eth;愸òᄳhĀ;vᱚᱛ怐»ऊūᱡᱧarow;椏aã̕Āayᱮᱳron;䄏;䐴ƀ;ao̲ᱼᲄĀgrʿᲁr;懊tseq;橷ƀglmᲑᲔᲘ耻°䂰ta;䎴ptyv;榱ĀirᲣᲨsht;楿;쀀𝔡arĀlrᲳᲵ»ࣜ»သʀaegsv᳂͸᳖᳜᳠mƀ;oș᳊᳔ndĀ;ș᳑uit;晦amma;䏝in;拲ƀ;io᳧᳨᳸䃷de脀÷;o᳧ᳰntimes;拇nø᳷cy;䑒cɯᴆ\0\0ᴊrn;挞op;挍ʀlptuwᴘᴝᴢᵉᵕlar;䀤f;쀀𝕕ʀ;emps̋ᴭᴷᴽᵂqĀ;d͒ᴳot;扑inus;戸lus;戔quare;抡blebarwedgåúnƀadhᄮᵝᵧownarrowóᲃarpoonĀlrᵲᵶefôᲴighôᲶŢᵿᶅkaro÷གɯᶊ\0\0ᶎrn;挟op;挌ƀcotᶘᶣᶦĀryᶝᶡ;쀀𝒹;䑕l;槶rok;䄑Ādrᶰᶴot;拱iĀ;fᶺ᠖斿Āah᷀᷃ròЩaòྦangle;榦Āci᷒ᷕy;䑟grarr;柿ऀDacdefglmnopqrstuxḁḉḙḸոḼṉṡṾấắẽỡἪἷὄ὎὚ĀDoḆᴴoôᲉĀcsḎḔute耻é䃩ter;橮ȀaioyḢḧḱḶron;䄛rĀ;cḭḮ扖耻ê䃪lon;払;䑍ot;䄗ĀDrṁṅot;扒;쀀𝔢ƀ;rsṐṑṗ檚ave耻è䃨Ā;dṜṝ檖ot;檘Ȁ;ilsṪṫṲṴ檙nters;揧;愓Ā;dṹṺ檕ot;檗ƀapsẅẉẗcr;䄓tyƀ;svẒẓẕ戅et»ẓpĀ1;ẝẤijạả;怄;怅怃ĀgsẪẬ;䅋p;怂ĀgpẴẸon;䄙f;쀀𝕖ƀalsỄỎỒrĀ;sỊị拕l;槣us;橱iƀ;lvỚớở䎵on»ớ;䏵ȀcsuvỪỳἋἣĀioữḱrc»Ḯɩỹ\0\0ỻíՈantĀglἂἆtr»ṝess»Ṻƀaeiἒ἖Ἒls;䀽st;扟vĀ;DȵἠD;橸parsl;槥ĀDaἯἳot;打rr;楱ƀcdiἾὁỸr;愯oô͒ĀahὉὋ;䎷耻ð䃰Āmrὓὗl耻ë䃫o;悬ƀcipὡὤὧl;䀡sôծĀeoὬὴctatioîՙnentialåչৡᾒ\0ᾞ\0ᾡᾧ\0\0ῆῌ\0ΐ\0ῦῪ \0 ⁚llingdotseñṄy;䑄male;晀ƀilrᾭᾳ῁lig;耀ffiɩᾹ\0\0᾽g;耀ffig;耀ffl;쀀𝔣lig;耀filig;쀀fjƀaltῙ῜ῡt;晭ig;耀flns;斱of;䆒ǰ΅\0ῳf;쀀𝕗ĀakֿῷĀ;vῼ´拔;櫙artint;樍Āao‌⁕Ācs‑⁒ႉ‸⁅⁈\0⁐β•‥‧‪‬\0‮耻½䂽;慓耻¼䂼;慕;慙;慛Ƴ‴\0‶;慔;慖ʴ‾⁁\0\0⁃耻¾䂾;慗;慜5;慘ƶ⁌\0⁎;慚;慝8;慞l;恄wn;挢cr;쀀𝒻ࢀEabcdefgijlnorstv₂₉₟₥₰₴⃰⃵⃺⃿℃ℒℸ̗ℾ⅒↞Ā;lٍ₇;檌ƀcmpₐₕ₝ute;䇵maĀ;dₜ᳚䎳;檆reve;䄟Āiy₪₮rc;䄝;䐳ot;䄡Ȁ;lqsؾق₽⃉ƀ;qsؾٌ⃄lanô٥Ȁ;cdl٥⃒⃥⃕c;檩otĀ;o⃜⃝檀Ā;l⃢⃣檂;檄Ā;e⃪⃭쀀⋛︀s;檔r;쀀𝔤Ā;gٳ؛mel;愷cy;䑓Ȁ;Eajٚℌℎℐ;檒;檥;檤ȀEaesℛℝ℩ℴ;扩pĀ;p℣ℤ檊rox»ℤĀ;q℮ℯ檈Ā;q℮ℛim;拧pf;쀀𝕘Āci⅃ⅆr;愊mƀ;el٫ⅎ⅐;檎;檐茀>;cdlqr׮ⅠⅪⅮⅳⅹĀciⅥⅧ;檧r;橺ot;拗Par;榕uest;橼ʀadelsↄⅪ←ٖ↛ǰ↉\0↎proø₞r;楸qĀlqؿ↖lesó₈ií٫Āen↣↭rtneqq;쀀≩︀Å↪ԀAabcefkosy⇄⇇⇱⇵⇺∘∝∯≨≽ròΠȀilmr⇐⇔⇗⇛rsðᒄf»․ilôکĀdr⇠⇤cy;䑊ƀ;cwࣴ⇫⇯ir;楈;憭ar;意irc;䄥ƀalr∁∎∓rtsĀ;u∉∊晥it»∊lip;怦con;抹r;쀀𝔥sĀew∣∩arow;椥arow;椦ʀamopr∺∾≃≞≣rr;懿tht;戻kĀlr≉≓eftarrow;憩ightarrow;憪f;쀀𝕙bar;怕ƀclt≯≴≸r;쀀𝒽asè⇴rok;䄧Ābp⊂⊇ull;恃hen»ᱛૡ⊣\0⊪\0⊸⋅⋎\0⋕⋳\0\0⋸⌢⍧⍢⍿\0⎆⎪⎴cute耻í䃭ƀ;iyݱ⊰⊵rc耻î䃮;䐸Ācx⊼⊿y;䐵cl耻¡䂡ĀfrΟ⋉;쀀𝔦rave耻ì䃬Ȁ;inoܾ⋝⋩⋮Āin⋢⋦nt;樌t;戭fin;槜ta;愩lig;䄳ƀaop⋾⌚⌝ƀcgt⌅⌈⌗r;䄫ƀelpܟ⌏⌓inåގarôܠh;䄱f;抷ed;䆵ʀ;cfotӴ⌬⌱⌽⍁are;愅inĀ;t⌸⌹戞ie;槝doô⌙ʀ;celpݗ⍌⍐⍛⍡al;抺Āgr⍕⍙eróᕣã⍍arhk;樗rod;樼Ȁcgpt⍯⍲⍶⍻y;䑑on;䄯f;쀀𝕚a;䎹uest耻¿䂿Āci⎊⎏r;쀀𝒾nʀ;EdsvӴ⎛⎝⎡ӳ;拹ot;拵Ā;v⎦⎧拴;拳Ā;iݷ⎮lde;䄩ǫ⎸\0⎼cy;䑖l耻ï䃯̀cfmosu⏌⏗⏜⏡⏧⏵Āiy⏑⏕rc;䄵;䐹r;쀀𝔧ath;䈷pf;쀀𝕛ǣ⏬\0⏱r;쀀𝒿rcy;䑘kcy;䑔Ѐacfghjos␋␖␢␧␭␱␵␻ppaĀ;v␓␔䎺;䏰Āey␛␠dil;䄷;䐺r;쀀𝔨reen;䄸cy;䑅cy;䑜pf;쀀𝕜cr;쀀𝓀஀ABEHabcdefghjlmnoprstuv⑰⒁⒆⒍⒑┎┽╚▀♎♞♥♹♽⚚⚲⛘❝❨➋⟀⠁⠒ƀart⑷⑺⑼rò৆òΕail;椛arr;椎Ā;gঔ⒋;檋ar;楢ॣ⒥\0⒪\0⒱\0\0\0\0\0⒵Ⓔ\0ⓆⓈⓍ\0⓹ute;䄺mptyv;榴raîࡌbda;䎻gƀ;dlࢎⓁⓃ;榑åࢎ;檅uo耻«䂫rЀ;bfhlpst࢙ⓞⓦⓩ⓫⓮⓱⓵Ā;f࢝ⓣs;椟s;椝ë≒p;憫l;椹im;楳l;憢ƀ;ae⓿─┄檫il;椙Ā;s┉┊檭;쀀⪭︀ƀabr┕┙┝rr;椌rk;杲Āak┢┬cĀek┨┪;䁻;䁛Āes┱┳;榋lĀdu┹┻;榏;榍Ȁaeuy╆╋╖╘ron;䄾Ādi═╔il;䄼ìࢰâ┩;䐻Ȁcqrs╣╦╭╽a;椶uoĀ;rนᝆĀdu╲╷har;楧shar;楋h;憲ʀ;fgqs▋▌উ◳◿扤tʀahlrt▘▤▷◂◨rrowĀ;t࢙□aé⓶arpoonĀdu▯▴own»њp»०eftarrows;懇ightƀahs◍◖◞rrowĀ;sࣴࢧarpoonó྘quigarro÷⇰hreetimes;拋ƀ;qs▋ও◺lanôবʀ;cdgsব☊☍☝☨c;檨otĀ;o☔☕橿Ā;r☚☛檁;檃Ā;e☢☥쀀⋚︀s;檓ʀadegs☳☹☽♉♋pproøⓆot;拖qĀgq♃♅ôউgtò⒌ôছiíলƀilr♕࣡♚sht;楼;쀀𝔩Ā;Eজ♣;檑š♩♶rĀdu▲♮Ā;l॥♳;楪lk;斄cy;䑙ʀ;achtੈ⚈⚋⚑⚖rò◁orneòᴈard;楫ri;旺Āio⚟⚤dot;䅀ustĀ;a⚬⚭掰che»⚭ȀEaes⚻⚽⛉⛔;扨pĀ;p⛃⛄檉rox»⛄Ā;q⛎⛏檇Ā;q⛎⚻im;拦Ѐabnoptwz⛩⛴⛷✚✯❁❇❐Ānr⛮⛱g;柬r;懽rëࣁgƀlmr⛿✍✔eftĀar০✇ightá৲apsto;柼ightá৽parrowĀlr✥✩efô⓭ight;憬ƀafl✶✹✽r;榅;쀀𝕝us;樭imes;樴š❋❏st;戗áፎƀ;ef❗❘᠀旊nge»❘arĀ;l❤❥䀨t;榓ʀachmt❳❶❼➅➇ròࢨorneòᶌarĀ;d྘➃;業;怎ri;抿̀achiqt➘➝ੀ➢➮➻quo;怹r;쀀𝓁mƀ;egল➪➬;檍;檏Ābu┪➳oĀ;rฟ➹;怚rok;䅂萀<;cdhilqrࠫ⟒☹⟜⟠⟥⟪⟰Āci⟗⟙;檦r;橹reå◲mes;拉arr;楶uest;橻ĀPi⟵⟹ar;榖ƀ;ef⠀भ᠛旃rĀdu⠇⠍shar;楊har;楦Āen⠗⠡rtneqq;쀀≨︀Å⠞܀Dacdefhilnopsu⡀⡅⢂⢎⢓⢠⢥⢨⣚⣢⣤ઃ⣳⤂Dot;戺Ȁclpr⡎⡒⡣⡽r耻¯䂯Āet⡗⡙;時Ā;e⡞⡟朠se»⡟Ā;sျ⡨toȀ;dluျ⡳⡷⡻owîҌefôएðᏑker;斮Āoy⢇⢌mma;権;䐼ash;怔asuredangle»ᘦr;쀀𝔪o;愧ƀcdn⢯⢴⣉ro耻µ䂵Ȁ;acdᑤ⢽⣀⣄sôᚧir;櫰ot肻·Ƶusƀ;bd⣒ᤃ⣓戒Ā;uᴼ⣘;横ţ⣞⣡p;櫛ò−ðઁĀdp⣩⣮els;抧f;쀀𝕞Āct⣸⣽r;쀀𝓂pos»ᖝƀ;lm⤉⤊⤍䎼timap;抸ఀGLRVabcdefghijlmoprstuvw⥂⥓⥾⦉⦘⧚⧩⨕⨚⩘⩝⪃⪕⪤⪨⬄⬇⭄⭿⮮ⰴⱧⱼ⳩Āgt⥇⥋;쀀⋙̸Ā;v⥐௏쀀≫⃒ƀelt⥚⥲⥶ftĀar⥡⥧rrow;懍ightarrow;懎;쀀⋘̸Ā;v⥻ే쀀≪⃒ightarrow;懏ĀDd⦎⦓ash;抯ash;抮ʀbcnpt⦣⦧⦬⦱⧌la»˞ute;䅄g;쀀∠⃒ʀ;Eiop඄⦼⧀⧅⧈;쀀⩰̸d;쀀≋̸s;䅉roø඄urĀ;a⧓⧔普lĀ;s⧓ସdz⧟\0⧣p肻 ଷmpĀ;e௹ఀʀaeouy⧴⧾⨃⨐⨓ǰ⧹\0⧻;橃on;䅈dil;䅆ngĀ;dൾ⨊ot;쀀⩭̸p;橂;䐽ash;怓΀;Aadqsxஒ⨩⨭⨻⩁⩅⩐rr;懗rĀhr⨳⨶k;椤Ā;oᏲᏰot;쀀≐̸uiöୣĀei⩊⩎ar;椨í஘istĀ;s஠டr;쀀𝔫ȀEest௅⩦⩹⩼ƀ;qs஼⩭௡ƀ;qs஼௅⩴lanô௢ií௪Ā;rஶ⪁»ஷƀAap⪊⪍⪑rò⥱rr;憮ar;櫲ƀ;svྍ⪜ྌĀ;d⪡⪢拼;拺cy;䑚΀AEadest⪷⪺⪾⫂⫅⫶⫹rò⥦;쀀≦̸rr;憚r;急Ȁ;fqs఻⫎⫣⫯tĀar⫔⫙rro÷⫁ightarro÷⪐ƀ;qs఻⪺⫪lanôౕĀ;sౕ⫴»శiíౝĀ;rవ⫾iĀ;eచథiäඐĀpt⬌⬑f;쀀𝕟膀¬;in⬙⬚⬶䂬nȀ;Edvஉ⬤⬨⬮;쀀⋹̸ot;쀀⋵̸ǡஉ⬳⬵;拷;拶iĀ;vಸ⬼ǡಸ⭁⭃;拾;拽ƀaor⭋⭣⭩rȀ;ast୻⭕⭚⭟lleì୻l;쀀⫽⃥;쀀∂̸lint;樔ƀ;ceಒ⭰⭳uåಥĀ;cಘ⭸Ā;eಒ⭽ñಘȀAait⮈⮋⮝⮧rò⦈rrƀ;cw⮔⮕⮙憛;쀀⤳̸;쀀↝̸ghtarrow»⮕riĀ;eೋೖ΀chimpqu⮽⯍⯙⬄୸⯤⯯Ȁ;cerല⯆ഷ⯉uå൅;쀀𝓃ortɭ⬅\0\0⯖ará⭖mĀ;e൮⯟Ā;q൴൳suĀbp⯫⯭å೸åഋƀbcp⯶ⰑⰙȀ;Ees⯿ⰀഢⰄ抄;쀀⫅̸etĀ;eഛⰋqĀ;qണⰀcĀ;eലⰗñസȀ;EesⰢⰣൟⰧ抅;쀀⫆̸etĀ;e൘ⰮqĀ;qൠⰣȀgilrⰽⰿⱅⱇìௗlde耻ñ䃱çృiangleĀlrⱒⱜeftĀ;eచⱚñదightĀ;eೋⱥñ೗Ā;mⱬⱭ䎽ƀ;esⱴⱵⱹ䀣ro;愖p;怇ҀDHadgilrsⲏⲔⲙⲞⲣⲰⲶⳓⳣash;抭arr;椄p;쀀≍⃒ash;抬ĀetⲨⲬ;쀀≥⃒;쀀>⃒nfin;槞ƀAetⲽⳁⳅrr;椂;쀀≤⃒Ā;rⳊⳍ쀀<⃒ie;쀀⊴⃒ĀAtⳘⳜrr;椃rie;쀀⊵⃒im;쀀∼⃒ƀAan⳰⳴ⴂrr;懖rĀhr⳺⳽k;椣Ā;oᏧᏥear;椧ቓ᪕\0\0\0\0\0\0\0\0\0\0\0\0\0ⴭ\0ⴸⵈⵠⵥ⵲ⶄᬇ\0\0ⶍⶫ\0ⷈⷎ\0ⷜ⸙⸫⸾⹃Ācsⴱ᪗ute耻ó䃳ĀiyⴼⵅrĀ;c᪞ⵂ耻ô䃴;䐾ʀabios᪠ⵒⵗLjⵚlac;䅑v;樸old;榼lig;䅓Ācr⵩⵭ir;榿;쀀𝔬ͯ⵹\0\0⵼\0ⶂn;䋛ave耻ò䃲;槁Ābmⶈ෴ar;榵Ȁacitⶕ⶘ⶥⶨrò᪀Āir⶝ⶠr;榾oss;榻nå๒;槀ƀaeiⶱⶵⶹcr;䅍ga;䏉ƀcdnⷀⷅǍron;䎿;榶pf;쀀𝕠ƀaelⷔ⷗ǒr;榷rp;榹΀;adiosvⷪⷫⷮ⸈⸍⸐⸖戨rò᪆Ȁ;efmⷷⷸ⸂⸅橝rĀ;oⷾⷿ愴f»ⷿ耻ª䂪耻º䂺gof;抶r;橖lope;橗;橛ƀclo⸟⸡⸧ò⸁ash耻ø䃸l;折iŬⸯ⸴de耻õ䃵esĀ;aǛ⸺s;樶ml耻ö䃶bar;挽ૡ⹞\0⹽\0⺀⺝\0⺢⺹\0\0⻋ຜ\0⼓\0\0⼫⾼\0⿈rȀ;astЃ⹧⹲຅脀¶;l⹭⹮䂶leìЃɩ⹸\0\0⹻m;櫳;櫽y;䐿rʀcimpt⺋⺏⺓ᡥ⺗nt;䀥od;䀮il;怰enk;怱r;쀀𝔭ƀimo⺨⺰⺴Ā;v⺭⺮䏆;䏕maô੶ne;明ƀ;tv⺿⻀⻈䏀chfork»´;䏖Āau⻏⻟nĀck⻕⻝kĀ;h⇴⻛;愎ö⇴sҀ;abcdemst⻳⻴ᤈ⻹⻽⼄⼆⼊⼎䀫cir;樣ir;樢Āouᵀ⼂;樥;橲n肻±ຝim;樦wo;樧ƀipu⼙⼠⼥ntint;樕f;쀀𝕡nd耻£䂣Ԁ;Eaceinosu່⼿⽁⽄⽇⾁⾉⾒⽾⾶;檳p;檷uå໙Ā;c໎⽌̀;acens່⽙⽟⽦⽨⽾pproø⽃urlyeñ໙ñ໎ƀaes⽯⽶⽺pprox;檹qq;檵im;拨iíໟmeĀ;s⾈ຮ怲ƀEas⽸⾐⽺ð⽵ƀdfp໬⾙⾯ƀals⾠⾥⾪lar;挮ine;挒urf;挓Ā;t໻⾴ï໻rel;抰Āci⿀⿅r;쀀𝓅;䏈ncsp;怈̀fiopsu⿚⋢⿟⿥⿫⿱r;쀀𝔮pf;쀀𝕢rime;恗cr;쀀𝓆ƀaeo⿸〉〓tĀei⿾々rnionóڰnt;樖stĀ;e【】䀿ñἙô༔઀ABHabcdefhilmnoprstux぀けさすムㄎㄫㅇㅢㅲㆎ㈆㈕㈤㈩㉘㉮㉲㊐㊰㊷ƀartぇおがròႳòϝail;検aròᱥar;楤΀cdenqrtとふへみわゔヌĀeuねぱ;쀀∽̱te;䅕iãᅮmptyv;榳gȀ;del࿑らるろ;榒;榥å࿑uo耻»䂻rր;abcfhlpstw࿜ガクシスゼゾダッデナp;極Ā;f࿠ゴs;椠;椳s;椞ë≝ð✮l;楅im;楴l;憣;憝Āaiパフil;椚oĀ;nホボ戶aló༞ƀabrョリヮrò៥rk;杳ĀakンヽcĀekヹ・;䁽;䁝Āes㄂㄄;榌lĀduㄊㄌ;榎;榐Ȁaeuyㄗㄜㄧㄩron;䅙Ādiㄡㄥil;䅗ì࿲âヺ;䑀Ȁclqsㄴㄷㄽㅄa;椷dhar;楩uoĀ;rȎȍh;憳ƀacgㅎㅟངlȀ;ipsླྀㅘㅛႜnåႻarôྩt;断ƀilrㅩဣㅮsht;楽;쀀𝔯ĀaoㅷㆆrĀduㅽㅿ»ѻĀ;l႑ㆄ;楬Ā;vㆋㆌ䏁;䏱ƀgns㆕ㇹㇼht̀ahlrstㆤㆰ㇂㇘㇤㇮rrowĀ;t࿜ㆭaéトarpoonĀduㆻㆿowîㅾp»႒eftĀah㇊㇐rrowó࿪arpoonóՑightarrows;應quigarro÷ニhreetimes;拌g;䋚ingdotseñἲƀahm㈍㈐㈓rò࿪aòՑ;怏oustĀ;a㈞㈟掱che»㈟mid;櫮Ȁabpt㈲㈽㉀㉒Ānr㈷㈺g;柭r;懾rëဃƀafl㉇㉊㉎r;榆;쀀𝕣us;樮imes;樵Āap㉝㉧rĀ;g㉣㉤䀩t;榔olint;樒arò㇣Ȁachq㉻㊀Ⴜ㊅quo;怺r;쀀𝓇Ābu・㊊oĀ;rȔȓƀhir㊗㊛㊠reåㇸmes;拊iȀ;efl㊪ၙᠡ㊫方tri;槎luhar;楨;愞ൡ㋕㋛㋟㌬㌸㍱\0㍺㎤\0\0㏬㏰\0㐨㑈㑚㒭㒱㓊㓱\0㘖\0\0㘳cute;䅛quï➺Ԁ;Eaceinpsyᇭ㋳㋵㋿㌂㌋㌏㌟㌦㌩;檴ǰ㋺\0㋼;檸on;䅡uåᇾĀ;dᇳ㌇il;䅟rc;䅝ƀEas㌖㌘㌛;檶p;檺im;择olint;樓iíሄ;䑁otƀ;be㌴ᵇ㌵担;橦΀Aacmstx㍆㍊㍗㍛㍞㍣㍭rr;懘rĀhr㍐㍒ë∨Ā;oਸ਼਴t耻§䂧i;䀻war;椩mĀin㍩ðnuóñt;朶rĀ;o㍶⁕쀀𝔰Ȁacoy㎂㎆㎑㎠rp;景Āhy㎋㎏cy;䑉;䑈rtɭ㎙\0\0㎜iäᑤaraì⹯耻­䂭Āgm㎨㎴maƀ;fv㎱㎲㎲䏃;䏂Ѐ;deglnprካ㏅㏉㏎㏖㏞㏡㏦ot;橪Ā;q኱ኰĀ;E㏓㏔檞;檠Ā;E㏛㏜檝;檟e;扆lus;樤arr;楲aròᄽȀaeit㏸㐈㐏㐗Āls㏽㐄lsetmé㍪hp;樳parsl;槤Ādlᑣ㐔e;挣Ā;e㐜㐝檪Ā;s㐢㐣檬;쀀⪬︀ƀflp㐮㐳㑂tcy;䑌Ā;b㐸㐹䀯Ā;a㐾㐿槄r;挿f;쀀𝕤aĀdr㑍ЂesĀ;u㑔㑕晠it»㑕ƀcsu㑠㑹㒟Āau㑥㑯pĀ;sᆈ㑫;쀀⊓︀pĀ;sᆴ㑵;쀀⊔︀uĀbp㑿㒏ƀ;esᆗᆜ㒆etĀ;eᆗ㒍ñᆝƀ;esᆨᆭ㒖etĀ;eᆨ㒝ñᆮƀ;afᅻ㒦ְrť㒫ֱ»ᅼaròᅈȀcemt㒹㒾㓂㓅r;쀀𝓈tmîñiì㐕aræᆾĀar㓎㓕rĀ;f㓔ឿ昆Āan㓚㓭ightĀep㓣㓪psiloîỠhé⺯s»⡒ʀbcmnp㓻㕞ሉ㖋㖎Ҁ;Edemnprs㔎㔏㔑㔕㔞㔣㔬㔱㔶抂;櫅ot;檽Ā;dᇚ㔚ot;櫃ult;櫁ĀEe㔨㔪;櫋;把lus;檿arr;楹ƀeiu㔽㕒㕕tƀ;en㔎㕅㕋qĀ;qᇚ㔏eqĀ;q㔫㔨m;櫇Ābp㕚㕜;櫕;櫓c̀;acensᇭ㕬㕲㕹㕻㌦pproø㋺urlyeñᇾñᇳƀaes㖂㖈㌛pproø㌚qñ㌗g;晪ڀ123;Edehlmnps㖩㖬㖯ሜ㖲㖴㗀㗉㗕㗚㗟㗨㗭耻¹䂹耻²䂲耻³䂳;櫆Āos㖹㖼t;檾ub;櫘Ā;dሢ㗅ot;櫄sĀou㗏㗒l;柉b;櫗arr;楻ult;櫂ĀEe㗤㗦;櫌;抋lus;櫀ƀeiu㗴㘉㘌tƀ;enሜ㗼㘂qĀ;qሢ㖲eqĀ;q㗧㗤m;櫈Ābp㘑㘓;櫔;櫖ƀAan㘜㘠㘭rr;懙rĀhr㘦㘨ë∮Ā;oਫ਩war;椪lig耻ß䃟௡㙑㙝㙠ዎ㙳㙹\0㙾㛂\0\0\0\0\0㛛㜃\0㜉㝬\0\0\0㞇ɲ㙖\0\0㙛get;挖;䏄rë๟ƀaey㙦㙫㙰ron;䅥dil;䅣;䑂lrec;挕r;쀀𝔱Ȁeiko㚆㚝㚵㚼Dz㚋\0㚑eĀ4fኄኁaƀ;sv㚘㚙㚛䎸ym;䏑Ācn㚢㚲kĀas㚨㚮pproø዁im»ኬsðኞĀas㚺㚮ð዁rn耻þ䃾Ǭ̟㛆⋧es膀×;bd㛏㛐㛘䃗Ā;aᤏ㛕r;樱;樰ƀeps㛡㛣㜀á⩍Ȁ;bcf҆㛬㛰㛴ot;挶ir;櫱Ā;o㛹㛼쀀𝕥rk;櫚á㍢rime;怴ƀaip㜏㜒㝤dåቈ΀adempst㜡㝍㝀㝑㝗㝜㝟ngleʀ;dlqr㜰㜱㜶㝀㝂斵own»ᶻeftĀ;e⠀㜾ñम;扜ightĀ;e㊪㝋ñၚot;旬inus;樺lus;樹b;槍ime;樻ezium;揢ƀcht㝲㝽㞁Āry㝷㝻;쀀𝓉;䑆cy;䑛rok;䅧Āio㞋㞎xô᝷headĀlr㞗㞠eftarro÷ࡏightarrow»ཝऀAHabcdfghlmoprstuw㟐㟓㟗㟤㟰㟼㠎㠜㠣㠴㡑㡝㡫㢩㣌㣒㣪㣶ròϭar;楣Ācr㟜㟢ute耻ú䃺òᅐrǣ㟪\0㟭y;䑞ve;䅭Āiy㟵㟺rc耻û䃻;䑃ƀabh㠃㠆㠋ròᎭlac;䅱aòᏃĀir㠓㠘sht;楾;쀀𝔲rave耻ù䃹š㠧㠱rĀlr㠬㠮»ॗ»ႃlk;斀Āct㠹㡍ɯ㠿\0\0㡊rnĀ;e㡅㡆挜r»㡆op;挏ri;旸Āal㡖㡚cr;䅫肻¨͉Āgp㡢㡦on;䅳f;쀀𝕦̀adhlsuᅋ㡸㡽፲㢑㢠ownáᎳarpoonĀlr㢈㢌efô㠭ighô㠯iƀ;hl㢙㢚㢜䏅»ᏺon»㢚parrows;懈ƀcit㢰㣄㣈ɯ㢶\0\0㣁rnĀ;e㢼㢽挝r»㢽op;挎ng;䅯ri;旹cr;쀀𝓊ƀdir㣙㣝㣢ot;拰lde;䅩iĀ;f㜰㣨»᠓Āam㣯㣲rò㢨l耻ü䃼angle;榧ހABDacdeflnoprsz㤜㤟㤩㤭㦵㦸㦽㧟㧤㧨㧳㧹㧽㨁㨠ròϷarĀ;v㤦㤧櫨;櫩asèϡĀnr㤲㤷grt;榜΀eknprst㓣㥆㥋㥒㥝㥤㦖appá␕othinçẖƀhir㓫⻈㥙opô⾵Ā;hᎷ㥢ïㆍĀiu㥩㥭gmá㎳Ābp㥲㦄setneqĀ;q㥽㦀쀀⊊︀;쀀⫋︀setneqĀ;q㦏㦒쀀⊋︀;쀀⫌︀Āhr㦛㦟etá㚜iangleĀlr㦪㦯eft»थight»ၑy;䐲ash»ံƀelr㧄㧒㧗ƀ;beⷪ㧋㧏ar;抻q;扚lip;拮Ābt㧜ᑨaòᑩr;쀀𝔳tré㦮suĀbp㧯㧱»ജ»൙pf;쀀𝕧roð໻tré㦴Ācu㨆㨋r;쀀𝓋Ābp㨐㨘nĀEe㦀㨖»㥾nĀEe㦒㨞»㦐igzag;榚΀cefoprs㨶㨻㩖㩛㩔㩡㩪irc;䅵Ādi㩀㩑Ābg㩅㩉ar;機eĀ;qᗺ㩏;扙erp;愘r;쀀𝔴pf;쀀𝕨Ā;eᑹ㩦atèᑹcr;쀀𝓌ૣណ㪇\0㪋\0㪐㪛\0\0㪝㪨㪫㪯\0\0㫃㫎\0㫘ៜ៟tré៑r;쀀𝔵ĀAa㪔㪗ròσrò৶;䎾ĀAa㪡㪤ròθrò৫að✓is;拻ƀdptឤ㪵㪾Āfl㪺ឩ;쀀𝕩imåឲĀAa㫇㫊ròώròਁĀcq㫒ីr;쀀𝓍Āpt៖㫜ré។Ѐacefiosu㫰㫽㬈㬌㬑㬕㬛㬡cĀuy㫶㫻te耻ý䃽;䑏Āiy㬂㬆rc;䅷;䑋n耻¥䂥r;쀀𝔶cy;䑗pf;쀀𝕪cr;쀀𝓎Ācm㬦㬩y;䑎l耻ÿ䃿Ԁacdefhiosw㭂㭈㭔㭘㭤㭩㭭㭴㭺㮀cute;䅺Āay㭍㭒ron;䅾;䐷ot;䅼Āet㭝㭡træᕟa;䎶r;쀀𝔷cy;䐶grarr;懝pf;쀀𝕫cr;쀀𝓏Ājn㮅㮇;怍j;怌'.split("").map(e=>e.charCodeAt(0))),Zo=new Uint16Array("Ȁaglq \x1Bɭ\0\0p;䀦os;䀧t;䀾t;䀼uot;䀢".split("").map(e=>e.charCodeAt(0))),un;const Jo=new Map([[0,65533],[128,8364],[130,8218],[131,402],[132,8222],[133,8230],[134,8224],[135,8225],[136,710],[137,8240],[138,352],[139,8249],[140,338],[142,381],[145,8216],[146,8217],[147,8220],[148,8221],[149,8226],[150,8211],[151,8212],[152,732],[153,8482],[154,353],[155,8250],[156,339],[158,382],[159,376]]),Zr=(un=String.fromCodePoint)!==null&&un!==void 0?un:function(e){let t="";return e>65535&&(e-=65536,t+=String.fromCharCode(e>>>10&1023|55296),e=56320|e&1023),t+=String.fromCharCode(e),t};function Yo(e){var t;return e>=55296&&e<=57343||e>1114111?65533:(t=Jo.get(e))!==null&&t!==void 0?t:e}var k;(function(e){e[e.NUM=35]="NUM",e[e.SEMI=59]="SEMI",e[e.EQUALS=61]="EQUALS",e[e.ZERO=48]="ZERO",e[e.NINE=57]="NINE",e[e.LOWER_A=97]="LOWER_A",e[e.LOWER_F=102]="LOWER_F",e[e.LOWER_X=120]="LOWER_X",e[e.LOWER_Z=122]="LOWER_Z",e[e.UPPER_A=65]="UPPER_A",e[e.UPPER_F=70]="UPPER_F",e[e.UPPER_Z=90]="UPPER_Z"})(k||(k={}));const Xo=32;var K;(function(e){e[e.VALUE_LENGTH=49152]="VALUE_LENGTH",e[e.BRANCH_LENGTH=16256]="BRANCH_LENGTH",e[e.JUMP_TABLE=127]="JUMP_TABLE"})(K||(K={}));function fn(e){return e>=k.ZERO&&e<=k.NINE}function Ko(e){return e>=k.UPPER_A&&e<=k.UPPER_F||e>=k.LOWER_A&&e<=k.LOWER_F}function el(e){return e>=k.UPPER_A&&e<=k.UPPER_Z||e>=k.LOWER_A&&e<=k.LOWER_Z||fn(e)}function tl(e){return e===k.EQUALS||el(e)}var T;(function(e){e[e.EntityStart=0]="EntityStart",e[e.NumericStart=1]="NumericStart",e[e.NumericDecimal=2]="NumericDecimal",e[e.NumericHex=3]="NumericHex",e[e.NamedEntity=4]="NamedEntity"})(T||(T={}));var H;(function(e){e[e.Legacy=0]="Legacy",e[e.Strict=1]="Strict",e[e.Attribute=2]="Attribute"})(H||(H={}));class nl{constructor(t,n,r){this.decodeTree=t,this.emitCodePoint=n,this.errors=r,this.state=T.EntityStart,this.consumed=1,this.result=0,this.treeIndex=0,this.excess=1,this.decodeMode=H.Strict}startEntity(t){this.decodeMode=t,this.state=T.EntityStart,this.result=0,this.treeIndex=0,this.excess=1,this.consumed=1}write(t,n){switch(this.state){case T.EntityStart:return t.charCodeAt(n)===k.NUM?(this.state=T.NumericStart,this.consumed+=1,this.stateNumericStart(t,n+1)):(this.state=T.NamedEntity,this.stateNamedEntity(t,n));case T.NumericStart:return this.stateNumericStart(t,n);case T.NumericDecimal:return this.stateNumericDecimal(t,n);case T.NumericHex:return this.stateNumericHex(t,n);case T.NamedEntity:return this.stateNamedEntity(t,n)}}stateNumericStart(t,n){return n>=t.length?-1:(t.charCodeAt(n)|Xo)===k.LOWER_X?(this.state=T.NumericHex,this.consumed+=1,this.stateNumericHex(t,n+1)):(this.state=T.NumericDecimal,this.stateNumericDecimal(t,n))}addToNumericResult(t,n,r,s){if(n!==r){const i=r-n;this.result=this.result*Math.pow(s,i)+parseInt(t.substr(n,i),s),this.consumed+=i}}stateNumericHex(t,n){const r=n;for(;n<t.length;){const s=t.charCodeAt(n);if(fn(s)||Ko(s))n+=1;else return this.addToNumericResult(t,r,n,16),this.emitNumericEntity(s,3)}return this.addToNumericResult(t,r,n,16),-1}stateNumericDecimal(t,n){const r=n;for(;n<t.length;){const s=t.charCodeAt(n);if(fn(s))n+=1;else return this.addToNumericResult(t,r,n,10),this.emitNumericEntity(s,2)}return this.addToNumericResult(t,r,n,10),-1}emitNumericEntity(t,n){var r;if(this.consumed<=n)return(r=this.errors)===null||r===void 0||r.absenceOfDigitsInNumericCharacterReference(this.consumed),0;if(t===k.SEMI)this.consumed+=1;else if(this.decodeMode===H.Strict)return 0;return this.emitCodePoint(Yo(this.result),this.consumed),this.errors&&(t!==k.SEMI&&this.errors.missingSemicolonAfterCharacterReference(),this.errors.validateNumericCharacterReference(this.result)),this.consumed}stateNamedEntity(t,n){const{decodeTree:r}=this;let s=r[this.treeIndex],i=(s&K.VALUE_LENGTH)>>14;for(;n<t.length;n++,this.excess++){const a=t.charCodeAt(n);if(this.treeIndex=rl(r,s,this.treeIndex+Math.max(1,i),a),this.treeIndex<0)return this.result===0||this.decodeMode===H.Attribute&&(i===0||tl(a))?0:this.emitNotTerminatedNamedEntity();if(s=r[this.treeIndex],i=(s&K.VALUE_LENGTH)>>14,i!==0){if(a===k.SEMI)return this.emitNamedEntityData(this.treeIndex,i,this.consumed+this.excess);this.decodeMode!==H.Strict&&(this.result=this.treeIndex,this.consumed+=this.excess,this.excess=0)}}return-1}emitNotTerminatedNamedEntity(){var t;const{result:n,decodeTree:r}=this,s=(r[n]&K.VALUE_LENGTH)>>14;return this.emitNamedEntityData(n,s,this.consumed),(t=this.errors)===null||t===void 0||t.missingSemicolonAfterCharacterReference(),this.consumed}emitNamedEntityData(t,n,r){const{decodeTree:s}=this;return this.emitCodePoint(n===1?s[t]&~K.VALUE_LENGTH:s[t+1],r),n===3&&this.emitCodePoint(s[t+2],r),r}end(){var t;switch(this.state){case T.NamedEntity:return this.result!==0&&(this.decodeMode!==H.Attribute||this.result===this.treeIndex)?this.emitNotTerminatedNamedEntity():0;case T.NumericDecimal:return this.emitNumericEntity(0,2);case T.NumericHex:return this.emitNumericEntity(0,3);case T.NumericStart:return(t=this.errors)===null||t===void 0||t.absenceOfDigitsInNumericCharacterReference(this.consumed),0;case T.EntityStart:return 0}}}function rl(e,t,n,r){const s=(t&K.BRANCH_LENGTH)>>7,i=t&K.JUMP_TABLE;if(s===0)return i!==0&&r===i?n:-1;if(i){const o=r-i;return o<0||o>=s?-1:e[n+o]-1}let a=n,l=a+s-1;for(;a<=l;){const o=a+l>>>1,c=e[o];if(c<r)a=o+1;else if(c>r)l=o-1;else return e[o+s]}return-1}const Jr=/["&'<>$\x80-\uFFFF]/g,sl=new Map([[34,"&quot;"],[38,"&amp;"],[39,"&apos;"],[60,"&lt;"],[62,"&gt;"]]),il=String.prototype.codePointAt!=null?(e,t)=>e.codePointAt(t):(e,t)=>(e.charCodeAt(t)&64512)===55296?(e.charCodeAt(t)-55296)*1024+e.charCodeAt(t+1)-56320+65536:e.charCodeAt(t);function Yr(e){let t="",n=0,r;for(;(r=Jr.exec(e))!==null;){const s=r.index,i=e.charCodeAt(s),a=sl.get(i);a!==void 0?(t+=e.substring(n,s)+a,n=s+1):(t+=`${e.substring(n,s)}&#x${il(e,s).toString(16)};`,n=Jr.lastIndex+=+((i&64512)===55296))}return t+e.substr(n)}function Xr(e,t){return function(n){let r,s=0,i="";for(;r=e.exec(n);)s!==r.index&&(i+=n.substring(s,r.index)),i+=t.get(r[0].charCodeAt(0)),s=r.index+1;return i+n.substring(s)}}const al=Xr(/["&\u00A0]/g,new Map([[34,"&quot;"],[38,"&amp;"],[160,"&nbsp;"]])),ol=Xr(/[&<>\u00A0]/g,new Map([[38,"&amp;"],[60,"&lt;"],[62,"&gt;"],[160,"&nbsp;"]])),ll=new Map(["altGlyph","altGlyphDef","altGlyphItem","animateColor","animateMotion","animateTransform","clipPath","feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feDropShadow","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence","foreignObject","glyphRef","linearGradient","radialGradient","textPath"].map(e=>[e.toLowerCase(),e])),cl=new Map(["definitionURL","attributeName","attributeType","baseFrequency","baseProfile","calcMode","clipPathUnits","diffuseConstant","edgeMode","filterUnits","glyphRef","gradientTransform","gradientUnits","kernelMatrix","kernelUnitLength","keyPoints","keySplines","keyTimes","lengthAdjust","limitingConeAngle","markerHeight","markerUnits","markerWidth","maskContentUnits","maskUnits","numOctaves","pathLength","patternContentUnits","patternTransform","patternUnits","pointsAtX","pointsAtY","pointsAtZ","preserveAlpha","preserveAspectRatio","primitiveUnits","refX","refY","repeatCount","repeatDur","requiredExtensions","requiredFeatures","specularConstant","specularExponent","spreadMethod","startOffset","stdDeviation","stitchTiles","surfaceScale","systemLanguage","tableValues","targetX","targetY","textLength","viewBox","viewTarget","xChannelSelector","yChannelSelector","zoomAndPan"].map(e=>[e.toLowerCase(),e])),hl=new Set(["style","script","xmp","iframe","noembed","noframes","plaintext","noscript"]);function ul(e){return e.replace(/"/g,"&quot;")}function fl(e,t){var n;if(!e)return;const r=((n=t.encodeEntities)!==null&&n!==void 0?n:t.decodeEntities)===!1?ul:t.xmlMode||t.encodeEntities!=="utf8"?Yr:al;return Object.keys(e).map(s=>{var i,a;const l=(i=e[s])!==null&&i!==void 0?i:"";return t.xmlMode==="foreign"&&(s=(a=cl.get(s))!==null&&a!==void 0?a:s),!t.emptyAttrs&&!t.xmlMode&&l===""?s:`${s}="${r(l)}"`}).join(" ")}const Kr=new Set(["area","base","basefont","br","col","command","embed","frame","hr","img","input","isindex","keygen","link","meta","param","source","track","wbr"]);function bt(e,t={}){const n="length"in e?e:[e];let r="";for(let s=0;s<n.length;s++)r+=dl(n[s],t);return r}function dl(e,t){switch(e.type){case _o:return bt(e.children,t);case Go:case Bo:return bl(e);case Fo:return xl(e);case Ho:return wl(e);case Uo:case Ro:case Vo:return ml(e,t);case Mo:return yl(e,t)}}const pl=new Set(["mi","mo","mn","ms","mtext","annotation-xml","foreignObject","desc","title"]),gl=new Set(["svg","math"]);function ml(e,t){var n;t.xmlMode==="foreign"&&(e.name=(n=ll.get(e.name))!==null&&n!==void 0?n:e.name,e.parent&&pl.has(e.parent.name)&&(t=ye(j({},t),{xmlMode:!1}))),!t.xmlMode&&gl.has(e.name)&&(t=ye(j({},t),{xmlMode:"foreign"}));let r=`<${e.name}`;const s=fl(e.attribs,t);return s&&(r+=` ${s}`),e.children.length===0&&(t.xmlMode?t.selfClosingTags!==!1:t.selfClosingTags&&Kr.has(e.name))?(t.xmlMode||(r+=" "),r+="/>"):(r+=">",e.children.length>0&&(r+=bt(e.children,t)),(t.xmlMode||!Kr.has(e.name))&&(r+=`</${e.name}>`)),r}function bl(e){return`<${e.data}>`}function yl(e,t){var n;let r=e.data||"";return((n=t.encodeEntities)!==null&&n!==void 0?n:t.decodeEntities)!==!1&&!(!t.xmlMode&&e.parent&&hl.has(e.parent.name))&&(r=t.xmlMode||t.encodeEntities!=="utf8"?Yr(r):ol(r)),r}function wl(e){return`<![CDATA[${e.children[0].data}]]>`}function xl(e){return`<!--${e.data}-->`}function es(e,t){return bt(e,t)}function vl(e,t){return C(e)?e.children.map(n=>es(n,t)).join(""):""}function yt(e){return Array.isArray(e)?e.map(yt).join(""):y(e)?e.name==="br"?`
6
- `:yt(e.children):mt(e)?yt(e.children):ae(e)?e.data:""}function we(e){return Array.isArray(e)?e.map(we).join(""):C(e)&&!cn(e)?we(e.children):ae(e)?e.data:""}function wt(e){return Array.isArray(e)?e.map(wt).join(""):C(e)&&(e.type===x.Tag||mt(e))?wt(e.children):ae(e)?e.data:""}function xt(e){return C(e)?e.children:[]}function ts(e){return e.parent||null}function ns(e){const t=ts(e);if(t!=null)return xt(t);const n=[e];let{prev:r,next:s}=e;for(;r!=null;)n.unshift(r),{prev:r}=r;for(;s!=null;)n.push(s),{next:s}=s;return n}function Al(e,t){var n;return(n=e.attribs)===null||n===void 0?void 0:n[t]}function Sl(e,t){return e.attribs!=null&&Object.prototype.hasOwnProperty.call(e.attribs,t)&&e.attribs[t]!=null}function $l(e){return e.name}function dn(e){let{next:t}=e;for(;t!==null&&!y(t);)({next:t}=t);return t}function pn(e){let{prev:t}=e;for(;t!==null&&!y(t);)({prev:t}=t);return t}function le(e){if(e.prev&&(e.prev.next=e.next),e.next&&(e.next.prev=e.prev),e.parent){const t=e.parent.children,n=t.lastIndexOf(e);n>=0&&t.splice(n,1)}e.next=null,e.prev=null,e.parent=null}function Cl(e,t){const n=t.prev=e.prev;n&&(n.next=t);const r=t.next=e.next;r&&(r.prev=t);const s=t.parent=e.parent;if(s){const i=s.children;i[i.lastIndexOf(e)]=t,e.parent=null}}function El(e,t){if(le(t),t.next=null,t.parent=e,e.children.push(t)>1){const n=e.children[e.children.length-2];n.next=t,t.prev=n}else t.prev=null}function kl(e,t){le(t);const{parent:n}=e,r=e.next;if(t.next=r,t.prev=e,e.next=t,t.parent=n,r){if(r.prev=t,n){const s=n.children;s.splice(s.lastIndexOf(r),0,t)}}else n&&n.children.push(t)}function Tl(e,t){if(le(t),t.parent=e,t.prev=null,e.children.unshift(t)!==1){const n=e.children[1];n.prev=t,t.next=n}else t.next=null}function Il(e,t){le(t);const{parent:n}=e;if(n){const r=n.children;r.splice(r.indexOf(e),0,t)}e.prev&&(e.prev.next=t),t.parent=n,t.prev=e.prev,t.next=e,e.prev=t}function _e(e,t,n=!0,r=1/0){return gn(e,Array.isArray(t)?t:[t],n,r)}function gn(e,t,n,r){const s=[],i=[Array.isArray(t)?t:[t]],a=[0];for(;;){if(a[0]>=i[0].length){if(a.length===1)return s;i.shift(),a.shift();continue}const l=i[0][a[0]++];if(e(l)&&(s.push(l),--r<=0))return s;n&&C(l)&&l.children.length>0&&(a.unshift(0),i.unshift(l.children))}}function Nl(e,t){return t.find(e)}function mn(e,t,n=!0){const r=Array.isArray(t)?t:[t];for(let s=0;s<r.length;s++){const i=r[s];if(y(i)&&e(i))return i;if(n&&C(i)&&i.children.length>0){const a=mn(e,i.children,!0);if(a)return a}}return null}function rs(e,t){return(Array.isArray(t)?t:[t]).some(n=>y(n)&&e(n)||C(n)&&rs(e,n.children))}function ql(e,t){const n=[],r=[Array.isArray(t)?t:[t]],s=[0];for(;;){if(s[0]>=r[0].length){if(r.length===1)return n;r.shift(),s.shift();continue}const i=r[0][s[0]++];y(i)&&e(i)&&n.push(i),C(i)&&i.children.length>0&&(s.unshift(0),r.unshift(i.children))}}const vt={tag_name(e){return typeof e=="function"?t=>y(t)&&e(t.name):e==="*"?y:t=>y(t)&&t.name===e},tag_type(e){return typeof e=="function"?t=>e(t.type):t=>t.type===e},tag_contains(e){return typeof e=="function"?t=>ae(t)&&e(t.data):t=>ae(t)&&t.data===e}};function bn(e,t){return typeof t=="function"?n=>y(n)&&t(n.attribs[e]):n=>y(n)&&n.attribs[e]===t}function Ol(e,t){return n=>e(n)||t(n)}function ss(e){const t=Object.keys(e).map(n=>{const r=e[n];return Object.prototype.hasOwnProperty.call(vt,n)?vt[n](r):bn(n,r)});return t.length===0?null:t.reduce(Ol)}function Pl(e,t){const n=ss(e);return n?n(t):!0}function Dl(e,t,n,r=1/0){const s=ss(e);return s?_e(s,t,n,r):[]}function jl(e,t,n=!0){return Array.isArray(t)||(t=[t]),mn(bn("id",e),t,n)}function xe(e,t,n=!0,r=1/0){return _e(vt.tag_name(e),t,n,r)}function Ll(e,t,n=!0,r=1/0){return _e(bn("class",e),t,n,r)}function _l(e,t,n=!0,r=1/0){return _e(vt.tag_type(e),t,n,r)}function Ml(e){let t=e.length;for(;--t>=0;){const n=e[t];if(t>0&&e.lastIndexOf(n,t-1)>=0){e.splice(t,1);continue}for(let r=n.parent;r;r=r.parent)if(e.includes(r)){e.splice(t,1);break}}return e}var L;(function(e){e[e.DISCONNECTED=1]="DISCONNECTED",e[e.PRECEDING=2]="PRECEDING",e[e.FOLLOWING=4]="FOLLOWING",e[e.CONTAINS=8]="CONTAINS",e[e.CONTAINED_BY=16]="CONTAINED_BY"})(L||(L={}));function is(e,t){const n=[],r=[];if(e===t)return 0;let s=C(e)?e:e.parent;for(;s;)n.unshift(s),s=s.parent;for(s=C(t)?t:t.parent;s;)r.unshift(s),s=s.parent;const i=Math.min(n.length,r.length);let a=0;for(;a<i&&n[a]===r[a];)a++;if(a===0)return L.DISCONNECTED;const l=n[a-1],o=l.children,c=n[a],h=r[a];return o.indexOf(c)>o.indexOf(h)?l===t?L.FOLLOWING|L.CONTAINED_BY:L.FOLLOWING:l===e?L.PRECEDING|L.CONTAINS:L.PRECEDING}function ve(e){return e=e.filter((t,n,r)=>!r.includes(t,n+1)),e.sort((t,n)=>{const r=is(t,n);return r&L.PRECEDING?-1:r&L.FOLLOWING?1:0}),e}function Bl(e){const t=At(Hl,e);return t?t.name==="feed"?Fl(t):Ul(t):null}function Fl(e){var t;const n=e.children,r={type:"atom",items:xe("entry",n).map(a=>{var l;const{children:o}=a,c={media:as(o)};O(c,"id","id",o),O(c,"title","title",o);const h=(l=At("link",o))===null||l===void 0?void 0:l.attribs.href;h&&(c.link=h);const f=ee("summary",o)||ee("content",o);f&&(c.description=f);const d=ee("updated",o);return d&&(c.pubDate=new Date(d)),c})};O(r,"id","id",n),O(r,"title","title",n);const s=(t=At("link",n))===null||t===void 0?void 0:t.attribs.href;s&&(r.link=s),O(r,"description","subtitle",n);const i=ee("updated",n);return i&&(r.updated=new Date(i)),O(r,"author","email",n,!0),r}function Ul(e){var t,n;const r=(n=(t=At("channel",e.children))===null||t===void 0?void 0:t.children)!==null&&n!==void 0?n:[],s={type:e.name.substr(0,3),id:"",items:xe("item",e.children).map(a=>{const{children:l}=a,o={media:as(l)};O(o,"id","guid",l),O(o,"title","title",l),O(o,"link","link",l),O(o,"description","description",l);const c=ee("pubDate",l)||ee("dc:date",l);return c&&(o.pubDate=new Date(c)),o})};O(s,"title","title",r),O(s,"link","link",r),O(s,"description","description",r);const i=ee("lastBuildDate",r);return i&&(s.updated=new Date(i)),O(s,"author","managingEditor",r,!0),s}const Rl=["url","type","lang"],Vl=["fileSize","bitrate","framerate","samplingrate","channels","duration","height","width"];function as(e){return xe("media:content",e).map(t=>{const{attribs:n}=t,r={medium:n.medium,isDefault:!!n.isDefault};for(const s of Rl)n[s]&&(r[s]=n[s]);for(const s of Vl)n[s]&&(r[s]=parseInt(n[s],10));return n.expression&&(r.expression=n.expression),r})}function At(e,t){return xe(e,t,!0,1)[0]}function ee(e,t,n=!1){return we(xe(e,t,n,1)).trim()}function O(e,t,n,r,s=!1){const i=ee(n,r,s);i&&(e[t]=i)}function Hl(e){return e==="rss"||e==="feed"||e==="rdf:RDF"}var St=Object.freeze({__proto__:null,get DocumentPosition(){return L},append:kl,appendChild:El,compareDocumentPosition:is,existsOne:rs,filter:_e,find:gn,findAll:ql,findOne:mn,findOneChild:Nl,getAttributeValue:Al,getChildren:xt,getElementById:jl,getElements:Dl,getElementsByClassName:Ll,getElementsByTagName:xe,getElementsByTagType:_l,getFeed:Bl,getInnerHTML:vl,getName:$l,getOuterHTML:es,getParent:ts,getSiblings:ns,getText:yt,hasAttrib:Sl,hasChildren:C,innerText:wt,isCDATA:mt,isComment:cn,isDocument:oe,isTag:y,isText:ae,nextElementSibling:dn,prepend:Il,prependChild:Tl,prevElementSibling:pn,removeElement:le,removeSubsets:Ml,replaceElement:Cl,testElement:Pl,textContent:we,uniqueSort:ve});function os(e,t,n){return e?e(t!=null?t:e._root.children,null,void 0,n).toString():""}function Gl(e,t){return typeof e=="object"&&e!=null&&!("length"in e)&&!("type"in e)}function zl(e,t){const n=Gl(e)?(t=e,void 0):e,r=j(j({},this===null||this===void 0?void 0:this._options),an(t));return os(this,n,r)}function Wl(e){const t=ye(j({},this._options),{xmlMode:!0});return os(this,e,t)}function Me(e){const t=e!=null?e:this?this.root():[];let n="";for(let r=0;r<t.length;r++)n+=we(t[r]);return n}function Ql(e,t,n=typeof t=="boolean"?t:!1){if(!e||typeof e!="string")return null;typeof t=="boolean"&&(n=t);const r=this.load(e,this._options,!1);return n||r("script").remove(),[...r.root()[0].children]}function Zl(){return this(this._root)}function ls(e,t){if(t===e)return!1;let n=t;for(;n&&n!==n.parent;)if(n=n.parent,n===e)return!0;return!1}function Jl(e){return this.root().extract(e)}function Yl(e,t){if(!cs(e)||!cs(t))return;let n=e.length;const r=+t.length;for(let s=0;s<r;s++)e[n++]=t[s];return e.length=n,e}function cs(e){if(Array.isArray(e))return!0;if(typeof e!="object"||e===null||!("length"in e)||typeof e.length!="number"||e.length<0)return!1;for(let t=0;t<e.length;t++)if(!(t in e))return!1;return!0}var Xl=Object.freeze({__proto__:null,contains:ls,extract:Jl,html:zl,merge:Yl,parseHTML:Ql,root:Zl,text:Me,xml:Wl});function Z(e){return e.cheerio!=null}function Kl(e){return e.replace(/[._-](\w|$)/g,(t,n)=>n.toUpperCase())}function ec(e){return e.replace(/[A-Z]/g,"-$&").toLowerCase()}function $(e,t){const n=e.length;for(let r=0;r<n;r++)t(e[r],r);return e}var ce;(function(e){e[e.LowerA=97]="LowerA",e[e.LowerZ=122]="LowerZ",e[e.UpperA=65]="UpperA",e[e.UpperZ=90]="UpperZ",e[e.Exclamation=33]="Exclamation"})(ce||(ce={}));function yn(e){const t=e.indexOf("<");if(t<0||t>e.length-3)return!1;const n=e.charCodeAt(t+1);return(n>=ce.LowerA&&n<=ce.LowerZ||n>=ce.UpperA&&n<=ce.UpperZ||n===ce.Exclamation)&&e.includes(">",t+2)}const Be=Object.prototype.hasOwnProperty,Fe=/\s+/,wn="data-",xn=/^(?:autofocus|autoplay|async|checked|controls|defer|disabled|hidden|loop|multiple|open|readonly|required|scoped|selected)$/i,tc=/^{[^]*}$|^\[[^]*]$/;function $t(e,t,n){var r;if(!(!e||!y(e))){if((r=e.attribs)!==null&&r!==void 0||(e.attribs={}),!t)return e.attribs;if(Be.call(e.attribs,t))return!n&&xn.test(t)?t:e.attribs[t];if(e.name==="option"&&t==="value")return Me(e.children);if(e.name==="input"&&(e.attribs.type==="radio"||e.attribs.type==="checkbox")&&t==="value")return"on"}}function Ae(e,t,n){n===null?ds(e,t):e.attribs[t]=`${n}`}function nc(e,t){if(typeof e=="object"||t!==void 0){if(typeof t=="function"){if(typeof e!="string")throw new Error("Bad combination of arguments.");return $(this,(n,r)=>{y(n)&&Ae(n,e,t.call(n,r,n.attribs[e]))})}return $(this,n=>{if(y(n))if(typeof e=="object")for(const r of Object.keys(e)){const s=e[r];Ae(n,r,s)}else Ae(n,e,t)})}return arguments.length>1?this:$t(this[0],e,this.options.xmlMode)}function hs(e,t,n){return t in e?e[t]:!n&&xn.test(t)?$t(e,t,!1)!==void 0:$t(e,t,n)}function vn(e,t,n,r){t in e?e[t]=n:Ae(e,t,!r&&xn.test(t)?n?"":null:`${n}`)}function rc(e,t){var n;if(typeof e=="string"&&t===void 0){const r=this[0];if(!r||!y(r))return;switch(e){case"style":{const s=this.css(),i=Object.keys(s);for(let a=0;a<i.length;a++)s[a]=i[a];return s.length=i.length,s}case"tagName":case"nodeName":return r.name.toUpperCase();case"href":case"src":{const s=(n=r.attribs)===null||n===void 0?void 0:n[e];return typeof URL!="undefined"&&(e==="href"&&(r.tagName==="a"||r.tagName==="link")||e==="src"&&(r.tagName==="img"||r.tagName==="iframe"||r.tagName==="audio"||r.tagName==="video"||r.tagName==="source"))&&s!==void 0&&this.options.baseURI?new URL(s,this.options.baseURI).href:s}case"innerText":return wt(r);case"textContent":return we(r);case"outerHTML":return this.clone().wrap("<container />").parent().html();case"innerHTML":return this.html();default:return hs(r,e,this.options.xmlMode)}}if(typeof e=="object"||t!==void 0){if(typeof t=="function"){if(typeof e=="object")throw new TypeError("Bad combination of arguments.");return $(this,(r,s)=>{y(r)&&vn(r,e,t.call(r,s,hs(r,e,this.options.xmlMode)),this.options.xmlMode)})}return $(this,r=>{if(y(r))if(typeof e=="object")for(const s of Object.keys(e)){const i=e[s];vn(r,s,i,this.options.xmlMode)}else vn(r,e,t,this.options.xmlMode)})}}function us(e,t,n){var r;(r=e.data)!==null&&r!==void 0||(e.data={}),typeof t=="object"?Object.assign(e.data,t):typeof t=="string"&&n!==void 0&&(e.data[t]=n)}function sc(e){for(const t of Object.keys(e.attribs)){if(!t.startsWith(wn))continue;const n=Kl(t.slice(wn.length));Be.call(e.data,n)||(e.data[n]=fs(e.attribs[t]))}return e.data}function ic(e,t){const n=wn+ec(t),r=e.data;if(Be.call(r,t))return r[t];if(Be.call(e.attribs,n))return r[t]=fs(e.attribs[n])}function fs(e){if(e==="null")return null;if(e==="true")return!0;if(e==="false")return!1;const t=Number(e);if(e===String(t))return t;if(tc.test(e))try{return JSON.parse(e)}catch(n){}return e}function ac(e,t){var n;const r=this[0];if(!r||!y(r))return;const s=r;return(n=s.data)!==null&&n!==void 0||(s.data={}),e==null?sc(s):typeof e=="object"||t!==void 0?($(this,i=>{y(i)&&(typeof e=="object"?us(i,e):us(i,e,t))}),this):ic(s,e)}function oc(e){const t=arguments.length===0,n=this[0];if(!n||!y(n))return t?void 0:this;switch(n.name){case"textarea":return this.text(e);case"select":{const r=this.find("option:selected");if(!t){if(this.attr("multiple")==null&&typeof e=="object")return this;this.find("option").removeAttr("selected");const s=typeof e=="object"?e:[e];for(const i of s)this.find(`option[value="${i}"]`).attr("selected","");return this}return this.attr("multiple")?r.toArray().map(s=>Me(s.children)):r.attr("value")}case"input":case"option":return t?this.attr("value"):this.attr("value",e)}}function ds(e,t){!e.attribs||!Be.call(e.attribs,t)||delete e.attribs[t]}function Ct(e){return e?e.trim().split(Fe):[]}function lc(e){const t=Ct(e);for(const n of t)$(this,r=>{y(r)&&ds(r,n)});return this}function cc(e){return this.toArray().some(t=>{const n=y(t)&&t.attribs.class;let r=-1;if(n&&e.length>0)for(;(r=n.indexOf(e,r+1))>-1;){const s=r+e.length;if((r===0||Fe.test(n[r-1]))&&(s===n.length||Fe.test(n[s])))return!0}return!1})}function ps(e){if(typeof e=="function")return $(this,(r,s)=>{if(y(r)){const i=r.attribs.class||"";ps.call([r],e.call(r,s,i))}});if(!e||typeof e!="string")return this;const t=e.split(Fe),n=this.length;for(let r=0;r<n;r++){const s=this[r];if(!y(s))continue;const i=$t(s,"class",!1);if(i){let a=` ${i} `;for(const l of t){const o=`${l} `;a.includes(` ${o}`)||(a+=o)}Ae(s,"class",a.trim())}else Ae(s,"class",t.join(" ").trim())}return this}function gs(e){if(typeof e=="function")return $(this,(s,i)=>{y(s)&&gs.call([s],e.call(s,i,s.attribs.class||""))});const t=Ct(e),n=t.length,r=arguments.length===0;return $(this,s=>{if(y(s))if(r)s.attribs.class="";else{const i=Ct(s.attribs.class);let a=!1;for(let l=0;l<n;l++){const o=i.indexOf(t[l]);o>=0&&(i.splice(o,1),a=!0,l--)}a&&(s.attribs.class=i.join(" "))}})}function ms(e,t){if(typeof e=="function")return $(this,(a,l)=>{y(a)&&ms.call([a],e.call(a,l,a.attribs.class||"",t),t)});if(!e||typeof e!="string")return this;const n=e.split(Fe),r=n.length,s=typeof t=="boolean"?t?1:-1:0,i=this.length;for(let a=0;a<i;a++){const l=this[a];if(!y(l))continue;const o=Ct(l.attribs.class);for(let c=0;c<r;c++){const h=o.indexOf(n[c]);s>=0&&h<0?o.push(n[c]):s<=0&&h>=0&&o.splice(h,1)}l.attribs.class=o.join(" ")}return this}var hc=Object.freeze({__proto__:null,addClass:ps,attr:nc,data:ac,hasClass:cc,prop:rc,removeAttr:lc,removeClass:gs,toggleClass:ms,val:oc}),m;(function(e){e.Attribute="attribute",e.Pseudo="pseudo",e.PseudoElement="pseudo-element",e.Tag="tag",e.Universal="universal",e.Adjacent="adjacent",e.Child="child",e.Descendant="descendant",e.Parent="parent",e.Sibling="sibling",e.ColumnCombinator="column-combinator"})(m||(m={}));var E;(function(e){e.Any="any",e.Element="element",e.End="end",e.Equals="equals",e.Exists="exists",e.Hyphen="hyphen",e.Not="not",e.Start="start"})(E||(E={}));const bs=/^[^\\#]?(?:\\(?:[\da-f]{1,6}\s?|.)|[\w\-\u00b0-\uFFFF])+/,uc=/\\([\da-f]{1,6}\s?|(\s)|.)/gi,fc=new Map([[126,E.Element],[94,E.Start],[36,E.End],[42,E.Any],[33,E.Not],[124,E.Hyphen]]),dc=new Set(["has","not","matches","is","where","host","host-context"]);function Ue(e){switch(e.type){case m.Adjacent:case m.Child:case m.Descendant:case m.Parent:case m.Sibling:case m.ColumnCombinator:return!0;default:return!1}}const pc=new Set(["contains","icontains"]);function gc(e,t,n){const r=parseInt(t,16)-65536;return r!==r||n?t:r<0?String.fromCharCode(r+65536):String.fromCharCode(r>>10|55296,r&1023|56320)}function Re(e){return e.replace(uc,gc)}function An(e){return e===39||e===34}function ys(e){return e===32||e===9||e===10||e===12||e===13}function Et(e){const t=[],n=ws(t,`${e}`,0);if(n<e.length)throw new Error(`Unmatched selector: ${e.slice(n)}`);return t}function ws(e,t,n){let r=[];function s(d){const p=t.slice(n+d).match(bs);if(!p)throw new Error(`Expected name, found ${t.slice(n)}`);const[g]=p;return n+=d+g.length,Re(g)}function i(d){for(n+=d;n<t.length&&ys(t.charCodeAt(n));)n++}function a(){n+=1;const d=n;let p=1;for(;p>0&&n<t.length;n++)t.charCodeAt(n)===40&&!l(n)?p++:t.charCodeAt(n)===41&&!l(n)&&p--;if(p)throw new Error("Parenthesis not matched");return Re(t.slice(d,n-1))}function l(d){let p=0;for(;t.charCodeAt(--d)===92;)p++;return(p&1)===1}function o(){if(r.length>0&&Ue(r[r.length-1]))throw new Error("Did not expect successive traversals.")}function c(d){if(r.length>0&&r[r.length-1].type===m.Descendant){r[r.length-1].type=d;return}o(),r.push({type:d})}function h(d,p){r.push({type:m.Attribute,name:d,action:p,value:s(1),namespace:null,ignoreCase:"quirks"})}function f(){if(r.length&&r[r.length-1].type===m.Descendant&&r.pop(),r.length===0)throw new Error("Empty sub-selector");e.push(r)}if(i(0),t.length===n)return n;e:for(;n<t.length;){const d=t.charCodeAt(n);switch(d){case 32:case 9:case 10:case 12:case 13:{(r.length===0||r[0].type!==m.Descendant)&&(o(),r.push({type:m.Descendant})),i(1);break}case 62:{c(m.Child),i(1);break}case 60:{c(m.Parent),i(1);break}case 126:{c(m.Sibling),i(1);break}case 43:{c(m.Adjacent),i(1);break}case 46:{h("class",E.Element);break}case 35:{h("id",E.Equals);break}case 91:{i(1);let p,g=null;t.charCodeAt(n)===124?p=s(1):t.startsWith("*|",n)?(g="*",p=s(2)):(p=s(0),t.charCodeAt(n)===124&&t.charCodeAt(n+1)!==61&&(g=p,p=s(1))),i(0);let v=E.Exists;const A=fc.get(t.charCodeAt(n));if(A){if(v=A,t.charCodeAt(n+1)!==61)throw new Error("Expected `=`");i(2)}else t.charCodeAt(n)===61&&(v=E.Equals,i(1));let _="",fe=null;if(v!=="exists"){if(An(t.charCodeAt(n))){const We=t.charCodeAt(n);let ne=n+1;for(;ne<t.length&&(t.charCodeAt(ne)!==We||l(ne));)ne+=1;if(t.charCodeAt(ne)!==We)throw new Error("Attribute value didn't end");_=Re(t.slice(n+1,ne)),n=ne+1}else{const We=n;for(;n<t.length&&(!ys(t.charCodeAt(n))&&t.charCodeAt(n)!==93||l(n));)n+=1;_=Re(t.slice(We,n))}i(0);const Ee=t.charCodeAt(n)|32;Ee===115?(fe=!1,i(1)):Ee===105&&(fe=!0,i(1))}if(t.charCodeAt(n)!==93)throw new Error("Attribute selector didn't terminate");n+=1;const Ce={type:m.Attribute,name:p,action:v,value:_,namespace:g,ignoreCase:fe};r.push(Ce);break}case 58:{if(t.charCodeAt(n+1)===58){r.push({type:m.PseudoElement,name:s(2).toLowerCase(),data:t.charCodeAt(n)===40?a():null});continue}const p=s(1).toLowerCase();let g=null;if(t.charCodeAt(n)===40)if(dc.has(p)){if(An(t.charCodeAt(n+1)))throw new Error(`Pseudo-selector ${p} cannot be quoted`);if(g=[],n=ws(g,t,n+1),t.charCodeAt(n)!==41)throw new Error(`Missing closing parenthesis in :${p} (${t})`);n+=1}else{if(g=a(),pc.has(p)){const v=g.charCodeAt(0);v===g.charCodeAt(g.length-1)&&An(v)&&(g=g.slice(1,-1))}g=Re(g)}r.push({type:m.Pseudo,name:p,data:g});break}case 44:{f(),r=[],i(1);break}default:{if(t.startsWith("/*",n)){const v=t.indexOf("*/",n+2);if(v<0)throw new Error("Comment was not terminated");n=v+2,r.length===0&&i(0);break}let p=null,g;if(d===42)n+=1,g="*";else if(d===124){if(g="",t.charCodeAt(n+1)===124){c(m.ColumnCombinator),i(2);break}}else if(bs.test(t.slice(n)))g=s(0);else break e;t.charCodeAt(n)===124&&t.charCodeAt(n+1)!==124&&(p=g,t.charCodeAt(n+1)===42?(g="*",n+=2):g=s(1)),r.push(g==="*"?{type:m.Universal,namespace:p}:{type:m.Tag,name:g,namespace:p})}}}return f(),n}function mc(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var xs,vs;function bc(){return vs||(vs=1,xs={trueFunc:function(){return!0},falseFunc:function(){return!1}}),xs}var kt=bc(),w=mc(kt);const As=new Map([[m.Universal,50],[m.Tag,30],[m.Attribute,1],[m.Pseudo,0]]);function Sn(e){return!As.has(e.type)}const yc=new Map([[E.Exists,10],[E.Equals,8],[E.Not,7],[E.Start,6],[E.End,6],[E.Any,5]]);function wc(e){const t=e.map(Ss);for(let n=1;n<e.length;n++){const r=t[n];if(!(r<0))for(let s=n-1;s>=0&&r<t[s];s--){const i=e[s+1];e[s+1]=e[s],e[s]=i,t[s+1]=t[s],t[s]=r}}}function Ss(e){var t,n;let r=(t=As.get(e.type))!==null&&t!==void 0?t:-1;return e.type===m.Attribute?(r=(n=yc.get(e.action))!==null&&n!==void 0?n:4,e.action===E.Equals&&e.name==="id"&&(r=9),e.ignoreCase&&(r>>=1)):e.type===m.Pseudo&&(e.data?e.name==="has"||e.name==="contains"?r=0:Array.isArray(e.data)?(r=Math.min(...e.data.map(s=>Math.min(...s.map(Ss)))),r<0&&(r=0)):r=2:r=3),r}const xc=/[-[\]{}()*+?.,\\^$|#\s]/g;function $s(e){return e.replace(xc,"\\$&")}const vc=new Set(["accept","accept-charset","align","alink","axis","bgcolor","charset","checked","clear","codetype","color","compact","declare","defer","dir","direction","disabled","enctype","face","frame","hreflang","http-equiv","lang","language","link","media","method","multiple","nohref","noresize","noshade","nowrap","readonly","rel","rev","rules","scope","scrolling","selected","shape","target","text","type","valign","valuetype","vlink"]);function he(e,t){return typeof e.ignoreCase=="boolean"?e.ignoreCase:e.ignoreCase==="quirks"?!!t.quirksMode:!t.xmlMode&&vc.has(e.name)}const Ac={equals(e,t,n){const{adapter:r}=n,{name:s}=t;let{value:i}=t;return he(t,n)?(i=i.toLowerCase(),a=>{const l=r.getAttributeValue(a,s);return l!=null&&l.length===i.length&&l.toLowerCase()===i&&e(a)}):a=>r.getAttributeValue(a,s)===i&&e(a)},hyphen(e,t,n){const{adapter:r}=n,{name:s}=t;let{value:i}=t;const a=i.length;return he(t,n)?(i=i.toLowerCase(),function(l){const o=r.getAttributeValue(l,s);return o!=null&&(o.length===a||o.charAt(a)==="-")&&o.substr(0,a).toLowerCase()===i&&e(l)}):function(l){const o=r.getAttributeValue(l,s);return o!=null&&(o.length===a||o.charAt(a)==="-")&&o.substr(0,a)===i&&e(l)}},element(e,t,n){const{adapter:r}=n,{name:s,value:i}=t;if(/\s/.test(i))return w.falseFunc;const a=new RegExp(`(?:^|\\s)${$s(i)}(?:$|\\s)`,he(t,n)?"i":"");return function(l){const o=r.getAttributeValue(l,s);return o!=null&&o.length>=i.length&&a.test(o)&&e(l)}},exists(e,{name:t},{adapter:n}){return r=>n.hasAttrib(r,t)&&e(r)},start(e,t,n){const{adapter:r}=n,{name:s}=t;let{value:i}=t;const a=i.length;return a===0?w.falseFunc:he(t,n)?(i=i.toLowerCase(),l=>{const o=r.getAttributeValue(l,s);return o!=null&&o.length>=a&&o.substr(0,a).toLowerCase()===i&&e(l)}):l=>{var o;return!!(!((o=r.getAttributeValue(l,s))===null||o===void 0)&&o.startsWith(i))&&e(l)}},end(e,t,n){const{adapter:r}=n,{name:s}=t;let{value:i}=t;const a=-i.length;return a===0?w.falseFunc:he(t,n)?(i=i.toLowerCase(),l=>{var o;return((o=r.getAttributeValue(l,s))===null||o===void 0?void 0:o.substr(a).toLowerCase())===i&&e(l)}):l=>{var o;return!!(!((o=r.getAttributeValue(l,s))===null||o===void 0)&&o.endsWith(i))&&e(l)}},any(e,t,n){const{adapter:r}=n,{name:s,value:i}=t;if(i==="")return w.falseFunc;if(he(t,n)){const a=new RegExp($s(i),"i");return function(l){const o=r.getAttributeValue(l,s);return o!=null&&o.length>=i.length&&a.test(o)&&e(l)}}return a=>{var l;return!!(!((l=r.getAttributeValue(a,s))===null||l===void 0)&&l.includes(i))&&e(a)}},not(e,t,n){const{adapter:r}=n,{name:s}=t;let{value:i}=t;return i===""?a=>!!r.getAttributeValue(a,s)&&e(a):he(t,n)?(i=i.toLowerCase(),a=>{const l=r.getAttributeValue(a,s);return(l==null||l.length!==i.length||l.toLowerCase()!==i)&&e(a)}):a=>r.getAttributeValue(a,s)!==i&&e(a)}},Sc=new Set([9,10,12,13,32]),Cs=48,$c=57;function Cc(e){if(e=e.trim().toLowerCase(),e==="even")return[2,0];if(e==="odd")return[2,1];let t=0,n=0,r=i(),s=a();if(t<e.length&&e.charAt(t)==="n"&&(t++,n=r*(s!=null?s:1),l(),t<e.length?(r=i(),l(),s=a()):r=s=0),s===null||t<e.length)throw new Error(`n-th rule couldn't be parsed ('${e}')`);return[n,r*s];function i(){return e.charAt(t)==="-"?(t++,-1):(e.charAt(t)==="+"&&t++,1)}function a(){const o=t;let c=0;for(;t<e.length&&e.charCodeAt(t)>=Cs&&e.charCodeAt(t)<=$c;)c=c*10+(e.charCodeAt(t)-Cs),t++;return t===o?null:c}function l(){for(;t<e.length&&Sc.has(e.charCodeAt(t));)t++}}function Ec(e){const t=e[0],n=e[1]-1;if(n<0&&t<=0)return w.falseFunc;if(t===-1)return i=>i<=n;if(t===0)return i=>i===n;if(t===1)return n<0?w.trueFunc:i=>i>=n;const r=Math.abs(t),s=(n%r+r)%r;return t>1?i=>i>=n&&i%r===s:i=>i<=n&&i%r===s}function Tt(e){return Ec(Cc(e))}function It(e,t){return n=>{const r=t.getParent(n);return r!=null&&t.isTag(r)&&e(n)}}const $n={contains(e,t,{adapter:n}){return function(r){return e(r)&&n.getText(r).includes(t)}},icontains(e,t,{adapter:n}){const r=t.toLowerCase();return function(s){return e(s)&&n.getText(s).toLowerCase().includes(r)}},"nth-child"(e,t,{adapter:n,equals:r}){const s=Tt(t);return s===w.falseFunc?w.falseFunc:s===w.trueFunc?It(e,n):function(i){const a=n.getSiblings(i);let l=0;for(let o=0;o<a.length&&!r(i,a[o]);o++)n.isTag(a[o])&&l++;return s(l)&&e(i)}},"nth-last-child"(e,t,{adapter:n,equals:r}){const s=Tt(t);return s===w.falseFunc?w.falseFunc:s===w.trueFunc?It(e,n):function(i){const a=n.getSiblings(i);let l=0;for(let o=a.length-1;o>=0&&!r(i,a[o]);o--)n.isTag(a[o])&&l++;return s(l)&&e(i)}},"nth-of-type"(e,t,{adapter:n,equals:r}){const s=Tt(t);return s===w.falseFunc?w.falseFunc:s===w.trueFunc?It(e,n):function(i){const a=n.getSiblings(i);let l=0;for(let o=0;o<a.length;o++){const c=a[o];if(r(i,c))break;n.isTag(c)&&n.getName(c)===n.getName(i)&&l++}return s(l)&&e(i)}},"nth-last-of-type"(e,t,{adapter:n,equals:r}){const s=Tt(t);return s===w.falseFunc?w.falseFunc:s===w.trueFunc?It(e,n):function(i){const a=n.getSiblings(i);let l=0;for(let o=a.length-1;o>=0;o--){const c=a[o];if(r(i,c))break;n.isTag(c)&&n.getName(c)===n.getName(i)&&l++}return s(l)&&e(i)}},root(e,t,{adapter:n}){return r=>{const s=n.getParent(r);return(s==null||!n.isTag(s))&&e(r)}},scope(e,t,n,r){const{equals:s}=n;return!r||r.length===0?$n.root(e,t,n):r.length===1?i=>s(r[0],i)&&e(i):i=>r.includes(i)&&e(i)},hover:Cn("isHovered"),visited:Cn("isVisited"),active:Cn("isActive")};function Cn(e){return function(t,n,{adapter:r}){const s=r[e];return typeof s!="function"?w.falseFunc:function(i){return s(i)&&t(i)}}}const Es={empty(e,{adapter:t}){return!t.getChildren(e).some(n=>t.isTag(n)||t.getText(n)!=="")},"first-child"(e,{adapter:t,equals:n}){if(t.prevElementSibling)return t.prevElementSibling(e)==null;const r=t.getSiblings(e).find(s=>t.isTag(s));return r!=null&&n(e,r)},"last-child"(e,{adapter:t,equals:n}){const r=t.getSiblings(e);for(let s=r.length-1;s>=0;s--){if(n(e,r[s]))return!0;if(t.isTag(r[s]))break}return!1},"first-of-type"(e,{adapter:t,equals:n}){const r=t.getSiblings(e),s=t.getName(e);for(let i=0;i<r.length;i++){const a=r[i];if(n(e,a))return!0;if(t.isTag(a)&&t.getName(a)===s)break}return!1},"last-of-type"(e,{adapter:t,equals:n}){const r=t.getSiblings(e),s=t.getName(e);for(let i=r.length-1;i>=0;i--){const a=r[i];if(n(e,a))return!0;if(t.isTag(a)&&t.getName(a)===s)break}return!1},"only-of-type"(e,{adapter:t,equals:n}){const r=t.getName(e);return t.getSiblings(e).every(s=>n(e,s)||!t.isTag(s)||t.getName(s)!==r)},"only-child"(e,{adapter:t,equals:n}){return t.getSiblings(e).every(r=>n(e,r)||!t.isTag(r))}};function ks(e,t,n,r){if(n===null){if(e.length>r)throw new Error(`Pseudo-class :${t} requires an argument`)}else if(e.length===r)throw new Error(`Pseudo-class :${t} doesn't have any arguments`)}const kc={"any-link":":is(a, area, link)[href]",link:":any-link:not(:visited)",disabled:`:is(
5
+ `,o),wx.request(rn({url:e,method:r.toUpperCase(),header:d.toObject(),data:p,enableHttp2:!0,useHighPerformanceMode:!0,success:({data:g,statusCode:v,header:A})=>(Yt.debug(`Request ends with ${v}`,typeof g=="string"?g.trimEnd():g),l.applyHeader(A,a),c({data:g,headers:new nn(A),status:v})),fail:({errMsg:g,errno:v})=>{Yt.warn(`Request ${e} failed: ${g}`),h(new Er({code:v,message:g}))}},o))})},qo=(e={})=>{var t=e,{cookieStore:n,server:r,requestHandler:s,responseHandler:i=h=>h,errorHandler:a}=t,l=Fr(t,["cookieStore","server","requestHandler","responseHandler","errorHandler"]);const o=r==null?void 0:r.replace(/\/$/g,""),c=n instanceof dt?n:typeof n=="string"?new dt(n):sn;return{cookieStore:c,request:(h,f={})=>{var d;if(h.startsWith("/")&&!o)throw new Error("No server provided");const p=h.startsWith("/")?`${o}${h}`:/^[a-z][a-z-]*:\/\//.test(h)?h:`https://${h}`,g=rn(rn({cookieStore:c},l),f),v=(d=s==null?void 0:s(p,g))!=null?d:g;return Ur(p,v).then(A=>i(A,h,v)).catch(A=>{if(a&&A instanceof Er)return a(A,h,v);throw A})}}};var Oo=Object.defineProperty,Po=Object.defineProperties,Do=Object.getOwnPropertyDescriptors,Rr=Object.getOwnPropertySymbols,jo=Object.prototype.hasOwnProperty,Lo=Object.prototype.propertyIsEnumerable,Vr=(e,t,n)=>t in e?Oo(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,j=(e,t)=>{for(var n in t||(t={}))jo.call(t,n)&&Vr(e,n,t[n]);if(Rr)for(var n of Rr(t))Lo.call(t,n)&&Vr(e,n,t[n]);return e},ye=(e,t)=>Po(e,Do(t));const Hr=[["a"],["abbr"],["address"],["article"],["aside"],["b"],["bdi"],["bdo",["dir"]],["blockquote"],["br"],["caption"],["cite"],["code"],["col",["span","width"]],["colgroup",["span","width"]],["dd"],["del"],["div"],["dl"],["dt"],["em"],["fieldset"],["footer"],["h1"],["h2"],["h3"],["h4"],["h5"],["h6"],["header"],["hr"],["i"],["img",["alt","src","height","width"]],["ins"],["label"],["legend"],["li"],["mark"],["nav"],["ol",["start","type"]],["p"],["pre"],["q"],["rt"],["ruby"],["s"],["section"],["small"],["span"],["strong"],["sub"],["sup"],["table",["width"]],["tbody"],["td",["colspan","height","rowspan","width"]],["tfoot"],["th",["colspan","height","rowspan","width"]],["thead"],["tr",["colspan","height","rowspan","width"]],["tt"],["u"],["ul"],["big"],["center"],["font"],["html"],["body"],["svg"]],_o={_useHtmlParser2:!1};function an(e,t){if(!e)return t!=null?t:_o;const n=j(j({_useHtmlParser2:!!e.xmlMode},t),e);return e.xml?(n._useHtmlParser2=!0,n.xmlMode=!0,e.xml!==!0&&Object.assign(n,e.xml)):e.xmlMode&&(n._useHtmlParser2=!0),n}var x;(function(e){e.Root="root",e.Text="text",e.Directive="directive",e.Comment="comment",e.Script="script",e.Style="style",e.Tag="tag",e.CDATA="cdata",e.Doctype="doctype"})(x||(x={}));function Mo(e){return e.type===x.Tag||e.type===x.Script||e.type===x.Style}const Bo=x.Root,Fo=x.Text,Uo=x.Directive,Ro=x.Comment,Vo=x.Script,Ho=x.Style,Go=x.Tag,zo=x.CDATA,Wo=x.Doctype;class Gr{constructor(){this.parent=null,this.prev=null,this.next=null,this.startIndex=null,this.endIndex=null}get parentNode(){return this.parent}set parentNode(t){this.parent=t}get previousSibling(){return this.prev}set previousSibling(t){this.prev=t}get nextSibling(){return this.next}set nextSibling(t){this.next=t}cloneNode(t=!1){return Le(this,t)}}class on extends Gr{constructor(t){super(),this.data=t}get nodeValue(){return this.data}set nodeValue(t){this.data=t}}class gt extends on{constructor(){super(...arguments),this.type=x.Text}get nodeType(){return 3}}class zr extends on{constructor(){super(...arguments),this.type=x.Comment}get nodeType(){return 8}}class Wr extends on{constructor(t,n){super(n),this.name=t,this.type=x.Directive}get nodeType(){return 1}}class ln extends Gr{constructor(t){super(),this.children=t}get firstChild(){var t;return(t=this.children[0])!==null&&t!==void 0?t:null}get lastChild(){return this.children.length>0?this.children[this.children.length-1]:null}get childNodes(){return this.children}set childNodes(t){this.children=t}}class Qr extends ln{constructor(){super(...arguments),this.type=x.CDATA}get nodeType(){return 4}}class je extends ln{constructor(){super(...arguments),this.type=x.Root}get nodeType(){return 9}}class Zr extends ln{constructor(t,n,r=[],s=t==="script"?x.Script:t==="style"?x.Style:x.Tag){super(r),this.name=t,this.attribs=n,this.type=s}get nodeType(){return 1}get tagName(){return this.name}set tagName(t){this.name=t}get attributes(){return Object.keys(this.attribs).map(t=>{var n,r;return{name:t,value:this.attribs[t],namespace:(n=this["x-attribsNamespace"])===null||n===void 0?void 0:n[t],prefix:(r=this["x-attribsPrefix"])===null||r===void 0?void 0:r[t]}})}}function y(e){return Mo(e)}function mt(e){return e.type===x.CDATA}function ae(e){return e.type===x.Text}function cn(e){return e.type===x.Comment}function Qo(e){return e.type===x.Directive}function oe(e){return e.type===x.Root}function C(e){return Object.prototype.hasOwnProperty.call(e,"children")}function Le(e,t=!1){let n;if(ae(e))n=new gt(e.data);else if(cn(e))n=new zr(e.data);else if(y(e)){const r=t?hn(e.children):[],s=new Zr(e.name,j({},e.attribs),r);r.forEach(i=>i.parent=s),e.namespace!=null&&(s.namespace=e.namespace),e["x-attribsNamespace"]&&(s["x-attribsNamespace"]=j({},e["x-attribsNamespace"])),e["x-attribsPrefix"]&&(s["x-attribsPrefix"]=j({},e["x-attribsPrefix"])),n=s}else if(mt(e)){const r=t?hn(e.children):[],s=new Qr(r);r.forEach(i=>i.parent=s),n=s}else if(oe(e)){const r=t?hn(e.children):[],s=new je(r);r.forEach(i=>i.parent=s),e["x-mode"]&&(s["x-mode"]=e["x-mode"]),n=s}else if(Qo(e)){const r=new Wr(e.name,e.data);e["x-name"]!=null&&(r["x-name"]=e["x-name"],r["x-publicId"]=e["x-publicId"],r["x-systemId"]=e["x-systemId"]),n=r}else throw new Error(`Not implemented yet: ${e.type}`);return n.startIndex=e.startIndex,n.endIndex=e.endIndex,e.sourceCodeLocation!=null&&(n.sourceCodeLocation=e.sourceCodeLocation),n}function hn(e){const t=e.map(n=>Le(n,!0));for(let n=1;n<t.length;n++)t[n].prev=t[n-1],t[n-1].next=t[n];return t}const Jr={withStartIndices:!1,withEndIndices:!1,xmlMode:!1};class Zo{constructor(t,n,r){this.dom=[],this.root=new je(this.dom),this.done=!1,this.tagStack=[this.root],this.lastNode=null,this.parser=null,typeof n=="function"&&(r=n,n=Jr),typeof t=="object"&&(n=t,t=void 0),this.callback=t!=null?t:null,this.options=n!=null?n:Jr,this.elementCB=r!=null?r:null}onparserinit(t){this.parser=t}onreset(){this.dom=[],this.root=new je(this.dom),this.done=!1,this.tagStack=[this.root],this.lastNode=null,this.parser=null}onend(){this.done||(this.done=!0,this.parser=null,this.handleCallback(null))}onerror(t){this.handleCallback(t)}onclosetag(){this.lastNode=null;const t=this.tagStack.pop();this.options.withEndIndices&&(t.endIndex=this.parser.endIndex),this.elementCB&&this.elementCB(t)}onopentag(t,n){const r=this.options.xmlMode?x.Tag:void 0,s=new Zr(t,n,void 0,r);this.addNode(s),this.tagStack.push(s)}ontext(t){const{lastNode:n}=this;if(n&&n.type===x.Text)n.data+=t,this.options.withEndIndices&&(n.endIndex=this.parser.endIndex);else{const r=new gt(t);this.addNode(r),this.lastNode=r}}oncomment(t){if(this.lastNode&&this.lastNode.type===x.Comment){this.lastNode.data+=t;return}const n=new zr(t);this.addNode(n),this.lastNode=n}oncommentend(){this.lastNode=null}oncdatastart(){const t=new gt(""),n=new Qr([t]);this.addNode(n),t.parent=n,this.lastNode=t}oncdataend(){this.lastNode=null}onprocessinginstruction(t,n){const r=new Wr(t,n);this.addNode(r)}handleCallback(t){if(typeof this.callback=="function")this.callback(t,this.dom);else if(t)throw t}addNode(t){const n=this.tagStack[this.tagStack.length-1],r=n.children[n.children.length-1];this.options.withStartIndices&&(t.startIndex=this.parser.startIndex),this.options.withEndIndices&&(t.endIndex=this.parser.endIndex),n.children.push(t),r&&(t.prev=r,r.next=t),t.parent=n,this.lastNode=null}}var Jo=new Uint16Array('ᵁ<Õıʊҝջאٵ۞ޢߖࠏ੊ઑඡ๭༉༦჊ረዡᐕᒝᓃᓟᔥ\0\0\0\0\0\0ᕫᛍᦍᰒᷝ὾⁠↰⊍⏀⏻⑂⠤⤒ⴈ⹈⿎〖㊺㘹㞬㣾㨨㩱㫠㬮ࠀEMabcfglmnoprstu\\bfms„‹•˜¦³¹ÈÏlig耻Æ䃆P耻&䀦cute耻Á䃁reve;䄂Āiyx}rc耻Â䃂;䐐r;쀀𝔄rave耻À䃀pha;䎑acr;䄀d;橓Āgp¡on;䄄f;쀀𝔸plyFunction;恡ing耻Å䃅Ācs¾Ãr;쀀𝒜ign;扔ilde耻Ã䃃ml耻Ä䃄ЀaceforsuåûþėĜĢħĪĀcrêòkslash;或Ŷöø;櫧ed;挆y;䐑ƀcrtąċĔause;戵noullis;愬a;䎒r;쀀𝔅pf;쀀𝔹eve;䋘còēmpeq;扎܀HOacdefhilorsuōőŖƀƞƢƵƷƺǜȕɳɸɾcy;䐧PY耻©䂩ƀcpyŝŢźute;䄆Ā;iŧŨ拒talDifferentialD;慅leys;愭ȀaeioƉƎƔƘron;䄌dil耻Ç䃇rc;䄈nint;戰ot;䄊ĀdnƧƭilla;䂸terDot;䂷òſi;䎧rcleȀDMPTLJNjǑǖot;抙inus;抖lus;投imes;抗oĀcsǢǸkwiseContourIntegral;戲eCurlyĀDQȃȏoubleQuote;思uote;怙ȀlnpuȞȨɇɕonĀ;eȥȦ户;橴ƀgitȯȶȺruent;扡nt;戯ourIntegral;戮ĀfrɌɎ;愂oduct;成nterClockwiseContourIntegral;戳oss;樯cr;쀀𝒞pĀ;Cʄʅ拓ap;才րDJSZacefiosʠʬʰʴʸˋ˗ˡ˦̳ҍĀ;oŹʥtrahd;椑cy;䐂cy;䐅cy;䐏ƀgrsʿ˄ˇger;怡r;憡hv;櫤Āayː˕ron;䄎;䐔lĀ;t˝˞戇a;䎔r;쀀𝔇Āaf˫̧Ācm˰̢riticalȀADGT̖̜̀̆cute;䂴oŴ̋̍;䋙bleAcute;䋝rave;䁠ilde;䋜ond;拄ferentialD;慆Ѱ̽\0\0\0͔͂\0Ѕf;쀀𝔻ƀ;DE͈͉͍䂨ot;惜qual;扐blèCDLRUVͣͲ΂ϏϢϸontourIntegraìȹoɴ͹\0\0ͻ»͉nArrow;懓Āeo·ΤftƀARTΐΖΡrrow;懐ightArrow;懔eåˊngĀLRΫτeftĀARγιrrow;柸ightArrow;柺ightArrow;柹ightĀATϘϞrrow;懒ee;抨pɁϩ\0\0ϯrrow;懑ownArrow;懕erticalBar;戥ǹABLRTaВЪаўѿͼrrowƀ;BUНОТ憓ar;椓pArrow;懵reve;䌑eft˒к\0ц\0ѐightVector;楐eeVector;楞ectorĀ;Bљњ憽ar;楖ightǔѧ\0ѱeeVector;楟ectorĀ;BѺѻ懁ar;楗eeĀ;A҆҇护rrow;憧ĀctҒҗr;쀀𝒟rok;䄐ࠀNTacdfglmopqstuxҽӀӄӋӞӢӧӮӵԡԯԶՒ՝ՠեG;䅊H耻Ð䃐cute耻É䃉ƀaiyӒӗӜron;䄚rc耻Ê䃊;䐭ot;䄖r;쀀𝔈rave耻È䃈ement;戈ĀapӺӾcr;䄒tyɓԆ\0\0ԒmallSquare;旻erySmallSquare;斫ĀgpԦԪon;䄘f;쀀𝔼silon;䎕uĀaiԼՉlĀ;TՂՃ橵ilde;扂librium;懌Āci՗՚r;愰m;橳a;䎗ml耻Ë䃋Āipժկsts;戃onentialE;慇ʀcfiosօֈ֍ֲ׌y;䐤r;쀀𝔉lledɓ֗\0\0֣mallSquare;旼erySmallSquare;斪Ͱֺ\0ֿ\0\0ׄf;쀀𝔽All;戀riertrf;愱cò׋؀JTabcdfgorstר׬ׯ׺؀ؒؖ؛؝أ٬ٲcy;䐃耻>䀾mmaĀ;d׷׸䎓;䏜reve;䄞ƀeiy؇،ؐdil;䄢rc;䄜;䐓ot;䄠r;쀀𝔊;拙pf;쀀𝔾eater̀EFGLSTصلَٖٛ٦qualĀ;Lؾؿ扥ess;招ullEqual;执reater;檢ess;扷lantEqual;橾ilde;扳cr;쀀𝒢;扫ЀAacfiosuڅڋږڛڞڪھۊRDcy;䐪Āctڐڔek;䋇;䁞irc;䄤r;愌lbertSpace;愋ǰگ\0ڲf;愍izontalLine;攀Āctۃۅòکrok;䄦mpńېۘownHumðįqual;扏܀EJOacdfgmnostuۺ۾܃܇܎ܚܞܡܨ݄ݸދޏޕcy;䐕lig;䄲cy;䐁cute耻Í䃍Āiyܓܘrc耻Î䃎;䐘ot;䄰r;愑rave耻Ì䃌ƀ;apܠܯܿĀcgܴܷr;䄪inaryI;慈lieóϝǴ݉\0ݢĀ;eݍݎ戬Āgrݓݘral;戫section;拂isibleĀCTݬݲomma;恣imes;恢ƀgptݿރވon;䄮f;쀀𝕀a;䎙cr;愐ilde;䄨ǫޚ\0ޞcy;䐆l耻Ï䃏ʀcfosuެ޷޼߂ߐĀiyޱ޵rc;䄴;䐙r;쀀𝔍pf;쀀𝕁ǣ߇\0ߌr;쀀𝒥rcy;䐈kcy;䐄΀HJacfosߤߨ߽߬߱ࠂࠈcy;䐥cy;䐌ppa;䎚Āey߶߻dil;䄶;䐚r;쀀𝔎pf;쀀𝕂cr;쀀𝒦րJTaceflmostࠥࠩࠬࡐࡣ঳সে্਷ੇcy;䐉耻<䀼ʀcmnpr࠷࠼ࡁࡄࡍute;䄹bda;䎛g;柪lacetrf;愒r;憞ƀaeyࡗ࡜ࡡron;䄽dil;䄻;䐛Āfsࡨ॰tԀACDFRTUVarࡾࢩࢱࣦ࣠ࣼयज़ΐ४Ānrࢃ࢏gleBracket;柨rowƀ;BR࢙࢚࢞憐ar;懤ightArrow;懆eiling;挈oǵࢷ\0ࣃbleBracket;柦nǔࣈ\0࣒eeVector;楡ectorĀ;Bࣛࣜ懃ar;楙loor;挊ightĀAV࣯ࣵrrow;憔ector;楎Āerँगeƀ;AVउऊऐ抣rrow;憤ector;楚iangleƀ;BEतथऩ抲ar;槏qual;抴pƀDTVषूौownVector;楑eeVector;楠ectorĀ;Bॖॗ憿ar;楘ectorĀ;B॥०憼ar;楒ightáΜs̀EFGLSTॾঋকঝঢভqualGreater;拚ullEqual;扦reater;扶ess;檡lantEqual;橽ilde;扲r;쀀𝔏Ā;eঽা拘ftarrow;懚idot;䄿ƀnpw৔ਖਛgȀLRlr৞৷ਂਐeftĀAR০৬rrow;柵ightArrow;柷ightArrow;柶eftĀarγਊightáοightáϊf;쀀𝕃erĀLRਢਬeftArrow;憙ightArrow;憘ƀchtਾੀੂòࡌ;憰rok;䅁;扪Ѐacefiosuਗ਼੝੠੷੼અઋ઎p;椅y;䐜Ādl੥੯iumSpace;恟lintrf;愳r;쀀𝔐nusPlus;戓pf;쀀𝕄cò੶;䎜ҀJacefostuણધભીଔଙඑ඗ඞcy;䐊cute;䅃ƀaey઴હાron;䅇dil;䅅;䐝ƀgswે૰଎ativeƀMTV૓૟૨ediumSpace;怋hiĀcn૦૘ë૙eryThiî૙tedĀGL૸ଆreaterGreateòٳessLesóੈLine;䀊r;쀀𝔑ȀBnptଢନଷ଺reak;恠BreakingSpace;䂠f;愕ڀ;CDEGHLNPRSTV୕ୖ୪୼஡௫ఄ౞಄ದ೘ൡඅ櫬Āou୛୤ngruent;扢pCap;扭oubleVerticalBar;戦ƀlqxஃஊ஛ement;戉ualĀ;Tஒஓ扠ilde;쀀≂̸ists;戄reater΀;EFGLSTஶஷ஽௉௓௘௥扯qual;扱ullEqual;쀀≧̸reater;쀀≫̸ess;批lantEqual;쀀⩾̸ilde;扵umpń௲௽ownHump;쀀≎̸qual;쀀≏̸eĀfsఊధtTriangleƀ;BEచఛడ拪ar;쀀⧏̸qual;括s̀;EGLSTవశ఼ౄోౘ扮qual;扰reater;扸ess;쀀≪̸lantEqual;쀀⩽̸ilde;扴estedĀGL౨౹reaterGreater;쀀⪢̸essLess;쀀⪡̸recedesƀ;ESಒಓಛ技qual;쀀⪯̸lantEqual;拠ĀeiಫಹverseElement;戌ghtTriangleƀ;BEೋೌ೒拫ar;쀀⧐̸qual;拭ĀquೝഌuareSuĀbp೨೹setĀ;E೰ೳ쀀⊏̸qual;拢ersetĀ;Eഃആ쀀⊐̸qual;拣ƀbcpഓതൎsetĀ;Eഛഞ쀀⊂⃒qual;抈ceedsȀ;ESTലള഻െ抁qual;쀀⪰̸lantEqual;拡ilde;쀀≿̸ersetĀ;E൘൛쀀⊃⃒qual;抉ildeȀ;EFT൮൯൵ൿ扁qual;扄ullEqual;扇ilde;扉erticalBar;戤cr;쀀𝒩ilde耻Ñ䃑;䎝܀Eacdfgmoprstuvලෂ෉෕ෛ෠෧෼ขภยา฿ไlig;䅒cute耻Ó䃓Āiy෎ීrc耻Ô䃔;䐞blac;䅐r;쀀𝔒rave耻Ò䃒ƀaei෮ෲ෶cr;䅌ga;䎩cron;䎟pf;쀀𝕆enCurlyĀDQฎบoubleQuote;怜uote;怘;橔Āclวฬr;쀀𝒪ash耻Ø䃘iŬื฼de耻Õ䃕es;樷ml耻Ö䃖erĀBP๋๠Āar๐๓r;怾acĀek๚๜;揞et;掴arenthesis;揜Ҁacfhilors๿ງຊຏຒດຝະ໼rtialD;戂y;䐟r;쀀𝔓i;䎦;䎠usMinus;䂱Āipຢອncareplanåڝf;愙Ȁ;eio຺ູ໠໤檻cedesȀ;EST່້໏໚扺qual;檯lantEqual;扼ilde;找me;怳Ādp໩໮uct;戏ortionĀ;aȥ໹l;戝Āci༁༆r;쀀𝒫;䎨ȀUfos༑༖༛༟OT耻"䀢r;쀀𝔔pf;愚cr;쀀𝒬؀BEacefhiorsu༾གྷཇའཱིྦྷྪྭ႖ႩႴႾarr;椐G耻®䂮ƀcnrཎནབute;䅔g;柫rĀ;tཛྷཝ憠l;椖ƀaeyཧཬཱron;䅘dil;䅖;䐠Ā;vླྀཹ愜erseĀEUྂྙĀlq྇ྎement;戋uilibrium;懋pEquilibrium;楯r»ཹo;䎡ghtЀACDFTUVa࿁࿫࿳ဢဨၛႇϘĀnr࿆࿒gleBracket;柩rowƀ;BL࿜࿝࿡憒ar;懥eftArrow;懄eiling;按oǵ࿹\0စbleBracket;柧nǔည\0နeeVector;楝ectorĀ;Bဝသ懂ar;楕loor;挋Āerိ၃eƀ;AVဵံြ抢rrow;憦ector;楛iangleƀ;BEၐၑၕ抳ar;槐qual;抵pƀDTVၣၮၸownVector;楏eeVector;楜ectorĀ;Bႂႃ憾ar;楔ectorĀ;B႑႒懀ar;楓Āpuႛ႞f;愝ndImplies;楰ightarrow;懛ĀchႹႼr;愛;憱leDelayed;槴ڀHOacfhimoqstuფჱჷჽᄙᄞᅑᅖᅡᅧᆵᆻᆿĀCcჩხHcy;䐩y;䐨FTcy;䐬cute;䅚ʀ;aeiyᄈᄉᄎᄓᄗ檼ron;䅠dil;䅞rc;䅜;䐡r;쀀𝔖ortȀDLRUᄪᄴᄾᅉownArrow»ОeftArrow»࢚ightArrow»࿝pArrow;憑gma;䎣allCircle;战pf;쀀𝕊ɲᅭ\0\0ᅰt;戚areȀ;ISUᅻᅼᆉᆯ斡ntersection;抓uĀbpᆏᆞsetĀ;Eᆗᆘ抏qual;抑ersetĀ;Eᆨᆩ抐qual;抒nion;抔cr;쀀𝒮ar;拆ȀbcmpᇈᇛሉላĀ;sᇍᇎ拐etĀ;Eᇍᇕqual;抆ĀchᇠህeedsȀ;ESTᇭᇮᇴᇿ扻qual;檰lantEqual;扽ilde;承Tháྌ;我ƀ;esሒሓሣ拑rsetĀ;Eሜም抃qual;抇et»ሓրHRSacfhiorsሾቄ቉ቕ቞ቱቶኟዂወዑORN耻Þ䃞ADE;愢ĀHc቎ቒcy;䐋y;䐦Ābuቚቜ;䀉;䎤ƀaeyብቪቯron;䅤dil;䅢;䐢r;쀀𝔗Āeiቻ኉Dzኀ\0ኇefore;戴a;䎘Ācn኎ኘkSpace;쀀  Space;怉ldeȀ;EFTካኬኲኼ戼qual;扃ullEqual;扅ilde;扈pf;쀀𝕋ipleDot;惛Āctዖዛr;쀀𝒯rok;䅦ૡዷጎጚጦ\0ጬጱ\0\0\0\0\0ጸጽ፷ᎅ\0᏿ᐄᐊᐐĀcrዻጁute耻Ú䃚rĀ;oጇገ憟cir;楉rǣጓ\0጖y;䐎ve;䅬Āiyጞጣrc耻Û䃛;䐣blac;䅰r;쀀𝔘rave耻Ù䃙acr;䅪Ādiፁ፩erĀBPፈ፝Āarፍፐr;䁟acĀekፗፙ;揟et;掵arenthesis;揝onĀ;P፰፱拃lus;抎Āgp፻፿on;䅲f;쀀𝕌ЀADETadps᎕ᎮᎸᏄϨᏒᏗᏳrrowƀ;BDᅐᎠᎤar;椒ownArrow;懅ownArrow;憕quilibrium;楮eeĀ;AᏋᏌ报rrow;憥ownáϳerĀLRᏞᏨeftArrow;憖ightArrow;憗iĀ;lᏹᏺ䏒on;䎥ing;䅮cr;쀀𝒰ilde;䅨ml耻Ü䃜ҀDbcdefosvᐧᐬᐰᐳᐾᒅᒊᒐᒖash;披ar;櫫y;䐒ashĀ;lᐻᐼ抩;櫦Āerᑃᑅ;拁ƀbtyᑌᑐᑺar;怖Ā;iᑏᑕcalȀBLSTᑡᑥᑪᑴar;戣ine;䁼eparator;杘ilde;所ThinSpace;怊r;쀀𝔙pf;쀀𝕍cr;쀀𝒱dash;抪ʀcefosᒧᒬᒱᒶᒼirc;䅴dge;拀r;쀀𝔚pf;쀀𝕎cr;쀀𝒲Ȁfiosᓋᓐᓒᓘr;쀀𝔛;䎞pf;쀀𝕏cr;쀀𝒳ҀAIUacfosuᓱᓵᓹᓽᔄᔏᔔᔚᔠcy;䐯cy;䐇cy;䐮cute耻Ý䃝Āiyᔉᔍrc;䅶;䐫r;쀀𝔜pf;쀀𝕐cr;쀀𝒴ml;䅸ЀHacdefosᔵᔹᔿᕋᕏᕝᕠᕤcy;䐖cute;䅹Āayᕄᕉron;䅽;䐗ot;䅻Dzᕔ\0ᕛoWidtè૙a;䎖r;愨pf;愤cr;쀀𝒵௡ᖃᖊᖐ\0ᖰᖶᖿ\0\0\0\0ᗆᗛᗫᙟ᙭\0ᚕ᚛ᚲᚹ\0ᚾcute耻á䃡reve;䄃̀;Ediuyᖜᖝᖡᖣᖨᖭ戾;쀀∾̳;房rc耻â䃢te肻´̆;䐰lig耻æ䃦Ā;r²ᖺ;쀀𝔞rave耻à䃠ĀepᗊᗖĀfpᗏᗔsym;愵èᗓha;䎱ĀapᗟcĀclᗤᗧr;䄁g;樿ɤᗰ\0\0ᘊʀ;adsvᗺᗻᗿᘁᘇ戧nd;橕;橜lope;橘;橚΀;elmrszᘘᘙᘛᘞᘿᙏᙙ戠;榤e»ᘙsdĀ;aᘥᘦ戡ѡᘰᘲᘴᘶᘸᘺᘼᘾ;榨;榩;榪;榫;榬;榭;榮;榯tĀ;vᙅᙆ戟bĀ;dᙌᙍ抾;榝Āptᙔᙗh;戢»¹arr;捼Āgpᙣᙧon;䄅f;쀀𝕒΀;Eaeiop዁ᙻᙽᚂᚄᚇᚊ;橰cir;橯;扊d;手s;䀧roxĀ;e዁ᚒñᚃing耻å䃥ƀctyᚡᚦᚨr;쀀𝒶;䀪mpĀ;e዁ᚯñʈilde耻ã䃣ml耻ä䃤Āciᛂᛈoninôɲnt;樑ࠀNabcdefiklnoprsu᛭ᛱᜰ᜼ᝃᝈ᝸᝽០៦ᠹᡐᜍ᤽᥈ᥰot;櫭Ācrᛶ᜞kȀcepsᜀᜅᜍᜓong;扌psilon;䏶rime;怵imĀ;e᜚᜛戽q;拍Ŷᜢᜦee;抽edĀ;gᜬᜭ挅e»ᜭrkĀ;t፜᜷brk;掶Āoyᜁᝁ;䐱quo;怞ʀcmprtᝓ᝛ᝡᝤᝨausĀ;eĊĉptyv;榰séᜌnoõēƀahwᝯ᝱ᝳ;䎲;愶een;扬r;쀀𝔟g΀costuvwឍឝឳេ៕៛៞ƀaiuបពរðݠrc;旯p»፱ƀdptឤឨឭot;樀lus;樁imes;樂ɱឹ\0\0ើcup;樆ar;昅riangleĀdu៍្own;施p;斳plus;樄eåᑄåᒭarow;植ƀako៭ᠦᠵĀcn៲ᠣkƀlst៺֫᠂ozenge;槫riangleȀ;dlr᠒᠓᠘᠝斴own;斾eft;旂ight;斸k;搣Ʊᠫ\0ᠳƲᠯ\0ᠱ;斒;斑4;斓ck;斈ĀeoᠾᡍĀ;qᡃᡆ쀀=⃥uiv;쀀≡⃥t;挐Ȁptwxᡙᡞᡧᡬf;쀀𝕓Ā;tᏋᡣom»Ꮜtie;拈؀DHUVbdhmptuvᢅᢖᢪᢻᣗᣛᣬ᣿ᤅᤊᤐᤡȀLRlrᢎᢐᢒᢔ;敗;敔;敖;敓ʀ;DUduᢡᢢᢤᢦᢨ敐;敦;敩;敤;敧ȀLRlrᢳᢵᢷᢹ;敝;敚;敜;教΀;HLRhlrᣊᣋᣍᣏᣑᣓᣕ救;敬;散;敠;敫;敢;敟ox;槉ȀLRlrᣤᣦᣨᣪ;敕;敒;攐;攌ʀ;DUduڽ᣷᣹᣻᣽;敥;敨;攬;攴inus;抟lus;択imes;抠ȀLRlrᤙᤛᤝ᤟;敛;敘;攘;攔΀;HLRhlrᤰᤱᤳᤵᤷ᤻᤹攂;敪;敡;敞;攼;攤;攜Āevģ᥂bar耻¦䂦Ȁceioᥑᥖᥚᥠr;쀀𝒷mi;恏mĀ;e᜚᜜lƀ;bhᥨᥩᥫ䁜;槅sub;柈Ŭᥴ᥾lĀ;e᥹᥺怢t»᥺pƀ;Eeįᦅᦇ;檮Ā;qۜۛೡᦧ\0᧨ᨑᨕᨲ\0ᨷᩐ\0\0᪴\0\0᫁\0\0ᬡᬮ᭍᭒\0᯽\0ᰌƀcpr᦭ᦲ᧝ute;䄇̀;abcdsᦿᧀᧄ᧊᧕᧙戩nd;橄rcup;橉Āau᧏᧒p;橋p;橇ot;橀;쀀∩︀Āeo᧢᧥t;恁îړȀaeiu᧰᧻ᨁᨅǰ᧵\0᧸s;橍on;䄍dil耻ç䃧rc;䄉psĀ;sᨌᨍ橌m;橐ot;䄋ƀdmnᨛᨠᨦil肻¸ƭptyv;榲t脀¢;eᨭᨮ䂢räƲr;쀀𝔠ƀceiᨽᩀᩍy;䑇ckĀ;mᩇᩈ朓ark»ᩈ;䏇r΀;Ecefms᩟᩠ᩢᩫ᪤᪪᪮旋;槃ƀ;elᩩᩪᩭ䋆q;扗eɡᩴ\0\0᪈rrowĀlr᩼᪁eft;憺ight;憻ʀRSacd᪒᪔᪖᪚᪟»ཇ;擈st;抛irc;抚ash;抝nint;樐id;櫯cir;槂ubsĀ;u᪻᪼晣it»᪼ˬ᫇᫔᫺\0ᬊonĀ;eᫍᫎ䀺Ā;qÇÆɭ᫙\0\0᫢aĀ;t᫞᫟䀬;䁀ƀ;fl᫨᫩᫫戁îᅠeĀmx᫱᫶ent»᫩eóɍǧ᫾\0ᬇĀ;dኻᬂot;橭nôɆƀfryᬐᬔᬗ;쀀𝕔oäɔ脀©;sŕᬝr;愗Āaoᬥᬩrr;憵ss;朗Ācuᬲᬷr;쀀𝒸Ābpᬼ᭄Ā;eᭁᭂ櫏;櫑Ā;eᭉᭊ櫐;櫒dot;拯΀delprvw᭠᭬᭷ᮂᮬᯔ᯹arrĀlr᭨᭪;椸;椵ɰ᭲\0\0᭵r;拞c;拟arrĀ;p᭿ᮀ憶;椽̀;bcdosᮏᮐᮖᮡᮥᮨ截rcap;橈Āauᮛᮞp;橆p;橊ot;抍r;橅;쀀∪︀Ȁalrv᮵ᮿᯞᯣrrĀ;mᮼᮽ憷;椼yƀevwᯇᯔᯘqɰᯎ\0\0ᯒreã᭳uã᭵ee;拎edge;拏en耻¤䂤earrowĀlrᯮ᯳eft»ᮀight»ᮽeäᯝĀciᰁᰇoninôǷnt;戱lcty;挭ঀAHabcdefhijlorstuwz᰸᰻᰿ᱝᱩᱵᲊᲞᲬᲷ᳻᳿ᴍᵻᶑᶫᶻ᷆᷍rò΁ar;楥Ȁglrs᱈ᱍ᱒᱔ger;怠eth;愸òᄳhĀ;vᱚᱛ怐»ऊūᱡᱧarow;椏aã̕Āayᱮᱳron;䄏;䐴ƀ;ao̲ᱼᲄĀgrʿᲁr;懊tseq;橷ƀglmᲑᲔᲘ耻°䂰ta;䎴ptyv;榱ĀirᲣᲨsht;楿;쀀𝔡arĀlrᲳᲵ»ࣜ»သʀaegsv᳂͸᳖᳜᳠mƀ;oș᳊᳔ndĀ;ș᳑uit;晦amma;䏝in;拲ƀ;io᳧᳨᳸䃷de脀÷;o᳧ᳰntimes;拇nø᳷cy;䑒cɯᴆ\0\0ᴊrn;挞op;挍ʀlptuwᴘᴝᴢᵉᵕlar;䀤f;쀀𝕕ʀ;emps̋ᴭᴷᴽᵂqĀ;d͒ᴳot;扑inus;戸lus;戔quare;抡blebarwedgåúnƀadhᄮᵝᵧownarrowóᲃarpoonĀlrᵲᵶefôᲴighôᲶŢᵿᶅkaro÷གɯᶊ\0\0ᶎrn;挟op;挌ƀcotᶘᶣᶦĀryᶝᶡ;쀀𝒹;䑕l;槶rok;䄑Ādrᶰᶴot;拱iĀ;fᶺ᠖斿Āah᷀᷃ròЩaòྦangle;榦Āci᷒ᷕy;䑟grarr;柿ऀDacdefglmnopqrstuxḁḉḙḸոḼṉṡṾấắẽỡἪἷὄ὎὚ĀDoḆᴴoôᲉĀcsḎḔute耻é䃩ter;橮ȀaioyḢḧḱḶron;䄛rĀ;cḭḮ扖耻ê䃪lon;払;䑍ot;䄗ĀDrṁṅot;扒;쀀𝔢ƀ;rsṐṑṗ檚ave耻è䃨Ā;dṜṝ檖ot;檘Ȁ;ilsṪṫṲṴ檙nters;揧;愓Ā;dṹṺ檕ot;檗ƀapsẅẉẗcr;䄓tyƀ;svẒẓẕ戅et»ẓpĀ1;ẝẤijạả;怄;怅怃ĀgsẪẬ;䅋p;怂ĀgpẴẸon;䄙f;쀀𝕖ƀalsỄỎỒrĀ;sỊị拕l;槣us;橱iƀ;lvỚớở䎵on»ớ;䏵ȀcsuvỪỳἋἣĀioữḱrc»Ḯɩỹ\0\0ỻíՈantĀglἂἆtr»ṝess»Ṻƀaeiἒ἖Ἒls;䀽st;扟vĀ;DȵἠD;橸parsl;槥ĀDaἯἳot;打rr;楱ƀcdiἾὁỸr;愯oô͒ĀahὉὋ;䎷耻ð䃰Āmrὓὗl耻ë䃫o;悬ƀcipὡὤὧl;䀡sôծĀeoὬὴctatioîՙnentialåչৡᾒ\0ᾞ\0ᾡᾧ\0\0ῆῌ\0ΐ\0ῦῪ \0 ⁚llingdotseñṄy;䑄male;晀ƀilrᾭᾳ῁lig;耀ffiɩᾹ\0\0᾽g;耀ffig;耀ffl;쀀𝔣lig;耀filig;쀀fjƀaltῙ῜ῡt;晭ig;耀flns;斱of;䆒ǰ΅\0ῳf;쀀𝕗ĀakֿῷĀ;vῼ´拔;櫙artint;樍Āao‌⁕Ācs‑⁒ႉ‸⁅⁈\0⁐β•‥‧‪‬\0‮耻½䂽;慓耻¼䂼;慕;慙;慛Ƴ‴\0‶;慔;慖ʴ‾⁁\0\0⁃耻¾䂾;慗;慜5;慘ƶ⁌\0⁎;慚;慝8;慞l;恄wn;挢cr;쀀𝒻ࢀEabcdefgijlnorstv₂₉₟₥₰₴⃰⃵⃺⃿℃ℒℸ̗ℾ⅒↞Ā;lٍ₇;檌ƀcmpₐₕ₝ute;䇵maĀ;dₜ᳚䎳;檆reve;䄟Āiy₪₮rc;䄝;䐳ot;䄡Ȁ;lqsؾق₽⃉ƀ;qsؾٌ⃄lanô٥Ȁ;cdl٥⃒⃥⃕c;檩otĀ;o⃜⃝檀Ā;l⃢⃣檂;檄Ā;e⃪⃭쀀⋛︀s;檔r;쀀𝔤Ā;gٳ؛mel;愷cy;䑓Ȁ;Eajٚℌℎℐ;檒;檥;檤ȀEaesℛℝ℩ℴ;扩pĀ;p℣ℤ檊rox»ℤĀ;q℮ℯ檈Ā;q℮ℛim;拧pf;쀀𝕘Āci⅃ⅆr;愊mƀ;el٫ⅎ⅐;檎;檐茀>;cdlqr׮ⅠⅪⅮⅳⅹĀciⅥⅧ;檧r;橺ot;拗Par;榕uest;橼ʀadelsↄⅪ←ٖ↛ǰ↉\0↎proø₞r;楸qĀlqؿ↖lesó₈ií٫Āen↣↭rtneqq;쀀≩︀Å↪ԀAabcefkosy⇄⇇⇱⇵⇺∘∝∯≨≽ròΠȀilmr⇐⇔⇗⇛rsðᒄf»․ilôکĀdr⇠⇤cy;䑊ƀ;cwࣴ⇫⇯ir;楈;憭ar;意irc;䄥ƀalr∁∎∓rtsĀ;u∉∊晥it»∊lip;怦con;抹r;쀀𝔥sĀew∣∩arow;椥arow;椦ʀamopr∺∾≃≞≣rr;懿tht;戻kĀlr≉≓eftarrow;憩ightarrow;憪f;쀀𝕙bar;怕ƀclt≯≴≸r;쀀𝒽asè⇴rok;䄧Ābp⊂⊇ull;恃hen»ᱛૡ⊣\0⊪\0⊸⋅⋎\0⋕⋳\0\0⋸⌢⍧⍢⍿\0⎆⎪⎴cute耻í䃭ƀ;iyݱ⊰⊵rc耻î䃮;䐸Ācx⊼⊿y;䐵cl耻¡䂡ĀfrΟ⋉;쀀𝔦rave耻ì䃬Ȁ;inoܾ⋝⋩⋮Āin⋢⋦nt;樌t;戭fin;槜ta;愩lig;䄳ƀaop⋾⌚⌝ƀcgt⌅⌈⌗r;䄫ƀelpܟ⌏⌓inåގarôܠh;䄱f;抷ed;䆵ʀ;cfotӴ⌬⌱⌽⍁are;愅inĀ;t⌸⌹戞ie;槝doô⌙ʀ;celpݗ⍌⍐⍛⍡al;抺Āgr⍕⍙eróᕣã⍍arhk;樗rod;樼Ȁcgpt⍯⍲⍶⍻y;䑑on;䄯f;쀀𝕚a;䎹uest耻¿䂿Āci⎊⎏r;쀀𝒾nʀ;EdsvӴ⎛⎝⎡ӳ;拹ot;拵Ā;v⎦⎧拴;拳Ā;iݷ⎮lde;䄩ǫ⎸\0⎼cy;䑖l耻ï䃯̀cfmosu⏌⏗⏜⏡⏧⏵Āiy⏑⏕rc;䄵;䐹r;쀀𝔧ath;䈷pf;쀀𝕛ǣ⏬\0⏱r;쀀𝒿rcy;䑘kcy;䑔Ѐacfghjos␋␖␢␧␭␱␵␻ppaĀ;v␓␔䎺;䏰Āey␛␠dil;䄷;䐺r;쀀𝔨reen;䄸cy;䑅cy;䑜pf;쀀𝕜cr;쀀𝓀஀ABEHabcdefghjlmnoprstuv⑰⒁⒆⒍⒑┎┽╚▀♎♞♥♹♽⚚⚲⛘❝❨➋⟀⠁⠒ƀart⑷⑺⑼rò৆òΕail;椛arr;椎Ā;gঔ⒋;檋ar;楢ॣ⒥\0⒪\0⒱\0\0\0\0\0⒵Ⓔ\0ⓆⓈⓍ\0⓹ute;䄺mptyv;榴raîࡌbda;䎻gƀ;dlࢎⓁⓃ;榑åࢎ;檅uo耻«䂫rЀ;bfhlpst࢙ⓞⓦⓩ⓫⓮⓱⓵Ā;f࢝ⓣs;椟s;椝ë≒p;憫l;椹im;楳l;憢ƀ;ae⓿─┄檫il;椙Ā;s┉┊檭;쀀⪭︀ƀabr┕┙┝rr;椌rk;杲Āak┢┬cĀek┨┪;䁻;䁛Āes┱┳;榋lĀdu┹┻;榏;榍Ȁaeuy╆╋╖╘ron;䄾Ādi═╔il;䄼ìࢰâ┩;䐻Ȁcqrs╣╦╭╽a;椶uoĀ;rนᝆĀdu╲╷har;楧shar;楋h;憲ʀ;fgqs▋▌উ◳◿扤tʀahlrt▘▤▷◂◨rrowĀ;t࢙□aé⓶arpoonĀdu▯▴own»њp»०eftarrows;懇ightƀahs◍◖◞rrowĀ;sࣴࢧarpoonó྘quigarro÷⇰hreetimes;拋ƀ;qs▋ও◺lanôবʀ;cdgsব☊☍☝☨c;檨otĀ;o☔☕橿Ā;r☚☛檁;檃Ā;e☢☥쀀⋚︀s;檓ʀadegs☳☹☽♉♋pproøⓆot;拖qĀgq♃♅ôউgtò⒌ôছiíলƀilr♕࣡♚sht;楼;쀀𝔩Ā;Eজ♣;檑š♩♶rĀdu▲♮Ā;l॥♳;楪lk;斄cy;䑙ʀ;achtੈ⚈⚋⚑⚖rò◁orneòᴈard;楫ri;旺Āio⚟⚤dot;䅀ustĀ;a⚬⚭掰che»⚭ȀEaes⚻⚽⛉⛔;扨pĀ;p⛃⛄檉rox»⛄Ā;q⛎⛏檇Ā;q⛎⚻im;拦Ѐabnoptwz⛩⛴⛷✚✯❁❇❐Ānr⛮⛱g;柬r;懽rëࣁgƀlmr⛿✍✔eftĀar০✇ightá৲apsto;柼ightá৽parrowĀlr✥✩efô⓭ight;憬ƀafl✶✹✽r;榅;쀀𝕝us;樭imes;樴š❋❏st;戗áፎƀ;ef❗❘᠀旊nge»❘arĀ;l❤❥䀨t;榓ʀachmt❳❶❼➅➇ròࢨorneòᶌarĀ;d྘➃;業;怎ri;抿̀achiqt➘➝ੀ➢➮➻quo;怹r;쀀𝓁mƀ;egল➪➬;檍;檏Ābu┪➳oĀ;rฟ➹;怚rok;䅂萀<;cdhilqrࠫ⟒☹⟜⟠⟥⟪⟰Āci⟗⟙;檦r;橹reå◲mes;拉arr;楶uest;橻ĀPi⟵⟹ar;榖ƀ;ef⠀भ᠛旃rĀdu⠇⠍shar;楊har;楦Āen⠗⠡rtneqq;쀀≨︀Å⠞܀Dacdefhilnopsu⡀⡅⢂⢎⢓⢠⢥⢨⣚⣢⣤ઃ⣳⤂Dot;戺Ȁclpr⡎⡒⡣⡽r耻¯䂯Āet⡗⡙;時Ā;e⡞⡟朠se»⡟Ā;sျ⡨toȀ;dluျ⡳⡷⡻owîҌefôएðᏑker;斮Āoy⢇⢌mma;権;䐼ash;怔asuredangle»ᘦr;쀀𝔪o;愧ƀcdn⢯⢴⣉ro耻µ䂵Ȁ;acdᑤ⢽⣀⣄sôᚧir;櫰ot肻·Ƶusƀ;bd⣒ᤃ⣓戒Ā;uᴼ⣘;横ţ⣞⣡p;櫛ò−ðઁĀdp⣩⣮els;抧f;쀀𝕞Āct⣸⣽r;쀀𝓂pos»ᖝƀ;lm⤉⤊⤍䎼timap;抸ఀGLRVabcdefghijlmoprstuvw⥂⥓⥾⦉⦘⧚⧩⨕⨚⩘⩝⪃⪕⪤⪨⬄⬇⭄⭿⮮ⰴⱧⱼ⳩Āgt⥇⥋;쀀⋙̸Ā;v⥐௏쀀≫⃒ƀelt⥚⥲⥶ftĀar⥡⥧rrow;懍ightarrow;懎;쀀⋘̸Ā;v⥻ే쀀≪⃒ightarrow;懏ĀDd⦎⦓ash;抯ash;抮ʀbcnpt⦣⦧⦬⦱⧌la»˞ute;䅄g;쀀∠⃒ʀ;Eiop඄⦼⧀⧅⧈;쀀⩰̸d;쀀≋̸s;䅉roø඄urĀ;a⧓⧔普lĀ;s⧓ସdz⧟\0⧣p肻 ଷmpĀ;e௹ఀʀaeouy⧴⧾⨃⨐⨓ǰ⧹\0⧻;橃on;䅈dil;䅆ngĀ;dൾ⨊ot;쀀⩭̸p;橂;䐽ash;怓΀;Aadqsxஒ⨩⨭⨻⩁⩅⩐rr;懗rĀhr⨳⨶k;椤Ā;oᏲᏰot;쀀≐̸uiöୣĀei⩊⩎ar;椨í஘istĀ;s஠டr;쀀𝔫ȀEest௅⩦⩹⩼ƀ;qs஼⩭௡ƀ;qs஼௅⩴lanô௢ií௪Ā;rஶ⪁»ஷƀAap⪊⪍⪑rò⥱rr;憮ar;櫲ƀ;svྍ⪜ྌĀ;d⪡⪢拼;拺cy;䑚΀AEadest⪷⪺⪾⫂⫅⫶⫹rò⥦;쀀≦̸rr;憚r;急Ȁ;fqs఻⫎⫣⫯tĀar⫔⫙rro÷⫁ightarro÷⪐ƀ;qs఻⪺⫪lanôౕĀ;sౕ⫴»శiíౝĀ;rవ⫾iĀ;eచథiäඐĀpt⬌⬑f;쀀𝕟膀¬;in⬙⬚⬶䂬nȀ;Edvஉ⬤⬨⬮;쀀⋹̸ot;쀀⋵̸ǡஉ⬳⬵;拷;拶iĀ;vಸ⬼ǡಸ⭁⭃;拾;拽ƀaor⭋⭣⭩rȀ;ast୻⭕⭚⭟lleì୻l;쀀⫽⃥;쀀∂̸lint;樔ƀ;ceಒ⭰⭳uåಥĀ;cಘ⭸Ā;eಒ⭽ñಘȀAait⮈⮋⮝⮧rò⦈rrƀ;cw⮔⮕⮙憛;쀀⤳̸;쀀↝̸ghtarrow»⮕riĀ;eೋೖ΀chimpqu⮽⯍⯙⬄୸⯤⯯Ȁ;cerല⯆ഷ⯉uå൅;쀀𝓃ortɭ⬅\0\0⯖ará⭖mĀ;e൮⯟Ā;q൴൳suĀbp⯫⯭å೸åഋƀbcp⯶ⰑⰙȀ;Ees⯿ⰀഢⰄ抄;쀀⫅̸etĀ;eഛⰋqĀ;qണⰀcĀ;eലⰗñസȀ;EesⰢⰣൟⰧ抅;쀀⫆̸etĀ;e൘ⰮqĀ;qൠⰣȀgilrⰽⰿⱅⱇìௗlde耻ñ䃱çృiangleĀlrⱒⱜeftĀ;eచⱚñదightĀ;eೋⱥñ೗Ā;mⱬⱭ䎽ƀ;esⱴⱵⱹ䀣ro;愖p;怇ҀDHadgilrsⲏⲔⲙⲞⲣⲰⲶⳓⳣash;抭arr;椄p;쀀≍⃒ash;抬ĀetⲨⲬ;쀀≥⃒;쀀>⃒nfin;槞ƀAetⲽⳁⳅrr;椂;쀀≤⃒Ā;rⳊⳍ쀀<⃒ie;쀀⊴⃒ĀAtⳘⳜrr;椃rie;쀀⊵⃒im;쀀∼⃒ƀAan⳰⳴ⴂrr;懖rĀhr⳺⳽k;椣Ā;oᏧᏥear;椧ቓ᪕\0\0\0\0\0\0\0\0\0\0\0\0\0ⴭ\0ⴸⵈⵠⵥ⵲ⶄᬇ\0\0ⶍⶫ\0ⷈⷎ\0ⷜ⸙⸫⸾⹃Ācsⴱ᪗ute耻ó䃳ĀiyⴼⵅrĀ;c᪞ⵂ耻ô䃴;䐾ʀabios᪠ⵒⵗLjⵚlac;䅑v;樸old;榼lig;䅓Ācr⵩⵭ir;榿;쀀𝔬ͯ⵹\0\0⵼\0ⶂn;䋛ave耻ò䃲;槁Ābmⶈ෴ar;榵Ȁacitⶕ⶘ⶥⶨrò᪀Āir⶝ⶠr;榾oss;榻nå๒;槀ƀaeiⶱⶵⶹcr;䅍ga;䏉ƀcdnⷀⷅǍron;䎿;榶pf;쀀𝕠ƀaelⷔ⷗ǒr;榷rp;榹΀;adiosvⷪⷫⷮ⸈⸍⸐⸖戨rò᪆Ȁ;efmⷷⷸ⸂⸅橝rĀ;oⷾⷿ愴f»ⷿ耻ª䂪耻º䂺gof;抶r;橖lope;橗;橛ƀclo⸟⸡⸧ò⸁ash耻ø䃸l;折iŬⸯ⸴de耻õ䃵esĀ;aǛ⸺s;樶ml耻ö䃶bar;挽ૡ⹞\0⹽\0⺀⺝\0⺢⺹\0\0⻋ຜ\0⼓\0\0⼫⾼\0⿈rȀ;astЃ⹧⹲຅脀¶;l⹭⹮䂶leìЃɩ⹸\0\0⹻m;櫳;櫽y;䐿rʀcimpt⺋⺏⺓ᡥ⺗nt;䀥od;䀮il;怰enk;怱r;쀀𝔭ƀimo⺨⺰⺴Ā;v⺭⺮䏆;䏕maô੶ne;明ƀ;tv⺿⻀⻈䏀chfork»´;䏖Āau⻏⻟nĀck⻕⻝kĀ;h⇴⻛;愎ö⇴sҀ;abcdemst⻳⻴ᤈ⻹⻽⼄⼆⼊⼎䀫cir;樣ir;樢Āouᵀ⼂;樥;橲n肻±ຝim;樦wo;樧ƀipu⼙⼠⼥ntint;樕f;쀀𝕡nd耻£䂣Ԁ;Eaceinosu່⼿⽁⽄⽇⾁⾉⾒⽾⾶;檳p;檷uå໙Ā;c໎⽌̀;acens່⽙⽟⽦⽨⽾pproø⽃urlyeñ໙ñ໎ƀaes⽯⽶⽺pprox;檹qq;檵im;拨iíໟmeĀ;s⾈ຮ怲ƀEas⽸⾐⽺ð⽵ƀdfp໬⾙⾯ƀals⾠⾥⾪lar;挮ine;挒urf;挓Ā;t໻⾴ï໻rel;抰Āci⿀⿅r;쀀𝓅;䏈ncsp;怈̀fiopsu⿚⋢⿟⿥⿫⿱r;쀀𝔮pf;쀀𝕢rime;恗cr;쀀𝓆ƀaeo⿸〉〓tĀei⿾々rnionóڰnt;樖stĀ;e【】䀿ñἙô༔઀ABHabcdefhilmnoprstux぀けさすムㄎㄫㅇㅢㅲㆎ㈆㈕㈤㈩㉘㉮㉲㊐㊰㊷ƀartぇおがròႳòϝail;検aròᱥar;楤΀cdenqrtとふへみわゔヌĀeuねぱ;쀀∽̱te;䅕iãᅮmptyv;榳gȀ;del࿑らるろ;榒;榥å࿑uo耻»䂻rր;abcfhlpstw࿜ガクシスゼゾダッデナp;極Ā;f࿠ゴs;椠;椳s;椞ë≝ð✮l;楅im;楴l;憣;憝Āaiパフil;椚oĀ;nホボ戶aló༞ƀabrョリヮrò៥rk;杳ĀakンヽcĀekヹ・;䁽;䁝Āes㄂㄄;榌lĀduㄊㄌ;榎;榐Ȁaeuyㄗㄜㄧㄩron;䅙Ādiㄡㄥil;䅗ì࿲âヺ;䑀Ȁclqsㄴㄷㄽㅄa;椷dhar;楩uoĀ;rȎȍh;憳ƀacgㅎㅟངlȀ;ipsླྀㅘㅛႜnåႻarôྩt;断ƀilrㅩဣㅮsht;楽;쀀𝔯ĀaoㅷㆆrĀduㅽㅿ»ѻĀ;l႑ㆄ;楬Ā;vㆋㆌ䏁;䏱ƀgns㆕ㇹㇼht̀ahlrstㆤㆰ㇂㇘㇤㇮rrowĀ;t࿜ㆭaéトarpoonĀduㆻㆿowîㅾp»႒eftĀah㇊㇐rrowó࿪arpoonóՑightarrows;應quigarro÷ニhreetimes;拌g;䋚ingdotseñἲƀahm㈍㈐㈓rò࿪aòՑ;怏oustĀ;a㈞㈟掱che»㈟mid;櫮Ȁabpt㈲㈽㉀㉒Ānr㈷㈺g;柭r;懾rëဃƀafl㉇㉊㉎r;榆;쀀𝕣us;樮imes;樵Āap㉝㉧rĀ;g㉣㉤䀩t;榔olint;樒arò㇣Ȁachq㉻㊀Ⴜ㊅quo;怺r;쀀𝓇Ābu・㊊oĀ;rȔȓƀhir㊗㊛㊠reåㇸmes;拊iȀ;efl㊪ၙᠡ㊫方tri;槎luhar;楨;愞ൡ㋕㋛㋟㌬㌸㍱\0㍺㎤\0\0㏬㏰\0㐨㑈㑚㒭㒱㓊㓱\0㘖\0\0㘳cute;䅛quï➺Ԁ;Eaceinpsyᇭ㋳㋵㋿㌂㌋㌏㌟㌦㌩;檴ǰ㋺\0㋼;檸on;䅡uåᇾĀ;dᇳ㌇il;䅟rc;䅝ƀEas㌖㌘㌛;檶p;檺im;择olint;樓iíሄ;䑁otƀ;be㌴ᵇ㌵担;橦΀Aacmstx㍆㍊㍗㍛㍞㍣㍭rr;懘rĀhr㍐㍒ë∨Ā;oਸ਼਴t耻§䂧i;䀻war;椩mĀin㍩ðnuóñt;朶rĀ;o㍶⁕쀀𝔰Ȁacoy㎂㎆㎑㎠rp;景Āhy㎋㎏cy;䑉;䑈rtɭ㎙\0\0㎜iäᑤaraì⹯耻­䂭Āgm㎨㎴maƀ;fv㎱㎲㎲䏃;䏂Ѐ;deglnprካ㏅㏉㏎㏖㏞㏡㏦ot;橪Ā;q኱ኰĀ;E㏓㏔檞;檠Ā;E㏛㏜檝;檟e;扆lus;樤arr;楲aròᄽȀaeit㏸㐈㐏㐗Āls㏽㐄lsetmé㍪hp;樳parsl;槤Ādlᑣ㐔e;挣Ā;e㐜㐝檪Ā;s㐢㐣檬;쀀⪬︀ƀflp㐮㐳㑂tcy;䑌Ā;b㐸㐹䀯Ā;a㐾㐿槄r;挿f;쀀𝕤aĀdr㑍ЂesĀ;u㑔㑕晠it»㑕ƀcsu㑠㑹㒟Āau㑥㑯pĀ;sᆈ㑫;쀀⊓︀pĀ;sᆴ㑵;쀀⊔︀uĀbp㑿㒏ƀ;esᆗᆜ㒆etĀ;eᆗ㒍ñᆝƀ;esᆨᆭ㒖etĀ;eᆨ㒝ñᆮƀ;afᅻ㒦ְrť㒫ֱ»ᅼaròᅈȀcemt㒹㒾㓂㓅r;쀀𝓈tmîñiì㐕aræᆾĀar㓎㓕rĀ;f㓔ឿ昆Āan㓚㓭ightĀep㓣㓪psiloîỠhé⺯s»⡒ʀbcmnp㓻㕞ሉ㖋㖎Ҁ;Edemnprs㔎㔏㔑㔕㔞㔣㔬㔱㔶抂;櫅ot;檽Ā;dᇚ㔚ot;櫃ult;櫁ĀEe㔨㔪;櫋;把lus;檿arr;楹ƀeiu㔽㕒㕕tƀ;en㔎㕅㕋qĀ;qᇚ㔏eqĀ;q㔫㔨m;櫇Ābp㕚㕜;櫕;櫓c̀;acensᇭ㕬㕲㕹㕻㌦pproø㋺urlyeñᇾñᇳƀaes㖂㖈㌛pproø㌚qñ㌗g;晪ڀ123;Edehlmnps㖩㖬㖯ሜ㖲㖴㗀㗉㗕㗚㗟㗨㗭耻¹䂹耻²䂲耻³䂳;櫆Āos㖹㖼t;檾ub;櫘Ā;dሢ㗅ot;櫄sĀou㗏㗒l;柉b;櫗arr;楻ult;櫂ĀEe㗤㗦;櫌;抋lus;櫀ƀeiu㗴㘉㘌tƀ;enሜ㗼㘂qĀ;qሢ㖲eqĀ;q㗧㗤m;櫈Ābp㘑㘓;櫔;櫖ƀAan㘜㘠㘭rr;懙rĀhr㘦㘨ë∮Ā;oਫ਩war;椪lig耻ß䃟௡㙑㙝㙠ዎ㙳㙹\0㙾㛂\0\0\0\0\0㛛㜃\0㜉㝬\0\0\0㞇ɲ㙖\0\0㙛get;挖;䏄rë๟ƀaey㙦㙫㙰ron;䅥dil;䅣;䑂lrec;挕r;쀀𝔱Ȁeiko㚆㚝㚵㚼Dz㚋\0㚑eĀ4fኄኁaƀ;sv㚘㚙㚛䎸ym;䏑Ācn㚢㚲kĀas㚨㚮pproø዁im»ኬsðኞĀas㚺㚮ð዁rn耻þ䃾Ǭ̟㛆⋧es膀×;bd㛏㛐㛘䃗Ā;aᤏ㛕r;樱;樰ƀeps㛡㛣㜀á⩍Ȁ;bcf҆㛬㛰㛴ot;挶ir;櫱Ā;o㛹㛼쀀𝕥rk;櫚á㍢rime;怴ƀaip㜏㜒㝤dåቈ΀adempst㜡㝍㝀㝑㝗㝜㝟ngleʀ;dlqr㜰㜱㜶㝀㝂斵own»ᶻeftĀ;e⠀㜾ñम;扜ightĀ;e㊪㝋ñၚot;旬inus;樺lus;樹b;槍ime;樻ezium;揢ƀcht㝲㝽㞁Āry㝷㝻;쀀𝓉;䑆cy;䑛rok;䅧Āio㞋㞎xô᝷headĀlr㞗㞠eftarro÷ࡏightarrow»ཝऀAHabcdfghlmoprstuw㟐㟓㟗㟤㟰㟼㠎㠜㠣㠴㡑㡝㡫㢩㣌㣒㣪㣶ròϭar;楣Ācr㟜㟢ute耻ú䃺òᅐrǣ㟪\0㟭y;䑞ve;䅭Āiy㟵㟺rc耻û䃻;䑃ƀabh㠃㠆㠋ròᎭlac;䅱aòᏃĀir㠓㠘sht;楾;쀀𝔲rave耻ù䃹š㠧㠱rĀlr㠬㠮»ॗ»ႃlk;斀Āct㠹㡍ɯ㠿\0\0㡊rnĀ;e㡅㡆挜r»㡆op;挏ri;旸Āal㡖㡚cr;䅫肻¨͉Āgp㡢㡦on;䅳f;쀀𝕦̀adhlsuᅋ㡸㡽፲㢑㢠ownáᎳarpoonĀlr㢈㢌efô㠭ighô㠯iƀ;hl㢙㢚㢜䏅»ᏺon»㢚parrows;懈ƀcit㢰㣄㣈ɯ㢶\0\0㣁rnĀ;e㢼㢽挝r»㢽op;挎ng;䅯ri;旹cr;쀀𝓊ƀdir㣙㣝㣢ot;拰lde;䅩iĀ;f㜰㣨»᠓Āam㣯㣲rò㢨l耻ü䃼angle;榧ހABDacdeflnoprsz㤜㤟㤩㤭㦵㦸㦽㧟㧤㧨㧳㧹㧽㨁㨠ròϷarĀ;v㤦㤧櫨;櫩asèϡĀnr㤲㤷grt;榜΀eknprst㓣㥆㥋㥒㥝㥤㦖appá␕othinçẖƀhir㓫⻈㥙opô⾵Ā;hᎷ㥢ïㆍĀiu㥩㥭gmá㎳Ābp㥲㦄setneqĀ;q㥽㦀쀀⊊︀;쀀⫋︀setneqĀ;q㦏㦒쀀⊋︀;쀀⫌︀Āhr㦛㦟etá㚜iangleĀlr㦪㦯eft»थight»ၑy;䐲ash»ံƀelr㧄㧒㧗ƀ;beⷪ㧋㧏ar;抻q;扚lip;拮Ābt㧜ᑨaòᑩr;쀀𝔳tré㦮suĀbp㧯㧱»ജ»൙pf;쀀𝕧roð໻tré㦴Ācu㨆㨋r;쀀𝓋Ābp㨐㨘nĀEe㦀㨖»㥾nĀEe㦒㨞»㦐igzag;榚΀cefoprs㨶㨻㩖㩛㩔㩡㩪irc;䅵Ādi㩀㩑Ābg㩅㩉ar;機eĀ;qᗺ㩏;扙erp;愘r;쀀𝔴pf;쀀𝕨Ā;eᑹ㩦atèᑹcr;쀀𝓌ૣណ㪇\0㪋\0㪐㪛\0\0㪝㪨㪫㪯\0\0㫃㫎\0㫘ៜ៟tré៑r;쀀𝔵ĀAa㪔㪗ròσrò৶;䎾ĀAa㪡㪤ròθrò৫að✓is;拻ƀdptឤ㪵㪾Āfl㪺ឩ;쀀𝕩imåឲĀAa㫇㫊ròώròਁĀcq㫒ីr;쀀𝓍Āpt៖㫜ré។Ѐacefiosu㫰㫽㬈㬌㬑㬕㬛㬡cĀuy㫶㫻te耻ý䃽;䑏Āiy㬂㬆rc;䅷;䑋n耻¥䂥r;쀀𝔶cy;䑗pf;쀀𝕪cr;쀀𝓎Ācm㬦㬩y;䑎l耻ÿ䃿Ԁacdefhiosw㭂㭈㭔㭘㭤㭩㭭㭴㭺㮀cute;䅺Āay㭍㭒ron;䅾;䐷ot;䅼Āet㭝㭡træᕟa;䎶r;쀀𝔷cy;䐶grarr;懝pf;쀀𝕫cr;쀀𝓏Ājn㮅㮇;怍j;怌'.split("").map(e=>e.charCodeAt(0))),Yo=new Uint16Array("Ȁaglq \x1Bɭ\0\0p;䀦os;䀧t;䀾t;䀼uot;䀢".split("").map(e=>e.charCodeAt(0))),un;const Xo=new Map([[0,65533],[128,8364],[130,8218],[131,402],[132,8222],[133,8230],[134,8224],[135,8225],[136,710],[137,8240],[138,352],[139,8249],[140,338],[142,381],[145,8216],[146,8217],[147,8220],[148,8221],[149,8226],[150,8211],[151,8212],[152,732],[153,8482],[154,353],[155,8250],[156,339],[158,382],[159,376]]),Yr=(un=String.fromCodePoint)!==null&&un!==void 0?un:function(e){let t="";return e>65535&&(e-=65536,t+=String.fromCharCode(e>>>10&1023|55296),e=56320|e&1023),t+=String.fromCharCode(e),t};function Ko(e){var t;return e>=55296&&e<=57343||e>1114111?65533:(t=Xo.get(e))!==null&&t!==void 0?t:e}var k;(function(e){e[e.NUM=35]="NUM",e[e.SEMI=59]="SEMI",e[e.EQUALS=61]="EQUALS",e[e.ZERO=48]="ZERO",e[e.NINE=57]="NINE",e[e.LOWER_A=97]="LOWER_A",e[e.LOWER_F=102]="LOWER_F",e[e.LOWER_X=120]="LOWER_X",e[e.LOWER_Z=122]="LOWER_Z",e[e.UPPER_A=65]="UPPER_A",e[e.UPPER_F=70]="UPPER_F",e[e.UPPER_Z=90]="UPPER_Z"})(k||(k={}));const el=32;var K;(function(e){e[e.VALUE_LENGTH=49152]="VALUE_LENGTH",e[e.BRANCH_LENGTH=16256]="BRANCH_LENGTH",e[e.JUMP_TABLE=127]="JUMP_TABLE"})(K||(K={}));function fn(e){return e>=k.ZERO&&e<=k.NINE}function tl(e){return e>=k.UPPER_A&&e<=k.UPPER_F||e>=k.LOWER_A&&e<=k.LOWER_F}function nl(e){return e>=k.UPPER_A&&e<=k.UPPER_Z||e>=k.LOWER_A&&e<=k.LOWER_Z||fn(e)}function rl(e){return e===k.EQUALS||nl(e)}var T;(function(e){e[e.EntityStart=0]="EntityStart",e[e.NumericStart=1]="NumericStart",e[e.NumericDecimal=2]="NumericDecimal",e[e.NumericHex=3]="NumericHex",e[e.NamedEntity=4]="NamedEntity"})(T||(T={}));var H;(function(e){e[e.Legacy=0]="Legacy",e[e.Strict=1]="Strict",e[e.Attribute=2]="Attribute"})(H||(H={}));class sl{constructor(t,n,r){this.decodeTree=t,this.emitCodePoint=n,this.errors=r,this.state=T.EntityStart,this.consumed=1,this.result=0,this.treeIndex=0,this.excess=1,this.decodeMode=H.Strict}startEntity(t){this.decodeMode=t,this.state=T.EntityStart,this.result=0,this.treeIndex=0,this.excess=1,this.consumed=1}write(t,n){switch(this.state){case T.EntityStart:return t.charCodeAt(n)===k.NUM?(this.state=T.NumericStart,this.consumed+=1,this.stateNumericStart(t,n+1)):(this.state=T.NamedEntity,this.stateNamedEntity(t,n));case T.NumericStart:return this.stateNumericStart(t,n);case T.NumericDecimal:return this.stateNumericDecimal(t,n);case T.NumericHex:return this.stateNumericHex(t,n);case T.NamedEntity:return this.stateNamedEntity(t,n)}}stateNumericStart(t,n){return n>=t.length?-1:(t.charCodeAt(n)|el)===k.LOWER_X?(this.state=T.NumericHex,this.consumed+=1,this.stateNumericHex(t,n+1)):(this.state=T.NumericDecimal,this.stateNumericDecimal(t,n))}addToNumericResult(t,n,r,s){if(n!==r){const i=r-n;this.result=this.result*Math.pow(s,i)+parseInt(t.substr(n,i),s),this.consumed+=i}}stateNumericHex(t,n){const r=n;for(;n<t.length;){const s=t.charCodeAt(n);if(fn(s)||tl(s))n+=1;else return this.addToNumericResult(t,r,n,16),this.emitNumericEntity(s,3)}return this.addToNumericResult(t,r,n,16),-1}stateNumericDecimal(t,n){const r=n;for(;n<t.length;){const s=t.charCodeAt(n);if(fn(s))n+=1;else return this.addToNumericResult(t,r,n,10),this.emitNumericEntity(s,2)}return this.addToNumericResult(t,r,n,10),-1}emitNumericEntity(t,n){var r;if(this.consumed<=n)return(r=this.errors)===null||r===void 0||r.absenceOfDigitsInNumericCharacterReference(this.consumed),0;if(t===k.SEMI)this.consumed+=1;else if(this.decodeMode===H.Strict)return 0;return this.emitCodePoint(Ko(this.result),this.consumed),this.errors&&(t!==k.SEMI&&this.errors.missingSemicolonAfterCharacterReference(),this.errors.validateNumericCharacterReference(this.result)),this.consumed}stateNamedEntity(t,n){const{decodeTree:r}=this;let s=r[this.treeIndex],i=(s&K.VALUE_LENGTH)>>14;for(;n<t.length;n++,this.excess++){const a=t.charCodeAt(n);if(this.treeIndex=il(r,s,this.treeIndex+Math.max(1,i),a),this.treeIndex<0)return this.result===0||this.decodeMode===H.Attribute&&(i===0||rl(a))?0:this.emitNotTerminatedNamedEntity();if(s=r[this.treeIndex],i=(s&K.VALUE_LENGTH)>>14,i!==0){if(a===k.SEMI)return this.emitNamedEntityData(this.treeIndex,i,this.consumed+this.excess);this.decodeMode!==H.Strict&&(this.result=this.treeIndex,this.consumed+=this.excess,this.excess=0)}}return-1}emitNotTerminatedNamedEntity(){var t;const{result:n,decodeTree:r}=this,s=(r[n]&K.VALUE_LENGTH)>>14;return this.emitNamedEntityData(n,s,this.consumed),(t=this.errors)===null||t===void 0||t.missingSemicolonAfterCharacterReference(),this.consumed}emitNamedEntityData(t,n,r){const{decodeTree:s}=this;return this.emitCodePoint(n===1?s[t]&~K.VALUE_LENGTH:s[t+1],r),n===3&&this.emitCodePoint(s[t+2],r),r}end(){var t;switch(this.state){case T.NamedEntity:return this.result!==0&&(this.decodeMode!==H.Attribute||this.result===this.treeIndex)?this.emitNotTerminatedNamedEntity():0;case T.NumericDecimal:return this.emitNumericEntity(0,2);case T.NumericHex:return this.emitNumericEntity(0,3);case T.NumericStart:return(t=this.errors)===null||t===void 0||t.absenceOfDigitsInNumericCharacterReference(this.consumed),0;case T.EntityStart:return 0}}}function il(e,t,n,r){const s=(t&K.BRANCH_LENGTH)>>7,i=t&K.JUMP_TABLE;if(s===0)return i!==0&&r===i?n:-1;if(i){const o=r-i;return o<0||o>=s?-1:e[n+o]-1}let a=n,l=a+s-1;for(;a<=l;){const o=a+l>>>1,c=e[o];if(c<r)a=o+1;else if(c>r)l=o-1;else return e[o+s]}return-1}const Xr=/["&'<>$\x80-\uFFFF]/g,al=new Map([[34,"&quot;"],[38,"&amp;"],[39,"&apos;"],[60,"&lt;"],[62,"&gt;"]]),ol=String.prototype.codePointAt!=null?(e,t)=>e.codePointAt(t):(e,t)=>(e.charCodeAt(t)&64512)===55296?(e.charCodeAt(t)-55296)*1024+e.charCodeAt(t+1)-56320+65536:e.charCodeAt(t);function Kr(e){let t="",n=0,r;for(;(r=Xr.exec(e))!==null;){const s=r.index,i=e.charCodeAt(s),a=al.get(i);a!==void 0?(t+=e.substring(n,s)+a,n=s+1):(t+=`${e.substring(n,s)}&#x${ol(e,s).toString(16)};`,n=Xr.lastIndex+=+((i&64512)===55296))}return t+e.substr(n)}function es(e,t){return function(n){let r,s=0,i="";for(;r=e.exec(n);)s!==r.index&&(i+=n.substring(s,r.index)),i+=t.get(r[0].charCodeAt(0)),s=r.index+1;return i+n.substring(s)}}const ll=es(/["&\u00A0]/g,new Map([[34,"&quot;"],[38,"&amp;"],[160,"&nbsp;"]])),cl=es(/[&<>\u00A0]/g,new Map([[38,"&amp;"],[60,"&lt;"],[62,"&gt;"],[160,"&nbsp;"]])),hl=new Map(["altGlyph","altGlyphDef","altGlyphItem","animateColor","animateMotion","animateTransform","clipPath","feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feDropShadow","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence","foreignObject","glyphRef","linearGradient","radialGradient","textPath"].map(e=>[e.toLowerCase(),e])),ul=new Map(["definitionURL","attributeName","attributeType","baseFrequency","baseProfile","calcMode","clipPathUnits","diffuseConstant","edgeMode","filterUnits","glyphRef","gradientTransform","gradientUnits","kernelMatrix","kernelUnitLength","keyPoints","keySplines","keyTimes","lengthAdjust","limitingConeAngle","markerHeight","markerUnits","markerWidth","maskContentUnits","maskUnits","numOctaves","pathLength","patternContentUnits","patternTransform","patternUnits","pointsAtX","pointsAtY","pointsAtZ","preserveAlpha","preserveAspectRatio","primitiveUnits","refX","refY","repeatCount","repeatDur","requiredExtensions","requiredFeatures","specularConstant","specularExponent","spreadMethod","startOffset","stdDeviation","stitchTiles","surfaceScale","systemLanguage","tableValues","targetX","targetY","textLength","viewBox","viewTarget","xChannelSelector","yChannelSelector","zoomAndPan"].map(e=>[e.toLowerCase(),e])),fl=new Set(["style","script","xmp","iframe","noembed","noframes","plaintext","noscript"]);function dl(e){return e.replace(/"/g,"&quot;")}function pl(e,t){var n;if(!e)return;const r=((n=t.encodeEntities)!==null&&n!==void 0?n:t.decodeEntities)===!1?dl:t.xmlMode||t.encodeEntities!=="utf8"?Kr:ll;return Object.keys(e).map(s=>{var i,a;const l=(i=e[s])!==null&&i!==void 0?i:"";return t.xmlMode==="foreign"&&(s=(a=ul.get(s))!==null&&a!==void 0?a:s),!t.emptyAttrs&&!t.xmlMode&&l===""?s:`${s}="${r(l)}"`}).join(" ")}const ts=new Set(["area","base","basefont","br","col","command","embed","frame","hr","img","input","isindex","keygen","link","meta","param","source","track","wbr"]);function bt(e,t={}){const n="length"in e?e:[e];let r="";for(let s=0;s<n.length;s++)r+=gl(n[s],t);return r}function gl(e,t){switch(e.type){case Bo:return bt(e.children,t);case Wo:case Uo:return wl(e);case Ro:return Al(e);case zo:return vl(e);case Vo:case Ho:case Go:return yl(e,t);case Fo:return xl(e,t)}}const ml=new Set(["mi","mo","mn","ms","mtext","annotation-xml","foreignObject","desc","title"]),bl=new Set(["svg","math"]);function yl(e,t){var n;t.xmlMode==="foreign"&&(e.name=(n=hl.get(e.name))!==null&&n!==void 0?n:e.name,e.parent&&ml.has(e.parent.name)&&(t=ye(j({},t),{xmlMode:!1}))),!t.xmlMode&&bl.has(e.name)&&(t=ye(j({},t),{xmlMode:"foreign"}));let r=`<${e.name}`;const s=pl(e.attribs,t);return s&&(r+=` ${s}`),e.children.length===0&&(t.xmlMode?t.selfClosingTags!==!1:t.selfClosingTags&&ts.has(e.name))?(t.xmlMode||(r+=" "),r+="/>"):(r+=">",e.children.length>0&&(r+=bt(e.children,t)),(t.xmlMode||!ts.has(e.name))&&(r+=`</${e.name}>`)),r}function wl(e){return`<${e.data}>`}function xl(e,t){var n;let r=e.data||"";return((n=t.encodeEntities)!==null&&n!==void 0?n:t.decodeEntities)!==!1&&!(!t.xmlMode&&e.parent&&fl.has(e.parent.name))&&(r=t.xmlMode||t.encodeEntities!=="utf8"?Kr(r):cl(r)),r}function vl(e){return`<![CDATA[${e.children[0].data}]]>`}function Al(e){return`<!--${e.data}-->`}function ns(e,t){return bt(e,t)}function Sl(e,t){return C(e)?e.children.map(n=>ns(n,t)).join(""):""}function yt(e){return Array.isArray(e)?e.map(yt).join(""):y(e)?e.name==="br"?`
6
+ `:yt(e.children):mt(e)?yt(e.children):ae(e)?e.data:""}function we(e){return Array.isArray(e)?e.map(we).join(""):C(e)&&!cn(e)?we(e.children):ae(e)?e.data:""}function wt(e){return Array.isArray(e)?e.map(wt).join(""):C(e)&&(e.type===x.Tag||mt(e))?wt(e.children):ae(e)?e.data:""}function xt(e){return C(e)?e.children:[]}function rs(e){return e.parent||null}function ss(e){const t=rs(e);if(t!=null)return xt(t);const n=[e];let{prev:r,next:s}=e;for(;r!=null;)n.unshift(r),{prev:r}=r;for(;s!=null;)n.push(s),{next:s}=s;return n}function $l(e,t){var n;return(n=e.attribs)===null||n===void 0?void 0:n[t]}function Cl(e,t){return e.attribs!=null&&Object.prototype.hasOwnProperty.call(e.attribs,t)&&e.attribs[t]!=null}function El(e){return e.name}function dn(e){let{next:t}=e;for(;t!==null&&!y(t);)({next:t}=t);return t}function pn(e){let{prev:t}=e;for(;t!==null&&!y(t);)({prev:t}=t);return t}function le(e){if(e.prev&&(e.prev.next=e.next),e.next&&(e.next.prev=e.prev),e.parent){const t=e.parent.children,n=t.lastIndexOf(e);n>=0&&t.splice(n,1)}e.next=null,e.prev=null,e.parent=null}function kl(e,t){const n=t.prev=e.prev;n&&(n.next=t);const r=t.next=e.next;r&&(r.prev=t);const s=t.parent=e.parent;if(s){const i=s.children;i[i.lastIndexOf(e)]=t,e.parent=null}}function Tl(e,t){if(le(t),t.next=null,t.parent=e,e.children.push(t)>1){const n=e.children[e.children.length-2];n.next=t,t.prev=n}else t.prev=null}function Il(e,t){le(t);const{parent:n}=e,r=e.next;if(t.next=r,t.prev=e,e.next=t,t.parent=n,r){if(r.prev=t,n){const s=n.children;s.splice(s.lastIndexOf(r),0,t)}}else n&&n.children.push(t)}function Nl(e,t){if(le(t),t.parent=e,t.prev=null,e.children.unshift(t)!==1){const n=e.children[1];n.prev=t,t.next=n}else t.next=null}function ql(e,t){le(t);const{parent:n}=e;if(n){const r=n.children;r.splice(r.indexOf(e),0,t)}e.prev&&(e.prev.next=t),t.parent=n,t.prev=e.prev,t.next=e,e.prev=t}function _e(e,t,n=!0,r=1/0){return gn(e,Array.isArray(t)?t:[t],n,r)}function gn(e,t,n,r){const s=[],i=[Array.isArray(t)?t:[t]],a=[0];for(;;){if(a[0]>=i[0].length){if(a.length===1)return s;i.shift(),a.shift();continue}const l=i[0][a[0]++];if(e(l)&&(s.push(l),--r<=0))return s;n&&C(l)&&l.children.length>0&&(a.unshift(0),i.unshift(l.children))}}function Ol(e,t){return t.find(e)}function mn(e,t,n=!0){const r=Array.isArray(t)?t:[t];for(let s=0;s<r.length;s++){const i=r[s];if(y(i)&&e(i))return i;if(n&&C(i)&&i.children.length>0){const a=mn(e,i.children,!0);if(a)return a}}return null}function is(e,t){return(Array.isArray(t)?t:[t]).some(n=>y(n)&&e(n)||C(n)&&is(e,n.children))}function Pl(e,t){const n=[],r=[Array.isArray(t)?t:[t]],s=[0];for(;;){if(s[0]>=r[0].length){if(r.length===1)return n;r.shift(),s.shift();continue}const i=r[0][s[0]++];y(i)&&e(i)&&n.push(i),C(i)&&i.children.length>0&&(s.unshift(0),r.unshift(i.children))}}const vt={tag_name(e){return typeof e=="function"?t=>y(t)&&e(t.name):e==="*"?y:t=>y(t)&&t.name===e},tag_type(e){return typeof e=="function"?t=>e(t.type):t=>t.type===e},tag_contains(e){return typeof e=="function"?t=>ae(t)&&e(t.data):t=>ae(t)&&t.data===e}};function bn(e,t){return typeof t=="function"?n=>y(n)&&t(n.attribs[e]):n=>y(n)&&n.attribs[e]===t}function Dl(e,t){return n=>e(n)||t(n)}function as(e){const t=Object.keys(e).map(n=>{const r=e[n];return Object.prototype.hasOwnProperty.call(vt,n)?vt[n](r):bn(n,r)});return t.length===0?null:t.reduce(Dl)}function jl(e,t){const n=as(e);return n?n(t):!0}function Ll(e,t,n,r=1/0){const s=as(e);return s?_e(s,t,n,r):[]}function _l(e,t,n=!0){return Array.isArray(t)||(t=[t]),mn(bn("id",e),t,n)}function xe(e,t,n=!0,r=1/0){return _e(vt.tag_name(e),t,n,r)}function Ml(e,t,n=!0,r=1/0){return _e(bn("class",e),t,n,r)}function Bl(e,t,n=!0,r=1/0){return _e(vt.tag_type(e),t,n,r)}function Fl(e){let t=e.length;for(;--t>=0;){const n=e[t];if(t>0&&e.lastIndexOf(n,t-1)>=0){e.splice(t,1);continue}for(let r=n.parent;r;r=r.parent)if(e.includes(r)){e.splice(t,1);break}}return e}var L;(function(e){e[e.DISCONNECTED=1]="DISCONNECTED",e[e.PRECEDING=2]="PRECEDING",e[e.FOLLOWING=4]="FOLLOWING",e[e.CONTAINS=8]="CONTAINS",e[e.CONTAINED_BY=16]="CONTAINED_BY"})(L||(L={}));function os(e,t){const n=[],r=[];if(e===t)return 0;let s=C(e)?e:e.parent;for(;s;)n.unshift(s),s=s.parent;for(s=C(t)?t:t.parent;s;)r.unshift(s),s=s.parent;const i=Math.min(n.length,r.length);let a=0;for(;a<i&&n[a]===r[a];)a++;if(a===0)return L.DISCONNECTED;const l=n[a-1],o=l.children,c=n[a],h=r[a];return o.indexOf(c)>o.indexOf(h)?l===t?L.FOLLOWING|L.CONTAINED_BY:L.FOLLOWING:l===e?L.PRECEDING|L.CONTAINS:L.PRECEDING}function ve(e){return e=e.filter((t,n,r)=>!r.includes(t,n+1)),e.sort((t,n)=>{const r=os(t,n);return r&L.PRECEDING?-1:r&L.FOLLOWING?1:0}),e}function Ul(e){const t=At(zl,e);return t?t.name==="feed"?Rl(t):Vl(t):null}function Rl(e){var t;const n=e.children,r={type:"atom",items:xe("entry",n).map(a=>{var l;const{children:o}=a,c={media:ls(o)};O(c,"id","id",o),O(c,"title","title",o);const h=(l=At("link",o))===null||l===void 0?void 0:l.attribs.href;h&&(c.link=h);const f=ee("summary",o)||ee("content",o);f&&(c.description=f);const d=ee("updated",o);return d&&(c.pubDate=new Date(d)),c})};O(r,"id","id",n),O(r,"title","title",n);const s=(t=At("link",n))===null||t===void 0?void 0:t.attribs.href;s&&(r.link=s),O(r,"description","subtitle",n);const i=ee("updated",n);return i&&(r.updated=new Date(i)),O(r,"author","email",n,!0),r}function Vl(e){var t,n;const r=(n=(t=At("channel",e.children))===null||t===void 0?void 0:t.children)!==null&&n!==void 0?n:[],s={type:e.name.substr(0,3),id:"",items:xe("item",e.children).map(a=>{const{children:l}=a,o={media:ls(l)};O(o,"id","guid",l),O(o,"title","title",l),O(o,"link","link",l),O(o,"description","description",l);const c=ee("pubDate",l)||ee("dc:date",l);return c&&(o.pubDate=new Date(c)),o})};O(s,"title","title",r),O(s,"link","link",r),O(s,"description","description",r);const i=ee("lastBuildDate",r);return i&&(s.updated=new Date(i)),O(s,"author","managingEditor",r,!0),s}const Hl=["url","type","lang"],Gl=["fileSize","bitrate","framerate","samplingrate","channels","duration","height","width"];function ls(e){return xe("media:content",e).map(t=>{const{attribs:n}=t,r={medium:n.medium,isDefault:!!n.isDefault};for(const s of Hl)n[s]&&(r[s]=n[s]);for(const s of Gl)n[s]&&(r[s]=parseInt(n[s],10));return n.expression&&(r.expression=n.expression),r})}function At(e,t){return xe(e,t,!0,1)[0]}function ee(e,t,n=!1){return we(xe(e,t,n,1)).trim()}function O(e,t,n,r,s=!1){const i=ee(n,r,s);i&&(e[t]=i)}function zl(e){return e==="rss"||e==="feed"||e==="rdf:RDF"}var St=Object.freeze({__proto__:null,get DocumentPosition(){return L},append:Il,appendChild:Tl,compareDocumentPosition:os,existsOne:is,filter:_e,find:gn,findAll:Pl,findOne:mn,findOneChild:Ol,getAttributeValue:$l,getChildren:xt,getElementById:_l,getElements:Ll,getElementsByClassName:Ml,getElementsByTagName:xe,getElementsByTagType:Bl,getFeed:Ul,getInnerHTML:Sl,getName:El,getOuterHTML:ns,getParent:rs,getSiblings:ss,getText:yt,hasAttrib:Cl,hasChildren:C,innerText:wt,isCDATA:mt,isComment:cn,isDocument:oe,isTag:y,isText:ae,nextElementSibling:dn,prepend:ql,prependChild:Nl,prevElementSibling:pn,removeElement:le,removeSubsets:Fl,replaceElement:kl,testElement:jl,textContent:we,uniqueSort:ve});function cs(e,t,n){return e?e(t!=null?t:e._root.children,null,void 0,n).toString():""}function Wl(e,t){return typeof e=="object"&&e!=null&&!("length"in e)&&!("type"in e)}function Ql(e,t){const n=Wl(e)?(t=e,void 0):e,r=j(j({},this===null||this===void 0?void 0:this._options),an(t));return cs(this,n,r)}function Zl(e){const t=ye(j({},this._options),{xmlMode:!0});return cs(this,e,t)}function Me(e){const t=e!=null?e:this?this.root():[];let n="";for(let r=0;r<t.length;r++)n+=we(t[r]);return n}function Jl(e,t,n=typeof t=="boolean"?t:!1){if(!e||typeof e!="string")return null;typeof t=="boolean"&&(n=t);const r=this.load(e,this._options,!1);return n||r("script").remove(),[...r.root()[0].children]}function Yl(){return this(this._root)}function hs(e,t){if(t===e)return!1;let n=t;for(;n&&n!==n.parent;)if(n=n.parent,n===e)return!0;return!1}function Xl(e){return this.root().extract(e)}function Kl(e,t){if(!us(e)||!us(t))return;let n=e.length;const r=+t.length;for(let s=0;s<r;s++)e[n++]=t[s];return e.length=n,e}function us(e){if(Array.isArray(e))return!0;if(typeof e!="object"||e===null||!("length"in e)||typeof e.length!="number"||e.length<0)return!1;for(let t=0;t<e.length;t++)if(!(t in e))return!1;return!0}var ec=Object.freeze({__proto__:null,contains:hs,extract:Xl,html:Ql,merge:Kl,parseHTML:Jl,root:Yl,text:Me,xml:Zl});function Z(e){return e.cheerio!=null}function tc(e){return e.replace(/[._-](\w|$)/g,(t,n)=>n.toUpperCase())}function nc(e){return e.replace(/[A-Z]/g,"-$&").toLowerCase()}function $(e,t){const n=e.length;for(let r=0;r<n;r++)t(e[r],r);return e}var ce;(function(e){e[e.LowerA=97]="LowerA",e[e.LowerZ=122]="LowerZ",e[e.UpperA=65]="UpperA",e[e.UpperZ=90]="UpperZ",e[e.Exclamation=33]="Exclamation"})(ce||(ce={}));function yn(e){const t=e.indexOf("<");if(t<0||t>e.length-3)return!1;const n=e.charCodeAt(t+1);return(n>=ce.LowerA&&n<=ce.LowerZ||n>=ce.UpperA&&n<=ce.UpperZ||n===ce.Exclamation)&&e.includes(">",t+2)}const Be=Object.prototype.hasOwnProperty,Fe=/\s+/,wn="data-",xn=/^(?:autofocus|autoplay|async|checked|controls|defer|disabled|hidden|loop|multiple|open|readonly|required|scoped|selected)$/i,rc=/^{[^]*}$|^\[[^]*]$/;function $t(e,t,n){var r;if(!(!e||!y(e))){if((r=e.attribs)!==null&&r!==void 0||(e.attribs={}),!t)return e.attribs;if(Be.call(e.attribs,t))return!n&&xn.test(t)?t:e.attribs[t];if(e.name==="option"&&t==="value")return Me(e.children);if(e.name==="input"&&(e.attribs.type==="radio"||e.attribs.type==="checkbox")&&t==="value")return"on"}}function Ae(e,t,n){n===null?gs(e,t):e.attribs[t]=`${n}`}function sc(e,t){if(typeof e=="object"||t!==void 0){if(typeof t=="function"){if(typeof e!="string")throw new Error("Bad combination of arguments.");return $(this,(n,r)=>{y(n)&&Ae(n,e,t.call(n,r,n.attribs[e]))})}return $(this,n=>{if(y(n))if(typeof e=="object")for(const r of Object.keys(e)){const s=e[r];Ae(n,r,s)}else Ae(n,e,t)})}return arguments.length>1?this:$t(this[0],e,this.options.xmlMode)}function fs(e,t,n){return t in e?e[t]:!n&&xn.test(t)?$t(e,t,!1)!==void 0:$t(e,t,n)}function vn(e,t,n,r){t in e?e[t]=n:Ae(e,t,!r&&xn.test(t)?n?"":null:`${n}`)}function ic(e,t){var n;if(typeof e=="string"&&t===void 0){const r=this[0];if(!r||!y(r))return;switch(e){case"style":{const s=this.css(),i=Object.keys(s);for(let a=0;a<i.length;a++)s[a]=i[a];return s.length=i.length,s}case"tagName":case"nodeName":return r.name.toUpperCase();case"href":case"src":{const s=(n=r.attribs)===null||n===void 0?void 0:n[e];return typeof URL!="undefined"&&(e==="href"&&(r.tagName==="a"||r.tagName==="link")||e==="src"&&(r.tagName==="img"||r.tagName==="iframe"||r.tagName==="audio"||r.tagName==="video"||r.tagName==="source"))&&s!==void 0&&this.options.baseURI?new URL(s,this.options.baseURI).href:s}case"innerText":return wt(r);case"textContent":return we(r);case"outerHTML":return this.clone().wrap("<container />").parent().html();case"innerHTML":return this.html();default:return fs(r,e,this.options.xmlMode)}}if(typeof e=="object"||t!==void 0){if(typeof t=="function"){if(typeof e=="object")throw new TypeError("Bad combination of arguments.");return $(this,(r,s)=>{y(r)&&vn(r,e,t.call(r,s,fs(r,e,this.options.xmlMode)),this.options.xmlMode)})}return $(this,r=>{if(y(r))if(typeof e=="object")for(const s of Object.keys(e)){const i=e[s];vn(r,s,i,this.options.xmlMode)}else vn(r,e,t,this.options.xmlMode)})}}function ds(e,t,n){var r;(r=e.data)!==null&&r!==void 0||(e.data={}),typeof t=="object"?Object.assign(e.data,t):typeof t=="string"&&n!==void 0&&(e.data[t]=n)}function ac(e){for(const t of Object.keys(e.attribs)){if(!t.startsWith(wn))continue;const n=tc(t.slice(wn.length));Be.call(e.data,n)||(e.data[n]=ps(e.attribs[t]))}return e.data}function oc(e,t){const n=wn+nc(t),r=e.data;if(Be.call(r,t))return r[t];if(Be.call(e.attribs,n))return r[t]=ps(e.attribs[n])}function ps(e){if(e==="null")return null;if(e==="true")return!0;if(e==="false")return!1;const t=Number(e);if(e===String(t))return t;if(rc.test(e))try{return JSON.parse(e)}catch(n){}return e}function lc(e,t){var n;const r=this[0];if(!r||!y(r))return;const s=r;return(n=s.data)!==null&&n!==void 0||(s.data={}),e==null?ac(s):typeof e=="object"||t!==void 0?($(this,i=>{y(i)&&(typeof e=="object"?ds(i,e):ds(i,e,t))}),this):oc(s,e)}function cc(e){const t=arguments.length===0,n=this[0];if(!n||!y(n))return t?void 0:this;switch(n.name){case"textarea":return this.text(e);case"select":{const r=this.find("option:selected");if(!t){if(this.attr("multiple")==null&&typeof e=="object")return this;this.find("option").removeAttr("selected");const s=typeof e=="object"?e:[e];for(const i of s)this.find(`option[value="${i}"]`).attr("selected","");return this}return this.attr("multiple")?r.toArray().map(s=>Me(s.children)):r.attr("value")}case"input":case"option":return t?this.attr("value"):this.attr("value",e)}}function gs(e,t){!e.attribs||!Be.call(e.attribs,t)||delete e.attribs[t]}function Ct(e){return e?e.trim().split(Fe):[]}function hc(e){const t=Ct(e);for(const n of t)$(this,r=>{y(r)&&gs(r,n)});return this}function uc(e){return this.toArray().some(t=>{const n=y(t)&&t.attribs.class;let r=-1;if(n&&e.length>0)for(;(r=n.indexOf(e,r+1))>-1;){const s=r+e.length;if((r===0||Fe.test(n[r-1]))&&(s===n.length||Fe.test(n[s])))return!0}return!1})}function ms(e){if(typeof e=="function")return $(this,(r,s)=>{if(y(r)){const i=r.attribs.class||"";ms.call([r],e.call(r,s,i))}});if(!e||typeof e!="string")return this;const t=e.split(Fe),n=this.length;for(let r=0;r<n;r++){const s=this[r];if(!y(s))continue;const i=$t(s,"class",!1);if(i){let a=` ${i} `;for(const l of t){const o=`${l} `;a.includes(` ${o}`)||(a+=o)}Ae(s,"class",a.trim())}else Ae(s,"class",t.join(" ").trim())}return this}function bs(e){if(typeof e=="function")return $(this,(s,i)=>{y(s)&&bs.call([s],e.call(s,i,s.attribs.class||""))});const t=Ct(e),n=t.length,r=arguments.length===0;return $(this,s=>{if(y(s))if(r)s.attribs.class="";else{const i=Ct(s.attribs.class);let a=!1;for(let l=0;l<n;l++){const o=i.indexOf(t[l]);o>=0&&(i.splice(o,1),a=!0,l--)}a&&(s.attribs.class=i.join(" "))}})}function ys(e,t){if(typeof e=="function")return $(this,(a,l)=>{y(a)&&ys.call([a],e.call(a,l,a.attribs.class||"",t),t)});if(!e||typeof e!="string")return this;const n=e.split(Fe),r=n.length,s=typeof t=="boolean"?t?1:-1:0,i=this.length;for(let a=0;a<i;a++){const l=this[a];if(!y(l))continue;const o=Ct(l.attribs.class);for(let c=0;c<r;c++){const h=o.indexOf(n[c]);s>=0&&h<0?o.push(n[c]):s<=0&&h>=0&&o.splice(h,1)}l.attribs.class=o.join(" ")}return this}var fc=Object.freeze({__proto__:null,addClass:ms,attr:sc,data:lc,hasClass:uc,prop:ic,removeAttr:hc,removeClass:bs,toggleClass:ys,val:cc}),m;(function(e){e.Attribute="attribute",e.Pseudo="pseudo",e.PseudoElement="pseudo-element",e.Tag="tag",e.Universal="universal",e.Adjacent="adjacent",e.Child="child",e.Descendant="descendant",e.Parent="parent",e.Sibling="sibling",e.ColumnCombinator="column-combinator"})(m||(m={}));var E;(function(e){e.Any="any",e.Element="element",e.End="end",e.Equals="equals",e.Exists="exists",e.Hyphen="hyphen",e.Not="not",e.Start="start"})(E||(E={}));const ws=/^[^\\#]?(?:\\(?:[\da-f]{1,6}\s?|.)|[\w\-\u00b0-\uFFFF])+/,dc=/\\([\da-f]{1,6}\s?|(\s)|.)/gi,pc=new Map([[126,E.Element],[94,E.Start],[36,E.End],[42,E.Any],[33,E.Not],[124,E.Hyphen]]),gc=new Set(["has","not","matches","is","where","host","host-context"]);function Ue(e){switch(e.type){case m.Adjacent:case m.Child:case m.Descendant:case m.Parent:case m.Sibling:case m.ColumnCombinator:return!0;default:return!1}}const mc=new Set(["contains","icontains"]);function bc(e,t,n){const r=parseInt(t,16)-65536;return r!==r||n?t:r<0?String.fromCharCode(r+65536):String.fromCharCode(r>>10|55296,r&1023|56320)}function Re(e){return e.replace(dc,bc)}function An(e){return e===39||e===34}function xs(e){return e===32||e===9||e===10||e===12||e===13}function Et(e){const t=[],n=vs(t,`${e}`,0);if(n<e.length)throw new Error(`Unmatched selector: ${e.slice(n)}`);return t}function vs(e,t,n){let r=[];function s(d){const p=t.slice(n+d).match(ws);if(!p)throw new Error(`Expected name, found ${t.slice(n)}`);const[g]=p;return n+=d+g.length,Re(g)}function i(d){for(n+=d;n<t.length&&xs(t.charCodeAt(n));)n++}function a(){n+=1;const d=n;let p=1;for(;p>0&&n<t.length;n++)t.charCodeAt(n)===40&&!l(n)?p++:t.charCodeAt(n)===41&&!l(n)&&p--;if(p)throw new Error("Parenthesis not matched");return Re(t.slice(d,n-1))}function l(d){let p=0;for(;t.charCodeAt(--d)===92;)p++;return(p&1)===1}function o(){if(r.length>0&&Ue(r[r.length-1]))throw new Error("Did not expect successive traversals.")}function c(d){if(r.length>0&&r[r.length-1].type===m.Descendant){r[r.length-1].type=d;return}o(),r.push({type:d})}function h(d,p){r.push({type:m.Attribute,name:d,action:p,value:s(1),namespace:null,ignoreCase:"quirks"})}function f(){if(r.length&&r[r.length-1].type===m.Descendant&&r.pop(),r.length===0)throw new Error("Empty sub-selector");e.push(r)}if(i(0),t.length===n)return n;e:for(;n<t.length;){const d=t.charCodeAt(n);switch(d){case 32:case 9:case 10:case 12:case 13:{(r.length===0||r[0].type!==m.Descendant)&&(o(),r.push({type:m.Descendant})),i(1);break}case 62:{c(m.Child),i(1);break}case 60:{c(m.Parent),i(1);break}case 126:{c(m.Sibling),i(1);break}case 43:{c(m.Adjacent),i(1);break}case 46:{h("class",E.Element);break}case 35:{h("id",E.Equals);break}case 91:{i(1);let p,g=null;t.charCodeAt(n)===124?p=s(1):t.startsWith("*|",n)?(g="*",p=s(2)):(p=s(0),t.charCodeAt(n)===124&&t.charCodeAt(n+1)!==61&&(g=p,p=s(1))),i(0);let v=E.Exists;const A=pc.get(t.charCodeAt(n));if(A){if(v=A,t.charCodeAt(n+1)!==61)throw new Error("Expected `=`");i(2)}else t.charCodeAt(n)===61&&(v=E.Equals,i(1));let _="",fe=null;if(v!=="exists"){if(An(t.charCodeAt(n))){const We=t.charCodeAt(n);let ne=n+1;for(;ne<t.length&&(t.charCodeAt(ne)!==We||l(ne));)ne+=1;if(t.charCodeAt(ne)!==We)throw new Error("Attribute value didn't end");_=Re(t.slice(n+1,ne)),n=ne+1}else{const We=n;for(;n<t.length&&(!xs(t.charCodeAt(n))&&t.charCodeAt(n)!==93||l(n));)n+=1;_=Re(t.slice(We,n))}i(0);const Ee=t.charCodeAt(n)|32;Ee===115?(fe=!1,i(1)):Ee===105&&(fe=!0,i(1))}if(t.charCodeAt(n)!==93)throw new Error("Attribute selector didn't terminate");n+=1;const Ce={type:m.Attribute,name:p,action:v,value:_,namespace:g,ignoreCase:fe};r.push(Ce);break}case 58:{if(t.charCodeAt(n+1)===58){r.push({type:m.PseudoElement,name:s(2).toLowerCase(),data:t.charCodeAt(n)===40?a():null});continue}const p=s(1).toLowerCase();let g=null;if(t.charCodeAt(n)===40)if(gc.has(p)){if(An(t.charCodeAt(n+1)))throw new Error(`Pseudo-selector ${p} cannot be quoted`);if(g=[],n=vs(g,t,n+1),t.charCodeAt(n)!==41)throw new Error(`Missing closing parenthesis in :${p} (${t})`);n+=1}else{if(g=a(),mc.has(p)){const v=g.charCodeAt(0);v===g.charCodeAt(g.length-1)&&An(v)&&(g=g.slice(1,-1))}g=Re(g)}r.push({type:m.Pseudo,name:p,data:g});break}case 44:{f(),r=[],i(1);break}default:{if(t.startsWith("/*",n)){const v=t.indexOf("*/",n+2);if(v<0)throw new Error("Comment was not terminated");n=v+2,r.length===0&&i(0);break}let p=null,g;if(d===42)n+=1,g="*";else if(d===124){if(g="",t.charCodeAt(n+1)===124){c(m.ColumnCombinator),i(2);break}}else if(ws.test(t.slice(n)))g=s(0);else break e;t.charCodeAt(n)===124&&t.charCodeAt(n+1)!==124&&(p=g,t.charCodeAt(n+1)===42?(g="*",n+=2):g=s(1)),r.push(g==="*"?{type:m.Universal,namespace:p}:{type:m.Tag,name:g,namespace:p})}}}return f(),n}function yc(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var As,Ss;function wc(){return Ss||(Ss=1,As={trueFunc:function(){return!0},falseFunc:function(){return!1}}),As}var kt=wc(),w=yc(kt);const $s=new Map([[m.Universal,50],[m.Tag,30],[m.Attribute,1],[m.Pseudo,0]]);function Sn(e){return!$s.has(e.type)}const xc=new Map([[E.Exists,10],[E.Equals,8],[E.Not,7],[E.Start,6],[E.End,6],[E.Any,5]]);function vc(e){const t=e.map(Cs);for(let n=1;n<e.length;n++){const r=t[n];if(!(r<0))for(let s=n-1;s>=0&&r<t[s];s--){const i=e[s+1];e[s+1]=e[s],e[s]=i,t[s+1]=t[s],t[s]=r}}}function Cs(e){var t,n;let r=(t=$s.get(e.type))!==null&&t!==void 0?t:-1;return e.type===m.Attribute?(r=(n=xc.get(e.action))!==null&&n!==void 0?n:4,e.action===E.Equals&&e.name==="id"&&(r=9),e.ignoreCase&&(r>>=1)):e.type===m.Pseudo&&(e.data?e.name==="has"||e.name==="contains"?r=0:Array.isArray(e.data)?(r=Math.min(...e.data.map(s=>Math.min(...s.map(Cs)))),r<0&&(r=0)):r=2:r=3),r}const Ac=/[-[\]{}()*+?.,\\^$|#\s]/g;function Es(e){return e.replace(Ac,"\\$&")}const Sc=new Set(["accept","accept-charset","align","alink","axis","bgcolor","charset","checked","clear","codetype","color","compact","declare","defer","dir","direction","disabled","enctype","face","frame","hreflang","http-equiv","lang","language","link","media","method","multiple","nohref","noresize","noshade","nowrap","readonly","rel","rev","rules","scope","scrolling","selected","shape","target","text","type","valign","valuetype","vlink"]);function he(e,t){return typeof e.ignoreCase=="boolean"?e.ignoreCase:e.ignoreCase==="quirks"?!!t.quirksMode:!t.xmlMode&&Sc.has(e.name)}const $c={equals(e,t,n){const{adapter:r}=n,{name:s}=t;let{value:i}=t;return he(t,n)?(i=i.toLowerCase(),a=>{const l=r.getAttributeValue(a,s);return l!=null&&l.length===i.length&&l.toLowerCase()===i&&e(a)}):a=>r.getAttributeValue(a,s)===i&&e(a)},hyphen(e,t,n){const{adapter:r}=n,{name:s}=t;let{value:i}=t;const a=i.length;return he(t,n)?(i=i.toLowerCase(),function(l){const o=r.getAttributeValue(l,s);return o!=null&&(o.length===a||o.charAt(a)==="-")&&o.substr(0,a).toLowerCase()===i&&e(l)}):function(l){const o=r.getAttributeValue(l,s);return o!=null&&(o.length===a||o.charAt(a)==="-")&&o.substr(0,a)===i&&e(l)}},element(e,t,n){const{adapter:r}=n,{name:s,value:i}=t;if(/\s/.test(i))return w.falseFunc;const a=new RegExp(`(?:^|\\s)${Es(i)}(?:$|\\s)`,he(t,n)?"i":"");return function(l){const o=r.getAttributeValue(l,s);return o!=null&&o.length>=i.length&&a.test(o)&&e(l)}},exists(e,{name:t},{adapter:n}){return r=>n.hasAttrib(r,t)&&e(r)},start(e,t,n){const{adapter:r}=n,{name:s}=t;let{value:i}=t;const a=i.length;return a===0?w.falseFunc:he(t,n)?(i=i.toLowerCase(),l=>{const o=r.getAttributeValue(l,s);return o!=null&&o.length>=a&&o.substr(0,a).toLowerCase()===i&&e(l)}):l=>{var o;return!!(!((o=r.getAttributeValue(l,s))===null||o===void 0)&&o.startsWith(i))&&e(l)}},end(e,t,n){const{adapter:r}=n,{name:s}=t;let{value:i}=t;const a=-i.length;return a===0?w.falseFunc:he(t,n)?(i=i.toLowerCase(),l=>{var o;return((o=r.getAttributeValue(l,s))===null||o===void 0?void 0:o.substr(a).toLowerCase())===i&&e(l)}):l=>{var o;return!!(!((o=r.getAttributeValue(l,s))===null||o===void 0)&&o.endsWith(i))&&e(l)}},any(e,t,n){const{adapter:r}=n,{name:s,value:i}=t;if(i==="")return w.falseFunc;if(he(t,n)){const a=new RegExp(Es(i),"i");return function(l){const o=r.getAttributeValue(l,s);return o!=null&&o.length>=i.length&&a.test(o)&&e(l)}}return a=>{var l;return!!(!((l=r.getAttributeValue(a,s))===null||l===void 0)&&l.includes(i))&&e(a)}},not(e,t,n){const{adapter:r}=n,{name:s}=t;let{value:i}=t;return i===""?a=>!!r.getAttributeValue(a,s)&&e(a):he(t,n)?(i=i.toLowerCase(),a=>{const l=r.getAttributeValue(a,s);return(l==null||l.length!==i.length||l.toLowerCase()!==i)&&e(a)}):a=>r.getAttributeValue(a,s)!==i&&e(a)}},Cc=new Set([9,10,12,13,32]),ks=48,Ec=57;function kc(e){if(e=e.trim().toLowerCase(),e==="even")return[2,0];if(e==="odd")return[2,1];let t=0,n=0,r=i(),s=a();if(t<e.length&&e.charAt(t)==="n"&&(t++,n=r*(s!=null?s:1),l(),t<e.length?(r=i(),l(),s=a()):r=s=0),s===null||t<e.length)throw new Error(`n-th rule couldn't be parsed ('${e}')`);return[n,r*s];function i(){return e.charAt(t)==="-"?(t++,-1):(e.charAt(t)==="+"&&t++,1)}function a(){const o=t;let c=0;for(;t<e.length&&e.charCodeAt(t)>=ks&&e.charCodeAt(t)<=Ec;)c=c*10+(e.charCodeAt(t)-ks),t++;return t===o?null:c}function l(){for(;t<e.length&&Cc.has(e.charCodeAt(t));)t++}}function Tc(e){const t=e[0],n=e[1]-1;if(n<0&&t<=0)return w.falseFunc;if(t===-1)return i=>i<=n;if(t===0)return i=>i===n;if(t===1)return n<0?w.trueFunc:i=>i>=n;const r=Math.abs(t),s=(n%r+r)%r;return t>1?i=>i>=n&&i%r===s:i=>i<=n&&i%r===s}function Tt(e){return Tc(kc(e))}function It(e,t){return n=>{const r=t.getParent(n);return r!=null&&t.isTag(r)&&e(n)}}const $n={contains(e,t,{adapter:n}){return function(r){return e(r)&&n.getText(r).includes(t)}},icontains(e,t,{adapter:n}){const r=t.toLowerCase();return function(s){return e(s)&&n.getText(s).toLowerCase().includes(r)}},"nth-child"(e,t,{adapter:n,equals:r}){const s=Tt(t);return s===w.falseFunc?w.falseFunc:s===w.trueFunc?It(e,n):function(i){const a=n.getSiblings(i);let l=0;for(let o=0;o<a.length&&!r(i,a[o]);o++)n.isTag(a[o])&&l++;return s(l)&&e(i)}},"nth-last-child"(e,t,{adapter:n,equals:r}){const s=Tt(t);return s===w.falseFunc?w.falseFunc:s===w.trueFunc?It(e,n):function(i){const a=n.getSiblings(i);let l=0;for(let o=a.length-1;o>=0&&!r(i,a[o]);o--)n.isTag(a[o])&&l++;return s(l)&&e(i)}},"nth-of-type"(e,t,{adapter:n,equals:r}){const s=Tt(t);return s===w.falseFunc?w.falseFunc:s===w.trueFunc?It(e,n):function(i){const a=n.getSiblings(i);let l=0;for(let o=0;o<a.length;o++){const c=a[o];if(r(i,c))break;n.isTag(c)&&n.getName(c)===n.getName(i)&&l++}return s(l)&&e(i)}},"nth-last-of-type"(e,t,{adapter:n,equals:r}){const s=Tt(t);return s===w.falseFunc?w.falseFunc:s===w.trueFunc?It(e,n):function(i){const a=n.getSiblings(i);let l=0;for(let o=a.length-1;o>=0;o--){const c=a[o];if(r(i,c))break;n.isTag(c)&&n.getName(c)===n.getName(i)&&l++}return s(l)&&e(i)}},root(e,t,{adapter:n}){return r=>{const s=n.getParent(r);return(s==null||!n.isTag(s))&&e(r)}},scope(e,t,n,r){const{equals:s}=n;return!r||r.length===0?$n.root(e,t,n):r.length===1?i=>s(r[0],i)&&e(i):i=>r.includes(i)&&e(i)},hover:Cn("isHovered"),visited:Cn("isVisited"),active:Cn("isActive")};function Cn(e){return function(t,n,{adapter:r}){const s=r[e];return typeof s!="function"?w.falseFunc:function(i){return s(i)&&t(i)}}}const Ts={empty(e,{adapter:t}){return!t.getChildren(e).some(n=>t.isTag(n)||t.getText(n)!=="")},"first-child"(e,{adapter:t,equals:n}){if(t.prevElementSibling)return t.prevElementSibling(e)==null;const r=t.getSiblings(e).find(s=>t.isTag(s));return r!=null&&n(e,r)},"last-child"(e,{adapter:t,equals:n}){const r=t.getSiblings(e);for(let s=r.length-1;s>=0;s--){if(n(e,r[s]))return!0;if(t.isTag(r[s]))break}return!1},"first-of-type"(e,{adapter:t,equals:n}){const r=t.getSiblings(e),s=t.getName(e);for(let i=0;i<r.length;i++){const a=r[i];if(n(e,a))return!0;if(t.isTag(a)&&t.getName(a)===s)break}return!1},"last-of-type"(e,{adapter:t,equals:n}){const r=t.getSiblings(e),s=t.getName(e);for(let i=r.length-1;i>=0;i--){const a=r[i];if(n(e,a))return!0;if(t.isTag(a)&&t.getName(a)===s)break}return!1},"only-of-type"(e,{adapter:t,equals:n}){const r=t.getName(e);return t.getSiblings(e).every(s=>n(e,s)||!t.isTag(s)||t.getName(s)!==r)},"only-child"(e,{adapter:t,equals:n}){return t.getSiblings(e).every(r=>n(e,r)||!t.isTag(r))}};function Is(e,t,n,r){if(n===null){if(e.length>r)throw new Error(`Pseudo-class :${t} requires an argument`)}else if(e.length===r)throw new Error(`Pseudo-class :${t} doesn't have any arguments`)}const Ic={"any-link":":is(a, area, link)[href]",link:":any-link:not(:visited)",disabled:`:is(
7
7
  :is(button, input, select, textarea, optgroup, option)[disabled],
8
8
  optgroup[disabled] > option,
9
9
  fieldset[disabled]:not(fieldset[disabled] legend:first-of-type *)
10
- )`,enabled:":not(:disabled)",checked:":is(:is(input[type=radio], input[type=checkbox])[checked], option:selected)",required:":is(input, select, textarea)[required]",optional:":is(input, select, textarea):not([required])",selected:"option:is([selected], select:not([multiple]):not(:has(> option[selected])) > :first-of-type)",checkbox:"[type=checkbox]",file:"[type=file]",password:"[type=password]",radio:"[type=radio]",reset:"[type=reset]",image:"[type=image]",submit:"[type=submit]",parent:":not(:empty)",header:":is(h1, h2, h3, h4, h5, h6)",button:":is(button, input[type=button])",input:":is(input, textarea, select, button)",text:"input:is(:not([type!='']), [type=text])"},Ts={};function Tc(e,t){return e===w.falseFunc?w.falseFunc:n=>t.isTag(n)&&e(n)}function Is(e,t){const n=t.getSiblings(e);if(n.length<=1)return[];const r=n.indexOf(e);return r<0||r===n.length-1?[]:n.slice(r+1).filter(t.isTag)}function En(e){return{xmlMode:!!e.xmlMode,lowerCaseAttributeNames:!!e.lowerCaseAttributeNames,lowerCaseTags:!!e.lowerCaseTags,quirksMode:!!e.quirksMode,cacheResults:!!e.cacheResults,pseudos:e.pseudos,adapter:e.adapter,equals:e.equals}}const kn=(e,t,n,r,s)=>{const i=s(t,En(n),r);return i===w.trueFunc?e:i===w.falseFunc?w.falseFunc:a=>i(a)&&e(a)},Tn={is:kn,matches:kn,where:kn,not(e,t,n,r,s){const i=s(t,En(n),r);return i===w.falseFunc?e:i===w.trueFunc?w.falseFunc:a=>!i(a)&&e(a)},has(e,t,n,r,s){const{adapter:i}=n,a=En(n);a.relativeSelector=!0;const l=t.some(h=>h.some(Sn))?[Ts]:void 0,o=s(t,a,l);if(o===w.falseFunc)return w.falseFunc;const c=Tc(o,i);if(l&&o!==w.trueFunc){const{shouldTestNextSiblings:h=!1}=o;return f=>{if(!e(f))return!1;l[0]=f;const d=i.getChildren(f),p=h?[...d,...Is(f,i)]:d;return i.existsOne(c,p)}}return h=>e(h)&&i.existsOne(c,i.getChildren(h))}};function Ic(e,t,n,r,s){var i;const{name:a,data:l}=t;if(Array.isArray(l)){if(!(a in Tn))throw new Error(`Unknown pseudo-class :${a}(${l})`);return Tn[a](e,l,n,r,s)}const o=(i=n.pseudos)===null||i===void 0?void 0:i[a],c=typeof o=="string"?o:kc[a];if(typeof c=="string"){if(l!=null)throw new Error(`Pseudo ${a} doesn't have any arguments`);const h=Et(c);return Tn.is(e,h,n,r,s)}if(typeof o=="function")return ks(o,a,l,1),h=>o(h,l)&&e(h);if(a in $n)return $n[a](e,l,n,r);if(a in Es){const h=Es[a];return ks(h,a,l,2),f=>h(f,n,l)&&e(f)}throw new Error(`Unknown pseudo-class :${a}`)}function In(e,t){const n=t.getParent(e);return n&&t.isTag(n)?n:null}function Nc(e,t,n,r,s){const{adapter:i,equals:a}=n;switch(t.type){case m.PseudoElement:throw new Error("Pseudo-elements are not supported by css-select");case m.ColumnCombinator:throw new Error("Column combinators are not yet supported by css-select");case m.Attribute:{if(t.namespace!=null)throw new Error("Namespaced attributes are not yet supported by css-select");return(!n.xmlMode||n.lowerCaseAttributeNames)&&(t.name=t.name.toLowerCase()),Ac[t.action](e,t,n)}case m.Pseudo:return Ic(e,t,n,r,s);case m.Tag:{if(t.namespace!=null)throw new Error("Namespaced tag names are not yet supported by css-select");let{name:l}=t;return(!n.xmlMode||n.lowerCaseTags)&&(l=l.toLowerCase()),function(o){return i.getName(o)===l&&e(o)}}case m.Descendant:{if(n.cacheResults===!1||typeof WeakSet=="undefined")return function(o){let c=o;for(;c=In(c,i);)if(e(c))return!0;return!1};const l=new WeakSet;return function(o){let c=o;for(;c=In(c,i);)if(!l.has(c)){if(i.isTag(c)&&e(c))return!0;l.add(c)}return!1}}case"_flexibleDescendant":return function(l){let o=l;do if(e(o))return!0;while(o=In(o,i));return!1};case m.Parent:return function(l){return i.getChildren(l).some(o=>i.isTag(o)&&e(o))};case m.Child:return function(l){const o=i.getParent(l);return o!=null&&i.isTag(o)&&e(o)};case m.Sibling:return function(l){const o=i.getSiblings(l);for(let c=0;c<o.length;c++){const h=o[c];if(a(l,h))break;if(i.isTag(h)&&e(h))return!0}return!1};case m.Adjacent:return i.prevElementSibling?function(l){const o=i.prevElementSibling(l);return o!=null&&e(o)}:function(l){const o=i.getSiblings(l);let c;for(let h=0;h<o.length;h++){const f=o[h];if(a(l,f))break;i.isTag(f)&&(c=f)}return!!c&&e(c)};case m.Universal:{if(t.namespace!=null&&t.namespace!=="*")throw new Error("Namespaced universal selectors are not yet supported by css-select");return e}}}function Ns(e){return e.type===m.Pseudo&&(e.name==="scope"||Array.isArray(e.data)&&e.data.some(t=>t.some(Ns)))}const qc={type:m.Descendant},Oc={type:"_flexibleDescendant"},Pc={type:m.Pseudo,name:"scope",data:null};function Dc(e,{adapter:t},n){const r=!!(n!=null&&n.every(s=>{const i=t.isTag(s)&&t.getParent(s);return s===Ts||i&&t.isTag(i)}));for(const s of e){if(!(s.length>0&&Sn(s[0])&&s[0].type!==m.Descendant))if(r&&!s.some(Ns))s.unshift(qc);else continue;s.unshift(Pc)}}function qs(e,t,n){var r;e.forEach(wc),n=(r=t.context)!==null&&r!==void 0?r:n;const s=Array.isArray(n),i=n&&(Array.isArray(n)?n:[n]);if(t.relativeSelector!==!1)Dc(e,t,i);else if(e.some(o=>o.length>0&&Sn(o[0])))throw new Error("Relative selectors are not allowed when the `relativeSelector` option is disabled");let a=!1;const l=e.map(o=>{if(o.length>=2){const[c,h]=o;c.type!==m.Pseudo||c.name!=="scope"||(s&&h.type===m.Descendant?o[1]=Oc:(h.type===m.Adjacent||h.type===m.Sibling)&&(a=!0))}return jc(o,t,i)}).reduce(Lc,w.falseFunc);return l.shouldTestNextSiblings=a,l}function jc(e,t,n){var r;return e.reduce((s,i)=>s===w.falseFunc?w.falseFunc:Nc(s,i,t,n,qs),(r=t.rootFunc)!==null&&r!==void 0?r:w.trueFunc)}function Lc(e,t){return t===w.falseFunc||e===w.trueFunc?e:e===w.falseFunc||t===w.trueFunc?t:function(n){return e(n)||t(n)}}const Os=(e,t)=>e===t,_c={adapter:St,equals:Os};function Mc(e){var t,n,r,s;const i=e!=null?e:_c;return(t=i.adapter)!==null&&t!==void 0||(i.adapter=St),(n=i.equals)!==null&&n!==void 0||(i.equals=(s=(r=i.adapter)===null||r===void 0?void 0:r.equals)!==null&&s!==void 0?s:Os),i}function Bc(e){return function(t,n,r){const s=Mc(n);return e(t,s,r)}}const Nn=Bc(qs);function Ps(e,t,n=!1){return n&&(e=Fc(e,t)),Array.isArray(e)?t.removeSubsets(e):t.getChildren(e)}function Fc(e,t){const n=Array.isArray(e)?e.slice(0):[e],r=n.length;for(let s=0;s<r;s++){const i=Is(n[s],t);n.push(...i)}return n}const Uc=new Set(["first","last","eq","gt","nth","lt","even","odd"]);function Nt(e){return e.type!=="pseudo"?!1:Uc.has(e.name)?!0:e.name==="not"&&Array.isArray(e.data)?e.data.some(t=>t.some(Nt)):!1}function Rc(e,t,n){const r=t!=null?parseInt(t,10):NaN;switch(e){case"first":return 1;case"nth":case"eq":return isFinite(r)?r>=0?r+1:1/0:0;case"lt":return isFinite(r)?r>=0?Math.min(r,n):1/0:0;case"gt":return isFinite(r)?1/0:0;case"odd":return 2*n;case"even":return 2*n-1;case"last":case"not":return 1/0}}function Vc(e){for(;e.parent;)e=e.parent;return e}function qn(e){const t=[],n=[];for(const r of e)r.some(Nt)?t.push(r):n.push(r);return[n,t]}const Hc={type:m.Universal,namespace:null},Gc={type:m.Pseudo,name:"scope",data:null};function Ds(e,t,n={}){return js([e],t,n)}function js(e,t,n={}){if(typeof t=="function")return e.some(t);const[r,s]=qn(Et(t));return r.length>0&&e.some(Nn(r,n))||s.some(i=>Ms(i,e,n).length>0)}function zc(e,t,n,r){const s=typeof n=="string"?parseInt(n,10):NaN;switch(e){case"first":case"lt":return t;case"last":return t.length>0?[t[t.length-1]]:t;case"nth":case"eq":return isFinite(s)&&Math.abs(s)<t.length?[s<0?t[t.length+s]:t[s]]:[];case"gt":return isFinite(s)?t.slice(s+1):[];case"even":return t.filter((i,a)=>a%2===0);case"odd":return t.filter((i,a)=>a%2===1);case"not":{const i=new Set(_s(n,t,r));return t.filter(a=>!i.has(a))}}}function Ls(e,t,n={}){return _s(Et(e),t,n)}function _s(e,t,n){if(t.length===0)return[];const[r,s]=qn(e);let i;if(r.length){const a=Pn(t,r,n);if(s.length===0)return a;a.length&&(i=new Set(a))}for(let a=0;a<s.length&&(i==null?void 0:i.size)!==t.length;a++){const l=s[a];if((i?t.filter(c=>y(c)&&!i.has(c)):t).length===0)break;const o=Ms(l,t,n);if(o.length)if(i)o.forEach(c=>i.add(c));else{if(a===s.length-1)return o;i=new Set(o)}}return typeof i!="undefined"?i.size===t.length?t:t.filter(a=>i.has(a)):[]}function Ms(e,t,n){var r;if(e.some(Ue)){const s=(r=n.root)!==null&&r!==void 0?r:Vc(t[0]),i=ye(j({},n),{context:t,relativeSelector:!1});return e.push(Gc),qt(s,e,i,!0,t.length)}return qt(t,e,n,!1,t.length)}function Wc(e,t,n={},r=1/0){if(typeof e=="function")return Bs(t,e);const[s,i]=qn(Et(e)),a=i.map(l=>qt(t,l,n,!0,r));return s.length&&a.push(On(t,s,n,r)),a.length===0?[]:a.length===1?a[0]:ve(a.reduce((l,o)=>[...l,...o]))}function qt(e,t,n,r,s){const i=t.findIndex(Nt),a=t.slice(0,i),l=t[i],o=t.length-1===i?s:1/0,c=Rc(l.name,l.data,o);if(c===0)return[];const h=(a.length===0&&!Array.isArray(e)?xt(e).filter(y):a.length===0?(Array.isArray(e)?e:[e]).filter(y):r||a.some(Ue)?On(e,[a],n,c):Pn(e,[a],n)).slice(0,c);let f=zc(l.name,h,l.data,n);if(f.length===0||t.length===i+1)return f;const d=t.slice(i+1),p=d.some(Ue);if(p){if(Ue(d[0])){const{type:g}=d[0];(g===m.Sibling||g===m.Adjacent)&&(f=Ps(f,St,!0)),d.unshift(Hc)}n=ye(j({},n),{relativeSelector:!1,rootFunc:g=>f.includes(g)})}else n.rootFunc&&n.rootFunc!==kt.trueFunc&&(n=ye(j({},n),{rootFunc:kt.trueFunc}));return d.some(Nt)?qt(f,d,n,!1,s):p?On(f,[d],n,s):Pn(f,[d],n)}function On(e,t,n,r){const s=Nn(t,n,e);return Bs(e,s,r)}function Bs(e,t,n=1/0){const r=Ps(e,St,t.shouldTestNextSiblings);return gn(s=>y(s)&&t(s),r,!0,n)}function Pn(e,t,n){const r=(Array.isArray(e)?e:[e]).filter(y);if(r.length===0)return r;const s=Nn(t,n);return s===kt.trueFunc?r:r.filter(s)}const Qc=/^\s*[+~]/;function Zc(e){if(!e)return this._make([]);if(typeof e!="string"){const t=Z(e)?e.toArray():[e],n=this.toArray();return this._make(t.filter(r=>n.some(s=>ls(s,r))))}return this._findBySelector(e,Number.POSITIVE_INFINITY)}function Jc(e,t){var n;const r=this.toArray(),s=Qc.test(e)?r:this.children().toArray(),i={context:r,root:(n=this._root)===null||n===void 0?void 0:n[0],xmlMode:this.options.xmlMode,lowerCaseTags:this.options.lowerCaseTags,lowerCaseAttributeNames:this.options.lowerCaseAttributeNames,pseudos:this.options.pseudos,quirksMode:this.options.quirksMode};return this._make(Wc(e,s,i,t))}function Dn(e){return function(t,...n){return function(r){var s;let i=e(t,this);return r&&(i=_n(i,r,this.options.xmlMode,(s=this._root)===null||s===void 0?void 0:s[0])),this._make(this.length>1&&i.length>1?n.reduce((a,l)=>l(a),i):i)}}}const Ve=Dn((e,t)=>{let n=[];for(let r=0;r<t.length;r++){const s=e(t[r]);s.length>0&&(n=n.concat(s))}return n}),jn=Dn((e,t)=>{const n=[];for(let r=0;r<t.length;r++){const s=e(t[r]);s!==null&&n.push(s)}return n});function Ln(e,...t){let n=null;const r=Dn((s,i)=>{const a=[];return $(i,l=>{for(let o;(o=s(l))&&!(n!=null&&n(o,a.length));l=o)a.push(o)}),a})(e,...t);return function(s,i){n=typeof s=="string"?l=>Ds(l,s,this.options):s?He(s):null;const a=r.call(this,i);return n=null,a}}function Se(e){return e.length>1?Array.from(new Set(e)):e}const Yc=jn(({parent:e})=>e&&!oe(e)?e:null,Se),Xc=Ve(e=>{const t=[];for(;e.parent&&!oe(e.parent);)t.push(e.parent),e=e.parent;return t},ve,e=>e.reverse()),Kc=Ln(({parent:e})=>e&&!oe(e)?e:null,ve,e=>e.reverse());function eh(e){var t;const n=[];if(!e)return this._make(n);const r={xmlMode:this.options.xmlMode,root:(t=this._root)===null||t===void 0?void 0:t[0]},s=typeof e=="string"?i=>Ds(i,e,r):He(e);return $(this,i=>{for(i&&!oe(i)&&!y(i)&&(i=i.parent);i&&y(i);){if(s(i,0)){n.includes(i)||n.push(i);break}i=i.parent}}),this._make(n)}const th=jn(e=>dn(e)),nh=Ve(e=>{const t=[];for(;e.next;)e=e.next,y(e)&&t.push(e);return t},Se),rh=Ln(e=>dn(e),Se),sh=jn(e=>pn(e)),ih=Ve(e=>{const t=[];for(;e.prev;)e=e.prev,y(e)&&t.push(e);return t},Se),ah=Ln(e=>pn(e),Se),oh=Ve(e=>ns(e).filter(t=>y(t)&&t!==e),ve),lh=Ve(e=>xt(e).filter(y),Se);function ch(){const e=this.toArray().reduce((t,n)=>C(n)?t.concat(n.children):t,[]);return this._make(e)}function hh(e){let t=0;const n=this.length;for(;t<n&&e.call(this[t],t,this[t])!==!1;)++t;return this}function uh(e){let t=[];for(let n=0;n<this.length;n++){const r=this[n],s=e.call(r,n,r);s!=null&&(t=t.concat(s))}return this._make(t)}function He(e){return typeof e=="function"?(t,n)=>e.call(t,n,t):Z(e)?t=>Array.prototype.includes.call(e,t):function(t){return e===t}}function fh(e){var t;return this._make(_n(this.toArray(),e,this.options.xmlMode,(t=this._root)===null||t===void 0?void 0:t[0]))}function _n(e,t,n,r){return typeof t=="string"?Ls(t,e,{xmlMode:n,root:r}):e.filter(He(t))}function dh(e){const t=this.toArray();return typeof e=="string"?js(t.filter(y),e,this.options):e?t.some(He(e)):!1}function ph(e){let t=this.toArray();if(typeof e=="string"){const n=new Set(Ls(e,t,this.options));t=t.filter(r=>!n.has(r))}else{const n=He(e);t=t.filter((r,s)=>!n(r,s))}return this._make(t)}function gh(e){return this.filter(typeof e=="string"?`:has(${e})`:(t,n)=>this._make(n).find(e).length>0)}function mh(){return this.length>1?this._make(this[0]):this}function bh(){return this.length>0?this._make(this[this.length-1]):this}function yh(e){var t;return e=+e,e===0&&this.length<=1?this:(e<0&&(e=this.length+e),this._make((t=this[e])!==null&&t!==void 0?t:[]))}function wh(e){return e==null?this.toArray():this[e<0?this.length+e:e]}function xh(){return Array.prototype.slice.call(this)}function vh(e){let t,n;return e==null?(t=this.parent().children(),n=this[0]):typeof e=="string"?(t=this._make(e),n=this[0]):(t=this,n=Z(e)?e[0]:e),Array.prototype.indexOf.call(t,n)}function Ah(e,t){return this._make(Array.prototype.slice.call(this,e,t))}function Sh(){var e;return(e=this.prevObject)!==null&&e!==void 0?e:this._make([])}function $h(e,t){const n=this._make(e,t),r=ve([...this.get(),...n.get()]);return this._make(r)}function Ch(e){return this.prevObject?this.add(e?this.prevObject.filter(e):this.prevObject):this}var Eh=Object.freeze({__proto__:null,_findBySelector:Jc,add:$h,addBack:Ch,children:lh,closest:eh,contents:ch,each:hh,end:Sh,eq:yh,filter:fh,filterArray:_n,find:Zc,first:mh,get:wh,has:gh,index:vh,is:dh,last:bh,map:uh,next:th,nextAll:nh,nextUntil:rh,not:ph,parent:Yc,parents:Xc,parentsUntil:Kc,prev:sh,prevAll:ih,prevUntil:ah,siblings:oh,slice:Ah,toArray:xh});function kh(e){return function(t,n,r,s){if(typeof Buffer!="undefined"&&Buffer.isBuffer(t)&&(t=t.toString()),typeof t=="string")return e(t,n,r,s);const i=t;if(!Array.isArray(i)&&oe(i))return i;const a=new je([]);return ue(i,a),a}}function ue(e,t){const n=Array.isArray(e)?e:[e];t?t.children=n:t=null;for(let r=0;r<n.length;r++){const s=n[r];s.parent&&s.parent.children!==n&&le(s),t?(s.prev=n[r-1]||null,s.next=n[r+1]||null):s.prev=s.next=null,s.parent=t}return t}function Th(e,t){if(e==null)return[];if(typeof e=="string")return this._parse(e,this.options,!1,null).children.slice(0);if("length"in e){if(e.length===1)return this._makeDomArray(e[0],t);const n=[];for(let r=0;r<e.length;r++){const s=e[r];if(typeof s=="object"){if(s==null)continue;if(!("length"in s)){n.push(t?Le(s,!0):s);continue}}n.push(...this._makeDomArray(s,t))}return n}return[t?Le(e,!0):e]}function Fs(e){return function(...t){const n=this.length-1;return $(this,(r,s)=>{if(!C(r))return;const i=typeof t[0]=="function"?t[0].call(r,s,this._render(r.children)):t,a=this._makeDomArray(i,s<n);e(a,r.children,r)})}}function te(e,t,n,r,s){var i,a;const l=[t,n,...r],o=t===0?null:e[t-1],c=t+n>=e.length?null:e[t+n];for(let h=0;h<r.length;++h){const f=r[h],d=f.parent;if(d){const p=d.children.indexOf(f);p>-1&&(d.children.splice(p,1),s===d&&t>p&&l[0]--)}f.parent=s,f.prev&&(f.prev.next=(i=f.next)!==null&&i!==void 0?i:null),f.next&&(f.next.prev=(a=f.prev)!==null&&a!==void 0?a:null),f.prev=h===0?o:r[h-1],f.next=h===r.length-1?c:r[h+1]}return o&&(o.next=r[0]),c&&(c.prev=r[r.length-1]),e.splice(...l)}function Ih(e){return(Z(e)?e:this._make(e)).append(this),this}function Nh(e){return(Z(e)?e:this._make(e)).prepend(this),this}const qh=Fs((e,t,n)=>{te(t,t.length,0,e,n)}),Oh=Fs((e,t,n)=>{te(t,0,0,e,n)});function Us(e){return function(t){const n=this.length-1,r=this.parents().last();for(let s=0;s<this.length;s++){const i=this[s],a=typeof t=="function"?t.call(i,s,i):typeof t=="string"&&!yn(t)?r.find(t).clone():t,[l]=this._makeDomArray(a,s<n);if(!l||!C(l))continue;let o=l,c=0;for(;c<o.children.length;){const h=o.children[c];y(h)?(o=h,c=0):c++}e(i,o,[l])}return this}}const Ph=Us((e,t,n)=>{const{parent:r}=e;if(!r)return;const s=r.children,i=s.indexOf(e);ue([e],t),te(s,i,0,n,r)}),Dh=Us((e,t,n)=>{C(e)&&(ue(e.children,t),ue(n,e))});function jh(e){return this.parent(e).not("body").each((t,n)=>{this._make(n).replaceWith(n.children)}),this}function Lh(e){const t=this[0];if(t){const n=this._make(typeof e=="function"?e.call(t,0,t):e).insertBefore(t);let r;for(let i=0;i<n.length;i++)n[i].type==="tag"&&(r=n[i]);let s=0;for(;r&&s<r.children.length;){const i=r.children[s];i.type==="tag"?(r=i,s=0):s++}r&&this._make(r).append(this)}return this}function _h(...e){const t=this.length-1;return $(this,(n,r)=>{if(!C(n)||!n.parent)return;const s=n.parent.children,i=s.indexOf(n);if(i<0)return;const a=typeof e[0]=="function"?e[0].call(n,r,this._render(n.children)):e,l=this._makeDomArray(a,r<t);te(s,i+1,0,l,n.parent)})}function Mh(e){typeof e=="string"&&(e=this._make(e)),this.remove();const t=[];for(const n of this._makeDomArray(e)){const r=this.clone().toArray(),{parent:s}=n;if(!s)continue;const i=s.children,a=i.indexOf(n);a<0||(te(i,a+1,0,r,s),t.push(...r))}return this._make(t)}function Bh(...e){const t=this.length-1;return $(this,(n,r)=>{if(!C(n)||!n.parent)return;const s=n.parent.children,i=s.indexOf(n);if(i<0)return;const a=typeof e[0]=="function"?e[0].call(n,r,this._render(n.children)):e,l=this._makeDomArray(a,r<t);te(s,i,0,l,n.parent)})}function Fh(e){const t=this._make(e);this.remove();const n=[];return $(t,r=>{const s=this.clone().toArray(),{parent:i}=r;if(!i)return;const a=i.children,l=a.indexOf(r);l<0||(te(a,l,0,s,i),n.push(...s))}),this._make(n)}function Uh(e){const t=e?this.filter(e):this;return $(t,n=>{le(n),n.prev=n.next=n.parent=null}),this}function Rh(e){return $(this,(t,n)=>{const{parent:r}=t;if(!r)return;const s=r.children,i=typeof e=="function"?e.call(t,n,t):e,a=this._makeDomArray(i);ue(a,null);const l=s.indexOf(t);te(s,l,1,a,r),a.includes(t)||(t.parent=t.prev=t.next=null)})}function Vh(){return $(this,e=>{if(C(e)){for(const t of e.children)t.next=t.prev=t.parent=null;e.children.length=0}})}function Hh(e){if(e===void 0){const t=this[0];return!t||!C(t)?null:this._render(t.children)}return $(this,t=>{if(!C(t))return;for(const r of t.children)r.next=r.prev=r.parent=null;const n=Z(e)?e.toArray():this._parse(`${e}`,this.options,!1,t).children;ue(n,t)})}function Gh(){return this._render(this)}function zh(e){return e===void 0?Me(this):typeof e=="function"?$(this,(t,n)=>this._make(t).text(e.call(t,n,Me([t])))):$(this,t=>{if(!C(t))return;for(const r of t.children)r.next=r.prev=r.parent=null;const n=new gt(`${e}`);ue(n,t)})}function Wh(){const e=Array.prototype.map.call(this.get(),n=>Le(n,!0)),t=new je(e);for(const n of e)n.parent=t;return this._make(e)}var Qh=Object.freeze({__proto__:null,_makeDomArray:Th,after:_h,append:qh,appendTo:Ih,before:Bh,clone:Wh,empty:Vh,html:Hh,insertAfter:Mh,insertBefore:Fh,prepend:Oh,prependTo:Nh,remove:Uh,replaceWith:Rh,text:zh,toString:Gh,unwrap:jh,wrap:Ph,wrapAll:Lh,wrapInner:Dh});function Zh(e,t){if(e!=null&&t!=null||typeof e=="object"&&!Array.isArray(e))return $(this,(n,r)=>{y(n)&&Rs(n,e,t,r)});if(this.length!==0)return Vs(this[0],e)}function Rs(e,t,n,r){if(typeof t=="string"){const s=Vs(e),i=typeof n=="function"?n.call(e,r,s[t]):n;i===""?delete s[t]:i!=null&&(s[t]=i),e.attribs.style=Jh(s)}else if(typeof t=="object"){const s=Object.keys(t);for(let i=0;i<s.length;i++){const a=s[i];Rs(e,a,t[a],i)}}}function Vs(e,t){if(!e||!y(e))return;const n=Yh(e.attribs.style);if(typeof t=="string")return n[t];if(Array.isArray(t)){const r={};for(const s of t)n[s]!=null&&(r[s]=n[s]);return r}return n}function Jh(e){return Object.keys(e).reduce((t,n)=>`${t}${t?" ":""}${n}: ${e[n]};`,"")}function Yh(e){if(e=(e||"").trim(),!e)return{};const t={};let n;for(const r of e.split(";")){const s=r.indexOf(":");if(s<1||s===r.length-1){const i=r.trimEnd();i.length>0&&n!==void 0&&(t[n]+=`;${i}`)}else n=r.slice(0,s).trim(),t[n]=r.slice(s+1).trim()}return t}var Xh=Object.freeze({__proto__:null,css:Zh});const Hs="input,select,textarea,keygen",Kh=/%20/g,Gs=/\r?\n/g;function eu(){return this.serializeArray().map(e=>`${encodeURIComponent(e.name)}=${encodeURIComponent(e.value)}`).join("&").replace(Kh,"+")}function tu(){return this.map((e,t)=>{const n=this._make(t);return y(t)&&t.name==="form"?n.find(Hs).toArray():n.filter(Hs).toArray()}).filter('[name!=""]:enabled:not(:submit, :button, :image, :reset, :file):matches([checked], :not(:checkbox, :radio))').map((e,t)=>{var n;const r=this._make(t),s=r.attr("name"),i=(n=r.val())!==null&&n!==void 0?n:"";return Array.isArray(i)?i.map(a=>({name:s,value:a.replace(Gs,`\r
11
- `)})):{name:s,value:i.replace(Gs,`\r
12
- `)}}).toArray()}var nu=Object.freeze({__proto__:null,serialize:eu,serializeArray:tu});function ru(e){var t;return typeof e=="string"?{selector:e,value:"textContent"}:{selector:e.selector,value:(t=e.value)!==null&&t!==void 0?t:"textContent"}}function su(e){const t={};for(const n in e){const r=e[n],s=Array.isArray(r),{selector:i,value:a}=ru(s?r[0]:r),l=typeof a=="function"?a:typeof a=="string"?o=>this._make(o).prop(a):o=>this._make(o).extract(a);if(s)t[n]=this._findBySelector(i,Number.POSITIVE_INFINITY).map((o,c)=>l(c,n,t)).get();else{const o=this._findBySelector(i,1);t[n]=o.length>0?l(o[0],n,t):void 0}}return t}var iu=Object.freeze({__proto__:null,extract:su});class Ge{constructor(t,n,r){if(this.length=0,this.options=r,this._root=n,t){for(let s=0;s<t.length;s++)this[s]=t[s];this.length=t.length}}}Ge.prototype.cheerio="[cheerio object]",Ge.prototype.splice=Array.prototype.splice,Ge.prototype[Symbol.iterator]=Array.prototype[Symbol.iterator],Object.assign(Ge.prototype,hc,Eh,Qh,Xh,nu,iu);function au(e,t){return function n(r,s,i=!0){if(r==null)throw new Error("cheerio.load() expects a string");const a=an(s),l=e(r,a,i,null);class o extends Ge{_make(f,d){const p=c(f,d);return p.prevObject=this,p}_parse(f,d,p,g){return e(f,d,p,g)}_render(f){return t(f,this.options)}}function c(h,f,d=l,p){if(h&&Z(h))return h;const g=an(p,a),v=typeof d=="string"?[e(d,g,!1,null)]:"length"in d?d:[d],A=Z(v)?v:new o(v,null,g);if(A._root=A,!h)return new o(void 0,A,g);const _=typeof h=="string"&&yn(h)?e(h,g,!1,null).children:ou(h)?[h]:Array.isArray(h)?h:void 0,fe=new o(_,A,g);if(_)return fe;if(typeof h!="string")throw new TypeError("Unexpected type of selector");let Ce=h;const Ee=f?typeof f=="string"?yn(f)?new o([e(f,g,!1,null)],A,g):(Ce=`${f} ${Ce}`,A):Z(f)?f:new o(Array.isArray(f)?f:[f],A,g):A;return Ee?Ee.find(Ce):fe}return Object.assign(c,Xl,{load:n,_root:l,_options:a,fn:o.prototype,prototype:o.prototype}),c}}function ou(e){return!!e.name||e.type==="root"||e.type==="text"||e.type==="comment"}var b;(function(e){e[e.Tab=9]="Tab",e[e.NewLine=10]="NewLine",e[e.FormFeed=12]="FormFeed",e[e.CarriageReturn=13]="CarriageReturn",e[e.Space=32]="Space",e[e.ExclamationMark=33]="ExclamationMark",e[e.Number=35]="Number",e[e.Amp=38]="Amp",e[e.SingleQuote=39]="SingleQuote",e[e.DoubleQuote=34]="DoubleQuote",e[e.Dash=45]="Dash",e[e.Slash=47]="Slash",e[e.Zero=48]="Zero",e[e.Nine=57]="Nine",e[e.Semi=59]="Semi",e[e.Lt=60]="Lt",e[e.Eq=61]="Eq",e[e.Gt=62]="Gt",e[e.Questionmark=63]="Questionmark",e[e.UpperA=65]="UpperA",e[e.LowerA=97]="LowerA",e[e.UpperF=70]="UpperF",e[e.LowerF=102]="LowerF",e[e.UpperZ=90]="UpperZ",e[e.LowerZ=122]="LowerZ",e[e.LowerX=120]="LowerX",e[e.OpeningSquareBracket=91]="OpeningSquareBracket"})(b||(b={}));var u;(function(e){e[e.Text=1]="Text",e[e.BeforeTagName=2]="BeforeTagName",e[e.InTagName=3]="InTagName",e[e.InSelfClosingTag=4]="InSelfClosingTag",e[e.BeforeClosingTagName=5]="BeforeClosingTagName",e[e.InClosingTagName=6]="InClosingTagName",e[e.AfterClosingTagName=7]="AfterClosingTagName",e[e.BeforeAttributeName=8]="BeforeAttributeName",e[e.InAttributeName=9]="InAttributeName",e[e.AfterAttributeName=10]="AfterAttributeName",e[e.BeforeAttributeValue=11]="BeforeAttributeValue",e[e.InAttributeValueDq=12]="InAttributeValueDq",e[e.InAttributeValueSq=13]="InAttributeValueSq",e[e.InAttributeValueNq=14]="InAttributeValueNq",e[e.BeforeDeclaration=15]="BeforeDeclaration",e[e.InDeclaration=16]="InDeclaration",e[e.InProcessingInstruction=17]="InProcessingInstruction",e[e.BeforeComment=18]="BeforeComment",e[e.CDATASequence=19]="CDATASequence",e[e.InSpecialComment=20]="InSpecialComment",e[e.InCommentLike=21]="InCommentLike",e[e.BeforeSpecialS=22]="BeforeSpecialS",e[e.BeforeSpecialT=23]="BeforeSpecialT",e[e.SpecialStartSequence=24]="SpecialStartSequence",e[e.InSpecialTag=25]="InSpecialTag",e[e.InEntity=26]="InEntity"})(u||(u={}));function J(e){return e===b.Space||e===b.NewLine||e===b.Tab||e===b.FormFeed||e===b.CarriageReturn}function Ot(e){return e===b.Slash||e===b.Gt||J(e)}function lu(e){return e>=b.LowerA&&e<=b.LowerZ||e>=b.UpperA&&e<=b.UpperZ}var G;(function(e){e[e.NoValue=0]="NoValue",e[e.Unquoted=1]="Unquoted",e[e.Single=2]="Single",e[e.Double=3]="Double"})(G||(G={}));const N={Cdata:new Uint8Array([67,68,65,84,65,91]),CdataEnd:new Uint8Array([93,93,62]),CommentEnd:new Uint8Array([45,45,62]),ScriptEnd:new Uint8Array([60,47,115,99,114,105,112,116]),StyleEnd:new Uint8Array([60,47,115,116,121,108,101]),TitleEnd:new Uint8Array([60,47,116,105,116,108,101]),TextareaEnd:new Uint8Array([60,47,116,101,120,116,97,114,101,97])};class cu{constructor({xmlMode:t=!1,decodeEntities:n=!0},r){this.cbs=r,this.state=u.Text,this.buffer="",this.sectionStart=0,this.index=0,this.entityStart=0,this.baseState=u.Text,this.isSpecial=!1,this.running=!0,this.offset=0,this.currentSequence=void 0,this.sequenceIndex=0,this.xmlMode=t,this.decodeEntities=n,this.entityDecoder=new nl(t?Zo:Qo,(s,i)=>this.emitCodePoint(s,i))}reset(){this.state=u.Text,this.buffer="",this.sectionStart=0,this.index=0,this.baseState=u.Text,this.currentSequence=void 0,this.running=!0,this.offset=0}write(t){this.offset+=this.buffer.length,this.buffer=t,this.parse()}end(){this.running&&this.finish()}pause(){this.running=!1}resume(){this.running=!0,this.index<this.buffer.length+this.offset&&this.parse()}stateText(t){t===b.Lt||!this.decodeEntities&&this.fastForwardTo(b.Lt)?(this.index>this.sectionStart&&this.cbs.ontext(this.sectionStart,this.index),this.state=u.BeforeTagName,this.sectionStart=this.index):this.decodeEntities&&t===b.Amp&&this.startEntity()}stateSpecialStartSequence(t){const n=this.sequenceIndex===this.currentSequence.length;if(!(n?Ot(t):(t|32)===this.currentSequence[this.sequenceIndex]))this.isSpecial=!1;else if(!n){this.sequenceIndex++;return}this.sequenceIndex=0,this.state=u.InTagName,this.stateInTagName(t)}stateInSpecialTag(t){if(this.sequenceIndex===this.currentSequence.length){if(t===b.Gt||J(t)){const n=this.index-this.currentSequence.length;if(this.sectionStart<n){const r=this.index;this.index=n,this.cbs.ontext(this.sectionStart,n),this.index=r}this.isSpecial=!1,this.sectionStart=n+2,this.stateInClosingTagName(t);return}this.sequenceIndex=0}(t|32)===this.currentSequence[this.sequenceIndex]?this.sequenceIndex+=1:this.sequenceIndex===0?this.currentSequence===N.TitleEnd?this.decodeEntities&&t===b.Amp&&this.startEntity():this.fastForwardTo(b.Lt)&&(this.sequenceIndex=1):this.sequenceIndex=+(t===b.Lt)}stateCDATASequence(t){t===N.Cdata[this.sequenceIndex]?++this.sequenceIndex===N.Cdata.length&&(this.state=u.InCommentLike,this.currentSequence=N.CdataEnd,this.sequenceIndex=0,this.sectionStart=this.index+1):(this.sequenceIndex=0,this.state=u.InDeclaration,this.stateInDeclaration(t))}fastForwardTo(t){for(;++this.index<this.buffer.length+this.offset;)if(this.buffer.charCodeAt(this.index-this.offset)===t)return!0;return this.index=this.buffer.length+this.offset-1,!1}stateInCommentLike(t){t===this.currentSequence[this.sequenceIndex]?++this.sequenceIndex===this.currentSequence.length&&(this.currentSequence===N.CdataEnd?this.cbs.oncdata(this.sectionStart,this.index,2):this.cbs.oncomment(this.sectionStart,this.index,2),this.sequenceIndex=0,this.sectionStart=this.index+1,this.state=u.Text):this.sequenceIndex===0?this.fastForwardTo(this.currentSequence[0])&&(this.sequenceIndex=1):t!==this.currentSequence[this.sequenceIndex-1]&&(this.sequenceIndex=0)}isTagStartChar(t){return this.xmlMode?!Ot(t):lu(t)}startSpecial(t,n){this.isSpecial=!0,this.currentSequence=t,this.sequenceIndex=n,this.state=u.SpecialStartSequence}stateBeforeTagName(t){if(t===b.ExclamationMark)this.state=u.BeforeDeclaration,this.sectionStart=this.index+1;else if(t===b.Questionmark)this.state=u.InProcessingInstruction,this.sectionStart=this.index+1;else if(this.isTagStartChar(t)){const n=t|32;this.sectionStart=this.index,this.xmlMode?this.state=u.InTagName:n===N.ScriptEnd[2]?this.state=u.BeforeSpecialS:n===N.TitleEnd[2]?this.state=u.BeforeSpecialT:this.state=u.InTagName}else t===b.Slash?this.state=u.BeforeClosingTagName:(this.state=u.Text,this.stateText(t))}stateInTagName(t){Ot(t)&&(this.cbs.onopentagname(this.sectionStart,this.index),this.sectionStart=-1,this.state=u.BeforeAttributeName,this.stateBeforeAttributeName(t))}stateBeforeClosingTagName(t){J(t)||(t===b.Gt?this.state=u.Text:(this.state=this.isTagStartChar(t)?u.InClosingTagName:u.InSpecialComment,this.sectionStart=this.index))}stateInClosingTagName(t){(t===b.Gt||J(t))&&(this.cbs.onclosetag(this.sectionStart,this.index),this.sectionStart=-1,this.state=u.AfterClosingTagName,this.stateAfterClosingTagName(t))}stateAfterClosingTagName(t){(t===b.Gt||this.fastForwardTo(b.Gt))&&(this.state=u.Text,this.sectionStart=this.index+1)}stateBeforeAttributeName(t){t===b.Gt?(this.cbs.onopentagend(this.index),this.isSpecial?(this.state=u.InSpecialTag,this.sequenceIndex=0):this.state=u.Text,this.sectionStart=this.index+1):t===b.Slash?this.state=u.InSelfClosingTag:J(t)||(this.state=u.InAttributeName,this.sectionStart=this.index)}stateInSelfClosingTag(t){t===b.Gt?(this.cbs.onselfclosingtag(this.index),this.state=u.Text,this.sectionStart=this.index+1,this.isSpecial=!1):J(t)||(this.state=u.BeforeAttributeName,this.stateBeforeAttributeName(t))}stateInAttributeName(t){(t===b.Eq||Ot(t))&&(this.cbs.onattribname(this.sectionStart,this.index),this.sectionStart=this.index,this.state=u.AfterAttributeName,this.stateAfterAttributeName(t))}stateAfterAttributeName(t){t===b.Eq?this.state=u.BeforeAttributeValue:t===b.Slash||t===b.Gt?(this.cbs.onattribend(G.NoValue,this.sectionStart),this.sectionStart=-1,this.state=u.BeforeAttributeName,this.stateBeforeAttributeName(t)):J(t)||(this.cbs.onattribend(G.NoValue,this.sectionStart),this.state=u.InAttributeName,this.sectionStart=this.index)}stateBeforeAttributeValue(t){t===b.DoubleQuote?(this.state=u.InAttributeValueDq,this.sectionStart=this.index+1):t===b.SingleQuote?(this.state=u.InAttributeValueSq,this.sectionStart=this.index+1):J(t)||(this.sectionStart=this.index,this.state=u.InAttributeValueNq,this.stateInAttributeValueNoQuotes(t))}handleInAttributeValue(t,n){t===n||!this.decodeEntities&&this.fastForwardTo(n)?(this.cbs.onattribdata(this.sectionStart,this.index),this.sectionStart=-1,this.cbs.onattribend(n===b.DoubleQuote?G.Double:G.Single,this.index+1),this.state=u.BeforeAttributeName):this.decodeEntities&&t===b.Amp&&this.startEntity()}stateInAttributeValueDoubleQuotes(t){this.handleInAttributeValue(t,b.DoubleQuote)}stateInAttributeValueSingleQuotes(t){this.handleInAttributeValue(t,b.SingleQuote)}stateInAttributeValueNoQuotes(t){J(t)||t===b.Gt?(this.cbs.onattribdata(this.sectionStart,this.index),this.sectionStart=-1,this.cbs.onattribend(G.Unquoted,this.index),this.state=u.BeforeAttributeName,this.stateBeforeAttributeName(t)):this.decodeEntities&&t===b.Amp&&this.startEntity()}stateBeforeDeclaration(t){t===b.OpeningSquareBracket?(this.state=u.CDATASequence,this.sequenceIndex=0):this.state=t===b.Dash?u.BeforeComment:u.InDeclaration}stateInDeclaration(t){(t===b.Gt||this.fastForwardTo(b.Gt))&&(this.cbs.ondeclaration(this.sectionStart,this.index),this.state=u.Text,this.sectionStart=this.index+1)}stateInProcessingInstruction(t){(t===b.Gt||this.fastForwardTo(b.Gt))&&(this.cbs.onprocessinginstruction(this.sectionStart,this.index),this.state=u.Text,this.sectionStart=this.index+1)}stateBeforeComment(t){t===b.Dash?(this.state=u.InCommentLike,this.currentSequence=N.CommentEnd,this.sequenceIndex=2,this.sectionStart=this.index+1):this.state=u.InDeclaration}stateInSpecialComment(t){(t===b.Gt||this.fastForwardTo(b.Gt))&&(this.cbs.oncomment(this.sectionStart,this.index,0),this.state=u.Text,this.sectionStart=this.index+1)}stateBeforeSpecialS(t){const n=t|32;n===N.ScriptEnd[3]?this.startSpecial(N.ScriptEnd,4):n===N.StyleEnd[3]?this.startSpecial(N.StyleEnd,4):(this.state=u.InTagName,this.stateInTagName(t))}stateBeforeSpecialT(t){const n=t|32;n===N.TitleEnd[3]?this.startSpecial(N.TitleEnd,4):n===N.TextareaEnd[3]?this.startSpecial(N.TextareaEnd,4):(this.state=u.InTagName,this.stateInTagName(t))}startEntity(){this.baseState=this.state,this.state=u.InEntity,this.entityStart=this.index,this.entityDecoder.startEntity(this.xmlMode?H.Strict:this.baseState===u.Text||this.baseState===u.InSpecialTag?H.Legacy:H.Attribute)}stateInEntity(){const t=this.entityDecoder.write(this.buffer,this.index-this.offset);t>=0?(this.state=this.baseState,t===0&&(this.index=this.entityStart)):this.index=this.offset+this.buffer.length-1}cleanup(){this.running&&this.sectionStart!==this.index&&(this.state===u.Text||this.state===u.InSpecialTag&&this.sequenceIndex===0?(this.cbs.ontext(this.sectionStart,this.index),this.sectionStart=this.index):(this.state===u.InAttributeValueDq||this.state===u.InAttributeValueSq||this.state===u.InAttributeValueNq)&&(this.cbs.onattribdata(this.sectionStart,this.index),this.sectionStart=this.index))}shouldContinue(){return this.index<this.buffer.length+this.offset&&this.running}parse(){for(;this.shouldContinue();){const t=this.buffer.charCodeAt(this.index-this.offset);switch(this.state){case u.Text:{this.stateText(t);break}case u.SpecialStartSequence:{this.stateSpecialStartSequence(t);break}case u.InSpecialTag:{this.stateInSpecialTag(t);break}case u.CDATASequence:{this.stateCDATASequence(t);break}case u.InAttributeValueDq:{this.stateInAttributeValueDoubleQuotes(t);break}case u.InAttributeName:{this.stateInAttributeName(t);break}case u.InCommentLike:{this.stateInCommentLike(t);break}case u.InSpecialComment:{this.stateInSpecialComment(t);break}case u.BeforeAttributeName:{this.stateBeforeAttributeName(t);break}case u.InTagName:{this.stateInTagName(t);break}case u.InClosingTagName:{this.stateInClosingTagName(t);break}case u.BeforeTagName:{this.stateBeforeTagName(t);break}case u.AfterAttributeName:{this.stateAfterAttributeName(t);break}case u.InAttributeValueSq:{this.stateInAttributeValueSingleQuotes(t);break}case u.BeforeAttributeValue:{this.stateBeforeAttributeValue(t);break}case u.BeforeClosingTagName:{this.stateBeforeClosingTagName(t);break}case u.AfterClosingTagName:{this.stateAfterClosingTagName(t);break}case u.BeforeSpecialS:{this.stateBeforeSpecialS(t);break}case u.BeforeSpecialT:{this.stateBeforeSpecialT(t);break}case u.InAttributeValueNq:{this.stateInAttributeValueNoQuotes(t);break}case u.InSelfClosingTag:{this.stateInSelfClosingTag(t);break}case u.InDeclaration:{this.stateInDeclaration(t);break}case u.BeforeDeclaration:{this.stateBeforeDeclaration(t);break}case u.BeforeComment:{this.stateBeforeComment(t);break}case u.InProcessingInstruction:{this.stateInProcessingInstruction(t);break}case u.InEntity:{this.stateInEntity();break}}this.index++}this.cleanup()}finish(){this.state===u.InEntity&&(this.entityDecoder.end(),this.state=this.baseState),this.handleTrailingData(),this.cbs.onend()}handleTrailingData(){const t=this.buffer.length+this.offset;this.sectionStart>=t||(this.state===u.InCommentLike?this.currentSequence===N.CdataEnd?this.cbs.oncdata(this.sectionStart,t,0):this.cbs.oncomment(this.sectionStart,t,0):this.state===u.InTagName||this.state===u.BeforeAttributeName||this.state===u.BeforeAttributeValue||this.state===u.AfterAttributeName||this.state===u.InAttributeName||this.state===u.InAttributeValueSq||this.state===u.InAttributeValueDq||this.state===u.InAttributeValueNq||this.state===u.InClosingTagName||this.cbs.ontext(this.sectionStart,t))}emitCodePoint(t,n){this.baseState!==u.Text&&this.baseState!==u.InSpecialTag?(this.sectionStart<this.entityStart&&this.cbs.onattribdata(this.sectionStart,this.entityStart),this.sectionStart=this.entityStart+n,this.index=this.sectionStart-1,this.cbs.onattribentity(t)):(this.sectionStart<this.entityStart&&this.cbs.ontext(this.sectionStart,this.entityStart),this.sectionStart=this.entityStart+n,this.index=this.sectionStart-1,this.cbs.ontextentity(t,this.sectionStart))}}const $e=new Set(["input","option","optgroup","select","button","datalist","textarea"]),S=new Set(["p"]),zs=new Set(["thead","tbody"]),Ws=new Set(["dd","dt"]),Qs=new Set(["rt","rp"]),hu=new Map([["tr",new Set(["tr","th","td"])],["th",new Set(["th"])],["td",new Set(["thead","th","td"])],["body",new Set(["head","link","script"])],["li",new Set(["li"])],["p",S],["h1",S],["h2",S],["h3",S],["h4",S],["h5",S],["h6",S],["select",$e],["input",$e],["output",$e],["button",$e],["datalist",$e],["textarea",$e],["option",new Set(["option"])],["optgroup",new Set(["optgroup","option"])],["dd",Ws],["dt",Ws],["address",S],["article",S],["aside",S],["blockquote",S],["details",S],["div",S],["dl",S],["fieldset",S],["figcaption",S],["figure",S],["footer",S],["form",S],["header",S],["hr",S],["main",S],["nav",S],["ol",S],["pre",S],["section",S],["table",S],["ul",S],["rt",Qs],["rp",Qs],["tbody",zs],["tfoot",zs]]),uu=new Set(["area","base","basefont","br","col","command","embed","frame","hr","img","input","isindex","keygen","link","meta","param","source","track","wbr"]),Zs=new Set(["math","svg"]),Js=new Set(["mi","mo","mn","ms","mtext","annotation-xml","foreignobject","desc","title"]),fu=/\s|\//;class du{constructor(t,n={}){var r,s,i,a,l,o;this.options=n,this.startIndex=0,this.endIndex=0,this.openTagStart=0,this.tagname="",this.attribname="",this.attribvalue="",this.attribs=null,this.stack=[],this.buffers=[],this.bufferOffset=0,this.writeIndex=0,this.ended=!1,this.cbs=t!=null?t:{},this.htmlMode=!this.options.xmlMode,this.lowerCaseTagNames=(r=n.lowerCaseTags)!==null&&r!==void 0?r:this.htmlMode,this.lowerCaseAttributeNames=(s=n.lowerCaseAttributeNames)!==null&&s!==void 0?s:this.htmlMode,this.recognizeSelfClosing=(i=n.recognizeSelfClosing)!==null&&i!==void 0?i:!this.htmlMode,this.tokenizer=new((a=n.Tokenizer)!==null&&a!==void 0?a:cu)(this.options,this),this.foreignContext=[!this.htmlMode],(o=(l=this.cbs).onparserinit)===null||o===void 0||o.call(l,this)}ontext(t,n){var r,s;const i=this.getSlice(t,n);this.endIndex=n-1,(s=(r=this.cbs).ontext)===null||s===void 0||s.call(r,i),this.startIndex=n}ontextentity(t,n){var r,s;this.endIndex=n-1,(s=(r=this.cbs).ontext)===null||s===void 0||s.call(r,Zr(t)),this.startIndex=n}isVoidElement(t){return this.htmlMode&&uu.has(t)}onopentagname(t,n){this.endIndex=n;let r=this.getSlice(t,n);this.lowerCaseTagNames&&(r=r.toLowerCase()),this.emitOpenTag(r)}emitOpenTag(t){var n,r,s,i;this.openTagStart=this.startIndex,this.tagname=t;const a=this.htmlMode&&hu.get(t);if(a)for(;this.stack.length>0&&a.has(this.stack[0]);){const l=this.stack.shift();(r=(n=this.cbs).onclosetag)===null||r===void 0||r.call(n,l,!0)}this.isVoidElement(t)||(this.stack.unshift(t),this.htmlMode&&(Zs.has(t)?this.foreignContext.unshift(!0):Js.has(t)&&this.foreignContext.unshift(!1))),(i=(s=this.cbs).onopentagname)===null||i===void 0||i.call(s,t),this.cbs.onopentag&&(this.attribs={})}endOpenTag(t){var n,r;this.startIndex=this.openTagStart,this.attribs&&((r=(n=this.cbs).onopentag)===null||r===void 0||r.call(n,this.tagname,this.attribs,t),this.attribs=null),this.cbs.onclosetag&&this.isVoidElement(this.tagname)&&this.cbs.onclosetag(this.tagname,!0),this.tagname=""}onopentagend(t){this.endIndex=t,this.endOpenTag(!1),this.startIndex=t+1}onclosetag(t,n){var r,s,i,a,l,o,c,h;this.endIndex=n;let f=this.getSlice(t,n);if(this.lowerCaseTagNames&&(f=f.toLowerCase()),this.htmlMode&&(Zs.has(f)||Js.has(f))&&this.foreignContext.shift(),this.isVoidElement(f))this.htmlMode&&f==="br"&&((a=(i=this.cbs).onopentagname)===null||a===void 0||a.call(i,"br"),(o=(l=this.cbs).onopentag)===null||o===void 0||o.call(l,"br",{},!0),(h=(c=this.cbs).onclosetag)===null||h===void 0||h.call(c,"br",!1));else{const d=this.stack.indexOf(f);if(d!==-1)for(let p=0;p<=d;p++){const g=this.stack.shift();(s=(r=this.cbs).onclosetag)===null||s===void 0||s.call(r,g,p!==d)}else this.htmlMode&&f==="p"&&(this.emitOpenTag("p"),this.closeCurrentTag(!0))}this.startIndex=n+1}onselfclosingtag(t){this.endIndex=t,this.recognizeSelfClosing||this.foreignContext[0]?(this.closeCurrentTag(!1),this.startIndex=t+1):this.onopentagend(t)}closeCurrentTag(t){var n,r;const s=this.tagname;this.endOpenTag(t),this.stack[0]===s&&((r=(n=this.cbs).onclosetag)===null||r===void 0||r.call(n,s,!t),this.stack.shift())}onattribname(t,n){this.startIndex=t;const r=this.getSlice(t,n);this.attribname=this.lowerCaseAttributeNames?r.toLowerCase():r}onattribdata(t,n){this.attribvalue+=this.getSlice(t,n)}onattribentity(t){this.attribvalue+=Zr(t)}onattribend(t,n){var r,s;this.endIndex=n,(s=(r=this.cbs).onattribute)===null||s===void 0||s.call(r,this.attribname,this.attribvalue,t===G.Double?'"':t===G.Single?"'":t===G.NoValue?void 0:null),this.attribs&&!Object.prototype.hasOwnProperty.call(this.attribs,this.attribname)&&(this.attribs[this.attribname]=this.attribvalue),this.attribvalue=""}getInstructionName(t){const n=t.search(fu);let r=n<0?t:t.substr(0,n);return this.lowerCaseTagNames&&(r=r.toLowerCase()),r}ondeclaration(t,n){this.endIndex=n;const r=this.getSlice(t,n);if(this.cbs.onprocessinginstruction){const s=this.getInstructionName(r);this.cbs.onprocessinginstruction(`!${s}`,`!${r}`)}this.startIndex=n+1}onprocessinginstruction(t,n){this.endIndex=n;const r=this.getSlice(t,n);if(this.cbs.onprocessinginstruction){const s=this.getInstructionName(r);this.cbs.onprocessinginstruction(`?${s}`,`?${r}`)}this.startIndex=n+1}oncomment(t,n,r){var s,i,a,l;this.endIndex=n,(i=(s=this.cbs).oncomment)===null||i===void 0||i.call(s,this.getSlice(t,n-r)),(l=(a=this.cbs).oncommentend)===null||l===void 0||l.call(a),this.startIndex=n+1}oncdata(t,n,r){var s,i,a,l,o,c,h,f,d,p;this.endIndex=n;const g=this.getSlice(t,n-r);!this.htmlMode||this.options.recognizeCDATA?((i=(s=this.cbs).oncdatastart)===null||i===void 0||i.call(s),(l=(a=this.cbs).ontext)===null||l===void 0||l.call(a,g),(c=(o=this.cbs).oncdataend)===null||c===void 0||c.call(o)):((f=(h=this.cbs).oncomment)===null||f===void 0||f.call(h,`[CDATA[${g}]]`),(p=(d=this.cbs).oncommentend)===null||p===void 0||p.call(d)),this.startIndex=n+1}onend(){var t,n;if(this.cbs.onclosetag){this.endIndex=this.startIndex;for(let r=0;r<this.stack.length;r++)this.cbs.onclosetag(this.stack[r],!0)}(n=(t=this.cbs).onend)===null||n===void 0||n.call(t)}reset(){var t,n,r,s;(n=(t=this.cbs).onreset)===null||n===void 0||n.call(t),this.tokenizer.reset(),this.tagname="",this.attribname="",this.attribs=null,this.stack.length=0,this.startIndex=0,this.endIndex=0,(s=(r=this.cbs).onparserinit)===null||s===void 0||s.call(r,this),this.buffers.length=0,this.foreignContext.length=0,this.foreignContext.unshift(!this.htmlMode),this.bufferOffset=0,this.writeIndex=0,this.ended=!1}parseComplete(t){this.reset(),this.end(t)}getSlice(t,n){for(;t-this.bufferOffset>=this.buffers[0].length;)this.shiftBuffer();let r=this.buffers[0].slice(t-this.bufferOffset,n-this.bufferOffset);for(;n-this.bufferOffset>this.buffers[0].length;)this.shiftBuffer(),r+=this.buffers[0].slice(0,n-this.bufferOffset);return r}shiftBuffer(){this.bufferOffset+=this.buffers[0].length,this.writeIndex--,this.buffers.shift()}write(t){var n,r;if(this.ended){(r=(n=this.cbs).onerror)===null||r===void 0||r.call(n,new Error(".write() after done!"));return}this.buffers.push(t),this.tokenizer.running&&(this.tokenizer.write(t),this.writeIndex++)}end(t){var n,r;if(this.ended){(r=(n=this.cbs).onerror)===null||r===void 0||r.call(n,new Error(".end() after done!"));return}t&&this.write(t),this.ended=!0,this.tokenizer.end()}pause(){this.tokenizer.pause()}resume(){for(this.tokenizer.resume();this.tokenizer.running&&this.writeIndex<this.buffers.length;)this.tokenizer.write(this.buffers[this.writeIndex++]);this.ended&&this.tokenizer.end()}parseChunk(t){this.write(t)}done(t){this.end(t)}}function pu(e,t){const n=new Wo(void 0,t);return new du(n,t).end(e),n.root}const gu=au(kh(pu),bt),mu=gu(""),Mn=e=>{var t;return(t=mu.parseHTML(e))!=null?t:[]};var bu=Object.defineProperty,Ys=Object.getOwnPropertySymbols,yu=Object.prototype.hasOwnProperty,wu=Object.prototype.propertyIsEnumerable,Xs=(e,t,n)=>t in e?bu(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Ks=(e,t)=>{for(var n in t||(t={}))yu.call(t,n)&&Xs(e,n,t[n]);if(Ys)for(var n of Ys(t))wu.call(t,n)&&Xs(e,n,t[n]);return e},ei=(e,t,n)=>new Promise((r,s)=>{var i=o=>{try{l(n.next(o))}catch(c){s(c)}},a=o=>{try{l(n.throw(o))}catch(c){s(c)}},l=o=>o.done?r(o.value):Promise.resolve(o.value).then(i,a);l((n=n.apply(e,t)).next())});const ti=e=>{const t=e.filter(s=>!!s),n=t[0];n&&n.type==="text"&&!n.text.trim()&&t.shift();const r=t[t.length-1];return r&&r.type==="text"&&!r.text.trim()&&t.pop(),t},ni=(e,t)=>ei(void 0,[e,t],function*(n,{appendClass:r,transform:s}){if(n.type==="text")return{type:"text",text:n.data.replace(/\r/g,"")};if(n.type==="tag"){const i=Rr.find(([a])=>n.name===a);if(i){const a=Object.fromEntries(n.attributes.filter(({name:h})=>{var f;return["class","style"].includes(h)||((f=i[1])==null?void 0:f.includes(h))}).map(({name:h,value:f})=>[h,f])),l=ti(yield Promise.all(n.children.map(h=>ni(h,{appendClass:r,transform:s}))));r&&(a.class=a.class?`${a.class} ${n.name}`:n.name);const o=Ks(Ks({type:"node",name:n.name},Object.keys(a).length?{attrs:a}:{}),l.length?{children:l}:{}),c=s[n.name];return yield c?c(o):o}}return null}),xu=(e,...t)=>ei(void 0,[e,...t],function*(n,{appendClass:r=!0,transform:s={}}={}){return ti(yield Promise.all((Array.isArray(n)?n:Mn(n)).map(i=>ni(i,{appendClass:r,transform:s}))))}),ri=e=>(typeof e=="string"?Mn(e):e).map(t=>t.type==="text"?t.data:"childNodes"in t?ri(t.childNodes):"").join("");export{Xi as $App,xa as $Component,ia as $Config,va as $Page,Rr as ALLOWED_TAGS,ut as Cookie,dt as CookieStore,Xe as Emitter,nn as Headers,Li as MpError,Yn as Queue,ze as URLSearchParams,Si as addContact,Za as check,Ja as checkAsync,$i as compareVersion,gi as confirm,Io as createRequest,qi as decodeBase64,at as dirname,Je as download,Q as emitter,Ni as encodeBase64,Lt as env,Wt as exists,Qi as funcQueue,Ga as get,za as getAsync,ht as getCookieScopeDomain,Vn as getCurrentPage,Ci as getCurrentRoute,ct as getDomain,xu as getRichTextNodes,ri as getText,Zt as getUrlInfo,bi as getWindowInfo,Ft as go,wr as isDir,qa as isFile,Zn as isFunction,zi as lock,Y as logger,Pa as ls,ot as mkdir,ge as normalizeDomain,Wi as once,Ei as openDocument,tn as parseCookieHeader,Mn as parseHTML,Ar as parseUrl,Ua as put,Wn as query,rt as reLaunch,Da as readFile,ja as readJSON,Ut as redirect,Wa as remove,Qa as removeAsync,Hn as reportNetworkStatus,Br as request,sn as requestCookieStore,mi as retry,Oa as rm,ki as saveDocument,La as saveFile,_a as saveOnlineFile,Ti as savePhoto,Va as set,Ha as setAsync,ke as showModal,P as showToast,lt as storage,Rt as switchTab,Ra as take,Qn as type,Fa as unzip,Ii as updateApp,R as wrapFunction,pi as writeClipboard,Ma as writeFile,Ba as writeJSON};
10
+ )`,enabled:":not(:disabled)",checked:":is(:is(input[type=radio], input[type=checkbox])[checked], option:selected)",required:":is(input, select, textarea)[required]",optional:":is(input, select, textarea):not([required])",selected:"option:is([selected], select:not([multiple]):not(:has(> option[selected])) > :first-of-type)",checkbox:"[type=checkbox]",file:"[type=file]",password:"[type=password]",radio:"[type=radio]",reset:"[type=reset]",image:"[type=image]",submit:"[type=submit]",parent:":not(:empty)",header:":is(h1, h2, h3, h4, h5, h6)",button:":is(button, input[type=button])",input:":is(input, textarea, select, button)",text:"input:is(:not([type!='']), [type=text])"},Ns={};function Nc(e,t){return e===w.falseFunc?w.falseFunc:n=>t.isTag(n)&&e(n)}function qs(e,t){const n=t.getSiblings(e);if(n.length<=1)return[];const r=n.indexOf(e);return r<0||r===n.length-1?[]:n.slice(r+1).filter(t.isTag)}function En(e){return{xmlMode:!!e.xmlMode,lowerCaseAttributeNames:!!e.lowerCaseAttributeNames,lowerCaseTags:!!e.lowerCaseTags,quirksMode:!!e.quirksMode,cacheResults:!!e.cacheResults,pseudos:e.pseudos,adapter:e.adapter,equals:e.equals}}const kn=(e,t,n,r,s)=>{const i=s(t,En(n),r);return i===w.trueFunc?e:i===w.falseFunc?w.falseFunc:a=>i(a)&&e(a)},Tn={is:kn,matches:kn,where:kn,not(e,t,n,r,s){const i=s(t,En(n),r);return i===w.falseFunc?e:i===w.trueFunc?w.falseFunc:a=>!i(a)&&e(a)},has(e,t,n,r,s){const{adapter:i}=n,a=En(n);a.relativeSelector=!0;const l=t.some(h=>h.some(Sn))?[Ns]:void 0,o=s(t,a,l);if(o===w.falseFunc)return w.falseFunc;const c=Nc(o,i);if(l&&o!==w.trueFunc){const{shouldTestNextSiblings:h=!1}=o;return f=>{if(!e(f))return!1;l[0]=f;const d=i.getChildren(f),p=h?[...d,...qs(f,i)]:d;return i.existsOne(c,p)}}return h=>e(h)&&i.existsOne(c,i.getChildren(h))}};function qc(e,t,n,r,s){var i;const{name:a,data:l}=t;if(Array.isArray(l)){if(!(a in Tn))throw new Error(`Unknown pseudo-class :${a}(${l})`);return Tn[a](e,l,n,r,s)}const o=(i=n.pseudos)===null||i===void 0?void 0:i[a],c=typeof o=="string"?o:Ic[a];if(typeof c=="string"){if(l!=null)throw new Error(`Pseudo ${a} doesn't have any arguments`);const h=Et(c);return Tn.is(e,h,n,r,s)}if(typeof o=="function")return Is(o,a,l,1),h=>o(h,l)&&e(h);if(a in $n)return $n[a](e,l,n,r);if(a in Ts){const h=Ts[a];return Is(h,a,l,2),f=>h(f,n,l)&&e(f)}throw new Error(`Unknown pseudo-class :${a}`)}function In(e,t){const n=t.getParent(e);return n&&t.isTag(n)?n:null}function Oc(e,t,n,r,s){const{adapter:i,equals:a}=n;switch(t.type){case m.PseudoElement:throw new Error("Pseudo-elements are not supported by css-select");case m.ColumnCombinator:throw new Error("Column combinators are not yet supported by css-select");case m.Attribute:{if(t.namespace!=null)throw new Error("Namespaced attributes are not yet supported by css-select");return(!n.xmlMode||n.lowerCaseAttributeNames)&&(t.name=t.name.toLowerCase()),$c[t.action](e,t,n)}case m.Pseudo:return qc(e,t,n,r,s);case m.Tag:{if(t.namespace!=null)throw new Error("Namespaced tag names are not yet supported by css-select");let{name:l}=t;return(!n.xmlMode||n.lowerCaseTags)&&(l=l.toLowerCase()),function(o){return i.getName(o)===l&&e(o)}}case m.Descendant:{if(n.cacheResults===!1||typeof WeakSet=="undefined")return function(o){let c=o;for(;c=In(c,i);)if(e(c))return!0;return!1};const l=new WeakSet;return function(o){let c=o;for(;c=In(c,i);)if(!l.has(c)){if(i.isTag(c)&&e(c))return!0;l.add(c)}return!1}}case"_flexibleDescendant":return function(l){let o=l;do if(e(o))return!0;while(o=In(o,i));return!1};case m.Parent:return function(l){return i.getChildren(l).some(o=>i.isTag(o)&&e(o))};case m.Child:return function(l){const o=i.getParent(l);return o!=null&&i.isTag(o)&&e(o)};case m.Sibling:return function(l){const o=i.getSiblings(l);for(let c=0;c<o.length;c++){const h=o[c];if(a(l,h))break;if(i.isTag(h)&&e(h))return!0}return!1};case m.Adjacent:return i.prevElementSibling?function(l){const o=i.prevElementSibling(l);return o!=null&&e(o)}:function(l){const o=i.getSiblings(l);let c;for(let h=0;h<o.length;h++){const f=o[h];if(a(l,f))break;i.isTag(f)&&(c=f)}return!!c&&e(c)};case m.Universal:{if(t.namespace!=null&&t.namespace!=="*")throw new Error("Namespaced universal selectors are not yet supported by css-select");return e}}}function Os(e){return e.type===m.Pseudo&&(e.name==="scope"||Array.isArray(e.data)&&e.data.some(t=>t.some(Os)))}const Pc={type:m.Descendant},Dc={type:"_flexibleDescendant"},jc={type:m.Pseudo,name:"scope",data:null};function Lc(e,{adapter:t},n){const r=!!(n!=null&&n.every(s=>{const i=t.isTag(s)&&t.getParent(s);return s===Ns||i&&t.isTag(i)}));for(const s of e){if(!(s.length>0&&Sn(s[0])&&s[0].type!==m.Descendant))if(r&&!s.some(Os))s.unshift(Pc);else continue;s.unshift(jc)}}function Ps(e,t,n){var r;e.forEach(vc),n=(r=t.context)!==null&&r!==void 0?r:n;const s=Array.isArray(n),i=n&&(Array.isArray(n)?n:[n]);if(t.relativeSelector!==!1)Lc(e,t,i);else if(e.some(o=>o.length>0&&Sn(o[0])))throw new Error("Relative selectors are not allowed when the `relativeSelector` option is disabled");let a=!1;const l=e.map(o=>{if(o.length>=2){const[c,h]=o;c.type!==m.Pseudo||c.name!=="scope"||(s&&h.type===m.Descendant?o[1]=Dc:(h.type===m.Adjacent||h.type===m.Sibling)&&(a=!0))}return _c(o,t,i)}).reduce(Mc,w.falseFunc);return l.shouldTestNextSiblings=a,l}function _c(e,t,n){var r;return e.reduce((s,i)=>s===w.falseFunc?w.falseFunc:Oc(s,i,t,n,Ps),(r=t.rootFunc)!==null&&r!==void 0?r:w.trueFunc)}function Mc(e,t){return t===w.falseFunc||e===w.trueFunc?e:e===w.falseFunc||t===w.trueFunc?t:function(n){return e(n)||t(n)}}const Ds=(e,t)=>e===t,Bc={adapter:St,equals:Ds};function Fc(e){var t,n,r,s;const i=e!=null?e:Bc;return(t=i.adapter)!==null&&t!==void 0||(i.adapter=St),(n=i.equals)!==null&&n!==void 0||(i.equals=(s=(r=i.adapter)===null||r===void 0?void 0:r.equals)!==null&&s!==void 0?s:Ds),i}function Uc(e){return function(t,n,r){const s=Fc(n);return e(t,s,r)}}const Nn=Uc(Ps);function js(e,t,n=!1){return n&&(e=Rc(e,t)),Array.isArray(e)?t.removeSubsets(e):t.getChildren(e)}function Rc(e,t){const n=Array.isArray(e)?e.slice(0):[e],r=n.length;for(let s=0;s<r;s++){const i=qs(n[s],t);n.push(...i)}return n}const Vc=new Set(["first","last","eq","gt","nth","lt","even","odd"]);function Nt(e){return e.type!=="pseudo"?!1:Vc.has(e.name)?!0:e.name==="not"&&Array.isArray(e.data)?e.data.some(t=>t.some(Nt)):!1}function Hc(e,t,n){const r=t!=null?parseInt(t,10):NaN;switch(e){case"first":return 1;case"nth":case"eq":return isFinite(r)?r>=0?r+1:1/0:0;case"lt":return isFinite(r)?r>=0?Math.min(r,n):1/0:0;case"gt":return isFinite(r)?1/0:0;case"odd":return 2*n;case"even":return 2*n-1;case"last":case"not":return 1/0}}function Gc(e){for(;e.parent;)e=e.parent;return e}function qn(e){const t=[],n=[];for(const r of e)r.some(Nt)?t.push(r):n.push(r);return[n,t]}const zc={type:m.Universal,namespace:null},Wc={type:m.Pseudo,name:"scope",data:null};function Ls(e,t,n={}){return _s([e],t,n)}function _s(e,t,n={}){if(typeof t=="function")return e.some(t);const[r,s]=qn(Et(t));return r.length>0&&e.some(Nn(r,n))||s.some(i=>Fs(i,e,n).length>0)}function Qc(e,t,n,r){const s=typeof n=="string"?parseInt(n,10):NaN;switch(e){case"first":case"lt":return t;case"last":return t.length>0?[t[t.length-1]]:t;case"nth":case"eq":return isFinite(s)&&Math.abs(s)<t.length?[s<0?t[t.length+s]:t[s]]:[];case"gt":return isFinite(s)?t.slice(s+1):[];case"even":return t.filter((i,a)=>a%2===0);case"odd":return t.filter((i,a)=>a%2===1);case"not":{const i=new Set(Bs(n,t,r));return t.filter(a=>!i.has(a))}}}function Ms(e,t,n={}){return Bs(Et(e),t,n)}function Bs(e,t,n){if(t.length===0)return[];const[r,s]=qn(e);let i;if(r.length){const a=Pn(t,r,n);if(s.length===0)return a;a.length&&(i=new Set(a))}for(let a=0;a<s.length&&(i==null?void 0:i.size)!==t.length;a++){const l=s[a];if((i?t.filter(c=>y(c)&&!i.has(c)):t).length===0)break;const o=Fs(l,t,n);if(o.length)if(i)o.forEach(c=>i.add(c));else{if(a===s.length-1)return o;i=new Set(o)}}return typeof i!="undefined"?i.size===t.length?t:t.filter(a=>i.has(a)):[]}function Fs(e,t,n){var r;if(e.some(Ue)){const s=(r=n.root)!==null&&r!==void 0?r:Gc(t[0]),i=ye(j({},n),{context:t,relativeSelector:!1});return e.push(Wc),qt(s,e,i,!0,t.length)}return qt(t,e,n,!1,t.length)}function Zc(e,t,n={},r=1/0){if(typeof e=="function")return Us(t,e);const[s,i]=qn(Et(e)),a=i.map(l=>qt(t,l,n,!0,r));return s.length&&a.push(On(t,s,n,r)),a.length===0?[]:a.length===1?a[0]:ve(a.reduce((l,o)=>[...l,...o]))}function qt(e,t,n,r,s){const i=t.findIndex(Nt),a=t.slice(0,i),l=t[i],o=t.length-1===i?s:1/0,c=Hc(l.name,l.data,o);if(c===0)return[];const h=(a.length===0&&!Array.isArray(e)?xt(e).filter(y):a.length===0?(Array.isArray(e)?e:[e]).filter(y):r||a.some(Ue)?On(e,[a],n,c):Pn(e,[a],n)).slice(0,c);let f=Qc(l.name,h,l.data,n);if(f.length===0||t.length===i+1)return f;const d=t.slice(i+1),p=d.some(Ue);if(p){if(Ue(d[0])){const{type:g}=d[0];(g===m.Sibling||g===m.Adjacent)&&(f=js(f,St,!0)),d.unshift(zc)}n=ye(j({},n),{relativeSelector:!1,rootFunc:g=>f.includes(g)})}else n.rootFunc&&n.rootFunc!==kt.trueFunc&&(n=ye(j({},n),{rootFunc:kt.trueFunc}));return d.some(Nt)?qt(f,d,n,!1,s):p?On(f,[d],n,s):Pn(f,[d],n)}function On(e,t,n,r){const s=Nn(t,n,e);return Us(e,s,r)}function Us(e,t,n=1/0){const r=js(e,St,t.shouldTestNextSiblings);return gn(s=>y(s)&&t(s),r,!0,n)}function Pn(e,t,n){const r=(Array.isArray(e)?e:[e]).filter(y);if(r.length===0)return r;const s=Nn(t,n);return s===kt.trueFunc?r:r.filter(s)}const Jc=/^\s*[+~]/;function Yc(e){if(!e)return this._make([]);if(typeof e!="string"){const t=Z(e)?e.toArray():[e],n=this.toArray();return this._make(t.filter(r=>n.some(s=>hs(s,r))))}return this._findBySelector(e,Number.POSITIVE_INFINITY)}function Xc(e,t){var n;const r=this.toArray(),s=Jc.test(e)?r:this.children().toArray(),i={context:r,root:(n=this._root)===null||n===void 0?void 0:n[0],xmlMode:this.options.xmlMode,lowerCaseTags:this.options.lowerCaseTags,lowerCaseAttributeNames:this.options.lowerCaseAttributeNames,pseudos:this.options.pseudos,quirksMode:this.options.quirksMode};return this._make(Zc(e,s,i,t))}function Dn(e){return function(t,...n){return function(r){var s;let i=e(t,this);return r&&(i=_n(i,r,this.options.xmlMode,(s=this._root)===null||s===void 0?void 0:s[0])),this._make(this.length>1&&i.length>1?n.reduce((a,l)=>l(a),i):i)}}}const Ve=Dn((e,t)=>{let n=[];for(let r=0;r<t.length;r++){const s=e(t[r]);s.length>0&&(n=n.concat(s))}return n}),jn=Dn((e,t)=>{const n=[];for(let r=0;r<t.length;r++){const s=e(t[r]);s!==null&&n.push(s)}return n});function Ln(e,...t){let n=null;const r=Dn((s,i)=>{const a=[];return $(i,l=>{for(let o;(o=s(l))&&!(n!=null&&n(o,a.length));l=o)a.push(o)}),a})(e,...t);return function(s,i){n=typeof s=="string"?l=>Ls(l,s,this.options):s?He(s):null;const a=r.call(this,i);return n=null,a}}function Se(e){return e.length>1?Array.from(new Set(e)):e}const Kc=jn(({parent:e})=>e&&!oe(e)?e:null,Se),eh=Ve(e=>{const t=[];for(;e.parent&&!oe(e.parent);)t.push(e.parent),e=e.parent;return t},ve,e=>e.reverse()),th=Ln(({parent:e})=>e&&!oe(e)?e:null,ve,e=>e.reverse());function nh(e){var t;const n=[];if(!e)return this._make(n);const r={xmlMode:this.options.xmlMode,root:(t=this._root)===null||t===void 0?void 0:t[0]},s=typeof e=="string"?i=>Ls(i,e,r):He(e);return $(this,i=>{for(i&&!oe(i)&&!y(i)&&(i=i.parent);i&&y(i);){if(s(i,0)){n.includes(i)||n.push(i);break}i=i.parent}}),this._make(n)}const rh=jn(e=>dn(e)),sh=Ve(e=>{const t=[];for(;e.next;)e=e.next,y(e)&&t.push(e);return t},Se),ih=Ln(e=>dn(e),Se),ah=jn(e=>pn(e)),oh=Ve(e=>{const t=[];for(;e.prev;)e=e.prev,y(e)&&t.push(e);return t},Se),lh=Ln(e=>pn(e),Se),ch=Ve(e=>ss(e).filter(t=>y(t)&&t!==e),ve),hh=Ve(e=>xt(e).filter(y),Se);function uh(){const e=this.toArray().reduce((t,n)=>C(n)?t.concat(n.children):t,[]);return this._make(e)}function fh(e){let t=0;const n=this.length;for(;t<n&&e.call(this[t],t,this[t])!==!1;)++t;return this}function dh(e){let t=[];for(let n=0;n<this.length;n++){const r=this[n],s=e.call(r,n,r);s!=null&&(t=t.concat(s))}return this._make(t)}function He(e){return typeof e=="function"?(t,n)=>e.call(t,n,t):Z(e)?t=>Array.prototype.includes.call(e,t):function(t){return e===t}}function ph(e){var t;return this._make(_n(this.toArray(),e,this.options.xmlMode,(t=this._root)===null||t===void 0?void 0:t[0]))}function _n(e,t,n,r){return typeof t=="string"?Ms(t,e,{xmlMode:n,root:r}):e.filter(He(t))}function gh(e){const t=this.toArray();return typeof e=="string"?_s(t.filter(y),e,this.options):e?t.some(He(e)):!1}function mh(e){let t=this.toArray();if(typeof e=="string"){const n=new Set(Ms(e,t,this.options));t=t.filter(r=>!n.has(r))}else{const n=He(e);t=t.filter((r,s)=>!n(r,s))}return this._make(t)}function bh(e){return this.filter(typeof e=="string"?`:has(${e})`:(t,n)=>this._make(n).find(e).length>0)}function yh(){return this.length>1?this._make(this[0]):this}function wh(){return this.length>0?this._make(this[this.length-1]):this}function xh(e){var t;return e=+e,e===0&&this.length<=1?this:(e<0&&(e=this.length+e),this._make((t=this[e])!==null&&t!==void 0?t:[]))}function vh(e){return e==null?this.toArray():this[e<0?this.length+e:e]}function Ah(){return Array.prototype.slice.call(this)}function Sh(e){let t,n;return e==null?(t=this.parent().children(),n=this[0]):typeof e=="string"?(t=this._make(e),n=this[0]):(t=this,n=Z(e)?e[0]:e),Array.prototype.indexOf.call(t,n)}function $h(e,t){return this._make(Array.prototype.slice.call(this,e,t))}function Ch(){var e;return(e=this.prevObject)!==null&&e!==void 0?e:this._make([])}function Eh(e,t){const n=this._make(e,t),r=ve([...this.get(),...n.get()]);return this._make(r)}function kh(e){return this.prevObject?this.add(e?this.prevObject.filter(e):this.prevObject):this}var Th=Object.freeze({__proto__:null,_findBySelector:Xc,add:Eh,addBack:kh,children:hh,closest:nh,contents:uh,each:fh,end:Ch,eq:xh,filter:ph,filterArray:_n,find:Yc,first:yh,get:vh,has:bh,index:Sh,is:gh,last:wh,map:dh,next:rh,nextAll:sh,nextUntil:ih,not:mh,parent:Kc,parents:eh,parentsUntil:th,prev:ah,prevAll:oh,prevUntil:lh,siblings:ch,slice:$h,toArray:Ah});function Ih(e){return function(t,n,r,s){if(typeof Buffer!="undefined"&&Buffer.isBuffer(t)&&(t=t.toString()),typeof t=="string")return e(t,n,r,s);const i=t;if(!Array.isArray(i)&&oe(i))return i;const a=new je([]);return ue(i,a),a}}function ue(e,t){const n=Array.isArray(e)?e:[e];t?t.children=n:t=null;for(let r=0;r<n.length;r++){const s=n[r];s.parent&&s.parent.children!==n&&le(s),t?(s.prev=n[r-1]||null,s.next=n[r+1]||null):s.prev=s.next=null,s.parent=t}return t}function Nh(e,t){if(e==null)return[];if(typeof e=="string")return this._parse(e,this.options,!1,null).children.slice(0);if("length"in e){if(e.length===1)return this._makeDomArray(e[0],t);const n=[];for(let r=0;r<e.length;r++){const s=e[r];if(typeof s=="object"){if(s==null)continue;if(!("length"in s)){n.push(t?Le(s,!0):s);continue}}n.push(...this._makeDomArray(s,t))}return n}return[t?Le(e,!0):e]}function Rs(e){return function(...t){const n=this.length-1;return $(this,(r,s)=>{if(!C(r))return;const i=typeof t[0]=="function"?t[0].call(r,s,this._render(r.children)):t,a=this._makeDomArray(i,s<n);e(a,r.children,r)})}}function te(e,t,n,r,s){var i,a;const l=[t,n,...r],o=t===0?null:e[t-1],c=t+n>=e.length?null:e[t+n];for(let h=0;h<r.length;++h){const f=r[h],d=f.parent;if(d){const p=d.children.indexOf(f);p>-1&&(d.children.splice(p,1),s===d&&t>p&&l[0]--)}f.parent=s,f.prev&&(f.prev.next=(i=f.next)!==null&&i!==void 0?i:null),f.next&&(f.next.prev=(a=f.prev)!==null&&a!==void 0?a:null),f.prev=h===0?o:r[h-1],f.next=h===r.length-1?c:r[h+1]}return o&&(o.next=r[0]),c&&(c.prev=r[r.length-1]),e.splice(...l)}function qh(e){return(Z(e)?e:this._make(e)).append(this),this}function Oh(e){return(Z(e)?e:this._make(e)).prepend(this),this}const Ph=Rs((e,t,n)=>{te(t,t.length,0,e,n)}),Dh=Rs((e,t,n)=>{te(t,0,0,e,n)});function Vs(e){return function(t){const n=this.length-1,r=this.parents().last();for(let s=0;s<this.length;s++){const i=this[s],a=typeof t=="function"?t.call(i,s,i):typeof t=="string"&&!yn(t)?r.find(t).clone():t,[l]=this._makeDomArray(a,s<n);if(!l||!C(l))continue;let o=l,c=0;for(;c<o.children.length;){const h=o.children[c];y(h)?(o=h,c=0):c++}e(i,o,[l])}return this}}const jh=Vs((e,t,n)=>{const{parent:r}=e;if(!r)return;const s=r.children,i=s.indexOf(e);ue([e],t),te(s,i,0,n,r)}),Lh=Vs((e,t,n)=>{C(e)&&(ue(e.children,t),ue(n,e))});function _h(e){return this.parent(e).not("body").each((t,n)=>{this._make(n).replaceWith(n.children)}),this}function Mh(e){const t=this[0];if(t){const n=this._make(typeof e=="function"?e.call(t,0,t):e).insertBefore(t);let r;for(let i=0;i<n.length;i++)n[i].type==="tag"&&(r=n[i]);let s=0;for(;r&&s<r.children.length;){const i=r.children[s];i.type==="tag"?(r=i,s=0):s++}r&&this._make(r).append(this)}return this}function Bh(...e){const t=this.length-1;return $(this,(n,r)=>{if(!C(n)||!n.parent)return;const s=n.parent.children,i=s.indexOf(n);if(i<0)return;const a=typeof e[0]=="function"?e[0].call(n,r,this._render(n.children)):e,l=this._makeDomArray(a,r<t);te(s,i+1,0,l,n.parent)})}function Fh(e){typeof e=="string"&&(e=this._make(e)),this.remove();const t=[];for(const n of this._makeDomArray(e)){const r=this.clone().toArray(),{parent:s}=n;if(!s)continue;const i=s.children,a=i.indexOf(n);a<0||(te(i,a+1,0,r,s),t.push(...r))}return this._make(t)}function Uh(...e){const t=this.length-1;return $(this,(n,r)=>{if(!C(n)||!n.parent)return;const s=n.parent.children,i=s.indexOf(n);if(i<0)return;const a=typeof e[0]=="function"?e[0].call(n,r,this._render(n.children)):e,l=this._makeDomArray(a,r<t);te(s,i,0,l,n.parent)})}function Rh(e){const t=this._make(e);this.remove();const n=[];return $(t,r=>{const s=this.clone().toArray(),{parent:i}=r;if(!i)return;const a=i.children,l=a.indexOf(r);l<0||(te(a,l,0,s,i),n.push(...s))}),this._make(n)}function Vh(e){const t=e?this.filter(e):this;return $(t,n=>{le(n),n.prev=n.next=n.parent=null}),this}function Hh(e){return $(this,(t,n)=>{const{parent:r}=t;if(!r)return;const s=r.children,i=typeof e=="function"?e.call(t,n,t):e,a=this._makeDomArray(i);ue(a,null);const l=s.indexOf(t);te(s,l,1,a,r),a.includes(t)||(t.parent=t.prev=t.next=null)})}function Gh(){return $(this,e=>{if(C(e)){for(const t of e.children)t.next=t.prev=t.parent=null;e.children.length=0}})}function zh(e){if(e===void 0){const t=this[0];return!t||!C(t)?null:this._render(t.children)}return $(this,t=>{if(!C(t))return;for(const r of t.children)r.next=r.prev=r.parent=null;const n=Z(e)?e.toArray():this._parse(`${e}`,this.options,!1,t).children;ue(n,t)})}function Wh(){return this._render(this)}function Qh(e){return e===void 0?Me(this):typeof e=="function"?$(this,(t,n)=>this._make(t).text(e.call(t,n,Me([t])))):$(this,t=>{if(!C(t))return;for(const r of t.children)r.next=r.prev=r.parent=null;const n=new gt(`${e}`);ue(n,t)})}function Zh(){const e=Array.prototype.map.call(this.get(),n=>Le(n,!0)),t=new je(e);for(const n of e)n.parent=t;return this._make(e)}var Jh=Object.freeze({__proto__:null,_makeDomArray:Nh,after:Bh,append:Ph,appendTo:qh,before:Uh,clone:Zh,empty:Gh,html:zh,insertAfter:Fh,insertBefore:Rh,prepend:Dh,prependTo:Oh,remove:Vh,replaceWith:Hh,text:Qh,toString:Wh,unwrap:_h,wrap:jh,wrapAll:Mh,wrapInner:Lh});function Yh(e,t){if(e!=null&&t!=null||typeof e=="object"&&!Array.isArray(e))return $(this,(n,r)=>{y(n)&&Hs(n,e,t,r)});if(this.length!==0)return Gs(this[0],e)}function Hs(e,t,n,r){if(typeof t=="string"){const s=Gs(e),i=typeof n=="function"?n.call(e,r,s[t]):n;i===""?delete s[t]:i!=null&&(s[t]=i),e.attribs.style=Xh(s)}else if(typeof t=="object"){const s=Object.keys(t);for(let i=0;i<s.length;i++){const a=s[i];Hs(e,a,t[a],i)}}}function Gs(e,t){if(!e||!y(e))return;const n=Kh(e.attribs.style);if(typeof t=="string")return n[t];if(Array.isArray(t)){const r={};for(const s of t)n[s]!=null&&(r[s]=n[s]);return r}return n}function Xh(e){return Object.keys(e).reduce((t,n)=>`${t}${t?" ":""}${n}: ${e[n]};`,"")}function Kh(e){if(e=(e||"").trim(),!e)return{};const t={};let n;for(const r of e.split(";")){const s=r.indexOf(":");if(s<1||s===r.length-1){const i=r.trimEnd();i.length>0&&n!==void 0&&(t[n]+=`;${i}`)}else n=r.slice(0,s).trim(),t[n]=r.slice(s+1).trim()}return t}var eu=Object.freeze({__proto__:null,css:Yh});const zs="input,select,textarea,keygen",tu=/%20/g,Ws=/\r?\n/g;function nu(){return this.serializeArray().map(e=>`${encodeURIComponent(e.name)}=${encodeURIComponent(e.value)}`).join("&").replace(tu,"+")}function ru(){return this.map((e,t)=>{const n=this._make(t);return y(t)&&t.name==="form"?n.find(zs).toArray():n.filter(zs).toArray()}).filter('[name!=""]:enabled:not(:submit, :button, :image, :reset, :file):matches([checked], :not(:checkbox, :radio))').map((e,t)=>{var n;const r=this._make(t),s=r.attr("name"),i=(n=r.val())!==null&&n!==void 0?n:"";return Array.isArray(i)?i.map(a=>({name:s,value:a.replace(Ws,`\r
11
+ `)})):{name:s,value:i.replace(Ws,`\r
12
+ `)}}).toArray()}var su=Object.freeze({__proto__:null,serialize:nu,serializeArray:ru});function iu(e){var t;return typeof e=="string"?{selector:e,value:"textContent"}:{selector:e.selector,value:(t=e.value)!==null&&t!==void 0?t:"textContent"}}function au(e){const t={};for(const n in e){const r=e[n],s=Array.isArray(r),{selector:i,value:a}=iu(s?r[0]:r),l=typeof a=="function"?a:typeof a=="string"?o=>this._make(o).prop(a):o=>this._make(o).extract(a);if(s)t[n]=this._findBySelector(i,Number.POSITIVE_INFINITY).map((o,c)=>l(c,n,t)).get();else{const o=this._findBySelector(i,1);t[n]=o.length>0?l(o[0],n,t):void 0}}return t}var ou=Object.freeze({__proto__:null,extract:au});class Ge{constructor(t,n,r){if(this.length=0,this.options=r,this._root=n,t){for(let s=0;s<t.length;s++)this[s]=t[s];this.length=t.length}}}Ge.prototype.cheerio="[cheerio object]",Ge.prototype.splice=Array.prototype.splice,Ge.prototype[Symbol.iterator]=Array.prototype[Symbol.iterator],Object.assign(Ge.prototype,fc,Th,Jh,eu,su,ou);function lu(e,t){return function n(r,s,i=!0){if(r==null)throw new Error("cheerio.load() expects a string");const a=an(s),l=e(r,a,i,null);class o extends Ge{_make(f,d){const p=c(f,d);return p.prevObject=this,p}_parse(f,d,p,g){return e(f,d,p,g)}_render(f){return t(f,this.options)}}function c(h,f,d=l,p){if(h&&Z(h))return h;const g=an(p,a),v=typeof d=="string"?[e(d,g,!1,null)]:"length"in d?d:[d],A=Z(v)?v:new o(v,null,g);if(A._root=A,!h)return new o(void 0,A,g);const _=typeof h=="string"&&yn(h)?e(h,g,!1,null).children:cu(h)?[h]:Array.isArray(h)?h:void 0,fe=new o(_,A,g);if(_)return fe;if(typeof h!="string")throw new TypeError("Unexpected type of selector");let Ce=h;const Ee=f?typeof f=="string"?yn(f)?new o([e(f,g,!1,null)],A,g):(Ce=`${f} ${Ce}`,A):Z(f)?f:new o(Array.isArray(f)?f:[f],A,g):A;return Ee?Ee.find(Ce):fe}return Object.assign(c,ec,{load:n,_root:l,_options:a,fn:o.prototype,prototype:o.prototype}),c}}function cu(e){return!!e.name||e.type==="root"||e.type==="text"||e.type==="comment"}var b;(function(e){e[e.Tab=9]="Tab",e[e.NewLine=10]="NewLine",e[e.FormFeed=12]="FormFeed",e[e.CarriageReturn=13]="CarriageReturn",e[e.Space=32]="Space",e[e.ExclamationMark=33]="ExclamationMark",e[e.Number=35]="Number",e[e.Amp=38]="Amp",e[e.SingleQuote=39]="SingleQuote",e[e.DoubleQuote=34]="DoubleQuote",e[e.Dash=45]="Dash",e[e.Slash=47]="Slash",e[e.Zero=48]="Zero",e[e.Nine=57]="Nine",e[e.Semi=59]="Semi",e[e.Lt=60]="Lt",e[e.Eq=61]="Eq",e[e.Gt=62]="Gt",e[e.Questionmark=63]="Questionmark",e[e.UpperA=65]="UpperA",e[e.LowerA=97]="LowerA",e[e.UpperF=70]="UpperF",e[e.LowerF=102]="LowerF",e[e.UpperZ=90]="UpperZ",e[e.LowerZ=122]="LowerZ",e[e.LowerX=120]="LowerX",e[e.OpeningSquareBracket=91]="OpeningSquareBracket"})(b||(b={}));var u;(function(e){e[e.Text=1]="Text",e[e.BeforeTagName=2]="BeforeTagName",e[e.InTagName=3]="InTagName",e[e.InSelfClosingTag=4]="InSelfClosingTag",e[e.BeforeClosingTagName=5]="BeforeClosingTagName",e[e.InClosingTagName=6]="InClosingTagName",e[e.AfterClosingTagName=7]="AfterClosingTagName",e[e.BeforeAttributeName=8]="BeforeAttributeName",e[e.InAttributeName=9]="InAttributeName",e[e.AfterAttributeName=10]="AfterAttributeName",e[e.BeforeAttributeValue=11]="BeforeAttributeValue",e[e.InAttributeValueDq=12]="InAttributeValueDq",e[e.InAttributeValueSq=13]="InAttributeValueSq",e[e.InAttributeValueNq=14]="InAttributeValueNq",e[e.BeforeDeclaration=15]="BeforeDeclaration",e[e.InDeclaration=16]="InDeclaration",e[e.InProcessingInstruction=17]="InProcessingInstruction",e[e.BeforeComment=18]="BeforeComment",e[e.CDATASequence=19]="CDATASequence",e[e.InSpecialComment=20]="InSpecialComment",e[e.InCommentLike=21]="InCommentLike",e[e.BeforeSpecialS=22]="BeforeSpecialS",e[e.BeforeSpecialT=23]="BeforeSpecialT",e[e.SpecialStartSequence=24]="SpecialStartSequence",e[e.InSpecialTag=25]="InSpecialTag",e[e.InEntity=26]="InEntity"})(u||(u={}));function J(e){return e===b.Space||e===b.NewLine||e===b.Tab||e===b.FormFeed||e===b.CarriageReturn}function Ot(e){return e===b.Slash||e===b.Gt||J(e)}function hu(e){return e>=b.LowerA&&e<=b.LowerZ||e>=b.UpperA&&e<=b.UpperZ}var G;(function(e){e[e.NoValue=0]="NoValue",e[e.Unquoted=1]="Unquoted",e[e.Single=2]="Single",e[e.Double=3]="Double"})(G||(G={}));const N={Cdata:new Uint8Array([67,68,65,84,65,91]),CdataEnd:new Uint8Array([93,93,62]),CommentEnd:new Uint8Array([45,45,62]),ScriptEnd:new Uint8Array([60,47,115,99,114,105,112,116]),StyleEnd:new Uint8Array([60,47,115,116,121,108,101]),TitleEnd:new Uint8Array([60,47,116,105,116,108,101]),TextareaEnd:new Uint8Array([60,47,116,101,120,116,97,114,101,97])};class uu{constructor({xmlMode:t=!1,decodeEntities:n=!0},r){this.cbs=r,this.state=u.Text,this.buffer="",this.sectionStart=0,this.index=0,this.entityStart=0,this.baseState=u.Text,this.isSpecial=!1,this.running=!0,this.offset=0,this.currentSequence=void 0,this.sequenceIndex=0,this.xmlMode=t,this.decodeEntities=n,this.entityDecoder=new sl(t?Yo:Jo,(s,i)=>this.emitCodePoint(s,i))}reset(){this.state=u.Text,this.buffer="",this.sectionStart=0,this.index=0,this.baseState=u.Text,this.currentSequence=void 0,this.running=!0,this.offset=0}write(t){this.offset+=this.buffer.length,this.buffer=t,this.parse()}end(){this.running&&this.finish()}pause(){this.running=!1}resume(){this.running=!0,this.index<this.buffer.length+this.offset&&this.parse()}stateText(t){t===b.Lt||!this.decodeEntities&&this.fastForwardTo(b.Lt)?(this.index>this.sectionStart&&this.cbs.ontext(this.sectionStart,this.index),this.state=u.BeforeTagName,this.sectionStart=this.index):this.decodeEntities&&t===b.Amp&&this.startEntity()}stateSpecialStartSequence(t){const n=this.sequenceIndex===this.currentSequence.length;if(!(n?Ot(t):(t|32)===this.currentSequence[this.sequenceIndex]))this.isSpecial=!1;else if(!n){this.sequenceIndex++;return}this.sequenceIndex=0,this.state=u.InTagName,this.stateInTagName(t)}stateInSpecialTag(t){if(this.sequenceIndex===this.currentSequence.length){if(t===b.Gt||J(t)){const n=this.index-this.currentSequence.length;if(this.sectionStart<n){const r=this.index;this.index=n,this.cbs.ontext(this.sectionStart,n),this.index=r}this.isSpecial=!1,this.sectionStart=n+2,this.stateInClosingTagName(t);return}this.sequenceIndex=0}(t|32)===this.currentSequence[this.sequenceIndex]?this.sequenceIndex+=1:this.sequenceIndex===0?this.currentSequence===N.TitleEnd?this.decodeEntities&&t===b.Amp&&this.startEntity():this.fastForwardTo(b.Lt)&&(this.sequenceIndex=1):this.sequenceIndex=+(t===b.Lt)}stateCDATASequence(t){t===N.Cdata[this.sequenceIndex]?++this.sequenceIndex===N.Cdata.length&&(this.state=u.InCommentLike,this.currentSequence=N.CdataEnd,this.sequenceIndex=0,this.sectionStart=this.index+1):(this.sequenceIndex=0,this.state=u.InDeclaration,this.stateInDeclaration(t))}fastForwardTo(t){for(;++this.index<this.buffer.length+this.offset;)if(this.buffer.charCodeAt(this.index-this.offset)===t)return!0;return this.index=this.buffer.length+this.offset-1,!1}stateInCommentLike(t){t===this.currentSequence[this.sequenceIndex]?++this.sequenceIndex===this.currentSequence.length&&(this.currentSequence===N.CdataEnd?this.cbs.oncdata(this.sectionStart,this.index,2):this.cbs.oncomment(this.sectionStart,this.index,2),this.sequenceIndex=0,this.sectionStart=this.index+1,this.state=u.Text):this.sequenceIndex===0?this.fastForwardTo(this.currentSequence[0])&&(this.sequenceIndex=1):t!==this.currentSequence[this.sequenceIndex-1]&&(this.sequenceIndex=0)}isTagStartChar(t){return this.xmlMode?!Ot(t):hu(t)}startSpecial(t,n){this.isSpecial=!0,this.currentSequence=t,this.sequenceIndex=n,this.state=u.SpecialStartSequence}stateBeforeTagName(t){if(t===b.ExclamationMark)this.state=u.BeforeDeclaration,this.sectionStart=this.index+1;else if(t===b.Questionmark)this.state=u.InProcessingInstruction,this.sectionStart=this.index+1;else if(this.isTagStartChar(t)){const n=t|32;this.sectionStart=this.index,this.xmlMode?this.state=u.InTagName:n===N.ScriptEnd[2]?this.state=u.BeforeSpecialS:n===N.TitleEnd[2]?this.state=u.BeforeSpecialT:this.state=u.InTagName}else t===b.Slash?this.state=u.BeforeClosingTagName:(this.state=u.Text,this.stateText(t))}stateInTagName(t){Ot(t)&&(this.cbs.onopentagname(this.sectionStart,this.index),this.sectionStart=-1,this.state=u.BeforeAttributeName,this.stateBeforeAttributeName(t))}stateBeforeClosingTagName(t){J(t)||(t===b.Gt?this.state=u.Text:(this.state=this.isTagStartChar(t)?u.InClosingTagName:u.InSpecialComment,this.sectionStart=this.index))}stateInClosingTagName(t){(t===b.Gt||J(t))&&(this.cbs.onclosetag(this.sectionStart,this.index),this.sectionStart=-1,this.state=u.AfterClosingTagName,this.stateAfterClosingTagName(t))}stateAfterClosingTagName(t){(t===b.Gt||this.fastForwardTo(b.Gt))&&(this.state=u.Text,this.sectionStart=this.index+1)}stateBeforeAttributeName(t){t===b.Gt?(this.cbs.onopentagend(this.index),this.isSpecial?(this.state=u.InSpecialTag,this.sequenceIndex=0):this.state=u.Text,this.sectionStart=this.index+1):t===b.Slash?this.state=u.InSelfClosingTag:J(t)||(this.state=u.InAttributeName,this.sectionStart=this.index)}stateInSelfClosingTag(t){t===b.Gt?(this.cbs.onselfclosingtag(this.index),this.state=u.Text,this.sectionStart=this.index+1,this.isSpecial=!1):J(t)||(this.state=u.BeforeAttributeName,this.stateBeforeAttributeName(t))}stateInAttributeName(t){(t===b.Eq||Ot(t))&&(this.cbs.onattribname(this.sectionStart,this.index),this.sectionStart=this.index,this.state=u.AfterAttributeName,this.stateAfterAttributeName(t))}stateAfterAttributeName(t){t===b.Eq?this.state=u.BeforeAttributeValue:t===b.Slash||t===b.Gt?(this.cbs.onattribend(G.NoValue,this.sectionStart),this.sectionStart=-1,this.state=u.BeforeAttributeName,this.stateBeforeAttributeName(t)):J(t)||(this.cbs.onattribend(G.NoValue,this.sectionStart),this.state=u.InAttributeName,this.sectionStart=this.index)}stateBeforeAttributeValue(t){t===b.DoubleQuote?(this.state=u.InAttributeValueDq,this.sectionStart=this.index+1):t===b.SingleQuote?(this.state=u.InAttributeValueSq,this.sectionStart=this.index+1):J(t)||(this.sectionStart=this.index,this.state=u.InAttributeValueNq,this.stateInAttributeValueNoQuotes(t))}handleInAttributeValue(t,n){t===n||!this.decodeEntities&&this.fastForwardTo(n)?(this.cbs.onattribdata(this.sectionStart,this.index),this.sectionStart=-1,this.cbs.onattribend(n===b.DoubleQuote?G.Double:G.Single,this.index+1),this.state=u.BeforeAttributeName):this.decodeEntities&&t===b.Amp&&this.startEntity()}stateInAttributeValueDoubleQuotes(t){this.handleInAttributeValue(t,b.DoubleQuote)}stateInAttributeValueSingleQuotes(t){this.handleInAttributeValue(t,b.SingleQuote)}stateInAttributeValueNoQuotes(t){J(t)||t===b.Gt?(this.cbs.onattribdata(this.sectionStart,this.index),this.sectionStart=-1,this.cbs.onattribend(G.Unquoted,this.index),this.state=u.BeforeAttributeName,this.stateBeforeAttributeName(t)):this.decodeEntities&&t===b.Amp&&this.startEntity()}stateBeforeDeclaration(t){t===b.OpeningSquareBracket?(this.state=u.CDATASequence,this.sequenceIndex=0):this.state=t===b.Dash?u.BeforeComment:u.InDeclaration}stateInDeclaration(t){(t===b.Gt||this.fastForwardTo(b.Gt))&&(this.cbs.ondeclaration(this.sectionStart,this.index),this.state=u.Text,this.sectionStart=this.index+1)}stateInProcessingInstruction(t){(t===b.Gt||this.fastForwardTo(b.Gt))&&(this.cbs.onprocessinginstruction(this.sectionStart,this.index),this.state=u.Text,this.sectionStart=this.index+1)}stateBeforeComment(t){t===b.Dash?(this.state=u.InCommentLike,this.currentSequence=N.CommentEnd,this.sequenceIndex=2,this.sectionStart=this.index+1):this.state=u.InDeclaration}stateInSpecialComment(t){(t===b.Gt||this.fastForwardTo(b.Gt))&&(this.cbs.oncomment(this.sectionStart,this.index,0),this.state=u.Text,this.sectionStart=this.index+1)}stateBeforeSpecialS(t){const n=t|32;n===N.ScriptEnd[3]?this.startSpecial(N.ScriptEnd,4):n===N.StyleEnd[3]?this.startSpecial(N.StyleEnd,4):(this.state=u.InTagName,this.stateInTagName(t))}stateBeforeSpecialT(t){const n=t|32;n===N.TitleEnd[3]?this.startSpecial(N.TitleEnd,4):n===N.TextareaEnd[3]?this.startSpecial(N.TextareaEnd,4):(this.state=u.InTagName,this.stateInTagName(t))}startEntity(){this.baseState=this.state,this.state=u.InEntity,this.entityStart=this.index,this.entityDecoder.startEntity(this.xmlMode?H.Strict:this.baseState===u.Text||this.baseState===u.InSpecialTag?H.Legacy:H.Attribute)}stateInEntity(){const t=this.entityDecoder.write(this.buffer,this.index-this.offset);t>=0?(this.state=this.baseState,t===0&&(this.index=this.entityStart)):this.index=this.offset+this.buffer.length-1}cleanup(){this.running&&this.sectionStart!==this.index&&(this.state===u.Text||this.state===u.InSpecialTag&&this.sequenceIndex===0?(this.cbs.ontext(this.sectionStart,this.index),this.sectionStart=this.index):(this.state===u.InAttributeValueDq||this.state===u.InAttributeValueSq||this.state===u.InAttributeValueNq)&&(this.cbs.onattribdata(this.sectionStart,this.index),this.sectionStart=this.index))}shouldContinue(){return this.index<this.buffer.length+this.offset&&this.running}parse(){for(;this.shouldContinue();){const t=this.buffer.charCodeAt(this.index-this.offset);switch(this.state){case u.Text:{this.stateText(t);break}case u.SpecialStartSequence:{this.stateSpecialStartSequence(t);break}case u.InSpecialTag:{this.stateInSpecialTag(t);break}case u.CDATASequence:{this.stateCDATASequence(t);break}case u.InAttributeValueDq:{this.stateInAttributeValueDoubleQuotes(t);break}case u.InAttributeName:{this.stateInAttributeName(t);break}case u.InCommentLike:{this.stateInCommentLike(t);break}case u.InSpecialComment:{this.stateInSpecialComment(t);break}case u.BeforeAttributeName:{this.stateBeforeAttributeName(t);break}case u.InTagName:{this.stateInTagName(t);break}case u.InClosingTagName:{this.stateInClosingTagName(t);break}case u.BeforeTagName:{this.stateBeforeTagName(t);break}case u.AfterAttributeName:{this.stateAfterAttributeName(t);break}case u.InAttributeValueSq:{this.stateInAttributeValueSingleQuotes(t);break}case u.BeforeAttributeValue:{this.stateBeforeAttributeValue(t);break}case u.BeforeClosingTagName:{this.stateBeforeClosingTagName(t);break}case u.AfterClosingTagName:{this.stateAfterClosingTagName(t);break}case u.BeforeSpecialS:{this.stateBeforeSpecialS(t);break}case u.BeforeSpecialT:{this.stateBeforeSpecialT(t);break}case u.InAttributeValueNq:{this.stateInAttributeValueNoQuotes(t);break}case u.InSelfClosingTag:{this.stateInSelfClosingTag(t);break}case u.InDeclaration:{this.stateInDeclaration(t);break}case u.BeforeDeclaration:{this.stateBeforeDeclaration(t);break}case u.BeforeComment:{this.stateBeforeComment(t);break}case u.InProcessingInstruction:{this.stateInProcessingInstruction(t);break}case u.InEntity:{this.stateInEntity();break}}this.index++}this.cleanup()}finish(){this.state===u.InEntity&&(this.entityDecoder.end(),this.state=this.baseState),this.handleTrailingData(),this.cbs.onend()}handleTrailingData(){const t=this.buffer.length+this.offset;this.sectionStart>=t||(this.state===u.InCommentLike?this.currentSequence===N.CdataEnd?this.cbs.oncdata(this.sectionStart,t,0):this.cbs.oncomment(this.sectionStart,t,0):this.state===u.InTagName||this.state===u.BeforeAttributeName||this.state===u.BeforeAttributeValue||this.state===u.AfterAttributeName||this.state===u.InAttributeName||this.state===u.InAttributeValueSq||this.state===u.InAttributeValueDq||this.state===u.InAttributeValueNq||this.state===u.InClosingTagName||this.cbs.ontext(this.sectionStart,t))}emitCodePoint(t,n){this.baseState!==u.Text&&this.baseState!==u.InSpecialTag?(this.sectionStart<this.entityStart&&this.cbs.onattribdata(this.sectionStart,this.entityStart),this.sectionStart=this.entityStart+n,this.index=this.sectionStart-1,this.cbs.onattribentity(t)):(this.sectionStart<this.entityStart&&this.cbs.ontext(this.sectionStart,this.entityStart),this.sectionStart=this.entityStart+n,this.index=this.sectionStart-1,this.cbs.ontextentity(t,this.sectionStart))}}const $e=new Set(["input","option","optgroup","select","button","datalist","textarea"]),S=new Set(["p"]),Qs=new Set(["thead","tbody"]),Zs=new Set(["dd","dt"]),Js=new Set(["rt","rp"]),fu=new Map([["tr",new Set(["tr","th","td"])],["th",new Set(["th"])],["td",new Set(["thead","th","td"])],["body",new Set(["head","link","script"])],["li",new Set(["li"])],["p",S],["h1",S],["h2",S],["h3",S],["h4",S],["h5",S],["h6",S],["select",$e],["input",$e],["output",$e],["button",$e],["datalist",$e],["textarea",$e],["option",new Set(["option"])],["optgroup",new Set(["optgroup","option"])],["dd",Zs],["dt",Zs],["address",S],["article",S],["aside",S],["blockquote",S],["details",S],["div",S],["dl",S],["fieldset",S],["figcaption",S],["figure",S],["footer",S],["form",S],["header",S],["hr",S],["main",S],["nav",S],["ol",S],["pre",S],["section",S],["table",S],["ul",S],["rt",Js],["rp",Js],["tbody",Qs],["tfoot",Qs]]),du=new Set(["area","base","basefont","br","col","command","embed","frame","hr","img","input","isindex","keygen","link","meta","param","source","track","wbr"]),Ys=new Set(["math","svg"]),Xs=new Set(["mi","mo","mn","ms","mtext","annotation-xml","foreignobject","desc","title"]),pu=/\s|\//;class gu{constructor(t,n={}){var r,s,i,a,l,o;this.options=n,this.startIndex=0,this.endIndex=0,this.openTagStart=0,this.tagname="",this.attribname="",this.attribvalue="",this.attribs=null,this.stack=[],this.buffers=[],this.bufferOffset=0,this.writeIndex=0,this.ended=!1,this.cbs=t!=null?t:{},this.htmlMode=!this.options.xmlMode,this.lowerCaseTagNames=(r=n.lowerCaseTags)!==null&&r!==void 0?r:this.htmlMode,this.lowerCaseAttributeNames=(s=n.lowerCaseAttributeNames)!==null&&s!==void 0?s:this.htmlMode,this.recognizeSelfClosing=(i=n.recognizeSelfClosing)!==null&&i!==void 0?i:!this.htmlMode,this.tokenizer=new((a=n.Tokenizer)!==null&&a!==void 0?a:uu)(this.options,this),this.foreignContext=[!this.htmlMode],(o=(l=this.cbs).onparserinit)===null||o===void 0||o.call(l,this)}ontext(t,n){var r,s;const i=this.getSlice(t,n);this.endIndex=n-1,(s=(r=this.cbs).ontext)===null||s===void 0||s.call(r,i),this.startIndex=n}ontextentity(t,n){var r,s;this.endIndex=n-1,(s=(r=this.cbs).ontext)===null||s===void 0||s.call(r,Yr(t)),this.startIndex=n}isVoidElement(t){return this.htmlMode&&du.has(t)}onopentagname(t,n){this.endIndex=n;let r=this.getSlice(t,n);this.lowerCaseTagNames&&(r=r.toLowerCase()),this.emitOpenTag(r)}emitOpenTag(t){var n,r,s,i;this.openTagStart=this.startIndex,this.tagname=t;const a=this.htmlMode&&fu.get(t);if(a)for(;this.stack.length>0&&a.has(this.stack[0]);){const l=this.stack.shift();(r=(n=this.cbs).onclosetag)===null||r===void 0||r.call(n,l,!0)}this.isVoidElement(t)||(this.stack.unshift(t),this.htmlMode&&(Ys.has(t)?this.foreignContext.unshift(!0):Xs.has(t)&&this.foreignContext.unshift(!1))),(i=(s=this.cbs).onopentagname)===null||i===void 0||i.call(s,t),this.cbs.onopentag&&(this.attribs={})}endOpenTag(t){var n,r;this.startIndex=this.openTagStart,this.attribs&&((r=(n=this.cbs).onopentag)===null||r===void 0||r.call(n,this.tagname,this.attribs,t),this.attribs=null),this.cbs.onclosetag&&this.isVoidElement(this.tagname)&&this.cbs.onclosetag(this.tagname,!0),this.tagname=""}onopentagend(t){this.endIndex=t,this.endOpenTag(!1),this.startIndex=t+1}onclosetag(t,n){var r,s,i,a,l,o,c,h;this.endIndex=n;let f=this.getSlice(t,n);if(this.lowerCaseTagNames&&(f=f.toLowerCase()),this.htmlMode&&(Ys.has(f)||Xs.has(f))&&this.foreignContext.shift(),this.isVoidElement(f))this.htmlMode&&f==="br"&&((a=(i=this.cbs).onopentagname)===null||a===void 0||a.call(i,"br"),(o=(l=this.cbs).onopentag)===null||o===void 0||o.call(l,"br",{},!0),(h=(c=this.cbs).onclosetag)===null||h===void 0||h.call(c,"br",!1));else{const d=this.stack.indexOf(f);if(d!==-1)for(let p=0;p<=d;p++){const g=this.stack.shift();(s=(r=this.cbs).onclosetag)===null||s===void 0||s.call(r,g,p!==d)}else this.htmlMode&&f==="p"&&(this.emitOpenTag("p"),this.closeCurrentTag(!0))}this.startIndex=n+1}onselfclosingtag(t){this.endIndex=t,this.recognizeSelfClosing||this.foreignContext[0]?(this.closeCurrentTag(!1),this.startIndex=t+1):this.onopentagend(t)}closeCurrentTag(t){var n,r;const s=this.tagname;this.endOpenTag(t),this.stack[0]===s&&((r=(n=this.cbs).onclosetag)===null||r===void 0||r.call(n,s,!t),this.stack.shift())}onattribname(t,n){this.startIndex=t;const r=this.getSlice(t,n);this.attribname=this.lowerCaseAttributeNames?r.toLowerCase():r}onattribdata(t,n){this.attribvalue+=this.getSlice(t,n)}onattribentity(t){this.attribvalue+=Yr(t)}onattribend(t,n){var r,s;this.endIndex=n,(s=(r=this.cbs).onattribute)===null||s===void 0||s.call(r,this.attribname,this.attribvalue,t===G.Double?'"':t===G.Single?"'":t===G.NoValue?void 0:null),this.attribs&&!Object.prototype.hasOwnProperty.call(this.attribs,this.attribname)&&(this.attribs[this.attribname]=this.attribvalue),this.attribvalue=""}getInstructionName(t){const n=t.search(pu);let r=n<0?t:t.substr(0,n);return this.lowerCaseTagNames&&(r=r.toLowerCase()),r}ondeclaration(t,n){this.endIndex=n;const r=this.getSlice(t,n);if(this.cbs.onprocessinginstruction){const s=this.getInstructionName(r);this.cbs.onprocessinginstruction(`!${s}`,`!${r}`)}this.startIndex=n+1}onprocessinginstruction(t,n){this.endIndex=n;const r=this.getSlice(t,n);if(this.cbs.onprocessinginstruction){const s=this.getInstructionName(r);this.cbs.onprocessinginstruction(`?${s}`,`?${r}`)}this.startIndex=n+1}oncomment(t,n,r){var s,i,a,l;this.endIndex=n,(i=(s=this.cbs).oncomment)===null||i===void 0||i.call(s,this.getSlice(t,n-r)),(l=(a=this.cbs).oncommentend)===null||l===void 0||l.call(a),this.startIndex=n+1}oncdata(t,n,r){var s,i,a,l,o,c,h,f,d,p;this.endIndex=n;const g=this.getSlice(t,n-r);!this.htmlMode||this.options.recognizeCDATA?((i=(s=this.cbs).oncdatastart)===null||i===void 0||i.call(s),(l=(a=this.cbs).ontext)===null||l===void 0||l.call(a,g),(c=(o=this.cbs).oncdataend)===null||c===void 0||c.call(o)):((f=(h=this.cbs).oncomment)===null||f===void 0||f.call(h,`[CDATA[${g}]]`),(p=(d=this.cbs).oncommentend)===null||p===void 0||p.call(d)),this.startIndex=n+1}onend(){var t,n;if(this.cbs.onclosetag){this.endIndex=this.startIndex;for(let r=0;r<this.stack.length;r++)this.cbs.onclosetag(this.stack[r],!0)}(n=(t=this.cbs).onend)===null||n===void 0||n.call(t)}reset(){var t,n,r,s;(n=(t=this.cbs).onreset)===null||n===void 0||n.call(t),this.tokenizer.reset(),this.tagname="",this.attribname="",this.attribs=null,this.stack.length=0,this.startIndex=0,this.endIndex=0,(s=(r=this.cbs).onparserinit)===null||s===void 0||s.call(r,this),this.buffers.length=0,this.foreignContext.length=0,this.foreignContext.unshift(!this.htmlMode),this.bufferOffset=0,this.writeIndex=0,this.ended=!1}parseComplete(t){this.reset(),this.end(t)}getSlice(t,n){for(;t-this.bufferOffset>=this.buffers[0].length;)this.shiftBuffer();let r=this.buffers[0].slice(t-this.bufferOffset,n-this.bufferOffset);for(;n-this.bufferOffset>this.buffers[0].length;)this.shiftBuffer(),r+=this.buffers[0].slice(0,n-this.bufferOffset);return r}shiftBuffer(){this.bufferOffset+=this.buffers[0].length,this.writeIndex--,this.buffers.shift()}write(t){var n,r;if(this.ended){(r=(n=this.cbs).onerror)===null||r===void 0||r.call(n,new Error(".write() after done!"));return}this.buffers.push(t),this.tokenizer.running&&(this.tokenizer.write(t),this.writeIndex++)}end(t){var n,r;if(this.ended){(r=(n=this.cbs).onerror)===null||r===void 0||r.call(n,new Error(".end() after done!"));return}t&&this.write(t),this.ended=!0,this.tokenizer.end()}pause(){this.tokenizer.pause()}resume(){for(this.tokenizer.resume();this.tokenizer.running&&this.writeIndex<this.buffers.length;)this.tokenizer.write(this.buffers[this.writeIndex++]);this.ended&&this.tokenizer.end()}parseChunk(t){this.write(t)}done(t){this.end(t)}}function mu(e,t){const n=new Zo(void 0,t);return new gu(n,t).end(e),n.root}const bu=lu(Ih(mu),bt),Mn=bu(""),Bn=e=>{var t;return(t=Mn.parseHTML(e))!=null?t:[]},Ks=e=>`data:image/svg+xml,${e.replace(/"/gu,"'").replace(/</gu,"%3C").replace(/>/gu,"%3E").replace(/#/gu,"%23")}`;var yu=Object.defineProperty,ei=Object.getOwnPropertySymbols,wu=Object.prototype.hasOwnProperty,xu=Object.prototype.propertyIsEnumerable,ti=(e,t,n)=>t in e?yu(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Fn=(e,t)=>{for(var n in t||(t={}))wu.call(t,n)&&ti(e,n,t[n]);if(ei)for(var n of ei(t))xu.call(t,n)&&ti(e,n,t[n]);return e},ni=(e,t,n)=>new Promise((r,s)=>{var i=o=>{try{l(n.next(o))}catch(c){s(c)}},a=o=>{try{l(n.throw(o))}catch(c){s(c)}},l=o=>o.done?r(o.value):Promise.resolve(o.value).then(i,a);l((n=n.apply(e,t)).next())});const vu=e=>{const{width:t,height:n,viewbox:r}=e.attribs;let s="";if(t&&(s+=`width:${t}${/^[\d.]*\d$/.test(t)?"px":""};`),n&&(s+=`height:${n}${/^[\d.]*\d$/.test(n)?"px":""};`),!s&&r){const[,,i,a]=r.split(" ").map(Number);s=`width:${i}px;height:${a}px;`}return{type:"node",name:"img",attrs:Fn({src:Ks(Mn.xml(e))},s?{style:s}:{})}},ri=e=>{const t=e.filter(s=>!!s),n=t[0];n&&n.type==="text"&&!n.text.trim()&&t.shift();const r=t[t.length-1];return r&&r.type==="text"&&!r.text.trim()&&t.pop(),t},si=(e,t)=>ni(void 0,[e,t],function*(n,{appendClass:r,transform:s}){if(n.type==="text")return{type:"text",text:n.data.replace(/\r/g,"")};if(n.type==="tag"){const i=Hr.find(([a])=>n.name===a);if(i){if(n.name==="svg")return vu(n);const a=Object.fromEntries(n.attributes.filter(({name:h})=>{var f;return["class","style"].includes(h)||((f=i[1])==null?void 0:f.includes(h))}).map(({name:h,value:f})=>[h,f])),l=ri(yield Promise.all(n.children.map(h=>si(h,{appendClass:r,transform:s}))));r&&(a.class=a.class?`${n.name} ${a.class}`:n.name);const o=Fn(Fn({type:"node",name:["html","body"].includes(n.name)?"div":n.name},Object.keys(a).length?{attrs:a}:{}),l.length?{children:l}:{}),c=s[n.name];return yield c?c(o):o}}return null}),Au=(e,...t)=>ni(void 0,[e,...t],function*(n,{appendClass:r=!0,transform:s={}}={}){return ri(yield Promise.all((Array.isArray(n)?n:Bn(n)).map(i=>si(i,{appendClass:r,transform:s}))))}),ii=e=>(typeof e=="string"?Bn(e):e).map(t=>t.type==="text"?t.data:"childNodes"in t?ii(t.childNodes):"").join("");export{Mn as $,ea as $App,Aa as $Component,oa as $Config,Sa as $Page,Hr as ALLOWED_TAGS,ut as Cookie,dt as CookieStore,Xe as Emitter,nn as Headers,Mi as MpError,Kn as Queue,ze as URLSearchParams,Ci as addContact,Ya as check,Xa as checkAsync,Ei as compareVersion,bi as confirm,Ks as convertSVGToDataURI,qo as createRequest,Pi as decodeBase64,at as dirname,Je as download,Q as emitter,Oi as encodeBase64,Lt as env,Wt as exists,Ji as funcQueue,Wa as get,Qa as getAsync,ht as getCookieScopeDomain,Gn as getCurrentPage,ki as getCurrentRoute,ct as getDomain,Au as getRichTextNodes,ii as getText,Zt as getUrlInfo,wi as getWindowInfo,Ft as go,vr as isDir,Pa as isFile,Yn as isFunction,Qi as lock,Y as logger,ja as ls,ot as mkdir,ge as normalizeDomain,Zi as once,Ti as openDocument,tn as parseCookieHeader,Bn as parseHTML,$r as parseUrl,Va as put,Zn as query,rt as reLaunch,La as readFile,_a as readJSON,Ut as redirect,Za as remove,Ja as removeAsync,zn as reportNetworkStatus,Ur as request,sn as requestCookieStore,yi as retry,Da as rm,Ii as saveDocument,Ma as saveFile,Ba as saveOnlineFile,Ni as savePhoto,Ga as set,za as setAsync,ke as showModal,P as showToast,lt as storage,Rt as switchTab,Ha as take,Jn as type,Ra as unzip,qi as updateApp,R as wrapFunction,mi as writeClipboard,Fa as writeFile,Ua as writeJSON};
13
13
  //# sourceMappingURL=index.mjs.map