@mptool/all 0.10.2 → 0.10.3

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/lib/index.mjs CHANGED
@@ -1,13 +1,13 @@
1
- for(var Dn="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",hs=typeof Uint8Array=="undefined"?[]:new Uint8Array(256),Gt=0;Gt<Dn.length;Gt++)hs[Dn.charCodeAt(Gt)]=Gt;const _n=typeof qq=="object",us=typeof wx=="object"&&!_n,Ln=_n||us;let ut=class extends Error{constructor({code:e,message:n}){super(n),this.code=e!=null?e:null}toString(){return`code: ${this.code}, message: ${this.message}`}};var jn;const j=Ln?((jn=wx.getRealtimeLogManager)==null?void 0:jn.call(wx))||wx.getLogManager({level:1}):console,Ne=Ln&&"getRealtimeLogManager"in wx,ds=(...t)=>{wx.env.DEBUG&&(Ne?j.info("debug",...t):j.debug(...t))},fs=(...t)=>{j.info(...t),j!==console&&console.info(...t)},ps=(...t)=>{j.warn(...t),j!==console&&console.warn(...t)},gs=(...t)=>{Ne?j.error(...t):j.warn("error",...t),j!==console&&console.error(...t)},ms=t=>{Ne&&j.setFilterMsg(t)};var H=Object.freeze({__proto__:null,debug:ds,error:gs,filter:ms,info:fs,warn:ps});const bs=(t="")=>t?new Promise((e,n)=>{wx.setClipboardData({data:t,success:()=>e(),fail:({errMsg:r})=>n(new ut({message:r}))})}):Promise.reject(new Error("data is empty")),Ct=(t,e,n,r)=>{wx.showModal({title:t,content:e,showCancel:!!r,theme:"day",success:({confirm:i})=>{i?n==null||n():r==null||r()},fail:()=>r==null?void 0:r()})},ys=(t,e="")=>new Promise((n,r)=>{Ct("操作确认",`您确定要${t}么?${e}`,n,r)}),ws=(t,e,n=!1)=>new Promise(r=>{wx.showModal({title:t,content:e,confirmText:"重试",theme:"day",success:({confirm:i})=>{i?r():n&&getCurrentPages().length>1&&wx.navigateBack()},fail:()=>{n&&getCurrentPages().length>1&&wx.navigateBack()}})}),P=(t,e=1500,n="none")=>new Promise((r,i)=>{wx.showToast({title:t,icon:n,duration:e,success:()=>r(),fail:({errMsg:s})=>i(new ut({message:s}))})}),xs=()=>(wx.getWindowInfo||wx.getSystemInfoSync)();var vs=Object.defineProperty,Ss=Object.defineProperties,As=Object.getOwnPropertyDescriptors,Mn=Object.getOwnPropertySymbols,$s=Object.prototype.hasOwnProperty,Cs=Object.prototype.propertyIsEnumerable,Bn=(t,e,n)=>e in t?vs(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n,Fn=(t,e)=>{for(var n in e||(e={}))$s.call(e,n)&&Bn(t,n,e[n]);if(Mn)for(var n of Mn(e))Cs.call(e,n)&&Bn(t,n,e[n]);return t},Un=(t,e)=>Ss(t,As(e));const Es=t=>new Promise((e,n)=>{wx.getSetting({success:({authSetting:r})=>{r["scope.addPhoneContact"]?wx.addPhoneContact(Un(Fn({},t),{success:()=>e()})):wx.authorize({scope:"scope.addPhoneContact",success:()=>{wx.addPhoneContact(Un(Fn({},t),{success:()=>e()}))},fail:()=>{Ct("权限被拒","如果想要保存联系人,请在“权限设置”允许添加到联系人权限",()=>{wx.openSetting(),n(new ut({message:"用户拒绝权限"}))})}})}})}),ks=(t,e)=>{const n=t.split("."),r=e.split("."),i=Math.max(n.length,r.length);for(;n.length<i;)n.push("0");for(;r.length<i;)r.push("0");for(let s=0;s<i;s++){const a=parseInt(n[s]),c=parseInt(r[s]);if(a>c)return 1;if(a<c)return-1}return 0},Rn=()=>{const t=getCurrentPages();return t[t.length-1]||null},Ts=()=>{var t,e;return(e=(t=Rn())==null?void 0:t.route)!=null?e:""},Vn=()=>{wx.getNetworkType({success:({networkType:t})=>{switch(t){case"wifi":wx.startWifi({success:()=>{wx.getConnectedWifi({success:({wifi:e})=>{e.signalStrength<.5&&P("Wifi 信号不佳")},fail:()=>{P("无法连接网络")}})},fail:()=>{P("无法连接网络")}});break;case"2g":case"3g":P("您的网络状态不佳");break;case"none":P("您没有连接到网络");break;default:P("网络连接出现问题,请稍后重试")}H.error("Request fail with",t)},fail:()=>{P("网络连接出现问题,请稍后重试"),H.error("Request fail and cannot get networkType")}})},zt=(t,e=!1)=>new Promise((n,r)=>{wx.downloadFile({url:t,success:({statusCode:i,tempFilePath:s})=>{if(wx.hideLoading(),i===200)n(s);else{const a=`Download ${t} failed with statusCode: ${i}`;P("下载失败"),H.warn(a),r(new ut({code:i,message:a}))}},fail:({errMsg:i})=>{wx.hideLoading(),r(new ut({message:i})),Vn(),H.warn(`Download ${t} failed:`,i)}}).onProgressUpdate(({progress:i})=>{wx.showLoading({title:`下载中...${Math.round(i)}%`,mask:e})})}),Is=t=>{zt(t).then(e=>{wx.openDocument({filePath:e,showMenu:!0,success:()=>{H.debug(`打开文档 ${e} 成功`)},fail:({errMsg:n})=>{H.error(`打开文档 ${e} 失败`,n)}})}).catch(()=>{var e;P("下载文档失败"),(e=wx.reportEvent)==null||e.call(wx,"resource_load_failed",{broken_url:t})})},Ns=(t,e=(n=>(n=(r=>(r=/\/([^/]+)\.[^/]+?$/.exec(t))==null?void 0:r[1])())!=null?n:"document")())=>{wx.canIUse("addFileToFavorites")&&zt(t).then(n=>{const r=t.split(".").pop();wx.addFileToFavorites({fileName:`${e}.${r}`,filePath:n,success:()=>{Ct("文件已保存","文件已保存至“微信收藏”"),H.debug(t,"添加至收藏成功")},fail:({errMsg:i})=>{H.error(t,"添加至收藏失败",i)}})}).catch(()=>{var n;P("下载文档失败"),(n=wx.reportEvent)==null||n.call(wx,"resource_load_failed",{broken_url:t})})},qs=t=>zt(t).then(e=>new Promise((n,r)=>{wx.getSetting({success:({authSetting:i})=>{i["scope.writePhotosAlbum"]?wx.saveImageToPhotosAlbum({filePath:e,success:()=>n()}):wx.authorize({scope:"scope.writePhotosAlbum",success:()=>{wx.saveImageToPhotosAlbum({filePath:e,success:()=>n()})},fail:()=>{Ct("权限被拒","如果想要保存图片,请在“权限设置”允许保存图片权限",()=>{r(new ut({message:"用户拒绝权限"})),wx.openSetting()})}})}})})),Os=t=>{var e;const n=(e=wx.getUpdateManager)==null?void 0:e.call(wx);n&&(n.onCheckForUpdate(({hasUpdate:r})=>{r&&P("发现小程序更新,下载中...")}),n.onUpdateReady(()=>{t(()=>{n.applyUpdate()})}),n.onUpdateFailed(({errMsg:r})=>{P("小程序更新下载失败,请检查您的网络!"),H.error("更新应用失败",r)}))};for(var dt="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",Et=typeof Uint8Array=="undefined"?[]:new Uint8Array(256),Wt=0;Wt<dt.length;Wt++)Et[dt.charCodeAt(Wt)]=Wt;var Ps=function(t){var e=new Uint8Array(t),n,r=e.length,i="";for(n=0;n<r;n+=3)i+=dt[e[n]>>2],i+=dt[(e[n]&3)<<4|e[n+1]>>4],i+=dt[(e[n+1]&15)<<2|e[n+2]>>6],i+=dt[e[n+2]&63];return r%3===2?i=i.substring(0,i.length-1)+"=":r%3===1&&(i=i.substring(0,i.length-2)+"=="),i},Ds=function(t){var e=t.length*.75,n=t.length,r,i=0,s,a,c,o;t[t.length-1]==="="&&(e--,t[t.length-2]==="="&&e--);var l=new ArrayBuffer(e),h=new Uint8Array(l);for(r=0;r<n;r+=4)s=Et[t.charCodeAt(r)],a=Et[t.charCodeAt(r+1)],c=Et[t.charCodeAt(r+2)],o=Et[t.charCodeAt(r+3)],h[i++]=s<<2|a>>4,h[i++]=(a&15)<<4|c>>2,h[i++]=(c&3)<<6|o&63;return l};const qe=typeof qq=="object",Hn=typeof wx=="object"&&!qe,Oe=qe||Hn;var _s=(t,e,n)=>new Promise((r,i)=>{var s=o=>{try{c(n.next(o))}catch(l){i(l)}},a=o=>{try{c(n.throw(o))}catch(l){i(l)}},c=o=>o.done?r(o.value):Promise.resolve(o.value).then(s,a);c((n=n.apply(t,e)).next())});function Qt(t=new Map){return{all:t,on:(e,n)=>{const r=t.get(e);r?r.push(n):t.set(e,[n])},off:(e,n)=>{const r=t.get(e);r&&(n?r.splice(r.indexOf(n)>>>0,1):t.set(e,[]))},emit:(e,n)=>{let r=t.get(e);r&&r.slice().map(i=>i(n)),r=t.get("*"),r&&r.slice().map(i=>i(e,n))},emitAsync:(e,n)=>_s(this,null,function*(){var r,i;yield Promise.all(((r=t.get(e))!=null?r:[]).slice().map(s=>s(n))),yield Promise.all(((i=t.get("*"))!=null?i:[]).slice().map(s=>s(e,n)))})}}let Ls=class extends Error{constructor({code:e,message:n}){super(n),this.code=e!=null?e:null}toString(){return`code: ${this.code}, message: ${this.message}`}};var Gn;const M=Oe?((Gn=wx.getRealtimeLogManager)==null?void 0:Gn.call(wx))||wx.getLogManager({level:1}):console,Pe=Oe&&"getRealtimeLogManager"in wx,js=(...t)=>{wx.env.DEBUG&&(Pe?M.info("debug",...t):M.debug(...t))},Ms=(...t)=>{M.info(...t),M!==console&&console.info(...t)},Bs=(...t)=>{M.warn(...t),M!==console&&console.warn(...t)},Fs=(...t)=>{Pe?M.error(...t):M.warn("error",...t),M!==console&&console.error(...t)},Us=t=>{Pe&&M.setFilterMsg(t)};var Z=Object.freeze({__proto__:null,debug:js,error:Fs,filter:Us,info:Ms,warn:Bs});const Rs=(t="",e="&")=>{const n={},r=t?t.split(e):void 0;return r&&r.length>0&&r.forEach(i=>{const[s,a]=i.split("=");n[s]=a}),n},zn=(t={},e="&",n=!1)=>Object.keys(t).map(r=>{const i=t[r];return`${r}=${n?i:encodeURIComponent(i)}`}).join(e),Vs=(t,e,n=!1)=>{const r=zn(e,"&",n);return r?`${t}${/[?&]$/u.test(t)?"":t.includes("?")?"&":"?"}${r}`:t};var Wn=Object.freeze({__proto__:null,join:Vs,parse:Rs,stringify:zn});const Qn=t=>{if(t===void 0)return"undefined";const e=typeof t;if(e==="object"){if(t===null)return"null";const n=/\[object (\w+)\]/u.exec(Object.prototype.toString.call(t));return n?n[1].toLowerCase():""}return e},Zn=t=>Qn(t)==="function";function B(t,e){return function(...n){if(e.apply(this,n),t)return t.apply(this,n)}}const Hs=(t,e)=>{let n;return function(...r){if(!n)return n=!0,t.apply(e!=null?e:this,[()=>{n=!1},...r])}},Gs=(t,e)=>{let n;return function(...r){if(!(n||!t))return n=!0,t.apply(e!=null?e:null,r)}};let Jn=class{constructor(e=1){this.capacity=e,this.funcQueue=[],this.running=0}next(){const e=this.funcQueue.shift();if(e){const{func:n,ctx:r,args:i}=e,s=()=>{n.apply(r,[()=>{this.running-=1,this.next()},...[].slice.call(i,0)])};this.running+=1,s()}}add(e,n,...r){this.funcQueue.push({func:e,ctx:n,args:[].slice.call(r,0)}),this.running<this.capacity&&this.next()}clear(){this.funcQueue=[]}};const zs=(t,e=1)=>{const n=new Jn(e);return function(...r){n.add(t,this,...r)}},De="a",Yn="al",Xn="n",Kn="p",tr="r",er="u",G=Qt(),Zt=Qt(),z=Qt(),J={launch:!1,lOpt:{},hide:0},Ws=t=>{J.launch=!0,J.lOpt=t,G.emit(Yn,t)},Qs=()=>{J.hide&&(G.emit(De,new Date().getTime()-J.hide),J.hide=0)},Zs=()=>{J.hide=new Date().getTime()},Js=t=>{t.onLaunch=B(t.onLaunch,Ws),t.onShow=B(t.onShow,Qs),t.onHide=B(t.onHide,Zs),t.onAwake&&(G.on(De,e=>{Z.debug(`App: awake after ${e}ms`),t.onAwake(e)}),Z.debug("App: registered onAwake")),t.$on=z.on,t.$off=z.off,t.$emit=z.emit,t.$emitAsync=z.emitAsync,App(t)};var Ys=Object.defineProperty,Xs=Object.defineProperties,Ks=Object.getOwnPropertyDescriptors,Jt=Object.getOwnPropertySymbols,nr=Object.prototype.hasOwnProperty,rr=Object.prototype.propertyIsEnumerable,ir=(t,e,n)=>e in t?Ys(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n,sr=(t,e)=>{for(var n in e||(e={}))nr.call(e,n)&&ir(t,n,e[n]);if(Jt)for(var n of Jt(e))rr.call(e,n)&&ir(t,n,e[n]);return t},ar=(t,e)=>Xs(t,Ks(e)),ta=(t,e)=>{var n={};for(var r in t)nr.call(t,r)&&e.indexOf(r)<0&&(n[r]=t[r]);if(t!=null&&Jt)for(var r of Jt(t))e.indexOf(r)<0&&rr.call(t,r)&&(n[r]=t[r]);return n};let Yt;const ea=t=>{const e=t,{defaultPage:n,pages:r=[],getPath:i}=e,s=ta(e,["defaultPage","pages","getPath"]);if(Zn(i)){Yt=ar(sr({},s),{getPath:i});return}let a={},c={};const o=(l,h)=>{const d=h.replace(/\$name/g,l);a[l]=d,c[d]=l};Array.isArray(r)?r.forEach(([l,h])=>{typeof l=="string"?o(l,h):l.forEach(d=>o(d,h))}):typeof r=="object"&&(a=r,c=Object.fromEntries(Object.keys(r).map(l=>[r[l],l]))),Yt=ar(sr({},s),{getPath:l=>a[l]||n.replace(/\$name/g,l)})},et=()=>{if(!Yt)throw new Error("$Config is not called");return Yt},_e={},or=t=>_e[t],na=(t,e)=>{_e[t]=e},ra=t=>{delete _e[t]};let kt=!0;const cr=t=>{const e=et(),[n,r]=t.split("?"),i=n.startsWith("/")?n:e.getPath(n);return{path:i,query:Wn.parse(r),url:`${i}${r?`?${r}`:""}`}};function Xt(t){return e=>{if(kt){kt=!1;const{path:n,url:r,query:i}=cr(e);return Promise.race([Zt.emitAsync(`${Xn}:${n}`,i),new Promise(s=>{var a;setTimeout(()=>s(),(a=et().maxDelay)!=null?a:200)})]).then(()=>(kt=!0,wx[t]({url:r})))}}}G.on(tr,()=>{var t;setTimeout(()=>{kt=!0},(t=et().minInterval)!=null?t:100)}),G.on(er,()=>{kt=!0});const lr=Xt("navigateTo"),hr=Xt("redirectTo"),ur=Xt("switchTab"),Le=Xt("reLaunch");function Kt(t){return function(e){if(e){const{before:n,after:r,url:i}=e.currentTarget.dataset;if(this&&n&&typeof this[n]=="function"&&this[n](e),i)return t(i).then(()=>{this&&r&&typeof this[r]=="function"&&this[r](e)})}}}const ia=Kt(lr),sa=Kt(hr),aa=Kt(ur),oa=Kt(Le),dr=(t=1)=>{const{home:e}=et();return getCurrentPages().length<=t&&e?Le(e):wx.navigateBack({delta:t})},ca=function(t){if(t){const{before:e,after:n,delta:r=1}=t.currentTarget.dataset;return this&&e&&typeof this[e]=="function"&&this[e](t),Promise.resolve(dr(Number(r))).then(()=>{this&&n&&typeof this[n]=="function"&&this[n](t)})}},la=()=>getCurrentPages().slice(0).pop(),ha=t=>{const{path:e,query:n}=cr(t);Zt.emit(`${Kn}:${e}`,n)};function fr(t){const{args:e,event:n,id:r}=t.detail;switch(n){case"_$attached":{const i=or(r);if(!i)break;const s=i.$refID;s&&this.$refs&&(this.$refs[s]=i),i._$attached(this);break}default:{const i=this[n];i&&i.apply(this,e)}}}function pr(t){const e=et();t.$=fr,t.$refs={},t.$on=z.on,t.$off=z.off,t.$emit=z.emit,t.$emitAsync=z.emitAsync,t.$go=lr,t.$redirect=hr,t.$switch=ur,t.$reLaunch=Le,t.$back=dr,t.$preload=ha,t.$currentPage=la,t.$getPath=e.getPath,t.$bindGo=ia,t.$bindRedirect=sa,t.$bindSwitch=aa,t.$bindRelaunch=oa,t.$bindBack=ca}var ua=Object.defineProperty,da=Object.defineProperties,fa=Object.getOwnPropertyDescriptors,gr=Object.getOwnPropertySymbols,pa=Object.prototype.hasOwnProperty,ga=Object.prototype.propertyIsEnumerable,mr=(t,e,n)=>e in t?ua(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n,je=(t,e)=>{for(var n in e||(e={}))pa.call(e,n)&&mr(t,n,e[n]);if(gr)for(var n of gr(e))ga.call(e,n)&&mr(t,n,e[n]);return t},Me=(t,e)=>da(t,fa(e));let ma=0;const ba=(t={})=>{const e={};return Object.keys(t).forEach(n=>{const r=t[n];if(r===null||typeof r=="function")e[n]=r;else{const{type:i}=r;i===null?e[n]={type:null,value:r.default}:Array.isArray(i)?e[n]={type:i[0],value:r.default,optionalTypes:i.slice(1)}:e[n]={type:i,value:r.default}}}),Me(je({},e),{ref:{type:String,value:""}})},ya=t=>{const{extendComponent:e,injectComponent:n}=et();return e&&e(t),t.lifetimes||(t.lifetimes={}),t.lifetimes.created=B(t.lifetimes.created,function(){pr(this),n&&n(t)}),t.lifetimes.attached=B(t.lifetimes.attached,function(){const r=ma+=1;this.$id=r,na(r,this),this.$refID=this.properties.ref,this.triggerEvent("ing",{id:this.$id,event:"_$attached"})}),t.lifetimes.detached=B(t.lifetimes.detached,function(){var r;ra(this.$id);const i=(r=this.$parent)==null?void 0:r.$refs,s=this.$refID;s&&i&&delete i[s],delete this.$parent}),t.methods=Me(je({},t.methods),{$call(r,...i){Z.debug(`Component ${this.$id} call ${r}:`,i),this.triggerEvent("ing",{id:this.$id,event:r,args:i})},$getRef:or,_$attached(r){this.$root=r.$root||r,this.$parent=r},$:fr}),t.observers=Me(je({},t.observers),{ref(r){var i;this.$refID&&this.$refID!==r&&((i=this.$parent)!=null&&i.$refs&&delete this.$parent.$refs[this.$refID],this.$refID=r,Z.debug(`Component ${this.$id} ref: ${r}`))}}),t.properties=ba(t.props),delete t.props,Component(t)};let br=!0;const wa=(t,e)=>{const{getPath:n,extendPage:r,injectPage:i}=et(),s=n(t),a=(o,l)=>Z.debug(`Page ${t}: ${o} has been invoked`,l||""),c=o=>Z.debug(`Page ${t}: registered ${o}`);if(r&&r(t,e),e.$name=t,e.$state={firstOpen:!1},e.onAppLaunch){if(J.launch){const{lOpt:o}=J;a("onAppLaunch"),e.onAppLaunch(o)}else G.on(Yn,o=>{a("onAppLaunch"),e.onAppLaunch(o)});c("onAppLaunch")}e.onNavigate&&(Zt.on(`${Xn}:${s}`,o=>(a("onNavigate",o),e.onNavigate(o))),c("onNavigate")),e.onPreload&&(Zt.on(`${Kn}:${s}`,o=>(a("onPreload",o),e.onPreload(o))),c("onPreload")),e.onLoad=B(e.onLoad,()=>{e.onAwake&&(G.on(De,o=>{a("onAwake"),e.onAwake(o)}),c("onAwake")),br&&(br=!1,e.$state.firstOpen=!0)}),e.onReady=B(e.onReady,()=>G.emit(tr)),e.onUnload=B(e.onUnload,()=>G.emit(er)),pr(e),i&&i(t,e),e.onRegister&&(a("onRegister"),e.onRegister()),Page(e),Z.debug(`Registered: Page ${t}`)};for(var yr="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",xa=typeof Uint8Array=="undefined"?[]:new Uint8Array(256),te=0;te<yr.length;te++)xa[yr.charCodeAt(te)]=te;const wr=typeof qq=="object",va=typeof wx=="object"&&!wr,xr=wr||va;let Be=class extends Error{constructor({code:e,message:n}){super(n),this.code=e!=null?e:null}toString(){return`code: ${this.code}, message: ${this.message}`}};var vr;const F=xr?((vr=wx.getRealtimeLogManager)==null?void 0:vr.call(wx))||wx.getLogManager({level:1}):console,Fe=xr&&"getRealtimeLogManager"in wx,Sa=(...t)=>{wx.env.DEBUG&&(Fe?F.info("debug",...t):F.debug(...t))},Aa=(...t)=>{F.info(...t),F!==console&&console.info(...t)},$a=(...t)=>{F.warn(...t),F!==console&&console.warn(...t)},Ca=(...t)=>{Fe?F.error(...t):F.warn("error",...t),F!==console&&console.error(...t)},Ea=t=>{Fe&&F.setFilterMsg(t)};var I=Object.freeze({__proto__:null,debug:Sa,error:Ca,filter:Ea,info:Aa,warn:$a});const D=wx.getFileSystemManager(),q=wx.env.USER_DATA_PATH,ee=t=>t.split("/").slice(0,-1).join("/"),Ue=t=>{try{return D.statSync(`${q}/${t}`,!1),!0}catch(e){return!1}},ka=t=>Ue(t)&&D.statSync(`${q}/${t}`).isFile(),Sr=t=>Ue(t)&&D.statSync(`${q}/${t}`).isDirectory(),Ta=(t,e=Sr(t)?"dir":"file")=>{const n=()=>I.debug(`Deleted ${t}`),r=i=>I.error(`Error deleting ${t}:`,i);if(e==="dir")try{D.rmdirSync(`${q}/${t}`,!0),n()}catch(i){r(i)}else try{D.unlinkSync(`${q}/${t}`),n()}catch(i){r(i)}},Ia=t=>{try{const e=D.readdirSync(`${q}/${t}`);return I.debug(`Listing ${t} folder:`,e),e}catch(e){return I.error(`Error listing ${t} folder:`,e),[]}},Na=(t,e="utf-8")=>{try{return D.readFileSync(`${q}/${t}`,e)}catch(n){I.warn(`${t} don't exist`);return}},qa=(t,e="utf-8")=>{let n;try{const r=D.readFileSync(`${q}/${t}.json`,e);try{n=JSON.parse(r),I.debug(`Read ${t}.json success:`,n)}catch(i){n=void 0,I.warn(`Parse ${t}.json failed`)}}catch(r){n=void 0,I.warn(`${t}.json doesn't exist`)}return n},ne=(t,e=!0)=>{try{D.mkdirSync(`${q}/${t}`,e)}catch(n){I.debug(`${t} folder already exists`)}},Oa=(t,e)=>{try{D.saveFileSync(t,`${q}/${e}`)}catch(n){I.error(`Saving to ${e} failed:`,n)}},Pa=(t,e)=>(ne(ee(e)),new Promise((n,r)=>{wx.downloadFile({url:t,filePath:`${q}/${e}`,success:({statusCode:i,tempFilePath:s})=>{if(i===200)return I.debug(`${t} saved`),n(s);I.error(`Download ${t} failed with statusCode ${i}`),r(new Be({code:i}))},fail:({errMsg:i})=>{I.error(`Download ${t} failed:`,i),r(new Be({message:i}))}})})),Da=(t,e,n=e instanceof ArrayBuffer?"binary":"utf-8")=>{ne(ee(t)),D.writeFileSync(`${q}/${t}`,e instanceof ArrayBuffer?e:JSON.stringify(e),n)},_a=(t,e,n="utf-8")=>{const r=JSON.stringify(e);ne(ee(t)),D.writeFileSync(`${q}/${t}.json`,r,n)},La=(t,e)=>new Promise((n,r)=>{D.unzip({zipFilePath:`${q}/${t}`,targetPath:`${q}/${e}`,success:()=>{n()},fail:({errCode:i,errMsg:s})=>{I.error(`Unzip ${t} failed:`,s),r(new Be({code:i,message:s}))}})}),Tt=new Date().getTime();I.debug(`Current sessionId is ${Tt}`);const re={},ja=(t,e)=>{re[t]=e},Ma=t=>{const e=re[t];return re[t]=void 0,e},Re=(t,e)=>e?e.expired?e.expired===Tt||new Date().getTime()<e.expired?e.data:(wx.removeStorageSync(`_cache_${t}`),void 0):e.data:void 0,Ar=(t,e,n)=>{const r={expired:0,data:e};if(n==="keep"){const i=wx.getStorageSync(`_cache_${t}`);if(!i)return;r.expired=i.expired||0}else n&&(r.expired=n==="once"?Tt:n+new Date().getTime());return r},Ba=(t,e,n=0)=>{wx.setStorageSync(`_cache_${t}`,Ar(t,e,n))},Fa=(t,e,n=0)=>wx.setStorage({key:`_cache_${t}`,data:Ar(t,e,n)}).catch(()=>{I.error(`set "${t}" fail`)}),Ua=t=>Re(t,wx.getStorageSync(`_cache_${t}`)),Ra=t=>wx.getStorage({key:`_cache_${t}`}).then(({data:e})=>Re(t,e)).catch(()=>{I.error(`set "${t}" fail`)}),Va=t=>{wx.removeStorageSync(`_cache_${t}`),Re(t,null)},Ha=t=>wx.removeStorage({key:`_cache_${t}`}),Ga=()=>{wx.getStorageInfoSync().keys.forEach(t=>{if(t.startsWith("_cache_")){const e=wx.getStorageSync(t);(!e||e.expired!==Tt&&new Date().getTime()>=e.expired)&&wx.removeStorageSync(t)}})},za=()=>wx.getStorageInfo().then(({keys:t})=>Promise.all(t.filter(e=>e.startsWith("_cache_")).map(e=>wx.getStorage({key:e}).then(({data:n})=>{if(!n||n.expired!==Tt&&new Date().getTime()>=n.expired)return wx.removeStorage({key:e}).then(()=>{})})))),ft=(t="")=>t.replace(/^(\.*)?(?=\S)/gi,".").replace(/\.+$/,""),$r=t=>t.replace(/[#?].*$/,""),ie=t=>$r(t).replace(/^https?:\/\//,"").split("/").shift().replace(/:\d+$/,""),se=(t="")=>{if(!t)return[];t=ft(t).replace(/^\.+/gi,"");const e=t.split(".").map(n=>[".",t.slice(t.indexOf(n))].join(""));return[t].concat(e)},Cr=t=>{const e=ie(t),n=$r(t).split(e)[1].replace(/^:\d+/,"")||"/";return{domain:e,path:n}},Ve=t=>{const{domain:e="",path:n="/"}=typeof t=="object"?t:typeof t=="string"?Cr(t):{};return{domain:ft(e),path:n}};let ae=class{constructor(e){this.expires="session";var n,r,i,s;this.name=(n=e.name)!=null?n:"",this.value=(r=e.value)!=null?r:"",this.domain=(i=e.domain)!=null?i:"",this.path=(s=e.path)!=null?s:"/",this.httpOnly=!!e.httpOnly,this.expires=Number.isInteger(e.maxAge)?e.maxAge>0?new Date(new Date().getTime()+e.maxAge*1e3):"outdate":e.expires?new Date(e.expires):"session"}isExpired(){return this.expires==="outdate"||this.expires instanceof Date&&new Date>this.expires}isPersistence(){return this.expires!=="session"}isDomainMatched(e){return se(e).includes(this.domain)}isPathMatched(e){return e.startsWith(this.path)||this.path.replace(/\/$/,"")===e}toString(){return`${this.name}=${this.value}`}toJSON(){const e={name:this.name,value:this.value,domain:this.domain};return this.path!=="/"&&(e.path=this.path),this.httpOnly&&(e.httpOnly=this.httpOnly),this.expires instanceof Date&&(e.expires=this.expires),e}};for(var Er="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",Wa=typeof Uint8Array=="undefined"?[]:new Uint8Array(256),oe=0;oe<Er.length;oe++)Wa[Er.charCodeAt(oe)]=oe;const He=typeof qq=="object",Qa=typeof wx=="object"&&!He,pt=He||Qa;let Za=class extends Error{constructor({code:e,message:n}){super(n),this.code=e!=null?e:null}toString(){return`code: ${this.code}, message: ${this.message}`}};var kr;const U=pt?((kr=wx.getRealtimeLogManager)==null?void 0:kr.call(wx))||wx.getLogManager({level:1}):console,Ge=pt&&"getRealtimeLogManager"in wx,Ja=(...t)=>{wx.env.DEBUG&&(Ge?U.info("debug",...t):U.debug(...t))},Ya=(...t)=>{U.info(...t),U!==console&&console.info(...t)},Xa=(...t)=>{U.warn(...t),U!==console&&console.warn(...t)},Ka=(...t)=>{Ge?U.error(...t):U.warn("error",...t),U!==console&&console.error(...t)},to=t=>{Ge&&U.setFilterMsg(t)};var ze=Object.freeze({__proto__:null,debug:Ja,error:Ka,filter:to,info:Ya,warn:Xa}),ce={exports:{}},gt={decodeValues:!0,map:!1,silent:!1};function We(t){return typeof t=="string"&&!!t.trim()}function Qe(t,e){var n=t.split(";").filter(We),r=n.shift(),i=eo(r),s=i.name,a=i.value;e=e?Object.assign({},gt,e):gt;try{a=e.decodeValues?decodeURIComponent(a):a}catch(o){console.error("set-cookie-parser encountered an error while decoding a cookie with value '"+a+"'. Set options.decodeValues to false to disable this feature.",o)}var c={name:s,value:a};return n.forEach(function(o){var l=o.split("="),h=l.shift().trimLeft().toLowerCase(),d=l.join("=");h==="expires"?c.expires=new Date(d):h==="max-age"?c.maxAge=parseInt(d,10):h==="secure"?c.secure=!0:h==="httponly"?c.httpOnly=!0:h==="samesite"?c.sameSite=d:h==="partitioned"?c.partitioned=!0:c[h]=d}),c}function eo(t){var e="",n="",r=t.split("=");return r.length>1?(e=r.shift(),n=r.join("=")):n=t,{name:e,value:n}}function Tr(t,e){if(e=e?Object.assign({},gt,e):gt,!t)return e.map?{}:[];if(t.headers)if(typeof t.headers.getSetCookie=="function")t=t.headers.getSetCookie();else if(t.headers["set-cookie"])t=t.headers["set-cookie"];else{var n=t.headers[Object.keys(t.headers).find(function(i){return i.toLowerCase()==="set-cookie"})];!n&&t.headers.cookie&&!e.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."),t=n}if(Array.isArray(t)||(t=[t]),e=e?Object.assign({},gt,e):gt,e.map){var r={};return t.filter(We).reduce(function(i,s){var a=Qe(s,e);return i[a.name]=a,i},r)}else return t.filter(We).map(function(i){return Qe(i,e)})}function no(t){if(Array.isArray(t))return t;if(typeof t!="string")return[];var e=[],n=0,r,i,s,a,c;function o(){for(;n<t.length&&/\s/.test(t.charAt(n));)n+=1;return n<t.length}function l(){return i=t.charAt(n),i!=="="&&i!==";"&&i!==","}for(;n<t.length;){for(r=n,c=!1;o();)if(i=t.charAt(n),i===","){for(s=n,n+=1,o(),a=n;n<t.length&&l();)n+=1;n<t.length&&t.charAt(n)==="="?(c=!0,n=a,e.push(t.substring(r,s)),r=n):n=s+1}else n+=1;(!c||n>=t.length)&&e.push(t.substring(r,t.length))}return e}ce.exports=Tr;var ro=ce.exports.parse=Tr;ce.exports.parseString=Qe;var Ir=ce.exports.splitCookiesString=no,io=Object.defineProperty,so=Object.defineProperties,ao=Object.getOwnPropertyDescriptors,Nr=Object.getOwnPropertySymbols,oo=Object.prototype.hasOwnProperty,co=Object.prototype.propertyIsEnumerable,qr=(t,e,n)=>e in t?io(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n,lo=(t,e)=>{for(var n in e||(e={}))oo.call(e,n)&&qr(t,n,e[n]);if(Nr)for(var n of Nr(e))co.call(e,n)&&qr(t,n,e[n]);return t},ho=(t,e)=>so(t,ao(e));const uo=/[^a-z0-9\-#$%&'*+.^_`|~]/i,Or=`
2
- \r `,fo=new RegExp(`(^[${Or}]|$[${Or}])`,"g"),It=t=>{if(typeof t!="string"||t.length===0||t.length>128)return!1;for(let e=0;e<t.length;e++){const n=t.charCodeAt(e);if(n>127||n===32)return!1}return!0},Nt=t=>{if(uo.test(t)||t.trim()==="")throw new TypeError("Invalid character in header field name");return t.trim().toLowerCase()},Pr=t=>{if(typeof t!="string"||t.trim()!==t)return!1;for(let e=0;e<t.length;e++){const n=t.charCodeAt(e);if(n===0||n===10||n===13)return!1}return!0},Ze=t=>t.replace(fo,""),Je=(t,e)=>ro(Ir(t)).map(n=>new ae(ho(lo({},n),{domain:ft(n.domain)||e})));let Ye=class ls{constructor(e){this.headers={},this.headerNames=new Map,e instanceof ls?e.forEach((n,r)=>{this.append(r,n)},this):Array.isArray(e)?e.forEach(([n,r])=>{this.append(n,Array.isArray(r)?r.join(", "):r)}):e&&Object.getOwnPropertyNames(e).forEach(n=>{const r=e[n];this.append(n,Array.isArray(r)?r.join(", "):r)})}append(e,n){if(!It(e)||!Pr(n))return;const r=Nt(e),i=Ze(n),s=this.has(r)?`${this.get(r)}, ${i}`:i;this.set(e,s)}delete(e){if(!It(e)||!this.has(e))return;const n=Nt(e);delete this.headers[n],this.headerNames.delete(n)}get(e){var n;if(!It(e))throw TypeError(`Invalid header name "${e}"`);return(n=this.headers[Nt(e)])!=null?n:null}getSetCookie(){const e=this.get("set-cookie");return e===null?[]:e===""?[""]:Ir(e)}has(e){if(!It(e))throw new TypeError(`Invalid header name "${e}"`);return this.headers.hasOwnProperty(Nt(e))}set(e,n){if(!It(e)||!Pr(n))return;const r=Nt(e),i=Ze(n);this.headers[r]=Ze(i),this.headerNames.set(r,e)}forEach(e,n){for(const[r,i]of this.entries())e.call(n,i,r,this)}*keys(){for(const[e]of this.entries())yield e}*values(){for(const[,e]of this.entries())yield e}*entries(){const e=Object.keys(this.headers).sort((n,r)=>n.localeCompare(r));for(const n of e)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 Dr=t=>{throw TypeError(t)},po=(t,e,n)=>e.has(t)||Dr("Cannot "+n),go=(t,e,n)=>e.has(t)?Dr("Cannot add the same private member more than once"):e instanceof WeakSet?e.add(t):e.set(t,n),qt=(t,e,n)=>(po(t,e,"access private method"),n),nt,_r,Ot;let le=class{constructor(e="__cookie_store__"){this.key=e,go(this,nt),this.store=new Map,qt(this,nt,_r).call(this)}get(e,n){const{domain:r,path:i}=Ve(n),s=se(r);for(const[a,c]of this.store.entries()){if(r&&!s.includes(a))continue;const o=c.get(e);if(o&&o.isPathMatched(i)&&!o.isExpired())return o}return null}getValue(e,n){var r;return(r=this.get(e,n))==null?void 0:r.value}has(e,n){return!!this.get(e,n)}set(e){var n;const{name:r,domain:i}=e,s=new ae(e),a=(n=this.store.get(i))!=null?n:new Map;return a.set(r,s),this.store.set(i,a),qt(this,nt,Ot).call(this),s}delete(e,n=""){if(n){const r=this.store.get(n);r&&r.delete(e);const i=this.store.get(ft(n));i&&i.delete(e)}else for(const r of this.store.values())r.delete(e);qt(this,nt,Ot).call(this)}list(){const e={};for(const n of this.store.keys())e[n]=this.getCookiesMap(n);return e}getCookies(e){const{domain:n,path:r}=Ve(e),i=se(n),s=[];for(const[a,c]of this.store.entries())if(!(n&&!i.includes(a)))for(const o of c.values())o.isPathMatched(r)&&!o.isExpired()&&s.push(o);return s}getAllCookies(){const e=[];for(const n of this.store.values())for(const r of n.values())r.isExpired()||e.push(r);return e}getCookiesMap(e){return Object.fromEntries(this.getCookies(e).map(({name:n,value:r})=>[n,r]))}apply(e){e.forEach(n=>{let r=this.store.get(n.domain);r||(r=new Map,this.store.set(n.domain,r)),r.set(n.name,n)}),qt(this,nt,Ot).call(this)}clear(e="",n=!1){if(e){const r=this.store.get(e);if(r&&r.clear(),!n){const i=this.store.get(ft(e));i&&i.clear()}}else this.store.clear();qt(this,nt,Ot).call(this)}applyHeader(e,n){if(pt){const r=e["Set-Cookie"]||e["set-cookie"]||"",i=Array.isArray(r)?r.filter(Boolean).join(","):He?r.replace(/;((?!Path|Expires|Max-Age|Domain|Path|SameSite)[^\s;]*?)=/gi,",$1="):r;return this.apply(Je(i,ie(n)))}return this.apply(Je(e.getSetCookie().join(","),ie(n)))}applyResponse(e,n){return this.applyHeader(pt?e.header:e.headers,n)}getHeader(e){return this.getCookies(e).map(n=>n.toString()).join("; ")}};nt=new WeakSet,_r=function(){try{const t=pt?wx.getStorageSync(this.key)||[]:[];this.apply(t.map(e=>new ae(e)))}catch(t){console.warn("Error applying cookie storage",t);return}},Ot=function(){try{const t=[];for(const e of this.store.values())for(const n of e.values())n.isExpired()?e.delete(n.name):n.isPersistence()&&t.push(n);pt&&wx.setStorageSync(this.key,t)}catch(t){console.warn("Error setting cookies",t)}};const mo={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"},Lr=t=>encodeURIComponent(t).replace(/[!'()~]|%20|%00/g,e=>mo[e]),jr=t=>decodeURIComponent(t.replace(/\+/g," "));class Vt{constructor(e){if(!e)this.params=new Map;else if(e instanceof Vt)this.params=new Map(e.params);else if(this.params=new Map,typeof e=="string")(e.startsWith("?")?e.slice(1):e).split("&").forEach(n=>{var r;const[,i,s]=(r=/^([^=]+)=?(.*?)$/.exec(n))!=null?r:[];i&&this.append(jr(i),jr(s))});else if(Symbol.iterator in e)for(const n of e){if(n.length!==2)throw new TypeError("Failed to construct 'URLSearchParams': Sequence initializer must only contain pair elements");const[r,i]=n;this.append(r,i)}else for(const n of Object.keys(e)){const r=e[n];this.params.set(n,[String(r)])}}get size(){return Array.from(this.params.values()).flat().length}append(e,n){this.params.set(e,this.getAll(e).concat(String(n)))}delete(e){this.params.delete(e)}entries(){const e=new Set;return this.forEach((n,r)=>{e.add([r,n])}),e.values()}forEach(e,n){this.params.forEach((r,i)=>r.forEach(s=>e.bind(n)(s,i,this)))}get(e){var n,r;return(r=(n=this.getAll(e))==null?void 0:n[0])!=null?r:null}getAll(e){return this.has(e)?this.params.get(e).slice(0):[]}has(e){return this.params.has(e)}keys(){return this.params.keys()}set(e,n){this.params.set(e,[n!=null?n:""])}sort(){this.params=new Map(Array.from(this.params.entries()).sort(([e],[n])=>e.localeCompare(n)))}toString(){const e=[];for(const[n,r]of this.params){const i=Lr(n);for(const s of r)e.push(`${i}=${Lr(s)}`)}return e.join("&")}values(){const e=new Set;return this.forEach(n=>{e.add(n)}),e.values()}[Symbol.iterator](){return this.entries()}}var bo=Object.defineProperty,he=Object.getOwnPropertySymbols,Mr=Object.prototype.hasOwnProperty,Br=Object.prototype.propertyIsEnumerable,Fr=(t,e,n)=>e in t?bo(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n,Xe=(t,e)=>{for(var n in e||(e={}))Mr.call(e,n)&&Fr(t,n,e[n]);if(he)for(var n of he(e))Br.call(e,n)&&Fr(t,n,e[n]);return t},Ur=(t,e)=>{var n={};for(var r in t)Mr.call(t,r)&&e.indexOf(r)<0&&(n[r]=t[r]);if(t!=null&&he)for(var r of he(t))e.indexOf(r)<0&&Br.call(t,r)&&(n[r]=t[r]);return n};const Ke=new le("__request_cookie__"),Rr=(t,e={})=>{var n=e,{method:r="GET",headers:i,body:s,cookieScope:a=t,cookieStore:c=Ke}=n,o=Ur(n,["method","headers","body","cookieScope","cookieStore"]);return new Promise((l,h)=>{const d=c.getHeader(a),f=new Ye(i);d&&f.append("Cookie",d);const g=s instanceof Vt?s.toString():s!=null?s:void 0;f.has("Content-Type")||(s instanceof Vt?f.set("Content-Type","application/x-www-form-urlencoded; charset=UTF-8"):s instanceof ArrayBuffer?f.set("Content-Type","application/octet-stream; charset=UTF-8"):Object.prototype.toString.call(s)==="[object Object]"&&f.set("Content-Type","application/json; charset=UTF-8")),ze.debug(`Requesting ${t}:
1
+ for(var _n="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",ss=typeof Uint8Array=="undefined"?[]:new Uint8Array(256),Gt=0;Gt<_n.length;Gt++)ss[_n.charCodeAt(Gt)]=Gt;const zt=typeof qq=="object"?"qq":typeof wx=="object"?"miniapp"in wx?"donut":"wx":"js";let dt=class extends Error{constructor({code:e,message:n}){super(n),this.code=e!=null?e:null}toString(){return`code: ${this.code}, message: ${this.message}`}};var jn;const L=zt==="js"?console:((jn=wx.getRealtimeLogManager)==null?void 0:jn.call(wx))||wx.getLogManager({level:1}),qe=zt!=="js"&&"getRealtimeLogManager"in wx,as=(...t)=>{wx.env.DEBUG&&(qe?L.info("debug",...t):L.debug(...t))},os=(...t)=>{L.info(...t),L!==console&&console.info(...t)},cs=(...t)=>{L.warn(...t),L!==console&&console.warn(...t)},ls=(...t)=>{qe?L.error(...t):L.warn("error",...t),L!==console&&console.error(...t)},hs=t=>{qe&&L.setFilterMsg(t)};var H=Object.freeze({__proto__:null,debug:as,error:ls,filter:hs,info:os,warn:cs});const us=(t="")=>t?new Promise((e,n)=>{wx.setClipboardData({data:t,success:()=>e(),fail:({errMsg:r})=>n(new dt({message:r}))})}):Promise.reject(new Error("data is empty")),Ct=(t,e,n,r)=>{wx.showModal({title:t,content:e,showCancel:!!r,theme:"day",success:({confirm:i})=>{i?n==null||n():r==null||r()},fail:()=>r==null?void 0:r()})},ds=(t,e="")=>new Promise((n,r)=>{Ct("操作确认",`您确定要${t}么?${e}`,n,r)}),fs=(t,e,n=!1)=>new Promise(r=>{wx.showModal({title:t,content:e,confirmText:"重试",theme:"day",success:({confirm:i})=>{i?r():n&&getCurrentPages().length>1&&wx.navigateBack()},fail:()=>{n&&getCurrentPages().length>1&&wx.navigateBack()}})}),P=(t,e=1500,n="none")=>new Promise((r,i)=>{wx.showToast({title:t,icon:n,duration:e,success:()=>r(),fail:({errMsg:s})=>i(new dt({message:s}))})}),ps=()=>(wx.getWindowInfo||wx.getSystemInfoSync)();var gs=Object.defineProperty,ms=Object.defineProperties,bs=Object.getOwnPropertyDescriptors,Ln=Object.getOwnPropertySymbols,ys=Object.prototype.hasOwnProperty,ws=Object.prototype.propertyIsEnumerable,Mn=(t,e,n)=>e in t?gs(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n,Oe=(t,e)=>{for(var n in e||(e={}))ys.call(e,n)&&Mn(t,n,e[n]);if(Ln)for(var n of Ln(e))ws.call(e,n)&&Mn(t,n,e[n]);return t},Pe=(t,e)=>ms(t,bs(e));const xs=t=>new Promise((e,n)=>{if(zt==="donut")return wx.addPhoneContact(Pe(Oe({},t),{success:()=>e()}));wx.getSetting({success:({authSetting:r})=>{r["scope.addPhoneContact"]?wx.addPhoneContact(Pe(Oe({},t),{success:()=>e()})):wx.authorize({scope:"scope.addPhoneContact",success:()=>{wx.addPhoneContact(Pe(Oe({},t),{success:()=>e()}))},fail:()=>{Ct("权限被拒","如果想要保存联系人,请在“权限设置”允许添加到联系人权限",()=>{wx.openSetting(),n(new dt({message:"用户拒绝权限"}))})}})}})}),vs=(t,e)=>{const n=t.split("."),r=e.split("."),i=Math.max(n.length,r.length);for(;n.length<i;)n.push("0");for(;r.length<i;)r.push("0");for(let s=0;s<i;s++){const a=parseInt(n[s]),c=parseInt(r[s]);if(a>c)return 1;if(a<c)return-1}return 0},Bn=()=>{const t=getCurrentPages();return t[t.length-1]||null},As=()=>{var t,e;return(e=(t=Bn())==null?void 0:t.route)!=null?e:""},Fn=()=>{wx.getNetworkType({success:({networkType:t})=>{switch(t){case"wifi":wx.startWifi({success:()=>{wx.getConnectedWifi({success:({wifi:e})=>{e.signalStrength<.5&&P("Wifi 信号不佳")},fail:()=>{P("无法连接网络")}})},fail:()=>{P("无法连接网络")}});break;case"2g":case"3g":P("您的网络状态不佳");break;case"none":P("您没有连接到网络");break;default:P("网络连接出现问题,请稍后重试")}H.error("Request fail with",t)},fail:()=>{P("网络连接出现问题,请稍后重试"),H.error("Request fail and cannot get networkType")}})},Wt=(t,e=!1)=>new Promise((n,r)=>{wx.downloadFile({url:t,success:({statusCode:i,tempFilePath:s})=>{if(wx.hideLoading(),i===200)n(s);else{const a=`Download ${t} failed with statusCode: ${i}`;P("下载失败"),H.warn(a),r(new dt({code:i,message:a}))}},fail:({errMsg:i})=>{wx.hideLoading(),r(new dt({message:i})),Fn(),H.warn(`Download ${t} failed:`,i)}}).onProgressUpdate(({progress:i})=>{wx.showLoading({title:`下载中...${Math.round(i)}%`,mask:e})})}),Ss=t=>{Wt(t).then(e=>{wx.openDocument({filePath:e,showMenu:!0,success:()=>{H.debug(`打开文档 ${e} 成功`)},fail:({errMsg:n})=>{H.error(`打开文档 ${e} 失败`,n)}})}).catch(()=>{var e;P("下载文档失败"),(e=wx.reportEvent)==null||e.call(wx,"resource_load_failed",{broken_url:t})})},$s=(t,e=(n=>(n=(r=>(r=/\/([^/]+)\.[^/]+?$/.exec(t))==null?void 0:r[1])())!=null?n:"document")())=>{wx.canIUse("addFileToFavorites")&&Wt(t).then(n=>{const r=t.split(".").pop();wx.addFileToFavorites({fileName:`${e}.${r}`,filePath:n,success:()=>{Ct("文件已保存","文件已保存至“微信收藏”"),H.debug(t,"添加至收藏成功")},fail:({errMsg:i})=>{H.error(t,"添加至收藏失败",i)}})}).catch(()=>{var n;P("下载文档失败"),(n=wx.reportEvent)==null||n.call(wx,"resource_load_failed",{broken_url:t})})},Cs=t=>Wt(t).then(e=>new Promise((n,r)=>{if(zt==="donut")return wx.saveImageToPhotosAlbum({filePath:e,success:()=>n()});wx.getSetting({success:({authSetting:i})=>{i["scope.writePhotosAlbum"]?wx.saveImageToPhotosAlbum({filePath:e,success:()=>n()}):wx.authorize({scope:"scope.writePhotosAlbum",success:()=>{wx.saveImageToPhotosAlbum({filePath:e,success:()=>n()})},fail:()=>{Ct("权限被拒","如果想要保存图片,请在“权限设置”允许保存图片权限",()=>{r(new dt({message:"用户拒绝权限"})),wx.openSetting()})}})}})})),Es=t=>{var e;const n=(e=wx.getUpdateManager)==null?void 0:e.call(wx);n&&(n.onCheckForUpdate(({hasUpdate:r})=>{r&&P("发现小程序更新,下载中...")}),n.onUpdateReady(()=>{t(()=>{n.applyUpdate()})}),n.onUpdateFailed(({errMsg:r})=>{P("小程序更新下载失败,请检查您的网络!"),H.error("更新应用失败",r)}))};for(var ft="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",Et=typeof Uint8Array=="undefined"?[]:new Uint8Array(256),Qt=0;Qt<ft.length;Qt++)Et[ft.charCodeAt(Qt)]=Qt;var ks=function(t){var e=new Uint8Array(t),n,r=e.length,i="";for(n=0;n<r;n+=3)i+=ft[e[n]>>2],i+=ft[(e[n]&3)<<4|e[n+1]>>4],i+=ft[(e[n+1]&15)<<2|e[n+2]>>6],i+=ft[e[n+2]&63];return r%3===2?i=i.substring(0,i.length-1)+"=":r%3===1&&(i=i.substring(0,i.length-2)+"=="),i},Ts=function(t){var e=t.length*.75,n=t.length,r,i=0,s,a,c,o;t[t.length-1]==="="&&(e--,t[t.length-2]==="="&&e--);var l=new ArrayBuffer(e),h=new Uint8Array(l);for(r=0;r<n;r+=4)s=Et[t.charCodeAt(r)],a=Et[t.charCodeAt(r+1)],c=Et[t.charCodeAt(r+2)],o=Et[t.charCodeAt(r+3)],h[i++]=s<<2|a>>4,h[i++]=(a&15)<<4|c>>2,h[i++]=(c&3)<<6|o&63;return l};const De=typeof qq=="object"?"qq":typeof wx=="object"?"miniapp"in wx?"donut":"wx":"js";var Is=(t,e,n)=>new Promise((r,i)=>{var s=o=>{try{c(n.next(o))}catch(l){i(l)}},a=o=>{try{c(n.throw(o))}catch(l){i(l)}},c=o=>o.done?r(o.value):Promise.resolve(o.value).then(s,a);c((n=n.apply(t,e)).next())});function Zt(t=new Map){return{all:t,on:(e,n)=>{const r=t.get(e);r?r.push(n):t.set(e,[n])},off:(e,n)=>{const r=t.get(e);r&&(n?r.splice(r.indexOf(n)>>>0,1):t.set(e,[]))},emit:(e,n)=>{let r=t.get(e);r&&r.slice().map(i=>i(n)),r=t.get("*"),r&&r.slice().map(i=>i(e,n))},emitAsync:(e,n)=>Is(this,null,function*(){var r,i;yield Promise.all(((r=t.get(e))!=null?r:[]).slice().map(s=>s(n))),yield Promise.all(((i=t.get("*"))!=null?i:[]).slice().map(s=>s(e,n)))})}}let Ns=class extends Error{constructor({code:e,message:n}){super(n),this.code=e!=null?e:null}toString(){return`code: ${this.code}, message: ${this.message}`}};var Un;const M=De==="js"?console:((Un=wx.getRealtimeLogManager)==null?void 0:Un.call(wx))||wx.getLogManager({level:1}),_e=De!=="js"&&"getRealtimeLogManager"in wx,qs=(...t)=>{wx.env.DEBUG&&(_e?M.info("debug",...t):M.debug(...t))},Os=(...t)=>{M.info(...t),M!==console&&console.info(...t)},Ps=(...t)=>{M.warn(...t),M!==console&&console.warn(...t)},Ds=(...t)=>{_e?M.error(...t):M.warn("error",...t),M!==console&&console.error(...t)},_s=t=>{_e&&M.setFilterMsg(t)};var Z=Object.freeze({__proto__:null,debug:qs,error:Ds,filter:_s,info:Os,warn:Ps});const js=(t="",e="&")=>{const n={},r=t?t.split(e):void 0;return r&&r.length>0&&r.forEach(i=>{const[s,a]=i.split("=");n[s]=a}),n},Rn=(t={},e="&",n=!1)=>Object.keys(t).map(r=>{const i=t[r];return`${r}=${n?i:encodeURIComponent(i)}`}).join(e),Ls=(t,e,n=!1)=>{const r=Rn(e,"&",n);return r?`${t}${/[?&]$/u.test(t)?"":t.includes("?")?"&":"?"}${r}`:t};var Vn=Object.freeze({__proto__:null,join:Ls,parse:js,stringify:Rn});const Hn=t=>{if(t===void 0)return"undefined";const e=typeof t;if(e==="object"){if(t===null)return"null";const n=/\[object (\w+)\]/u.exec(Object.prototype.toString.call(t));return n?n[1].toLowerCase():""}return e},Gn=t=>Hn(t)==="function";function B(t,e){return function(...n){if(e.apply(this,n),t)return t.apply(this,n)}}const Ms=(t,e)=>{let n;return function(...r){if(!n)return n=!0,t.apply(e!=null?e:this,[()=>{n=!1},...r])}},Bs=(t,e)=>{let n;return function(...r){if(!(n||!t))return n=!0,t.apply(e!=null?e:null,r)}};let zn=class{constructor(e=1){this.capacity=e,this.funcQueue=[],this.running=0}next(){const e=this.funcQueue.shift();if(e){const{func:n,ctx:r,args:i}=e,s=()=>{n.apply(r,[()=>{this.running-=1,this.next()},...[].slice.call(i,0)])};this.running+=1,s()}}add(e,n,...r){this.funcQueue.push({func:e,ctx:n,args:[].slice.call(r,0)}),this.running<this.capacity&&this.next()}clear(){this.funcQueue=[]}};const Fs=(t,e=1)=>{const n=new zn(e);return function(...r){n.add(t,this,...r)}},je="a",Wn="al",Qn="n",Zn="p",Jn="r",Yn="u",G=Zt(),Jt=Zt(),z=Zt(),J={launch:!1,lOpt:{},hide:0},Us=t=>{J.launch=!0,J.lOpt=t,G.emit(Wn,t)},Rs=()=>{J.hide&&(G.emit(je,new Date().getTime()-J.hide),J.hide=0)},Vs=()=>{J.hide=new Date().getTime()},Hs=t=>{t.onLaunch=B(t.onLaunch,Us),t.onShow=B(t.onShow,Rs),t.onHide=B(t.onHide,Vs),t.onAwake&&(G.on(je,e=>{Z.debug(`App: awake after ${e}ms`),t.onAwake(e)}),Z.debug("App: registered onAwake")),t.$on=z.on,t.$off=z.off,t.$emit=z.emit,t.$emitAsync=z.emitAsync,App(t)};var Gs=Object.defineProperty,zs=Object.defineProperties,Ws=Object.getOwnPropertyDescriptors,Yt=Object.getOwnPropertySymbols,Xn=Object.prototype.hasOwnProperty,Kn=Object.prototype.propertyIsEnumerable,tr=(t,e,n)=>e in t?Gs(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n,er=(t,e)=>{for(var n in e||(e={}))Xn.call(e,n)&&tr(t,n,e[n]);if(Yt)for(var n of Yt(e))Kn.call(e,n)&&tr(t,n,e[n]);return t},nr=(t,e)=>zs(t,Ws(e)),Qs=(t,e)=>{var n={};for(var r in t)Xn.call(t,r)&&e.indexOf(r)<0&&(n[r]=t[r]);if(t!=null&&Yt)for(var r of Yt(t))e.indexOf(r)<0&&Kn.call(t,r)&&(n[r]=t[r]);return n};let Xt;const Zs=t=>{const e=t,{defaultPage:n,pages:r=[],getPath:i}=e,s=Qs(e,["defaultPage","pages","getPath"]);if(Gn(i)){Xt=nr(er({},s),{getPath:i});return}let a={},c={};const o=(l,h)=>{const d=h.replace(/\$name/g,l);a[l]=d,c[d]=l};Array.isArray(r)?r.forEach(([l,h])=>{typeof l=="string"?o(l,h):l.forEach(d=>o(d,h))}):typeof r=="object"&&(a=r,c=Object.fromEntries(Object.keys(r).map(l=>[r[l],l]))),Xt=nr(er({},s),{getPath:l=>a[l]||n.replace(/\$name/g,l)})},et=()=>{if(!Xt)throw new Error("$Config is not called");return Xt},Le={},rr=t=>Le[t],Js=(t,e)=>{Le[t]=e},Ys=t=>{delete Le[t]};let kt=!0;const ir=t=>{const e=et(),[n,r]=t.split("?"),i=n.startsWith("/")?n:e.getPath(n);return{path:i,query:Vn.parse(r),url:`${i}${r?`?${r}`:""}`}};function Kt(t){return e=>{if(kt){kt=!1;const{path:n,url:r,query:i}=ir(e);return Promise.race([Jt.emitAsync(`${Qn}:${n}`,i),new Promise(s=>{var a;setTimeout(()=>s(),(a=et().maxDelay)!=null?a:200)})]).then(()=>(kt=!0,wx[t]({url:r})))}}}G.on(Jn,()=>{var t;setTimeout(()=>{kt=!0},(t=et().minInterval)!=null?t:100)}),G.on(Yn,()=>{kt=!0});const sr=Kt("navigateTo"),ar=Kt("redirectTo"),or=Kt("switchTab"),Me=Kt("reLaunch");function te(t){return function(e){if(e){const{before:n,after:r,url:i}=e.currentTarget.dataset;if(this&&n&&typeof this[n]=="function"&&this[n](e),i)return t(i).then(()=>{this&&r&&typeof this[r]=="function"&&this[r](e)})}}}const Xs=te(sr),Ks=te(ar),ta=te(or),ea=te(Me),cr=(t=1)=>{const{home:e}=et();return getCurrentPages().length<=t&&e?Me(e):wx.navigateBack({delta:t})},na=function(t){if(t){const{before:e,after:n,delta:r=1}=t.currentTarget.dataset;return this&&e&&typeof this[e]=="function"&&this[e](t),Promise.resolve(cr(Number(r))).then(()=>{this&&n&&typeof this[n]=="function"&&this[n](t)})}},ra=()=>getCurrentPages().slice(0).pop(),ia=t=>{const{path:e,query:n}=ir(t);Jt.emit(`${Zn}:${e}`,n)};function lr(t){const{args:e,event:n,id:r}=t.detail;switch(n){case"_$attached":{const i=rr(r);if(!i)break;const s=i.$refID;s&&this.$refs&&(this.$refs[s]=i),i._$attached(this);break}default:{const i=this[n];i&&i.apply(this,e)}}}function hr(t){const e=et();t.$=lr,t.$refs={},t.$on=z.on,t.$off=z.off,t.$emit=z.emit,t.$emitAsync=z.emitAsync,t.$go=sr,t.$redirect=ar,t.$switch=or,t.$reLaunch=Me,t.$back=cr,t.$preload=ia,t.$currentPage=ra,t.$getPath=e.getPath,t.$bindGo=Xs,t.$bindRedirect=Ks,t.$bindSwitch=ta,t.$bindRelaunch=ea,t.$bindBack=na}var sa=Object.defineProperty,aa=Object.defineProperties,oa=Object.getOwnPropertyDescriptors,ur=Object.getOwnPropertySymbols,ca=Object.prototype.hasOwnProperty,la=Object.prototype.propertyIsEnumerable,dr=(t,e,n)=>e in t?sa(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n,Be=(t,e)=>{for(var n in e||(e={}))ca.call(e,n)&&dr(t,n,e[n]);if(ur)for(var n of ur(e))la.call(e,n)&&dr(t,n,e[n]);return t},Fe=(t,e)=>aa(t,oa(e));let ha=0;const ua=(t={})=>{const e={};return Object.keys(t).forEach(n=>{const r=t[n];if(r===null||typeof r=="function")e[n]=r;else{const{type:i}=r;i===null?e[n]={type:null,value:r.default}:Array.isArray(i)?e[n]={type:i[0],value:r.default,optionalTypes:i.slice(1)}:e[n]={type:i,value:r.default}}}),Fe(Be({},e),{ref:{type:String,value:""}})},da=t=>{const{extendComponent:e,injectComponent:n}=et();return e&&e(t),t.lifetimes||(t.lifetimes={}),t.lifetimes.created=B(t.lifetimes.created,function(){hr(this),n&&n(t)}),t.lifetimes.attached=B(t.lifetimes.attached,function(){const r=ha+=1;this.$id=r,Js(r,this),this.$refID=this.properties.ref,this.triggerEvent("ing",{id:this.$id,event:"_$attached"})}),t.lifetimes.detached=B(t.lifetimes.detached,function(){var r;Ys(this.$id);const i=(r=this.$parent)==null?void 0:r.$refs,s=this.$refID;s&&i&&delete i[s],delete this.$parent}),t.methods=Fe(Be({},t.methods),{$call(r,...i){Z.debug(`Component ${this.$id} call ${r}:`,i),this.triggerEvent("ing",{id:this.$id,event:r,args:i})},$getRef:rr,_$attached(r){this.$root=r.$root||r,this.$parent=r},$:lr}),t.observers=Fe(Be({},t.observers),{ref(r){var i;this.$refID&&this.$refID!==r&&((i=this.$parent)!=null&&i.$refs&&delete this.$parent.$refs[this.$refID],this.$refID=r,Z.debug(`Component ${this.$id} ref: ${r}`))}}),t.properties=ua(t.props),delete t.props,Component(t)};let fr=!0;const fa=(t,e)=>{const{getPath:n,extendPage:r,injectPage:i}=et(),s=n(t),a=(o,l)=>Z.debug(`Page ${t}: ${o} has been invoked`,l||""),c=o=>Z.debug(`Page ${t}: registered ${o}`);if(r&&r(t,e),e.$name=t,e.$state={firstOpen:!1},e.onAppLaunch){if(J.launch){const{lOpt:o}=J;a("onAppLaunch"),e.onAppLaunch(o)}else G.on(Wn,o=>{a("onAppLaunch"),e.onAppLaunch(o)});c("onAppLaunch")}e.onNavigate&&(Jt.on(`${Qn}:${s}`,o=>(a("onNavigate",o),e.onNavigate(o))),c("onNavigate")),e.onPreload&&(Jt.on(`${Zn}:${s}`,o=>(a("onPreload",o),e.onPreload(o))),c("onPreload")),e.onLoad=B(e.onLoad,()=>{e.onAwake&&(G.on(je,o=>{a("onAwake"),e.onAwake(o)}),c("onAwake")),fr&&(fr=!1,e.$state.firstOpen=!0)}),e.onReady=B(e.onReady,()=>G.emit(Jn)),e.onUnload=B(e.onUnload,()=>G.emit(Yn)),hr(e),i&&i(t,e),e.onRegister&&(a("onRegister"),e.onRegister()),Page(e),Z.debug(`Registered: Page ${t}`)};for(var pr="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",pa=typeof Uint8Array=="undefined"?[]:new Uint8Array(256),ee=0;ee<pr.length;ee++)pa[pr.charCodeAt(ee)]=ee;const gr=typeof qq=="object"?"qq":typeof wx=="object"?"miniapp"in wx?"donut":"wx":"js";let Ue=class extends Error{constructor({code:e,message:n}){super(n),this.code=e!=null?e:null}toString(){return`code: ${this.code}, message: ${this.message}`}};var mr;const F=gr==="js"?console:((mr=wx.getRealtimeLogManager)==null?void 0:mr.call(wx))||wx.getLogManager({level:1}),Re=gr!=="js"&&"getRealtimeLogManager"in wx,ga=(...t)=>{wx.env.DEBUG&&(Re?F.info("debug",...t):F.debug(...t))},ma=(...t)=>{F.info(...t),F!==console&&console.info(...t)},ba=(...t)=>{F.warn(...t),F!==console&&console.warn(...t)},ya=(...t)=>{Re?F.error(...t):F.warn("error",...t),F!==console&&console.error(...t)},wa=t=>{Re&&F.setFilterMsg(t)};var I=Object.freeze({__proto__:null,debug:ga,error:ya,filter:wa,info:ma,warn:ba});const D=wx.getFileSystemManager(),q=wx.env.USER_DATA_PATH,ne=t=>t.split("/").slice(0,-1).join("/"),Ve=t=>{try{return D.statSync(`${q}/${t}`,!1),!0}catch(e){return!1}},xa=t=>Ve(t)&&D.statSync(`${q}/${t}`).isFile(),br=t=>Ve(t)&&D.statSync(`${q}/${t}`).isDirectory(),va=(t,e=br(t)?"dir":"file")=>{const n=()=>I.debug(`Deleted ${t}`),r=i=>I.error(`Error deleting ${t}:`,i);if(e==="dir")try{D.rmdirSync(`${q}/${t}`,!0),n()}catch(i){r(i)}else try{D.unlinkSync(`${q}/${t}`),n()}catch(i){r(i)}},Aa=t=>{try{const e=D.readdirSync(`${q}/${t}`);return I.debug(`Listing ${t} folder:`,e),e}catch(e){return I.error(`Error listing ${t} folder:`,e),[]}},Sa=(t,e="utf-8")=>{try{return D.readFileSync(`${q}/${t}`,e)}catch(n){I.warn(`${t} don't exist`);return}},$a=(t,e="utf-8")=>{let n;try{const r=D.readFileSync(`${q}/${t}.json`,e);try{n=JSON.parse(r),I.debug(`Read ${t}.json success:`,n)}catch(i){n=void 0,I.warn(`Parse ${t}.json failed`)}}catch(r){n=void 0,I.warn(`${t}.json doesn't exist`)}return n},re=(t,e=!0)=>{try{D.mkdirSync(`${q}/${t}`,e)}catch(n){I.debug(`${t} folder already exists`)}},Ca=(t,e)=>{try{D.saveFileSync(t,`${q}/${e}`)}catch(n){I.error(`Saving to ${e} failed:`,n)}},Ea=(t,e)=>(re(ne(e)),new Promise((n,r)=>{wx.downloadFile({url:t,filePath:`${q}/${e}`,success:({statusCode:i,tempFilePath:s})=>{if(i===200)return I.debug(`${t} saved`),n(s);I.error(`Download ${t} failed with statusCode ${i}`),r(new Ue({code:i}))},fail:({errMsg:i})=>{I.error(`Download ${t} failed:`,i),r(new Ue({message:i}))}})})),ka=(t,e,n=e instanceof ArrayBuffer?"binary":"utf-8")=>{re(ne(t)),D.writeFileSync(`${q}/${t}`,e instanceof ArrayBuffer?e:JSON.stringify(e),n)},Ta=(t,e,n="utf-8")=>{const r=JSON.stringify(e);re(ne(t)),D.writeFileSync(`${q}/${t}.json`,r,n)},Ia=(t,e)=>new Promise((n,r)=>{D.unzip({zipFilePath:`${q}/${t}`,targetPath:`${q}/${e}`,success:()=>{n()},fail:({errCode:i,errMsg:s})=>{I.error(`Unzip ${t} failed:`,s),r(new Ue({code:i,message:s}))}})}),Tt=new Date().getTime();I.debug(`Current sessionId is ${Tt}`);const ie={},Na=(t,e)=>{ie[t]=e},qa=t=>{const e=ie[t];return ie[t]=void 0,e},He=(t,e)=>e?e.expired?e.expired===Tt||new Date().getTime()<e.expired?e.data:(wx.removeStorageSync(`_cache_${t}`),void 0):e.data:void 0,yr=(t,e,n)=>{const r={expired:0,data:e};if(n==="keep"){const i=wx.getStorageSync(`_cache_${t}`);if(!i)return;r.expired=i.expired||0}else n&&(r.expired=n==="once"?Tt:n+new Date().getTime());return r},Oa=(t,e,n=0)=>{wx.setStorageSync(`_cache_${t}`,yr(t,e,n))},Pa=(t,e,n=0)=>wx.setStorage({key:`_cache_${t}`,data:yr(t,e,n)}).catch(()=>{I.error(`set "${t}" fail`)}),Da=t=>He(t,wx.getStorageSync(`_cache_${t}`)),_a=t=>wx.getStorage({key:`_cache_${t}`}).then(({data:e})=>He(t,e)).catch(()=>{I.error(`set "${t}" fail`)}),ja=t=>{wx.removeStorageSync(`_cache_${t}`),He(t,null)},La=t=>wx.removeStorage({key:`_cache_${t}`}),Ma=()=>{wx.getStorageInfoSync().keys.forEach(t=>{if(t.startsWith("_cache_")){const e=wx.getStorageSync(t);(!e||e.expired!==Tt&&new Date().getTime()>=e.expired)&&wx.removeStorageSync(t)}})},Ba=()=>wx.getStorageInfo().then(({keys:t})=>Promise.all(t.filter(e=>e.startsWith("_cache_")).map(e=>wx.getStorage({key:e}).then(({data:n})=>{if(!n||n.expired!==Tt&&new Date().getTime()>=n.expired)return wx.removeStorage({key:e}).then(()=>{})})))),pt=(t="")=>t.replace(/^(\.*)?(?=\S)/gi,".").replace(/\.+$/,""),wr=t=>t.replace(/[#?].*$/,""),se=t=>wr(t).replace(/^https?:\/\//,"").split("/").shift().replace(/:\d+$/,""),ae=(t="")=>{if(!t)return[];t=pt(t).replace(/^\.+/gi,"");const e=t.split(".").map(n=>[".",t.slice(t.indexOf(n))].join(""));return[t].concat(e)},xr=t=>{const e=se(t),n=wr(t).split(e)[1].replace(/^:\d+/,"")||"/";return{domain:e,path:n}},Ge=t=>{const{domain:e="",path:n="/"}=typeof t=="object"?t:typeof t=="string"?xr(t):{};return{domain:pt(e),path:n}};let oe=class{constructor(e){this.expires="session";var n,r,i,s;this.name=(n=e.name)!=null?n:"",this.value=(r=e.value)!=null?r:"",this.domain=(i=e.domain)!=null?i:"",this.path=(s=e.path)!=null?s:"/",this.httpOnly=!!e.httpOnly,this.expires=Number.isInteger(e.maxAge)?e.maxAge>0?new Date(new Date().getTime()+e.maxAge*1e3):"outdate":e.expires?new Date(e.expires):"session"}isExpired(){return this.expires==="outdate"||this.expires instanceof Date&&new Date>this.expires}isPersistence(){return this.expires!=="session"}isDomainMatched(e){return ae(e).includes(this.domain)}isPathMatched(e){return e.startsWith(this.path)||this.path.replace(/\/$/,"")===e}toString(){return`${this.name}=${this.value}`}toJSON(){const e={name:this.name,value:this.value,domain:this.domain};return this.path!=="/"&&(e.path=this.path),this.httpOnly&&(e.httpOnly=this.httpOnly),this.expires instanceof Date&&(e.expires=this.expires),e}};for(var vr="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",Fa=typeof Uint8Array=="undefined"?[]:new Uint8Array(256),ce=0;ce<vr.length;ce++)Fa[vr.charCodeAt(ce)]=ce;const nt=typeof qq=="object"?"qq":typeof wx=="object"?"miniapp"in wx?"donut":"wx":"js";let Ua=class extends Error{constructor({code:e,message:n}){super(n),this.code=e!=null?e:null}toString(){return`code: ${this.code}, message: ${this.message}`}};var Ar;const U=nt==="js"?console:((Ar=wx.getRealtimeLogManager)==null?void 0:Ar.call(wx))||wx.getLogManager({level:1}),ze=nt!=="js"&&"getRealtimeLogManager"in wx,Ra=(...t)=>{wx.env.DEBUG&&(ze?U.info("debug",...t):U.debug(...t))},Va=(...t)=>{U.info(...t),U!==console&&console.info(...t)},Ha=(...t)=>{U.warn(...t),U!==console&&console.warn(...t)},Ga=(...t)=>{ze?U.error(...t):U.warn("error",...t),U!==console&&console.error(...t)},za=t=>{ze&&U.setFilterMsg(t)};var We=Object.freeze({__proto__:null,debug:Ra,error:Ga,filter:za,info:Va,warn:Ha}),le={exports:{}},gt={decodeValues:!0,map:!1,silent:!1};function Qe(t){return typeof t=="string"&&!!t.trim()}function Ze(t,e){var n=t.split(";").filter(Qe),r=n.shift(),i=Wa(r),s=i.name,a=i.value;e=e?Object.assign({},gt,e):gt;try{a=e.decodeValues?decodeURIComponent(a):a}catch(o){console.error("set-cookie-parser encountered an error while decoding a cookie with value '"+a+"'. Set options.decodeValues to false to disable this feature.",o)}var c={name:s,value:a};return n.forEach(function(o){var l=o.split("="),h=l.shift().trimLeft().toLowerCase(),d=l.join("=");h==="expires"?c.expires=new Date(d):h==="max-age"?c.maxAge=parseInt(d,10):h==="secure"?c.secure=!0:h==="httponly"?c.httpOnly=!0:h==="samesite"?c.sameSite=d:h==="partitioned"?c.partitioned=!0:c[h]=d}),c}function Wa(t){var e="",n="",r=t.split("=");return r.length>1?(e=r.shift(),n=r.join("=")):n=t,{name:e,value:n}}function Sr(t,e){if(e=e?Object.assign({},gt,e):gt,!t)return e.map?{}:[];if(t.headers)if(typeof t.headers.getSetCookie=="function")t=t.headers.getSetCookie();else if(t.headers["set-cookie"])t=t.headers["set-cookie"];else{var n=t.headers[Object.keys(t.headers).find(function(i){return i.toLowerCase()==="set-cookie"})];!n&&t.headers.cookie&&!e.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."),t=n}if(Array.isArray(t)||(t=[t]),e=e?Object.assign({},gt,e):gt,e.map){var r={};return t.filter(Qe).reduce(function(i,s){var a=Ze(s,e);return i[a.name]=a,i},r)}else return t.filter(Qe).map(function(i){return Ze(i,e)})}function Qa(t){if(Array.isArray(t))return t;if(typeof t!="string")return[];var e=[],n=0,r,i,s,a,c;function o(){for(;n<t.length&&/\s/.test(t.charAt(n));)n+=1;return n<t.length}function l(){return i=t.charAt(n),i!=="="&&i!==";"&&i!==","}for(;n<t.length;){for(r=n,c=!1;o();)if(i=t.charAt(n),i===","){for(s=n,n+=1,o(),a=n;n<t.length&&l();)n+=1;n<t.length&&t.charAt(n)==="="?(c=!0,n=a,e.push(t.substring(r,s)),r=n):n=s+1}else n+=1;(!c||n>=t.length)&&e.push(t.substring(r,t.length))}return e}le.exports=Sr;var Za=le.exports.parse=Sr;le.exports.parseString=Ze;var $r=le.exports.splitCookiesString=Qa,Ja=Object.defineProperty,Ya=Object.defineProperties,Xa=Object.getOwnPropertyDescriptors,Cr=Object.getOwnPropertySymbols,Ka=Object.prototype.hasOwnProperty,to=Object.prototype.propertyIsEnumerable,Er=(t,e,n)=>e in t?Ja(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n,eo=(t,e)=>{for(var n in e||(e={}))Ka.call(e,n)&&Er(t,n,e[n]);if(Cr)for(var n of Cr(e))to.call(e,n)&&Er(t,n,e[n]);return t},no=(t,e)=>Ya(t,Xa(e));const ro=/[^a-z0-9\-#$%&'*+.^_`|~]/i,kr=`
2
+ \r `,io=new RegExp(`(^[${kr}]|$[${kr}])`,"g"),It=t=>{if(typeof t!="string"||t.length===0||t.length>128)return!1;for(let e=0;e<t.length;e++){const n=t.charCodeAt(e);if(n>127||n===32)return!1}return!0},Nt=t=>{if(ro.test(t)||t.trim()==="")throw new TypeError("Invalid character in header field name");return t.trim().toLowerCase()},Tr=t=>{if(typeof t!="string"||t.trim()!==t)return!1;for(let e=0;e<t.length;e++){const n=t.charCodeAt(e);if(n===0||n===10||n===13)return!1}return!0},Je=t=>t.replace(io,""),Ye=(t,e)=>Za($r(t)).map(n=>new oe(no(eo({},n),{domain:pt(n.domain)||e})));let Xe=class is{constructor(e){this.headers={},this.headerNames=new Map,e instanceof is?e.forEach((n,r)=>{this.append(r,n)},this):Array.isArray(e)?e.forEach(([n,r])=>{this.append(n,Array.isArray(r)?r.join(", "):r)}):e&&Object.getOwnPropertyNames(e).forEach(n=>{const r=e[n];this.append(n,Array.isArray(r)?r.join(", "):r)})}append(e,n){if(!It(e)||!Tr(n))return;const r=Nt(e),i=Je(n),s=this.has(r)?`${this.get(r)}, ${i}`:i;this.set(e,s)}delete(e){if(!It(e)||!this.has(e))return;const n=Nt(e);delete this.headers[n],this.headerNames.delete(n)}get(e){var n;if(!It(e))throw TypeError(`Invalid header name "${e}"`);return(n=this.headers[Nt(e)])!=null?n:null}getSetCookie(){const e=this.get("set-cookie");return e===null?[]:e===""?[""]:$r(e)}has(e){if(!It(e))throw new TypeError(`Invalid header name "${e}"`);return this.headers.hasOwnProperty(Nt(e))}set(e,n){if(!It(e)||!Tr(n))return;const r=Nt(e),i=Je(n);this.headers[r]=Je(i),this.headerNames.set(r,e)}forEach(e,n){for(const[r,i]of this.entries())e.call(n,i,r,this)}*keys(){for(const[e]of this.entries())yield e}*values(){for(const[,e]of this.entries())yield e}*entries(){const e=Object.keys(this.headers).sort((n,r)=>n.localeCompare(r));for(const n of e)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 Ir=t=>{throw TypeError(t)},so=(t,e,n)=>e.has(t)||Ir("Cannot "+n),ao=(t,e,n)=>e.has(t)?Ir("Cannot add the same private member more than once"):e instanceof WeakSet?e.add(t):e.set(t,n),qt=(t,e,n)=>(so(t,e,"access private method"),n),rt,Nr,Ot;let he=class{constructor(e="__cookie_store__"){this.key=e,ao(this,rt),this.store=new Map,qt(this,rt,Nr).call(this)}get(e,n){const{domain:r,path:i}=Ge(n),s=ae(r);for(const[a,c]of this.store.entries()){if(r&&!s.includes(a))continue;const o=c.get(e);if(o&&o.isPathMatched(i)&&!o.isExpired())return o}return null}getValue(e,n){var r;return(r=this.get(e,n))==null?void 0:r.value}has(e,n){return!!this.get(e,n)}set(e){var n;const{name:r,domain:i}=e,s=new oe(e),a=(n=this.store.get(i))!=null?n:new Map;return a.set(r,s),this.store.set(i,a),qt(this,rt,Ot).call(this),s}delete(e,n=""){if(n){const r=this.store.get(n);r&&r.delete(e);const i=this.store.get(pt(n));i&&i.delete(e)}else for(const r of this.store.values())r.delete(e);qt(this,rt,Ot).call(this)}list(){const e={};for(const n of this.store.keys())e[n]=this.getCookiesMap(n);return e}getCookies(e){const{domain:n,path:r}=Ge(e),i=ae(n),s=[];for(const[a,c]of this.store.entries())if(!(n&&!i.includes(a)))for(const o of c.values())o.isPathMatched(r)&&!o.isExpired()&&s.push(o);return s}getAllCookies(){const e=[];for(const n of this.store.values())for(const r of n.values())r.isExpired()||e.push(r);return e}getCookiesMap(e){return Object.fromEntries(this.getCookies(e).map(({name:n,value:r})=>[n,r]))}apply(e){e.forEach(n=>{let r=this.store.get(n.domain);r||(r=new Map,this.store.set(n.domain,r)),r.set(n.name,n)}),qt(this,rt,Ot).call(this)}clear(e="",n=!1){if(e){const r=this.store.get(e);if(r&&r.clear(),!n){const i=this.store.get(pt(e));i&&i.clear()}}else this.store.clear();qt(this,rt,Ot).call(this)}applyHeader(e,n){if(nt==="js")return this.apply(Ye(e.getSetCookie().join(","),se(n)));const r=e["Set-Cookie"]||e["set-cookie"]||"",i=Array.isArray(r)?r.filter(Boolean).join(","):nt==="qq"?r.replace(/;((?!Path|Expires|Max-Age|Domain|Path|SameSite)[^\s;]*?)=/gi,",$1="):r;return this.apply(Ye(i,se(n)))}applyResponse(e,n){return this.applyHeader(nt==="js"?e.headers:e.header,n)}getHeader(e){return this.getCookies(e).map(n=>n.toString()).join("; ")}};rt=new WeakSet,Nr=function(){var t;try{const e=nt==="js"?[]:(t=wx.getStorageSync(this.key))!=null?t:[];this.apply(e.map(n=>new oe(n)))}catch(e){console.warn("Error applying cookie storage",e);return}},Ot=function(){try{const t=[];for(const e of this.store.values())for(const n of e.values())n.isExpired()?e.delete(n.name):n.isPersistence()&&t.push(n);nt!=="js"&&wx.setStorageSync(this.key,t)}catch(t){console.warn("Error setting cookies",t)}};const oo={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"},qr=t=>encodeURIComponent(t).replace(/[!'()~]|%20|%00/g,e=>oo[e]),Or=t=>decodeURIComponent(t.replace(/\+/g," "));class Vt{constructor(e){if(!e)this.params=new Map;else if(e instanceof Vt)this.params=new Map(e.params);else if(this.params=new Map,typeof e=="string")(e.startsWith("?")?e.slice(1):e).split("&").forEach(n=>{var r;const[,i,s]=(r=/^([^=]+)=?(.*?)$/.exec(n))!=null?r:[];i&&this.append(Or(i),Or(s))});else if(Symbol.iterator in e)for(const n of e){if(n.length!==2)throw new TypeError("Failed to construct 'URLSearchParams': Sequence initializer must only contain pair elements");const[r,i]=n;this.append(r,i)}else for(const n of Object.keys(e)){const r=e[n];this.params.set(n,[String(r)])}}get size(){return Array.from(this.params.values()).flat().length}append(e,n){this.params.set(e,this.getAll(e).concat(String(n)))}delete(e){this.params.delete(e)}entries(){const e=new Set;return this.forEach((n,r)=>{e.add([r,n])}),e.values()}forEach(e,n){this.params.forEach((r,i)=>r.forEach(s=>e.bind(n)(s,i,this)))}get(e){var n,r;return(r=(n=this.getAll(e))==null?void 0:n[0])!=null?r:null}getAll(e){return this.has(e)?this.params.get(e).slice(0):[]}has(e){return this.params.has(e)}keys(){return this.params.keys()}set(e,n){this.params.set(e,[n!=null?n:""])}sort(){this.params=new Map(Array.from(this.params.entries()).sort(([e],[n])=>e.localeCompare(n)))}toString(){const e=[];for(const[n,r]of this.params){const i=qr(n);for(const s of r)e.push(`${i}=${qr(s)}`)}return e.join("&")}values(){const e=new Set;return this.forEach(n=>{e.add(n)}),e.values()}[Symbol.iterator](){return this.entries()}}var co=Object.defineProperty,ue=Object.getOwnPropertySymbols,Pr=Object.prototype.hasOwnProperty,Dr=Object.prototype.propertyIsEnumerable,_r=(t,e,n)=>e in t?co(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n,Ke=(t,e)=>{for(var n in e||(e={}))Pr.call(e,n)&&_r(t,n,e[n]);if(ue)for(var n of ue(e))Dr.call(e,n)&&_r(t,n,e[n]);return t},jr=(t,e)=>{var n={};for(var r in t)Pr.call(t,r)&&e.indexOf(r)<0&&(n[r]=t[r]);if(t!=null&&ue)for(var r of ue(t))e.indexOf(r)<0&&Dr.call(t,r)&&(n[r]=t[r]);return n};const tn=new he("__request_cookie__"),Lr=(t,e={})=>{var n=e,{method:r="GET",headers:i,body:s,cookieScope:a=t,cookieStore:c=tn}=n,o=jr(n,["method","headers","body","cookieScope","cookieStore"]);return new Promise((l,h)=>{const d=c.getHeader(a),f=new Xe(i);d&&f.append("Cookie",d);const g=s instanceof Vt?s.toString():s!=null?s:void 0;f.has("Content-Type")||(s instanceof Vt?f.set("Content-Type","application/x-www-form-urlencoded; charset=UTF-8"):s instanceof ArrayBuffer?f.set("Content-Type","application/octet-stream; charset=UTF-8"):Object.prototype.toString.call(s)==="[object Object]"&&f.set("Content-Type","application/json; charset=UTF-8")),We.debug(`Requesting ${t}:
3
3
  Cookie: ${d}
4
4
  Options:
5
- `,o),wx.request(Xe({url:t,method:r.toUpperCase(),header:f.toObject(),data:g,enableHttp2:!0,useHighPerformanceMode:!0,success:({data:p,statusCode:S,header:$})=>(ze.debug(`Request ends with ${S}`,typeof p=="string"?p.trimEnd():p),c.applyHeader($,a),l({data:p,headers:new Ye($),status:S})),fail:({errMsg:p,errno:S})=>{ze.warn(`Request ${t} failed: ${p}`),h(new Za({code:S,message:p}))}},o))})},yo=(t={})=>{var e=t,{cookieStore:n,server:r,requestHandler:i,responseHandler:s=h=>h,errorHandler:a}=e,c=Ur(e,["cookieStore","server","requestHandler","responseHandler","errorHandler"]);const o=r==null?void 0:r.replace(/\/$/g,""),l=n instanceof le?n:typeof n=="string"?new le(n):Ke;return{cookieStore:l,request:(h,d={})=>{var f;if(h.startsWith("/")&&!o)throw new Error("No server provided");const g=h.startsWith("/")?`${o}${h}`:/^[a-z][a-z-]*:\/\//.test(h)?h:`https://${h}`,p=Xe(Xe({cookieStore:l},c),d),S=(f=i==null?void 0:i(g,p))!=null?f:p;return Rr(g,S).then($=>s($,h,S)).catch($=>{if(a)return a($,h,S);throw $})}}};var wo=Object.defineProperty,xo=Object.defineProperties,vo=Object.getOwnPropertyDescriptors,Vr=Object.getOwnPropertySymbols,So=Object.prototype.hasOwnProperty,Ao=Object.prototype.propertyIsEnumerable,Hr=(t,e,n)=>e in t?wo(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n,_=(t,e)=>{for(var n in e||(e={}))So.call(e,n)&&Hr(t,n,e[n]);if(Vr)for(var n of Vr(e))Ao.call(e,n)&&Hr(t,n,e[n]);return t},mt=(t,e)=>xo(t,vo(e));const Gr=[["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"]],$o={_useHtmlParser2:!1};function tn(t,e){if(!t)return e!=null?e:$o;const n=_(_({_useHtmlParser2:!!t.xmlMode},e),t);return t.xml?(n._useHtmlParser2=!0,n.xmlMode=!0,t.xml!==!0&&Object.assign(n,t.xml)):t.xmlMode&&(n._useHtmlParser2=!0),n}var x;(function(t){t.Root="root",t.Text="text",t.Directive="directive",t.Comment="comment",t.Script="script",t.Style="style",t.Tag="tag",t.CDATA="cdata",t.Doctype="doctype"})(x||(x={}));function Co(t){return t.type===x.Tag||t.type===x.Script||t.type===x.Style}const Eo=x.Root,ko=x.Text,To=x.Directive,Io=x.Comment,No=x.Script,qo=x.Style,Oo=x.Tag,Po=x.CDATA,Do=x.Doctype;class zr{constructor(){this.parent=null,this.prev=null,this.next=null,this.startIndex=null,this.endIndex=null}get parentNode(){return this.parent}set parentNode(e){this.parent=e}get previousSibling(){return this.prev}set previousSibling(e){this.prev=e}get nextSibling(){return this.next}set nextSibling(e){this.next=e}cloneNode(e=!1){return Dt(this,e)}}class en extends zr{constructor(e){super(),this.data=e}get nodeValue(){return this.data}set nodeValue(e){this.data=e}}class ue extends en{constructor(){super(...arguments),this.type=x.Text}get nodeType(){return 3}}class Wr extends en{constructor(){super(...arguments),this.type=x.Comment}get nodeType(){return 8}}class Qr extends en{constructor(e,n){super(n),this.name=e,this.type=x.Directive}get nodeType(){return 1}}class nn extends zr{constructor(e){super(),this.children=e}get firstChild(){var e;return(e=this.children[0])!==null&&e!==void 0?e:null}get lastChild(){return this.children.length>0?this.children[this.children.length-1]:null}get childNodes(){return this.children}set childNodes(e){this.children=e}}class Zr extends nn{constructor(){super(...arguments),this.type=x.CDATA}get nodeType(){return 4}}class Pt extends nn{constructor(){super(...arguments),this.type=x.Root}get nodeType(){return 9}}class Jr extends nn{constructor(e,n,r=[],i=e==="script"?x.Script:e==="style"?x.Style:x.Tag){super(r),this.name=e,this.attribs=n,this.type=i}get nodeType(){return 1}get tagName(){return this.name}set tagName(e){this.name=e}get attributes(){return Object.keys(this.attribs).map(e=>{var n,r;return{name:e,value:this.attribs[e],namespace:(n=this["x-attribsNamespace"])===null||n===void 0?void 0:n[e],prefix:(r=this["x-attribsPrefix"])===null||r===void 0?void 0:r[e]}})}}function y(t){return Co(t)}function de(t){return t.type===x.CDATA}function rt(t){return t.type===x.Text}function rn(t){return t.type===x.Comment}function _o(t){return t.type===x.Directive}function it(t){return t.type===x.Root}function E(t){return Object.prototype.hasOwnProperty.call(t,"children")}function Dt(t,e=!1){let n;if(rt(t))n=new ue(t.data);else if(rn(t))n=new Wr(t.data);else if(y(t)){const r=e?sn(t.children):[],i=new Jr(t.name,_({},t.attribs),r);r.forEach(s=>s.parent=i),t.namespace!=null&&(i.namespace=t.namespace),t["x-attribsNamespace"]&&(i["x-attribsNamespace"]=_({},t["x-attribsNamespace"])),t["x-attribsPrefix"]&&(i["x-attribsPrefix"]=_({},t["x-attribsPrefix"])),n=i}else if(de(t)){const r=e?sn(t.children):[],i=new Zr(r);r.forEach(s=>s.parent=i),n=i}else if(it(t)){const r=e?sn(t.children):[],i=new Pt(r);r.forEach(s=>s.parent=i),t["x-mode"]&&(i["x-mode"]=t["x-mode"]),n=i}else if(_o(t)){const r=new Qr(t.name,t.data);t["x-name"]!=null&&(r["x-name"]=t["x-name"],r["x-publicId"]=t["x-publicId"],r["x-systemId"]=t["x-systemId"]),n=r}else throw new Error(`Not implemented yet: ${t.type}`);return n.startIndex=t.startIndex,n.endIndex=t.endIndex,t.sourceCodeLocation!=null&&(n.sourceCodeLocation=t.sourceCodeLocation),n}function sn(t){const e=t.map(n=>Dt(n,!0));for(let n=1;n<e.length;n++)e[n].prev=e[n-1],e[n-1].next=e[n];return e}const Yr={withStartIndices:!1,withEndIndices:!1,xmlMode:!1};class Lo{constructor(e,n,r){this.dom=[],this.root=new Pt(this.dom),this.done=!1,this.tagStack=[this.root],this.lastNode=null,this.parser=null,typeof n=="function"&&(r=n,n=Yr),typeof e=="object"&&(n=e,e=void 0),this.callback=e!=null?e:null,this.options=n!=null?n:Yr,this.elementCB=r!=null?r:null}onparserinit(e){this.parser=e}onreset(){this.dom=[],this.root=new Pt(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(e){this.handleCallback(e)}onclosetag(){this.lastNode=null;const e=this.tagStack.pop();this.options.withEndIndices&&(e.endIndex=this.parser.endIndex),this.elementCB&&this.elementCB(e)}onopentag(e,n){const r=this.options.xmlMode?x.Tag:void 0,i=new Jr(e,n,void 0,r);this.addNode(i),this.tagStack.push(i)}ontext(e){const{lastNode:n}=this;if(n&&n.type===x.Text)n.data+=e,this.options.withEndIndices&&(n.endIndex=this.parser.endIndex);else{const r=new ue(e);this.addNode(r),this.lastNode=r}}oncomment(e){if(this.lastNode&&this.lastNode.type===x.Comment){this.lastNode.data+=e;return}const n=new Wr(e);this.addNode(n),this.lastNode=n}oncommentend(){this.lastNode=null}oncdatastart(){const e=new ue(""),n=new Zr([e]);this.addNode(n),e.parent=n,this.lastNode=e}oncdataend(){this.lastNode=null}onprocessinginstruction(e,n){const r=new Qr(e,n);this.addNode(r)}handleCallback(e){if(typeof this.callback=="function")this.callback(e,this.dom);else if(e)throw e}addNode(e){const n=this.tagStack[this.tagStack.length-1],r=n.children[n.children.length-1];this.options.withStartIndices&&(e.startIndex=this.parser.startIndex),this.options.withEndIndices&&(e.endIndex=this.parser.endIndex),n.children.push(e),r&&(e.prev=r,r.next=e),e.parent=n,this.lastNode=null}}var Xr=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(t=>t.charCodeAt(0))),Kr=new Uint16Array("Ȁaglq \x1Bɭ\0\0p;䀦os;䀧t;䀾t;䀼uot;䀢".split("").map(t=>t.charCodeAt(0))),an;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]]),on=(an=String.fromCodePoint)!==null&&an!==void 0?an:function(t){let e="";return t>65535&&(t-=65536,e+=String.fromCharCode(t>>>10&1023|55296),t=56320|t&1023),e+=String.fromCharCode(t),e};function Mo(t){var e;return t>=55296&&t<=57343||t>1114111?65533:(e=jo.get(t))!==null&&e!==void 0?e:t}var k;(function(t){t[t.NUM=35]="NUM",t[t.SEMI=59]="SEMI",t[t.EQUALS=61]="EQUALS",t[t.ZERO=48]="ZERO",t[t.NINE=57]="NINE",t[t.LOWER_A=97]="LOWER_A",t[t.LOWER_F=102]="LOWER_F",t[t.LOWER_X=120]="LOWER_X",t[t.LOWER_Z=122]="LOWER_Z",t[t.UPPER_A=65]="UPPER_A",t[t.UPPER_F=70]="UPPER_F",t[t.UPPER_Z=90]="UPPER_Z"})(k||(k={}));const Bo=32;var Y;(function(t){t[t.VALUE_LENGTH=49152]="VALUE_LENGTH",t[t.BRANCH_LENGTH=16256]="BRANCH_LENGTH",t[t.JUMP_TABLE=127]="JUMP_TABLE"})(Y||(Y={}));function cn(t){return t>=k.ZERO&&t<=k.NINE}function Fo(t){return t>=k.UPPER_A&&t<=k.UPPER_F||t>=k.LOWER_A&&t<=k.LOWER_F}function Uo(t){return t>=k.UPPER_A&&t<=k.UPPER_Z||t>=k.LOWER_A&&t<=k.LOWER_Z||cn(t)}function Ro(t){return t===k.EQUALS||Uo(t)}var T;(function(t){t[t.EntityStart=0]="EntityStart",t[t.NumericStart=1]="NumericStart",t[t.NumericDecimal=2]="NumericDecimal",t[t.NumericHex=3]="NumericHex",t[t.NamedEntity=4]="NamedEntity"})(T||(T={}));var R;(function(t){t[t.Legacy=0]="Legacy",t[t.Strict=1]="Strict",t[t.Attribute=2]="Attribute"})(R||(R={}));class ti{constructor(e,n,r){this.decodeTree=e,this.emitCodePoint=n,this.errors=r,this.state=T.EntityStart,this.consumed=1,this.result=0,this.treeIndex=0,this.excess=1,this.decodeMode=R.Strict}startEntity(e){this.decodeMode=e,this.state=T.EntityStart,this.result=0,this.treeIndex=0,this.excess=1,this.consumed=1}write(e,n){switch(this.state){case T.EntityStart:return e.charCodeAt(n)===k.NUM?(this.state=T.NumericStart,this.consumed+=1,this.stateNumericStart(e,n+1)):(this.state=T.NamedEntity,this.stateNamedEntity(e,n));case T.NumericStart:return this.stateNumericStart(e,n);case T.NumericDecimal:return this.stateNumericDecimal(e,n);case T.NumericHex:return this.stateNumericHex(e,n);case T.NamedEntity:return this.stateNamedEntity(e,n)}}stateNumericStart(e,n){return n>=e.length?-1:(e.charCodeAt(n)|Bo)===k.LOWER_X?(this.state=T.NumericHex,this.consumed+=1,this.stateNumericHex(e,n+1)):(this.state=T.NumericDecimal,this.stateNumericDecimal(e,n))}addToNumericResult(e,n,r,i){if(n!==r){const s=r-n;this.result=this.result*Math.pow(i,s)+parseInt(e.substr(n,s),i),this.consumed+=s}}stateNumericHex(e,n){const r=n;for(;n<e.length;){const i=e.charCodeAt(n);if(cn(i)||Fo(i))n+=1;else return this.addToNumericResult(e,r,n,16),this.emitNumericEntity(i,3)}return this.addToNumericResult(e,r,n,16),-1}stateNumericDecimal(e,n){const r=n;for(;n<e.length;){const i=e.charCodeAt(n);if(cn(i))n+=1;else return this.addToNumericResult(e,r,n,10),this.emitNumericEntity(i,2)}return this.addToNumericResult(e,r,n,10),-1}emitNumericEntity(e,n){var r;if(this.consumed<=n)return(r=this.errors)===null||r===void 0||r.absenceOfDigitsInNumericCharacterReference(this.consumed),0;if(e===k.SEMI)this.consumed+=1;else if(this.decodeMode===R.Strict)return 0;return this.emitCodePoint(Mo(this.result),this.consumed),this.errors&&(e!==k.SEMI&&this.errors.missingSemicolonAfterCharacterReference(),this.errors.validateNumericCharacterReference(this.result)),this.consumed}stateNamedEntity(e,n){const{decodeTree:r}=this;let i=r[this.treeIndex],s=(i&Y.VALUE_LENGTH)>>14;for(;n<e.length;n++,this.excess++){const a=e.charCodeAt(n);if(this.treeIndex=Vo(r,i,this.treeIndex+Math.max(1,s),a),this.treeIndex<0)return this.result===0||this.decodeMode===R.Attribute&&(s===0||Ro(a))?0:this.emitNotTerminatedNamedEntity();if(i=r[this.treeIndex],s=(i&Y.VALUE_LENGTH)>>14,s!==0){if(a===k.SEMI)return this.emitNamedEntityData(this.treeIndex,s,this.consumed+this.excess);this.decodeMode!==R.Strict&&(this.result=this.treeIndex,this.consumed+=this.excess,this.excess=0)}}return-1}emitNotTerminatedNamedEntity(){var e;const{result:n,decodeTree:r}=this,i=(r[n]&Y.VALUE_LENGTH)>>14;return this.emitNamedEntityData(n,i,this.consumed),(e=this.errors)===null||e===void 0||e.missingSemicolonAfterCharacterReference(),this.consumed}emitNamedEntityData(e,n,r){const{decodeTree:i}=this;return this.emitCodePoint(n===1?i[e]&~Y.VALUE_LENGTH:i[e+1],r),n===3&&this.emitCodePoint(i[e+2],r),r}end(){var e;switch(this.state){case T.NamedEntity:return this.result!==0&&(this.decodeMode!==R.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(e=this.errors)===null||e===void 0||e.absenceOfDigitsInNumericCharacterReference(this.consumed),0;case T.EntityStart:return 0}}}function ei(t){let e="";const n=new ti(t,r=>e+=on(r));return function(r,i){let s=0,a=0;for(;(a=r.indexOf("&",a))>=0;){e+=r.slice(s,a),n.startEntity(i);const o=n.write(r,a+1);if(o<0){s=a+n.end();break}s=a+o,a=o===0?s+1:s}const c=e+r.slice(s);return e="",c}}function Vo(t,e,n,r){const i=(e&Y.BRANCH_LENGTH)>>7,s=e&Y.JUMP_TABLE;if(i===0)return s!==0&&r===s?n:-1;if(s){const o=r-s;return o<0||o>=i?-1:t[n+o]-1}let a=n,c=a+i-1;for(;a<=c;){const o=a+c>>>1,l=t[o];if(l<r)a=o+1;else if(l>r)c=o-1;else return t[o+i]}return-1}ei(Xr),ei(Kr);const ni=/["&'<>$\x80-\uFFFF]/g,Ho=new Map([[34,"&quot;"],[38,"&amp;"],[39,"&apos;"],[60,"&lt;"],[62,"&gt;"]]),Go=String.prototype.codePointAt!=null?(t,e)=>t.codePointAt(e):(t,e)=>(t.charCodeAt(e)&64512)===55296?(t.charCodeAt(e)-55296)*1024+t.charCodeAt(e+1)-56320+65536:t.charCodeAt(e);function ri(t){let e="",n=0,r;for(;(r=ni.exec(t))!==null;){const i=r.index,s=t.charCodeAt(i),a=Ho.get(s);a!==void 0?(e+=t.substring(n,i)+a,n=i+1):(e+=`${t.substring(n,i)}&#x${Go(t,i).toString(16)};`,n=ni.lastIndex+=+((s&64512)===55296))}return e+t.substr(n)}function ii(t,e){return function(n){let r,i=0,s="";for(;r=t.exec(n);)i!==r.index&&(s+=n.substring(i,r.index)),s+=e.get(r[0].charCodeAt(0)),i=r.index+1;return s+n.substring(i)}}const zo=ii(/["&\u00A0]/g,new Map([[34,"&quot;"],[38,"&amp;"],[160,"&nbsp;"]])),Wo=ii(/[&<>\u00A0]/g,new Map([[38,"&amp;"],[60,"&lt;"],[62,"&gt;"],[160,"&nbsp;"]])),Qo=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(t=>[t.toLowerCase(),t])),Zo=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(t=>[t.toLowerCase(),t])),Jo=new Set(["style","script","xmp","iframe","noembed","noframes","plaintext","noscript"]);function Yo(t){return t.replace(/"/g,"&quot;")}function Xo(t,e){var n;if(!t)return;const r=((n=e.encodeEntities)!==null&&n!==void 0?n:e.decodeEntities)===!1?Yo:e.xmlMode||e.encodeEntities!=="utf8"?ri:zo;return Object.keys(t).map(i=>{var s,a;const c=(s=t[i])!==null&&s!==void 0?s:"";return e.xmlMode==="foreign"&&(i=(a=Zo.get(i))!==null&&a!==void 0?a:i),!e.emptyAttrs&&!e.xmlMode&&c===""?i:`${i}="${r(c)}"`}).join(" ")}const si=new Set(["area","base","basefont","br","col","command","embed","frame","hr","img","input","isindex","keygen","link","meta","param","source","track","wbr"]);function fe(t,e={}){const n="length"in t?t:[t];let r="";for(let i=0;i<n.length;i++)r+=Ko(n[i],e);return r}function Ko(t,e){switch(t.type){case Eo:return fe(t.children,e);case Do:case To:return rc(t);case Io:return ac(t);case Po:return sc(t);case No:case qo:case Oo:return nc(t,e);case ko:return ic(t,e)}}const tc=new Set(["mi","mo","mn","ms","mtext","annotation-xml","foreignObject","desc","title"]),ec=new Set(["svg","math"]);function nc(t,e){var n;e.xmlMode==="foreign"&&(t.name=(n=Qo.get(t.name))!==null&&n!==void 0?n:t.name,t.parent&&tc.has(t.parent.name)&&(e=mt(_({},e),{xmlMode:!1}))),!e.xmlMode&&ec.has(t.name)&&(e=mt(_({},e),{xmlMode:"foreign"}));let r=`<${t.name}`;const i=Xo(t.attribs,e);return i&&(r+=` ${i}`),t.children.length===0&&(e.xmlMode?e.selfClosingTags!==!1:e.selfClosingTags&&si.has(t.name))?(e.xmlMode||(r+=" "),r+="/>"):(r+=">",t.children.length>0&&(r+=fe(t.children,e)),(e.xmlMode||!si.has(t.name))&&(r+=`</${t.name}>`)),r}function rc(t){return`<${t.data}>`}function ic(t,e){var n;let r=t.data||"";return((n=e.encodeEntities)!==null&&n!==void 0?n:e.decodeEntities)!==!1&&!(!e.xmlMode&&t.parent&&Jo.has(t.parent.name))&&(r=e.xmlMode||e.encodeEntities!=="utf8"?ri(r):Wo(r)),r}function sc(t){return`<![CDATA[${t.children[0].data}]]>`}function ac(t){return`<!--${t.data}-->`}function ai(t,e){return fe(t,e)}function oc(t,e){return E(t)?t.children.map(n=>ai(n,e)).join(""):""}function pe(t){return Array.isArray(t)?t.map(pe).join(""):y(t)?t.name==="br"?`
6
- `:pe(t.children):de(t)?pe(t.children):rt(t)?t.data:""}function bt(t){return Array.isArray(t)?t.map(bt).join(""):E(t)&&!rn(t)?bt(t.children):rt(t)?t.data:""}function ge(t){return Array.isArray(t)?t.map(ge).join(""):E(t)&&(t.type===x.Tag||de(t))?ge(t.children):rt(t)?t.data:""}function me(t){return E(t)?t.children:[]}function oi(t){return t.parent||null}function ci(t){const e=oi(t);if(e!=null)return me(e);const n=[t];let{prev:r,next:i}=t;for(;r!=null;)n.unshift(r),{prev:r}=r;for(;i!=null;)n.push(i),{next:i}=i;return n}function cc(t,e){var n;return(n=t.attribs)===null||n===void 0?void 0:n[e]}function lc(t,e){return t.attribs!=null&&Object.prototype.hasOwnProperty.call(t.attribs,e)&&t.attribs[e]!=null}function hc(t){return t.name}function ln(t){let{next:e}=t;for(;e!==null&&!y(e);)({next:e}=e);return e}function hn(t){let{prev:e}=t;for(;e!==null&&!y(e);)({prev:e}=e);return e}function st(t){if(t.prev&&(t.prev.next=t.next),t.next&&(t.next.prev=t.prev),t.parent){const e=t.parent.children,n=e.lastIndexOf(t);n>=0&&e.splice(n,1)}t.next=null,t.prev=null,t.parent=null}function uc(t,e){const n=e.prev=t.prev;n&&(n.next=e);const r=e.next=t.next;r&&(r.prev=e);const i=e.parent=t.parent;if(i){const s=i.children;s[s.lastIndexOf(t)]=e,t.parent=null}}function dc(t,e){if(st(e),e.next=null,e.parent=t,t.children.push(e)>1){const n=t.children[t.children.length-2];n.next=e,e.prev=n}else e.prev=null}function fc(t,e){st(e);const{parent:n}=t,r=t.next;if(e.next=r,e.prev=t,t.next=e,e.parent=n,r){if(r.prev=e,n){const i=n.children;i.splice(i.lastIndexOf(r),0,e)}}else n&&n.children.push(e)}function pc(t,e){if(st(e),e.parent=t,e.prev=null,t.children.unshift(e)!==1){const n=t.children[1];n.prev=e,e.next=n}else e.next=null}function gc(t,e){st(e);const{parent:n}=t;if(n){const r=n.children;r.splice(r.indexOf(t),0,e)}t.prev&&(t.prev.next=e),e.parent=n,e.prev=t.prev,e.next=t,t.prev=e}function be(t,e,n=!0,r=1/0){return un(t,Array.isArray(e)?e:[e],n,r)}function un(t,e,n,r){const i=[],s=[e],a=[0];for(;;){if(a[0]>=s[0].length){if(a.length===1)return i;s.shift(),a.shift();continue}const c=s[0][a[0]++];if(t(c)&&(i.push(c),--r<=0))return i;n&&E(c)&&c.children.length>0&&(a.unshift(0),s.unshift(c.children))}}function mc(t,e){return e.find(t)}function dn(t,e,n=!0){let r=null;for(let i=0;i<e.length&&!r;i++){const s=e[i];if(y(s))t(s)?r=s:n&&s.children.length>0&&(r=dn(t,s.children,!0));else continue}return r}function li(t,e){return e.some(n=>y(n)&&(t(n)||li(t,n.children)))}function bc(t,e){const n=[],r=[e],i=[0];for(;;){if(i[0]>=r[0].length){if(r.length===1)return n;r.shift(),i.shift();continue}const s=r[0][i[0]++];y(s)&&(t(s)&&n.push(s),s.children.length>0&&(i.unshift(0),r.unshift(s.children)))}}const ye={tag_name(t){return typeof t=="function"?e=>y(e)&&t(e.name):t==="*"?y:e=>y(e)&&e.name===t},tag_type(t){return typeof t=="function"?e=>t(e.type):e=>e.type===t},tag_contains(t){return typeof t=="function"?e=>rt(e)&&t(e.data):e=>rt(e)&&e.data===t}};function hi(t,e){return typeof e=="function"?n=>y(n)&&e(n.attribs[t]):n=>y(n)&&n.attribs[t]===e}function yc(t,e){return n=>t(n)||e(n)}function ui(t){const e=Object.keys(t).map(n=>{const r=t[n];return Object.prototype.hasOwnProperty.call(ye,n)?ye[n](r):hi(n,r)});return e.length===0?null:e.reduce(yc)}function wc(t,e){const n=ui(t);return n?n(e):!0}function xc(t,e,n,r=1/0){const i=ui(t);return i?be(i,e,n,r):[]}function vc(t,e,n=!0){return Array.isArray(e)||(e=[e]),dn(hi("id",t),e,n)}function yt(t,e,n=!0,r=1/0){return be(ye.tag_name(t),e,n,r)}function Sc(t,e,n=!0,r=1/0){return be(ye.tag_type(t),e,n,r)}function Ac(t){let e=t.length;for(;--e>=0;){const n=t[e];if(e>0&&t.lastIndexOf(n,e-1)>=0){t.splice(e,1);continue}for(let r=n.parent;r;r=r.parent)if(t.includes(r)){t.splice(e,1);break}}return t}var L;(function(t){t[t.DISCONNECTED=1]="DISCONNECTED",t[t.PRECEDING=2]="PRECEDING",t[t.FOLLOWING=4]="FOLLOWING",t[t.CONTAINS=8]="CONTAINS",t[t.CONTAINED_BY=16]="CONTAINED_BY"})(L||(L={}));function di(t,e){const n=[],r=[];if(t===e)return 0;let i=E(t)?t:t.parent;for(;i;)n.unshift(i),i=i.parent;for(i=E(e)?e:e.parent;i;)r.unshift(i),i=i.parent;const s=Math.min(n.length,r.length);let a=0;for(;a<s&&n[a]===r[a];)a++;if(a===0)return L.DISCONNECTED;const c=n[a-1],o=c.children,l=n[a],h=r[a];return o.indexOf(l)>o.indexOf(h)?c===e?L.FOLLOWING|L.CONTAINED_BY:L.FOLLOWING:c===t?L.PRECEDING|L.CONTAINS:L.PRECEDING}function wt(t){return t=t.filter((e,n,r)=>!r.includes(e,n+1)),t.sort((e,n)=>{const r=di(e,n);return r&L.PRECEDING?-1:r&L.FOLLOWING?1:0}),t}function $c(t){const e=we(Ic,t);return e?e.name==="feed"?Cc(e):Ec(e):null}function Cc(t){var e;const n=t.children,r={type:"atom",items:yt("entry",n).map(a=>{var c;const{children:o}=a,l={media:fi(o)};O(l,"id","id",o),O(l,"title","title",o);const h=(c=we("link",o))===null||c===void 0?void 0:c.attribs.href;h&&(l.link=h);const d=X("summary",o)||X("content",o);d&&(l.description=d);const f=X("updated",o);return f&&(l.pubDate=new Date(f)),l})};O(r,"id","id",n),O(r,"title","title",n);const i=(e=we("link",n))===null||e===void 0?void 0:e.attribs.href;i&&(r.link=i),O(r,"description","subtitle",n);const s=X("updated",n);return s&&(r.updated=new Date(s)),O(r,"author","email",n,!0),r}function Ec(t){var e,n;const r=(n=(e=we("channel",t.children))===null||e===void 0?void 0:e.children)!==null&&n!==void 0?n:[],i={type:t.name.substr(0,3),id:"",items:yt("item",t.children).map(a=>{const{children:c}=a,o={media:fi(c)};O(o,"id","guid",c),O(o,"title","title",c),O(o,"link","link",c),O(o,"description","description",c);const l=X("pubDate",c)||X("dc:date",c);return l&&(o.pubDate=new Date(l)),o})};O(i,"title","title",r),O(i,"link","link",r),O(i,"description","description",r);const s=X("lastBuildDate",r);return s&&(i.updated=new Date(s)),O(i,"author","managingEditor",r,!0),i}const kc=["url","type","lang"],Tc=["fileSize","bitrate","framerate","samplingrate","channels","duration","height","width"];function fi(t){return yt("media:content",t).map(e=>{const{attribs:n}=e,r={medium:n.medium,isDefault:!!n.isDefault};for(const i of kc)n[i]&&(r[i]=n[i]);for(const i of Tc)n[i]&&(r[i]=parseInt(n[i],10));return n.expression&&(r.expression=n.expression),r})}function we(t,e){return yt(t,e,!0,1)[0]}function X(t,e,n=!1){return bt(yt(t,e,n,1)).trim()}function O(t,e,n,r,i=!1){const s=X(n,r,i);s&&(t[e]=s)}function Ic(t){return t==="rss"||t==="feed"||t==="rdf:RDF"}var xe=Object.freeze({__proto__:null,get DocumentPosition(){return L},append:fc,appendChild:dc,compareDocumentPosition:di,existsOne:li,filter:be,find:un,findAll:bc,findOne:dn,findOneChild:mc,getAttributeValue:cc,getChildren:me,getElementById:vc,getElements:xc,getElementsByTagName:yt,getElementsByTagType:Sc,getFeed:$c,getInnerHTML:oc,getName:hc,getOuterHTML:ai,getParent:oi,getSiblings:ci,getText:pe,hasAttrib:lc,hasChildren:E,innerText:ge,isCDATA:de,isComment:rn,isDocument:it,isTag:y,isText:rt,nextElementSibling:ln,prepend:gc,prependChild:pc,prevElementSibling:hn,removeElement:st,removeSubsets:Ac,replaceElement:uc,testElement:wc,textContent:bt,uniqueSort:wt});function pi(t,e,n){return t?t(e!=null?e:t._root.children,null,void 0,n).toString():""}function Nc(t,e){return typeof t=="object"&&t!=null&&!("length"in t)&&!("type"in t)}function qc(t,e){const n=Nc(t)?(e=t,void 0):t,r=_(_({},this===null||this===void 0?void 0:this._options),tn(e));return pi(this,n,r)}function Oc(t){const e=mt(_({},this._options),{xmlMode:!0});return pi(this,t,e)}function _t(t){const e=t!=null?t:this?this.root():[];let n="";for(let r=0;r<e.length;r++)n+=bt(e[r]);return n}function Pc(t,e,n=typeof e=="boolean"?e:!1){if(!t||typeof t!="string")return null;typeof e=="boolean"&&(n=e);const r=this.load(t,this._options,!1);return n||r("script").remove(),[...r.root()[0].children]}function Dc(){return this(this._root)}function gi(t,e){if(e===t)return!1;let n=e;for(;n&&n!==n.parent;)if(n=n.parent,n===t)return!0;return!1}function _c(t){return this.root().extract(t)}function Lc(t,e){if(!mi(t)||!mi(e))return;let n=t.length;const r=+e.length;for(let i=0;i<r;i++)t[n++]=e[i];return t.length=n,t}function mi(t){if(Array.isArray(t))return!0;if(typeof t!="object"||t===null||!("length"in t)||typeof t.length!="number"||t.length<0)return!1;for(let e=0;e<t.length;e++)if(!(e in t))return!1;return!0}var jc=Object.freeze({__proto__:null,contains:gi,extract:_c,html:qc,merge:Lc,parseHTML:Pc,root:Dc,text:_t,xml:Oc});function W(t){return t.cheerio!=null}function Mc(t){return t.replace(/[._-](\w|$)/g,(e,n)=>n.toUpperCase())}function Bc(t){return t.replace(/[A-Z]/g,"-$&").toLowerCase()}function A(t,e){const n=t.length;for(let r=0;r<n;r++)e(t[r],r);return t}var at;(function(t){t[t.LowerA=97]="LowerA",t[t.LowerZ=122]="LowerZ",t[t.UpperA=65]="UpperA",t[t.UpperZ=90]="UpperZ",t[t.Exclamation=33]="Exclamation"})(at||(at={}));function fn(t){const e=t.indexOf("<");if(e<0||e>t.length-3)return!1;const n=t.charCodeAt(e+1);return(n>=at.LowerA&&n<=at.LowerZ||n>=at.UpperA&&n<=at.UpperZ||n===at.Exclamation)&&t.includes(">",e+2)}const Lt=Object.prototype.hasOwnProperty,jt=/\s+/,pn="data-",gn=/^(?:autofocus|autoplay|async|checked|controls|defer|disabled|hidden|loop|multiple|open|readonly|required|scoped|selected)$/i,Fc=/^{[^]*}$|^\[[^]*]$/;function ve(t,e,n){var r;if(!(!t||!y(t))){if((r=t.attribs)!==null&&r!==void 0||(t.attribs={}),!e)return t.attribs;if(Lt.call(t.attribs,e))return!n&&gn.test(e)?e:t.attribs[e];if(t.name==="option"&&e==="value")return _t(t.children);if(t.name==="input"&&(t.attribs.type==="radio"||t.attribs.type==="checkbox")&&e==="value")return"on"}}function xt(t,e,n){n===null?xi(t,e):t.attribs[e]=`${n}`}function Uc(t,e){if(typeof t=="object"||e!==void 0){if(typeof e=="function"){if(typeof t!="string")throw new Error("Bad combination of arguments.");return A(this,(n,r)=>{y(n)&&xt(n,t,e.call(n,r,n.attribs[t]))})}return A(this,n=>{if(y(n))if(typeof t=="object")for(const r of Object.keys(t)){const i=t[r];xt(n,r,i)}else xt(n,t,e)})}return arguments.length>1?this:ve(this[0],t,this.options.xmlMode)}function bi(t,e,n){return e in t?t[e]:!n&&gn.test(e)?ve(t,e,!1)!==void 0:ve(t,e,n)}function mn(t,e,n,r){e in t?t[e]=n:xt(t,e,!r&&gn.test(e)?n?"":null:`${n}`)}function Rc(t,e){var n;if(typeof t=="string"&&e===void 0){const r=this[0];if(!r||!y(r))return;switch(t){case"style":{const i=this.css(),s=Object.keys(i);for(let a=0;a<s.length;a++)i[a]=s[a];return i.length=s.length,i}case"tagName":case"nodeName":return r.name.toUpperCase();case"href":case"src":{const i=(n=r.attribs)===null||n===void 0?void 0:n[t];return typeof URL!="undefined"&&(t==="href"&&(r.tagName==="a"||r.tagName==="link")||t==="src"&&(r.tagName==="img"||r.tagName==="iframe"||r.tagName==="audio"||r.tagName==="video"||r.tagName==="source"))&&i!==void 0&&this.options.baseURI?new URL(i,this.options.baseURI).href:i}case"innerText":return ge(r);case"textContent":return bt(r);case"outerHTML":return this.clone().wrap("<container />").parent().html();case"innerHTML":return this.html();default:return bi(r,t,this.options.xmlMode)}}if(typeof t=="object"||e!==void 0){if(typeof e=="function"){if(typeof t=="object")throw new TypeError("Bad combination of arguments.");return A(this,(r,i)=>{y(r)&&mn(r,t,e.call(r,i,bi(r,t,this.options.xmlMode)),this.options.xmlMode)})}return A(this,r=>{if(y(r))if(typeof t=="object")for(const i of Object.keys(t)){const s=t[i];mn(r,i,s,this.options.xmlMode)}else mn(r,t,e,this.options.xmlMode)})}}function yi(t,e,n){var r;(r=t.data)!==null&&r!==void 0||(t.data={}),typeof e=="object"?Object.assign(t.data,e):typeof e=="string"&&n!==void 0&&(t.data[e]=n)}function Vc(t){for(const e of Object.keys(t.attribs)){if(!e.startsWith(pn))continue;const n=Mc(e.slice(pn.length));Lt.call(t.data,n)||(t.data[n]=wi(t.attribs[e]))}return t.data}function Hc(t,e){const n=pn+Bc(e),r=t.data;if(Lt.call(r,e))return r[e];if(Lt.call(t.attribs,n))return r[e]=wi(t.attribs[n])}function wi(t){if(t==="null")return null;if(t==="true")return!0;if(t==="false")return!1;const e=Number(t);if(t===String(e))return e;if(Fc.test(t))try{return JSON.parse(t)}catch(n){}return t}function Gc(t,e){var n;const r=this[0];if(!r||!y(r))return;const i=r;return(n=i.data)!==null&&n!==void 0||(i.data={}),t==null?Vc(i):typeof t=="object"||e!==void 0?(A(this,s=>{y(s)&&(typeof t=="object"?yi(s,t):yi(s,t,e))}),this):Hc(i,t)}function zc(t){const e=arguments.length===0,n=this[0];if(!n||!y(n))return e?void 0:this;switch(n.name){case"textarea":return this.text(t);case"select":{const r=this.find("option:selected");if(!e){if(this.attr("multiple")==null&&typeof t=="object")return this;this.find("option").removeAttr("selected");const i=typeof t=="object"?t:[t];for(const s of i)this.find(`option[value="${s}"]`).attr("selected","");return this}return this.attr("multiple")?r.toArray().map(i=>_t(i.children)):r.attr("value")}case"input":case"option":return e?this.attr("value"):this.attr("value",t)}}function xi(t,e){!t.attribs||!Lt.call(t.attribs,e)||delete t.attribs[e]}function Se(t){return t?t.trim().split(jt):[]}function Wc(t){const e=Se(t);for(const n of e)A(this,r=>{y(r)&&xi(r,n)});return this}function Qc(t){return this.toArray().some(e=>{const n=y(e)&&e.attribs.class;let r=-1;if(n&&t.length>0)for(;(r=n.indexOf(t,r+1))>-1;){const i=r+t.length;if((r===0||jt.test(n[r-1]))&&(i===n.length||jt.test(n[i])))return!0}return!1})}function vi(t){if(typeof t=="function")return A(this,(r,i)=>{if(y(r)){const s=r.attribs.class||"";vi.call([r],t.call(r,i,s))}});if(!t||typeof t!="string")return this;const e=t.split(jt),n=this.length;for(let r=0;r<n;r++){const i=this[r];if(!y(i))continue;const s=ve(i,"class",!1);if(s){let a=` ${s} `;for(const c of e){const o=`${c} `;a.includes(` ${o}`)||(a+=o)}xt(i,"class",a.trim())}else xt(i,"class",e.join(" ").trim())}return this}function Si(t){if(typeof t=="function")return A(this,(i,s)=>{y(i)&&Si.call([i],t.call(i,s,i.attribs.class||""))});const e=Se(t),n=e.length,r=arguments.length===0;return A(this,i=>{if(y(i))if(r)i.attribs.class="";else{const s=Se(i.attribs.class);let a=!1;for(let c=0;c<n;c++){const o=s.indexOf(e[c]);o>=0&&(s.splice(o,1),a=!0,c--)}a&&(i.attribs.class=s.join(" "))}})}function Ai(t,e){if(typeof t=="function")return A(this,(a,c)=>{y(a)&&Ai.call([a],t.call(a,c,a.attribs.class||"",e),e)});if(!t||typeof t!="string")return this;const n=t.split(jt),r=n.length,i=typeof e=="boolean"?e?1:-1:0,s=this.length;for(let a=0;a<s;a++){const c=this[a];if(!y(c))continue;const o=Se(c.attribs.class);for(let l=0;l<r;l++){const h=o.indexOf(n[l]);i>=0&&h<0?o.push(n[l]):i<=0&&h>=0&&o.splice(h,1)}c.attribs.class=o.join(" ")}return this}var Zc=Object.freeze({__proto__:null,addClass:vi,attr:Uc,data:Gc,hasClass:Qc,prop:Rc,removeAttr:Wc,removeClass:Si,toggleClass:Ai,val:zc}),m;(function(t){t.Attribute="attribute",t.Pseudo="pseudo",t.PseudoElement="pseudo-element",t.Tag="tag",t.Universal="universal",t.Adjacent="adjacent",t.Child="child",t.Descendant="descendant",t.Parent="parent",t.Sibling="sibling",t.ColumnCombinator="column-combinator"})(m||(m={}));var C;(function(t){t.Any="any",t.Element="element",t.End="end",t.Equals="equals",t.Exists="exists",t.Hyphen="hyphen",t.Not="not",t.Start="start"})(C||(C={}));const $i=/^[^\\#]?(?:\\(?:[\da-f]{1,6}\s?|.)|[\w\-\u00b0-\uFFFF])+/,Jc=/\\([\da-f]{1,6}\s?|(\s)|.)/gi,Yc=new Map([[126,C.Element],[94,C.Start],[36,C.End],[42,C.Any],[33,C.Not],[124,C.Hyphen]]),Xc=new Set(["has","not","matches","is","where","host","host-context"]);function Mt(t){switch(t.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 Kc=new Set(["contains","icontains"]);function tl(t,e,n){const r=parseInt(e,16)-65536;return r!==r||n?e:r<0?String.fromCharCode(r+65536):String.fromCharCode(r>>10|55296,r&1023|56320)}function Bt(t){return t.replace(Jc,tl)}function bn(t){return t===39||t===34}function Ci(t){return t===32||t===9||t===10||t===12||t===13}function Ae(t){const e=[],n=Ei(e,`${t}`,0);if(n<t.length)throw new Error(`Unmatched selector: ${t.slice(n)}`);return e}function Ei(t,e,n){let r=[];function i(f){const g=e.slice(n+f).match($i);if(!g)throw new Error(`Expected name, found ${e.slice(n)}`);const[p]=g;return n+=f+p.length,Bt(p)}function s(f){for(n+=f;n<e.length&&Ci(e.charCodeAt(n));)n++}function a(){n+=1;const f=n;let g=1;for(;g>0&&n<e.length;n++)e.charCodeAt(n)===40&&!c(n)?g++:e.charCodeAt(n)===41&&!c(n)&&g--;if(g)throw new Error("Parenthesis not matched");return Bt(e.slice(f,n-1))}function c(f){let g=0;for(;e.charCodeAt(--f)===92;)g++;return(g&1)===1}function o(){if(r.length>0&&Mt(r[r.length-1]))throw new Error("Did not expect successive traversals.")}function l(f){if(r.length>0&&r[r.length-1].type===m.Descendant){r[r.length-1].type=f;return}o(),r.push({type:f})}function h(f,g){r.push({type:m.Attribute,name:f,action:g,value:i(1),namespace:null,ignoreCase:"quirks"})}function d(){if(r.length&&r[r.length-1].type===m.Descendant&&r.pop(),r.length===0)throw new Error("Empty sub-selector");t.push(r)}if(s(0),e.length===n)return n;t:for(;n<e.length;){const f=e.charCodeAt(n);switch(f){case 32:case 9:case 10:case 12:case 13:{(r.length===0||r[0].type!==m.Descendant)&&(o(),r.push({type:m.Descendant})),s(1);break}case 62:{l(m.Child),s(1);break}case 60:{l(m.Parent),s(1);break}case 126:{l(m.Sibling),s(1);break}case 43:{l(m.Adjacent),s(1);break}case 46:{h("class",C.Element);break}case 35:{h("id",C.Equals);break}case 91:{s(1);let g,p=null;e.charCodeAt(n)===124?g=i(1):e.startsWith("*|",n)?(p="*",g=i(2)):(g=i(0),e.charCodeAt(n)===124&&e.charCodeAt(n+1)!==61&&(p=g,g=i(1))),s(0);let S=C.Exists;const $=Yc.get(e.charCodeAt(n));if($){if(S=$,e.charCodeAt(n+1)!==61)throw new Error("Expected `=`");s(2)}else e.charCodeAt(n)===61&&(S=C.Equals,s(1));let lt="",ht=null;if(S!=="exists"){if(bn(e.charCodeAt(n))){const Ht=e.charCodeAt(n);let tt=n+1;for(;tt<e.length&&(e.charCodeAt(tt)!==Ht||c(tt));)tt+=1;if(e.charCodeAt(tt)!==Ht)throw new Error("Attribute value didn't end");lt=Bt(e.slice(n+1,tt)),n=tt+1}else{const Ht=n;for(;n<e.length&&(!Ci(e.charCodeAt(n))&&e.charCodeAt(n)!==93||c(n));)n+=1;lt=Bt(e.slice(Ht,n))}s(0);const $t=e.charCodeAt(n)|32;$t===115?(ht=!1,s(1)):$t===105&&(ht=!0,s(1))}if(e.charCodeAt(n)!==93)throw new Error("Attribute selector didn't terminate");n+=1;const At={type:m.Attribute,name:g,action:S,value:lt,namespace:p,ignoreCase:ht};r.push(At);break}case 58:{if(e.charCodeAt(n+1)===58){r.push({type:m.PseudoElement,name:i(2).toLowerCase(),data:e.charCodeAt(n)===40?a():null});continue}const g=i(1).toLowerCase();let p=null;if(e.charCodeAt(n)===40)if(Xc.has(g)){if(bn(e.charCodeAt(n+1)))throw new Error(`Pseudo-selector ${g} cannot be quoted`);if(p=[],n=Ei(p,e,n+1),e.charCodeAt(n)!==41)throw new Error(`Missing closing parenthesis in :${g} (${e})`);n+=1}else{if(p=a(),Kc.has(g)){const S=p.charCodeAt(0);S===p.charCodeAt(p.length-1)&&bn(S)&&(p=p.slice(1,-1))}p=Bt(p)}r.push({type:m.Pseudo,name:g,data:p});break}case 44:{d(),r=[],s(1);break}default:{if(e.startsWith("/*",n)){const S=e.indexOf("*/",n+2);if(S<0)throw new Error("Comment was not terminated");n=S+2,r.length===0&&s(0);break}let g=null,p;if(f===42)n+=1,p="*";else if(f===124){if(p="",e.charCodeAt(n+1)===124){l(m.ColumnCombinator),s(2);break}}else if($i.test(e.slice(n)))p=i(0);else break t;e.charCodeAt(n)===124&&e.charCodeAt(n+1)!==124&&(g=p,e.charCodeAt(n+1)===42?(p="*",n+=2):p=i(1)),r.push(p==="*"?{type:m.Universal,namespace:g}:{type:m.Tag,name:p,namespace:g})}}}return d(),n}function el(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}var $e={trueFunc:function(){return!0},falseFunc:function(){return!1}},w=el($e);const ki=new Map([[m.Universal,50],[m.Tag,30],[m.Attribute,1],[m.Pseudo,0]]);function yn(t){return!ki.has(t.type)}const nl=new Map([[C.Exists,10],[C.Equals,8],[C.Not,7],[C.Start,6],[C.End,6],[C.Any,5]]);function rl(t){const e=t.map(Ti);for(let n=1;n<t.length;n++){const r=e[n];if(!(r<0))for(let i=n-1;i>=0&&r<e[i];i--){const s=t[i+1];t[i+1]=t[i],t[i]=s,e[i+1]=e[i],e[i]=r}}}function Ti(t){var e,n;let r=(e=ki.get(t.type))!==null&&e!==void 0?e:-1;return t.type===m.Attribute?(r=(n=nl.get(t.action))!==null&&n!==void 0?n:4,t.action===C.Equals&&t.name==="id"&&(r=9),t.ignoreCase&&(r>>=1)):t.type===m.Pseudo&&(t.data?t.name==="has"||t.name==="contains"?r=0:Array.isArray(t.data)?(r=Math.min(...t.data.map(i=>Math.min(...i.map(Ti)))),r<0&&(r=0)):r=2:r=3),r}const il=/[-[\]{}()*+?.,\\^$|#\s]/g;function Ii(t){return t.replace(il,"\\$&")}const sl=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 ot(t,e){return typeof t.ignoreCase=="boolean"?t.ignoreCase:t.ignoreCase==="quirks"?!!e.quirksMode:!e.xmlMode&&sl.has(t.name)}const al={equals(t,e,n){const{adapter:r}=n,{name:i}=e;let{value:s}=e;return ot(e,n)?(s=s.toLowerCase(),a=>{const c=r.getAttributeValue(a,i);return c!=null&&c.length===s.length&&c.toLowerCase()===s&&t(a)}):a=>r.getAttributeValue(a,i)===s&&t(a)},hyphen(t,e,n){const{adapter:r}=n,{name:i}=e;let{value:s}=e;const a=s.length;return ot(e,n)?(s=s.toLowerCase(),function(c){const o=r.getAttributeValue(c,i);return o!=null&&(o.length===a||o.charAt(a)==="-")&&o.substr(0,a).toLowerCase()===s&&t(c)}):function(c){const o=r.getAttributeValue(c,i);return o!=null&&(o.length===a||o.charAt(a)==="-")&&o.substr(0,a)===s&&t(c)}},element(t,e,n){const{adapter:r}=n,{name:i,value:s}=e;if(/\s/.test(s))return w.falseFunc;const a=new RegExp(`(?:^|\\s)${Ii(s)}(?:$|\\s)`,ot(e,n)?"i":"");return function(c){const o=r.getAttributeValue(c,i);return o!=null&&o.length>=s.length&&a.test(o)&&t(c)}},exists(t,{name:e},{adapter:n}){return r=>n.hasAttrib(r,e)&&t(r)},start(t,e,n){const{adapter:r}=n,{name:i}=e;let{value:s}=e;const a=s.length;return a===0?w.falseFunc:ot(e,n)?(s=s.toLowerCase(),c=>{const o=r.getAttributeValue(c,i);return o!=null&&o.length>=a&&o.substr(0,a).toLowerCase()===s&&t(c)}):c=>{var o;return!!(!((o=r.getAttributeValue(c,i))===null||o===void 0)&&o.startsWith(s))&&t(c)}},end(t,e,n){const{adapter:r}=n,{name:i}=e;let{value:s}=e;const a=-s.length;return a===0?w.falseFunc:ot(e,n)?(s=s.toLowerCase(),c=>{var o;return((o=r.getAttributeValue(c,i))===null||o===void 0?void 0:o.substr(a).toLowerCase())===s&&t(c)}):c=>{var o;return!!(!((o=r.getAttributeValue(c,i))===null||o===void 0)&&o.endsWith(s))&&t(c)}},any(t,e,n){const{adapter:r}=n,{name:i,value:s}=e;if(s==="")return w.falseFunc;if(ot(e,n)){const a=new RegExp(Ii(s),"i");return function(c){const o=r.getAttributeValue(c,i);return o!=null&&o.length>=s.length&&a.test(o)&&t(c)}}return a=>{var c;return!!(!((c=r.getAttributeValue(a,i))===null||c===void 0)&&c.includes(s))&&t(a)}},not(t,e,n){const{adapter:r}=n,{name:i}=e;let{value:s}=e;return s===""?a=>!!r.getAttributeValue(a,i)&&t(a):ot(e,n)?(s=s.toLowerCase(),a=>{const c=r.getAttributeValue(a,i);return(c==null||c.length!==s.length||c.toLowerCase()!==s)&&t(a)}):a=>r.getAttributeValue(a,i)!==s&&t(a)}},ol=new Set([9,10,12,13,32]),Ni=48,cl=57;function ll(t){if(t=t.trim().toLowerCase(),t==="even")return[2,0];if(t==="odd")return[2,1];let e=0,n=0,r=s(),i=a();if(e<t.length&&t.charAt(e)==="n"&&(e++,n=r*(i!=null?i:1),c(),e<t.length?(r=s(),c(),i=a()):r=i=0),i===null||e<t.length)throw new Error(`n-th rule couldn't be parsed ('${t}')`);return[n,r*i];function s(){return t.charAt(e)==="-"?(e++,-1):(t.charAt(e)==="+"&&e++,1)}function a(){const o=e;let l=0;for(;e<t.length&&t.charCodeAt(e)>=Ni&&t.charCodeAt(e)<=cl;)l=l*10+(t.charCodeAt(e)-Ni),e++;return e===o?null:l}function c(){for(;e<t.length&&ol.has(t.charCodeAt(e));)e++}}function hl(t){const e=t[0],n=t[1]-1;if(n<0&&e<=0)return w.falseFunc;if(e===-1)return s=>s<=n;if(e===0)return s=>s===n;if(e===1)return n<0?w.trueFunc:s=>s>=n;const r=Math.abs(e),i=(n%r+r)%r;return e>1?s=>s>=n&&s%r===i:s=>s<=n&&s%r===i}function Ce(t){return hl(ll(t))}function Ee(t,e){return n=>{const r=e.getParent(n);return r!=null&&e.isTag(r)&&t(n)}}const wn={contains(t,e,{adapter:n}){return function(r){return t(r)&&n.getText(r).includes(e)}},icontains(t,e,{adapter:n}){const r=e.toLowerCase();return function(i){return t(i)&&n.getText(i).toLowerCase().includes(r)}},"nth-child"(t,e,{adapter:n,equals:r}){const i=Ce(e);return i===w.falseFunc?w.falseFunc:i===w.trueFunc?Ee(t,n):function(s){const a=n.getSiblings(s);let c=0;for(let o=0;o<a.length&&!r(s,a[o]);o++)n.isTag(a[o])&&c++;return i(c)&&t(s)}},"nth-last-child"(t,e,{adapter:n,equals:r}){const i=Ce(e);return i===w.falseFunc?w.falseFunc:i===w.trueFunc?Ee(t,n):function(s){const a=n.getSiblings(s);let c=0;for(let o=a.length-1;o>=0&&!r(s,a[o]);o--)n.isTag(a[o])&&c++;return i(c)&&t(s)}},"nth-of-type"(t,e,{adapter:n,equals:r}){const i=Ce(e);return i===w.falseFunc?w.falseFunc:i===w.trueFunc?Ee(t,n):function(s){const a=n.getSiblings(s);let c=0;for(let o=0;o<a.length;o++){const l=a[o];if(r(s,l))break;n.isTag(l)&&n.getName(l)===n.getName(s)&&c++}return i(c)&&t(s)}},"nth-last-of-type"(t,e,{adapter:n,equals:r}){const i=Ce(e);return i===w.falseFunc?w.falseFunc:i===w.trueFunc?Ee(t,n):function(s){const a=n.getSiblings(s);let c=0;for(let o=a.length-1;o>=0;o--){const l=a[o];if(r(s,l))break;n.isTag(l)&&n.getName(l)===n.getName(s)&&c++}return i(c)&&t(s)}},root(t,e,{adapter:n}){return r=>{const i=n.getParent(r);return(i==null||!n.isTag(i))&&t(r)}},scope(t,e,n,r){const{equals:i}=n;return!r||r.length===0?wn.root(t,e,n):r.length===1?s=>i(r[0],s)&&t(s):s=>r.includes(s)&&t(s)},hover:xn("isHovered"),visited:xn("isVisited"),active:xn("isActive")};function xn(t){return function(e,n,{adapter:r}){const i=r[t];return typeof i!="function"?w.falseFunc:function(s){return i(s)&&e(s)}}}const qi={empty(t,{adapter:e}){return!e.getChildren(t).some(n=>e.isTag(n)||e.getText(n)!=="")},"first-child"(t,{adapter:e,equals:n}){if(e.prevElementSibling)return e.prevElementSibling(t)==null;const r=e.getSiblings(t).find(i=>e.isTag(i));return r!=null&&n(t,r)},"last-child"(t,{adapter:e,equals:n}){const r=e.getSiblings(t);for(let i=r.length-1;i>=0;i--){if(n(t,r[i]))return!0;if(e.isTag(r[i]))break}return!1},"first-of-type"(t,{adapter:e,equals:n}){const r=e.getSiblings(t),i=e.getName(t);for(let s=0;s<r.length;s++){const a=r[s];if(n(t,a))return!0;if(e.isTag(a)&&e.getName(a)===i)break}return!1},"last-of-type"(t,{adapter:e,equals:n}){const r=e.getSiblings(t),i=e.getName(t);for(let s=r.length-1;s>=0;s--){const a=r[s];if(n(t,a))return!0;if(e.isTag(a)&&e.getName(a)===i)break}return!1},"only-of-type"(t,{adapter:e,equals:n}){const r=e.getName(t);return e.getSiblings(t).every(i=>n(t,i)||!e.isTag(i)||e.getName(i)!==r)},"only-child"(t,{adapter:e,equals:n}){return e.getSiblings(t).every(r=>n(t,r)||!e.isTag(r))}};function Oi(t,e,n,r){if(n===null){if(t.length>r)throw new Error(`Pseudo-class :${e} requires an argument`)}else if(t.length===r)throw new Error(`Pseudo-class :${e} doesn't have any arguments`)}const ul={"any-link":":is(a, area, link)[href]",link:":any-link:not(:visited)",disabled:`:is(
5
+ `,o),wx.request(Ke({url:t,method:r.toUpperCase(),header:f.toObject(),data:g,enableHttp2:!0,useHighPerformanceMode:!0,success:({data:p,statusCode:A,header:$})=>(We.debug(`Request ends with ${A}`,typeof p=="string"?p.trimEnd():p),c.applyHeader($,a),l({data:p,headers:new Xe($),status:A})),fail:({errMsg:p,errno:A})=>{We.warn(`Request ${t} failed: ${p}`),h(new Ua({code:A,message:p}))}},o))})},lo=(t={})=>{var e=t,{cookieStore:n,server:r,requestHandler:i,responseHandler:s=h=>h,errorHandler:a}=e,c=jr(e,["cookieStore","server","requestHandler","responseHandler","errorHandler"]);const o=r==null?void 0:r.replace(/\/$/g,""),l=n instanceof he?n:typeof n=="string"?new he(n):tn;return{cookieStore:l,request:(h,d={})=>{var f;if(h.startsWith("/")&&!o)throw new Error("No server provided");const g=h.startsWith("/")?`${o}${h}`:/^[a-z][a-z-]*:\/\//.test(h)?h:`https://${h}`,p=Ke(Ke({cookieStore:l},c),d),A=(f=i==null?void 0:i(g,p))!=null?f:p;return Lr(g,A).then($=>s($,h,A)).catch($=>{if(a)return a($,h,A);throw $})}}};var ho=Object.defineProperty,uo=Object.defineProperties,fo=Object.getOwnPropertyDescriptors,Mr=Object.getOwnPropertySymbols,po=Object.prototype.hasOwnProperty,go=Object.prototype.propertyIsEnumerable,Br=(t,e,n)=>e in t?ho(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n,_=(t,e)=>{for(var n in e||(e={}))po.call(e,n)&&Br(t,n,e[n]);if(Mr)for(var n of Mr(e))go.call(e,n)&&Br(t,n,e[n]);return t},mt=(t,e)=>uo(t,fo(e));const Fr=[["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"]],mo={_useHtmlParser2:!1};function en(t,e){if(!t)return e!=null?e:mo;const n=_(_({_useHtmlParser2:!!t.xmlMode},e),t);return t.xml?(n._useHtmlParser2=!0,n.xmlMode=!0,t.xml!==!0&&Object.assign(n,t.xml)):t.xmlMode&&(n._useHtmlParser2=!0),n}var x;(function(t){t.Root="root",t.Text="text",t.Directive="directive",t.Comment="comment",t.Script="script",t.Style="style",t.Tag="tag",t.CDATA="cdata",t.Doctype="doctype"})(x||(x={}));function bo(t){return t.type===x.Tag||t.type===x.Script||t.type===x.Style}const yo=x.Root,wo=x.Text,xo=x.Directive,vo=x.Comment,Ao=x.Script,So=x.Style,$o=x.Tag,Co=x.CDATA,Eo=x.Doctype;class Ur{constructor(){this.parent=null,this.prev=null,this.next=null,this.startIndex=null,this.endIndex=null}get parentNode(){return this.parent}set parentNode(e){this.parent=e}get previousSibling(){return this.prev}set previousSibling(e){this.prev=e}get nextSibling(){return this.next}set nextSibling(e){this.next=e}cloneNode(e=!1){return Dt(this,e)}}class nn extends Ur{constructor(e){super(),this.data=e}get nodeValue(){return this.data}set nodeValue(e){this.data=e}}class de extends nn{constructor(){super(...arguments),this.type=x.Text}get nodeType(){return 3}}class Rr extends nn{constructor(){super(...arguments),this.type=x.Comment}get nodeType(){return 8}}class Vr extends nn{constructor(e,n){super(n),this.name=e,this.type=x.Directive}get nodeType(){return 1}}class rn extends Ur{constructor(e){super(),this.children=e}get firstChild(){var e;return(e=this.children[0])!==null&&e!==void 0?e:null}get lastChild(){return this.children.length>0?this.children[this.children.length-1]:null}get childNodes(){return this.children}set childNodes(e){this.children=e}}class Hr extends rn{constructor(){super(...arguments),this.type=x.CDATA}get nodeType(){return 4}}class Pt extends rn{constructor(){super(...arguments),this.type=x.Root}get nodeType(){return 9}}class Gr extends rn{constructor(e,n,r=[],i=e==="script"?x.Script:e==="style"?x.Style:x.Tag){super(r),this.name=e,this.attribs=n,this.type=i}get nodeType(){return 1}get tagName(){return this.name}set tagName(e){this.name=e}get attributes(){return Object.keys(this.attribs).map(e=>{var n,r;return{name:e,value:this.attribs[e],namespace:(n=this["x-attribsNamespace"])===null||n===void 0?void 0:n[e],prefix:(r=this["x-attribsPrefix"])===null||r===void 0?void 0:r[e]}})}}function y(t){return bo(t)}function fe(t){return t.type===x.CDATA}function it(t){return t.type===x.Text}function sn(t){return t.type===x.Comment}function ko(t){return t.type===x.Directive}function st(t){return t.type===x.Root}function E(t){return Object.prototype.hasOwnProperty.call(t,"children")}function Dt(t,e=!1){let n;if(it(t))n=new de(t.data);else if(sn(t))n=new Rr(t.data);else if(y(t)){const r=e?an(t.children):[],i=new Gr(t.name,_({},t.attribs),r);r.forEach(s=>s.parent=i),t.namespace!=null&&(i.namespace=t.namespace),t["x-attribsNamespace"]&&(i["x-attribsNamespace"]=_({},t["x-attribsNamespace"])),t["x-attribsPrefix"]&&(i["x-attribsPrefix"]=_({},t["x-attribsPrefix"])),n=i}else if(fe(t)){const r=e?an(t.children):[],i=new Hr(r);r.forEach(s=>s.parent=i),n=i}else if(st(t)){const r=e?an(t.children):[],i=new Pt(r);r.forEach(s=>s.parent=i),t["x-mode"]&&(i["x-mode"]=t["x-mode"]),n=i}else if(ko(t)){const r=new Vr(t.name,t.data);t["x-name"]!=null&&(r["x-name"]=t["x-name"],r["x-publicId"]=t["x-publicId"],r["x-systemId"]=t["x-systemId"]),n=r}else throw new Error(`Not implemented yet: ${t.type}`);return n.startIndex=t.startIndex,n.endIndex=t.endIndex,t.sourceCodeLocation!=null&&(n.sourceCodeLocation=t.sourceCodeLocation),n}function an(t){const e=t.map(n=>Dt(n,!0));for(let n=1;n<e.length;n++)e[n].prev=e[n-1],e[n-1].next=e[n];return e}const zr={withStartIndices:!1,withEndIndices:!1,xmlMode:!1};class To{constructor(e,n,r){this.dom=[],this.root=new Pt(this.dom),this.done=!1,this.tagStack=[this.root],this.lastNode=null,this.parser=null,typeof n=="function"&&(r=n,n=zr),typeof e=="object"&&(n=e,e=void 0),this.callback=e!=null?e:null,this.options=n!=null?n:zr,this.elementCB=r!=null?r:null}onparserinit(e){this.parser=e}onreset(){this.dom=[],this.root=new Pt(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(e){this.handleCallback(e)}onclosetag(){this.lastNode=null;const e=this.tagStack.pop();this.options.withEndIndices&&(e.endIndex=this.parser.endIndex),this.elementCB&&this.elementCB(e)}onopentag(e,n){const r=this.options.xmlMode?x.Tag:void 0,i=new Gr(e,n,void 0,r);this.addNode(i),this.tagStack.push(i)}ontext(e){const{lastNode:n}=this;if(n&&n.type===x.Text)n.data+=e,this.options.withEndIndices&&(n.endIndex=this.parser.endIndex);else{const r=new de(e);this.addNode(r),this.lastNode=r}}oncomment(e){if(this.lastNode&&this.lastNode.type===x.Comment){this.lastNode.data+=e;return}const n=new Rr(e);this.addNode(n),this.lastNode=n}oncommentend(){this.lastNode=null}oncdatastart(){const e=new de(""),n=new Hr([e]);this.addNode(n),e.parent=n,this.lastNode=e}oncdataend(){this.lastNode=null}onprocessinginstruction(e,n){const r=new Vr(e,n);this.addNode(r)}handleCallback(e){if(typeof this.callback=="function")this.callback(e,this.dom);else if(e)throw e}addNode(e){const n=this.tagStack[this.tagStack.length-1],r=n.children[n.children.length-1];this.options.withStartIndices&&(e.startIndex=this.parser.startIndex),this.options.withEndIndices&&(e.endIndex=this.parser.endIndex),n.children.push(e),r&&(e.prev=r,r.next=e),e.parent=n,this.lastNode=null}}var Wr=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(t=>t.charCodeAt(0))),Qr=new Uint16Array("Ȁaglq \x1Bɭ\0\0p;䀦os;䀧t;䀾t;䀼uot;䀢".split("").map(t=>t.charCodeAt(0))),on;const Io=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]]),cn=(on=String.fromCodePoint)!==null&&on!==void 0?on:function(t){let e="";return t>65535&&(t-=65536,e+=String.fromCharCode(t>>>10&1023|55296),t=56320|t&1023),e+=String.fromCharCode(t),e};function No(t){var e;return t>=55296&&t<=57343||t>1114111?65533:(e=Io.get(t))!==null&&e!==void 0?e:t}var k;(function(t){t[t.NUM=35]="NUM",t[t.SEMI=59]="SEMI",t[t.EQUALS=61]="EQUALS",t[t.ZERO=48]="ZERO",t[t.NINE=57]="NINE",t[t.LOWER_A=97]="LOWER_A",t[t.LOWER_F=102]="LOWER_F",t[t.LOWER_X=120]="LOWER_X",t[t.LOWER_Z=122]="LOWER_Z",t[t.UPPER_A=65]="UPPER_A",t[t.UPPER_F=70]="UPPER_F",t[t.UPPER_Z=90]="UPPER_Z"})(k||(k={}));const qo=32;var Y;(function(t){t[t.VALUE_LENGTH=49152]="VALUE_LENGTH",t[t.BRANCH_LENGTH=16256]="BRANCH_LENGTH",t[t.JUMP_TABLE=127]="JUMP_TABLE"})(Y||(Y={}));function ln(t){return t>=k.ZERO&&t<=k.NINE}function Oo(t){return t>=k.UPPER_A&&t<=k.UPPER_F||t>=k.LOWER_A&&t<=k.LOWER_F}function Po(t){return t>=k.UPPER_A&&t<=k.UPPER_Z||t>=k.LOWER_A&&t<=k.LOWER_Z||ln(t)}function Do(t){return t===k.EQUALS||Po(t)}var T;(function(t){t[t.EntityStart=0]="EntityStart",t[t.NumericStart=1]="NumericStart",t[t.NumericDecimal=2]="NumericDecimal",t[t.NumericHex=3]="NumericHex",t[t.NamedEntity=4]="NamedEntity"})(T||(T={}));var R;(function(t){t[t.Legacy=0]="Legacy",t[t.Strict=1]="Strict",t[t.Attribute=2]="Attribute"})(R||(R={}));class Zr{constructor(e,n,r){this.decodeTree=e,this.emitCodePoint=n,this.errors=r,this.state=T.EntityStart,this.consumed=1,this.result=0,this.treeIndex=0,this.excess=1,this.decodeMode=R.Strict}startEntity(e){this.decodeMode=e,this.state=T.EntityStart,this.result=0,this.treeIndex=0,this.excess=1,this.consumed=1}write(e,n){switch(this.state){case T.EntityStart:return e.charCodeAt(n)===k.NUM?(this.state=T.NumericStart,this.consumed+=1,this.stateNumericStart(e,n+1)):(this.state=T.NamedEntity,this.stateNamedEntity(e,n));case T.NumericStart:return this.stateNumericStart(e,n);case T.NumericDecimal:return this.stateNumericDecimal(e,n);case T.NumericHex:return this.stateNumericHex(e,n);case T.NamedEntity:return this.stateNamedEntity(e,n)}}stateNumericStart(e,n){return n>=e.length?-1:(e.charCodeAt(n)|qo)===k.LOWER_X?(this.state=T.NumericHex,this.consumed+=1,this.stateNumericHex(e,n+1)):(this.state=T.NumericDecimal,this.stateNumericDecimal(e,n))}addToNumericResult(e,n,r,i){if(n!==r){const s=r-n;this.result=this.result*Math.pow(i,s)+parseInt(e.substr(n,s),i),this.consumed+=s}}stateNumericHex(e,n){const r=n;for(;n<e.length;){const i=e.charCodeAt(n);if(ln(i)||Oo(i))n+=1;else return this.addToNumericResult(e,r,n,16),this.emitNumericEntity(i,3)}return this.addToNumericResult(e,r,n,16),-1}stateNumericDecimal(e,n){const r=n;for(;n<e.length;){const i=e.charCodeAt(n);if(ln(i))n+=1;else return this.addToNumericResult(e,r,n,10),this.emitNumericEntity(i,2)}return this.addToNumericResult(e,r,n,10),-1}emitNumericEntity(e,n){var r;if(this.consumed<=n)return(r=this.errors)===null||r===void 0||r.absenceOfDigitsInNumericCharacterReference(this.consumed),0;if(e===k.SEMI)this.consumed+=1;else if(this.decodeMode===R.Strict)return 0;return this.emitCodePoint(No(this.result),this.consumed),this.errors&&(e!==k.SEMI&&this.errors.missingSemicolonAfterCharacterReference(),this.errors.validateNumericCharacterReference(this.result)),this.consumed}stateNamedEntity(e,n){const{decodeTree:r}=this;let i=r[this.treeIndex],s=(i&Y.VALUE_LENGTH)>>14;for(;n<e.length;n++,this.excess++){const a=e.charCodeAt(n);if(this.treeIndex=_o(r,i,this.treeIndex+Math.max(1,s),a),this.treeIndex<0)return this.result===0||this.decodeMode===R.Attribute&&(s===0||Do(a))?0:this.emitNotTerminatedNamedEntity();if(i=r[this.treeIndex],s=(i&Y.VALUE_LENGTH)>>14,s!==0){if(a===k.SEMI)return this.emitNamedEntityData(this.treeIndex,s,this.consumed+this.excess);this.decodeMode!==R.Strict&&(this.result=this.treeIndex,this.consumed+=this.excess,this.excess=0)}}return-1}emitNotTerminatedNamedEntity(){var e;const{result:n,decodeTree:r}=this,i=(r[n]&Y.VALUE_LENGTH)>>14;return this.emitNamedEntityData(n,i,this.consumed),(e=this.errors)===null||e===void 0||e.missingSemicolonAfterCharacterReference(),this.consumed}emitNamedEntityData(e,n,r){const{decodeTree:i}=this;return this.emitCodePoint(n===1?i[e]&~Y.VALUE_LENGTH:i[e+1],r),n===3&&this.emitCodePoint(i[e+2],r),r}end(){var e;switch(this.state){case T.NamedEntity:return this.result!==0&&(this.decodeMode!==R.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(e=this.errors)===null||e===void 0||e.absenceOfDigitsInNumericCharacterReference(this.consumed),0;case T.EntityStart:return 0}}}function Jr(t){let e="";const n=new Zr(t,r=>e+=cn(r));return function(r,i){let s=0,a=0;for(;(a=r.indexOf("&",a))>=0;){e+=r.slice(s,a),n.startEntity(i);const o=n.write(r,a+1);if(o<0){s=a+n.end();break}s=a+o,a=o===0?s+1:s}const c=e+r.slice(s);return e="",c}}function _o(t,e,n,r){const i=(e&Y.BRANCH_LENGTH)>>7,s=e&Y.JUMP_TABLE;if(i===0)return s!==0&&r===s?n:-1;if(s){const o=r-s;return o<0||o>=i?-1:t[n+o]-1}let a=n,c=a+i-1;for(;a<=c;){const o=a+c>>>1,l=t[o];if(l<r)a=o+1;else if(l>r)c=o-1;else return t[o+i]}return-1}Jr(Wr),Jr(Qr);const Yr=/["&'<>$\x80-\uFFFF]/g,jo=new Map([[34,"&quot;"],[38,"&amp;"],[39,"&apos;"],[60,"&lt;"],[62,"&gt;"]]),Lo=String.prototype.codePointAt!=null?(t,e)=>t.codePointAt(e):(t,e)=>(t.charCodeAt(e)&64512)===55296?(t.charCodeAt(e)-55296)*1024+t.charCodeAt(e+1)-56320+65536:t.charCodeAt(e);function Xr(t){let e="",n=0,r;for(;(r=Yr.exec(t))!==null;){const i=r.index,s=t.charCodeAt(i),a=jo.get(s);a!==void 0?(e+=t.substring(n,i)+a,n=i+1):(e+=`${t.substring(n,i)}&#x${Lo(t,i).toString(16)};`,n=Yr.lastIndex+=+((s&64512)===55296))}return e+t.substr(n)}function Kr(t,e){return function(n){let r,i=0,s="";for(;r=t.exec(n);)i!==r.index&&(s+=n.substring(i,r.index)),s+=e.get(r[0].charCodeAt(0)),i=r.index+1;return s+n.substring(i)}}const Mo=Kr(/["&\u00A0]/g,new Map([[34,"&quot;"],[38,"&amp;"],[160,"&nbsp;"]])),Bo=Kr(/[&<>\u00A0]/g,new Map([[38,"&amp;"],[60,"&lt;"],[62,"&gt;"],[160,"&nbsp;"]])),Fo=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(t=>[t.toLowerCase(),t])),Uo=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(t=>[t.toLowerCase(),t])),Ro=new Set(["style","script","xmp","iframe","noembed","noframes","plaintext","noscript"]);function Vo(t){return t.replace(/"/g,"&quot;")}function Ho(t,e){var n;if(!t)return;const r=((n=e.encodeEntities)!==null&&n!==void 0?n:e.decodeEntities)===!1?Vo:e.xmlMode||e.encodeEntities!=="utf8"?Xr:Mo;return Object.keys(t).map(i=>{var s,a;const c=(s=t[i])!==null&&s!==void 0?s:"";return e.xmlMode==="foreign"&&(i=(a=Uo.get(i))!==null&&a!==void 0?a:i),!e.emptyAttrs&&!e.xmlMode&&c===""?i:`${i}="${r(c)}"`}).join(" ")}const ti=new Set(["area","base","basefont","br","col","command","embed","frame","hr","img","input","isindex","keygen","link","meta","param","source","track","wbr"]);function pe(t,e={}){const n="length"in t?t:[t];let r="";for(let i=0;i<n.length;i++)r+=Go(n[i],e);return r}function Go(t,e){switch(t.type){case yo:return pe(t.children,e);case Eo:case xo:return Zo(t);case vo:return Xo(t);case Co:return Yo(t);case Ao:case So:case $o:return Qo(t,e);case wo:return Jo(t,e)}}const zo=new Set(["mi","mo","mn","ms","mtext","annotation-xml","foreignObject","desc","title"]),Wo=new Set(["svg","math"]);function Qo(t,e){var n;e.xmlMode==="foreign"&&(t.name=(n=Fo.get(t.name))!==null&&n!==void 0?n:t.name,t.parent&&zo.has(t.parent.name)&&(e=mt(_({},e),{xmlMode:!1}))),!e.xmlMode&&Wo.has(t.name)&&(e=mt(_({},e),{xmlMode:"foreign"}));let r=`<${t.name}`;const i=Ho(t.attribs,e);return i&&(r+=` ${i}`),t.children.length===0&&(e.xmlMode?e.selfClosingTags!==!1:e.selfClosingTags&&ti.has(t.name))?(e.xmlMode||(r+=" "),r+="/>"):(r+=">",t.children.length>0&&(r+=pe(t.children,e)),(e.xmlMode||!ti.has(t.name))&&(r+=`</${t.name}>`)),r}function Zo(t){return`<${t.data}>`}function Jo(t,e){var n;let r=t.data||"";return((n=e.encodeEntities)!==null&&n!==void 0?n:e.decodeEntities)!==!1&&!(!e.xmlMode&&t.parent&&Ro.has(t.parent.name))&&(r=e.xmlMode||e.encodeEntities!=="utf8"?Xr(r):Bo(r)),r}function Yo(t){return`<![CDATA[${t.children[0].data}]]>`}function Xo(t){return`<!--${t.data}-->`}function ei(t,e){return pe(t,e)}function Ko(t,e){return E(t)?t.children.map(n=>ei(n,e)).join(""):""}function ge(t){return Array.isArray(t)?t.map(ge).join(""):y(t)?t.name==="br"?`
6
+ `:ge(t.children):fe(t)?ge(t.children):it(t)?t.data:""}function bt(t){return Array.isArray(t)?t.map(bt).join(""):E(t)&&!sn(t)?bt(t.children):it(t)?t.data:""}function me(t){return Array.isArray(t)?t.map(me).join(""):E(t)&&(t.type===x.Tag||fe(t))?me(t.children):it(t)?t.data:""}function be(t){return E(t)?t.children:[]}function ni(t){return t.parent||null}function ri(t){const e=ni(t);if(e!=null)return be(e);const n=[t];let{prev:r,next:i}=t;for(;r!=null;)n.unshift(r),{prev:r}=r;for(;i!=null;)n.push(i),{next:i}=i;return n}function tc(t,e){var n;return(n=t.attribs)===null||n===void 0?void 0:n[e]}function ec(t,e){return t.attribs!=null&&Object.prototype.hasOwnProperty.call(t.attribs,e)&&t.attribs[e]!=null}function nc(t){return t.name}function hn(t){let{next:e}=t;for(;e!==null&&!y(e);)({next:e}=e);return e}function un(t){let{prev:e}=t;for(;e!==null&&!y(e);)({prev:e}=e);return e}function at(t){if(t.prev&&(t.prev.next=t.next),t.next&&(t.next.prev=t.prev),t.parent){const e=t.parent.children,n=e.lastIndexOf(t);n>=0&&e.splice(n,1)}t.next=null,t.prev=null,t.parent=null}function rc(t,e){const n=e.prev=t.prev;n&&(n.next=e);const r=e.next=t.next;r&&(r.prev=e);const i=e.parent=t.parent;if(i){const s=i.children;s[s.lastIndexOf(t)]=e,t.parent=null}}function ic(t,e){if(at(e),e.next=null,e.parent=t,t.children.push(e)>1){const n=t.children[t.children.length-2];n.next=e,e.prev=n}else e.prev=null}function sc(t,e){at(e);const{parent:n}=t,r=t.next;if(e.next=r,e.prev=t,t.next=e,e.parent=n,r){if(r.prev=e,n){const i=n.children;i.splice(i.lastIndexOf(r),0,e)}}else n&&n.children.push(e)}function ac(t,e){if(at(e),e.parent=t,e.prev=null,t.children.unshift(e)!==1){const n=t.children[1];n.prev=e,e.next=n}else e.next=null}function oc(t,e){at(e);const{parent:n}=t;if(n){const r=n.children;r.splice(r.indexOf(t),0,e)}t.prev&&(t.prev.next=e),e.parent=n,e.prev=t.prev,e.next=t,t.prev=e}function ye(t,e,n=!0,r=1/0){return dn(t,Array.isArray(e)?e:[e],n,r)}function dn(t,e,n,r){const i=[],s=[e],a=[0];for(;;){if(a[0]>=s[0].length){if(a.length===1)return i;s.shift(),a.shift();continue}const c=s[0][a[0]++];if(t(c)&&(i.push(c),--r<=0))return i;n&&E(c)&&c.children.length>0&&(a.unshift(0),s.unshift(c.children))}}function cc(t,e){return e.find(t)}function fn(t,e,n=!0){let r=null;for(let i=0;i<e.length&&!r;i++){const s=e[i];if(y(s))t(s)?r=s:n&&s.children.length>0&&(r=fn(t,s.children,!0));else continue}return r}function ii(t,e){return e.some(n=>y(n)&&(t(n)||ii(t,n.children)))}function lc(t,e){const n=[],r=[e],i=[0];for(;;){if(i[0]>=r[0].length){if(r.length===1)return n;r.shift(),i.shift();continue}const s=r[0][i[0]++];y(s)&&(t(s)&&n.push(s),s.children.length>0&&(i.unshift(0),r.unshift(s.children)))}}const we={tag_name(t){return typeof t=="function"?e=>y(e)&&t(e.name):t==="*"?y:e=>y(e)&&e.name===t},tag_type(t){return typeof t=="function"?e=>t(e.type):e=>e.type===t},tag_contains(t){return typeof t=="function"?e=>it(e)&&t(e.data):e=>it(e)&&e.data===t}};function si(t,e){return typeof e=="function"?n=>y(n)&&e(n.attribs[t]):n=>y(n)&&n.attribs[t]===e}function hc(t,e){return n=>t(n)||e(n)}function ai(t){const e=Object.keys(t).map(n=>{const r=t[n];return Object.prototype.hasOwnProperty.call(we,n)?we[n](r):si(n,r)});return e.length===0?null:e.reduce(hc)}function uc(t,e){const n=ai(t);return n?n(e):!0}function dc(t,e,n,r=1/0){const i=ai(t);return i?ye(i,e,n,r):[]}function fc(t,e,n=!0){return Array.isArray(e)||(e=[e]),fn(si("id",t),e,n)}function yt(t,e,n=!0,r=1/0){return ye(we.tag_name(t),e,n,r)}function pc(t,e,n=!0,r=1/0){return ye(we.tag_type(t),e,n,r)}function gc(t){let e=t.length;for(;--e>=0;){const n=t[e];if(e>0&&t.lastIndexOf(n,e-1)>=0){t.splice(e,1);continue}for(let r=n.parent;r;r=r.parent)if(t.includes(r)){t.splice(e,1);break}}return t}var j;(function(t){t[t.DISCONNECTED=1]="DISCONNECTED",t[t.PRECEDING=2]="PRECEDING",t[t.FOLLOWING=4]="FOLLOWING",t[t.CONTAINS=8]="CONTAINS",t[t.CONTAINED_BY=16]="CONTAINED_BY"})(j||(j={}));function oi(t,e){const n=[],r=[];if(t===e)return 0;let i=E(t)?t:t.parent;for(;i;)n.unshift(i),i=i.parent;for(i=E(e)?e:e.parent;i;)r.unshift(i),i=i.parent;const s=Math.min(n.length,r.length);let a=0;for(;a<s&&n[a]===r[a];)a++;if(a===0)return j.DISCONNECTED;const c=n[a-1],o=c.children,l=n[a],h=r[a];return o.indexOf(l)>o.indexOf(h)?c===e?j.FOLLOWING|j.CONTAINED_BY:j.FOLLOWING:c===t?j.PRECEDING|j.CONTAINS:j.PRECEDING}function wt(t){return t=t.filter((e,n,r)=>!r.includes(e,n+1)),t.sort((e,n)=>{const r=oi(e,n);return r&j.PRECEDING?-1:r&j.FOLLOWING?1:0}),t}function mc(t){const e=xe(vc,t);return e?e.name==="feed"?bc(e):yc(e):null}function bc(t){var e;const n=t.children,r={type:"atom",items:yt("entry",n).map(a=>{var c;const{children:o}=a,l={media:ci(o)};O(l,"id","id",o),O(l,"title","title",o);const h=(c=xe("link",o))===null||c===void 0?void 0:c.attribs.href;h&&(l.link=h);const d=X("summary",o)||X("content",o);d&&(l.description=d);const f=X("updated",o);return f&&(l.pubDate=new Date(f)),l})};O(r,"id","id",n),O(r,"title","title",n);const i=(e=xe("link",n))===null||e===void 0?void 0:e.attribs.href;i&&(r.link=i),O(r,"description","subtitle",n);const s=X("updated",n);return s&&(r.updated=new Date(s)),O(r,"author","email",n,!0),r}function yc(t){var e,n;const r=(n=(e=xe("channel",t.children))===null||e===void 0?void 0:e.children)!==null&&n!==void 0?n:[],i={type:t.name.substr(0,3),id:"",items:yt("item",t.children).map(a=>{const{children:c}=a,o={media:ci(c)};O(o,"id","guid",c),O(o,"title","title",c),O(o,"link","link",c),O(o,"description","description",c);const l=X("pubDate",c)||X("dc:date",c);return l&&(o.pubDate=new Date(l)),o})};O(i,"title","title",r),O(i,"link","link",r),O(i,"description","description",r);const s=X("lastBuildDate",r);return s&&(i.updated=new Date(s)),O(i,"author","managingEditor",r,!0),i}const wc=["url","type","lang"],xc=["fileSize","bitrate","framerate","samplingrate","channels","duration","height","width"];function ci(t){return yt("media:content",t).map(e=>{const{attribs:n}=e,r={medium:n.medium,isDefault:!!n.isDefault};for(const i of wc)n[i]&&(r[i]=n[i]);for(const i of xc)n[i]&&(r[i]=parseInt(n[i],10));return n.expression&&(r.expression=n.expression),r})}function xe(t,e){return yt(t,e,!0,1)[0]}function X(t,e,n=!1){return bt(yt(t,e,n,1)).trim()}function O(t,e,n,r,i=!1){const s=X(n,r,i);s&&(t[e]=s)}function vc(t){return t==="rss"||t==="feed"||t==="rdf:RDF"}var ve=Object.freeze({__proto__:null,get DocumentPosition(){return j},append:sc,appendChild:ic,compareDocumentPosition:oi,existsOne:ii,filter:ye,find:dn,findAll:lc,findOne:fn,findOneChild:cc,getAttributeValue:tc,getChildren:be,getElementById:fc,getElements:dc,getElementsByTagName:yt,getElementsByTagType:pc,getFeed:mc,getInnerHTML:Ko,getName:nc,getOuterHTML:ei,getParent:ni,getSiblings:ri,getText:ge,hasAttrib:ec,hasChildren:E,innerText:me,isCDATA:fe,isComment:sn,isDocument:st,isTag:y,isText:it,nextElementSibling:hn,prepend:oc,prependChild:ac,prevElementSibling:un,removeElement:at,removeSubsets:gc,replaceElement:rc,testElement:uc,textContent:bt,uniqueSort:wt});function li(t,e,n){return t?t(e!=null?e:t._root.children,null,void 0,n).toString():""}function Ac(t,e){return typeof t=="object"&&t!=null&&!("length"in t)&&!("type"in t)}function Sc(t,e){const n=Ac(t)?(e=t,void 0):t,r=_(_({},this===null||this===void 0?void 0:this._options),en(e));return li(this,n,r)}function $c(t){const e=mt(_({},this._options),{xmlMode:!0});return li(this,t,e)}function _t(t){const e=t!=null?t:this?this.root():[];let n="";for(let r=0;r<e.length;r++)n+=bt(e[r]);return n}function Cc(t,e,n=typeof e=="boolean"?e:!1){if(!t||typeof t!="string")return null;typeof e=="boolean"&&(n=e);const r=this.load(t,this._options,!1);return n||r("script").remove(),[...r.root()[0].children]}function Ec(){return this(this._root)}function hi(t,e){if(e===t)return!1;let n=e;for(;n&&n!==n.parent;)if(n=n.parent,n===t)return!0;return!1}function kc(t){return this.root().extract(t)}function Tc(t,e){if(!ui(t)||!ui(e))return;let n=t.length;const r=+e.length;for(let i=0;i<r;i++)t[n++]=e[i];return t.length=n,t}function ui(t){if(Array.isArray(t))return!0;if(typeof t!="object"||t===null||!("length"in t)||typeof t.length!="number"||t.length<0)return!1;for(let e=0;e<t.length;e++)if(!(e in t))return!1;return!0}var Ic=Object.freeze({__proto__:null,contains:hi,extract:kc,html:Sc,merge:Tc,parseHTML:Cc,root:Ec,text:_t,xml:$c});function W(t){return t.cheerio!=null}function Nc(t){return t.replace(/[._-](\w|$)/g,(e,n)=>n.toUpperCase())}function qc(t){return t.replace(/[A-Z]/g,"-$&").toLowerCase()}function S(t,e){const n=t.length;for(let r=0;r<n;r++)e(t[r],r);return t}var ot;(function(t){t[t.LowerA=97]="LowerA",t[t.LowerZ=122]="LowerZ",t[t.UpperA=65]="UpperA",t[t.UpperZ=90]="UpperZ",t[t.Exclamation=33]="Exclamation"})(ot||(ot={}));function pn(t){const e=t.indexOf("<");if(e<0||e>t.length-3)return!1;const n=t.charCodeAt(e+1);return(n>=ot.LowerA&&n<=ot.LowerZ||n>=ot.UpperA&&n<=ot.UpperZ||n===ot.Exclamation)&&t.includes(">",e+2)}const jt=Object.prototype.hasOwnProperty,Lt=/\s+/,gn="data-",mn=/^(?:autofocus|autoplay|async|checked|controls|defer|disabled|hidden|loop|multiple|open|readonly|required|scoped|selected)$/i,Oc=/^{[^]*}$|^\[[^]*]$/;function Ae(t,e,n){var r;if(!(!t||!y(t))){if((r=t.attribs)!==null&&r!==void 0||(t.attribs={}),!e)return t.attribs;if(jt.call(t.attribs,e))return!n&&mn.test(e)?e:t.attribs[e];if(t.name==="option"&&e==="value")return _t(t.children);if(t.name==="input"&&(t.attribs.type==="radio"||t.attribs.type==="checkbox")&&e==="value")return"on"}}function xt(t,e,n){n===null?gi(t,e):t.attribs[e]=`${n}`}function Pc(t,e){if(typeof t=="object"||e!==void 0){if(typeof e=="function"){if(typeof t!="string")throw new Error("Bad combination of arguments.");return S(this,(n,r)=>{y(n)&&xt(n,t,e.call(n,r,n.attribs[t]))})}return S(this,n=>{if(y(n))if(typeof t=="object")for(const r of Object.keys(t)){const i=t[r];xt(n,r,i)}else xt(n,t,e)})}return arguments.length>1?this:Ae(this[0],t,this.options.xmlMode)}function di(t,e,n){return e in t?t[e]:!n&&mn.test(e)?Ae(t,e,!1)!==void 0:Ae(t,e,n)}function bn(t,e,n,r){e in t?t[e]=n:xt(t,e,!r&&mn.test(e)?n?"":null:`${n}`)}function Dc(t,e){var n;if(typeof t=="string"&&e===void 0){const r=this[0];if(!r||!y(r))return;switch(t){case"style":{const i=this.css(),s=Object.keys(i);for(let a=0;a<s.length;a++)i[a]=s[a];return i.length=s.length,i}case"tagName":case"nodeName":return r.name.toUpperCase();case"href":case"src":{const i=(n=r.attribs)===null||n===void 0?void 0:n[t];return typeof URL!="undefined"&&(t==="href"&&(r.tagName==="a"||r.tagName==="link")||t==="src"&&(r.tagName==="img"||r.tagName==="iframe"||r.tagName==="audio"||r.tagName==="video"||r.tagName==="source"))&&i!==void 0&&this.options.baseURI?new URL(i,this.options.baseURI).href:i}case"innerText":return me(r);case"textContent":return bt(r);case"outerHTML":return this.clone().wrap("<container />").parent().html();case"innerHTML":return this.html();default:return di(r,t,this.options.xmlMode)}}if(typeof t=="object"||e!==void 0){if(typeof e=="function"){if(typeof t=="object")throw new TypeError("Bad combination of arguments.");return S(this,(r,i)=>{y(r)&&bn(r,t,e.call(r,i,di(r,t,this.options.xmlMode)),this.options.xmlMode)})}return S(this,r=>{if(y(r))if(typeof t=="object")for(const i of Object.keys(t)){const s=t[i];bn(r,i,s,this.options.xmlMode)}else bn(r,t,e,this.options.xmlMode)})}}function fi(t,e,n){var r;(r=t.data)!==null&&r!==void 0||(t.data={}),typeof e=="object"?Object.assign(t.data,e):typeof e=="string"&&n!==void 0&&(t.data[e]=n)}function _c(t){for(const e of Object.keys(t.attribs)){if(!e.startsWith(gn))continue;const n=Nc(e.slice(gn.length));jt.call(t.data,n)||(t.data[n]=pi(t.attribs[e]))}return t.data}function jc(t,e){const n=gn+qc(e),r=t.data;if(jt.call(r,e))return r[e];if(jt.call(t.attribs,n))return r[e]=pi(t.attribs[n])}function pi(t){if(t==="null")return null;if(t==="true")return!0;if(t==="false")return!1;const e=Number(t);if(t===String(e))return e;if(Oc.test(t))try{return JSON.parse(t)}catch(n){}return t}function Lc(t,e){var n;const r=this[0];if(!r||!y(r))return;const i=r;return(n=i.data)!==null&&n!==void 0||(i.data={}),t==null?_c(i):typeof t=="object"||e!==void 0?(S(this,s=>{y(s)&&(typeof t=="object"?fi(s,t):fi(s,t,e))}),this):jc(i,t)}function Mc(t){const e=arguments.length===0,n=this[0];if(!n||!y(n))return e?void 0:this;switch(n.name){case"textarea":return this.text(t);case"select":{const r=this.find("option:selected");if(!e){if(this.attr("multiple")==null&&typeof t=="object")return this;this.find("option").removeAttr("selected");const i=typeof t=="object"?t:[t];for(const s of i)this.find(`option[value="${s}"]`).attr("selected","");return this}return this.attr("multiple")?r.toArray().map(i=>_t(i.children)):r.attr("value")}case"input":case"option":return e?this.attr("value"):this.attr("value",t)}}function gi(t,e){!t.attribs||!jt.call(t.attribs,e)||delete t.attribs[e]}function Se(t){return t?t.trim().split(Lt):[]}function Bc(t){const e=Se(t);for(const n of e)S(this,r=>{y(r)&&gi(r,n)});return this}function Fc(t){return this.toArray().some(e=>{const n=y(e)&&e.attribs.class;let r=-1;if(n&&t.length>0)for(;(r=n.indexOf(t,r+1))>-1;){const i=r+t.length;if((r===0||Lt.test(n[r-1]))&&(i===n.length||Lt.test(n[i])))return!0}return!1})}function mi(t){if(typeof t=="function")return S(this,(r,i)=>{if(y(r)){const s=r.attribs.class||"";mi.call([r],t.call(r,i,s))}});if(!t||typeof t!="string")return this;const e=t.split(Lt),n=this.length;for(let r=0;r<n;r++){const i=this[r];if(!y(i))continue;const s=Ae(i,"class",!1);if(s){let a=` ${s} `;for(const c of e){const o=`${c} `;a.includes(` ${o}`)||(a+=o)}xt(i,"class",a.trim())}else xt(i,"class",e.join(" ").trim())}return this}function bi(t){if(typeof t=="function")return S(this,(i,s)=>{y(i)&&bi.call([i],t.call(i,s,i.attribs.class||""))});const e=Se(t),n=e.length,r=arguments.length===0;return S(this,i=>{if(y(i))if(r)i.attribs.class="";else{const s=Se(i.attribs.class);let a=!1;for(let c=0;c<n;c++){const o=s.indexOf(e[c]);o>=0&&(s.splice(o,1),a=!0,c--)}a&&(i.attribs.class=s.join(" "))}})}function yi(t,e){if(typeof t=="function")return S(this,(a,c)=>{y(a)&&yi.call([a],t.call(a,c,a.attribs.class||"",e),e)});if(!t||typeof t!="string")return this;const n=t.split(Lt),r=n.length,i=typeof e=="boolean"?e?1:-1:0,s=this.length;for(let a=0;a<s;a++){const c=this[a];if(!y(c))continue;const o=Se(c.attribs.class);for(let l=0;l<r;l++){const h=o.indexOf(n[l]);i>=0&&h<0?o.push(n[l]):i<=0&&h>=0&&o.splice(h,1)}c.attribs.class=o.join(" ")}return this}var Uc=Object.freeze({__proto__:null,addClass:mi,attr:Pc,data:Lc,hasClass:Fc,prop:Dc,removeAttr:Bc,removeClass:bi,toggleClass:yi,val:Mc}),m;(function(t){t.Attribute="attribute",t.Pseudo="pseudo",t.PseudoElement="pseudo-element",t.Tag="tag",t.Universal="universal",t.Adjacent="adjacent",t.Child="child",t.Descendant="descendant",t.Parent="parent",t.Sibling="sibling",t.ColumnCombinator="column-combinator"})(m||(m={}));var C;(function(t){t.Any="any",t.Element="element",t.End="end",t.Equals="equals",t.Exists="exists",t.Hyphen="hyphen",t.Not="not",t.Start="start"})(C||(C={}));const wi=/^[^\\#]?(?:\\(?:[\da-f]{1,6}\s?|.)|[\w\-\u00b0-\uFFFF])+/,Rc=/\\([\da-f]{1,6}\s?|(\s)|.)/gi,Vc=new Map([[126,C.Element],[94,C.Start],[36,C.End],[42,C.Any],[33,C.Not],[124,C.Hyphen]]),Hc=new Set(["has","not","matches","is","where","host","host-context"]);function Mt(t){switch(t.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 Gc=new Set(["contains","icontains"]);function zc(t,e,n){const r=parseInt(e,16)-65536;return r!==r||n?e:r<0?String.fromCharCode(r+65536):String.fromCharCode(r>>10|55296,r&1023|56320)}function Bt(t){return t.replace(Rc,zc)}function yn(t){return t===39||t===34}function xi(t){return t===32||t===9||t===10||t===12||t===13}function $e(t){const e=[],n=vi(e,`${t}`,0);if(n<t.length)throw new Error(`Unmatched selector: ${t.slice(n)}`);return e}function vi(t,e,n){let r=[];function i(f){const g=e.slice(n+f).match(wi);if(!g)throw new Error(`Expected name, found ${e.slice(n)}`);const[p]=g;return n+=f+p.length,Bt(p)}function s(f){for(n+=f;n<e.length&&xi(e.charCodeAt(n));)n++}function a(){n+=1;const f=n;let g=1;for(;g>0&&n<e.length;n++)e.charCodeAt(n)===40&&!c(n)?g++:e.charCodeAt(n)===41&&!c(n)&&g--;if(g)throw new Error("Parenthesis not matched");return Bt(e.slice(f,n-1))}function c(f){let g=0;for(;e.charCodeAt(--f)===92;)g++;return(g&1)===1}function o(){if(r.length>0&&Mt(r[r.length-1]))throw new Error("Did not expect successive traversals.")}function l(f){if(r.length>0&&r[r.length-1].type===m.Descendant){r[r.length-1].type=f;return}o(),r.push({type:f})}function h(f,g){r.push({type:m.Attribute,name:f,action:g,value:i(1),namespace:null,ignoreCase:"quirks"})}function d(){if(r.length&&r[r.length-1].type===m.Descendant&&r.pop(),r.length===0)throw new Error("Empty sub-selector");t.push(r)}if(s(0),e.length===n)return n;t:for(;n<e.length;){const f=e.charCodeAt(n);switch(f){case 32:case 9:case 10:case 12:case 13:{(r.length===0||r[0].type!==m.Descendant)&&(o(),r.push({type:m.Descendant})),s(1);break}case 62:{l(m.Child),s(1);break}case 60:{l(m.Parent),s(1);break}case 126:{l(m.Sibling),s(1);break}case 43:{l(m.Adjacent),s(1);break}case 46:{h("class",C.Element);break}case 35:{h("id",C.Equals);break}case 91:{s(1);let g,p=null;e.charCodeAt(n)===124?g=i(1):e.startsWith("*|",n)?(p="*",g=i(2)):(g=i(0),e.charCodeAt(n)===124&&e.charCodeAt(n+1)!==61&&(p=g,g=i(1))),s(0);let A=C.Exists;const $=Vc.get(e.charCodeAt(n));if($){if(A=$,e.charCodeAt(n+1)!==61)throw new Error("Expected `=`");s(2)}else e.charCodeAt(n)===61&&(A=C.Equals,s(1));let ht="",ut=null;if(A!=="exists"){if(yn(e.charCodeAt(n))){const Ht=e.charCodeAt(n);let tt=n+1;for(;tt<e.length&&(e.charCodeAt(tt)!==Ht||c(tt));)tt+=1;if(e.charCodeAt(tt)!==Ht)throw new Error("Attribute value didn't end");ht=Bt(e.slice(n+1,tt)),n=tt+1}else{const Ht=n;for(;n<e.length&&(!xi(e.charCodeAt(n))&&e.charCodeAt(n)!==93||c(n));)n+=1;ht=Bt(e.slice(Ht,n))}s(0);const $t=e.charCodeAt(n)|32;$t===115?(ut=!1,s(1)):$t===105&&(ut=!0,s(1))}if(e.charCodeAt(n)!==93)throw new Error("Attribute selector didn't terminate");n+=1;const St={type:m.Attribute,name:g,action:A,value:ht,namespace:p,ignoreCase:ut};r.push(St);break}case 58:{if(e.charCodeAt(n+1)===58){r.push({type:m.PseudoElement,name:i(2).toLowerCase(),data:e.charCodeAt(n)===40?a():null});continue}const g=i(1).toLowerCase();let p=null;if(e.charCodeAt(n)===40)if(Hc.has(g)){if(yn(e.charCodeAt(n+1)))throw new Error(`Pseudo-selector ${g} cannot be quoted`);if(p=[],n=vi(p,e,n+1),e.charCodeAt(n)!==41)throw new Error(`Missing closing parenthesis in :${g} (${e})`);n+=1}else{if(p=a(),Gc.has(g)){const A=p.charCodeAt(0);A===p.charCodeAt(p.length-1)&&yn(A)&&(p=p.slice(1,-1))}p=Bt(p)}r.push({type:m.Pseudo,name:g,data:p});break}case 44:{d(),r=[],s(1);break}default:{if(e.startsWith("/*",n)){const A=e.indexOf("*/",n+2);if(A<0)throw new Error("Comment was not terminated");n=A+2,r.length===0&&s(0);break}let g=null,p;if(f===42)n+=1,p="*";else if(f===124){if(p="",e.charCodeAt(n+1)===124){l(m.ColumnCombinator),s(2);break}}else if(wi.test(e.slice(n)))p=i(0);else break t;e.charCodeAt(n)===124&&e.charCodeAt(n+1)!==124&&(g=p,e.charCodeAt(n+1)===42?(p="*",n+=2):p=i(1)),r.push(p==="*"?{type:m.Universal,namespace:g}:{type:m.Tag,name:p,namespace:g})}}}return d(),n}function Wc(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}var Ce={trueFunc:function(){return!0},falseFunc:function(){return!1}},w=Wc(Ce);const Ai=new Map([[m.Universal,50],[m.Tag,30],[m.Attribute,1],[m.Pseudo,0]]);function wn(t){return!Ai.has(t.type)}const Qc=new Map([[C.Exists,10],[C.Equals,8],[C.Not,7],[C.Start,6],[C.End,6],[C.Any,5]]);function Zc(t){const e=t.map(Si);for(let n=1;n<t.length;n++){const r=e[n];if(!(r<0))for(let i=n-1;i>=0&&r<e[i];i--){const s=t[i+1];t[i+1]=t[i],t[i]=s,e[i+1]=e[i],e[i]=r}}}function Si(t){var e,n;let r=(e=Ai.get(t.type))!==null&&e!==void 0?e:-1;return t.type===m.Attribute?(r=(n=Qc.get(t.action))!==null&&n!==void 0?n:4,t.action===C.Equals&&t.name==="id"&&(r=9),t.ignoreCase&&(r>>=1)):t.type===m.Pseudo&&(t.data?t.name==="has"||t.name==="contains"?r=0:Array.isArray(t.data)?(r=Math.min(...t.data.map(i=>Math.min(...i.map(Si)))),r<0&&(r=0)):r=2:r=3),r}const Jc=/[-[\]{}()*+?.,\\^$|#\s]/g;function $i(t){return t.replace(Jc,"\\$&")}const Yc=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 ct(t,e){return typeof t.ignoreCase=="boolean"?t.ignoreCase:t.ignoreCase==="quirks"?!!e.quirksMode:!e.xmlMode&&Yc.has(t.name)}const Xc={equals(t,e,n){const{adapter:r}=n,{name:i}=e;let{value:s}=e;return ct(e,n)?(s=s.toLowerCase(),a=>{const c=r.getAttributeValue(a,i);return c!=null&&c.length===s.length&&c.toLowerCase()===s&&t(a)}):a=>r.getAttributeValue(a,i)===s&&t(a)},hyphen(t,e,n){const{adapter:r}=n,{name:i}=e;let{value:s}=e;const a=s.length;return ct(e,n)?(s=s.toLowerCase(),function(c){const o=r.getAttributeValue(c,i);return o!=null&&(o.length===a||o.charAt(a)==="-")&&o.substr(0,a).toLowerCase()===s&&t(c)}):function(c){const o=r.getAttributeValue(c,i);return o!=null&&(o.length===a||o.charAt(a)==="-")&&o.substr(0,a)===s&&t(c)}},element(t,e,n){const{adapter:r}=n,{name:i,value:s}=e;if(/\s/.test(s))return w.falseFunc;const a=new RegExp(`(?:^|\\s)${$i(s)}(?:$|\\s)`,ct(e,n)?"i":"");return function(c){const o=r.getAttributeValue(c,i);return o!=null&&o.length>=s.length&&a.test(o)&&t(c)}},exists(t,{name:e},{adapter:n}){return r=>n.hasAttrib(r,e)&&t(r)},start(t,e,n){const{adapter:r}=n,{name:i}=e;let{value:s}=e;const a=s.length;return a===0?w.falseFunc:ct(e,n)?(s=s.toLowerCase(),c=>{const o=r.getAttributeValue(c,i);return o!=null&&o.length>=a&&o.substr(0,a).toLowerCase()===s&&t(c)}):c=>{var o;return!!(!((o=r.getAttributeValue(c,i))===null||o===void 0)&&o.startsWith(s))&&t(c)}},end(t,e,n){const{adapter:r}=n,{name:i}=e;let{value:s}=e;const a=-s.length;return a===0?w.falseFunc:ct(e,n)?(s=s.toLowerCase(),c=>{var o;return((o=r.getAttributeValue(c,i))===null||o===void 0?void 0:o.substr(a).toLowerCase())===s&&t(c)}):c=>{var o;return!!(!((o=r.getAttributeValue(c,i))===null||o===void 0)&&o.endsWith(s))&&t(c)}},any(t,e,n){const{adapter:r}=n,{name:i,value:s}=e;if(s==="")return w.falseFunc;if(ct(e,n)){const a=new RegExp($i(s),"i");return function(c){const o=r.getAttributeValue(c,i);return o!=null&&o.length>=s.length&&a.test(o)&&t(c)}}return a=>{var c;return!!(!((c=r.getAttributeValue(a,i))===null||c===void 0)&&c.includes(s))&&t(a)}},not(t,e,n){const{adapter:r}=n,{name:i}=e;let{value:s}=e;return s===""?a=>!!r.getAttributeValue(a,i)&&t(a):ct(e,n)?(s=s.toLowerCase(),a=>{const c=r.getAttributeValue(a,i);return(c==null||c.length!==s.length||c.toLowerCase()!==s)&&t(a)}):a=>r.getAttributeValue(a,i)!==s&&t(a)}},Kc=new Set([9,10,12,13,32]),Ci=48,tl=57;function el(t){if(t=t.trim().toLowerCase(),t==="even")return[2,0];if(t==="odd")return[2,1];let e=0,n=0,r=s(),i=a();if(e<t.length&&t.charAt(e)==="n"&&(e++,n=r*(i!=null?i:1),c(),e<t.length?(r=s(),c(),i=a()):r=i=0),i===null||e<t.length)throw new Error(`n-th rule couldn't be parsed ('${t}')`);return[n,r*i];function s(){return t.charAt(e)==="-"?(e++,-1):(t.charAt(e)==="+"&&e++,1)}function a(){const o=e;let l=0;for(;e<t.length&&t.charCodeAt(e)>=Ci&&t.charCodeAt(e)<=tl;)l=l*10+(t.charCodeAt(e)-Ci),e++;return e===o?null:l}function c(){for(;e<t.length&&Kc.has(t.charCodeAt(e));)e++}}function nl(t){const e=t[0],n=t[1]-1;if(n<0&&e<=0)return w.falseFunc;if(e===-1)return s=>s<=n;if(e===0)return s=>s===n;if(e===1)return n<0?w.trueFunc:s=>s>=n;const r=Math.abs(e),i=(n%r+r)%r;return e>1?s=>s>=n&&s%r===i:s=>s<=n&&s%r===i}function Ee(t){return nl(el(t))}function ke(t,e){return n=>{const r=e.getParent(n);return r!=null&&e.isTag(r)&&t(n)}}const xn={contains(t,e,{adapter:n}){return function(r){return t(r)&&n.getText(r).includes(e)}},icontains(t,e,{adapter:n}){const r=e.toLowerCase();return function(i){return t(i)&&n.getText(i).toLowerCase().includes(r)}},"nth-child"(t,e,{adapter:n,equals:r}){const i=Ee(e);return i===w.falseFunc?w.falseFunc:i===w.trueFunc?ke(t,n):function(s){const a=n.getSiblings(s);let c=0;for(let o=0;o<a.length&&!r(s,a[o]);o++)n.isTag(a[o])&&c++;return i(c)&&t(s)}},"nth-last-child"(t,e,{adapter:n,equals:r}){const i=Ee(e);return i===w.falseFunc?w.falseFunc:i===w.trueFunc?ke(t,n):function(s){const a=n.getSiblings(s);let c=0;for(let o=a.length-1;o>=0&&!r(s,a[o]);o--)n.isTag(a[o])&&c++;return i(c)&&t(s)}},"nth-of-type"(t,e,{adapter:n,equals:r}){const i=Ee(e);return i===w.falseFunc?w.falseFunc:i===w.trueFunc?ke(t,n):function(s){const a=n.getSiblings(s);let c=0;for(let o=0;o<a.length;o++){const l=a[o];if(r(s,l))break;n.isTag(l)&&n.getName(l)===n.getName(s)&&c++}return i(c)&&t(s)}},"nth-last-of-type"(t,e,{adapter:n,equals:r}){const i=Ee(e);return i===w.falseFunc?w.falseFunc:i===w.trueFunc?ke(t,n):function(s){const a=n.getSiblings(s);let c=0;for(let o=a.length-1;o>=0;o--){const l=a[o];if(r(s,l))break;n.isTag(l)&&n.getName(l)===n.getName(s)&&c++}return i(c)&&t(s)}},root(t,e,{adapter:n}){return r=>{const i=n.getParent(r);return(i==null||!n.isTag(i))&&t(r)}},scope(t,e,n,r){const{equals:i}=n;return!r||r.length===0?xn.root(t,e,n):r.length===1?s=>i(r[0],s)&&t(s):s=>r.includes(s)&&t(s)},hover:vn("isHovered"),visited:vn("isVisited"),active:vn("isActive")};function vn(t){return function(e,n,{adapter:r}){const i=r[t];return typeof i!="function"?w.falseFunc:function(s){return i(s)&&e(s)}}}const Ei={empty(t,{adapter:e}){return!e.getChildren(t).some(n=>e.isTag(n)||e.getText(n)!=="")},"first-child"(t,{adapter:e,equals:n}){if(e.prevElementSibling)return e.prevElementSibling(t)==null;const r=e.getSiblings(t).find(i=>e.isTag(i));return r!=null&&n(t,r)},"last-child"(t,{adapter:e,equals:n}){const r=e.getSiblings(t);for(let i=r.length-1;i>=0;i--){if(n(t,r[i]))return!0;if(e.isTag(r[i]))break}return!1},"first-of-type"(t,{adapter:e,equals:n}){const r=e.getSiblings(t),i=e.getName(t);for(let s=0;s<r.length;s++){const a=r[s];if(n(t,a))return!0;if(e.isTag(a)&&e.getName(a)===i)break}return!1},"last-of-type"(t,{adapter:e,equals:n}){const r=e.getSiblings(t),i=e.getName(t);for(let s=r.length-1;s>=0;s--){const a=r[s];if(n(t,a))return!0;if(e.isTag(a)&&e.getName(a)===i)break}return!1},"only-of-type"(t,{adapter:e,equals:n}){const r=e.getName(t);return e.getSiblings(t).every(i=>n(t,i)||!e.isTag(i)||e.getName(i)!==r)},"only-child"(t,{adapter:e,equals:n}){return e.getSiblings(t).every(r=>n(t,r)||!e.isTag(r))}};function ki(t,e,n,r){if(n===null){if(t.length>r)throw new Error(`Pseudo-class :${e} requires an argument`)}else if(t.length===r)throw new Error(`Pseudo-class :${e} doesn't have any arguments`)}const rl={"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])"},Pi={};function dl(t,e){return t===w.falseFunc?w.falseFunc:n=>e.isTag(n)&&t(n)}function Di(t,e){const n=e.getSiblings(t);if(n.length<=1)return[];const r=n.indexOf(t);return r<0||r===n.length-1?[]:n.slice(r+1).filter(e.isTag)}function vn(t){return{xmlMode:!!t.xmlMode,lowerCaseAttributeNames:!!t.lowerCaseAttributeNames,lowerCaseTags:!!t.lowerCaseTags,quirksMode:!!t.quirksMode,cacheResults:!!t.cacheResults,pseudos:t.pseudos,adapter:t.adapter,equals:t.equals}}const Sn=(t,e,n,r,i)=>{const s=i(e,vn(n),r);return s===w.trueFunc?t:s===w.falseFunc?w.falseFunc:a=>s(a)&&t(a)},An={is:Sn,matches:Sn,where:Sn,not(t,e,n,r,i){const s=i(e,vn(n),r);return s===w.falseFunc?t:s===w.trueFunc?w.falseFunc:a=>!s(a)&&t(a)},has(t,e,n,r,i){const{adapter:s}=n,a=vn(n);a.relativeSelector=!0;const c=e.some(h=>h.some(yn))?[Pi]:void 0,o=i(e,a,c);if(o===w.falseFunc)return w.falseFunc;const l=dl(o,s);if(c&&o!==w.trueFunc){const{shouldTestNextSiblings:h=!1}=o;return d=>{if(!t(d))return!1;c[0]=d;const f=s.getChildren(d),g=h?[...f,...Di(d,s)]:f;return s.existsOne(l,g)}}return h=>t(h)&&s.existsOne(l,s.getChildren(h))}};function fl(t,e,n,r,i){var s;const{name:a,data:c}=e;if(Array.isArray(c)){if(!(a in An))throw new Error(`Unknown pseudo-class :${a}(${c})`);return An[a](t,c,n,r,i)}const o=(s=n.pseudos)===null||s===void 0?void 0:s[a],l=typeof o=="string"?o:ul[a];if(typeof l=="string"){if(c!=null)throw new Error(`Pseudo ${a} doesn't have any arguments`);const h=Ae(l);return An.is(t,h,n,r,i)}if(typeof o=="function")return Oi(o,a,c,1),h=>o(h,c)&&t(h);if(a in wn)return wn[a](t,c,n,r);if(a in qi){const h=qi[a];return Oi(h,a,c,2),d=>h(d,n,c)&&t(d)}throw new Error(`Unknown pseudo-class :${a}`)}function $n(t,e){const n=e.getParent(t);return n&&e.isTag(n)?n:null}function pl(t,e,n,r,i){const{adapter:s,equals:a}=n;switch(e.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(e.namespace!=null)throw new Error("Namespaced attributes are not yet supported by css-select");return(!n.xmlMode||n.lowerCaseAttributeNames)&&(e.name=e.name.toLowerCase()),al[e.action](t,e,n)}case m.Pseudo:return fl(t,e,n,r,i);case m.Tag:{if(e.namespace!=null)throw new Error("Namespaced tag names are not yet supported by css-select");let{name:c}=e;return(!n.xmlMode||n.lowerCaseTags)&&(c=c.toLowerCase()),function(o){return s.getName(o)===c&&t(o)}}case m.Descendant:{if(n.cacheResults===!1||typeof WeakSet=="undefined")return function(o){let l=o;for(;l=$n(l,s);)if(t(l))return!0;return!1};const c=new WeakSet;return function(o){let l=o;for(;l=$n(l,s);)if(!c.has(l)){if(s.isTag(l)&&t(l))return!0;c.add(l)}return!1}}case"_flexibleDescendant":return function(c){let o=c;do if(t(o))return!0;while(o=$n(o,s));return!1};case m.Parent:return function(c){return s.getChildren(c).some(o=>s.isTag(o)&&t(o))};case m.Child:return function(c){const o=s.getParent(c);return o!=null&&s.isTag(o)&&t(o)};case m.Sibling:return function(c){const o=s.getSiblings(c);for(let l=0;l<o.length;l++){const h=o[l];if(a(c,h))break;if(s.isTag(h)&&t(h))return!0}return!1};case m.Adjacent:return s.prevElementSibling?function(c){const o=s.prevElementSibling(c);return o!=null&&t(o)}:function(c){const o=s.getSiblings(c);let l;for(let h=0;h<o.length;h++){const d=o[h];if(a(c,d))break;s.isTag(d)&&(l=d)}return!!l&&t(l)};case m.Universal:{if(e.namespace!=null&&e.namespace!=="*")throw new Error("Namespaced universal selectors are not yet supported by css-select");return t}}}function _i(t){return t.type===m.Pseudo&&(t.name==="scope"||Array.isArray(t.data)&&t.data.some(e=>e.some(_i)))}const gl={type:m.Descendant},ml={type:"_flexibleDescendant"},bl={type:m.Pseudo,name:"scope",data:null};function yl(t,{adapter:e},n){const r=!!(n!=null&&n.every(i=>{const s=e.isTag(i)&&e.getParent(i);return i===Pi||s&&e.isTag(s)}));for(const i of t){if(!(i.length>0&&yn(i[0])&&i[0].type!==m.Descendant))if(r&&!i.some(_i))i.unshift(gl);else continue;i.unshift(bl)}}function Li(t,e,n){var r;t.forEach(rl),n=(r=e.context)!==null&&r!==void 0?r:n;const i=Array.isArray(n),s=n&&(Array.isArray(n)?n:[n]);if(e.relativeSelector!==!1)yl(t,e,s);else if(t.some(o=>o.length>0&&yn(o[0])))throw new Error("Relative selectors are not allowed when the `relativeSelector` option is disabled");let a=!1;const c=t.map(o=>{if(o.length>=2){const[l,h]=o;l.type!==m.Pseudo||l.name!=="scope"||(i&&h.type===m.Descendant?o[1]=ml:(h.type===m.Adjacent||h.type===m.Sibling)&&(a=!0))}return wl(o,e,s)}).reduce(xl,w.falseFunc);return c.shouldTestNextSiblings=a,c}function wl(t,e,n){var r;return t.reduce((i,s)=>i===w.falseFunc?w.falseFunc:pl(i,s,e,n,Li),(r=e.rootFunc)!==null&&r!==void 0?r:w.trueFunc)}function xl(t,e){return e===w.falseFunc||t===w.trueFunc?t:t===w.falseFunc||e===w.trueFunc?e:function(n){return t(n)||e(n)}}const ji=(t,e)=>t===e,vl={adapter:xe,equals:ji};function Sl(t){var e,n,r,i;const s=t!=null?t:vl;return(e=s.adapter)!==null&&e!==void 0||(s.adapter=xe),(n=s.equals)!==null&&n!==void 0||(s.equals=(i=(r=s.adapter)===null||r===void 0?void 0:r.equals)!==null&&i!==void 0?i:ji),s}function Al(t){return function(e,n,r){const i=Sl(n);return t(e,i,r)}}const Cn=Al(Li);function Mi(t,e,n=!1){return n&&(t=$l(t,e)),Array.isArray(t)?e.removeSubsets(t):e.getChildren(t)}function $l(t,e){const n=Array.isArray(t)?t.slice(0):[t],r=n.length;for(let i=0;i<r;i++){const s=Di(n[i],e);n.push(...s)}return n}const Cl=new Set(["first","last","eq","gt","nth","lt","even","odd"]);function ke(t){return t.type!=="pseudo"?!1:Cl.has(t.name)?!0:t.name==="not"&&Array.isArray(t.data)?t.data.some(e=>e.some(ke)):!1}function El(t,e,n){const r=e!=null?parseInt(e,10):NaN;switch(t){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 kl(t){for(;t.parent;)t=t.parent;return t}function En(t){const e=[],n=[];for(const r of t)r.some(ke)?e.push(r):n.push(r);return[n,e]}const Tl={type:m.Universal,namespace:null},Il={type:m.Pseudo,name:"scope",data:null};function Bi(t,e,n={}){return Fi([t],e,n)}function Fi(t,e,n={}){if(typeof e=="function")return t.some(e);const[r,i]=En(Ae(e));return r.length>0&&t.some(Cn(r,n))||i.some(s=>Vi(s,t,n).length>0)}function Nl(t,e,n,r){const i=typeof n=="string"?parseInt(n,10):NaN;switch(t){case"first":case"lt":return e;case"last":return e.length>0?[e[e.length-1]]:e;case"nth":case"eq":return isFinite(i)&&Math.abs(i)<e.length?[i<0?e[e.length+i]:e[i]]:[];case"gt":return isFinite(i)?e.slice(i+1):[];case"even":return e.filter((s,a)=>a%2===0);case"odd":return e.filter((s,a)=>a%2===1);case"not":{const s=new Set(Ri(n,e,r));return e.filter(a=>!s.has(a))}}}function Ui(t,e,n={}){return Ri(Ae(t),e,n)}function Ri(t,e,n){if(e.length===0)return[];const[r,i]=En(t);let s;if(r.length){const a=Tn(e,r,n);if(i.length===0)return a;a.length&&(s=new Set(a))}for(let a=0;a<i.length&&(s==null?void 0:s.size)!==e.length;a++){const c=i[a];if((s?e.filter(l=>y(l)&&!s.has(l)):e).length===0)break;const o=Vi(c,e,n);if(o.length)if(s)o.forEach(l=>s.add(l));else{if(a===i.length-1)return o;s=new Set(o)}}return typeof s!="undefined"?s.size===e.length?e:e.filter(a=>s.has(a)):[]}function Vi(t,e,n){var r;if(t.some(Mt)){const i=(r=n.root)!==null&&r!==void 0?r:kl(e[0]),s=mt(_({},n),{context:e,relativeSelector:!1});return t.push(Il),Te(i,t,s,!0,e.length)}return Te(e,t,n,!1,e.length)}function ql(t,e,n={},r=1/0){if(typeof t=="function")return Hi(e,t);const[i,s]=En(Ae(t)),a=s.map(c=>Te(e,c,n,!0,r));return i.length&&a.push(kn(e,i,n,r)),a.length===0?[]:a.length===1?a[0]:wt(a.reduce((c,o)=>[...c,...o]))}function Te(t,e,n,r,i){const s=e.findIndex(ke),a=e.slice(0,s),c=e[s],o=e.length-1===s?i:1/0,l=El(c.name,c.data,o);if(l===0)return[];const h=(a.length===0&&!Array.isArray(t)?me(t).filter(y):a.length===0?(Array.isArray(t)?t:[t]).filter(y):r||a.some(Mt)?kn(t,[a],n,l):Tn(t,[a],n)).slice(0,l);let d=Nl(c.name,h,c.data,n);if(d.length===0||e.length===s+1)return d;const f=e.slice(s+1),g=f.some(Mt);if(g){if(Mt(f[0])){const{type:p}=f[0];(p===m.Sibling||p===m.Adjacent)&&(d=Mi(d,xe,!0)),f.unshift(Tl)}n=mt(_({},n),{relativeSelector:!1,rootFunc:p=>d.includes(p)})}else n.rootFunc&&n.rootFunc!==$e.trueFunc&&(n=mt(_({},n),{rootFunc:$e.trueFunc}));return f.some(ke)?Te(d,f,n,!1,i):g?kn(d,[f],n,i):Tn(d,[f],n)}function kn(t,e,n,r){const i=Cn(e,n,t);return Hi(t,i,r)}function Hi(t,e,n=1/0){const r=Mi(t,xe,e.shouldTestNextSiblings);return un(i=>y(i)&&e(i),r,!0,n)}function Tn(t,e,n){const r=(Array.isArray(t)?t:[t]).filter(y);if(r.length===0)return r;const i=Cn(e,n);return i===$e.trueFunc?r:r.filter(i)}const Ol=/^\s*[+~]/;function Pl(t){if(!t)return this._make([]);if(typeof t!="string"){const e=W(t)?t.toArray():[t],n=this.toArray();return this._make(e.filter(r=>n.some(i=>gi(i,r))))}return this._findBySelector(t,Number.POSITIVE_INFINITY)}function Dl(t,e){var n;const r=this.toArray(),i=Ol.test(t)?r:this.children().toArray(),s={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(ql(t,i,s,e))}function In(t){return function(e,...n){return function(r){var i;let s=t(e,this);return r&&(s=On(s,r,this.options.xmlMode,(i=this._root)===null||i===void 0?void 0:i[0])),this._make(this.length>1&&s.length>1?n.reduce((a,c)=>c(a),s):s)}}}const Ft=In((t,e)=>{let n=[];for(let r=0;r<e.length;r++){const i=t(e[r]);i.length>0&&(n=n.concat(i))}return n}),Nn=In((t,e)=>{const n=[];for(let r=0;r<e.length;r++){const i=t(e[r]);i!==null&&n.push(i)}return n});function qn(t,...e){let n=null;const r=In((i,s)=>{const a=[];return A(s,c=>{for(let o;(o=i(c))&&!(n!=null&&n(o,a.length));c=o)a.push(o)}),a})(t,...e);return function(i,s){n=typeof i=="string"?c=>Bi(c,i,this.options):i?Ut(i):null;const a=r.call(this,s);return n=null,a}}function vt(t){return t.length>1?Array.from(new Set(t)):t}const _l=Nn(({parent:t})=>t&&!it(t)?t:null,vt),Ll=Ft(t=>{const e=[];for(;t.parent&&!it(t.parent);)e.push(t.parent),t=t.parent;return e},wt,t=>t.reverse()),jl=qn(({parent:t})=>t&&!it(t)?t:null,wt,t=>t.reverse());function Ml(t){var e;const n=[];if(!t)return this._make(n);const r={xmlMode:this.options.xmlMode,root:(e=this._root)===null||e===void 0?void 0:e[0]},i=typeof t=="string"?s=>Bi(s,t,r):Ut(t);return A(this,s=>{for(s&&!it(s)&&!y(s)&&(s=s.parent);s&&y(s);){if(i(s,0)){n.includes(s)||n.push(s);break}s=s.parent}}),this._make(n)}const Bl=Nn(t=>ln(t)),Fl=Ft(t=>{const e=[];for(;t.next;)t=t.next,y(t)&&e.push(t);return e},vt),Ul=qn(t=>ln(t),vt),Rl=Nn(t=>hn(t)),Vl=Ft(t=>{const e=[];for(;t.prev;)t=t.prev,y(t)&&e.push(t);return e},vt),Hl=qn(t=>hn(t),vt),Gl=Ft(t=>ci(t).filter(e=>y(e)&&e!==t),wt),zl=Ft(t=>me(t).filter(y),vt);function Wl(){const t=this.toArray().reduce((e,n)=>E(n)?e.concat(n.children):e,[]);return this._make(t)}function Ql(t){let e=0;const n=this.length;for(;e<n&&t.call(this[e],e,this[e])!==!1;)++e;return this}function Zl(t){let e=[];for(let n=0;n<this.length;n++){const r=this[n],i=t.call(r,n,r);i!=null&&(e=e.concat(i))}return this._make(e)}function Ut(t){return typeof t=="function"?(e,n)=>t.call(e,n,e):W(t)?e=>Array.prototype.includes.call(t,e):function(e){return t===e}}function Jl(t){var e;return this._make(On(this.toArray(),t,this.options.xmlMode,(e=this._root)===null||e===void 0?void 0:e[0]))}function On(t,e,n,r){return typeof e=="string"?Ui(e,t,{xmlMode:n,root:r}):t.filter(Ut(e))}function Yl(t){const e=this.toArray();return typeof t=="string"?Fi(e.filter(y),t,this.options):t?e.some(Ut(t)):!1}function Xl(t){let e=this.toArray();if(typeof t=="string"){const n=new Set(Ui(t,e,this.options));e=e.filter(r=>!n.has(r))}else{const n=Ut(t);e=e.filter((r,i)=>!n(r,i))}return this._make(e)}function Kl(t){return this.filter(typeof t=="string"?`:has(${t})`:(e,n)=>this._make(n).find(t).length>0)}function th(){return this.length>1?this._make(this[0]):this}function eh(){return this.length>0?this._make(this[this.length-1]):this}function nh(t){var e;return t=+t,t===0&&this.length<=1?this:(t<0&&(t=this.length+t),this._make((e=this[t])!==null&&e!==void 0?e:[]))}function rh(t){return t==null?this.toArray():this[t<0?this.length+t:t]}function ih(){return Array.prototype.slice.call(this)}function sh(t){let e,n;return t==null?(e=this.parent().children(),n=this[0]):typeof t=="string"?(e=this._make(t),n=this[0]):(e=this,n=W(t)?t[0]:t),Array.prototype.indexOf.call(e,n)}function ah(t,e){return this._make(Array.prototype.slice.call(this,t,e))}function oh(){var t;return(t=this.prevObject)!==null&&t!==void 0?t:this._make([])}function ch(t,e){const n=this._make(t,e),r=wt([...this.get(),...n.get()]);return this._make(r)}function lh(t){return this.prevObject?this.add(t?this.prevObject.filter(t):this.prevObject):this}var hh=Object.freeze({__proto__:null,_findBySelector:Dl,add:ch,addBack:lh,children:zl,closest:Ml,contents:Wl,each:Ql,end:oh,eq:nh,filter:Jl,filterArray:On,find:Pl,first:th,get:rh,has:Kl,index:sh,is:Yl,last:eh,map:Zl,next:Bl,nextAll:Fl,nextUntil:Ul,not:Xl,parent:_l,parents:Ll,parentsUntil:jl,prev:Rl,prevAll:Vl,prevUntil:Hl,siblings:Gl,slice:ah,toArray:ih});function uh(t){return function(e,n,r,i){if(typeof Buffer!="undefined"&&Buffer.isBuffer(e)&&(e=e.toString()),typeof e=="string")return t(e,n,r,i);const s=e;if(!Array.isArray(s)&&it(s))return s;const a=new Pt([]);return ct(s,a),a}}function ct(t,e){const n=Array.isArray(t)?t:[t];e?e.children=n:e=null;for(let r=0;r<n.length;r++){const i=n[r];i.parent&&i.parent.children!==n&&st(i),e?(i.prev=n[r-1]||null,i.next=n[r+1]||null):i.prev=i.next=null,i.parent=e}return e}function dh(t,e){if(t==null)return[];if(typeof t=="string")return this._parse(t,this.options,!1,null).children.slice(0);if("length"in t){if(t.length===1)return this._makeDomArray(t[0],e);const n=[];for(let r=0;r<t.length;r++){const i=t[r];if(typeof i=="object"){if(i==null)continue;if(!("length"in i)){n.push(e?Dt(i,!0):i);continue}}n.push(...this._makeDomArray(i,e))}return n}return[e?Dt(t,!0):t]}function Gi(t){return function(...e){const n=this.length-1;return A(this,(r,i)=>{if(!E(r))return;const s=typeof e[0]=="function"?e[0].call(r,i,this._render(r.children)):e,a=this._makeDomArray(s,i<n);t(a,r.children,r)})}}function K(t,e,n,r,i){var s,a;const c=[e,n,...r],o=e===0?null:t[e-1],l=e+n>=t.length?null:t[e+n];for(let h=0;h<r.length;++h){const d=r[h],f=d.parent;if(f){const g=f.children.indexOf(d);g>-1&&(f.children.splice(g,1),i===f&&e>g&&c[0]--)}d.parent=i,d.prev&&(d.prev.next=(s=d.next)!==null&&s!==void 0?s:null),d.next&&(d.next.prev=(a=d.prev)!==null&&a!==void 0?a:null),d.prev=h===0?o:r[h-1],d.next=h===r.length-1?l:r[h+1]}return o&&(o.next=r[0]),l&&(l.prev=r[r.length-1]),t.splice(...c)}function fh(t){return(W(t)?t:this._make(t)).append(this),this}function ph(t){return(W(t)?t:this._make(t)).prepend(this),this}const gh=Gi((t,e,n)=>{K(e,e.length,0,t,n)}),mh=Gi((t,e,n)=>{K(e,0,0,t,n)});function zi(t){return function(e){const n=this.length-1,r=this.parents().last();for(let i=0;i<this.length;i++){const s=this[i],a=typeof e=="function"?e.call(s,i,s):typeof e=="string"&&!fn(e)?r.find(e).clone():e,[c]=this._makeDomArray(a,i<n);if(!c||!E(c))continue;let o=c,l=0;for(;l<o.children.length;){const h=o.children[l];y(h)?(o=h,l=0):l++}t(s,o,[c])}return this}}const bh=zi((t,e,n)=>{const{parent:r}=t;if(!r)return;const i=r.children,s=i.indexOf(t);ct([t],e),K(i,s,0,n,r)}),yh=zi((t,e,n)=>{E(t)&&(ct(t.children,e),ct(n,t))});function wh(t){return this.parent(t).not("body").each((e,n)=>{this._make(n).replaceWith(n.children)}),this}function xh(t){const e=this[0];if(e){const n=this._make(typeof t=="function"?t.call(e,0,e):t).insertBefore(e);let r;for(let s=0;s<n.length;s++)n[s].type==="tag"&&(r=n[s]);let i=0;for(;r&&i<r.children.length;){const s=r.children[i];s.type==="tag"?(r=s,i=0):i++}r&&this._make(r).append(this)}return this}function vh(...t){const e=this.length-1;return A(this,(n,r)=>{if(!E(n)||!n.parent)return;const i=n.parent.children,s=i.indexOf(n);if(s<0)return;const a=typeof t[0]=="function"?t[0].call(n,r,this._render(n.children)):t,c=this._makeDomArray(a,r<e);K(i,s+1,0,c,n.parent)})}function Sh(t){typeof t=="string"&&(t=this._make(t)),this.remove();const e=[];for(const n of this._makeDomArray(t)){const r=this.clone().toArray(),{parent:i}=n;if(!i)continue;const s=i.children,a=s.indexOf(n);a<0||(K(s,a+1,0,r,i),e.push(...r))}return this._make(e)}function Ah(...t){const e=this.length-1;return A(this,(n,r)=>{if(!E(n)||!n.parent)return;const i=n.parent.children,s=i.indexOf(n);if(s<0)return;const a=typeof t[0]=="function"?t[0].call(n,r,this._render(n.children)):t,c=this._makeDomArray(a,r<e);K(i,s,0,c,n.parent)})}function $h(t){const e=this._make(t);this.remove();const n=[];return A(e,r=>{const i=this.clone().toArray(),{parent:s}=r;if(!s)return;const a=s.children,c=a.indexOf(r);c<0||(K(a,c,0,i,s),n.push(...i))}),this._make(n)}function Ch(t){const e=t?this.filter(t):this;return A(e,n=>{st(n),n.prev=n.next=n.parent=null}),this}function Eh(t){return A(this,(e,n)=>{const{parent:r}=e;if(!r)return;const i=r.children,s=typeof t=="function"?t.call(e,n,e):t,a=this._makeDomArray(s);ct(a,null);const c=i.indexOf(e);K(i,c,1,a,r),a.includes(e)||(e.parent=e.prev=e.next=null)})}function kh(){return A(this,t=>{if(E(t)){for(const e of t.children)e.next=e.prev=e.parent=null;t.children.length=0}})}function Th(t){if(t===void 0){const e=this[0];return!e||!E(e)?null:this._render(e.children)}return A(this,e=>{if(!E(e))return;for(const r of e.children)r.next=r.prev=r.parent=null;const n=W(t)?t.toArray():this._parse(`${t}`,this.options,!1,e).children;ct(n,e)})}function Ih(){return this._render(this)}function Nh(t){return t===void 0?_t(this):typeof t=="function"?A(this,(e,n)=>this._make(e).text(t.call(e,n,_t([e])))):A(this,e=>{if(!E(e))return;for(const r of e.children)r.next=r.prev=r.parent=null;const n=new ue(`${t}`);ct(n,e)})}function qh(){const t=Array.prototype.map.call(this.get(),n=>Dt(n,!0)),e=new Pt(t);for(const n of t)n.parent=e;return this._make(t)}var Oh=Object.freeze({__proto__:null,_makeDomArray:dh,after:vh,append:gh,appendTo:fh,before:Ah,clone:qh,empty:kh,html:Th,insertAfter:Sh,insertBefore:$h,prepend:mh,prependTo:ph,remove:Ch,replaceWith:Eh,text:Nh,toString:Ih,unwrap:wh,wrap:bh,wrapAll:xh,wrapInner:yh});function Ph(t,e){if(t!=null&&e!=null||typeof t=="object"&&!Array.isArray(t))return A(this,(n,r)=>{y(n)&&Wi(n,t,e,r)});if(this.length!==0)return Qi(this[0],t)}function Wi(t,e,n,r){if(typeof e=="string"){const i=Qi(t),s=typeof n=="function"?n.call(t,r,i[e]):n;s===""?delete i[e]:s!=null&&(i[e]=s),t.attribs.style=Dh(i)}else if(typeof e=="object"){const i=Object.keys(e);for(let s=0;s<i.length;s++){const a=i[s];Wi(t,a,e[a],s)}}}function Qi(t,e){if(!t||!y(t))return;const n=_h(t.attribs.style);if(typeof e=="string")return n[e];if(Array.isArray(e)){const r={};for(const i of e)n[i]!=null&&(r[i]=n[i]);return r}return n}function Dh(t){return Object.keys(t).reduce((e,n)=>`${e}${e?" ":""}${n}: ${t[n]};`,"")}function _h(t){if(t=(t||"").trim(),!t)return{};const e={};let n;for(const r of t.split(";")){const i=r.indexOf(":");if(i<1||i===r.length-1){const s=r.trimEnd();s.length>0&&n!==void 0&&(e[n]+=`;${s}`)}else n=r.slice(0,i).trim(),e[n]=r.slice(i+1).trim()}return e}var Lh=Object.freeze({__proto__:null,css:Ph});const Zi="input,select,textarea,keygen",jh=/%20/g,Ji=/\r?\n/g;function Mh(){return this.serializeArray().map(t=>`${encodeURIComponent(t.name)}=${encodeURIComponent(t.value)}`).join("&").replace(jh,"+")}function Bh(){return this.map((t,e)=>{const n=this._make(e);return y(e)&&e.name==="form"?n.find(Zi).toArray():n.filter(Zi).toArray()}).filter('[name!=""]:enabled:not(:submit, :button, :image, :reset, :file):matches([checked], :not(:checkbox, :radio))').map((t,e)=>{var n;const r=this._make(e),i=r.attr("name"),s=(n=r.val())!==null&&n!==void 0?n:"";return Array.isArray(s)?s.map(a=>({name:i,value:a.replace(Ji,`\r
11
- `)})):{name:i,value:s.replace(Ji,`\r
12
- `)}}).toArray()}var Fh=Object.freeze({__proto__:null,serialize:Mh,serializeArray:Bh});function Uh(t){var e;return typeof t=="string"?{selector:t,value:"textContent"}:{selector:t.selector,value:(e=t.value)!==null&&e!==void 0?e:"textContent"}}function Rh(t){const e={};for(const n in t){const r=t[n],i=Array.isArray(r),{selector:s,value:a}=Uh(i?r[0]:r),c=typeof a=="function"?a:typeof a=="string"?o=>this._make(o).prop(a):o=>this._make(o).extract(a);if(i)e[n]=this._findBySelector(s,Number.POSITIVE_INFINITY).map((o,l)=>c(l,n,e)).get();else{const o=this._findBySelector(s,1);e[n]=o.length>0?c(o[0],n,e):void 0}}return e}var Vh=Object.freeze({__proto__:null,extract:Rh});class Rt{constructor(e,n,r){if(this.length=0,this.options=r,this._root=n,e){for(let i=0;i<e.length;i++)this[i]=e[i];this.length=e.length}}}Rt.prototype.cheerio="[cheerio object]",Rt.prototype.splice=Array.prototype.splice,Rt.prototype[Symbol.iterator]=Array.prototype[Symbol.iterator],Object.assign(Rt.prototype,Zc,hh,Oh,Lh,Fh,Vh);function Hh(t,e){return function n(r,i,s=!0){if(r==null)throw new Error("cheerio.load() expects a string");const a=tn(i),c=t(r,a,s,null);class o extends Rt{_make(d,f){const g=l(d,f);return g.prevObject=this,g}_parse(d,f,g,p){return t(d,f,g,p)}_render(d){return e(d,this.options)}}function l(h,d,f=c,g){if(h&&W(h))return h;const p=tn(g,a),S=typeof f=="string"?[t(f,p,!1,null)]:"length"in f?f:[f],$=W(S)?S:new o(S,null,p);if($._root=$,!h)return new o(void 0,$,p);const lt=typeof h=="string"&&fn(h)?t(h,p,!1,null).children:Gh(h)?[h]:Array.isArray(h)?h:void 0,ht=new o(lt,$,p);if(lt)return ht;if(typeof h!="string")throw new TypeError("Unexpected type of selector");let At=h;const $t=d?typeof d=="string"?fn(d)?new o([t(d,p,!1,null)],$,p):(At=`${d} ${At}`,$):W(d)?d:new o(Array.isArray(d)?d:[d],$,p):$;return $t?$t.find(At):ht}return Object.assign(l,jc,{load:n,_root:c,_options:a,fn:o.prototype,prototype:o.prototype}),l}}function Gh(t){return!!t.name||t.type==="root"||t.type==="text"||t.type==="comment"}var b;(function(t){t[t.Tab=9]="Tab",t[t.NewLine=10]="NewLine",t[t.FormFeed=12]="FormFeed",t[t.CarriageReturn=13]="CarriageReturn",t[t.Space=32]="Space",t[t.ExclamationMark=33]="ExclamationMark",t[t.Number=35]="Number",t[t.Amp=38]="Amp",t[t.SingleQuote=39]="SingleQuote",t[t.DoubleQuote=34]="DoubleQuote",t[t.Dash=45]="Dash",t[t.Slash=47]="Slash",t[t.Zero=48]="Zero",t[t.Nine=57]="Nine",t[t.Semi=59]="Semi",t[t.Lt=60]="Lt",t[t.Eq=61]="Eq",t[t.Gt=62]="Gt",t[t.Questionmark=63]="Questionmark",t[t.UpperA=65]="UpperA",t[t.LowerA=97]="LowerA",t[t.UpperF=70]="UpperF",t[t.LowerF=102]="LowerF",t[t.UpperZ=90]="UpperZ",t[t.LowerZ=122]="LowerZ",t[t.LowerX=120]="LowerX",t[t.OpeningSquareBracket=91]="OpeningSquareBracket"})(b||(b={}));var u;(function(t){t[t.Text=1]="Text",t[t.BeforeTagName=2]="BeforeTagName",t[t.InTagName=3]="InTagName",t[t.InSelfClosingTag=4]="InSelfClosingTag",t[t.BeforeClosingTagName=5]="BeforeClosingTagName",t[t.InClosingTagName=6]="InClosingTagName",t[t.AfterClosingTagName=7]="AfterClosingTagName",t[t.BeforeAttributeName=8]="BeforeAttributeName",t[t.InAttributeName=9]="InAttributeName",t[t.AfterAttributeName=10]="AfterAttributeName",t[t.BeforeAttributeValue=11]="BeforeAttributeValue",t[t.InAttributeValueDq=12]="InAttributeValueDq",t[t.InAttributeValueSq=13]="InAttributeValueSq",t[t.InAttributeValueNq=14]="InAttributeValueNq",t[t.BeforeDeclaration=15]="BeforeDeclaration",t[t.InDeclaration=16]="InDeclaration",t[t.InProcessingInstruction=17]="InProcessingInstruction",t[t.BeforeComment=18]="BeforeComment",t[t.CDATASequence=19]="CDATASequence",t[t.InSpecialComment=20]="InSpecialComment",t[t.InCommentLike=21]="InCommentLike",t[t.BeforeSpecialS=22]="BeforeSpecialS",t[t.BeforeSpecialT=23]="BeforeSpecialT",t[t.SpecialStartSequence=24]="SpecialStartSequence",t[t.InSpecialTag=25]="InSpecialTag",t[t.InEntity=26]="InEntity"})(u||(u={}));function Q(t){return t===b.Space||t===b.NewLine||t===b.Tab||t===b.FormFeed||t===b.CarriageReturn}function Ie(t){return t===b.Slash||t===b.Gt||Q(t)}function zh(t){return t>=b.LowerA&&t<=b.LowerZ||t>=b.UpperA&&t<=b.UpperZ}var V;(function(t){t[t.NoValue=0]="NoValue",t[t.Unquoted=1]="Unquoted",t[t.Single=2]="Single",t[t.Double=3]="Double"})(V||(V={}));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 Wh{constructor({xmlMode:e=!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=e,this.decodeEntities=n,this.entityDecoder=new ti(e?Kr:Xr,(i,s)=>this.emitCodePoint(i,s))}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(e){this.offset+=this.buffer.length,this.buffer=e,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(e){e===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&&e===b.Amp&&this.startEntity()}stateSpecialStartSequence(e){const n=this.sequenceIndex===this.currentSequence.length;if(!(n?Ie(e):(e|32)===this.currentSequence[this.sequenceIndex]))this.isSpecial=!1;else if(!n){this.sequenceIndex++;return}this.sequenceIndex=0,this.state=u.InTagName,this.stateInTagName(e)}stateInSpecialTag(e){if(this.sequenceIndex===this.currentSequence.length){if(e===b.Gt||Q(e)){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(e);return}this.sequenceIndex=0}(e|32)===this.currentSequence[this.sequenceIndex]?this.sequenceIndex+=1:this.sequenceIndex===0?this.currentSequence===N.TitleEnd?this.decodeEntities&&e===b.Amp&&this.startEntity():this.fastForwardTo(b.Lt)&&(this.sequenceIndex=1):this.sequenceIndex=+(e===b.Lt)}stateCDATASequence(e){e===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(e))}fastForwardTo(e){for(;++this.index<this.buffer.length+this.offset;)if(this.buffer.charCodeAt(this.index-this.offset)===e)return!0;return this.index=this.buffer.length+this.offset-1,!1}stateInCommentLike(e){e===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):e!==this.currentSequence[this.sequenceIndex-1]&&(this.sequenceIndex=0)}isTagStartChar(e){return this.xmlMode?!Ie(e):zh(e)}startSpecial(e,n){this.isSpecial=!0,this.currentSequence=e,this.sequenceIndex=n,this.state=u.SpecialStartSequence}stateBeforeTagName(e){if(e===b.ExclamationMark)this.state=u.BeforeDeclaration,this.sectionStart=this.index+1;else if(e===b.Questionmark)this.state=u.InProcessingInstruction,this.sectionStart=this.index+1;else if(this.isTagStartChar(e)){const n=e|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 e===b.Slash?this.state=u.BeforeClosingTagName:(this.state=u.Text,this.stateText(e))}stateInTagName(e){Ie(e)&&(this.cbs.onopentagname(this.sectionStart,this.index),this.sectionStart=-1,this.state=u.BeforeAttributeName,this.stateBeforeAttributeName(e))}stateBeforeClosingTagName(e){Q(e)||(e===b.Gt?this.state=u.Text:(this.state=this.isTagStartChar(e)?u.InClosingTagName:u.InSpecialComment,this.sectionStart=this.index))}stateInClosingTagName(e){(e===b.Gt||Q(e))&&(this.cbs.onclosetag(this.sectionStart,this.index),this.sectionStart=-1,this.state=u.AfterClosingTagName,this.stateAfterClosingTagName(e))}stateAfterClosingTagName(e){(e===b.Gt||this.fastForwardTo(b.Gt))&&(this.state=u.Text,this.sectionStart=this.index+1)}stateBeforeAttributeName(e){e===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):e===b.Slash?this.state=u.InSelfClosingTag:Q(e)||(this.state=u.InAttributeName,this.sectionStart=this.index)}stateInSelfClosingTag(e){e===b.Gt?(this.cbs.onselfclosingtag(this.index),this.state=u.Text,this.sectionStart=this.index+1,this.isSpecial=!1):Q(e)||(this.state=u.BeforeAttributeName,this.stateBeforeAttributeName(e))}stateInAttributeName(e){(e===b.Eq||Ie(e))&&(this.cbs.onattribname(this.sectionStart,this.index),this.sectionStart=this.index,this.state=u.AfterAttributeName,this.stateAfterAttributeName(e))}stateAfterAttributeName(e){e===b.Eq?this.state=u.BeforeAttributeValue:e===b.Slash||e===b.Gt?(this.cbs.onattribend(V.NoValue,this.sectionStart),this.sectionStart=-1,this.state=u.BeforeAttributeName,this.stateBeforeAttributeName(e)):Q(e)||(this.cbs.onattribend(V.NoValue,this.sectionStart),this.state=u.InAttributeName,this.sectionStart=this.index)}stateBeforeAttributeValue(e){e===b.DoubleQuote?(this.state=u.InAttributeValueDq,this.sectionStart=this.index+1):e===b.SingleQuote?(this.state=u.InAttributeValueSq,this.sectionStart=this.index+1):Q(e)||(this.sectionStart=this.index,this.state=u.InAttributeValueNq,this.stateInAttributeValueNoQuotes(e))}handleInAttributeValue(e,n){e===n||!this.decodeEntities&&this.fastForwardTo(n)?(this.cbs.onattribdata(this.sectionStart,this.index),this.sectionStart=-1,this.cbs.onattribend(n===b.DoubleQuote?V.Double:V.Single,this.index+1),this.state=u.BeforeAttributeName):this.decodeEntities&&e===b.Amp&&this.startEntity()}stateInAttributeValueDoubleQuotes(e){this.handleInAttributeValue(e,b.DoubleQuote)}stateInAttributeValueSingleQuotes(e){this.handleInAttributeValue(e,b.SingleQuote)}stateInAttributeValueNoQuotes(e){Q(e)||e===b.Gt?(this.cbs.onattribdata(this.sectionStart,this.index),this.sectionStart=-1,this.cbs.onattribend(V.Unquoted,this.index),this.state=u.BeforeAttributeName,this.stateBeforeAttributeName(e)):this.decodeEntities&&e===b.Amp&&this.startEntity()}stateBeforeDeclaration(e){e===b.OpeningSquareBracket?(this.state=u.CDATASequence,this.sequenceIndex=0):this.state=e===b.Dash?u.BeforeComment:u.InDeclaration}stateInDeclaration(e){(e===b.Gt||this.fastForwardTo(b.Gt))&&(this.cbs.ondeclaration(this.sectionStart,this.index),this.state=u.Text,this.sectionStart=this.index+1)}stateInProcessingInstruction(e){(e===b.Gt||this.fastForwardTo(b.Gt))&&(this.cbs.onprocessinginstruction(this.sectionStart,this.index),this.state=u.Text,this.sectionStart=this.index+1)}stateBeforeComment(e){e===b.Dash?(this.state=u.InCommentLike,this.currentSequence=N.CommentEnd,this.sequenceIndex=2,this.sectionStart=this.index+1):this.state=u.InDeclaration}stateInSpecialComment(e){(e===b.Gt||this.fastForwardTo(b.Gt))&&(this.cbs.oncomment(this.sectionStart,this.index,0),this.state=u.Text,this.sectionStart=this.index+1)}stateBeforeSpecialS(e){const n=e|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(e))}stateBeforeSpecialT(e){const n=e|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(e))}startEntity(){this.baseState=this.state,this.state=u.InEntity,this.entityStart=this.index,this.entityDecoder.startEntity(this.xmlMode?R.Strict:this.baseState===u.Text||this.baseState===u.InSpecialTag?R.Legacy:R.Attribute)}stateInEntity(){const e=this.entityDecoder.write(this.buffer,this.index-this.offset);e>=0?(this.state=this.baseState,e===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 e=this.buffer.charCodeAt(this.index-this.offset);switch(this.state){case u.Text:{this.stateText(e);break}case u.SpecialStartSequence:{this.stateSpecialStartSequence(e);break}case u.InSpecialTag:{this.stateInSpecialTag(e);break}case u.CDATASequence:{this.stateCDATASequence(e);break}case u.InAttributeValueDq:{this.stateInAttributeValueDoubleQuotes(e);break}case u.InAttributeName:{this.stateInAttributeName(e);break}case u.InCommentLike:{this.stateInCommentLike(e);break}case u.InSpecialComment:{this.stateInSpecialComment(e);break}case u.BeforeAttributeName:{this.stateBeforeAttributeName(e);break}case u.InTagName:{this.stateInTagName(e);break}case u.InClosingTagName:{this.stateInClosingTagName(e);break}case u.BeforeTagName:{this.stateBeforeTagName(e);break}case u.AfterAttributeName:{this.stateAfterAttributeName(e);break}case u.InAttributeValueSq:{this.stateInAttributeValueSingleQuotes(e);break}case u.BeforeAttributeValue:{this.stateBeforeAttributeValue(e);break}case u.BeforeClosingTagName:{this.stateBeforeClosingTagName(e);break}case u.AfterClosingTagName:{this.stateAfterClosingTagName(e);break}case u.BeforeSpecialS:{this.stateBeforeSpecialS(e);break}case u.BeforeSpecialT:{this.stateBeforeSpecialT(e);break}case u.InAttributeValueNq:{this.stateInAttributeValueNoQuotes(e);break}case u.InSelfClosingTag:{this.stateInSelfClosingTag(e);break}case u.InDeclaration:{this.stateInDeclaration(e);break}case u.BeforeDeclaration:{this.stateBeforeDeclaration(e);break}case u.BeforeComment:{this.stateBeforeComment(e);break}case u.InProcessingInstruction:{this.stateInProcessingInstruction(e);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 e=this.buffer.length+this.offset;this.sectionStart>=e||(this.state===u.InCommentLike?this.currentSequence===N.CdataEnd?this.cbs.oncdata(this.sectionStart,e,0):this.cbs.oncomment(this.sectionStart,e,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,e))}emitCodePoint(e,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(e)):(this.sectionStart<this.entityStart&&this.cbs.ontext(this.sectionStart,this.entityStart),this.sectionStart=this.entityStart+n,this.index=this.sectionStart-1,this.cbs.ontextentity(e,this.sectionStart))}}const St=new Set(["input","option","optgroup","select","button","datalist","textarea"]),v=new Set(["p"]),Yi=new Set(["thead","tbody"]),Xi=new Set(["dd","dt"]),Ki=new Set(["rt","rp"]),Qh=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",v],["h1",v],["h2",v],["h3",v],["h4",v],["h5",v],["h6",v],["select",St],["input",St],["output",St],["button",St],["datalist",St],["textarea",St],["option",new Set(["option"])],["optgroup",new Set(["optgroup","option"])],["dd",Xi],["dt",Xi],["address",v],["article",v],["aside",v],["blockquote",v],["details",v],["div",v],["dl",v],["fieldset",v],["figcaption",v],["figure",v],["footer",v],["form",v],["header",v],["hr",v],["main",v],["nav",v],["ol",v],["pre",v],["section",v],["table",v],["ul",v],["rt",Ki],["rp",Ki],["tbody",Yi],["tfoot",Yi]]),Zh=new Set(["area","base","basefont","br","col","command","embed","frame","hr","img","input","isindex","keygen","link","meta","param","source","track","wbr"]),ts=new Set(["math","svg"]),es=new Set(["mi","mo","mn","ms","mtext","annotation-xml","foreignobject","desc","title"]),Jh=/\s|\//;class Yh{constructor(e,n={}){var r,i,s,a,c,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=e!=null?e:{},this.htmlMode=!this.options.xmlMode,this.lowerCaseTagNames=(r=n.lowerCaseTags)!==null&&r!==void 0?r:this.htmlMode,this.lowerCaseAttributeNames=(i=n.lowerCaseAttributeNames)!==null&&i!==void 0?i:this.htmlMode,this.recognizeSelfClosing=(s=n.recognizeSelfClosing)!==null&&s!==void 0?s:!this.htmlMode,this.tokenizer=new((a=n.Tokenizer)!==null&&a!==void 0?a:Wh)(this.options,this),this.foreignContext=[!this.htmlMode],(o=(c=this.cbs).onparserinit)===null||o===void 0||o.call(c,this)}ontext(e,n){var r,i;const s=this.getSlice(e,n);this.endIndex=n-1,(i=(r=this.cbs).ontext)===null||i===void 0||i.call(r,s),this.startIndex=n}ontextentity(e,n){var r,i;this.endIndex=n-1,(i=(r=this.cbs).ontext)===null||i===void 0||i.call(r,on(e)),this.startIndex=n}isVoidElement(e){return this.htmlMode&&Zh.has(e)}onopentagname(e,n){this.endIndex=n;let r=this.getSlice(e,n);this.lowerCaseTagNames&&(r=r.toLowerCase()),this.emitOpenTag(r)}emitOpenTag(e){var n,r,i,s;this.openTagStart=this.startIndex,this.tagname=e;const a=this.htmlMode&&Qh.get(e);if(a)for(;this.stack.length>0&&a.has(this.stack[0]);){const c=this.stack.shift();(r=(n=this.cbs).onclosetag)===null||r===void 0||r.call(n,c,!0)}this.isVoidElement(e)||(this.stack.unshift(e),this.htmlMode&&(ts.has(e)?this.foreignContext.unshift(!0):es.has(e)&&this.foreignContext.unshift(!1))),(s=(i=this.cbs).onopentagname)===null||s===void 0||s.call(i,e),this.cbs.onopentag&&(this.attribs={})}endOpenTag(e){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,e),this.attribs=null),this.cbs.onclosetag&&this.isVoidElement(this.tagname)&&this.cbs.onclosetag(this.tagname,!0),this.tagname=""}onopentagend(e){this.endIndex=e,this.endOpenTag(!1),this.startIndex=e+1}onclosetag(e,n){var r,i,s,a,c,o,l,h;this.endIndex=n;let d=this.getSlice(e,n);if(this.lowerCaseTagNames&&(d=d.toLowerCase()),this.htmlMode&&(ts.has(d)||es.has(d))&&this.foreignContext.shift(),this.isVoidElement(d))this.htmlMode&&d==="br"&&((a=(s=this.cbs).onopentagname)===null||a===void 0||a.call(s,"br"),(o=(c=this.cbs).onopentag)===null||o===void 0||o.call(c,"br",{},!0),(h=(l=this.cbs).onclosetag)===null||h===void 0||h.call(l,"br",!1));else{const f=this.stack.indexOf(d);if(f!==-1)for(let g=0;g<=f;g++){const p=this.stack.shift();(i=(r=this.cbs).onclosetag)===null||i===void 0||i.call(r,p,g!==f)}else this.htmlMode&&d==="p"&&(this.emitOpenTag("p"),this.closeCurrentTag(!0))}this.startIndex=n+1}onselfclosingtag(e){this.endIndex=e,this.recognizeSelfClosing||this.foreignContext[0]?(this.closeCurrentTag(!1),this.startIndex=e+1):this.onopentagend(e)}closeCurrentTag(e){var n,r;const i=this.tagname;this.endOpenTag(e),this.stack[0]===i&&((r=(n=this.cbs).onclosetag)===null||r===void 0||r.call(n,i,!e),this.stack.shift())}onattribname(e,n){this.startIndex=e;const r=this.getSlice(e,n);this.attribname=this.lowerCaseAttributeNames?r.toLowerCase():r}onattribdata(e,n){this.attribvalue+=this.getSlice(e,n)}onattribentity(e){this.attribvalue+=on(e)}onattribend(e,n){var r,i;this.endIndex=n,(i=(r=this.cbs).onattribute)===null||i===void 0||i.call(r,this.attribname,this.attribvalue,e===V.Double?'"':e===V.Single?"'":e===V.NoValue?void 0:null),this.attribs&&!Object.prototype.hasOwnProperty.call(this.attribs,this.attribname)&&(this.attribs[this.attribname]=this.attribvalue),this.attribvalue=""}getInstructionName(e){const n=e.search(Jh);let r=n<0?e:e.substr(0,n);return this.lowerCaseTagNames&&(r=r.toLowerCase()),r}ondeclaration(e,n){this.endIndex=n;const r=this.getSlice(e,n);if(this.cbs.onprocessinginstruction){const i=this.getInstructionName(r);this.cbs.onprocessinginstruction(`!${i}`,`!${r}`)}this.startIndex=n+1}onprocessinginstruction(e,n){this.endIndex=n;const r=this.getSlice(e,n);if(this.cbs.onprocessinginstruction){const i=this.getInstructionName(r);this.cbs.onprocessinginstruction(`?${i}`,`?${r}`)}this.startIndex=n+1}oncomment(e,n,r){var i,s,a,c;this.endIndex=n,(s=(i=this.cbs).oncomment)===null||s===void 0||s.call(i,this.getSlice(e,n-r)),(c=(a=this.cbs).oncommentend)===null||c===void 0||c.call(a),this.startIndex=n+1}oncdata(e,n,r){var i,s,a,c,o,l,h,d,f,g;this.endIndex=n;const p=this.getSlice(e,n-r);!this.htmlMode||this.options.recognizeCDATA?((s=(i=this.cbs).oncdatastart)===null||s===void 0||s.call(i),(c=(a=this.cbs).ontext)===null||c===void 0||c.call(a,p),(l=(o=this.cbs).oncdataend)===null||l===void 0||l.call(o)):((d=(h=this.cbs).oncomment)===null||d===void 0||d.call(h,`[CDATA[${p}]]`),(g=(f=this.cbs).oncommentend)===null||g===void 0||g.call(f)),this.startIndex=n+1}onend(){var e,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=(e=this.cbs).onend)===null||n===void 0||n.call(e)}reset(){var e,n,r,i;(n=(e=this.cbs).onreset)===null||n===void 0||n.call(e),this.tokenizer.reset(),this.tagname="",this.attribname="",this.attribs=null,this.stack.length=0,this.startIndex=0,this.endIndex=0,(i=(r=this.cbs).onparserinit)===null||i===void 0||i.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(e){this.reset(),this.end(e)}getSlice(e,n){for(;e-this.bufferOffset>=this.buffers[0].length;)this.shiftBuffer();let r=this.buffers[0].slice(e-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(e){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(e),this.tokenizer.running&&(this.tokenizer.write(e),this.writeIndex++)}end(e){var n,r;if(this.ended){(r=(n=this.cbs).onerror)===null||r===void 0||r.call(n,new Error(".end() after done!"));return}e&&this.write(e),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(e){this.write(e)}done(e){this.end(e)}}function Xh(t,e){const n=new Lo(void 0,e);return new Yh(n,e).end(t),n.root}const Kh=Hh(uh(Xh),fe),tu=Kh(""),Pn=t=>{var e;return(e=tu.parseHTML(t))!=null?e:[]};var eu=Object.defineProperty,ns=Object.getOwnPropertySymbols,nu=Object.prototype.hasOwnProperty,ru=Object.prototype.propertyIsEnumerable,rs=(t,e,n)=>e in t?eu(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n,is=(t,e)=>{for(var n in e||(e={}))nu.call(e,n)&&rs(t,n,e[n]);if(ns)for(var n of ns(e))ru.call(e,n)&&rs(t,n,e[n]);return t},ss=(t,e,n)=>new Promise((r,i)=>{var s=o=>{try{c(n.next(o))}catch(l){i(l)}},a=o=>{try{c(n.throw(o))}catch(l){i(l)}},c=o=>o.done?r(o.value):Promise.resolve(o.value).then(s,a);c((n=n.apply(t,e)).next())});const as=t=>{const e=t.filter(i=>!!i),n=e[0];n&&n.type==="text"&&!n.text.trim()&&e.shift();const r=e[e.length-1];return r&&r.type==="text"&&!r.text.trim()&&e.pop(),e},os=(t,e)=>ss(void 0,[t,e],function*(n,{appendClass:r,transform:i}){if(n.type==="text")return{type:"text",text:n.data.replace(/\r/g,"")};if(n.type==="tag"){const s=Gr.find(([a])=>n.name===a);if(s){const a=Object.fromEntries(n.attributes.filter(({name:h})=>{var d;return["class","style"].includes(h)||((d=s[1])==null?void 0:d.includes(h))}).map(({name:h,value:d})=>[h,d])),c=as(yield Promise.all(n.children.map(h=>os(h,{appendClass:r,transform:i}))));r&&(a.class=a.class?`${a.class} ${n.name}`:n.name);const o=is(is({type:"node",name:n.name},Object.keys(a).length?{attrs:a}:{}),c.length?{children:c}:{}),l=i[n.name];return yield l?l(o):o}}return null}),iu=(t,...e)=>ss(void 0,[t,...e],function*(n,{appendClass:r=!0,transform:i={}}={}){return as(yield Promise.all((Array.isArray(n)?n:Pn(n)).map(s=>os(s,{appendClass:r,transform:i}))))}),cs=t=>(typeof t=="string"?Pn(t)||[]:t).map(e=>e.type==="text"?e.data:"childNodes"in e?cs(e.childNodes):"").join("");export{Js as $App,ya as $Component,ea as $Config,wa as $Page,Gr as ALLOWED_TAGS,ae as Cookie,le as CookieStore,Qt as Emitter,Ye as Headers,Ls as MpError,Jn as Queue,Vt as URLSearchParams,Es as addContact,Ga as check,za as checkAsync,ks as compareVersion,ys as confirm,yo as createRequest,Ds as decodeBase64,ee as dirname,zt as download,z as emitter,Ps as encodeBase64,Ue as exists,zs as funcQueue,Ua as get,Ra as getAsync,se as getCookieScopeDomain,Rn as getCurrentPage,Ts as getCurrentRoute,ie as getDomain,iu as getRichTextNodes,cs as getText,Ve as getUrlInfo,xs as getWindowInfo,Sr as isDir,ka as isFile,Zn as isFunction,Oe as isMp,qe as isQQ,Hn as isWx,Hs as lock,Z as logger,Ia as ls,ne as mkdir,ft as normalizeDomain,Gs as once,Is as openDocument,Je as parseCookieHeader,Pn as parseHTML,Cr as parseUrl,ja as put,Wn as query,Na as readFile,qa as readJSON,Va as remove,Ha as removeAsync,Vn as reportNetworkStatus,Rr as request,Ke as requestCookieStore,ws as retry,Ta as rm,Ns as saveDocument,Oa as saveFile,Pa as saveOnlineFile,qs as savePhoto,Ba as set,Fa as setAsync,Ct as showModal,P as showToast,re as storage,Ma as take,Qn as type,La as unzip,Os as updateApp,B as wrapFunction,bs as writeClipboard,Da as writeFile,_a 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])"},Ti={};function il(t,e){return t===w.falseFunc?w.falseFunc:n=>e.isTag(n)&&t(n)}function Ii(t,e){const n=e.getSiblings(t);if(n.length<=1)return[];const r=n.indexOf(t);return r<0||r===n.length-1?[]:n.slice(r+1).filter(e.isTag)}function An(t){return{xmlMode:!!t.xmlMode,lowerCaseAttributeNames:!!t.lowerCaseAttributeNames,lowerCaseTags:!!t.lowerCaseTags,quirksMode:!!t.quirksMode,cacheResults:!!t.cacheResults,pseudos:t.pseudos,adapter:t.adapter,equals:t.equals}}const Sn=(t,e,n,r,i)=>{const s=i(e,An(n),r);return s===w.trueFunc?t:s===w.falseFunc?w.falseFunc:a=>s(a)&&t(a)},$n={is:Sn,matches:Sn,where:Sn,not(t,e,n,r,i){const s=i(e,An(n),r);return s===w.falseFunc?t:s===w.trueFunc?w.falseFunc:a=>!s(a)&&t(a)},has(t,e,n,r,i){const{adapter:s}=n,a=An(n);a.relativeSelector=!0;const c=e.some(h=>h.some(wn))?[Ti]:void 0,o=i(e,a,c);if(o===w.falseFunc)return w.falseFunc;const l=il(o,s);if(c&&o!==w.trueFunc){const{shouldTestNextSiblings:h=!1}=o;return d=>{if(!t(d))return!1;c[0]=d;const f=s.getChildren(d),g=h?[...f,...Ii(d,s)]:f;return s.existsOne(l,g)}}return h=>t(h)&&s.existsOne(l,s.getChildren(h))}};function sl(t,e,n,r,i){var s;const{name:a,data:c}=e;if(Array.isArray(c)){if(!(a in $n))throw new Error(`Unknown pseudo-class :${a}(${c})`);return $n[a](t,c,n,r,i)}const o=(s=n.pseudos)===null||s===void 0?void 0:s[a],l=typeof o=="string"?o:rl[a];if(typeof l=="string"){if(c!=null)throw new Error(`Pseudo ${a} doesn't have any arguments`);const h=$e(l);return $n.is(t,h,n,r,i)}if(typeof o=="function")return ki(o,a,c,1),h=>o(h,c)&&t(h);if(a in xn)return xn[a](t,c,n,r);if(a in Ei){const h=Ei[a];return ki(h,a,c,2),d=>h(d,n,c)&&t(d)}throw new Error(`Unknown pseudo-class :${a}`)}function Cn(t,e){const n=e.getParent(t);return n&&e.isTag(n)?n:null}function al(t,e,n,r,i){const{adapter:s,equals:a}=n;switch(e.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(e.namespace!=null)throw new Error("Namespaced attributes are not yet supported by css-select");return(!n.xmlMode||n.lowerCaseAttributeNames)&&(e.name=e.name.toLowerCase()),Xc[e.action](t,e,n)}case m.Pseudo:return sl(t,e,n,r,i);case m.Tag:{if(e.namespace!=null)throw new Error("Namespaced tag names are not yet supported by css-select");let{name:c}=e;return(!n.xmlMode||n.lowerCaseTags)&&(c=c.toLowerCase()),function(o){return s.getName(o)===c&&t(o)}}case m.Descendant:{if(n.cacheResults===!1||typeof WeakSet=="undefined")return function(o){let l=o;for(;l=Cn(l,s);)if(t(l))return!0;return!1};const c=new WeakSet;return function(o){let l=o;for(;l=Cn(l,s);)if(!c.has(l)){if(s.isTag(l)&&t(l))return!0;c.add(l)}return!1}}case"_flexibleDescendant":return function(c){let o=c;do if(t(o))return!0;while(o=Cn(o,s));return!1};case m.Parent:return function(c){return s.getChildren(c).some(o=>s.isTag(o)&&t(o))};case m.Child:return function(c){const o=s.getParent(c);return o!=null&&s.isTag(o)&&t(o)};case m.Sibling:return function(c){const o=s.getSiblings(c);for(let l=0;l<o.length;l++){const h=o[l];if(a(c,h))break;if(s.isTag(h)&&t(h))return!0}return!1};case m.Adjacent:return s.prevElementSibling?function(c){const o=s.prevElementSibling(c);return o!=null&&t(o)}:function(c){const o=s.getSiblings(c);let l;for(let h=0;h<o.length;h++){const d=o[h];if(a(c,d))break;s.isTag(d)&&(l=d)}return!!l&&t(l)};case m.Universal:{if(e.namespace!=null&&e.namespace!=="*")throw new Error("Namespaced universal selectors are not yet supported by css-select");return t}}}function Ni(t){return t.type===m.Pseudo&&(t.name==="scope"||Array.isArray(t.data)&&t.data.some(e=>e.some(Ni)))}const ol={type:m.Descendant},cl={type:"_flexibleDescendant"},ll={type:m.Pseudo,name:"scope",data:null};function hl(t,{adapter:e},n){const r=!!(n!=null&&n.every(i=>{const s=e.isTag(i)&&e.getParent(i);return i===Ti||s&&e.isTag(s)}));for(const i of t){if(!(i.length>0&&wn(i[0])&&i[0].type!==m.Descendant))if(r&&!i.some(Ni))i.unshift(ol);else continue;i.unshift(ll)}}function qi(t,e,n){var r;t.forEach(Zc),n=(r=e.context)!==null&&r!==void 0?r:n;const i=Array.isArray(n),s=n&&(Array.isArray(n)?n:[n]);if(e.relativeSelector!==!1)hl(t,e,s);else if(t.some(o=>o.length>0&&wn(o[0])))throw new Error("Relative selectors are not allowed when the `relativeSelector` option is disabled");let a=!1;const c=t.map(o=>{if(o.length>=2){const[l,h]=o;l.type!==m.Pseudo||l.name!=="scope"||(i&&h.type===m.Descendant?o[1]=cl:(h.type===m.Adjacent||h.type===m.Sibling)&&(a=!0))}return ul(o,e,s)}).reduce(dl,w.falseFunc);return c.shouldTestNextSiblings=a,c}function ul(t,e,n){var r;return t.reduce((i,s)=>i===w.falseFunc?w.falseFunc:al(i,s,e,n,qi),(r=e.rootFunc)!==null&&r!==void 0?r:w.trueFunc)}function dl(t,e){return e===w.falseFunc||t===w.trueFunc?t:t===w.falseFunc||e===w.trueFunc?e:function(n){return t(n)||e(n)}}const Oi=(t,e)=>t===e,fl={adapter:ve,equals:Oi};function pl(t){var e,n,r,i;const s=t!=null?t:fl;return(e=s.adapter)!==null&&e!==void 0||(s.adapter=ve),(n=s.equals)!==null&&n!==void 0||(s.equals=(i=(r=s.adapter)===null||r===void 0?void 0:r.equals)!==null&&i!==void 0?i:Oi),s}function gl(t){return function(e,n,r){const i=pl(n);return t(e,i,r)}}const En=gl(qi);function Pi(t,e,n=!1){return n&&(t=ml(t,e)),Array.isArray(t)?e.removeSubsets(t):e.getChildren(t)}function ml(t,e){const n=Array.isArray(t)?t.slice(0):[t],r=n.length;for(let i=0;i<r;i++){const s=Ii(n[i],e);n.push(...s)}return n}const bl=new Set(["first","last","eq","gt","nth","lt","even","odd"]);function Te(t){return t.type!=="pseudo"?!1:bl.has(t.name)?!0:t.name==="not"&&Array.isArray(t.data)?t.data.some(e=>e.some(Te)):!1}function yl(t,e,n){const r=e!=null?parseInt(e,10):NaN;switch(t){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 wl(t){for(;t.parent;)t=t.parent;return t}function kn(t){const e=[],n=[];for(const r of t)r.some(Te)?e.push(r):n.push(r);return[n,e]}const xl={type:m.Universal,namespace:null},vl={type:m.Pseudo,name:"scope",data:null};function Di(t,e,n={}){return _i([t],e,n)}function _i(t,e,n={}){if(typeof e=="function")return t.some(e);const[r,i]=kn($e(e));return r.length>0&&t.some(En(r,n))||i.some(s=>Mi(s,t,n).length>0)}function Al(t,e,n,r){const i=typeof n=="string"?parseInt(n,10):NaN;switch(t){case"first":case"lt":return e;case"last":return e.length>0?[e[e.length-1]]:e;case"nth":case"eq":return isFinite(i)&&Math.abs(i)<e.length?[i<0?e[e.length+i]:e[i]]:[];case"gt":return isFinite(i)?e.slice(i+1):[];case"even":return e.filter((s,a)=>a%2===0);case"odd":return e.filter((s,a)=>a%2===1);case"not":{const s=new Set(Li(n,e,r));return e.filter(a=>!s.has(a))}}}function ji(t,e,n={}){return Li($e(t),e,n)}function Li(t,e,n){if(e.length===0)return[];const[r,i]=kn(t);let s;if(r.length){const a=In(e,r,n);if(i.length===0)return a;a.length&&(s=new Set(a))}for(let a=0;a<i.length&&(s==null?void 0:s.size)!==e.length;a++){const c=i[a];if((s?e.filter(l=>y(l)&&!s.has(l)):e).length===0)break;const o=Mi(c,e,n);if(o.length)if(s)o.forEach(l=>s.add(l));else{if(a===i.length-1)return o;s=new Set(o)}}return typeof s!="undefined"?s.size===e.length?e:e.filter(a=>s.has(a)):[]}function Mi(t,e,n){var r;if(t.some(Mt)){const i=(r=n.root)!==null&&r!==void 0?r:wl(e[0]),s=mt(_({},n),{context:e,relativeSelector:!1});return t.push(vl),Ie(i,t,s,!0,e.length)}return Ie(e,t,n,!1,e.length)}function Sl(t,e,n={},r=1/0){if(typeof t=="function")return Bi(e,t);const[i,s]=kn($e(t)),a=s.map(c=>Ie(e,c,n,!0,r));return i.length&&a.push(Tn(e,i,n,r)),a.length===0?[]:a.length===1?a[0]:wt(a.reduce((c,o)=>[...c,...o]))}function Ie(t,e,n,r,i){const s=e.findIndex(Te),a=e.slice(0,s),c=e[s],o=e.length-1===s?i:1/0,l=yl(c.name,c.data,o);if(l===0)return[];const h=(a.length===0&&!Array.isArray(t)?be(t).filter(y):a.length===0?(Array.isArray(t)?t:[t]).filter(y):r||a.some(Mt)?Tn(t,[a],n,l):In(t,[a],n)).slice(0,l);let d=Al(c.name,h,c.data,n);if(d.length===0||e.length===s+1)return d;const f=e.slice(s+1),g=f.some(Mt);if(g){if(Mt(f[0])){const{type:p}=f[0];(p===m.Sibling||p===m.Adjacent)&&(d=Pi(d,ve,!0)),f.unshift(xl)}n=mt(_({},n),{relativeSelector:!1,rootFunc:p=>d.includes(p)})}else n.rootFunc&&n.rootFunc!==Ce.trueFunc&&(n=mt(_({},n),{rootFunc:Ce.trueFunc}));return f.some(Te)?Ie(d,f,n,!1,i):g?Tn(d,[f],n,i):In(d,[f],n)}function Tn(t,e,n,r){const i=En(e,n,t);return Bi(t,i,r)}function Bi(t,e,n=1/0){const r=Pi(t,ve,e.shouldTestNextSiblings);return dn(i=>y(i)&&e(i),r,!0,n)}function In(t,e,n){const r=(Array.isArray(t)?t:[t]).filter(y);if(r.length===0)return r;const i=En(e,n);return i===Ce.trueFunc?r:r.filter(i)}const $l=/^\s*[+~]/;function Cl(t){if(!t)return this._make([]);if(typeof t!="string"){const e=W(t)?t.toArray():[t],n=this.toArray();return this._make(e.filter(r=>n.some(i=>hi(i,r))))}return this._findBySelector(t,Number.POSITIVE_INFINITY)}function El(t,e){var n;const r=this.toArray(),i=$l.test(t)?r:this.children().toArray(),s={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(Sl(t,i,s,e))}function Nn(t){return function(e,...n){return function(r){var i;let s=t(e,this);return r&&(s=Pn(s,r,this.options.xmlMode,(i=this._root)===null||i===void 0?void 0:i[0])),this._make(this.length>1&&s.length>1?n.reduce((a,c)=>c(a),s):s)}}}const Ft=Nn((t,e)=>{let n=[];for(let r=0;r<e.length;r++){const i=t(e[r]);i.length>0&&(n=n.concat(i))}return n}),qn=Nn((t,e)=>{const n=[];for(let r=0;r<e.length;r++){const i=t(e[r]);i!==null&&n.push(i)}return n});function On(t,...e){let n=null;const r=Nn((i,s)=>{const a=[];return S(s,c=>{for(let o;(o=i(c))&&!(n!=null&&n(o,a.length));c=o)a.push(o)}),a})(t,...e);return function(i,s){n=typeof i=="string"?c=>Di(c,i,this.options):i?Ut(i):null;const a=r.call(this,s);return n=null,a}}function vt(t){return t.length>1?Array.from(new Set(t)):t}const kl=qn(({parent:t})=>t&&!st(t)?t:null,vt),Tl=Ft(t=>{const e=[];for(;t.parent&&!st(t.parent);)e.push(t.parent),t=t.parent;return e},wt,t=>t.reverse()),Il=On(({parent:t})=>t&&!st(t)?t:null,wt,t=>t.reverse());function Nl(t){var e;const n=[];if(!t)return this._make(n);const r={xmlMode:this.options.xmlMode,root:(e=this._root)===null||e===void 0?void 0:e[0]},i=typeof t=="string"?s=>Di(s,t,r):Ut(t);return S(this,s=>{for(s&&!st(s)&&!y(s)&&(s=s.parent);s&&y(s);){if(i(s,0)){n.includes(s)||n.push(s);break}s=s.parent}}),this._make(n)}const ql=qn(t=>hn(t)),Ol=Ft(t=>{const e=[];for(;t.next;)t=t.next,y(t)&&e.push(t);return e},vt),Pl=On(t=>hn(t),vt),Dl=qn(t=>un(t)),_l=Ft(t=>{const e=[];for(;t.prev;)t=t.prev,y(t)&&e.push(t);return e},vt),jl=On(t=>un(t),vt),Ll=Ft(t=>ri(t).filter(e=>y(e)&&e!==t),wt),Ml=Ft(t=>be(t).filter(y),vt);function Bl(){const t=this.toArray().reduce((e,n)=>E(n)?e.concat(n.children):e,[]);return this._make(t)}function Fl(t){let e=0;const n=this.length;for(;e<n&&t.call(this[e],e,this[e])!==!1;)++e;return this}function Ul(t){let e=[];for(let n=0;n<this.length;n++){const r=this[n],i=t.call(r,n,r);i!=null&&(e=e.concat(i))}return this._make(e)}function Ut(t){return typeof t=="function"?(e,n)=>t.call(e,n,e):W(t)?e=>Array.prototype.includes.call(t,e):function(e){return t===e}}function Rl(t){var e;return this._make(Pn(this.toArray(),t,this.options.xmlMode,(e=this._root)===null||e===void 0?void 0:e[0]))}function Pn(t,e,n,r){return typeof e=="string"?ji(e,t,{xmlMode:n,root:r}):t.filter(Ut(e))}function Vl(t){const e=this.toArray();return typeof t=="string"?_i(e.filter(y),t,this.options):t?e.some(Ut(t)):!1}function Hl(t){let e=this.toArray();if(typeof t=="string"){const n=new Set(ji(t,e,this.options));e=e.filter(r=>!n.has(r))}else{const n=Ut(t);e=e.filter((r,i)=>!n(r,i))}return this._make(e)}function Gl(t){return this.filter(typeof t=="string"?`:has(${t})`:(e,n)=>this._make(n).find(t).length>0)}function zl(){return this.length>1?this._make(this[0]):this}function Wl(){return this.length>0?this._make(this[this.length-1]):this}function Ql(t){var e;return t=+t,t===0&&this.length<=1?this:(t<0&&(t=this.length+t),this._make((e=this[t])!==null&&e!==void 0?e:[]))}function Zl(t){return t==null?this.toArray():this[t<0?this.length+t:t]}function Jl(){return Array.prototype.slice.call(this)}function Yl(t){let e,n;return t==null?(e=this.parent().children(),n=this[0]):typeof t=="string"?(e=this._make(t),n=this[0]):(e=this,n=W(t)?t[0]:t),Array.prototype.indexOf.call(e,n)}function Xl(t,e){return this._make(Array.prototype.slice.call(this,t,e))}function Kl(){var t;return(t=this.prevObject)!==null&&t!==void 0?t:this._make([])}function th(t,e){const n=this._make(t,e),r=wt([...this.get(),...n.get()]);return this._make(r)}function eh(t){return this.prevObject?this.add(t?this.prevObject.filter(t):this.prevObject):this}var nh=Object.freeze({__proto__:null,_findBySelector:El,add:th,addBack:eh,children:Ml,closest:Nl,contents:Bl,each:Fl,end:Kl,eq:Ql,filter:Rl,filterArray:Pn,find:Cl,first:zl,get:Zl,has:Gl,index:Yl,is:Vl,last:Wl,map:Ul,next:ql,nextAll:Ol,nextUntil:Pl,not:Hl,parent:kl,parents:Tl,parentsUntil:Il,prev:Dl,prevAll:_l,prevUntil:jl,siblings:Ll,slice:Xl,toArray:Jl});function rh(t){return function(e,n,r,i){if(typeof Buffer!="undefined"&&Buffer.isBuffer(e)&&(e=e.toString()),typeof e=="string")return t(e,n,r,i);const s=e;if(!Array.isArray(s)&&st(s))return s;const a=new Pt([]);return lt(s,a),a}}function lt(t,e){const n=Array.isArray(t)?t:[t];e?e.children=n:e=null;for(let r=0;r<n.length;r++){const i=n[r];i.parent&&i.parent.children!==n&&at(i),e?(i.prev=n[r-1]||null,i.next=n[r+1]||null):i.prev=i.next=null,i.parent=e}return e}function ih(t,e){if(t==null)return[];if(typeof t=="string")return this._parse(t,this.options,!1,null).children.slice(0);if("length"in t){if(t.length===1)return this._makeDomArray(t[0],e);const n=[];for(let r=0;r<t.length;r++){const i=t[r];if(typeof i=="object"){if(i==null)continue;if(!("length"in i)){n.push(e?Dt(i,!0):i);continue}}n.push(...this._makeDomArray(i,e))}return n}return[e?Dt(t,!0):t]}function Fi(t){return function(...e){const n=this.length-1;return S(this,(r,i)=>{if(!E(r))return;const s=typeof e[0]=="function"?e[0].call(r,i,this._render(r.children)):e,a=this._makeDomArray(s,i<n);t(a,r.children,r)})}}function K(t,e,n,r,i){var s,a;const c=[e,n,...r],o=e===0?null:t[e-1],l=e+n>=t.length?null:t[e+n];for(let h=0;h<r.length;++h){const d=r[h],f=d.parent;if(f){const g=f.children.indexOf(d);g>-1&&(f.children.splice(g,1),i===f&&e>g&&c[0]--)}d.parent=i,d.prev&&(d.prev.next=(s=d.next)!==null&&s!==void 0?s:null),d.next&&(d.next.prev=(a=d.prev)!==null&&a!==void 0?a:null),d.prev=h===0?o:r[h-1],d.next=h===r.length-1?l:r[h+1]}return o&&(o.next=r[0]),l&&(l.prev=r[r.length-1]),t.splice(...c)}function sh(t){return(W(t)?t:this._make(t)).append(this),this}function ah(t){return(W(t)?t:this._make(t)).prepend(this),this}const oh=Fi((t,e,n)=>{K(e,e.length,0,t,n)}),ch=Fi((t,e,n)=>{K(e,0,0,t,n)});function Ui(t){return function(e){const n=this.length-1,r=this.parents().last();for(let i=0;i<this.length;i++){const s=this[i],a=typeof e=="function"?e.call(s,i,s):typeof e=="string"&&!pn(e)?r.find(e).clone():e,[c]=this._makeDomArray(a,i<n);if(!c||!E(c))continue;let o=c,l=0;for(;l<o.children.length;){const h=o.children[l];y(h)?(o=h,l=0):l++}t(s,o,[c])}return this}}const lh=Ui((t,e,n)=>{const{parent:r}=t;if(!r)return;const i=r.children,s=i.indexOf(t);lt([t],e),K(i,s,0,n,r)}),hh=Ui((t,e,n)=>{E(t)&&(lt(t.children,e),lt(n,t))});function uh(t){return this.parent(t).not("body").each((e,n)=>{this._make(n).replaceWith(n.children)}),this}function dh(t){const e=this[0];if(e){const n=this._make(typeof t=="function"?t.call(e,0,e):t).insertBefore(e);let r;for(let s=0;s<n.length;s++)n[s].type==="tag"&&(r=n[s]);let i=0;for(;r&&i<r.children.length;){const s=r.children[i];s.type==="tag"?(r=s,i=0):i++}r&&this._make(r).append(this)}return this}function fh(...t){const e=this.length-1;return S(this,(n,r)=>{if(!E(n)||!n.parent)return;const i=n.parent.children,s=i.indexOf(n);if(s<0)return;const a=typeof t[0]=="function"?t[0].call(n,r,this._render(n.children)):t,c=this._makeDomArray(a,r<e);K(i,s+1,0,c,n.parent)})}function ph(t){typeof t=="string"&&(t=this._make(t)),this.remove();const e=[];for(const n of this._makeDomArray(t)){const r=this.clone().toArray(),{parent:i}=n;if(!i)continue;const s=i.children,a=s.indexOf(n);a<0||(K(s,a+1,0,r,i),e.push(...r))}return this._make(e)}function gh(...t){const e=this.length-1;return S(this,(n,r)=>{if(!E(n)||!n.parent)return;const i=n.parent.children,s=i.indexOf(n);if(s<0)return;const a=typeof t[0]=="function"?t[0].call(n,r,this._render(n.children)):t,c=this._makeDomArray(a,r<e);K(i,s,0,c,n.parent)})}function mh(t){const e=this._make(t);this.remove();const n=[];return S(e,r=>{const i=this.clone().toArray(),{parent:s}=r;if(!s)return;const a=s.children,c=a.indexOf(r);c<0||(K(a,c,0,i,s),n.push(...i))}),this._make(n)}function bh(t){const e=t?this.filter(t):this;return S(e,n=>{at(n),n.prev=n.next=n.parent=null}),this}function yh(t){return S(this,(e,n)=>{const{parent:r}=e;if(!r)return;const i=r.children,s=typeof t=="function"?t.call(e,n,e):t,a=this._makeDomArray(s);lt(a,null);const c=i.indexOf(e);K(i,c,1,a,r),a.includes(e)||(e.parent=e.prev=e.next=null)})}function wh(){return S(this,t=>{if(E(t)){for(const e of t.children)e.next=e.prev=e.parent=null;t.children.length=0}})}function xh(t){if(t===void 0){const e=this[0];return!e||!E(e)?null:this._render(e.children)}return S(this,e=>{if(!E(e))return;for(const r of e.children)r.next=r.prev=r.parent=null;const n=W(t)?t.toArray():this._parse(`${t}`,this.options,!1,e).children;lt(n,e)})}function vh(){return this._render(this)}function Ah(t){return t===void 0?_t(this):typeof t=="function"?S(this,(e,n)=>this._make(e).text(t.call(e,n,_t([e])))):S(this,e=>{if(!E(e))return;for(const r of e.children)r.next=r.prev=r.parent=null;const n=new de(`${t}`);lt(n,e)})}function Sh(){const t=Array.prototype.map.call(this.get(),n=>Dt(n,!0)),e=new Pt(t);for(const n of t)n.parent=e;return this._make(t)}var $h=Object.freeze({__proto__:null,_makeDomArray:ih,after:fh,append:oh,appendTo:sh,before:gh,clone:Sh,empty:wh,html:xh,insertAfter:ph,insertBefore:mh,prepend:ch,prependTo:ah,remove:bh,replaceWith:yh,text:Ah,toString:vh,unwrap:uh,wrap:lh,wrapAll:dh,wrapInner:hh});function Ch(t,e){if(t!=null&&e!=null||typeof t=="object"&&!Array.isArray(t))return S(this,(n,r)=>{y(n)&&Ri(n,t,e,r)});if(this.length!==0)return Vi(this[0],t)}function Ri(t,e,n,r){if(typeof e=="string"){const i=Vi(t),s=typeof n=="function"?n.call(t,r,i[e]):n;s===""?delete i[e]:s!=null&&(i[e]=s),t.attribs.style=Eh(i)}else if(typeof e=="object"){const i=Object.keys(e);for(let s=0;s<i.length;s++){const a=i[s];Ri(t,a,e[a],s)}}}function Vi(t,e){if(!t||!y(t))return;const n=kh(t.attribs.style);if(typeof e=="string")return n[e];if(Array.isArray(e)){const r={};for(const i of e)n[i]!=null&&(r[i]=n[i]);return r}return n}function Eh(t){return Object.keys(t).reduce((e,n)=>`${e}${e?" ":""}${n}: ${t[n]};`,"")}function kh(t){if(t=(t||"").trim(),!t)return{};const e={};let n;for(const r of t.split(";")){const i=r.indexOf(":");if(i<1||i===r.length-1){const s=r.trimEnd();s.length>0&&n!==void 0&&(e[n]+=`;${s}`)}else n=r.slice(0,i).trim(),e[n]=r.slice(i+1).trim()}return e}var Th=Object.freeze({__proto__:null,css:Ch});const Hi="input,select,textarea,keygen",Ih=/%20/g,Gi=/\r?\n/g;function Nh(){return this.serializeArray().map(t=>`${encodeURIComponent(t.name)}=${encodeURIComponent(t.value)}`).join("&").replace(Ih,"+")}function qh(){return this.map((t,e)=>{const n=this._make(e);return y(e)&&e.name==="form"?n.find(Hi).toArray():n.filter(Hi).toArray()}).filter('[name!=""]:enabled:not(:submit, :button, :image, :reset, :file):matches([checked], :not(:checkbox, :radio))').map((t,e)=>{var n;const r=this._make(e),i=r.attr("name"),s=(n=r.val())!==null&&n!==void 0?n:"";return Array.isArray(s)?s.map(a=>({name:i,value:a.replace(Gi,`\r
11
+ `)})):{name:i,value:s.replace(Gi,`\r
12
+ `)}}).toArray()}var Oh=Object.freeze({__proto__:null,serialize:Nh,serializeArray:qh});function Ph(t){var e;return typeof t=="string"?{selector:t,value:"textContent"}:{selector:t.selector,value:(e=t.value)!==null&&e!==void 0?e:"textContent"}}function Dh(t){const e={};for(const n in t){const r=t[n],i=Array.isArray(r),{selector:s,value:a}=Ph(i?r[0]:r),c=typeof a=="function"?a:typeof a=="string"?o=>this._make(o).prop(a):o=>this._make(o).extract(a);if(i)e[n]=this._findBySelector(s,Number.POSITIVE_INFINITY).map((o,l)=>c(l,n,e)).get();else{const o=this._findBySelector(s,1);e[n]=o.length>0?c(o[0],n,e):void 0}}return e}var _h=Object.freeze({__proto__:null,extract:Dh});class Rt{constructor(e,n,r){if(this.length=0,this.options=r,this._root=n,e){for(let i=0;i<e.length;i++)this[i]=e[i];this.length=e.length}}}Rt.prototype.cheerio="[cheerio object]",Rt.prototype.splice=Array.prototype.splice,Rt.prototype[Symbol.iterator]=Array.prototype[Symbol.iterator],Object.assign(Rt.prototype,Uc,nh,$h,Th,Oh,_h);function jh(t,e){return function n(r,i,s=!0){if(r==null)throw new Error("cheerio.load() expects a string");const a=en(i),c=t(r,a,s,null);class o extends Rt{_make(d,f){const g=l(d,f);return g.prevObject=this,g}_parse(d,f,g,p){return t(d,f,g,p)}_render(d){return e(d,this.options)}}function l(h,d,f=c,g){if(h&&W(h))return h;const p=en(g,a),A=typeof f=="string"?[t(f,p,!1,null)]:"length"in f?f:[f],$=W(A)?A:new o(A,null,p);if($._root=$,!h)return new o(void 0,$,p);const ht=typeof h=="string"&&pn(h)?t(h,p,!1,null).children:Lh(h)?[h]:Array.isArray(h)?h:void 0,ut=new o(ht,$,p);if(ht)return ut;if(typeof h!="string")throw new TypeError("Unexpected type of selector");let St=h;const $t=d?typeof d=="string"?pn(d)?new o([t(d,p,!1,null)],$,p):(St=`${d} ${St}`,$):W(d)?d:new o(Array.isArray(d)?d:[d],$,p):$;return $t?$t.find(St):ut}return Object.assign(l,Ic,{load:n,_root:c,_options:a,fn:o.prototype,prototype:o.prototype}),l}}function Lh(t){return!!t.name||t.type==="root"||t.type==="text"||t.type==="comment"}var b;(function(t){t[t.Tab=9]="Tab",t[t.NewLine=10]="NewLine",t[t.FormFeed=12]="FormFeed",t[t.CarriageReturn=13]="CarriageReturn",t[t.Space=32]="Space",t[t.ExclamationMark=33]="ExclamationMark",t[t.Number=35]="Number",t[t.Amp=38]="Amp",t[t.SingleQuote=39]="SingleQuote",t[t.DoubleQuote=34]="DoubleQuote",t[t.Dash=45]="Dash",t[t.Slash=47]="Slash",t[t.Zero=48]="Zero",t[t.Nine=57]="Nine",t[t.Semi=59]="Semi",t[t.Lt=60]="Lt",t[t.Eq=61]="Eq",t[t.Gt=62]="Gt",t[t.Questionmark=63]="Questionmark",t[t.UpperA=65]="UpperA",t[t.LowerA=97]="LowerA",t[t.UpperF=70]="UpperF",t[t.LowerF=102]="LowerF",t[t.UpperZ=90]="UpperZ",t[t.LowerZ=122]="LowerZ",t[t.LowerX=120]="LowerX",t[t.OpeningSquareBracket=91]="OpeningSquareBracket"})(b||(b={}));var u;(function(t){t[t.Text=1]="Text",t[t.BeforeTagName=2]="BeforeTagName",t[t.InTagName=3]="InTagName",t[t.InSelfClosingTag=4]="InSelfClosingTag",t[t.BeforeClosingTagName=5]="BeforeClosingTagName",t[t.InClosingTagName=6]="InClosingTagName",t[t.AfterClosingTagName=7]="AfterClosingTagName",t[t.BeforeAttributeName=8]="BeforeAttributeName",t[t.InAttributeName=9]="InAttributeName",t[t.AfterAttributeName=10]="AfterAttributeName",t[t.BeforeAttributeValue=11]="BeforeAttributeValue",t[t.InAttributeValueDq=12]="InAttributeValueDq",t[t.InAttributeValueSq=13]="InAttributeValueSq",t[t.InAttributeValueNq=14]="InAttributeValueNq",t[t.BeforeDeclaration=15]="BeforeDeclaration",t[t.InDeclaration=16]="InDeclaration",t[t.InProcessingInstruction=17]="InProcessingInstruction",t[t.BeforeComment=18]="BeforeComment",t[t.CDATASequence=19]="CDATASequence",t[t.InSpecialComment=20]="InSpecialComment",t[t.InCommentLike=21]="InCommentLike",t[t.BeforeSpecialS=22]="BeforeSpecialS",t[t.BeforeSpecialT=23]="BeforeSpecialT",t[t.SpecialStartSequence=24]="SpecialStartSequence",t[t.InSpecialTag=25]="InSpecialTag",t[t.InEntity=26]="InEntity"})(u||(u={}));function Q(t){return t===b.Space||t===b.NewLine||t===b.Tab||t===b.FormFeed||t===b.CarriageReturn}function Ne(t){return t===b.Slash||t===b.Gt||Q(t)}function Mh(t){return t>=b.LowerA&&t<=b.LowerZ||t>=b.UpperA&&t<=b.UpperZ}var V;(function(t){t[t.NoValue=0]="NoValue",t[t.Unquoted=1]="Unquoted",t[t.Single=2]="Single",t[t.Double=3]="Double"})(V||(V={}));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 Bh{constructor({xmlMode:e=!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=e,this.decodeEntities=n,this.entityDecoder=new Zr(e?Qr:Wr,(i,s)=>this.emitCodePoint(i,s))}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(e){this.offset+=this.buffer.length,this.buffer=e,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(e){e===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&&e===b.Amp&&this.startEntity()}stateSpecialStartSequence(e){const n=this.sequenceIndex===this.currentSequence.length;if(!(n?Ne(e):(e|32)===this.currentSequence[this.sequenceIndex]))this.isSpecial=!1;else if(!n){this.sequenceIndex++;return}this.sequenceIndex=0,this.state=u.InTagName,this.stateInTagName(e)}stateInSpecialTag(e){if(this.sequenceIndex===this.currentSequence.length){if(e===b.Gt||Q(e)){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(e);return}this.sequenceIndex=0}(e|32)===this.currentSequence[this.sequenceIndex]?this.sequenceIndex+=1:this.sequenceIndex===0?this.currentSequence===N.TitleEnd?this.decodeEntities&&e===b.Amp&&this.startEntity():this.fastForwardTo(b.Lt)&&(this.sequenceIndex=1):this.sequenceIndex=+(e===b.Lt)}stateCDATASequence(e){e===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(e))}fastForwardTo(e){for(;++this.index<this.buffer.length+this.offset;)if(this.buffer.charCodeAt(this.index-this.offset)===e)return!0;return this.index=this.buffer.length+this.offset-1,!1}stateInCommentLike(e){e===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):e!==this.currentSequence[this.sequenceIndex-1]&&(this.sequenceIndex=0)}isTagStartChar(e){return this.xmlMode?!Ne(e):Mh(e)}startSpecial(e,n){this.isSpecial=!0,this.currentSequence=e,this.sequenceIndex=n,this.state=u.SpecialStartSequence}stateBeforeTagName(e){if(e===b.ExclamationMark)this.state=u.BeforeDeclaration,this.sectionStart=this.index+1;else if(e===b.Questionmark)this.state=u.InProcessingInstruction,this.sectionStart=this.index+1;else if(this.isTagStartChar(e)){const n=e|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 e===b.Slash?this.state=u.BeforeClosingTagName:(this.state=u.Text,this.stateText(e))}stateInTagName(e){Ne(e)&&(this.cbs.onopentagname(this.sectionStart,this.index),this.sectionStart=-1,this.state=u.BeforeAttributeName,this.stateBeforeAttributeName(e))}stateBeforeClosingTagName(e){Q(e)||(e===b.Gt?this.state=u.Text:(this.state=this.isTagStartChar(e)?u.InClosingTagName:u.InSpecialComment,this.sectionStart=this.index))}stateInClosingTagName(e){(e===b.Gt||Q(e))&&(this.cbs.onclosetag(this.sectionStart,this.index),this.sectionStart=-1,this.state=u.AfterClosingTagName,this.stateAfterClosingTagName(e))}stateAfterClosingTagName(e){(e===b.Gt||this.fastForwardTo(b.Gt))&&(this.state=u.Text,this.sectionStart=this.index+1)}stateBeforeAttributeName(e){e===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):e===b.Slash?this.state=u.InSelfClosingTag:Q(e)||(this.state=u.InAttributeName,this.sectionStart=this.index)}stateInSelfClosingTag(e){e===b.Gt?(this.cbs.onselfclosingtag(this.index),this.state=u.Text,this.sectionStart=this.index+1,this.isSpecial=!1):Q(e)||(this.state=u.BeforeAttributeName,this.stateBeforeAttributeName(e))}stateInAttributeName(e){(e===b.Eq||Ne(e))&&(this.cbs.onattribname(this.sectionStart,this.index),this.sectionStart=this.index,this.state=u.AfterAttributeName,this.stateAfterAttributeName(e))}stateAfterAttributeName(e){e===b.Eq?this.state=u.BeforeAttributeValue:e===b.Slash||e===b.Gt?(this.cbs.onattribend(V.NoValue,this.sectionStart),this.sectionStart=-1,this.state=u.BeforeAttributeName,this.stateBeforeAttributeName(e)):Q(e)||(this.cbs.onattribend(V.NoValue,this.sectionStart),this.state=u.InAttributeName,this.sectionStart=this.index)}stateBeforeAttributeValue(e){e===b.DoubleQuote?(this.state=u.InAttributeValueDq,this.sectionStart=this.index+1):e===b.SingleQuote?(this.state=u.InAttributeValueSq,this.sectionStart=this.index+1):Q(e)||(this.sectionStart=this.index,this.state=u.InAttributeValueNq,this.stateInAttributeValueNoQuotes(e))}handleInAttributeValue(e,n){e===n||!this.decodeEntities&&this.fastForwardTo(n)?(this.cbs.onattribdata(this.sectionStart,this.index),this.sectionStart=-1,this.cbs.onattribend(n===b.DoubleQuote?V.Double:V.Single,this.index+1),this.state=u.BeforeAttributeName):this.decodeEntities&&e===b.Amp&&this.startEntity()}stateInAttributeValueDoubleQuotes(e){this.handleInAttributeValue(e,b.DoubleQuote)}stateInAttributeValueSingleQuotes(e){this.handleInAttributeValue(e,b.SingleQuote)}stateInAttributeValueNoQuotes(e){Q(e)||e===b.Gt?(this.cbs.onattribdata(this.sectionStart,this.index),this.sectionStart=-1,this.cbs.onattribend(V.Unquoted,this.index),this.state=u.BeforeAttributeName,this.stateBeforeAttributeName(e)):this.decodeEntities&&e===b.Amp&&this.startEntity()}stateBeforeDeclaration(e){e===b.OpeningSquareBracket?(this.state=u.CDATASequence,this.sequenceIndex=0):this.state=e===b.Dash?u.BeforeComment:u.InDeclaration}stateInDeclaration(e){(e===b.Gt||this.fastForwardTo(b.Gt))&&(this.cbs.ondeclaration(this.sectionStart,this.index),this.state=u.Text,this.sectionStart=this.index+1)}stateInProcessingInstruction(e){(e===b.Gt||this.fastForwardTo(b.Gt))&&(this.cbs.onprocessinginstruction(this.sectionStart,this.index),this.state=u.Text,this.sectionStart=this.index+1)}stateBeforeComment(e){e===b.Dash?(this.state=u.InCommentLike,this.currentSequence=N.CommentEnd,this.sequenceIndex=2,this.sectionStart=this.index+1):this.state=u.InDeclaration}stateInSpecialComment(e){(e===b.Gt||this.fastForwardTo(b.Gt))&&(this.cbs.oncomment(this.sectionStart,this.index,0),this.state=u.Text,this.sectionStart=this.index+1)}stateBeforeSpecialS(e){const n=e|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(e))}stateBeforeSpecialT(e){const n=e|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(e))}startEntity(){this.baseState=this.state,this.state=u.InEntity,this.entityStart=this.index,this.entityDecoder.startEntity(this.xmlMode?R.Strict:this.baseState===u.Text||this.baseState===u.InSpecialTag?R.Legacy:R.Attribute)}stateInEntity(){const e=this.entityDecoder.write(this.buffer,this.index-this.offset);e>=0?(this.state=this.baseState,e===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 e=this.buffer.charCodeAt(this.index-this.offset);switch(this.state){case u.Text:{this.stateText(e);break}case u.SpecialStartSequence:{this.stateSpecialStartSequence(e);break}case u.InSpecialTag:{this.stateInSpecialTag(e);break}case u.CDATASequence:{this.stateCDATASequence(e);break}case u.InAttributeValueDq:{this.stateInAttributeValueDoubleQuotes(e);break}case u.InAttributeName:{this.stateInAttributeName(e);break}case u.InCommentLike:{this.stateInCommentLike(e);break}case u.InSpecialComment:{this.stateInSpecialComment(e);break}case u.BeforeAttributeName:{this.stateBeforeAttributeName(e);break}case u.InTagName:{this.stateInTagName(e);break}case u.InClosingTagName:{this.stateInClosingTagName(e);break}case u.BeforeTagName:{this.stateBeforeTagName(e);break}case u.AfterAttributeName:{this.stateAfterAttributeName(e);break}case u.InAttributeValueSq:{this.stateInAttributeValueSingleQuotes(e);break}case u.BeforeAttributeValue:{this.stateBeforeAttributeValue(e);break}case u.BeforeClosingTagName:{this.stateBeforeClosingTagName(e);break}case u.AfterClosingTagName:{this.stateAfterClosingTagName(e);break}case u.BeforeSpecialS:{this.stateBeforeSpecialS(e);break}case u.BeforeSpecialT:{this.stateBeforeSpecialT(e);break}case u.InAttributeValueNq:{this.stateInAttributeValueNoQuotes(e);break}case u.InSelfClosingTag:{this.stateInSelfClosingTag(e);break}case u.InDeclaration:{this.stateInDeclaration(e);break}case u.BeforeDeclaration:{this.stateBeforeDeclaration(e);break}case u.BeforeComment:{this.stateBeforeComment(e);break}case u.InProcessingInstruction:{this.stateInProcessingInstruction(e);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 e=this.buffer.length+this.offset;this.sectionStart>=e||(this.state===u.InCommentLike?this.currentSequence===N.CdataEnd?this.cbs.oncdata(this.sectionStart,e,0):this.cbs.oncomment(this.sectionStart,e,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,e))}emitCodePoint(e,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(e)):(this.sectionStart<this.entityStart&&this.cbs.ontext(this.sectionStart,this.entityStart),this.sectionStart=this.entityStart+n,this.index=this.sectionStart-1,this.cbs.ontextentity(e,this.sectionStart))}}const At=new Set(["input","option","optgroup","select","button","datalist","textarea"]),v=new Set(["p"]),zi=new Set(["thead","tbody"]),Wi=new Set(["dd","dt"]),Qi=new Set(["rt","rp"]),Fh=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",v],["h1",v],["h2",v],["h3",v],["h4",v],["h5",v],["h6",v],["select",At],["input",At],["output",At],["button",At],["datalist",At],["textarea",At],["option",new Set(["option"])],["optgroup",new Set(["optgroup","option"])],["dd",Wi],["dt",Wi],["address",v],["article",v],["aside",v],["blockquote",v],["details",v],["div",v],["dl",v],["fieldset",v],["figcaption",v],["figure",v],["footer",v],["form",v],["header",v],["hr",v],["main",v],["nav",v],["ol",v],["pre",v],["section",v],["table",v],["ul",v],["rt",Qi],["rp",Qi],["tbody",zi],["tfoot",zi]]),Uh=new Set(["area","base","basefont","br","col","command","embed","frame","hr","img","input","isindex","keygen","link","meta","param","source","track","wbr"]),Zi=new Set(["math","svg"]),Ji=new Set(["mi","mo","mn","ms","mtext","annotation-xml","foreignobject","desc","title"]),Rh=/\s|\//;class Vh{constructor(e,n={}){var r,i,s,a,c,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=e!=null?e:{},this.htmlMode=!this.options.xmlMode,this.lowerCaseTagNames=(r=n.lowerCaseTags)!==null&&r!==void 0?r:this.htmlMode,this.lowerCaseAttributeNames=(i=n.lowerCaseAttributeNames)!==null&&i!==void 0?i:this.htmlMode,this.recognizeSelfClosing=(s=n.recognizeSelfClosing)!==null&&s!==void 0?s:!this.htmlMode,this.tokenizer=new((a=n.Tokenizer)!==null&&a!==void 0?a:Bh)(this.options,this),this.foreignContext=[!this.htmlMode],(o=(c=this.cbs).onparserinit)===null||o===void 0||o.call(c,this)}ontext(e,n){var r,i;const s=this.getSlice(e,n);this.endIndex=n-1,(i=(r=this.cbs).ontext)===null||i===void 0||i.call(r,s),this.startIndex=n}ontextentity(e,n){var r,i;this.endIndex=n-1,(i=(r=this.cbs).ontext)===null||i===void 0||i.call(r,cn(e)),this.startIndex=n}isVoidElement(e){return this.htmlMode&&Uh.has(e)}onopentagname(e,n){this.endIndex=n;let r=this.getSlice(e,n);this.lowerCaseTagNames&&(r=r.toLowerCase()),this.emitOpenTag(r)}emitOpenTag(e){var n,r,i,s;this.openTagStart=this.startIndex,this.tagname=e;const a=this.htmlMode&&Fh.get(e);if(a)for(;this.stack.length>0&&a.has(this.stack[0]);){const c=this.stack.shift();(r=(n=this.cbs).onclosetag)===null||r===void 0||r.call(n,c,!0)}this.isVoidElement(e)||(this.stack.unshift(e),this.htmlMode&&(Zi.has(e)?this.foreignContext.unshift(!0):Ji.has(e)&&this.foreignContext.unshift(!1))),(s=(i=this.cbs).onopentagname)===null||s===void 0||s.call(i,e),this.cbs.onopentag&&(this.attribs={})}endOpenTag(e){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,e),this.attribs=null),this.cbs.onclosetag&&this.isVoidElement(this.tagname)&&this.cbs.onclosetag(this.tagname,!0),this.tagname=""}onopentagend(e){this.endIndex=e,this.endOpenTag(!1),this.startIndex=e+1}onclosetag(e,n){var r,i,s,a,c,o,l,h;this.endIndex=n;let d=this.getSlice(e,n);if(this.lowerCaseTagNames&&(d=d.toLowerCase()),this.htmlMode&&(Zi.has(d)||Ji.has(d))&&this.foreignContext.shift(),this.isVoidElement(d))this.htmlMode&&d==="br"&&((a=(s=this.cbs).onopentagname)===null||a===void 0||a.call(s,"br"),(o=(c=this.cbs).onopentag)===null||o===void 0||o.call(c,"br",{},!0),(h=(l=this.cbs).onclosetag)===null||h===void 0||h.call(l,"br",!1));else{const f=this.stack.indexOf(d);if(f!==-1)for(let g=0;g<=f;g++){const p=this.stack.shift();(i=(r=this.cbs).onclosetag)===null||i===void 0||i.call(r,p,g!==f)}else this.htmlMode&&d==="p"&&(this.emitOpenTag("p"),this.closeCurrentTag(!0))}this.startIndex=n+1}onselfclosingtag(e){this.endIndex=e,this.recognizeSelfClosing||this.foreignContext[0]?(this.closeCurrentTag(!1),this.startIndex=e+1):this.onopentagend(e)}closeCurrentTag(e){var n,r;const i=this.tagname;this.endOpenTag(e),this.stack[0]===i&&((r=(n=this.cbs).onclosetag)===null||r===void 0||r.call(n,i,!e),this.stack.shift())}onattribname(e,n){this.startIndex=e;const r=this.getSlice(e,n);this.attribname=this.lowerCaseAttributeNames?r.toLowerCase():r}onattribdata(e,n){this.attribvalue+=this.getSlice(e,n)}onattribentity(e){this.attribvalue+=cn(e)}onattribend(e,n){var r,i;this.endIndex=n,(i=(r=this.cbs).onattribute)===null||i===void 0||i.call(r,this.attribname,this.attribvalue,e===V.Double?'"':e===V.Single?"'":e===V.NoValue?void 0:null),this.attribs&&!Object.prototype.hasOwnProperty.call(this.attribs,this.attribname)&&(this.attribs[this.attribname]=this.attribvalue),this.attribvalue=""}getInstructionName(e){const n=e.search(Rh);let r=n<0?e:e.substr(0,n);return this.lowerCaseTagNames&&(r=r.toLowerCase()),r}ondeclaration(e,n){this.endIndex=n;const r=this.getSlice(e,n);if(this.cbs.onprocessinginstruction){const i=this.getInstructionName(r);this.cbs.onprocessinginstruction(`!${i}`,`!${r}`)}this.startIndex=n+1}onprocessinginstruction(e,n){this.endIndex=n;const r=this.getSlice(e,n);if(this.cbs.onprocessinginstruction){const i=this.getInstructionName(r);this.cbs.onprocessinginstruction(`?${i}`,`?${r}`)}this.startIndex=n+1}oncomment(e,n,r){var i,s,a,c;this.endIndex=n,(s=(i=this.cbs).oncomment)===null||s===void 0||s.call(i,this.getSlice(e,n-r)),(c=(a=this.cbs).oncommentend)===null||c===void 0||c.call(a),this.startIndex=n+1}oncdata(e,n,r){var i,s,a,c,o,l,h,d,f,g;this.endIndex=n;const p=this.getSlice(e,n-r);!this.htmlMode||this.options.recognizeCDATA?((s=(i=this.cbs).oncdatastart)===null||s===void 0||s.call(i),(c=(a=this.cbs).ontext)===null||c===void 0||c.call(a,p),(l=(o=this.cbs).oncdataend)===null||l===void 0||l.call(o)):((d=(h=this.cbs).oncomment)===null||d===void 0||d.call(h,`[CDATA[${p}]]`),(g=(f=this.cbs).oncommentend)===null||g===void 0||g.call(f)),this.startIndex=n+1}onend(){var e,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=(e=this.cbs).onend)===null||n===void 0||n.call(e)}reset(){var e,n,r,i;(n=(e=this.cbs).onreset)===null||n===void 0||n.call(e),this.tokenizer.reset(),this.tagname="",this.attribname="",this.attribs=null,this.stack.length=0,this.startIndex=0,this.endIndex=0,(i=(r=this.cbs).onparserinit)===null||i===void 0||i.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(e){this.reset(),this.end(e)}getSlice(e,n){for(;e-this.bufferOffset>=this.buffers[0].length;)this.shiftBuffer();let r=this.buffers[0].slice(e-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(e){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(e),this.tokenizer.running&&(this.tokenizer.write(e),this.writeIndex++)}end(e){var n,r;if(this.ended){(r=(n=this.cbs).onerror)===null||r===void 0||r.call(n,new Error(".end() after done!"));return}e&&this.write(e),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(e){this.write(e)}done(e){this.end(e)}}function Hh(t,e){const n=new To(void 0,e);return new Vh(n,e).end(t),n.root}const Gh=jh(rh(Hh),pe),zh=Gh(""),Dn=t=>{var e;return(e=zh.parseHTML(t))!=null?e:[]};var Wh=Object.defineProperty,Yi=Object.getOwnPropertySymbols,Qh=Object.prototype.hasOwnProperty,Zh=Object.prototype.propertyIsEnumerable,Xi=(t,e,n)=>e in t?Wh(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n,Ki=(t,e)=>{for(var n in e||(e={}))Qh.call(e,n)&&Xi(t,n,e[n]);if(Yi)for(var n of Yi(e))Zh.call(e,n)&&Xi(t,n,e[n]);return t},ts=(t,e,n)=>new Promise((r,i)=>{var s=o=>{try{c(n.next(o))}catch(l){i(l)}},a=o=>{try{c(n.throw(o))}catch(l){i(l)}},c=o=>o.done?r(o.value):Promise.resolve(o.value).then(s,a);c((n=n.apply(t,e)).next())});const es=t=>{const e=t.filter(i=>!!i),n=e[0];n&&n.type==="text"&&!n.text.trim()&&e.shift();const r=e[e.length-1];return r&&r.type==="text"&&!r.text.trim()&&e.pop(),e},ns=(t,e)=>ts(void 0,[t,e],function*(n,{appendClass:r,transform:i}){if(n.type==="text")return{type:"text",text:n.data.replace(/\r/g,"")};if(n.type==="tag"){const s=Fr.find(([a])=>n.name===a);if(s){const a=Object.fromEntries(n.attributes.filter(({name:h})=>{var d;return["class","style"].includes(h)||((d=s[1])==null?void 0:d.includes(h))}).map(({name:h,value:d})=>[h,d])),c=es(yield Promise.all(n.children.map(h=>ns(h,{appendClass:r,transform:i}))));r&&(a.class=a.class?`${a.class} ${n.name}`:n.name);const o=Ki(Ki({type:"node",name:n.name},Object.keys(a).length?{attrs:a}:{}),c.length?{children:c}:{}),l=i[n.name];return yield l?l(o):o}}return null}),Jh=(t,...e)=>ts(void 0,[t,...e],function*(n,{appendClass:r=!0,transform:i={}}={}){return es(yield Promise.all((Array.isArray(n)?n:Dn(n)).map(s=>ns(s,{appendClass:r,transform:i}))))}),rs=t=>(typeof t=="string"?Dn(t)||[]:t).map(e=>e.type==="text"?e.data:"childNodes"in e?rs(e.childNodes):"").join("");export{Hs as $App,da as $Component,Zs as $Config,fa as $Page,Fr as ALLOWED_TAGS,oe as Cookie,he as CookieStore,Zt as Emitter,Xe as Headers,Ns as MpError,zn as Queue,Vt as URLSearchParams,xs as addContact,Ma as check,Ba as checkAsync,vs as compareVersion,ds as confirm,lo as createRequest,Ts as decodeBase64,ne as dirname,Wt as download,z as emitter,ks as encodeBase64,De as env,Ve as exists,Fs as funcQueue,Da as get,_a as getAsync,ae as getCookieScopeDomain,Bn as getCurrentPage,As as getCurrentRoute,se as getDomain,Jh as getRichTextNodes,rs as getText,Ge as getUrlInfo,ps as getWindowInfo,br as isDir,xa as isFile,Gn as isFunction,Ms as lock,Z as logger,Aa as ls,re as mkdir,pt as normalizeDomain,Bs as once,Ss as openDocument,Ye as parseCookieHeader,Dn as parseHTML,xr as parseUrl,Na as put,Vn as query,Sa as readFile,$a as readJSON,ja as remove,La as removeAsync,Fn as reportNetworkStatus,Lr as request,tn as requestCookieStore,fs as retry,va as rm,$s as saveDocument,Ca as saveFile,Ea as saveOnlineFile,Cs as savePhoto,Oa as set,Pa as setAsync,Ct as showModal,P as showToast,ie as storage,qa as take,Hn as type,Ia as unzip,Es as updateApp,B as wrapFunction,us as writeClipboard,ka as writeFile,Ta as writeJSON};
13
13
  //# sourceMappingURL=index.mjs.map