import{d as B,B as Ie,e as K,q as j1,o as O,f as I,g as Z1,n as L,r as j,a as f,u as x,l as Ne,t as n1,h as S1,i as C1,s as e1,z as U1,x as De,k as y,w as F,p as G,m as Re,C as v1,F as Be}from"./IEyyIDfx.js";import{g as z1}from"./CNU15MCJ.js";import{u as He}from"./D2RR2eVB.js";import{u as g1}from"./DvQUQ8vZ.js";import{u as Pe}from"./CfRL_OZD.js";import"./CCb-kr4I.js";/*! js-yaml 4.1.0 https://github.com/nodeca/js-yaml @license MIT */function K1(e){return typeof e>"u"||e===null}function Ye(e){return typeof e=="object"&&e!==null}function $e(e){return Array.isArray(e)?e:K1(e)?[]:[e]}function je(e,n){var i,l,r,t;if(n)for(t=Object.keys(n),i=0,l=t.length;i<l;i+=1)r=t[i],e[r]=n[r];return e}function Ze(e,n){var i="",l;for(l=0;l<n;l+=1)i+=e;return i}function Ue(e){return e===0&&Number.NEGATIVE_INFINITY===1/e}var ze=K1,Ke=Ye,Ve=$e,qe=Ze,Ge=Ue,We=je,_={isNothing:ze,isObject:Ke,toArray:Ve,repeat:qe,isNegativeZero:Ge,extend:We};function V1(e,n){var i="",l=e.reason||"(unknown reason)";return e.mark?(e.mark.name&&(i+='in "'+e.mark.name+'" '),i+="("+(e.mark.line+1)+":"+(e.mark.column+1)+")",!n&&e.mark.snippet&&(i+=`

`+e.mark.snippet),l+" "+i):l}function W(e,n){Error.call(this),this.name="YAMLException",this.reason=e,this.mark=n,this.message=V1(this,!1),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error().stack||""}W.prototype=Object.create(Error.prototype);W.prototype.constructor=W;W.prototype.toString=function(n){return this.name+": "+V1(this,n)};var k=W;function u1(e,n,i,l,r){var t="",o="",a=Math.floor(r/2)-1;return l-n>a&&(t=" ... ",n=l-a+t.length),i-l>a&&(o=" ...",i=l+a-o.length),{str:t+e.slice(n,i).replace(/\t/g,"→")+o,pos:l-n+t.length}}function c1(e,n){return _.repeat(" ",n-e.length)+e}function Xe(e,n){if(n=Object.create(n||null),!e.buffer)return null;n.maxLength||(n.maxLength=79),typeof n.indent!="number"&&(n.indent=1),typeof n.linesBefore!="number"&&(n.linesBefore=3),typeof n.linesAfter!="number"&&(n.linesAfter=2);for(var i=/\r?\n|\r|\0/g,l=[0],r=[],t,o=-1;t=i.exec(e.buffer);)r.push(t.index),l.push(t.index+t[0].length),e.position<=t.index&&o<0&&(o=l.length-2);o<0&&(o=l.length-1);var a="",u,c,p=Math.min(e.line+n.linesAfter,r.length).toString().length,s=n.maxLength-(n.indent+p+3);for(u=1;u<=n.linesBefore&&!(o-u<0);u++)c=u1(e.buffer,l[o-u],r[o-u],e.position-(l[o]-l[o-u]),s),a=_.repeat(" ",n.indent)+c1((e.line-u+1).toString(),p)+" | "+c.str+`
`+a;for(c=u1(e.buffer,l[o],r[o],e.position,s),a+=_.repeat(" ",n.indent)+c1((e.line+1).toString(),p)+" | "+c.str+`
`,a+=_.repeat("-",n.indent+p+3+c.pos)+`^
`,u=1;u<=n.linesAfter&&!(o+u>=r.length);u++)c=u1(e.buffer,l[o+u],r[o+u],e.position-(l[o]-l[o+u]),s),a+=_.repeat(" ",n.indent)+c1((e.line+u+1).toString(),p)+" | "+c.str+`
`;return a.replace(/\n$/,"")}var Qe=Xe,Je=["kind","multi","resolve","construct","instanceOf","predicate","represent","representName","defaultStyle","styleAliases"],en=["scalar","sequence","mapping"];function nn(e){var n={};return e!==null&&Object.keys(e).forEach(function(i){e[i].forEach(function(l){n[String(l)]=i})}),n}function rn(e,n){if(n=n||{},Object.keys(n).forEach(function(i){if(Je.indexOf(i)===-1)throw new k('Unknown option "'+i+'" is met in definition of "'+e+'" YAML type.')}),this.options=n,this.tag=e,this.kind=n.kind||null,this.resolve=n.resolve||function(){return!0},this.construct=n.construct||function(i){return i},this.instanceOf=n.instanceOf||null,this.predicate=n.predicate||null,this.represent=n.represent||null,this.representName=n.representName||null,this.defaultStyle=n.defaultStyle||null,this.multi=n.multi||!1,this.styleAliases=nn(n.styleAliases||null),en.indexOf(this.kind)===-1)throw new k('Unknown kind "'+this.kind+'" is specified for "'+e+'" YAML type.')}var b=rn;function k1(e,n){var i=[];return e[n].forEach(function(l){var r=i.length;i.forEach(function(t,o){t.tag===l.tag&&t.kind===l.kind&&t.multi===l.multi&&(r=o)}),i[r]=l}),i}function ln(){var e={scalar:{},sequence:{},mapping:{},fallback:{},multi:{scalar:[],sequence:[],mapping:[],fallback:[]}},n,i;function l(r){r.multi?(e.multi[r.kind].push(r),e.multi.fallback.push(r)):e[r.kind][r.tag]=e.fallback[r.tag]=r}for(n=0,i=arguments.length;n<i;n+=1)arguments[n].forEach(l);return e}function f1(e){return this.extend(e)}f1.prototype.extend=function(n){var i=[],l=[];if(n instanceof b)l.push(n);else if(Array.isArray(n))l=l.concat(n);else if(n&&(Array.isArray(n.implicit)||Array.isArray(n.explicit)))n.implicit&&(i=i.concat(n.implicit)),n.explicit&&(l=l.concat(n.explicit));else throw new k("Schema.extend argument should be a Type, [ Type ], or a schema definition ({ implicit: [...], explicit: [...] })");i.forEach(function(t){if(!(t instanceof b))throw new k("Specified list of YAML types (or a single Type object) contains a non-Type object.");if(t.loadKind&&t.loadKind!=="scalar")throw new k("There is a non-scalar type in the implicit list of a schema. Implicit resolving of such types is not supported.");if(t.multi)throw new k("There is a multi type in the implicit list of a schema. Multi tags can only be listed as explicit.")}),l.forEach(function(t){if(!(t instanceof b))throw new k("Specified list of YAML types (or a single Type object) contains a non-Type object.")});var r=Object.create(f1.prototype);return r.implicit=(this.implicit||[]).concat(i),r.explicit=(this.explicit||[]).concat(l),r.compiledImplicit=k1(r,"implicit"),r.compiledExplicit=k1(r,"explicit"),r.compiledTypeMap=ln(r.compiledImplicit,r.compiledExplicit),r};var q1=f1,G1=new b("tag:yaml.org,2002:str",{kind:"scalar",construct:function(e){return e!==null?e:""}}),W1=new b("tag:yaml.org,2002:seq",{kind:"sequence",construct:function(e){return e!==null?e:[]}}),X1=new b("tag:yaml.org,2002:map",{kind:"mapping",construct:function(e){return e!==null?e:{}}}),Q1=new q1({explicit:[G1,W1,X1]});function on(e){if(e===null)return!0;var n=e.length;return n===1&&e==="~"||n===4&&(e==="null"||e==="Null"||e==="NULL")}function tn(){return null}function an(e){return e===null}var J1=new b("tag:yaml.org,2002:null",{kind:"scalar",resolve:on,construct:tn,predicate:an,represent:{canonical:function(){return"~"},lowercase:function(){return"null"},uppercase:function(){return"NULL"},camelcase:function(){return"Null"},empty:function(){return""}},defaultStyle:"lowercase"});function un(e){if(e===null)return!1;var n=e.length;return n===4&&(e==="true"||e==="True"||e==="TRUE")||n===5&&(e==="false"||e==="False"||e==="FALSE")}function cn(e){return e==="true"||e==="True"||e==="TRUE"}function sn(e){return Object.prototype.toString.call(e)==="[object Boolean]"}var ee=new b("tag:yaml.org,2002:bool",{kind:"scalar",resolve:un,construct:cn,predicate:sn,represent:{lowercase:function(e){return e?"true":"false"},uppercase:function(e){return e?"TRUE":"FALSE"},camelcase:function(e){return e?"True":"False"}},defaultStyle:"lowercase"});function fn(e){return 48<=e&&e<=57||65<=e&&e<=70||97<=e&&e<=102}function pn(e){return 48<=e&&e<=55}function dn(e){return 48<=e&&e<=57}function hn(e){if(e===null)return!1;var n=e.length,i=0,l=!1,r;if(!n)return!1;if(r=e[i],(r==="-"||r==="+")&&(r=e[++i]),r==="0"){if(i+1===n)return!0;if(r=e[++i],r==="b"){for(i++;i<n;i++)if(r=e[i],r!=="_"){if(r!=="0"&&r!=="1")return!1;l=!0}return l&&r!=="_"}if(r==="x"){for(i++;i<n;i++)if(r=e[i],r!=="_"){if(!fn(e.charCodeAt(i)))return!1;l=!0}return l&&r!=="_"}if(r==="o"){for(i++;i<n;i++)if(r=e[i],r!=="_"){if(!pn(e.charCodeAt(i)))return!1;l=!0}return l&&r!=="_"}}if(r==="_")return!1;for(;i<n;i++)if(r=e[i],r!=="_"){if(!dn(e.charCodeAt(i)))return!1;l=!0}return!(!l||r==="_")}function mn(e){var n=e,i=1,l;if(n.indexOf("_")!==-1&&(n=n.replace(/_/g,"")),l=n[0],(l==="-"||l==="+")&&(l==="-"&&(i=-1),n=n.slice(1),l=n[0]),n==="0")return 0;if(l==="0"){if(n[1]==="b")return i*parseInt(n.slice(2),2);if(n[1]==="x")return i*parseInt(n.slice(2),16);if(n[1]==="o")return i*parseInt(n.slice(2),8)}return i*parseInt(n,10)}function Cn(e){return Object.prototype.toString.call(e)==="[object Number]"&&e%1===0&&!_.isNegativeZero(e)}var ne=new b("tag:yaml.org,2002:int",{kind:"scalar",resolve:hn,construct:mn,predicate:Cn,represent:{binary:function(e){return e>=0?"0b"+e.toString(2):"-0b"+e.toString(2).slice(1)},octal:function(e){return e>=0?"0o"+e.toString(8):"-0o"+e.toString(8).slice(1)},decimal:function(e){return e.toString(10)},hexadecimal:function(e){return e>=0?"0x"+e.toString(16).toUpperCase():"-0x"+e.toString(16).toUpperCase().slice(1)}},defaultStyle:"decimal",styleAliases:{binary:[2,"bin"],octal:[8,"oct"],decimal:[10,"dec"],hexadecimal:[16,"hex"]}}),vn=new RegExp("^(?:[-+]?(?:[0-9][0-9_]*)(?:\\.[0-9_]*)?(?:[eE][-+]?[0-9]+)?|\\.[0-9_]+(?:[eE][-+]?[0-9]+)?|[-+]?\\.(?:inf|Inf|INF)|\\.(?:nan|NaN|NAN))$");function gn(e){return!(e===null||!vn.test(e)||e[e.length-1]==="_")}function xn(e){var n,i;return n=e.replace(/_/g,"").toLowerCase(),i=n[0]==="-"?-1:1,"+-".indexOf(n[0])>=0&&(n=n.slice(1)),n===".inf"?i===1?Number.POSITIVE_INFINITY:Number.NEGATIVE_INFINITY:n===".nan"?NaN:i*parseFloat(n,10)}var wn=/^[-+]?[0-9]+e/;function An(e,n){var i;if(isNaN(e))switch(n){case"lowercase":return".nan";case"uppercase":return".NAN";case"camelcase":return".NaN"}else if(Number.POSITIVE_INFINITY===e)switch(n){case"lowercase":return".inf";case"uppercase":return".INF";case"camelcase":return".Inf"}else if(Number.NEGATIVE_INFINITY===e)switch(n){case"lowercase":return"-.inf";case"uppercase":return"-.INF";case"camelcase":return"-.Inf"}else if(_.isNegativeZero(e))return"-0.0";return i=e.toString(10),wn.test(i)?i.replace("e",".e"):i}function _n(e){return Object.prototype.toString.call(e)==="[object Number]"&&(e%1!==0||_.isNegativeZero(e))}var ie=new b("tag:yaml.org,2002:float",{kind:"scalar",resolve:gn,construct:xn,predicate:_n,represent:An,defaultStyle:"lowercase"}),re=Q1.extend({implicit:[J1,ee,ne,ie]}),le=re,oe=new RegExp("^([0-9][0-9][0-9][0-9])-([0-9][0-9])-([0-9][0-9])$"),te=new RegExp("^([0-9][0-9][0-9][0-9])-([0-9][0-9]?)-([0-9][0-9]?)(?:[Tt]|[ \\t]+)([0-9][0-9]?):([0-9][0-9]):([0-9][0-9])(?:\\.([0-9]*))?(?:[ \\t]*(Z|([-+])([0-9][0-9]?)(?::([0-9][0-9]))?))?$");function bn(e){return e===null?!1:oe.exec(e)!==null||te.exec(e)!==null}function yn(e){var n,i,l,r,t,o,a,u=0,c=null,p,s,C;if(n=oe.exec(e),n===null&&(n=te.exec(e)),n===null)throw new Error("Date resolve error");if(i=+n[1],l=+n[2]-1,r=+n[3],!n[4])return new Date(Date.UTC(i,l,r));if(t=+n[4],o=+n[5],a=+n[6],n[7]){for(u=n[7].slice(0,3);u.length<3;)u+="0";u=+u}return n[9]&&(p=+n[10],s=+(n[11]||0),c=(p*60+s)*6e4,n[9]==="-"&&(c=-c)),C=new Date(Date.UTC(i,l,r,t,o,a,u)),c&&C.setTime(C.getTime()-c),C}function Sn(e){return e.toISOString()}var ae=new b("tag:yaml.org,2002:timestamp",{kind:"scalar",resolve:bn,construct:yn,instanceOf:Date,represent:Sn});function kn(e){return e==="<<"||e===null}var ue=new b("tag:yaml.org,2002:merge",{kind:"scalar",resolve:kn}),x1=`ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=
\r`;function Mn(e){if(e===null)return!1;var n,i,l=0,r=e.length,t=x1;for(i=0;i<r;i++)if(n=t.indexOf(e.charAt(i)),!(n>64)){if(n<0)return!1;l+=6}return l%8===0}function En(e){var n,i,l=e.replace(/[\r\n=]/g,""),r=l.length,t=x1,o=0,a=[];for(n=0;n<r;n++)n%4===0&&n&&(a.push(o>>16&255),a.push(o>>8&255),a.push(o&255)),o=o<<6|t.indexOf(l.charAt(n));return i=r%4*6,i===0?(a.push(o>>16&255),a.push(o>>8&255),a.push(o&255)):i===18?(a.push(o>>10&255),a.push(o>>2&255)):i===12&&a.push(o>>4&255),new Uint8Array(a)}function Ln(e){var n="",i=0,l,r,t=e.length,o=x1;for(l=0;l<t;l++)l%3===0&&l&&(n+=o[i>>18&63],n+=o[i>>12&63],n+=o[i>>6&63],n+=o[i&63]),i=(i<<8)+e[l];return r=t%3,r===0?(n+=o[i>>18&63],n+=o[i>>12&63],n+=o[i>>6&63],n+=o[i&63]):r===2?(n+=o[i>>10&63],n+=o[i>>4&63],n+=o[i<<2&63],n+=o[64]):r===1&&(n+=o[i>>2&63],n+=o[i<<4&63],n+=o[64],n+=o[64]),n}function Tn(e){return Object.prototype.toString.call(e)==="[object Uint8Array]"}var ce=new b("tag:yaml.org,2002:binary",{kind:"scalar",resolve:Mn,construct:En,predicate:Tn,represent:Ln}),Fn=Object.prototype.hasOwnProperty,On=Object.prototype.toString;function In(e){if(e===null)return!0;var n=[],i,l,r,t,o,a=e;for(i=0,l=a.length;i<l;i+=1){if(r=a[i],o=!1,On.call(r)!=="[object Object]")return!1;for(t in r)if(Fn.call(r,t))if(!o)o=!0;else return!1;if(!o)return!1;if(n.indexOf(t)===-1)n.push(t);else return!1}return!0}function Nn(e){return e!==null?e:[]}var se=new b("tag:yaml.org,2002:omap",{kind:"sequence",resolve:In,construct:Nn}),Dn=Object.prototype.toString;function Rn(e){if(e===null)return!0;var n,i,l,r,t,o=e;for(t=new Array(o.length),n=0,i=o.length;n<i;n+=1){if(l=o[n],Dn.call(l)!=="[object Object]"||(r=Object.keys(l),r.length!==1))return!1;t[n]=[r[0],l[r[0]]]}return!0}function Bn(e){if(e===null)return[];var n,i,l,r,t,o=e;for(t=new Array(o.length),n=0,i=o.length;n<i;n+=1)l=o[n],r=Object.keys(l),t[n]=[r[0],l[r[0]]];return t}var fe=new b("tag:yaml.org,2002:pairs",{kind:"sequence",resolve:Rn,construct:Bn}),Hn=Object.prototype.hasOwnProperty;function Pn(e){if(e===null)return!0;var n,i=e;for(n in i)if(Hn.call(i,n)&&i[n]!==null)return!1;return!0}function Yn(e){return e!==null?e:{}}var pe=new b("tag:yaml.org,2002:set",{kind:"mapping",resolve:Pn,construct:Yn}),w1=le.extend({implicit:[ae,ue],explicit:[ce,se,fe,pe]}),R=Object.prototype.hasOwnProperty,i1=1,de=2,he=3,r1=4,s1=1,$n=2,M1=3,jn=/[\x00-\x08\x0B\x0C\x0E-\x1F\x7F-\x84\x86-\x9F\uFFFE\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/,Zn=/[\x85\u2028\u2029]/,Un=/[,\[\]\{\}]/,me=/^(?:!|!!|![a-z\-]+!)$/i,Ce=/^(?:!|[^,\[\]\{\}])(?:%[0-9a-f]{2}|[0-9a-z\-#;\/\?:@&=\+\$,_\.!~\*'\(\)\[\]])*$/i;function E1(e){return Object.prototype.toString.call(e)}function T(e){return e===10||e===13}function Y(e){return e===9||e===32}function M(e){return e===9||e===32||e===10||e===13}function U(e){return e===44||e===91||e===93||e===123||e===125}function zn(e){var n;return 48<=e&&e<=57?e-48:(n=e|32,97<=n&&n<=102?n-97+10:-1)}function Kn(e){return e===120?2:e===117?4:e===85?8:0}function Vn(e){return 48<=e&&e<=57?e-48:-1}function L1(e){return e===48?"\0":e===97?"\x07":e===98?"\b":e===116||e===9?"	":e===110?`
`:e===118?"\v":e===102?"\f":e===114?"\r":e===101?"\x1B":e===32?" ":e===34?'"':e===47?"/":e===92?"\\":e===78?"":e===95?" ":e===76?"\u2028":e===80?"\u2029":""}function qn(e){return e<=65535?String.fromCharCode(e):String.fromCharCode((e-65536>>10)+55296,(e-65536&1023)+56320)}var ve=new Array(256),ge=new Array(256);for(var $=0;$<256;$++)ve[$]=L1($)?1:0,ge[$]=L1($);function Gn(e,n){this.input=e,this.filename=n.filename||null,this.schema=n.schema||w1,this.onWarning=n.onWarning||null,this.legacy=n.legacy||!1,this.json=n.json||!1,this.listener=n.listener||null,this.implicitTypes=this.schema.compiledImplicit,this.typeMap=this.schema.compiledTypeMap,this.length=e.length,this.position=0,this.line=0,this.lineStart=0,this.lineIndent=0,this.firstTabInLine=-1,this.documents=[]}function xe(e,n){var i={name:e.filename,buffer:e.input.slice(0,-1),position:e.position,line:e.line,column:e.position-e.lineStart};return i.snippet=Qe(i),new k(n,i)}function m(e,n){throw xe(e,n)}function l1(e,n){e.onWarning&&e.onWarning.call(null,xe(e,n))}var T1={YAML:function(n,i,l){var r,t,o;n.version!==null&&m(n,"duplication of %YAML directive"),l.length!==1&&m(n,"YAML directive accepts exactly one argument"),r=/^([0-9]+)\.([0-9]+)$/.exec(l[0]),r===null&&m(n,"ill-formed argument of the YAML directive"),t=parseInt(r[1],10),o=parseInt(r[2],10),t!==1&&m(n,"unacceptable YAML version of the document"),n.version=l[0],n.checkLineBreaks=o<2,o!==1&&o!==2&&l1(n,"unsupported YAML version of the document")},TAG:function(n,i,l){var r,t;l.length!==2&&m(n,"TAG directive accepts exactly two arguments"),r=l[0],t=l[1],me.test(r)||m(n,"ill-formed tag handle (first argument) of the TAG directive"),R.call(n.tagMap,r)&&m(n,'there is a previously declared suffix for "'+r+'" tag handle'),Ce.test(t)||m(n,"ill-formed tag prefix (second argument) of the TAG directive");try{t=decodeURIComponent(t)}catch{m(n,"tag prefix is malformed: "+t)}n.tagMap[r]=t}};function D(e,n,i,l){var r,t,o,a;if(n<i){if(a=e.input.slice(n,i),l)for(r=0,t=a.length;r<t;r+=1)o=a.charCodeAt(r),o===9||32<=o&&o<=1114111||m(e,"expected valid JSON character");else jn.test(a)&&m(e,"the stream contains non-printable characters");e.result+=a}}function F1(e,n,i,l){var r,t,o,a;for(_.isObject(i)||m(e,"cannot merge mappings; the provided source object is unacceptable"),r=Object.keys(i),o=0,a=r.length;o<a;o+=1)t=r[o],R.call(n,t)||(n[t]=i[t],l[t]=!0)}function z(e,n,i,l,r,t,o,a,u){var c,p;if(Array.isArray(r))for(r=Array.prototype.slice.call(r),c=0,p=r.length;c<p;c+=1)Array.isArray(r[c])&&m(e,"nested arrays are not supported inside keys"),typeof r=="object"&&E1(r[c])==="[object Object]"&&(r[c]="[object Object]");if(typeof r=="object"&&E1(r)==="[object Object]"&&(r="[object Object]"),r=String(r),n===null&&(n={}),l==="tag:yaml.org,2002:merge")if(Array.isArray(t))for(c=0,p=t.length;c<p;c+=1)F1(e,n,t[c],i);else F1(e,n,t,i);else!e.json&&!R.call(i,r)&&R.call(n,r)&&(e.line=o||e.line,e.lineStart=a||e.lineStart,e.position=u||e.position,m(e,"duplicated mapping key")),r==="__proto__"?Object.defineProperty(n,r,{configurable:!0,enumerable:!0,writable:!0,value:t}):n[r]=t,delete i[r];return n}function A1(e){var n;n=e.input.charCodeAt(e.position),n===10?e.position++:n===13?(e.position++,e.input.charCodeAt(e.position)===10&&e.position++):m(e,"a line break is expected"),e.line+=1,e.lineStart=e.position,e.firstTabInLine=-1}function A(e,n,i){for(var l=0,r=e.input.charCodeAt(e.position);r!==0;){for(;Y(r);)r===9&&e.firstTabInLine===-1&&(e.firstTabInLine=e.position),r=e.input.charCodeAt(++e.position);if(n&&r===35)do r=e.input.charCodeAt(++e.position);while(r!==10&&r!==13&&r!==0);if(T(r))for(A1(e),r=e.input.charCodeAt(e.position),l++,e.lineIndent=0;r===32;)e.lineIndent++,r=e.input.charCodeAt(++e.position);else break}return i!==-1&&l!==0&&e.lineIndent<i&&l1(e,"deficient indentation"),l}function a1(e){var n=e.position,i;return i=e.input.charCodeAt(n),!!((i===45||i===46)&&i===e.input.charCodeAt(n+1)&&i===e.input.charCodeAt(n+2)&&(n+=3,i=e.input.charCodeAt(n),i===0||M(i)))}function _1(e,n){n===1?e.result+=" ":n>1&&(e.result+=_.repeat(`
`,n-1))}function Wn(e,n,i){var l,r,t,o,a,u,c,p,s=e.kind,C=e.result,h;if(h=e.input.charCodeAt(e.position),M(h)||U(h)||h===35||h===38||h===42||h===33||h===124||h===62||h===39||h===34||h===37||h===64||h===96||(h===63||h===45)&&(r=e.input.charCodeAt(e.position+1),M(r)||i&&U(r)))return!1;for(e.kind="scalar",e.result="",t=o=e.position,a=!1;h!==0;){if(h===58){if(r=e.input.charCodeAt(e.position+1),M(r)||i&&U(r))break}else if(h===35){if(l=e.input.charCodeAt(e.position-1),M(l))break}else{if(e.position===e.lineStart&&a1(e)||i&&U(h))break;if(T(h))if(u=e.line,c=e.lineStart,p=e.lineIndent,A(e,!1,-1),e.lineIndent>=n){a=!0,h=e.input.charCodeAt(e.position);continue}else{e.position=o,e.line=u,e.lineStart=c,e.lineIndent=p;break}}a&&(D(e,t,o,!1),_1(e,e.line-u),t=o=e.position,a=!1),Y(h)||(o=e.position+1),h=e.input.charCodeAt(++e.position)}return D(e,t,o,!1),e.result?!0:(e.kind=s,e.result=C,!1)}function Xn(e,n){var i,l,r;if(i=e.input.charCodeAt(e.position),i!==39)return!1;for(e.kind="scalar",e.result="",e.position++,l=r=e.position;(i=e.input.charCodeAt(e.position))!==0;)if(i===39)if(D(e,l,e.position,!0),i=e.input.charCodeAt(++e.position),i===39)l=e.position,e.position++,r=e.position;else return!0;else T(i)?(D(e,l,r,!0),_1(e,A(e,!1,n)),l=r=e.position):e.position===e.lineStart&&a1(e)?m(e,"unexpected end of the document within a single quoted scalar"):(e.position++,r=e.position);m(e,"unexpected end of the stream within a single quoted scalar")}function Qn(e,n){var i,l,r,t,o,a;if(a=e.input.charCodeAt(e.position),a!==34)return!1;for(e.kind="scalar",e.result="",e.position++,i=l=e.position;(a=e.input.charCodeAt(e.position))!==0;){if(a===34)return D(e,i,e.position,!0),e.position++,!0;if(a===92){if(D(e,i,e.position,!0),a=e.input.charCodeAt(++e.position),T(a))A(e,!1,n);else if(a<256&&ve[a])e.result+=ge[a],e.position++;else if((o=Kn(a))>0){for(r=o,t=0;r>0;r--)a=e.input.charCodeAt(++e.position),(o=zn(a))>=0?t=(t<<4)+o:m(e,"expected hexadecimal character");e.result+=qn(t),e.position++}else m(e,"unknown escape sequence");i=l=e.position}else T(a)?(D(e,i,l,!0),_1(e,A(e,!1,n)),i=l=e.position):e.position===e.lineStart&&a1(e)?m(e,"unexpected end of the document within a double quoted scalar"):(e.position++,l=e.position)}m(e,"unexpected end of the stream within a double quoted scalar")}function Jn(e,n){var i=!0,l,r,t,o=e.tag,a,u=e.anchor,c,p,s,C,h,d=Object.create(null),v,w,E,g;if(g=e.input.charCodeAt(e.position),g===91)p=93,h=!1,a=[];else if(g===123)p=125,h=!0,a={};else return!1;for(e.anchor!==null&&(e.anchorMap[e.anchor]=a),g=e.input.charCodeAt(++e.position);g!==0;){if(A(e,!0,n),g=e.input.charCodeAt(e.position),g===p)return e.position++,e.tag=o,e.anchor=u,e.kind=h?"mapping":"sequence",e.result=a,!0;i?g===44&&m(e,"expected the node content, but found ','"):m(e,"missed comma between flow collection entries"),w=v=E=null,s=C=!1,g===63&&(c=e.input.charCodeAt(e.position+1),M(c)&&(s=C=!0,e.position++,A(e,!0,n))),l=e.line,r=e.lineStart,t=e.position,V(e,n,i1,!1,!0),w=e.tag,v=e.result,A(e,!0,n),g=e.input.charCodeAt(e.position),(C||e.line===l)&&g===58&&(s=!0,g=e.input.charCodeAt(++e.position),A(e,!0,n),V(e,n,i1,!1,!0),E=e.result),h?z(e,a,d,w,v,E,l,r,t):s?a.push(z(e,null,d,w,v,E,l,r,t)):a.push(v),A(e,!0,n),g=e.input.charCodeAt(e.position),g===44?(i=!0,g=e.input.charCodeAt(++e.position)):i=!1}m(e,"unexpected end of the stream within a flow collection")}function ei(e,n){var i,l,r=s1,t=!1,o=!1,a=n,u=0,c=!1,p,s;if(s=e.input.charCodeAt(e.position),s===124)l=!1;else if(s===62)l=!0;else return!1;for(e.kind="scalar",e.result="";s!==0;)if(s=e.input.charCodeAt(++e.position),s===43||s===45)s1===r?r=s===43?M1:$n:m(e,"repeat of a chomping mode identifier");else if((p=Vn(s))>=0)p===0?m(e,"bad explicit indentation width of a block scalar; it cannot be less than one"):o?m(e,"repeat of an indentation width identifier"):(a=n+p-1,o=!0);else break;if(Y(s)){do s=e.input.charCodeAt(++e.position);while(Y(s));if(s===35)do s=e.input.charCodeAt(++e.position);while(!T(s)&&s!==0)}for(;s!==0;){for(A1(e),e.lineIndent=0,s=e.input.charCodeAt(e.position);(!o||e.lineIndent<a)&&s===32;)e.lineIndent++,s=e.input.charCodeAt(++e.position);if(!o&&e.lineIndent>a&&(a=e.lineIndent),T(s)){u++;continue}if(e.lineIndent<a){r===M1?e.result+=_.repeat(`
`,t?1+u:u):r===s1&&t&&(e.result+=`
`);break}for(l?Y(s)?(c=!0,e.result+=_.repeat(`
`,t?1+u:u)):c?(c=!1,e.result+=_.repeat(`
`,u+1)):u===0?t&&(e.result+=" "):e.result+=_.repeat(`
`,u):e.result+=_.repeat(`
`,t?1+u:u),t=!0,o=!0,u=0,i=e.position;!T(s)&&s!==0;)s=e.input.charCodeAt(++e.position);D(e,i,e.position,!1)}return!0}function O1(e,n){var i,l=e.tag,r=e.anchor,t=[],o,a=!1,u;if(e.firstTabInLine!==-1)return!1;for(e.anchor!==null&&(e.anchorMap[e.anchor]=t),u=e.input.charCodeAt(e.position);u!==0&&(e.firstTabInLine!==-1&&(e.position=e.firstTabInLine,m(e,"tab characters must not be used in indentation")),!(u!==45||(o=e.input.charCodeAt(e.position+1),!M(o))));){if(a=!0,e.position++,A(e,!0,-1)&&e.lineIndent<=n){t.push(null),u=e.input.charCodeAt(e.position);continue}if(i=e.line,V(e,n,he,!1,!0),t.push(e.result),A(e,!0,-1),u=e.input.charCodeAt(e.position),(e.line===i||e.lineIndent>n)&&u!==0)m(e,"bad indentation of a sequence entry");else if(e.lineIndent<n)break}return a?(e.tag=l,e.anchor=r,e.kind="sequence",e.result=t,!0):!1}function ni(e,n,i){var l,r,t,o,a,u,c=e.tag,p=e.anchor,s={},C=Object.create(null),h=null,d=null,v=null,w=!1,E=!1,g;if(e.firstTabInLine!==-1)return!1;for(e.anchor!==null&&(e.anchorMap[e.anchor]=s),g=e.input.charCodeAt(e.position);g!==0;){if(!w&&e.firstTabInLine!==-1&&(e.position=e.firstTabInLine,m(e,"tab characters must not be used in indentation")),l=e.input.charCodeAt(e.position+1),t=e.line,(g===63||g===58)&&M(l))g===63?(w&&(z(e,s,C,h,d,null,o,a,u),h=d=v=null),E=!0,w=!0,r=!0):w?(w=!1,r=!0):m(e,"incomplete explicit mapping pair; a key node is missed; or followed by a non-tabulated empty line"),e.position+=1,g=l;else{if(o=e.line,a=e.lineStart,u=e.position,!V(e,i,de,!1,!0))break;if(e.line===t){for(g=e.input.charCodeAt(e.position);Y(g);)g=e.input.charCodeAt(++e.position);if(g===58)g=e.input.charCodeAt(++e.position),M(g)||m(e,"a whitespace character is expected after the key-value separator within a block mapping"),w&&(z(e,s,C,h,d,null,o,a,u),h=d=v=null),E=!0,w=!1,r=!1,h=e.tag,d=e.result;else if(E)m(e,"can not read an implicit mapping pair; a colon is missed");else return e.tag=c,e.anchor=p,!0}else if(E)m(e,"can not read a block mapping entry; a multiline key may not be an implicit key");else return e.tag=c,e.anchor=p,!0}if((e.line===t||e.lineIndent>n)&&(w&&(o=e.line,a=e.lineStart,u=e.position),V(e,n,r1,!0,r)&&(w?d=e.result:v=e.result),w||(z(e,s,C,h,d,v,o,a,u),h=d=v=null),A(e,!0,-1),g=e.input.charCodeAt(e.position)),(e.line===t||e.lineIndent>n)&&g!==0)m(e,"bad indentation of a mapping entry");else if(e.lineIndent<n)break}return w&&z(e,s,C,h,d,null,o,a,u),E&&(e.tag=c,e.anchor=p,e.kind="mapping",e.result=s),E}function ii(e){var n,i=!1,l=!1,r,t,o;if(o=e.input.charCodeAt(e.position),o!==33)return!1;if(e.tag!==null&&m(e,"duplication of a tag property"),o=e.input.charCodeAt(++e.position),o===60?(i=!0,o=e.input.charCodeAt(++e.position)):o===33?(l=!0,r="!!",o=e.input.charCodeAt(++e.position)):r="!",n=e.position,i){do o=e.input.charCodeAt(++e.position);while(o!==0&&o!==62);e.position<e.length?(t=e.input.slice(n,e.position),o=e.input.charCodeAt(++e.position)):m(e,"unexpected end of the stream within a verbatim tag")}else{for(;o!==0&&!M(o);)o===33&&(l?m(e,"tag suffix cannot contain exclamation marks"):(r=e.input.slice(n-1,e.position+1),me.test(r)||m(e,"named tag handle cannot contain such characters"),l=!0,n=e.position+1)),o=e.input.charCodeAt(++e.position);t=e.input.slice(n,e.position),Un.test(t)&&m(e,"tag suffix cannot contain flow indicator characters")}t&&!Ce.test(t)&&m(e,"tag name cannot contain such characters: "+t);try{t=decodeURIComponent(t)}catch{m(e,"tag name is malformed: "+t)}return i?e.tag=t:R.call(e.tagMap,r)?e.tag=e.tagMap[r]+t:r==="!"?e.tag="!"+t:r==="!!"?e.tag="tag:yaml.org,2002:"+t:m(e,'undeclared tag handle "'+r+'"'),!0}function ri(e){var n,i;if(i=e.input.charCodeAt(e.position),i!==38)return!1;for(e.anchor!==null&&m(e,"duplication of an anchor property"),i=e.input.charCodeAt(++e.position),n=e.position;i!==0&&!M(i)&&!U(i);)i=e.input.charCodeAt(++e.position);return e.position===n&&m(e,"name of an anchor node must contain at least one character"),e.anchor=e.input.slice(n,e.position),!0}function li(e){var n,i,l;if(l=e.input.charCodeAt(e.position),l!==42)return!1;for(l=e.input.charCodeAt(++e.position),n=e.position;l!==0&&!M(l)&&!U(l);)l=e.input.charCodeAt(++e.position);return e.position===n&&m(e,"name of an alias node must contain at least one character"),i=e.input.slice(n,e.position),R.call(e.anchorMap,i)||m(e,'unidentified alias "'+i+'"'),e.result=e.anchorMap[i],A(e,!0,-1),!0}function V(e,n,i,l,r){var t,o,a,u=1,c=!1,p=!1,s,C,h,d,v,w;if(e.listener!==null&&e.listener("open",e),e.tag=null,e.anchor=null,e.kind=null,e.result=null,t=o=a=r1===i||he===i,l&&A(e,!0,-1)&&(c=!0,e.lineIndent>n?u=1:e.lineIndent===n?u=0:e.lineIndent<n&&(u=-1)),u===1)for(;ii(e)||ri(e);)A(e,!0,-1)?(c=!0,a=t,e.lineIndent>n?u=1:e.lineIndent===n?u=0:e.lineIndent<n&&(u=-1)):a=!1;if(a&&(a=c||r),(u===1||r1===i)&&(i1===i||de===i?v=n:v=n+1,w=e.position-e.lineStart,u===1?a&&(O1(e,w)||ni(e,w,v))||Jn(e,v)?p=!0:(o&&ei(e,v)||Xn(e,v)||Qn(e,v)?p=!0:li(e)?(p=!0,(e.tag!==null||e.anchor!==null)&&m(e,"alias node should not have any properties")):Wn(e,v,i1===i)&&(p=!0,e.tag===null&&(e.tag="?")),e.anchor!==null&&(e.anchorMap[e.anchor]=e.result)):u===0&&(p=a&&O1(e,w))),e.tag===null)e.anchor!==null&&(e.anchorMap[e.anchor]=e.result);else if(e.tag==="?"){for(e.result!==null&&e.kind!=="scalar"&&m(e,'unacceptable node kind for !<?> tag; it should be "scalar", not "'+e.kind+'"'),s=0,C=e.implicitTypes.length;s<C;s+=1)if(d=e.implicitTypes[s],d.resolve(e.result)){e.result=d.construct(e.result),e.tag=d.tag,e.anchor!==null&&(e.anchorMap[e.anchor]=e.result);break}}else if(e.tag!=="!"){if(R.call(e.typeMap[e.kind||"fallback"],e.tag))d=e.typeMap[e.kind||"fallback"][e.tag];else for(d=null,h=e.typeMap.multi[e.kind||"fallback"],s=0,C=h.length;s<C;s+=1)if(e.tag.slice(0,h[s].tag.length)===h[s].tag){d=h[s];break}d||m(e,"unknown tag !<"+e.tag+">"),e.result!==null&&d.kind!==e.kind&&m(e,"unacceptable node kind for !<"+e.tag+'> tag; it should be "'+d.kind+'", not "'+e.kind+'"'),d.resolve(e.result,e.tag)?(e.result=d.construct(e.result,e.tag),e.anchor!==null&&(e.anchorMap[e.anchor]=e.result)):m(e,"cannot resolve a node with !<"+e.tag+"> explicit tag")}return e.listener!==null&&e.listener("close",e),e.tag!==null||e.anchor!==null||p}function oi(e){var n=e.position,i,l,r,t=!1,o;for(e.version=null,e.checkLineBreaks=e.legacy,e.tagMap=Object.create(null),e.anchorMap=Object.create(null);(o=e.input.charCodeAt(e.position))!==0&&(A(e,!0,-1),o=e.input.charCodeAt(e.position),!(e.lineIndent>0||o!==37));){for(t=!0,o=e.input.charCodeAt(++e.position),i=e.position;o!==0&&!M(o);)o=e.input.charCodeAt(++e.position);for(l=e.input.slice(i,e.position),r=[],l.length<1&&m(e,"directive name must not be less than one character in length");o!==0;){for(;Y(o);)o=e.input.charCodeAt(++e.position);if(o===35){do o=e.input.charCodeAt(++e.position);while(o!==0&&!T(o));break}if(T(o))break;for(i=e.position;o!==0&&!M(o);)o=e.input.charCodeAt(++e.position);r.push(e.input.slice(i,e.position))}o!==0&&A1(e),R.call(T1,l)?T1[l](e,l,r):l1(e,'unknown document directive "'+l+'"')}if(A(e,!0,-1),e.lineIndent===0&&e.input.charCodeAt(e.position)===45&&e.input.charCodeAt(e.position+1)===45&&e.input.charCodeAt(e.position+2)===45?(e.position+=3,A(e,!0,-1)):t&&m(e,"directives end mark is expected"),V(e,e.lineIndent-1,r1,!1,!0),A(e,!0,-1),e.checkLineBreaks&&Zn.test(e.input.slice(n,e.position))&&l1(e,"non-ASCII line breaks are interpreted as content"),e.documents.push(e.result),e.position===e.lineStart&&a1(e)){e.input.charCodeAt(e.position)===46&&(e.position+=3,A(e,!0,-1));return}if(e.position<e.length-1)m(e,"end of the stream or a document separator is expected");else return}function we(e,n){e=String(e),n=n||{},e.length!==0&&(e.charCodeAt(e.length-1)!==10&&e.charCodeAt(e.length-1)!==13&&(e+=`
`),e.charCodeAt(0)===65279&&(e=e.slice(1)));var i=new Gn(e,n),l=e.indexOf("\0");for(l!==-1&&(i.position=l,m(i,"null byte is not allowed in input")),i.input+="\0";i.input.charCodeAt(i.position)===32;)i.lineIndent+=1,i.position+=1;for(;i.position<i.length-1;)oi(i);return i.documents}function ti(e,n,i){n!==null&&typeof n=="object"&&typeof i>"u"&&(i=n,n=null);var l=we(e,i);if(typeof n!="function")return l;for(var r=0,t=l.length;r<t;r+=1)n(l[r])}function ai(e,n){var i=we(e,n);if(i.length!==0){if(i.length===1)return i[0];throw new k("expected a single document in the stream, but found more")}}var ui=ti,ci=ai,Ae={loadAll:ui,load:ci},_e=Object.prototype.toString,be=Object.prototype.hasOwnProperty,b1=65279,si=9,X=10,fi=13,pi=32,di=33,hi=34,p1=35,mi=37,Ci=38,vi=39,gi=42,ye=44,xi=45,o1=58,wi=61,Ai=62,_i=63,bi=64,Se=91,ke=93,yi=96,Me=123,Si=124,Ee=125,S={};S[0]="\\0";S[7]="\\a";S[8]="\\b";S[9]="\\t";S[10]="\\n";S[11]="\\v";S[12]="\\f";S[13]="\\r";S[27]="\\e";S[34]='\\"';S[92]="\\\\";S[133]="\\N";S[160]="\\_";S[8232]="\\L";S[8233]="\\P";var ki=["y","Y","yes","Yes","YES","on","On","ON","n","N","no","No","NO","off","Off","OFF"],Mi=/^[-+]?[0-9_]+(?::[0-9_]+)+(?:\.[0-9_]*)?$/;function Ei(e,n){var i,l,r,t,o,a,u;if(n===null)return{};for(i={},l=Object.keys(n),r=0,t=l.length;r<t;r+=1)o=l[r],a=String(n[o]),o.slice(0,2)==="!!"&&(o="tag:yaml.org,2002:"+o.slice(2)),u=e.compiledTypeMap.fallback[o],u&&be.call(u.styleAliases,a)&&(a=u.styleAliases[a]),i[o]=a;return i}function Li(e){var n,i,l;if(n=e.toString(16).toUpperCase(),e<=255)i="x",l=2;else if(e<=65535)i="u",l=4;else if(e<=4294967295)i="U",l=8;else throw new k("code point within a string may not be greater than 0xFFFFFFFF");return"\\"+i+_.repeat("0",l-n.length)+n}var Ti=1,Q=2;function Fi(e){this.schema=e.schema||w1,this.indent=Math.max(1,e.indent||2),this.noArrayIndent=e.noArrayIndent||!1,this.skipInvalid=e.skipInvalid||!1,this.flowLevel=_.isNothing(e.flowLevel)?-1:e.flowLevel,this.styleMap=Ei(this.schema,e.styles||null),this.sortKeys=e.sortKeys||!1,this.lineWidth=e.lineWidth||80,this.noRefs=e.noRefs||!1,this.noCompatMode=e.noCompatMode||!1,this.condenseFlow=e.condenseFlow||!1,this.quotingType=e.quotingType==='"'?Q:Ti,this.forceQuotes=e.forceQuotes||!1,this.replacer=typeof e.replacer=="function"?e.replacer:null,this.implicitTypes=this.schema.compiledImplicit,this.explicitTypes=this.schema.compiledExplicit,this.tag=null,this.result="",this.duplicates=[],this.usedDuplicates=null}function I1(e,n){for(var i=_.repeat(" ",n),l=0,r=-1,t="",o,a=e.length;l<a;)r=e.indexOf(`
`,l),r===-1?(o=e.slice(l),l=a):(o=e.slice(l,r+1),l=r+1),o.length&&o!==`
`&&(t+=i),t+=o;return t}function d1(e,n){return`
`+_.repeat(" ",e.indent*n)}function Oi(e,n){var i,l,r;for(i=0,l=e.implicitTypes.length;i<l;i+=1)if(r=e.implicitTypes[i],r.resolve(n))return!0;return!1}function t1(e){return e===pi||e===si}function J(e){return 32<=e&&e<=126||161<=e&&e<=55295&&e!==8232&&e!==8233||57344<=e&&e<=65533&&e!==b1||65536<=e&&e<=1114111}function N1(e){return J(e)&&e!==b1&&e!==fi&&e!==X}function D1(e,n,i){var l=N1(e),r=l&&!t1(e);return(i?l:l&&e!==ye&&e!==Se&&e!==ke&&e!==Me&&e!==Ee)&&e!==p1&&!(n===o1&&!r)||N1(n)&&!t1(n)&&e===p1||n===o1&&r}function Ii(e){return J(e)&&e!==b1&&!t1(e)&&e!==xi&&e!==_i&&e!==o1&&e!==ye&&e!==Se&&e!==ke&&e!==Me&&e!==Ee&&e!==p1&&e!==Ci&&e!==gi&&e!==di&&e!==Si&&e!==wi&&e!==Ai&&e!==vi&&e!==hi&&e!==mi&&e!==bi&&e!==yi}function Ni(e){return!t1(e)&&e!==o1}function q(e,n){var i=e.charCodeAt(n),l;return i>=55296&&i<=56319&&n+1<e.length&&(l=e.charCodeAt(n+1),l>=56320&&l<=57343)?(i-55296)*1024+l-56320+65536:i}function Le(e){var n=/^\n* /;return n.test(e)}var Te=1,h1=2,Fe=3,Oe=4,Z=5;function Di(e,n,i,l,r,t,o,a){var u,c=0,p=null,s=!1,C=!1,h=l!==-1,d=-1,v=Ii(q(e,0))&&Ni(q(e,e.length-1));if(n||o)for(u=0;u<e.length;c>=65536?u+=2:u++){if(c=q(e,u),!J(c))return Z;v=v&&D1(c,p,a),p=c}else{for(u=0;u<e.length;c>=65536?u+=2:u++){if(c=q(e,u),c===X)s=!0,h&&(C=C||u-d-1>l&&e[d+1]!==" ",d=u);else if(!J(c))return Z;v=v&&D1(c,p,a),p=c}C=C||h&&u-d-1>l&&e[d+1]!==" "}return!s&&!C?v&&!o&&!r(e)?Te:t===Q?Z:h1:i>9&&Le(e)?Z:o?t===Q?Z:h1:C?Oe:Fe}function Ri(e,n,i,l,r){e.dump=function(){if(n.length===0)return e.quotingType===Q?'""':"''";if(!e.noCompatMode&&(ki.indexOf(n)!==-1||Mi.test(n)))return e.quotingType===Q?'"'+n+'"':"'"+n+"'";var t=e.indent*Math.max(1,i),o=e.lineWidth===-1?-1:Math.max(Math.min(e.lineWidth,40),e.lineWidth-t),a=l||e.flowLevel>-1&&i>=e.flowLevel;function u(c){return Oi(e,c)}switch(Di(n,a,e.indent,o,u,e.quotingType,e.forceQuotes&&!l,r)){case Te:return n;case h1:return"'"+n.replace(/'/g,"''")+"'";case Fe:return"|"+R1(n,e.indent)+B1(I1(n,t));case Oe:return">"+R1(n,e.indent)+B1(I1(Bi(n,o),t));case Z:return'"'+Hi(n)+'"';default:throw new k("impossible error: invalid scalar style")}}()}function R1(e,n){var i=Le(e)?String(n):"",l=e[e.length-1]===`
`,r=l&&(e[e.length-2]===`
`||e===`
`),t=r?"+":l?"":"-";return i+t+`
`}function B1(e){return e[e.length-1]===`
`?e.slice(0,-1):e}function Bi(e,n){for(var i=/(\n+)([^\n]*)/g,l=function(){var c=e.indexOf(`
`);return c=c!==-1?c:e.length,i.lastIndex=c,H1(e.slice(0,c),n)}(),r=e[0]===`
`||e[0]===" ",t,o;o=i.exec(e);){var a=o[1],u=o[2];t=u[0]===" ",l+=a+(!r&&!t&&u!==""?`
`:"")+H1(u,n),r=t}return l}function H1(e,n){if(e===""||e[0]===" ")return e;for(var i=/ [^ ]/g,l,r=0,t,o=0,a=0,u="";l=i.exec(e);)a=l.index,a-r>n&&(t=o>r?o:a,u+=`
`+e.slice(r,t),r=t+1),o=a;return u+=`
`,e.length-r>n&&o>r?u+=e.slice(r,o)+`
`+e.slice(o+1):u+=e.slice(r),u.slice(1)}function Hi(e){for(var n="",i=0,l,r=0;r<e.length;i>=65536?r+=2:r++)i=q(e,r),l=S[i],!l&&J(i)?(n+=e[r],i>=65536&&(n+=e[r+1])):n+=l||Li(i);return n}function Pi(e,n,i){var l="",r=e.tag,t,o,a;for(t=0,o=i.length;t<o;t+=1)a=i[t],e.replacer&&(a=e.replacer.call(i,String(t),a)),(N(e,n,a,!1,!1)||typeof a>"u"&&N(e,n,null,!1,!1))&&(l!==""&&(l+=","+(e.condenseFlow?"":" ")),l+=e.dump);e.tag=r,e.dump="["+l+"]"}function P1(e,n,i,l){var r="",t=e.tag,o,a,u;for(o=0,a=i.length;o<a;o+=1)u=i[o],e.replacer&&(u=e.replacer.call(i,String(o),u)),(N(e,n+1,u,!0,!0,!1,!0)||typeof u>"u"&&N(e,n+1,null,!0,!0,!1,!0))&&((!l||r!=="")&&(r+=d1(e,n)),e.dump&&X===e.dump.charCodeAt(0)?r+="-":r+="- ",r+=e.dump);e.tag=t,e.dump=r||"[]"}function Yi(e,n,i){var l="",r=e.tag,t=Object.keys(i),o,a,u,c,p;for(o=0,a=t.length;o<a;o+=1)p="",l!==""&&(p+=", "),e.condenseFlow&&(p+='"'),u=t[o],c=i[u],e.replacer&&(c=e.replacer.call(i,u,c)),N(e,n,u,!1,!1)&&(e.dump.length>1024&&(p+="? "),p+=e.dump+(e.condenseFlow?'"':"")+":"+(e.condenseFlow?"":" "),N(e,n,c,!1,!1)&&(p+=e.dump,l+=p));e.tag=r,e.dump="{"+l+"}"}function $i(e,n,i,l){var r="",t=e.tag,o=Object.keys(i),a,u,c,p,s,C;if(e.sortKeys===!0)o.sort();else if(typeof e.sortKeys=="function")o.sort(e.sortKeys);else if(e.sortKeys)throw new k("sortKeys must be a boolean or a function");for(a=0,u=o.length;a<u;a+=1)C="",(!l||r!=="")&&(C+=d1(e,n)),c=o[a],p=i[c],e.replacer&&(p=e.replacer.call(i,c,p)),N(e,n+1,c,!0,!0,!0)&&(s=e.tag!==null&&e.tag!=="?"||e.dump&&e.dump.length>1024,s&&(e.dump&&X===e.dump.charCodeAt(0)?C+="?":C+="? "),C+=e.dump,s&&(C+=d1(e,n)),N(e,n+1,p,!0,s)&&(e.dump&&X===e.dump.charCodeAt(0)?C+=":":C+=": ",C+=e.dump,r+=C));e.tag=t,e.dump=r||"{}"}function Y1(e,n,i){var l,r,t,o,a,u;for(r=i?e.explicitTypes:e.implicitTypes,t=0,o=r.length;t<o;t+=1)if(a=r[t],(a.instanceOf||a.predicate)&&(!a.instanceOf||typeof n=="object"&&n instanceof a.instanceOf)&&(!a.predicate||a.predicate(n))){if(i?a.multi&&a.representName?e.tag=a.representName(n):e.tag=a.tag:e.tag="?",a.represent){if(u=e.styleMap[a.tag]||a.defaultStyle,_e.call(a.represent)==="[object Function]")l=a.represent(n,u);else if(be.call(a.represent,u))l=a.represent[u](n,u);else throw new k("!<"+a.tag+'> tag resolver accepts not "'+u+'" style');e.dump=l}return!0}return!1}function N(e,n,i,l,r,t,o){e.tag=null,e.dump=i,Y1(e,i,!1)||Y1(e,i,!0);var a=_e.call(e.dump),u=l,c;l&&(l=e.flowLevel<0||e.flowLevel>n);var p=a==="[object Object]"||a==="[object Array]",s,C;if(p&&(s=e.duplicates.indexOf(i),C=s!==-1),(e.tag!==null&&e.tag!=="?"||C||e.indent!==2&&n>0)&&(r=!1),C&&e.usedDuplicates[s])e.dump="*ref_"+s;else{if(p&&C&&!e.usedDuplicates[s]&&(e.usedDuplicates[s]=!0),a==="[object Object]")l&&Object.keys(e.dump).length!==0?($i(e,n,e.dump,r),C&&(e.dump="&ref_"+s+e.dump)):(Yi(e,n,e.dump),C&&(e.dump="&ref_"+s+" "+e.dump));else if(a==="[object Array]")l&&e.dump.length!==0?(e.noArrayIndent&&!o&&n>0?P1(e,n-1,e.dump,r):P1(e,n,e.dump,r),C&&(e.dump="&ref_"+s+e.dump)):(Pi(e,n,e.dump),C&&(e.dump="&ref_"+s+" "+e.dump));else if(a==="[object String]")e.tag!=="?"&&Ri(e,e.dump,n,t,u);else{if(a==="[object Undefined]")return!1;if(e.skipInvalid)return!1;throw new k("unacceptable kind of an object to dump "+a)}e.tag!==null&&e.tag!=="?"&&(c=encodeURI(e.tag[0]==="!"?e.tag.slice(1):e.tag).replace(/!/g,"%21"),e.tag[0]==="!"?c="!"+c:c.slice(0,18)==="tag:yaml.org,2002:"?c="!!"+c.slice(18):c="!<"+c+">",e.dump=c+" "+e.dump)}return!0}function ji(e,n){var i=[],l=[],r,t;for(m1(e,i,l),r=0,t=l.length;r<t;r+=1)n.duplicates.push(i[l[r]]);n.usedDuplicates=new Array(t)}function m1(e,n,i){var l,r,t;if(e!==null&&typeof e=="object")if(r=n.indexOf(e),r!==-1)i.indexOf(r)===-1&&i.push(r);else if(n.push(e),Array.isArray(e))for(r=0,t=e.length;r<t;r+=1)m1(e[r],n,i);else for(l=Object.keys(e),r=0,t=l.length;r<t;r+=1)m1(e[l[r]],n,i)}function Zi(e,n){n=n||{};var i=new Fi(n);i.noRefs||ji(e,i);var l=e;return i.replacer&&(l=i.replacer.call({"":l},"",l)),N(i,0,l,!0,!0)?i.dump+`
`:""}var Ui=Zi,zi={dump:Ui};function y1(e,n){return function(){throw new Error("Function yaml."+e+" is removed in js-yaml 4. Use yaml."+n+" instead, which is now safe by default.")}}var Ki=b,Vi=q1,qi=Q1,Gi=re,Wi=le,Xi=w1,Qi=Ae.load,Ji=Ae.loadAll,er=zi.dump,nr=k,ir={binary:ce,float:ie,map:X1,null:J1,pairs:fe,set:pe,timestamp:ae,bool:ee,int:ne,merge:ue,omap:se,seq:W1,str:G1},rr=y1("safeLoad","load"),lr=y1("safeLoadAll","loadAll"),or=y1("safeDump","dump"),tr={Type:Ki,Schema:Vi,FAILSAFE_SCHEMA:qi,JSON_SCHEMA:Gi,CORE_SCHEMA:Wi,DEFAULT_SCHEMA:Xi,load:Qi,loadAll:Ji,dump:er,YAMLException:nr,types:ir,safeLoad:rr,safeLoadAll:lr,safeDump:or};const ar={openMenu:"/assets/sounds/menu.wav",exitMenu:"/assets/sounds/exit.wav",select:"/assets/sounds/hover_1.wav",click:"/assets/sounds/click_1.wav",start:"/assets/sounds/launch.wav",switch:"/assets/sounds/switch.wav",toggle:"/assets/sounds/toggle.wav","ding-01":"/assets/sounds/ding-01.ogg","ding-02":"/assets/sounds/ding-02.ogg","ding-03":"/assets/sounds/ding-03.ogg","ding-04":"/assets/sounds/ding-04.ogg","ding-05":"/assets/sounds/ding-05.ogg","ding-06":"/assets/sounds/ding-06.ogg","ding-random":"random",sao_menu_select:"/assets/sounds/sao_menu_select.wav",sao_menu:"/assets/sounds/sao_menu.wav",sao_message_sound:"/assets/sounds/sao_message_sound.wav",sao_message:"/assets/sounds/sao_message.wav",sao_orb_dropdown:"/assets/sounds/sao_orb_dropdown.wav",sao_2_dead:"/assets/sounds/sao_2_dead.wav",sao_death_tone:"/assets/sounds/sao_death_tone.wav",sao1:"/assets/sounds/sao1.wav",sao_notification:"/assets/sounds/sao_notification.wav",off:void 0},$1=new Map;function P(e){let n=e;if(e!="off"){e=="ding-random"&&(n=`ding-0${Math.floor(Math.random()*6)+1}`);try{const i=ar[n],l=$1.get(i);let r;l?r=l:(r=new Audio(i),$1.set(i,r)),r&&(r.load(),r.play())}catch{console.log("这破浏览器！！！BAKA!!!!")}}}const ur=B({__name:"script.client",setup(e){z1("https://repo.mio.am/soul-firend/main.yml").then(i=>{He().value=tr.load(i.data)}),document.addEventListener("keydown",function(i){i.keyCode===9&&P("select")});const n=Ie();return K(()=>n.value,()=>{n.value!="off"&&(P(n.value),n.value="off")}),document.addEventListener("touchstart",function(i){i.touches[0].clientX,i.touches[0].clientY}),document.addEventListener("touchend",function(){}),document.addEventListener("touchmove",function(i){i.touches[0].clientX,i.touches[0].clientY}),(i,l)=>null}}),cr=["href"],H=B({__name:"menu.links",props:{color:{},url:{},toRouter:{type:Boolean}},setup(e){const n=e,i=j1(),l=r=>{r.preventDefault(),n.toRouter?i.push(`${n.url}`):location.href=`/assets/backboard/redirect.html?target=${n.url}`};return(r,t)=>(O(),I("a",{href:`${n.url}`,target:"_blank",class:L([n.color,"transition-all p-1 flex justify-center items-center mb-2 h-7 hover:border-0 text-sm outline-[#2a2449] hover:text-white focus:outline-none focus:shadow-xl focus:border"]),onClick:l},[Z1(r.$slots,"default")],10,cr))}}),sr={class:"w-full h-full flex items-center px-6 py-5"},fr={class:"w-[4.5rem] h-[4.5rem]"},pr=["src"],dr={class:"flex flex-col justify-between h-[4.5rem] flex-grow ml-4 mr-2"},hr={class:"flex flex-col items-start max-w-[8.75rem] overflow-hidden"},mr={class:"font-bold text-sm leading-6 overflow-ellipsis overflow-hidden whitespace-nowrap truncate"},Cr={class:"text-gray-600 text-xs leading-3"},vr={class:"flex justify-center items-center"},gr=["aria-label"],xr={key:0,fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},wr={key:1,fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},Ar=B({__name:"menu.music",setup(e){const n=g1(),i=j(!1);function l(){n.index.value>=4?n.index.value=0:n.index.value=n.index.value+1}function r(){n.index.value<=0?n.index.value=4:n.index.value=n.index.value-1}const t=j(null);function o(h){const d=t.value.getBoundingClientRect(),v=h.clientX-d.left;n.currentTime.value=v/d.width}const a=j(!1),u=j(!1),c=j(0);document.addEventListener("mousemove",function(h){c.value=h.clientX});function p(){a.value=!0,setTimeout(function(){u.value=!0},500)}document.addEventListener("mouseup",s);function s(h){if(a.value==!0){a.value=!1,setTimeout(function(){u.value=!1},1e3);const d=t.value.getBoundingClientRect(),v=h.clientX-d.left;n.currentTime.value=v/d.width}}const C=()=>{if(!a.value)return n.current.value||0;const h=t.value.getBoundingClientRect();return(c.value-h.left)/h.width};return(h,d)=>(O(),I("div",{class:L([i.value?"":"translate-y-[calc(100%-0.3rem)]","font-[Mona-Sans] transition-transform z-20 duration-500 absolute left-0 bottom-0 w-full dark:bg-gray-950 dark:bg-opacity-40 bg-white bg-opacity-80 border-t border-[#2a2449] border-opacity-10 backdrop-blur-sm"])},[f("div",{onMouseenter:d[0]||(d[0]=v=>x(P)("select")),onClick:d[1]||(d[1]=v=>{x(P)("switch"),i.value=!i.value}),style:{transform:"translate(-50%)"},class:"opacity-5 transition-all duration-500 hover:opacity-100 absolute text-white flex justify-center border-b-0 items-center p-2 -top-4 left-1/2 right-1/2 w-full h-4 bg-[#46415f] bg-opacity-90 z-10 border-t border-[#2a2449] backdrop-blur-3xl"},[(O(),I("svg",{xmlns:"http://www.w3.org/2000/svg",width:"12",height:"12",fill:"currentColor",class:L(["drop-shadow-2xl transition-all duration-1000",i.value?"rotate-180":""]),viewBox:"0 0 16 16"},d[5]||(d[5]=[f("path",{"fill-rule":"evenodd",d:"M8 10a.5.5 0 0 0 .5-.5V3.707l2.146 2.147a.5.5 0 0 0 .708-.708l-3-3a.5.5 0 0 0-.708 0l-3 3a.5.5 0 1 0 .708.708L7.5 3.707V9.5a.5.5 0 0 0 .5.5zm-7 2.5a.5.5 0 0 1 .5-.5h13a.5.5 0 0 1 0 1h-13a.5.5 0 0 1-.5-.5z"},null,-1)]),2))],32),f("button",{"aria-label":"progress bar",onClick:o,onMouseup:s,onMousedown:p,ref_key:"progress",ref:t,class:"top-0 w-full bg-[#acacac] dark:bg-gray-600 absolute z-10 h-1.5"},[f("div",{style:Ne(`width: ${C()*100}%`),class:L([u.value?"":"transition-all duration-600","bg-[#2a2449] w-12 absolute h-1.5 top-0 left-0"])},d[6]||(d[6]=[f("div",{class:"w-6 h-6 min-w-6 min-h-6 -top-3 absolute -right-2 bg-[url(~/assets/icon/progress.avif)] bg-cover bg-center bg-no-repeat"},null,-1)]),6)],544),f("div",sr,[f("div",fr,[f("img",{onerror:"this.onerror=null; this.src='/assets/img/default.avif';",src:x(n).list.value[x(n).index.value].artwork,class:L(["w-[4rem] h-[4rem] mt-[0.25rem] ml-[0.15rem] transition-all",x(n).pause.value?"shadow-xl shadow-stone-400":"shadow-2xl shadow-stone-900"]),alt:""},null,10,pr)]),f("div",dr,[f("div",hr,[f("div",mr,n1(x(n).list.value[x(n).index.value].title),1),f("div",Cr,n1(x(n).list.value[x(n).index.value].artist),1)]),f("div",vr,[f("button",{"aria-label":"Previous Song",onClick:d[2]||(d[2]=v=>{x(P)("ding-random"),r()}),class:"w-[1.4rem] h-[1.4rem] relative"},d[7]||(d[7]=[f("svg",{fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},[f("path",{d:"M13.9142 12.0001L18.7071 7.20718L17.2929 5.79297L11.0858 12.0001L17.2929 18.2072L18.7071 16.793L13.9142 12.0001ZM7 18.0001V6.00008H9V18.0001H7Z"})],-1)])),f("button",{"aria-label":x(n).pause.value?"Play":"Pause",onClick:d[3]||(d[3]=v=>{x(P)("ding-random"),x(n).pause.value=!x(n).pause.value}),class:"w-[1.3rem] h-[1.3rem] mx-7"},[x(n).pause.value?(O(),I("svg",xr,d[8]||(d[8]=[f("path",{d:"M19.376 12.4158L8.77735 19.4816C8.54759 19.6348 8.23715 19.5727 8.08397 19.3429C8.02922 19.2608 8 19.1643 8 19.0656V4.93408C8 4.65794 8.22386 4.43408 8.5 4.43408C8.59871 4.43408 8.69522 4.4633 8.77735 4.51806L19.376 11.5838C19.6057 11.737 19.6678 12.0474 19.5146 12.2772C19.478 12.3321 19.4309 12.3792 19.376 12.4158Z"},null,-1)]))):S1("",!0),x(n).pause.value?S1("",!0):(O(),I("svg",wr,d[9]||(d[9]=[f("path",{d:"M6 5H8V19H6V5ZM16 5H18V19H16V5Z"},null,-1)])))],8,gr),f("button",{"aria-label":"Next Song",onClick:d[4]||(d[4]=v=>{x(P)("ding-random"),l()}),class:"w-[1.4rem] h-[1.4rem] relative"},d[10]||(d[10]=[f("svg",{fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},[f("path",{d:"M10.0859 12.0001L5.29297 16.793L6.70718 18.2072L12.9143 12.0001L6.70718 5.79297L5.29297 7.20718L10.0859 12.0001ZM17.0001 6.00008L17.0001 18.0001H15.0001L15.0001 6.00008L17.0001 6.00008Z"})],-1)]))])])])],2))}}),_r=C1(Ar,[["__scopeId","data-v-25ccd579"]]),br={class:"w-full flex"},yr=B({__name:"border.one.bottom",props:{color:{type:Boolean}},setup(e){return(n,i)=>(O(),I("div",br,i[0]||(i[0]=[e1('<div class="flex-grow border-t border-[#7f0020] text-[#7f0020]"></div><svg viewBox="0 0 2249 250" class="w-96 top-0 -translate-y-[21%]" fill="currentColor"><g id="#000000ff"><path d=" M 656.12 10.19 C 670.27 5.38 686.81 6.16 699.57 14.36 C 713.98 23.29 720.42 42.56 715.16 58.52 C 712.65 66.34 706.90 73.26 699.13 76.22 C 689.95 79.61 679.19 78.44 670.95 73.16 C 665.09 69.61 660.77 63.54 659.94 56.67 C 661.39 60.23 662.47 64.06 665.04 67.03 C 675.08 78.60 695.33 80.63 706.32 69.31 C 717.05 58.07 716.43 39.48 707.84 27.17 C 702.82 19.83 694.76 14.96 686.20 12.92 C 670.20 9.15 652.43 14.18 640.79 25.79 C 632.60 33.63 627.00 44.53 626.76 55.99 C 626.65 66.81 631.73 77.13 639.15 84.79 C 649.65 95.69 664.05 102.43 678.92 104.74 C 697.87 108.11 717.30 105.49 735.77 100.75 C 760.08 94.44 783.29 84.67 807.11 76.83 C 825.58 70.82 844.95 65.18 864.57 67.58 C 876.94 68.91 889.71 74.35 896.56 85.21 C 889.35 79.30 880.73 75.04 871.42 73.79 C 852.11 70.98 832.91 76.60 814.84 82.88 C 790.61 91.19 767.02 101.43 742.26 108.16 C 721.76 113.66 700.14 116.88 679.04 113.05 C 662.87 110.57 647.21 103.43 635.61 91.76 C 629.58 90.20 623.16 89.12 617.07 91.03 C 609.73 92.97 602.81 98.32 600.95 105.97 C 598.86 113.50 601.71 123.28 609.44 126.36 C 615.96 129.18 625.02 126.07 626.83 118.81 C 627.87 113.53 622.70 109.91 618.42 108.22 C 623.11 103.04 631.47 105.90 634.82 111.18 C 639.76 118.22 636.72 128.15 630.50 133.35 C 620.65 142.10 603.43 139.86 596.24 128.78 C 590.40 120.14 590.64 108.03 596.32 99.38 C 600.49 93.15 607.49 89.13 614.86 88.12 C 621.67 86.94 628.63 88.45 634.92 91.12 C 631.55 87.49 628.50 83.57 626.03 79.29 C 609.19 88.04 589.48 89.25 570.94 86.93 C 547.22 83.77 524.92 74.68 502.04 68.16 C 474.46 60.25 445.66 57.44 417.04 57.75 C 398.35 57.51 379.67 58.56 360.98 58.79 C 340.66 59.37 320.32 59.38 299.99 59.00 C 219.28 58.64 138.58 57.69 57.89 55.68 C 38.83 55.11 19.74 54.95 0.70 53.93 C 79.61 51.34 158.55 50.07 237.50 49.40 C 247.67 48.98 257.86 49.55 268.04 49.04 C 282.68 48.89 297.34 49.20 311.98 48.74 C 349.33 49.30 386.66 46.44 424.01 47.26 C 452.49 47.76 481.06 51.80 508.09 61.01 C 530.99 68.66 553.25 78.86 577.25 82.66 C 593.33 85.26 610.22 84.47 625.44 78.32 C 620.90 69.09 618.91 58.38 621.25 48.25 C 625.10 30.60 639.20 16.01 656.12 10.19 Z"></path><path d=" M 1548.23 16.25 C 1561.27 6.25 1579.44 5.03 1594.66 10.29 C 1612.62 16.55 1627.37 32.83 1629.87 51.96 C 1631.16 61.02 1628.87 70.16 1625.09 78.36 C 1639.34 84.06 1655.07 85.16 1670.19 83.10 C 1690.80 80.38 1710.21 72.56 1729.62 65.50 C 1744.21 60.11 1759.10 55.41 1774.41 52.53 C 1800.57 47.33 1827.38 46.70 1853.97 47.25 C 1878.31 47.50 1902.63 48.88 1926.98 48.75 C 2034.33 49.30 2141.68 50.53 2249.00 53.79 L 2249.00 54.19 C 2147.71 57.15 2046.40 58.67 1945.07 59.01 C 1921.40 59.67 1897.71 58.98 1874.04 58.46 C 1849.57 57.73 1825.03 57.02 1800.59 58.87 C 1779.69 60.46 1759.03 64.66 1739.06 70.95 C 1719.31 77.12 1699.68 84.31 1679.06 86.99 C 1660.68 89.21 1641.18 87.98 1624.50 79.30 C 1621.88 83.55 1618.91 87.58 1615.47 91.20 C 1625.89 86.29 1639.14 86.29 1648.55 93.45 C 1659.75 101.66 1661.82 119.40 1653.22 130.20 C 1647.29 137.77 1636.40 140.57 1627.39 137.54 C 1620.38 135.34 1614.58 129.20 1613.40 121.86 C 1612.46 116.65 1614.51 110.98 1618.87 107.88 C 1622.74 104.77 1628.47 104.63 1632.19 108.09 C 1628.09 109.88 1623.26 112.88 1623.50 117.98 C 1624.74 125.83 1634.50 129.44 1641.29 126.25 C 1648.79 123.10 1651.49 113.60 1649.60 106.20 C 1647.74 98.35 1640.59 92.78 1633.01 90.92 C 1627.09 89.17 1620.91 90.24 1615.07 91.69 C 1611.37 95.14 1607.51 98.44 1603.24 101.15 C 1587.86 111.27 1569.11 114.66 1550.98 114.76 C 1534.81 114.51 1518.84 111.24 1503.34 106.80 C 1478.98 99.65 1455.64 89.54 1431.58 81.49 C 1414.19 75.63 1395.56 70.82 1377.15 74.13 C 1368.46 75.57 1360.62 79.87 1353.76 85.24 C 1356.61 81.34 1359.90 77.67 1364.01 75.05 C 1372.82 69.20 1383.59 67.27 1394.00 67.01 C 1404.89 66.90 1415.73 68.77 1426.22 71.64 C 1448.11 77.60 1469.14 86.22 1490.61 93.45 C 1509.82 99.99 1529.66 105.50 1550.05 106.23 C 1568.28 106.68 1587.37 103.29 1602.43 92.42 C 1613.49 84.76 1622.50 72.88 1623.59 59.13 C 1624.72 44.03 1615.97 29.63 1604.01 20.99 C 1589.05 10.20 1567.24 8.04 1551.53 18.46 C 1536.10 28.50 1530.95 52.05 1542.19 66.99 C 1548.15 75.24 1559.26 78.25 1568.95 76.24 C 1576.25 75.12 1582.30 70.50 1587.56 65.59 C 1577.40 80.29 1552.92 82.93 1541.12 68.93 C 1528.19 53.54 1532.48 28.10 1548.23 16.25 Z"></path><path d=" M 841.09 23.12 C 845.20 19.35 852.02 20.46 855.91 24.05 C 856.08 33.14 858.63 42.34 864.35 49.53 C 868.07 54.53 873.10 58.32 878.46 61.41 C 862.40 59.87 848.21 48.65 841.61 34.15 C 840.13 30.78 837.92 26.22 841.09 23.12 Z"></path><path d=" M 1395.89 22.99 C 1400.27 19.81 1408.18 19.67 1410.77 25.19 C 1411.69 29.51 1409.04 33.57 1407.27 37.33 C 1400.17 50.25 1386.88 59.95 1372.06 61.44 C 1384.04 54.99 1393.20 42.80 1394.14 29.00 C 1394.53 26.99 1393.90 24.31 1395.89 22.99 Z"></path><path d=" M 792.63 27.40 C 794.33 21.62 802.73 20.18 806.92 24.02 C 809.51 27.77 811.34 32.03 814.36 35.51 C 824.41 48.36 840.28 56.02 856.51 56.70 C 834.26 62.27 809.55 53.50 794.93 36.04 C 792.91 33.71 791.46 30.47 792.63 27.40 Z"></path><path d=" M 1444.38 23.33 C 1448.97 20.29 1456.76 22.12 1458.02 27.96 C 1459.17 32.13 1455.99 35.69 1453.37 38.49 C 1438.55 54.31 1415.10 62.05 1393.91 56.66 C 1412.65 56.07 1430.88 45.67 1440.31 29.38 C 1441.60 27.34 1442.44 24.89 1444.38 23.33 Z"></path><path d=" M 739.69 28.81 C 744.55 27.24 750.39 29.62 753.04 33.97 C 758.46 41.58 767.80 44.49 776.07 47.87 C 791.12 54.00 807.25 59.48 823.74 57.15 C 806.22 63.93 787.02 60.57 769.10 57.33 C 757.87 55.44 745.81 51.94 738.46 42.61 C 735.37 38.71 734.56 31.38 739.69 28.81 Z"></path><path d=" M 1497.72 33.63 C 1500.05 29.84 1504.78 28.07 1509.08 28.33 C 1512.74 28.65 1514.87 32.58 1514.50 35.97 C 1514.12 41.78 1509.43 45.94 1505.00 49.06 C 1495.26 55.63 1483.30 56.94 1472.02 58.96 C 1457.02 61.49 1441.12 62.64 1426.59 57.21 C 1445.65 59.77 1463.85 52.26 1481.11 45.19 C 1487.34 42.59 1493.80 39.38 1497.72 33.63 Z"></path><path d=" M 556.88 46.92 C 561.01 42.00 567.95 40.93 574.01 41.82 C 587.45 43.66 599.65 51.08 609.03 60.67 C 595.67 64.25 580.88 64.63 568.04 58.97 C 562.80 56.74 558.45 52.48 556.88 46.92 Z"></path><path d=" M 1666.97 44.08 C 1675.51 41.12 1686.84 39.39 1693.62 46.88 C 1691.99 52.83 1687.08 57.20 1681.48 59.41 C 1668.84 64.57 1654.51 64.16 1641.49 60.70 C 1648.53 53.31 1657.31 47.46 1666.97 44.08 Z"></path><path d=" M 967.69 57.65 C 974.80 48.43 989.78 48.11 998.05 55.95 C 1008.79 66.25 1010.65 83.74 1003.86 96.71 C 999.58 105.12 991.91 111.76 982.88 114.58 C 975.51 116.97 967.56 116.72 960.04 115.28 C 967.95 115.33 976.39 115.57 983.43 111.33 C 993.33 105.85 997.94 93.80 996.84 82.90 C 996.25 77.14 994.47 71.02 989.96 67.09 C 986.76 64.21 981.52 63.40 977.93 66.02 C 975.84 67.45 975.04 70.47 976.24 72.72 C 978.29 74.13 981.08 73.61 983.32 74.68 C 986.23 76.86 985.11 81.54 982.17 83.14 C 977.73 85.56 971.91 84.05 968.55 80.46 C 962.80 74.40 962.72 64.20 967.69 57.65 Z"></path><path d=" M 1254.95 54.01 C 1262.17 49.05 1272.54 49.14 1279.57 54.42 C 1287.81 60.46 1288.82 74.29 1281.15 81.19 C 1277.57 84.44 1271.50 85.64 1267.50 82.53 C 1264.95 80.70 1264.59 76.30 1267.39 74.55 C 1269.68 73.68 1272.48 74.06 1274.48 72.45 C 1275.98 68.70 1272.65 64.84 1268.93 64.56 C 1263.49 63.66 1258.60 67.68 1256.45 72.38 C 1250.14 85.61 1253.92 104.25 1267.39 111.51 C 1274.39 115.65 1282.72 115.27 1290.55 115.32 C 1280.07 117.36 1268.53 116.72 1259.39 110.74 C 1246.27 102.66 1239.64 85.66 1243.82 70.83 C 1245.69 64.31 1249.20 57.88 1254.95 54.01 Z"></path><path d=" M 1061.94 56.89 C 1069.02 52.58 1077.79 50.10 1085.98 52.41 C 1088.89 53.24 1092.07 55.01 1092.92 58.14 C 1093.29 61.10 1090.49 63.09 1087.95 63.70 C 1082.04 64.97 1075.92 64.07 1069.98 65.14 C 1061.48 66.29 1053.61 70.47 1047.39 76.28 C 1043.59 79.67 1040.63 83.84 1037.41 87.75 C 1042.73 75.63 1050.59 64.05 1061.94 56.89 Z"></path><path d=" M 1159.85 54.71 C 1162.70 52.46 1166.44 51.77 1169.98 51.52 C 1179.10 51.28 1187.82 55.46 1194.60 61.34 C 1202.60 68.47 1208.71 77.61 1212.87 87.45 C 1207.08 79.88 1200.48 72.48 1191.64 68.46 C 1184.60 65.01 1176.65 64.43 1168.94 64.42 C 1165.19 64.19 1160.51 64.29 1158.16 60.80 C 1156.65 58.71 1158.05 56.07 1159.85 54.71 Z"></path><path d=" M 1070.94 87.58 C 1083.82 84.68 1098.22 89.27 1106.66 99.51 C 1114.47 109.02 1115.62 123.12 1110.02 133.98 C 1105.11 143.69 1094.89 150.59 1084.00 151.26 C 1070.46 152.27 1057.04 142.33 1053.77 129.23 C 1051.42 120.12 1056.24 109.78 1064.81 105.86 C 1070.66 103.32 1077.91 103.16 1083.41 106.68 C 1089.13 110.37 1091.70 118.94 1087.80 124.80 C 1085.60 128.11 1081.44 130.65 1077.38 129.53 C 1074.93 128.80 1072.41 125.65 1074.04 123.19 C 1076.11 121.26 1079.08 120.82 1081.41 119.26 C 1082.72 116.51 1079.31 114.07 1076.96 113.56 C 1067.55 112.47 1059.69 123.02 1062.24 131.86 C 1064.94 143.29 1077.75 150.64 1089.04 147.98 C 1102.12 145.34 1110.52 130.71 1107.83 117.96 C 1105.79 107.18 1097.24 98.65 1087.40 94.46 C 1080.35 91.47 1072.39 91.39 1065.00 92.98 C 1055.12 95.06 1046.00 99.50 1036.87 103.64 C 1047.23 96.56 1058.55 90.24 1070.94 87.58 Z"></path><path d=" M 1144.66 98.52 C 1152.66 89.61 1165.35 85.26 1177.15 87.18 C 1188.11 88.78 1198.10 94.04 1207.51 99.63 C 1215.19 104.60 1223.66 108.15 1231.88 112.12 C 1248.12 119.61 1265.86 125.80 1284.01 123.92 C 1303.26 122.05 1320.50 111.32 1333.99 97.94 C 1335.05 97.07 1335.76 95.39 1337.32 95.38 C 1327.32 108.21 1316.31 121.10 1301.31 128.17 C 1289.28 134.07 1275.04 134.42 1262.39 130.41 C 1244.84 124.96 1229.85 113.98 1214.47 104.33 C 1207.17 100.41 1199.51 97.14 1191.63 94.59 C 1182.57 91.68 1172.38 90.61 1163.38 94.33 C 1152.48 98.79 1143.10 108.81 1142.27 120.95 C 1141.17 133.09 1149.70 146.00 1162.03 148.10 C 1173.08 150.37 1185.35 143.23 1188.16 132.16 C 1190.64 124.00 1184.49 114.48 1176.02 113.49 C 1172.89 113.00 1169.39 114.89 1168.62 118.06 C 1170.03 121.75 1176.43 120.60 1177.03 124.94 C 1176.59 127.36 1174.62 129.51 1172.12 129.74 C 1166.50 130.32 1161.56 125.32 1160.87 119.97 C 1160.27 114.26 1163.38 108.24 1168.65 105.79 C 1176.87 101.90 1187.73 104.47 1193.08 111.92 C 1198.01 118.14 1198.44 127.08 1195.04 134.11 C 1190.08 144.15 1179.38 151.59 1167.98 151.30 C 1153.23 151.28 1139.68 139.42 1137.44 124.88 C 1135.80 115.61 1138.31 105.56 1144.66 98.52 Z"></path><path d=" M 831.63 95.54 C 834.42 92.60 837.29 89.62 840.91 87.69 C 833.97 94.59 828.38 102.94 825.61 112.39 C 820.91 127.42 822.27 144.64 830.82 158.05 C 840.89 174.32 859.02 184.79 877.92 186.73 C 884.46 187.61 891.05 186.74 897.62 186.77 C 893.67 194.69 884.31 197.78 876.03 198.22 C 864.56 198.71 852.50 195.76 843.35 188.68 C 843.47 190.20 844.70 191.24 845.44 192.49 C 854.12 205.39 851.03 225.02 837.97 233.86 C 827.95 241.20 811.85 238.35 805.77 227.29 C 801.02 219.40 804.28 207.47 813.14 204.14 C 815.77 202.91 818.57 203.84 821.07 204.91 C 818.03 208.74 814.53 213.62 816.30 218.74 C 819.11 224.90 827.91 226.09 832.94 221.92 C 844.35 213.74 844.15 195.11 833.70 186.21 C 829.51 182.15 823.77 180.70 818.25 179.55 C 823.68 179.01 829.09 180.03 834.12 182.11 C 825.03 173.20 818.14 161.81 815.90 149.18 C 812.39 130.14 818.45 109.69 831.63 95.54 Z"></path><path d=" M 1409.74 87.70 C 1425.42 98.37 1434.81 117.20 1435.51 136.01 C 1436.50 153.43 1428.63 170.53 1416.05 182.36 C 1421.14 179.97 1426.78 178.98 1432.38 179.63 C 1425.70 180.62 1418.92 183.07 1414.56 188.48 C 1405.96 198.14 1407.22 215.47 1418.51 222.54 C 1423.51 226.05 1431.37 224.43 1434.17 218.88 C 1435.93 213.71 1432.51 208.77 1429.46 204.88 C 1435.26 201.43 1442.29 205.53 1444.93 211.06 C 1447.85 216.56 1447.44 223.73 1443.78 228.80 C 1438.48 236.54 1427.85 239.72 1419.01 236.98 C 1412.92 235.20 1407.92 230.72 1404.58 225.45 C 1397.70 214.32 1398.99 198.97 1407.45 189.03 C 1396.43 196.10 1382.95 199.87 1369.89 197.70 C 1363.09 196.56 1356.03 193.25 1352.86 186.78 C 1361.70 186.99 1370.66 187.72 1379.37 185.64 C 1398.22 181.78 1415.43 169.03 1423.26 151.26 C 1430.97 133.40 1428.00 111.76 1416.78 96.02 C 1414.69 93.03 1411.97 90.57 1409.74 87.70 Z"></path><path d=" M 857.43 95.42 C 871.37 89.33 889.53 92.73 899.37 104.66 C 910.01 117.51 907.82 139.30 894.02 149.06 C 885.24 155.18 872.92 155.72 863.67 150.32 C 855.66 145.81 850.08 136.47 851.49 127.16 C 852.46 119.19 860.01 112.37 868.18 113.16 C 871.09 113.22 873.44 115.06 875.24 117.20 C 871.27 118.42 867.02 120.13 864.91 123.98 C 862.54 127.53 864.18 132.21 866.78 135.16 C 872.52 142.24 884.58 142.42 890.71 135.73 C 897.57 128.43 898.50 116.34 893.07 107.96 C 885.56 96.48 870.33 92.52 857.43 95.42 Z"></path><path d=" M 1352.29 103.32 C 1362.45 92.29 1379.87 89.68 1393.41 95.47 C 1387.63 94.60 1381.68 93.90 1375.95 95.50 C 1368.21 97.35 1360.86 101.93 1356.83 108.93 C 1352.01 117.34 1353.19 128.98 1360.03 135.95 C 1366.25 142.53 1378.27 142.12 1383.88 134.94 C 1386.48 131.92 1387.92 127.11 1385.36 123.63 C 1383.20 120.00 1379.09 118.44 1375.29 117.19 C 1379.98 110.61 1390.07 112.74 1394.76 118.21 C 1401.27 125.15 1400.06 136.45 1394.50 143.58 C 1385.71 155.49 1367.03 157.38 1355.54 148.37 C 1342.02 137.92 1340.66 115.66 1352.29 103.32 Z"></path><path d=" M 913.59 95.46 C 924.80 106.15 937.29 116.17 952.29 120.91 C 967.05 125.95 983.26 124.89 997.97 120.19 C 1011.76 115.96 1024.60 109.27 1037.55 103.03 C 1024.37 111.99 1011.02 120.98 996.37 127.40 C 982.66 133.44 966.49 135.39 952.37 129.56 C 936.08 122.88 923.66 109.49 913.59 95.46 Z"></path><path d=" M 783.69 106.70 C 792.26 102.06 801.96 99.06 811.79 99.49 C 801.62 101.73 791.34 105.33 783.69 112.67 C 777.83 118.16 772.81 125.80 773.43 134.14 C 773.73 138.67 777.69 141.83 781.76 143.07 C 784.01 144.11 786.96 144.29 788.55 146.36 C 789.40 149.63 786.86 152.58 784.95 154.95 C 778.94 161.64 767.48 160.88 761.71 154.27 C 757.10 149.31 756.32 141.83 758.36 135.56 C 762.24 122.89 772.32 113.00 783.69 106.70 Z"></path><path d=" M 1438.57 99.45 C 1454.34 99.03 1469.71 106.27 1480.83 117.21 C 1487.51 124.14 1493.11 133.10 1493.20 143.00 C 1493.19 150.97 1486.99 158.49 1478.98 159.46 C 1470.81 161.03 1461.75 154.50 1461.62 146.00 C 1465.98 143.48 1471.66 143.12 1475.05 139.08 C 1478.34 134.88 1477.23 129.01 1475.33 124.45 C 1471.15 114.86 1462.47 107.86 1453.01 103.83 C 1448.40 101.74 1443.39 100.85 1438.57 99.45 Z"></path><path d=" M 676.70 137.76 C 686.72 125.56 702.41 119.63 717.69 117.58 C 711.35 121.46 705.41 125.99 700.26 131.36 C 694.72 137.12 689.97 143.59 684.71 149.60 C 681.47 153.27 677.26 156.76 672.08 156.57 C 669.18 149.98 672.37 142.85 676.70 137.76 Z"></path><path d=" M 720.87 137.94 C 730.88 125.68 746.75 119.83 762.11 118.22 C 753.69 122.68 746.44 129.05 740.28 136.26 C 735.50 141.50 731.51 147.45 726.28 152.27 C 723.80 154.62 720.50 155.76 717.16 156.13 C 713.89 150.00 716.78 142.89 720.87 137.94 Z"></path><path d=" M 1488.64 118.25 C 1503.76 119.91 1519.34 125.63 1529.33 137.59 C 1533.54 142.60 1536.88 150.06 1533.07 156.25 C 1524.96 155.42 1520.27 148.15 1515.46 142.48 C 1507.92 133.01 1499.36 124.10 1488.64 118.25 Z"></path><path d=" M 1532.63 117.54 C 1547.84 119.62 1563.48 125.40 1573.57 137.48 C 1577.99 142.65 1581.58 150.11 1578.14 156.75 C 1569.88 156.21 1565.11 148.69 1560.24 143.01 C 1552.53 133.07 1543.65 123.82 1532.63 117.54 Z"></path><path d=" M 926.13 131.03 C 932.62 134.86 937.78 141.41 938.46 149.08 C 938.88 153.65 938.04 159.17 933.94 161.90 C 932.13 163.14 928.69 163.76 927.86 161.09 C 925.65 156.19 928.35 151.01 928.90 146.05 C 929.92 140.88 928.60 135.59 926.13 131.03 Z"></path><path d=" M 1312.38 155.44 C 1310.11 145.69 1315.93 135.83 1324.31 131.05 C 1322.32 135.07 1320.77 139.50 1321.35 144.06 C 1321.69 150.36 1325.51 156.93 1321.79 162.91 C 1317.06 163.73 1313.15 159.86 1312.38 155.44 Z"></path><path d=" M 1013.81 137.91 C 1020.00 135.61 1026.25 132.00 1033.10 133.03 C 1031.90 140.40 1025.01 144.81 1018.75 147.69 C 1001.52 154.94 981.41 153.20 964.63 145.52 C 981.37 148.46 998.37 144.31 1013.81 137.91 Z"></path><path d=" M 1217.47 132.92 C 1224.68 132.10 1231.15 135.94 1237.68 138.32 C 1252.77 144.45 1269.32 148.37 1285.62 145.56 C 1267.96 153.70 1246.29 155.16 1228.66 146.18 C 1223.54 143.34 1218.15 139.18 1217.47 132.92 Z"></path><path d=" M 943.21 144.66 C 956.57 146.09 970.43 151.25 978.91 162.15 C 982.03 165.98 983.83 171.14 982.03 175.97 C 975.25 175.60 971.13 169.57 966.97 165.00 C 960.24 156.97 952.48 149.67 943.21 144.66 Z"></path><path d=" M 1270.91 163.02 C 1279.33 151.53 1293.59 146.13 1307.33 144.62 C 1298.12 149.58 1290.40 156.81 1283.72 164.77 C 1279.42 169.33 1275.32 175.77 1268.35 175.87 C 1266.95 171.43 1268.08 166.64 1270.91 163.02 Z"></path><path d=" M 862.76 206.26 C 868.04 209.48 873.79 211.98 879.94 212.96 C 888.52 214.75 897.27 213.45 905.94 213.81 C 909.36 213.82 912.48 215.32 915.31 217.11 C 914.79 220.62 912.60 223.69 909.36 225.19 C 902.03 228.72 893.34 227.83 885.87 225.22 C 876.23 221.82 868.38 214.66 862.76 206.26 Z"></path><path d=" M 1362.11 213.89 C 1371.09 213.63 1379.98 211.15 1387.59 206.35 C 1379.60 218.95 1365.31 228.28 1350.03 227.45 C 1344.42 227.06 1337.35 225.01 1335.60 218.95 C 1334.61 216.38 1337.99 215.55 1339.70 214.71 C 1347.00 212.61 1354.66 214.46 1362.11 213.89 Z"></path></g></svg><div class="flex-grow border-t border-[#7f0020] text-[#7f0020]"></div>',3)])))}}),Sr={class:"overflow-auto h-full menu"},kr={class:"px-7"},Mr={class:"mt-6 mb-4 w-full grid gap-1 text-gray-500 dark:text-gray-300 tracking-wide"},Er={class:"flex items-center"},Lr={class:"text-sm ml-1.5 mt-0.5 text-black dark:text-gray-200"},Tr={class:"px-7"},Fr={class:"mt-4 w-full"},Or={class:"mt-2"},Ir={class:"w-full"},Nr={class:"grid grid-cols-2 gap-2"},Dr={class:"grid grid-cols-5 gap-2"},Rr=B({__name:"menu.left",setup(e){const n=U1();g1();const i=j1(),l=De(),r=j(!0),t=new Date,o=new Date(t.getTime()+t.getTimezoneOffset()*6e4),a=new Date(o.getTime()+8*60*60*1e3);return K(()=>n.left.value,()=>{n.left.value?G("openMenu"):G("exitMenu")}),(u,c)=>{const p=v1;return O(),I("div",{class:L([x(n).left?"-z-0":"-z-10 md:-z-0 hidden md:flex","overflow-x-hidden dark:bg-[rgb(25,25,25)] dark:shadow-black w-72 absolute left-0 top-0 md:-translate-x-0 transition-all flex-col items-start h-full bg-white menu overflow-hidden"])},[c[16]||(c[16]=f("div",{class:"w-full h-full absolute top-0 left-0 pointer-events-none"},null,-1)),y(p,null,{default:F(()=>[y(_r)]),_:1}),f("div",Sr,[f("button",{onClick:c[0]||(c[0]=()=>{x(G)("toggle"),x(l).path=="/"?x(i).push("/chronicle"):x(i).push("/")}),class:L(["flex mx-auto",r.value?"flex-col":"items-center mb-5"])},[f("div",{class:L([r.value?"w-[16rem] h-[16rem]":"w-16 h-16 mt-1.5","rounded-full border-0 border-gray-300 bg-no-repeat bg-center bg-cover"]),style:{"background-image":"url(https://cdn.mio.am/gravatar/a4cd208dc18e91177ea4cb94bf4ff32e?s=500&d=mp&r=g)"}},null,2),f("div",{class:L(["mt-4 text-center items-center flex flex-col w-full",r.value?"":"ml-2"])},c[1]||(c[1]=[f("div",{class:"text-2xl font-semibold"},"白澪 · 卡丝蕾特",-1),f("div",{class:"text-gray-400 font-light"},"@Mioura · she/her",-1)]),2)],2),f("div",kr,[c[6]||(c[6]=f("div",{class:"mt-4"},"☯ 少女祈祷中~",-1)),f("div",Mr,[c[4]||(c[4]=e1('<div class="flex items-center" data-v-89442229><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-geo-alt" viewBox="0 0 16 16" data-v-89442229><path d="M12.166 8.94c-.524 1.062-1.234 2.12-1.96 3.07A31.493 31.493 0 0 1 8 14.58a31.481 31.481 0 0 1-2.206-2.57c-.726-.95-1.436-2.008-1.96-3.07C3.304 7.867 3 6.862 3 6a5 5 0 0 1 10 0c0 .862-.305 1.867-.834 2.94zM8 16s6-5.686 6-10A6 6 0 0 0 2 6c0 4.314 6 10 6 10z" data-v-89442229></path><path d="M8 8a2 2 0 1 1 0-4 2 2 0 0 1 0 4zm0 1a3 3 0 1 0 0-6 3 3 0 0 0 0 6z" data-v-89442229></path></svg><div class="text-sm ml-1.5 mt-0.5 text-black dark:text-gray-200" data-v-89442229>United Imperial of Mio</div></div>',1)),f("div",Er,[c[3]||(c[3]=f("svg",{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",fill:"currentColor",class:"bi bi-clock",viewBox:"0 0 16 16"},[f("path",{d:"M8 3.5a.5.5 0 0 0-1 0V9a.5.5 0 0 0 .252.434l3.5 2a.5.5 0 0 0 .496-.868L8 8.71V3.5z"}),f("path",{d:"M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16zm7-8A7 7 0 1 1 1 8a7 7 0 0 1 14 0z"})],-1)),f("div",Lr,[Re(n1(x(a).getHours())+":"+n1(x(a).getMinutes()),1),c[2]||(c[2]=f("span",{class:"ml-1 text-gray-500"},"(UTC +08:00)",-1))])]),c[5]||(c[5]=e1('<div class="flex items-center tooltip" data-v-89442229><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-envelope" viewBox="0 0 16 16" data-v-89442229><path d="M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm2-1a1 1 0 0 0-1 1v.217l7 4.2 7-4.2V4a1 1 0 0 0-1-1zm13 2.383-4.708 2.825L15 11.105zm-.034 6.876-5.64-3.471L8 9.583l-1.326-.795-5.64 3.47A1 1 0 0 0 2 13h12a1 1 0 0 0 .966-.741M1 11.105l4.708-2.897L1 5.383z" data-v-89442229></path></svg><div class="text-sm ml-1.5 mt-0.5 text-black dark:text-gray-200 relative w-28" data-v-89442229>i@mio.am <span class="tooltip-top-left" data-v-89442229>Standby email</span></div></div><div class="flex items-center tooltip" data-v-89442229><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="text-emerald-500 bi bi-envelope" viewBox="0 0 16 16" data-v-89442229><path d="M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm2-1a1 1 0 0 0-1 1v.217l7 4.2 7-4.2V4a1 1 0 0 0-1-1zm13 2.383-4.708 2.825L15 11.105zm-.034 6.876-5.64-3.471L8 9.583l-1.326-.795-5.64 3.47A1 1 0 0 0 2 13h12a1 1 0 0 0 .966-.741M1 11.105l4.708-2.897L1 5.383z" data-v-89442229></path></svg><div class="text-sm ml-1.5 mt-0.5 text-black dark:text-gray-200 relative w-28" data-v-89442229>mio@chyan.moe <span class="tooltip-top-left" data-v-89442229>Primary email</span></div></div>',2))])]),y(yr,{class:"mt-9 mb-5"}),f("div",Tr,[c[14]||(c[14]=f("div",{class:"mb-10 w-full"},[f("div",{class:"mt-3 text-gray-800 font-semibold text-sm"},"Donor"),f("div",{class:"mt-2 grid grid-cols-7 gap-1"})],-1)),f("div",Fr,[f("div",Or,[f("div",Ir,[f("div",Nr,[y(H,{"aria-label":"github",url:"https://github.com/Miourasaki",color:"hover:bg-[#1f2328] text-[#1f2328]"},{default:F(()=>c[7]||(c[7]=[f("svg",{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",fill:"currentColor",class:"bi bi-github",viewBox:"0 0 16 16"},[f("path",{d:"M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.012 8.012 0 0 0 16 8c0-4.42-3.58-8-8-8z"})],-1),f("div",{class:"ml-1"},"Github",-1)])),_:1}),y(H,{"aria-label":"donate","to-router":!0,url:"/donate",color:"hover:bg-gradient-to-r from-[#2a2449] via-pink-500 to-red-300 text-[#2a2449]"},{default:F(()=>c[8]||(c[8]=[f("svg",{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",fill:"currentColor",class:"bi bi-piggy-bank",viewBox:"0 0 16 16"},[f("path",{d:"M5 6.25a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0zm1.138-1.496A6.613 6.613 0 0 1 7.964 4.5c.666 0 1.303.097 1.893.273a.5.5 0 0 0 .286-.958A7.602 7.602 0 0 0 7.964 3.5c-.734 0-1.441.103-2.102.292a.5.5 0 1 0 .276.962z"}),f("path",{"fill-rule":"evenodd",d:"M7.964 1.527c-2.977 0-5.571 1.704-6.32 4.125h-.55A1 1 0 0 0 .11 6.824l.254 1.46a1.5 1.5 0 0 0 1.478 1.243h.263c.3.513.688.978 1.145 1.382l-.729 2.477a.5.5 0 0 0 .48.641h2a.5.5 0 0 0 .471-.332l.482-1.351c.635.173 1.31.267 2.011.267.707 0 1.388-.095 2.028-.272l.543 1.372a.5.5 0 0 0 .465.316h2a.5.5 0 0 0 .478-.645l-.761-2.506C13.81 9.895 14.5 8.559 14.5 7.069c0-.145-.007-.29-.02-.431.261-.11.508-.266.705-.444.315.306.815.306.815-.417 0 .223-.5.223-.461-.026a.95.95 0 0 0 .09-.255.7.7 0 0 0-.202-.645.58.58 0 0 0-.707-.098.735.735 0 0 0-.375.562c-.024.243.082.48.32.654a2.112 2.112 0 0 1-.259.153c-.534-2.664-3.284-4.595-6.442-4.595zM2.516 6.26c.455-2.066 2.667-3.733 5.448-3.733 3.146 0 5.536 2.114 5.536 4.542 0 1.254-.624 2.41-1.67 3.248a.5.5 0 0 0-.165.535l.66 2.175h-.985l-.59-1.487a.5.5 0 0 0-.629-.288c-.661.23-1.39.359-2.157.359a6.558 6.558 0 0 1-2.157-.359.5.5 0 0 0-.635.304l-.525 1.471h-.979l.633-2.15a.5.5 0 0 0-.17-.534 4.649 4.649 0 0 1-1.284-1.541.5.5 0 0 0-.446-.275h-.56a.5.5 0 0 1-.492-.414l-.254-1.46h.933a.5.5 0 0 0 .488-.393zm12.621-.857a.565.565 0 0 1-.098.21.704.704 0 0 1-.044-.025c-.146-.09-.157-.175-.152-.223a.236.236 0 0 1 .117-.173c.049-.027.08-.021.113.012a.202.202 0 0 1 .064.199z"})],-1),f("div",{class:"ml-1"},"Donate",-1)])),_:1})]),f("div",Dr,[y(H,{"aria-label":"bilibili",url:"https://space.bilibili.com/94209973",color:"hover:bg-[#fb7299] text-[#fb7299]"},{default:F(()=>c[9]||(c[9]=[f("svg",{class:"w-[1.3rem] h-[1.3rem]",fill:"currentColor",viewBox:"0 0 1024 1024",xmlns:"http://www.w3.org/2000/svg","p-id":"9734",width:"200",height:"200"},[f("path",{d:"M306.005333 117.632L444.330667 256h135.296l138.368-138.325333a42.666667 42.666667 0 0 1 60.373333 60.373333L700.330667 256H789.333333A149.333333 149.333333 0 0 1 938.666667 405.333333v341.333334a149.333333 149.333333 0 0 1-149.333334 149.333333h-554.666666A149.333333 149.333333 0 0 1 85.333333 746.666667v-341.333334A149.333333 149.333333 0 0 1 234.666667 256h88.96L245.632 177.962667a42.666667 42.666667 0 0 1 60.373333-60.373334zM789.333333 341.333333h-554.666666a64 64 0 0 0-63.701334 57.856L170.666667 405.333333v341.333334a64 64 0 0 0 57.856 63.701333L234.666667 810.666667h554.666666a64 64 0 0 0 63.701334-57.856L853.333333 746.666667v-341.333334A64 64 0 0 0 789.333333 341.333333zM341.333333 469.333333a42.666667 42.666667 0 0 1 42.666667 42.666667v85.333333a42.666667 42.666667 0 0 1-85.333333 0v-85.333333a42.666667 42.666667 0 0 1 42.666666-42.666667z m341.333334 0a42.666667 42.666667 0 0 1 42.666666 42.666667v85.333333a42.666667 42.666667 0 0 1-85.333333 0v-85.333333a42.666667 42.666667 0 0 1 42.666667-42.666667z","p-id":"9735"})],-1)])),_:1}),y(H,{"aria-label":"twitter",url:"https://x.com/@Miourasaki",color:"hover:bg-[#0f1419] text-[#0f1419]"},{default:F(()=>c[10]||(c[10]=[f("svg",{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",fill:"currentColor",class:"bi bi-twitter-x",viewBox:"0 0 16 16"},[f("path",{d:"M12.6.75h2.454l-5.36 6.142L16 15.25h-4.937l-3.867-5.07-4.425 5.07H.316l5.733-6.57L0 .75h5.063l3.495 4.633L12.601.75Zm-.86 13.028h1.36L4.323 2.145H2.865l8.875 11.633Z"})],-1)])),_:1}),y(H,{"aria-label":"telegram",url:"https://t.me/miourasaki",color:"hover:bg-[#2381cc] text-[#2381cc]"},{default:F(()=>c[11]||(c[11]=[f("svg",{class:"w-5 h-5",viewBox:"0 0 448 512"},[f("path",{d:"M446.7 98.6l-67.6 318.8c-5.1 22.5-18.4 28.1-37.3 17.5l-103-75.9l-49.7 47.8c-5.5 5.5-10.1 10.1-20.7 10.1l7.4-104.9l190.9-172.5c8.3-7.4-1.8-11.5-12.9-4.1L117.8 284L16.2 252.2c-22.1-6.9-22.5-22.1 4.6-32.7L418.2 66.4c18.4-6.9 34.5 4.1 28.5 32.2z",fill:"currentColor"})],-1)])),_:1}),y(H,{"aria-label":"blog",url:"/blogs","to-router":!0,color:"hover:bg-[#d55687] text-[#d55687]"},{default:F(()=>c[12]||(c[12]=[f("svg",{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",fill:"currentColor",class:"bi bi-feather",viewBox:"0 0 16 16"},[f("path",{d:"M15.807.531c-.174-.177-.41-.289-.64-.363a3.765 3.765 0 0 0-.833-.15c-.62-.049-1.394 0-2.252.175C10.365.545 8.264 1.415 6.315 3.1c-1.95 1.686-3.168 3.724-3.758 5.423-.294.847-.44 1.634-.429 2.268.005.316.05.62.154.88.017.04.035.082.056.122A68.362 68.362 0 0 0 .08 15.198a.528.528 0 0 0 .157.72.504.504 0 0 0 .705-.16 67.606 67.606 0 0 1 2.158-3.26c.285.141.616.195.958.182.513-.02 1.098-.188 1.723-.49 1.25-.605 2.744-1.787 4.303-3.642l1.518-1.55a.528.528 0 0 0 0-.739l-.729-.744 1.311.209a.504.504 0 0 0 .443-.15c.222-.23.444-.46.663-.684.663-.68 1.292-1.325 1.763-1.892.314-.378.585-.752.754-1.107.163-.345.278-.773.112-1.188a.524.524 0 0 0-.112-.172ZM3.733 11.62C5.385 9.374 7.24 7.215 9.309 5.394l1.21 1.234-1.171 1.196a.526.526 0 0 0-.027.03c-1.5 1.789-2.891 2.867-3.977 3.393-.544.263-.99.378-1.324.39a1.282 1.282 0 0 1-.287-.018Zm6.769-7.22c1.31-1.028 2.7-1.914 4.172-2.6a6.85 6.85 0 0 1-.4.523c-.442.533-1.028 1.134-1.681 1.804l-.51.524-1.581-.25Zm3.346-3.357C9.594 3.147 6.045 6.8 3.149 10.678c.007-.464.121-1.086.37-1.806.533-1.535 1.65-3.415 3.455-4.976 1.807-1.561 3.746-2.36 5.31-2.68a7.97 7.97 0 0 1 1.564-.173Z"})],-1)])),_:1}),y(H,{"aria-label":"rss",url:"https://rss.mio.am",color:"hover:bg-[#de7e33] text-[#de7e33]"},{default:F(()=>c[13]||(c[13]=[f("svg",{class:"w-5 h-5",viewBox:"0 0 24 24"},[f("g",{fill:"none",stroke:"currentColor","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"},[f("circle",{cx:"5",cy:"19",r:"1"}),f("path",{d:"M4 4a16 16 0 0 1 16 16"}),f("path",{d:"M4 11a9 9 0 0 1 9 9"})])],-1)])),_:1})])])])]),c[15]||(c[15]=e1('<div class="my-6" data-v-89442229><img src="https://count.getloli.com/@mio.am" alt="Vist website count" class="pointer-events-none" data-v-89442229></div><div class="my-6 flex items-center justify-center text-sm" data-v-89442229><a class="hover:text-pink-800 transition-color text-stone-800" href="https://icp.gov.moe/?keyword=20244244" target="_blank" data-v-89442229>萌ICP备20244244号</a></div><div class="my-1" data-v-89442229></div>',3))])])],2)}}}),Br=C1(Rr,[["__scopeId","data-v-89442229"]]),Hr=B({__name:"menu.right",setup(e){const n=U1();return K(()=>n.right.value,()=>{n.right.value?G("openMenu"):G("exitMenu")}),(i,l)=>{const r=v1;return O(),I("div",{class:L([x(n).right.value?"-z-0":"-z-10 hidden md:flex","dark:bg-[rgb(25,25,25)] dark:shadow-black overflow-auto w-72 absolute right-0 top-0 md:-translate-x-0 transition-all flex-col items-start h-full bg-white menu"])},[y(r)],2)}}}),Pr=C1(Hr,[["__scopeId","data-v-04842c4a"]]),Yr=window.setInterval,$r=B({__name:"player.client",setup(e){const n=g1();K(()=>n.currentTime.value,()=>{i.currentTime=n.currentTime.value*i.duration}),z1("https://repo.mio.am/soul-music/main").then(a=>{n.list.value=a.data,l()});let i=new Audio;Yr(function(){n.current.value=i.currentTime/i.duration},100);function l(){i.src!=n.list.value[n.index.value].src&&(i.src=n.list.value[n.index.value].src),navigator.mediaSession.metadata=new MediaMetadata({title:n.list.value[n.index.value].title,artist:n.list.value[n.index.value].artist,album:"Five souls a day",artwork:[{src:n.list.value[n.index.value].artwork}]})}K(()=>n.pause.value,()=>{r()});function r(){l(),i.paused?(setTimeout(function(){i.play()},10),n.pause.value=!1,document.title.includes("播放暂停")?document.title=document.title.replace("播放暂停","正在播放"):document.title=`${document.title} & 正在播放»
    ${n.list.value[n.index.value].artist} -
    ${n.list.value[n.index.value].title} / 白澪`):(i.pause(),n.pause.value=!0,document.title.includes("正在播放")?document.title=document.title.replace("正在播放","播放暂停"):document.title=`${document.title} & 播放暂停»
    ${n.list.value[n.index.value].artist} -
    ${n.list.value[n.index.value].title} / 白澪`)}i.addEventListener("ended",t),K(()=>n.index.value,()=>{l(),i.load(),r()});function t(){n.index.value>=4?n.index.value=0:n.index.value=n.index.value+1}function o(){n.index.value<=0?n.index.value=4:n.index.value=n.index.value-1}return navigator.mediaSession.setActionHandler("play",function(){n.pause=!1}),navigator.mediaSession.setActionHandler("pause",function(){n.pause=!0}),navigator.mediaSession.setActionHandler("seekbackward",function(){i.currentTime-=10}),navigator.mediaSession.setActionHandler("seekforward",function(){i.currentTime+=10}),navigator.mediaSession.setActionHandler("previoustrack",o),navigator.mediaSession.setActionHandler("nexttrack",t),(a,u)=>null}}),qr=B({__name:"default",setup(e){return Pe({title:"澪的紅茶館 / Miourasaki's official person website",meta:[{name:"description",content:"Miourasaki's official person website & Chronicle of Mio·Kaslet"},{name:"apple-mobile-web-app-title",content:"澪的紅茶館 / Miourasaki's official person website"},{name:"application-name",content:"澪的紅茶館 / Miourasaki's official person website"},{name:"msapplication-TileColor",content:"#2a2546"},{name:"msapplication-TileImage",content:"/assets/pwa/mstile-144x144.png"},{name:"msapplication-config",content:"/assets/pwa/browserconfig.xml"},{name:"theme-color",content:"#2a2449"}],link:[{rel:"icon",type:"image/png",sizes:"32x32",href:"/assets/pwa/favicon-32x32.png"},{rel:"icon",type:"image/png",sizes:"16x16",href:"/assets/pwa/favicon-16x16.png"},{rel:"manifest",href:"/assets/pwa/site.webmanifest"},{rel:"mask-icon",href:"/assets/pwa/safari-pinned-tab.svg",color:"#2a2546"},{rel:"shortcut icon",href:"/assets/pwa/favicon.ico"}],htmlAttrs:{lang:"en"}}),(n,i)=>{const l=v1;return O(),I(Be,null,[y(Br),y(Pr),Z1(n.$slots,"default"),y(l,null,{default:F(()=>[y($r),y(ur)]),_:1})],64)}}});export{qr as default};
