diff --git a/assets/lib/waline/waline.css b/assets/lib/waline/waline.css index 077979567..cb96f9f32 100644 --- a/assets/lib/waline/waline.css +++ b/assets/lib/waline/waline.css @@ -1 +1 @@ -:root{--waline-font-size: 1rem;--waline-white: #fff;--waline-light-grey: #999;--waline-dark-grey: #666;--waline-theme-color: #27ae60;--waline-active-color: #2ecc71;--waline-color: #444;--waline-bgcolor: #fff;--waline-bgcolor-light: #f8f8f8;--waline-bgcolor-hover: #f0f0f0;--waline-border-color: #ddd;--waline-disable-bgcolor: #f8f8f8;--waline-disable-color: #000;--waline-code-bgcolor: #282c34;--waline-bq-color: #f0f0f0;--waline-avatar-size: 3.25rem;--waline-m-avatar-size: calc(var(--waline-avatar-size) * 9 / 13);--waline-badge-color: #3498db;--waline-badge-font-size: 0.75em;--waline-info-bgcolor: #f8f8f8;--waline-info-color: #999;--waline-info-font-size: 0.625em;--waline-border: 1px solid var(--waline-border-color);--waline-avatar-radius: 50%;--waline-box-shadow: none}[data-waline]{font-size:var(--waline-font-size);text-align:start}[dir=rtl] [data-waline]{direction:rtl}[data-waline] *{box-sizing:content-box;line-height:1.75}[data-waline] p{color:var(--waline-color)}[data-waline] a{position:relative;display:inline-block;color:var(--waline-theme-color);text-decoration:none;word-break:break-word;cursor:pointer}[data-waline] a:hover{color:var(--waline-active-color)}[data-waline] img{max-width:100%;max-height:400px;border:none}[data-waline] hr{margin:.825em 0;border-style:dashed;border-color:var(--waline-bgcolor-light)}[data-waline] code,[data-waline] pre{margin:0;padding:.2em .4em;border-radius:3px;background:var(--waline-bgcolor-light);font-size:85%}[data-waline] pre{overflow:auto;padding:10px;line-height:1.45}[data-waline] pre::-webkit-scrollbar{width:6px;height:6px}[data-waline] pre::-webkit-scrollbar-track-piece:horizontal{-webkit-border-radius:6px;border-radius:6px;background:rgba(0,0,0,.1)}[data-waline] pre::-webkit-scrollbar-thumb:horizontal{width:6px;-webkit-border-radius:6px;border-radius:6px;background:var(--waline-theme-color)}[data-waline] pre code{padding:0;background:rgba(0,0,0,0);color:var(--waline-color);white-space:pre-wrap;word-break:keep-all}[data-waline] blockquote{margin:.5em 0;padding:.5em 0 .5em 1em;border-inline-start:8px solid var(--waline-bq-color);color:var(--waline-dark-grey)}[data-waline] blockquote>p{margin:0}[data-waline] ol,[data-waline] ul{margin-inline-start:1.25em;padding:0}[data-waline] input[type=checkbox],[data-waline] input[type=radio]{display:inline-block;vertical-align:middle;margin-top:-2px}.wl-btn{display:inline-block;vertical-align:middle;min-width:2.5em;margin-bottom:0;padding:.5em 1em;border:1px solid var(--waline-border-color);border-radius:.5em;background:rgba(0,0,0,0);color:var(--waline-color);font-weight:400;font-size:.75em;line-height:1.5;text-align:center;white-space:nowrap;cursor:pointer;user-select:none;transition-duration:.4s;touch-action:manipulation}.wl-btn:hover,.wl-btn:active{border-color:var(--waline-theme-color);color:var(--waline-theme-color)}.wl-btn:disabled{border-color:var(--waline-border-color);background:var(--waline-disable-bgcolor);color:var(--waline-disable-color);cursor:not-allowed}.wl-btn.primary{border-color:var(--waline-theme-color);background:var(--waline-theme-color);color:var(--waline-white)}.wl-btn.primary:hover,.wl-btn.primary:active{border-color:var(--waline-active-color);background:var(--waline-active-color);color:var(--waline-white)}.wl-btn.primary:disabled{border-color:var(--waline-border-color);background:var(--waline-disable-bgcolor);color:var(--waline-disable-color);cursor:not-allowed}.wl-loading{text-align:center}.wl-loading svg{margin:0 auto}.wl-comment{position:relative;display:flex;margin-bottom:.75em}.wl-close{position:absolute;top:-4px;inset-inline-end:-4px;padding:0;border:none;background:rgba(0,0,0,0);line-height:1;cursor:pointer}.wl-login-info{max-width:80px;margin-top:.75em;text-align:center}.wl-logout-btn{position:absolute;top:-10px;inset-inline-end:-10px;padding:3px;border:none;background:rgba(0,0,0,0);line-height:0;cursor:pointer}.wl-avatar{position:relative;width:var(--waline-avatar-size);height:var(--waline-avatar-size);margin:0 auto;border:var(--waline-border);border-radius:var(--waline-avatar-radius)}@media(max-width: 720px){.wl-avatar{width:var(--waline-m-avatar-size);height:var(--waline-m-avatar-size)}}.wl-avatar img{width:100%;height:100%;border-radius:var(--waline-avatar-radius)}.wl-login-nick{display:block;color:var(--waline-theme-color);font-size:.75em;word-break:break-all}.wl-panel{position:relative;flex-shrink:1;width:100%;margin:.5em;border:var(--waline-border);border-radius:.75em;background:var(--waline-bgcolor);box-shadow:var(--waline-box-shadow)}.wl-header{display:flex;overflow:hidden;padding:0 4px;border-bottom:2px dashed var(--waline-border-color);border-top-left-radius:.75em;border-top-right-radius:.75em}@media(max-width: 580px){.wl-header{display:block}}.wl-header label{min-width:40px;padding:.75em .5em;color:var(--waline-color);font-size:.75em;text-align:center}.wl-header input{flex:1;width:0;padding:.5em;background:rgba(0,0,0,0);font-size:.625em;resize:none}.wl-header-item{display:flex;flex:1}@media(max-width: 580px){.wl-header-item:not(:last-child){border-bottom:2px dashed var(--waline-border-color)}}.wl-header-1 .wl-header-item{width:100%}.wl-header-2 .wl-header-item{width:50%}@media(max-width: 580px){.wl-header-2 .wl-header-item{flex:0;width:100%}}.wl-header-3 .wl-header-item{width:33.33%}@media(max-width: 580px){.wl-header-3 .wl-header-item{width:100%}}.wl-editor{position:relative;width:calc(100% - 1em);min-height:8.75em;margin:.75em .5em;border-radius:.5em;background:rgba(0,0,0,0);font-size:.875em;resize:vertical}.wl-editor,.wl-input{max-width:100%;border:none;color:var(--waline-color);outline:none;transition:all .25s ease}.wl-editor:focus,.wl-input:focus{background:var(--waline-bgcolor-light)}.wl-preview{padding:0 .5em .5em}.wl-preview h4{margin:.25em;font-weight:bold;font-size:.9375em}.wl-preview .wl-content{min-height:1.25em;padding:.25em;word-break:break-word;hyphens:auto}.wl-preview .wl-content>*:first-child{margin-top:0}.wl-preview .wl-content>*:last-child{margin-bottom:0}.wl-footer{position:relative;display:flex;flex-wrap:wrap;margin:.5em .75em}.wl-actions{display:flex;flex:2;align-items:center}.wl-action{display:inline-flex;align-items:center;justify-content:center;width:1.5em;height:1.5em;margin:2px;padding:0;border:none;background:rgba(0,0,0,0);color:var(--waline-color);font-size:16px;cursor:pointer}.wl-action:hover{color:var(--waline-theme-color)}.wl-action.active{color:var(--waline-active-color)}#wl-image-upload{display:none}#wl-image-upload:focus+label{color:var(--waline-color)}#wl-image-upload:focus-visible+label{outline:-webkit-focus-ring-color auto 1px}.wl-info{display:flex;flex:3;align-items:center;justify-content:flex-end}.wl-info .wl-text-number{color:var(--waline-info-color);font-size:.75em}.wl-info .wl-text-number .illegal{color:red}.wl-info button{margin-inline-start:.75em}.wl-info button svg{display:block;margin:0 auto;line-height:18px}.wl-emoji-popup{position:absolute;top:100%;inset-inline-start:1.25em;z-index:10;max-width:526px;border:var(--waline-border);border-radius:6px;background:var(--waline-bgcolor);box-shadow:var(--waline-box-shadow);opacity:0;visibility:hidden;transition:transform .2s ease-out,opacity .2s ease-out;transform:scale(0.9, 0.9);transform-origin:0 0}.wl-emoji-popup.display{opacity:1;visibility:visible;transform:none}.wl-emoji-popup button{display:inline-block;vertical-align:middle;width:2em;margin:.125em;padding:0;border-width:0;background:rgba(0,0,0,0);font-size:inherit;line-height:2;text-align:center;cursor:pointer}.wl-emoji-popup button:hover{background:var(--waline-bgcolor-hover)}.wl-emoji-popup .wl-emoji{display:inline-block;vertical-align:middle;max-width:1.5em;max-height:1.5em}.wl-emoji-popup .wl-tab-wrapper{overflow-y:auto;max-height:145px;padding:.5em}.wl-emoji-popup .wl-tab-wrapper::-webkit-scrollbar{width:6px;height:6px}.wl-emoji-popup .wl-tab-wrapper::-webkit-scrollbar-track-piece:vertical{-webkit-border-radius:6px;border-radius:6px;background:rgba(0,0,0,.1)}.wl-emoji-popup .wl-tab-wrapper::-webkit-scrollbar-thumb:vertical{width:6px;-webkit-border-radius:6px;border-radius:6px;background:var(--waline-theme-color)}.wl-emoji-popup .wl-tabs{position:relative;overflow-x:auto;padding:0 6px;white-space:nowrap}.wl-emoji-popup .wl-tabs::before{content:" ";position:absolute;top:0;right:0;left:0;z-index:2;height:1px;background:var(--waline-border-color)}.wl-emoji-popup .wl-tabs::-webkit-scrollbar{width:6px;height:6px}.wl-emoji-popup .wl-tabs::-webkit-scrollbar-track-piece:horizontal{-webkit-border-radius:6px;border-radius:6px;background:rgba(0,0,0,.1)}.wl-emoji-popup .wl-tabs::-webkit-scrollbar-thumb:horizontal{height:6px;-webkit-border-radius:6px;border-radius:6px;background:var(--waline-theme-color)}.wl-emoji-popup .wl-tab{position:relative;margin:0;padding:0 .5em}.wl-emoji-popup .wl-tab.active{z-index:3;border:1px solid var(--waline-border-color);border-top-width:0;border-bottom-right-radius:6px;border-bottom-left-radius:6px;background:var(--waline-bgcolor)}.wl-gif-popup{position:absolute;top:100%;inset-inline-start:1.25em;z-index:10;width:calc(100% - 3em);padding:.75em .75em .25em;border:var(--waline-border);border-radius:6px;background:var(--waline-bgcolor);box-shadow:var(--waline-box-shadow);opacity:0;visibility:hidden;transition:transform .2s ease-out,opacity .2s ease-out;transform:scale(0.9, 0.9);transform-origin:0 0}.wl-gif-popup.display{opacity:1;visibility:visible;transform:none}.wl-gif-popup input{box-sizing:border-box;width:100%;margin-bottom:10px;padding:3px 5px;border:var(--waline-border)}.wl-gif-popup img{display:block;box-sizing:border-box;width:100%;border-width:2px;border-style:solid;border-color:#fff;cursor:pointer}.wl-gif-popup img:hover{border-color:var(--waline-theme-color);border-radius:2px}.wl-gallery{display:flex;overflow-y:auto;max-height:80vh}.wl-gallery-column{display:flex;flex:1;flex-direction:column;height:-webkit-max-content;height:-moz-max-content;height:max-content}.wl-cards .wl-user{--avatar-size: var(--waline-avatar-size);position:relative;margin-inline-end:.75em}@media(max-width: 720px){.wl-cards .wl-user{--avatar-size: var(--waline-m-avatar-size)}}.wl-cards .wl-user img{width:var(--avatar-size);height:var(--avatar-size);border-radius:var(--waline-avatar-radius);box-shadow:var(--waline-box-shadow)}.wl-cards .wl-user .verified-icon{position:absolute;top:calc(var(--avatar-size)*3/4);inset-inline-start:calc(var(--avatar-size)*3/4);border-radius:50%;background:var(--waline-bgcolor);box-shadow:var(--waline-box-shadow)}.wl-card-item{position:relative;display:flex;padding:.5em}.wl-card-item .wl-card-item{padding-inline-end:0}.wl-card{flex:1;width:0;padding-bottom:.5em;border-bottom:1px dashed var(--waline-border-color)}.wl-card:first-child{margin-inline-start:1em}.wl-card-item:last-child>.wl-card{border-bottom:none}.wl-card .wl-nick svg{position:relative;bottom:-0.125em;line-height:1}.wl-card .wl-head{overflow:hidden;line-height:1.5}.wl-card .wl-head .wl-nick{position:relative;display:inline-block;margin-inline-end:.5em;font-weight:bold;font-size:.875em;line-height:1;text-decoration:none}.wl-card span.wl-nick{color:var(--waline-dark-grey)}.wl-card .wl-badge{display:inline-block;margin-inline-end:1em;padding:0 .3em;border:1px solid var(--waline-badge-color);border-radius:4px;color:var(--waline-badge-color);font-size:var(--waline-badge-font-size)}.wl-card .wl-time{margin-inline-end:.875em;color:var(--waline-info-color);font-size:.75em}.wl-card .wl-meta{position:relative;line-height:1}.wl-card .wl-meta>span{display:inline-block;margin-inline-end:.25em;padding:2px 4px;border-radius:.2em;background:var(--waline-info-bgcolor);color:var(--waline-info-color);font-size:var(--waline-info-font-size);line-height:1.5}.wl-card .wl-meta>span:empty{display:none}.wl-card .wl-comment-actions{float:right;line-height:1}[dir=rtl] .wl-card .wl-comment-actions{float:left}.wl-card .wl-delete,.wl-card .wl-like,.wl-card .wl-reply,.wl-card .wl-edit{display:inline-flex;align-items:center;border:none;background:rgba(0,0,0,0);color:var(--waline-color);line-height:1;cursor:pointer;transition:color .2s ease}.wl-card .wl-delete:hover,.wl-card .wl-like:hover,.wl-card .wl-reply:hover,.wl-card .wl-edit:hover{color:var(--waline-theme-color)}.wl-card .wl-delete.active,.wl-card .wl-like.active,.wl-card .wl-reply.active,.wl-card .wl-edit.active{color:var(--waline-active-color)}.wl-card .wl-content{position:relative;margin-bottom:.75em;padding-top:.625em;font-size:.875em;line-height:2;word-wrap:break-word}.wl-card .wl-content.expand{overflow:hidden;max-height:8em;cursor:pointer}.wl-card .wl-content.expand::before{content:"";position:absolute;top:0;bottom:3.15em;inset-inline-start:0;z-index:999;display:block;width:100%;background:linear-gradient(180deg, #000, rgba(255, 255, 255, 0.9))}.wl-card .wl-content.expand::after{content:attr(data-expand);position:absolute;bottom:0;inset-inline-start:0;z-index:999;display:block;width:100%;height:3.15em;background:rgba(255,255,255,.9);color:#828586;line-height:3.15em;text-align:center}.wl-card .wl-content>*:first-child{margin-top:0}.wl-card .wl-content>*:last-child{margin-bottom:0}.wl-card .wl-admin-actions{margin:8px 0;font-size:12px;text-align:right}.wl-card .wl-comment-status{margin:0 8px}.wl-card .wl-comment-status .wl-btn{border-radius:0}.wl-card .wl-comment-status .wl-btn:first-child{border-inline-end:0;border-radius:.5em 0 0 .5em}.wl-card .wl-comment-status .wl-btn:last-child{border-inline-start:0;border-radius:0 .5em .5em 0}.wl-card .wl-quote{border-inline-start:1px dashed rgba(237,237,237,.5)}.wl-card .wl-quote .wl-user{--avatar-size: var(--waline-m-avatar-size)}.wl-close-icon{color:var(--waline-border-color)}.wl-content .vemoji,.wl-content .wl-emoji{display:inline-block;vertical-align:baseline;height:1.25em;margin:-0.125em .25em}.wl-content .wl-tex{background:var(--waline-info-bgcolor);color:var(--waline-info-color)}.wl-content span.wl-tex{display:inline-block;margin-inline-end:.25em;padding:2px 4px;border-radius:.2em;font-size:var(--waline-info-font-size);line-height:1.5}.wl-content p.wl-tex{text-align:center}.wl-content .katex-display{overflow:auto hidden;-webkit-overflow-scrolling:touch;padding-top:.2em;padding-bottom:.2em}.wl-content .katex-display::-webkit-scrollbar{height:3px}.wl-content .katex-error{color:red}.wl-count{flex:1;font-weight:bold;font-size:1.25em}.wl-empty{overflow:auto;padding:1.25em;color:var(--waline-color);text-align:center}.wl-operation{text-align:center}.wl-operation button{margin:1em 0}.wl-power{padding:.5em 0;color:var(--waline-light-grey);font-size:var(--waline-info-font-size);text-align:end}.wl-meta-head{display:flex;flex-direction:row;align-items:center;padding:.375em}.wl-sort{margin:0;list-style-type:none}.wl-sort li{display:inline-block;color:var(--waline-info-color);font-size:.75em;cursor:pointer}.wl-sort li.active{color:var(--waline-theme-color)}.wl-sort li+li{margin-inline-start:1em}.wl-reaction{overflow:auto hidden;margin-bottom:1.75em;text-align:center}.wl-reaction img{width:100%;height:100%;transition:all 250ms ease-in-out}.wl-reaction-title{margin:16px auto;font-weight:bold;font-size:18px}.wl-reaction-list{display:flex;flex-direction:row;gap:16px;justify-content:center;margin:0;padding:8px;list-style-type:none}@media(max-width: 580px){.wl-reaction-list{gap:12px}}[data-waline] .wl-reaction-list{margin-inline-start:0}.wl-reaction-item{display:flex;flex-direction:column;align-items:center;cursor:pointer}.wl-reaction-item:hover img,.wl-reaction-item.active img{transform:scale(1.15)}.wl-reaction-img{position:relative;width:42px;height:42px}@media(max-width: 580px){.wl-reaction-img{width:32px;height:32px}}.wl-reaction-loading{position:absolute;top:-4px;inset-inline-end:-5px;width:18px;height:18px;color:var(--waline-theme-color)}.wl-reaction-votes{position:absolute;top:-9px;inset-inline-end:-9px;min-width:1em;padding:2px;border:1px solid var(--waline-theme-color);border-radius:1em;background:var(--waline-bgcolor);color:var(--waline-theme-color);font-weight:700;font-size:.75em;line-height:1}.wl-reaction-item.active .wl-reaction-votes{background:var(--waline-theme-color);color:var(--waline-bgcolor)}.wl-reaction-text{font-size:.875em}.wl-reaction-item.active .wl-reaction-text{color:var(--waline-theme-color)}.wl-content pre,.wl-content pre[class*=language-]{overflow:auto;margin:.75rem 0;padding:1rem 1.25rem;border-radius:6px;background:var(--waline-code-bgcolor);line-height:1.4}.wl-content pre code,.wl-content pre[class*=language-] code{padding:0;border-radius:0;background:rgba(0,0,0,0) !important;color:#bbb;direction:ltr}.wl-content code[class*=language-],.wl-content pre[class*=language-]{background:none;color:#ccc;font-size:1em;font-family:Consolas,Monaco,"Andale Mono","Ubuntu Mono",monospace;text-align:left;white-space:pre;word-spacing:normal;word-wrap:normal;word-break:normal;tab-size:4;hyphens:none}.wl-content pre[class*=language-]{overflow:auto}.wl-content :not(pre)>code[class*=language-],.wl-content pre[class*=language-]{background:#2d2d2d}.wl-content :not(pre)>code[class*=language-]{padding:.1em;border-radius:.3em;white-space:normal}.wl-content .token.comment,.wl-content .token.block-comment,.wl-content .token.prolog,.wl-content .token.doctype,.wl-content .token.cdata{color:#999}.wl-content .token.punctuation{color:#ccc}.wl-content .token.tag,.wl-content .token.attr-name,.wl-content .token.namespace,.wl-content .token.deleted{color:#e2777a}.wl-content .token.function-name{color:#6196cc}.wl-content .token.boolean,.wl-content .token.number,.wl-content .token.function{color:#f08d49}.wl-content .token.property,.wl-content .token.class-name,.wl-content .token.constant,.wl-content .token.symbol{color:#f8c555}.wl-content .token.selector,.wl-content .token.important,.wl-content .token.atrule,.wl-content .token.keyword,.wl-content .token.builtin{color:#cc99cd}.wl-content .token.string,.wl-content .token.char,.wl-content .token.attr-value,.wl-content .token.regex,.wl-content .token.variable{color:#7ec699}.wl-content .token.operator,.wl-content .token.entity,.wl-content .token.url{color:#67cdcc}.wl-content .token.important,.wl-content .token.bold{font-weight:bold}.wl-content .token.italic{font-style:italic}.wl-content .token.entity{cursor:help}.wl-content .token.inserted{color:green}.wl-recent-item p{display:inline}.wl-user-list{padding:0;list-style:none}.wl-user-list a,.wl-user-list a:hover,.wl-user-list a:visited{color:var(--waline-color);text-decoration:none}.wl-user-list .wl-user-avatar{position:relative;display:inline-block;overflow:hidden;margin-inline-end:10px;border-radius:4px;line-height:0}.wl-user-list .wl-user-avatar>img{width:var(--waline-user-avatar-size, 48px);height:var(--waline-user-avatar-size, 48px)}.wl-user-list .wl-user-badge{position:absolute;bottom:0;inset-inline-end:0;min-width:.7em;height:1.5em;padding:0 .4em;border-radius:4px;background:var(--waline-info-bgcolor);color:var(--waline-info-color);font-weight:bold;font-size:10px;line-height:1.5em;text-align:center}.wl-user-list .wl-user-item{margin:10px 0}.wl-user-list .wl-user-item:nth-child(1) .wl-user-badge{background:var(--waline-rank-gold-bgcolor, #fa3939);color:var(--waline-white);font-weight:bold}.wl-user-list .wl-user-item:nth-child(2) .wl-user-badge{background:var(--waline-rank-silver-bgcolor, #fb811c);color:var(--waline-white);font-weight:bold}.wl-user-list .wl-user-item:nth-child(3) .wl-user-badge{background:var(--waline-rank-copper-bgcolor, #feb207);color:var(--waline-white)}.wl-user-list .wl-user-meta{display:inline-block;vertical-align:top}.wl-user-list .wl-badge{display:inline-block;vertical-align:text-top;margin-inline-start:.5em;padding:0 .3em;border:1px solid var(--waline-badge-color);border-radius:4px;color:var(--waline-badge-color);font-size:var(--waline-badge-font-size)}.wl-user-wall{padding:0;list-style:none}.wl-user-wall .wl-user-badge,.wl-user-wall .wl-user-meta{display:none}.wl-user-wall .wl-user-item{position:relative;display:inline-block;transition:transform ease-in-out .2s}.wl-user-wall .wl-user-item::before,.wl-user-wall .wl-user-item::after{position:absolute;bottom:100%;left:50%;z-index:10;opacity:0;pointer-events:none;transition:all .18s ease-out .18s;transform:translate(-50%, 4px);transform-origin:top}.wl-user-wall .wl-user-item::before{content:"";width:0;height:0;border:5px solid rgba(0,0,0,0);border-top-color:rgba(16,16,16,.95)}.wl-user-wall .wl-user-item::after{content:attr(aria-label);margin-bottom:10px;padding:.5em 1em;border-radius:2px;background:rgba(16,16,16,.95);color:#fff;font-size:12px;white-space:nowrap}.wl-user-wall .wl-user-item:hover{transform:scale(1.1)}.wl-user-wall .wl-user-item:hover::before,.wl-user-wall .wl-user-item:hover::after{opacity:1;pointer-events:none;transform:translate(-50%, 0)}.wl-user-wall .wl-user-item img{width:var(--waline-user-avatar-size, 48px);height:var(--waline-user-avatar-size, 48px)}/*# sourceMappingURL=waline.css.map */ +:root{--waline-font-size: 1rem;--waline-white: #fff;--waline-light-grey: #999;--waline-dark-grey: #666;--waline-theme-color: #27ae60;--waline-active-color: #2ecc71;--waline-color: #444;--waline-bg-color: #fff;--waline-bg-color-light: #f8f8f8;--waline-bg-color-hover: #f0f0f0;--waline-border-color: #ddd;--waline-disable-bg-color: #f8f8f8;--waline-disable-color: #000;--waline-code-bg-color: #282c34;--waline-bq-color: #f0f0f0;--waline-avatar-size: 3.25rem;--waline-m-avatar-size: calc(var(--waline-avatar-size) * 9 / 13);--waline-badge-color: #3498db;--waline-badge-font-size: 0.75em;--waline-info-bg-color: #f8f8f8;--waline-info-color: #999;--waline-info-font-size: 0.625em;--waline-border: 1px solid var(--waline-border-color);--waline-avatar-radius: 50%;--waline-box-shadow: none}[data-waline]{font-size:var(--waline-font-size);text-align:start}[dir=rtl] [data-waline]{direction:rtl}[data-waline] *{box-sizing:content-box;line-height:1.75}[data-waline] p{color:var(--waline-color)}[data-waline] a{position:relative;display:inline-block;color:var(--waline-theme-color);text-decoration:none;word-break:break-word;cursor:pointer}[data-waline] a:hover{color:var(--waline-active-color)}[data-waline] img{max-width:100%;max-height:400px;border:none}[data-waline] hr{margin:.825em 0;border-style:dashed;border-color:var(--waline-bg-color-light)}[data-waline] code,[data-waline] pre{margin:0;padding:.2em .4em;border-radius:3px;background:var(--waline-bg-color-light);font-size:85%}[data-waline] pre{overflow:auto;padding:10px;line-height:1.45}[data-waline] pre::-webkit-scrollbar{width:6px;height:6px}[data-waline] pre::-webkit-scrollbar-track-piece:horizontal{-webkit-border-radius:6px;border-radius:6px;background:rgba(0,0,0,.1)}[data-waline] pre::-webkit-scrollbar-thumb:horizontal{width:6px;-webkit-border-radius:6px;border-radius:6px;background:var(--waline-theme-color)}[data-waline] pre code{padding:0;background:rgba(0,0,0,0);color:var(--waline-color);white-space:pre-wrap;word-break:keep-all}[data-waline] blockquote{margin:.5em 0;padding:.5em 0 .5em 1em;border-inline-start:8px solid var(--waline-bq-color);color:var(--waline-dark-grey)}[data-waline] blockquote>p{margin:0}[data-waline] ol,[data-waline] ul{margin-inline-start:1.25em;padding:0}[data-waline] input[type=checkbox],[data-waline] input[type=radio]{display:inline-block;vertical-align:middle;margin-top:-2px}.wl-btn{display:inline-block;vertical-align:middle;min-width:2.5em;margin-bottom:0;padding:.5em 1em;border:1px solid var(--waline-border-color);border-radius:.5em;background:rgba(0,0,0,0);color:var(--waline-color);font-weight:400;font-size:.75em;line-height:1.5;text-align:center;white-space:nowrap;cursor:pointer;user-select:none;transition-duration:.4s;touch-action:manipulation}.wl-btn:hover,.wl-btn:active{border-color:var(--waline-theme-color);color:var(--waline-theme-color)}.wl-btn:disabled{border-color:var(--waline-border-color);background:var(--waline-disable-bg-color);color:var(--waline-disable-color);cursor:not-allowed}.wl-btn.primary{border-color:var(--waline-theme-color);background:var(--waline-theme-color);color:var(--waline-white)}.wl-btn.primary:hover,.wl-btn.primary:active{border-color:var(--waline-active-color);background:var(--waline-active-color);color:var(--waline-white)}.wl-btn.primary:disabled{border-color:var(--waline-border-color);background:var(--waline-disable-bg-color);color:var(--waline-disable-color);cursor:not-allowed}.wl-loading{text-align:center}.wl-loading svg{margin:0 auto}.wl-comment{position:relative;display:flex;margin-bottom:.75em}.wl-close{position:absolute;top:-4px;inset-inline-end:-4px;padding:0;border:none;background:rgba(0,0,0,0);line-height:1;cursor:pointer}.wl-login-info{max-width:80px;margin-top:.75em;text-align:center}.wl-logout-btn{position:absolute;top:-10px;inset-inline-end:-10px;padding:3px;border:none;background:rgba(0,0,0,0);line-height:0;cursor:pointer}.wl-avatar{position:relative;width:var(--waline-avatar-size);height:var(--waline-avatar-size);margin:0 auto;border:var(--waline-border);border-radius:var(--waline-avatar-radius)}@media(max-width: 720px){.wl-avatar{width:var(--waline-m-avatar-size);height:var(--waline-m-avatar-size)}}.wl-avatar img{width:100%;height:100%;border-radius:var(--waline-avatar-radius)}.wl-login-nick{display:block;color:var(--waline-theme-color);font-size:.75em;word-break:break-all}.wl-panel{position:relative;flex-shrink:1;width:100%;margin:.5em;border:var(--waline-border);border-radius:.75em;background:var(--waline-bg-color);box-shadow:var(--waline-box-shadow)}.wl-header{display:flex;overflow:hidden;padding:0 4px;border-bottom:2px dashed var(--waline-border-color);border-top-left-radius:.75em;border-top-right-radius:.75em}@media(max-width: 580px){.wl-header{display:block}}.wl-header label{min-width:40px;padding:.75em .5em;color:var(--waline-color);font-size:.75em;text-align:center}.wl-header input{flex:1;width:0;padding:.5em;background:rgba(0,0,0,0);font-size:.625em;resize:none}.wl-header-item{display:flex;flex:1}@media(max-width: 580px){.wl-header-item:not(:last-child){border-bottom:2px dashed var(--waline-border-color)}}.wl-header-1 .wl-header-item{width:100%}.wl-header-2 .wl-header-item{width:50%}@media(max-width: 580px){.wl-header-2 .wl-header-item{flex:0;width:100%}}.wl-header-3 .wl-header-item{width:33.33%}@media(max-width: 580px){.wl-header-3 .wl-header-item{width:100%}}.wl-editor{position:relative;width:calc(100% - 1em);min-height:8.75em;margin:.75em .5em;border-radius:.5em;background:rgba(0,0,0,0);font-size:.875em;resize:vertical}.wl-editor,.wl-input{max-width:100%;border:none;color:var(--waline-color);outline:none;transition:all .25s ease}.wl-editor:focus,.wl-input:focus{background:var(--waline-bg-color-light)}.wl-preview{padding:0 .5em .5em}.wl-preview h4{margin:.25em;font-weight:bold;font-size:.9375em}.wl-preview .wl-content{min-height:1.25em;padding:.25em;word-break:break-word;hyphens:auto}.wl-preview .wl-content>*:first-child{margin-top:0}.wl-preview .wl-content>*:last-child{margin-bottom:0}.wl-footer{position:relative;display:flex;flex-wrap:wrap;margin:.5em .75em}.wl-actions{display:flex;flex:2;align-items:center}.wl-action{display:inline-flex;align-items:center;justify-content:center;width:1.5em;height:1.5em;margin:2px;padding:0;border:none;background:rgba(0,0,0,0);color:var(--waline-color);font-size:16px;cursor:pointer}.wl-action:hover{color:var(--waline-theme-color)}.wl-action.active{color:var(--waline-active-color)}#wl-image-upload{display:none}#wl-image-upload:focus+label{color:var(--waline-color)}#wl-image-upload:focus-visible+label{outline:-webkit-focus-ring-color auto 1px}.wl-info{display:flex;flex:3;align-items:center;justify-content:flex-end}.wl-info .wl-text-number{color:var(--waline-info-color);font-size:.75em}.wl-info .wl-text-number .illegal{color:red}.wl-info button{margin-inline-start:.75em}.wl-info button svg{display:block;margin:0 auto;line-height:18px}.wl-emoji-popup{position:absolute;top:100%;inset-inline-start:1.25em;z-index:10;display:none;width:100%;max-width:526px;border:var(--waline-border);border-radius:6px;background:var(--waline-bg-color);box-shadow:var(--waline-box-shadow)}.wl-emoji-popup.display{display:block}.wl-emoji-popup button{display:inline-block;vertical-align:middle;width:2em;margin:.125em;padding:0;border-width:0;background:rgba(0,0,0,0);font-size:inherit;line-height:2;text-align:center;cursor:pointer}.wl-emoji-popup button:hover{background:var(--waline-bg-color-hover)}.wl-emoji-popup .wl-emoji{display:inline-block;vertical-align:middle;max-width:1.5em;max-height:1.5em}.wl-emoji-popup .wl-tab-wrapper{overflow-y:auto;max-height:145px;padding:.5em}.wl-emoji-popup .wl-tab-wrapper::-webkit-scrollbar{width:6px;height:6px}.wl-emoji-popup .wl-tab-wrapper::-webkit-scrollbar-track-piece:vertical{-webkit-border-radius:6px;border-radius:6px;background:rgba(0,0,0,.1)}.wl-emoji-popup .wl-tab-wrapper::-webkit-scrollbar-thumb:vertical{width:6px;-webkit-border-radius:6px;border-radius:6px;background:var(--waline-theme-color)}.wl-emoji-popup .wl-tabs{position:relative;overflow-x:auto;padding:0 6px;white-space:nowrap}.wl-emoji-popup .wl-tabs::before{content:" ";position:absolute;top:0;right:0;left:0;z-index:2;height:1px;background:var(--waline-border-color)}.wl-emoji-popup .wl-tabs::-webkit-scrollbar{width:6px;height:6px}.wl-emoji-popup .wl-tabs::-webkit-scrollbar-track-piece:horizontal{-webkit-border-radius:6px;border-radius:6px;background:rgba(0,0,0,.1)}.wl-emoji-popup .wl-tabs::-webkit-scrollbar-thumb:horizontal{height:6px;-webkit-border-radius:6px;border-radius:6px;background:var(--waline-theme-color)}.wl-emoji-popup .wl-tab{position:relative;margin:0;padding:0 .5em}.wl-emoji-popup .wl-tab.active{z-index:3;border:1px solid var(--waline-border-color);border-top-width:0;border-bottom-right-radius:6px;border-bottom-left-radius:6px;background:var(--waline-bg-color)}.wl-gif-popup{position:absolute;top:100%;inset-inline-start:1.25em;z-index:10;width:calc(100% - 3em);padding:.75em .75em .25em;border:var(--waline-border);border-radius:6px;background:var(--waline-bg-color);box-shadow:var(--waline-box-shadow);opacity:0;visibility:hidden;transition:transform .2s ease-out,opacity .2s ease-out;transform:scale(0.9, 0.9);transform-origin:0 0}.wl-gif-popup.display{opacity:1;visibility:visible;transform:none}.wl-gif-popup input{box-sizing:border-box;width:100%;margin-bottom:10px;padding:3px 5px;border:var(--waline-border)}.wl-gif-popup img{display:block;box-sizing:border-box;width:100%;border-width:2px;border-style:solid;border-color:#fff;cursor:pointer}.wl-gif-popup img:hover{border-color:var(--waline-theme-color);border-radius:2px}.wl-gallery{display:flex;overflow-y:auto;max-height:80vh}.wl-gallery-column{display:flex;flex:1;flex-direction:column;height:-webkit-max-content;height:-moz-max-content;height:max-content}.wl-cards .wl-user{--avatar-size: var(--waline-avatar-size);position:relative;margin-inline-end:.75em}@media(max-width: 720px){.wl-cards .wl-user{--avatar-size: var(--waline-m-avatar-size)}}.wl-cards .wl-user .wl-user-avatar{width:var(--avatar-size);height:var(--avatar-size);border-radius:var(--waline-avatar-radius);box-shadow:var(--waline-box-shadow)}.wl-cards .wl-user .verified-icon{position:absolute;top:calc(var(--avatar-size)*3/4);inset-inline-start:calc(var(--avatar-size)*3/4);border-radius:50%;background:var(--waline-bg-color);box-shadow:var(--waline-box-shadow)}.wl-card-item{position:relative;display:flex;padding:.5em}.wl-card-item .wl-card-item{padding-inline-end:0}.wl-card{flex:1;width:0;padding-bottom:.5em;border-bottom:1px dashed var(--waline-border-color)}.wl-card:first-child{margin-inline-start:1em}.wl-card-item:last-child>.wl-card{border-bottom:none}.wl-card .wl-nick svg{position:relative;bottom:-0.125em;line-height:1}.wl-card .wl-head{overflow:hidden;line-height:1.5}.wl-card .wl-head .wl-nick{position:relative;display:inline-block;margin-inline-end:.5em;font-weight:bold;font-size:.875em;line-height:1;text-decoration:none}.wl-card span.wl-nick{color:var(--waline-dark-grey)}.wl-card .wl-badge{display:inline-block;margin-inline-end:1em;padding:0 .3em;border:1px solid var(--waline-badge-color);border-radius:4px;color:var(--waline-badge-color);font-size:var(--waline-badge-font-size)}.wl-card .wl-time{margin-inline-end:.875em;color:var(--waline-info-color);font-size:.75em}.wl-card .wl-meta{position:relative;line-height:1}.wl-card .wl-meta>span{display:inline-block;margin-inline-end:.25em;padding:2px 4px;border-radius:.2em;background:var(--waline-info-bg-color);color:var(--waline-info-color);font-size:var(--waline-info-font-size);line-height:1.5}.wl-card .wl-meta>span:empty{display:none}.wl-card .wl-comment-actions{float:right;line-height:1}[dir=rtl] .wl-card .wl-comment-actions{float:left}.wl-card .wl-delete,.wl-card .wl-like,.wl-card .wl-reply,.wl-card .wl-edit{display:inline-flex;align-items:center;border:none;background:rgba(0,0,0,0);color:var(--waline-color);line-height:1;cursor:pointer;transition:color .2s ease}.wl-card .wl-delete:hover,.wl-card .wl-like:hover,.wl-card .wl-reply:hover,.wl-card .wl-edit:hover{color:var(--waline-theme-color)}.wl-card .wl-delete.active,.wl-card .wl-like.active,.wl-card .wl-reply.active,.wl-card .wl-edit.active{color:var(--waline-active-color)}.wl-card .wl-content{position:relative;margin-bottom:.75em;padding-top:.625em;font-size:.875em;line-height:2;word-wrap:break-word}.wl-card .wl-content.expand{overflow:hidden;max-height:8em;cursor:pointer}.wl-card .wl-content.expand::before{content:"";position:absolute;top:0;bottom:3.15em;inset-inline-start:0;z-index:999;display:block;width:100%;background:linear-gradient(180deg, #000, rgba(255, 255, 255, 0.9))}.wl-card .wl-content.expand::after{content:attr(data-expand);position:absolute;bottom:0;inset-inline-start:0;z-index:999;display:block;width:100%;height:3.15em;background:rgba(255,255,255,.9);color:#828586;line-height:3.15em;text-align:center}.wl-card .wl-content>*:first-child{margin-top:0}.wl-card .wl-content>*:last-child{margin-bottom:0}.wl-card .wl-admin-actions{margin:8px 0;font-size:12px;text-align:right}.wl-card .wl-comment-status{margin:0 8px}.wl-card .wl-comment-status .wl-btn{border-radius:0}.wl-card .wl-comment-status .wl-btn:first-child{border-inline-end:0;border-radius:.5em 0 0 .5em}.wl-card .wl-comment-status .wl-btn:last-child{border-inline-start:0;border-radius:0 .5em .5em 0}.wl-card .wl-quote{border-inline-start:1px dashed rgba(237,237,237,.5)}.wl-card .wl-quote .wl-user{--avatar-size: var(--waline-m-avatar-size)}.wl-close-icon{color:var(--waline-border-color)}.wl-content .vemoji,.wl-content .wl-emoji{display:inline-block;vertical-align:baseline;height:1.25em;margin:-0.125em .25em}.wl-content .wl-tex{background:var(--waline-info-bg-color);color:var(--waline-info-color)}.wl-content span.wl-tex{display:inline-block;margin-inline-end:.25em;padding:2px 4px;border-radius:.2em;font-size:var(--waline-info-font-size);line-height:1.5}.wl-content p.wl-tex{text-align:center}.wl-content .katex-display{overflow:auto hidden;-webkit-overflow-scrolling:touch;padding-top:.2em;padding-bottom:.2em}.wl-content .katex-display::-webkit-scrollbar{height:3px}.wl-content .katex-error{color:red}.wl-count{flex:1;font-weight:bold;font-size:1.25em}.wl-empty{overflow:auto;padding:1.25em;color:var(--waline-color);text-align:center}.wl-operation{text-align:center}.wl-operation button{margin:1em 0}.wl-power{padding:.5em 0;color:var(--waline-light-grey);font-size:var(--waline-info-font-size);text-align:end}.wl-meta-head{display:flex;flex-direction:row;align-items:center;padding:.375em}.wl-sort{margin:0;list-style-type:none}.wl-sort li{display:inline-block;color:var(--waline-info-color);font-size:.75em;cursor:pointer}.wl-sort li.active{color:var(--waline-theme-color)}.wl-sort li+li{margin-inline-start:1em}.wl-reaction{overflow:auto hidden;margin-bottom:1.75em;text-align:center}.wl-reaction img{width:100%;height:100%;transition:all 250ms ease-in-out}.wl-reaction-title{margin:16px auto;font-weight:bold;font-size:18px}.wl-reaction-list{display:flex;flex-direction:row;gap:16px;justify-content:center;margin:0;padding:8px;list-style-type:none}@media(max-width: 580px){.wl-reaction-list{gap:12px}}[data-waline] .wl-reaction-list{margin-inline-start:0}.wl-reaction-item{display:flex;flex-direction:column;align-items:center;cursor:pointer}.wl-reaction-item:hover img,.wl-reaction-item.active img{transform:scale(1.15)}.wl-reaction-img{position:relative;width:42px;height:42px}@media(max-width: 580px){.wl-reaction-img{width:32px;height:32px}}.wl-reaction-loading{position:absolute;top:-4px;inset-inline-end:-5px;width:18px;height:18px;color:var(--waline-theme-color)}.wl-reaction-votes{position:absolute;top:-9px;inset-inline-end:-9px;min-width:1em;padding:2px;border:1px solid var(--waline-theme-color);border-radius:1em;background:var(--waline-bg-color);color:var(--waline-theme-color);font-weight:700;font-size:.75em;line-height:1}.wl-reaction-item.active .wl-reaction-votes{background:var(--waline-theme-color);color:var(--waline-bg-color)}.wl-reaction-text{font-size:.875em}.wl-reaction-item.active .wl-reaction-text{color:var(--waline-theme-color)}.wl-content pre,.wl-content pre[class*=language-]{overflow:auto;margin:.75rem 0;padding:1rem 1.25rem;border-radius:6px;background:var(--waline-code-bg-color);line-height:1.4}.wl-content pre code,.wl-content pre[class*=language-] code{padding:0;border-radius:0;background:rgba(0,0,0,0) !important;color:#bbb;direction:ltr}.wl-content code[class*=language-],.wl-content pre[class*=language-]{background:none;color:#ccc;font-size:1em;font-family:Consolas,Monaco,"Andale Mono","Ubuntu Mono",monospace;text-align:left;white-space:pre;word-spacing:normal;word-wrap:normal;word-break:normal;tab-size:4;hyphens:none}.wl-content pre[class*=language-]{overflow:auto}.wl-content :not(pre)>code[class*=language-],.wl-content pre[class*=language-]{background:#2d2d2d}.wl-content :not(pre)>code[class*=language-]{padding:.1em;border-radius:.3em;white-space:normal}.wl-content .token.comment,.wl-content .token.block-comment,.wl-content .token.prolog,.wl-content .token.doctype,.wl-content .token.cdata{color:#999}.wl-content .token.punctuation{color:#ccc}.wl-content .token.tag,.wl-content .token.attr-name,.wl-content .token.namespace,.wl-content .token.deleted{color:#e2777a}.wl-content .token.function-name{color:#6196cc}.wl-content .token.boolean,.wl-content .token.number,.wl-content .token.function{color:#f08d49}.wl-content .token.property,.wl-content .token.class-name,.wl-content .token.constant,.wl-content .token.symbol{color:#f8c555}.wl-content .token.selector,.wl-content .token.important,.wl-content .token.atrule,.wl-content .token.keyword,.wl-content .token.builtin{color:#cc99cd}.wl-content .token.string,.wl-content .token.char,.wl-content .token.attr-value,.wl-content .token.regex,.wl-content .token.variable{color:#7ec699}.wl-content .token.operator,.wl-content .token.entity,.wl-content .token.url{color:#67cdcc}.wl-content .token.important,.wl-content .token.bold{font-weight:bold}.wl-content .token.italic{font-style:italic}.wl-content .token.entity{cursor:help}.wl-content .token.inserted{color:green}.wl-recent-item p{display:inline}.wl-user-list{padding:0;list-style:none}.wl-user-list a,.wl-user-list a:hover,.wl-user-list a:visited{color:var(--waline-color);text-decoration:none}.wl-user-list .wl-user-avatar{position:relative;display:inline-block;overflow:hidden;margin-inline-end:10px;border-radius:4px;line-height:0}.wl-user-list .wl-user-avatar>img{width:var(--waline-user-avatar-size, 48px);height:var(--waline-user-avatar-size, 48px)}.wl-user-list .wl-user-badge{position:absolute;bottom:0;inset-inline-end:0;min-width:.7em;height:1.5em;padding:0 .4em;border-radius:4px;background:var(--waline-info-bg-color);color:var(--waline-info-color);font-weight:bold;font-size:10px;line-height:1.5em;text-align:center}.wl-user-list .wl-user-item{margin:10px 0}.wl-user-list .wl-user-item:nth-child(1) .wl-user-badge{background:var(--waline-rank-gold-bg-color, #fa3939);color:var(--waline-white);font-weight:bold}.wl-user-list .wl-user-item:nth-child(2) .wl-user-badge{background:var(--waline-rank-silver-bg-color, #fb811c);color:var(--waline-white);font-weight:bold}.wl-user-list .wl-user-item:nth-child(3) .wl-user-badge{background:var(--waline-rank-copper-bg-color, #feb207);color:var(--waline-white)}.wl-user-list .wl-user-meta{display:inline-block;vertical-align:top}.wl-user-list .wl-badge{display:inline-block;vertical-align:text-top;margin-inline-start:.5em;padding:0 .3em;border:1px solid var(--waline-badge-color);border-radius:4px;color:var(--waline-badge-color);font-size:var(--waline-badge-font-size)}.wl-user-wall{padding:0;list-style:none}.wl-user-wall .wl-user-badge,.wl-user-wall .wl-user-meta{display:none}.wl-user-wall .wl-user-item{position:relative;display:inline-block;transition:transform ease-in-out .2s}.wl-user-wall .wl-user-item::before,.wl-user-wall .wl-user-item::after{position:absolute;bottom:100%;left:50%;z-index:10;opacity:0;pointer-events:none;transition:all .18s ease-out .18s;transform:translate(-50%, 4px);transform-origin:top}.wl-user-wall .wl-user-item::before{content:"";width:0;height:0;border:5px solid rgba(0,0,0,0);border-top-color:rgba(16,16,16,.95)}.wl-user-wall .wl-user-item::after{content:attr(aria-label);margin-bottom:10px;padding:.5em 1em;border-radius:2px;background:rgba(16,16,16,.95);color:#fff;font-size:12px;white-space:nowrap}.wl-user-wall .wl-user-item:hover{transform:scale(1.1)}.wl-user-wall .wl-user-item:hover::before,.wl-user-wall .wl-user-item:hover::after{opacity:1;pointer-events:none;transform:translate(-50%, 0)}.wl-user-wall .wl-user-item img{width:var(--waline-user-avatar-size, 48px);height:var(--waline-user-avatar-size, 48px)}/*# sourceMappingURL=waline.css.map */ diff --git a/assets/lib/waline/waline.js b/assets/lib/waline/waline.js index b57c93187..51403f774 100644 --- a/assets/lib/waline/waline.js +++ b/assets/lib/waline/waline.js @@ -1,2 +1,28 @@ -!function(e,t){if("function"==typeof define&&define.amd)define("Waline",["exports"],t);else if("undefined"!=typeof exports)t(exports);else{var n={exports:{}};t(n.exports),e.Waline=n.exports}}("undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:this,(function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.version=e.pageviewCount=e.init=e.defaultLocales=e.commentCount=e.UserList=e.RecentComments=void 0;const t=["nick","mail","link"],n=e=>e.filter((e=>t.includes(e))),r=["//unpkg.com/@waline/emojis@1.1.0/weibo"],l="en-US",i=["//unpkg.com/@waline/emojis/tieba/tieba_agree.png","//unpkg.com/@waline/emojis/tieba/tieba_look_down.png","//unpkg.com/@waline/emojis/tieba/tieba_sunglasses.png","//unpkg.com/@waline/emojis/tieba/tieba_pick_nose.png","//unpkg.com/@waline/emojis/tieba/tieba_awkward.png","//unpkg.com/@waline/emojis/tieba/tieba_sleep.png"],o=e=>new Promise(((t,n)=>{if(e.size>128e3)return n(new Error("File too large! File size limit 128KB"));const r=new FileReader;r.readAsDataURL(e),r.onload=()=>t(r.result?.toString()||""),r.onerror=n})),s=e=>!0===e?'

TeX is not available in preview

':'TeX is not available in preview',a=e=>{const t=async function(t){return fetch(`https://api.giphy.com/v1/gifs/${t}?${new URLSearchParams({lang:e,limit:"20",rating:"g",api_key:"6CIMLkNMMOhRcXPoMCPkFy4Ybk2XUiMp",...arguments.length>1&&void 0!==arguments[1]?arguments[1]:{}}).toString()}`).then((e=>e.json())).then((e=>{let{data:t}=e;return t.map((e=>({title:e.title,src:e.images.downsized_medium.url})))}))};return{search:e=>t("search",{q:e,offset:"0"}),default:()=>t("trending",{}),more:function(e){return t("search",{q:e,offset:(arguments.length>1&&void 0!==arguments[1]?arguments[1]:0).toString()})}}},c=new RegExp(`(${/[\u4E00-\u9FFF\u3400-\u4dbf\uf900-\ufaff\u3040-\u309f\uac00-\ud7af\u0400-\u04FF]+|\w+/.source}|${/{let t=0;return e.replace(c,((e,n,r)=>{if(r)return`${r}`;if("<"===n)return"<";let l;p[n]?l=p[n]:(l=u[t],p[n]=l);const i=`${n}`;return t=++t%u.length,i}))},h=["nick","nickError","mail","mailError","link","optional","placeholder","sofa","submit","like","cancelLike","reply","cancelReply","comment","refresh","more","preview","emoji","uploadImage","seconds","minutes","hours","days","now","uploading","login","logout","admin","sticky","word","wordHint","anonymous","level0","level1","level2","level3","level4","level5","gif","gifSearchPlaceholder","profile","approved","waiting","spam","unsticky","oldest","latest","hottest","reactionTitle"],f=e=>Object.fromEntries(e.map(((e,t)=>[h[t],e])));var g=f(["NickName","NickName cannot be less than 3 bytes.","E-Mail","Please confirm your email address.","Website","Optional","Comment here...","No comment yet.","Submit","Like","Cancel like","Reply","Cancel reply","Comments","Refresh","Load More...","Preview","Emoji","Upload Image","seconds ago","minutes ago","hours ago","days ago","just now","Uploading","Login","logout","Admin","Sticky","Words","Please input comments between $0 and $1 words!\n Current word number: $2","Anonymous","Dwarves","Hobbits","Ents","Wizards","Elves","Maiar","GIF","Search GIF","Profile","Approved","Waiting","Spam","Unsticky","Oldest","Latest","Hottest","What do you think?"]),m=f(["ニックネーム","3バイト以上のニックネームをご入力ください.","メールアドレス","メールアドレスをご確認ください.","サイト","オプション","ここにコメント","コメントしましょう~","提出する","Like","Cancel like","返信する","キャンセル","コメント","更新","さらに読み込む","プレビュー","絵文字","画像をアップロード","秒前","分前","時間前","日前","たっだ今","アップロード","ログインする","ログアウト","管理者","トップに置く","ワード","コメントは $0 から $1 ワードの間でなければなりません!\n 現在の単語番号: $2","匿名","うえにん","なかにん","しもおし","特にしもおし","かげ","なぬし","GIF","探す GIF","個人情報","承認済み","待っている","スパム","べたつかない","逆順","正順","人気順","どう思いますか?"]),v=f(["Apelido","Apelido não pode ser menor que 3 bytes.","E-Mail","Por favor, confirme seu endereço de e-mail.","Website","Opcional","Comente aqui...","Nenhum comentário, ainda.","Enviar","Like","Cancel like","Responder","Cancelar resposta","Comentários","Refrescar","Carregar Mais...","Visualizar","Emoji","Enviar Imagem","segundos atrás","minutos atrás","horas atrás","dias atrás","agora mesmo","Enviando","Entrar","Sair","Admin","Sticky","Palavras","Favor enviar comentário com $0 a $1 palavras!\n Número de palavras atuais: $2","Anônimo","Dwarves","Hobbits","Ents","Wizards","Elves","Maiar","GIF","Pesquisar GIF","informação pessoal","Aprovado","Espera","Spam","Unsticky","Mais velho","Mais recentes","Mais quente","O que você acha?"]),y=f(["Псевдоним","Никнейм не может быть меньше 3 байт.","Эл. адрес","Пожалуйста, подтвердите адрес вашей электронной почты.","Веб-сайт","Необязательный","Комментарий здесь...","Пока нет комментариев.","Отправить","Like","Cancel like","Отвечать","Отменить ответ","Комментарии","Обновить","Загрузи больше...","Превью","эмодзи","Загрузить изображение","секунд назад","несколько минут назад","несколько часов назад","дней назад","прямо сейчас","Загрузка","Авторизоваться","Выход из системы","Админ","Липкий","Слова","Пожалуйста, введите комментарии от $0 до $1 слов!\nНомер текущего слова: $2","Анонимный","Dwarves","Hobbits","Ents","Wizards","Elves","Maiar","GIF","Поиск GIF","Персональные данные","Одобренный","Ожидающий","Спам","Нелипкий","самый старый","последний","самый горячий","Что вы думаете?"]),w=f(["昵称","昵称不能少于3个字符","邮箱","请填写正确的邮件地址","网址","可选","欢迎评论","来发评论吧~","提交","喜欢","取消喜欢","回复","取消回复","评论","刷新","加载更多...","预览","表情","上传图片","秒前","分钟前","小时前","天前","刚刚","正在上传","登录","退出","博主","置顶","字","评论字数应在 $0 到 $1 字之间!\n当前字数:$2","匿名","潜水","冒泡","吐槽","活跃","话痨","传说","表情包","搜索表情包","个人资料","通过","待审核","垃圾","取消置顶","按倒序","按正序","按热度","你认为这篇文章怎么样?"]),b=f(["暱稱","暱稱不能少於3個字元","郵箱","請填寫正確的郵件地址","網址","可選","歡迎留言","來發留言吧~","送出","喜歡","取消喜歡","回覆","取消回覆","留言","重整","載入更多...","預覽","表情","上傳圖片","秒前","分鐘前","小時前","天前","剛剛","正在上傳","登入","登出","管理者","置頂","字","留言字數應在 $0 到 $1 字之間!\n目前字數:$2","匿名","潛水","冒泡","吐槽","活躍","多話","傳說","表情包","搜尋表情包","個人資料","通過","待審核","垃圾","取消置頂","最早","最新","熱門","你認為這篇文章怎麼樣?"]);const k={zh:w,"zh-cn":w,"zh-CN":w,"zh-tw":b,"zh-TW":b,en:g,"en-US":g,"en-us":g,jp:m,ja:m,"jp-jp":m,"jp-JP":m,"pt-br":v,"pt-BR":v,ru:y,"ru-ru":y,"ru-RU":y},x={"Content-Type":"application/json"},_=function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"";if("object"==typeof e&&e.errno)throw new TypeError(`${t} failed with ${e.errno}: ${e.errmsg}`);return e},$=e=>{let{serverURL:t,lang:n,paths:r,type:l,signal:i}=e;return fetch(`${t}/article?path=${encodeURIComponent(r.join(","))}&type=${encodeURIComponent(l.join(","))}&lang=${n}`,{signal:i}).then((e=>e.json()))},C=e=>{let{serverURL:t,lang:n,path:r,type:l,action:i}=e;return fetch(`${t}/article?lang=${n}`,{method:"POST",headers:x,body:JSON.stringify({path:r,type:l,action:i})}).then((e=>e.json()))},S=e=>{let{serverURL:t,lang:n,token:r,objectId:l,comment:i}=e;return fetch(`${t}/comment/${l}?lang=${n}`,{method:"PUT",headers:{...x,Authorization:`Bearer ${r}`},body:JSON.stringify(i)}).then((e=>e.json())).then((e=>_(e,"Update comment")))},A=e=>{try{e=decodeURI(e)}catch(e){}return e},R=function(){return(arguments.length>0&&void 0!==arguments[0]?arguments[0]:"").replace(/\/$/u,"")},E=e=>/^(https?:)?\/\//.test(e),z=e=>{const t=R(e);return E(t)?t:`https://${t}`},L=e=>Array.isArray(e)?e:!!e&&[0,e],I=(e,t)=>"function"==typeof e?e:!1!==e&&t,T="{--waline-white:#000;--waline-light-grey:#666;--waline-dark-grey:#999;--waline-color:#888;--waline-bgcolor:#1e1e1e;--waline-bgcolor-light:#272727;--waline-bgcolor-hover: #444;--waline-border-color:#333;--waline-disable-bgcolor:#444;--waline-disable-color:#272727;--waline-bq-color:#272727;--waline-info-bgcolor:#272727;--waline-info-color:#666}",j=(e,t)=>{let n=e.toString();for(;n.length!!n[e.toLowerCase()]:e=>!!n[e]}e.defaultLocales=k;const M={},P=[],F=()=>{},V=()=>!1,N=/^on[^a-z]/,D=e=>N.test(e),H=e=>e.startsWith("onUpdate:"),B=Object.assign,W=(e,t)=>{const n=e.indexOf(t);n>-1&&e.splice(n,1)},q=Object.prototype.hasOwnProperty,Z=(e,t)=>q.call(e,t),K=Array.isArray,G=e=>"[object Map]"===le(e),Q=e=>"[object Set]"===le(e),J=e=>"[object Date]"===le(e),X=e=>"function"==typeof e,Y=e=>"string"==typeof e,ee=e=>"symbol"==typeof e,te=e=>null!==e&&"object"==typeof e,ne=e=>te(e)&&X(e.then)&&X(e.catch),re=Object.prototype.toString,le=e=>re.call(e),ie=e=>le(e).slice(8,-1),oe=e=>"[object Object]"===le(e),se=e=>Y(e)&&"NaN"!==e&&"-"!==e[0]&&""+parseInt(e,10)===e,ae=U(",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"),ce=e=>{const t=Object.create(null);return n=>t[n]||(t[n]=e(n))},ue=/-(\w)/g,pe=ce((e=>e.replace(ue,((e,t)=>t?t.toUpperCase():"")))),de=/\B([A-Z])/g,he=ce((e=>e.replace(de,"-$1").toLowerCase())),fe=ce((e=>e.charAt(0).toUpperCase()+e.slice(1))),ge=ce((e=>e?`on${fe(e)}`:"")),me=(e,t)=>!Object.is(e,t),ve=(e,t)=>{for(let n=0;n{Object.defineProperty(e,t,{configurable:!0,enumerable:!1,value:n})},we=e=>{const t=parseFloat(e);return isNaN(t)?e:t};let be;const ke=()=>be||(be="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:"undefined"!=typeof window?window:"undefined"!=typeof global?global:{});function xe(e){if(K(e)){const t={};for(let n=0;n{if(e){const n=e.split($e);n.length>1&&(t[n[0].trim()]=n[1].trim())}})),t}function Ae(e){let t="";if(Y(e))t=e;else if(K(e))for(let n=0;nze(e,t)))}const Ie=e=>Y(e)?e:null==e?"":K(e)||te(e)&&(e.toString===re||!X(e.toString))?JSON.stringify(e,Te,2):String(e),Te=(e,t)=>t&&t.__v_isRef?Te(e,t.value):G(t)?{[`Map(${t.size})`]:[...t.entries()].reduce(((e,t)=>{let[n,r]=t;return e[`${n} =>`]=r,e}),{})}:Q(t)?{[`Set(${t.size})`]:[...t.values()]}:!te(t)||K(t)||oe(t)?t:String(t);let je;class Oe{constructor(){let e=arguments.length>0&&void 0!==arguments[0]&&arguments[0];this.detached=e,this._active=!0,this.effects=[],this.cleanups=[],this.parent=je,!e&&je&&(this.index=(je.scopes||(je.scopes=[])).push(this)-1)}get active(){return this._active}run(e){if(this._active){const t=je;try{return je=this,e()}finally{je=t}}}on(){je=this}off(){je=this.parent}stop(e){if(this._active){let t,n;for(t=0,n=this.effects.length;t{const t=new Set(e);return t.w=0,t.n=0,t},Pe=e=>(e.w&De)>0,Fe=e=>(e.n&De)>0,Ve=new WeakMap;let Ne=0,De=1;const He=30;let Be;const We=Symbol(""),qe=Symbol("");class Ze{constructor(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,n=arguments.length>2?arguments[2]:void 0;this.fn=e,this.scheduler=t,this.active=!0,this.deps=[],this.parent=void 0,function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:je;t&&t.active&&t.effects.push(e)}(this,n)}run(){if(!this.active)return this.fn();let e=Be,t=Ge;for(;e;){if(e===this)return;e=e.parent}try{return this.parent=Be,Be=this,Ge=!0,De=1<<++Ne,Ne<=He?(e=>{let{deps:t}=e;if(t.length)for(let e=0;e{const{deps:t}=e;if(t.length){let n=0;for(let r=0;r{("length"===n||n>=e)&&s.push(t)}))}else switch(void 0!==n&&s.push(o.get(n)),t){case"add":K(e)?se(n)&&s.push(o.get("length")):(s.push(o.get(We)),G(e)&&s.push(o.get(qe)));break;case"delete":K(e)||(s.push(o.get(We)),G(e)&&s.push(o.get(qe)));break;case"set":G(e)&&s.push(o.get(We))}if(1===s.length)s[0]&&nt(s[0]);else{const e=[];for(const t of s)t&&e.push(...t);nt(Me(e))}}function nt(e,t){const n=K(e)?e:[...e];for(const e of n)e.computed&&rt(e);for(const e of n)e.computed||rt(e)}function rt(e,t){(e!==Be||e.allowRecurse)&&(e.scheduler?e.scheduler():e.run())}const lt=U("__proto__,__v_isRef,__isVue"),it=new Set(Object.getOwnPropertyNames(Symbol).filter((e=>"arguments"!==e&&"caller"!==e)).map((e=>Symbol[e])).filter(ee)),ot=pt(),st=pt(!1,!0),at=pt(!0),ct=function(){const e={};return["includes","indexOf","lastIndexOf"].forEach((t=>{e[t]=function(){const e=Zt(this);for(let t=0,n=this.length;t{e[t]=function(){Je();for(var e=arguments.length,n=new Array(e),r=0;r0&&void 0!==arguments[0]&&arguments[0],t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];return function(n,r,l){if("__v_isReactive"===r)return!e;if("__v_isReadonly"===r)return e;if("__v_isShallow"===r)return t;if("__v_raw"===r&&l===(e?t?Ft:Pt:t?Mt:Ut).get(n))return n;const i=K(n);if(!e){if(i&&Z(ct,r))return Reflect.get(ct,r,l);if("hasOwnProperty"===r)return ut}const o=Reflect.get(n,r,l);return(ee(r)?it.has(r):lt(r))?o:(e||Ye(n,0,r),t?o:Yt(o)?i&&se(r)?o:o.value:te(o)?e?Nt(o):Vt(o):o)}}function dt(){let e=arguments.length>0&&void 0!==arguments[0]&&arguments[0];return function(t,n,r,l){let i=t[n];if(Bt(i)&&Yt(i)&&!Yt(r))return!1;if(!e&&(Wt(r)||Bt(r)||(i=Zt(i),r=Zt(r)),!K(t)&&Yt(i)&&!Yt(r)))return i.value=r,!0;const o=K(t)&&se(n)?Number(n)!0,deleteProperty:(e,t)=>!0},gt=B({},ht,{get:st,set:dt(!0)}),mt=e=>e,vt=e=>Reflect.getPrototypeOf(e);function yt(e,t){let n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=arguments.length>3&&void 0!==arguments[3]&&arguments[3];const l=Zt(e=e.__v_raw),i=Zt(t);n||(t!==i&&Ye(l,0,t),Ye(l,0,i));const{has:o}=vt(l),s=r?mt:n?Qt:Gt;return o.call(l,t)?s(e.get(t)):o.call(l,i)?s(e.get(i)):void(e!==l&&e.get(t))}function wt(e){let t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];const n=this.__v_raw,r=Zt(n),l=Zt(e);return t||(e!==l&&Ye(r,0,e),Ye(r,0,l)),e===l?n.has(e):n.has(e)||n.has(l)}function bt(e){let t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];return e=e.__v_raw,!t&&Ye(Zt(e),0,We),Reflect.get(e,"size",e)}function kt(e){e=Zt(e);const t=Zt(this);return vt(t).has.call(t,e)||(t.add(e),tt(t,"add",e,e)),this}function xt(e,t){t=Zt(t);const n=Zt(this),{has:r,get:l}=vt(n);let i=r.call(n,e);i||(e=Zt(e),i=r.call(n,e));const o=l.call(n,e);return n.set(e,t),i?me(t,o)&&tt(n,"set",e,t):tt(n,"add",e,t),this}function _t(e){const t=Zt(this),{has:n,get:r}=vt(t);let l=n.call(t,e);l||(e=Zt(e),l=n.call(t,e)),r&&r.call(t,e);const i=t.delete(e);return l&&tt(t,"delete",e,void 0),i}function $t(){const e=Zt(this),t=0!==e.size,n=e.clear();return t&&tt(e,"clear",void 0,void 0),n}function Ct(e,t){return function(n,r){const l=this,i=l.__v_raw,o=Zt(i),s=t?mt:e?Qt:Gt;return!e&&Ye(o,0,We),i.forEach(((e,t)=>n.call(r,s(e),s(t),l)))}}function St(e,t,n){return function(){const r=this.__v_raw,l=Zt(r),i=G(l),o="entries"===e||e===Symbol.iterator&&i,s="keys"===e&&i,a=r[e](...arguments),c=n?mt:t?Qt:Gt;return!t&&Ye(l,0,s?qe:We),{next(){const{value:e,done:t}=a.next();return t?{value:e,done:t}:{value:o?[c(e[0]),c(e[1])]:c(e),done:t}},[Symbol.iterator](){return this}}}}function At(e){return function(){return"delete"!==e&&this}}const[Rt,Et,zt,Lt]=function(){const e={get(e){return yt(this,e)},get size(){return bt(this)},has:wt,add:kt,set:xt,delete:_t,clear:$t,forEach:Ct(!1,!1)},t={get(e){return yt(this,e,!1,!0)},get size(){return bt(this)},has:wt,add:kt,set:xt,delete:_t,clear:$t,forEach:Ct(!1,!0)},n={get(e){return yt(this,e,!0)},get size(){return bt(this,!0)},has(e){return wt.call(this,e,!0)},add:At("add"),set:At("set"),delete:At("delete"),clear:At("clear"),forEach:Ct(!0,!1)},r={get(e){return yt(this,e,!0,!0)},get size(){return bt(this,!0)},has(e){return wt.call(this,e,!0)},add:At("add"),set:At("set"),delete:At("delete"),clear:At("clear"),forEach:Ct(!0,!0)};return["keys","values","entries",Symbol.iterator].forEach((l=>{e[l]=St(l,!1,!1),n[l]=St(l,!0,!1),t[l]=St(l,!1,!0),r[l]=St(l,!0,!0)})),[e,n,t,r]}();function It(e,t){const n=t?e?Lt:zt:e?Et:Rt;return(t,r,l)=>"__v_isReactive"===r?!e:"__v_isReadonly"===r?e:"__v_raw"===r?t:Reflect.get(Z(n,r)&&r in t?n:t,r,l)}const Tt={get:It(!1,!1)},jt={get:It(!1,!0)},Ot={get:It(!0,!1)},Ut=new WeakMap,Mt=new WeakMap,Pt=new WeakMap,Ft=new WeakMap;function Vt(e){return Bt(e)?e:Dt(e,!1,ht,Tt,Ut)}function Nt(e){return Dt(e,!0,ft,Ot,Pt)}function Dt(e,t,n,r,l){if(!te(e))return e;if(e.__v_raw&&(!t||!e.__v_isReactive))return e;const i=l.get(e);if(i)return i;const o=(s=e).__v_skip||!Object.isExtensible(s)?0:function(e){switch(e){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}(ie(s));var s;if(0===o)return e;const a=new Proxy(e,2===o?r:n);return l.set(e,a),a}function Ht(e){return Bt(e)?Ht(e.__v_raw):!(!e||!e.__v_isReactive)}function Bt(e){return!(!e||!e.__v_isReadonly)}function Wt(e){return!(!e||!e.__v_isShallow)}function qt(e){return Ht(e)||Bt(e)}function Zt(e){const t=e&&e.__v_raw;return t?Zt(t):e}function Kt(e){return ye(e,"__v_skip",!0),e}const Gt=e=>te(e)?Vt(e):e,Qt=e=>te(e)?Nt(e):e;function Jt(e){Ge&&Be&&et((e=Zt(e)).dep||(e.dep=Me()))}function Xt(e,t){const n=(e=Zt(e)).dep;n&&nt(n)}function Yt(e){return!(!e||!0!==e.__v_isRef)}function en(e){return nn(e,!1)}function tn(e){return nn(e,!0)}function nn(e,t){return Yt(e)?e:new rn(e,t)}class rn{constructor(e,t){this.__v_isShallow=t,this.dep=void 0,this.__v_isRef=!0,this._rawValue=t?e:Zt(e),this._value=t?e:Gt(e)}get value(){return Jt(this),this._value}set value(e){const t=this.__v_isShallow||Wt(e)||Bt(e);e=t?e:Zt(e),me(e,this._rawValue)&&(this._rawValue=e,this._value=t?e:Gt(e),Xt(this))}}function ln(e){return Yt(e)?e.value:e}const on={get:(e,t,n)=>ln(Reflect.get(e,t,n)),set:(e,t,n,r)=>{const l=e[t];return Yt(l)&&!Yt(n)?(l.value=n,!0):Reflect.set(e,t,n,r)}};function sn(e){return Ht(e)?e:new Proxy(e,on)}class an{constructor(e,t,n,r){this._setter=t,this.dep=void 0,this.__v_isRef=!0,this.__v_isReadonly=!1,this._dirty=!0,this.effect=new Ze(e,(()=>{this._dirty||(this._dirty=!0,Xt(this))})),this.effect.computed=this,this.effect.active=this._cacheable=!r,this.__v_isReadonly=n}get value(){const e=Zt(this);return Jt(e),!e._dirty&&e._cacheable||(e._dirty=!1,e._value=e.effect.run()),e._value}set value(e){this._setter(e)}}function cn(e,t,n,r){let l;try{l=r?e(...r):e()}catch(e){pn(e,t,n)}return l}function un(e,t,n,r){if(X(e)){const l=cn(e,t,n,r);return l&&ne(l)&&l.catch((e=>{pn(e,t,n)})),l}const l=[];for(let i=0;i3&&void 0!==arguments[3])||arguments[3];if(t&&t.vnode,t){let r=t.parent;const l=t.proxy,i=n;for(;r;){const t=r.ec;if(t)for(let n=0;n>>1;Sn(fn[r])1&&void 0!==arguments[1]?arguments[1]:dn?gn+1:0;for(;tSn(e)-Sn(t))),yn=0;ynnull==e.id?1/0:e.id,An=(e,t)=>{const n=Sn(e)-Sn(t);if(0===n){if(e.pre&&!t.pre)return-1;if(t.pre&&!e.pre)return 1}return n};function Rn(e){hn=!1,dn=!0,fn.sort(An);try{for(gn=0;gn2?r-2:0),i=2;iY(e)?e.trim():e))),t&&(o=l.map(we))}let c,u=n[c=ge(t)]||n[c=ge(pe(t))];!u&&s&&(u=n[c=ge(he(t))]),u&&un(u,e,6,o);const p=n[c+"Once"];if(p){if(e.emitted){if(e.emitted[c])return}else e.emitted={};e.emitted[c]=!0,un(p,e,6,o)}}function zn(e,t){const n=t.emitsCache,r=n.get(e);if(void 0!==r)return r;const l=e.emits;let i={};return l?(K(l)?l.forEach((e=>i[e]=null)):B(i,l),te(e)&&n.set(e,i),i):(te(e)&&n.set(e,null),null)}function Ln(e,t){return!(!e||!D(t))&&(t=t.slice(2).replace(/Once$/,""),Z(e,t[0].toLowerCase()+t.slice(1))||Z(e,he(t))||Z(e,t))}let In=null,Tn=null;function jn(e){const t=In;return In=e,Tn=e&&e.type.__scopeId||null,t}function On(e){const{type:t,vnode:n,proxy:r,withProxy:l,props:i,propsOptions:[o],slots:s,attrs:a,emit:c,render:u,renderCache:p,data:d,setupState:h,ctx:f,inheritAttrs:g}=e;let m,v;const y=jn(e);try{if(4&n.shapeFlag){const e=l||r;m=il(u.call(e,e,p,i,h,d,f)),v=a}else{const e=t;m=il(e.length>1?e(i,{attrs:a,slots:s,emit:c}):e(i,null)),v=t.props?a:Un(a)}}catch(t){Nr.length=0,pn(t,e,1),m=tl(Fr)}let w=m;if(v&&!1!==g){const e=Object.keys(v),{shapeFlag:t}=w;e.length&&7&t&&(o&&e.some(H)&&(v=Mn(v,o)),w=nl(w,v))}return n.dirs&&(w=nl(w),w.dirs=w.dirs?w.dirs.concat(n.dirs):n.dirs),n.transition&&(w.transition=n.transition),m=w,jn(y),m}const Un=e=>{let t;for(const n in e)("class"===n||"style"===n||D(n))&&((t||(t={}))[n]=e[n]);return t},Mn=(e,t)=>{const n={};for(const r in e)H(r)&&r.slice(9)in t||(n[r]=e[r]);return n};function Pn(e,t,n){const r=Object.keys(t);if(r.length!==Object.keys(e).length)return!0;for(let l=0;l2&&void 0!==arguments[2]?arguments[2]:M;var s;const a=Ue()===(null==(s=pl)?void 0:s.scope)?pl:null;let c,u,p=!1,d=!1;if(Yt(e)?(c=()=>e.value,p=Wt(e)):Ht(e)?(c=()=>e,r=!0):K(e)?(d=!0,p=e.some((e=>Ht(e)||Wt(e))),c=()=>e.map((e=>Yt(e)?e.value:Ht(e)?Hn(e):X(e)?cn(e,a,2):void 0))):c=X(e)?t?()=>cn(e,a,2):()=>{if(!a||!a.isUnmounted)return u&&u(),un(e,a,3,[f])}:F,t&&r){const e=c;c=()=>Hn(e())}let h,f=e=>{u=y.onStop=()=>{cn(e,a,4)}};if(bl){if(f=F,t?n&&un(t,a,3,[c(),d?[]:void 0,f]):c(),"sync"!==l)return F;{const e=Al();h=e.__watcherHandles||(e.__watcherHandles=[])}}let g=d?new Array(e.length).fill(Vn):Vn;const m=()=>{if(y.active)if(t){const e=y.run();(r||p||(d?e.some(((e,t)=>me(e,g[t]))):me(e,g)))&&(u&&u(),un(t,a,3,[e,g===Vn?void 0:d&&g[0]===Vn?[]:g,f]),g=e)}else y.run()};let v;m.allowRecurse=!!t,"sync"===l?v=m:"post"===l?v=()=>Tr(m,a&&a.suspense):(m.pre=!0,a&&(m.id=a.uid),v=()=>xn(m));const y=new Ze(c,v);t?n?m():g=y.run():"post"===l?Tr(y.run.bind(y),a&&a.suspense):y.run();const w=()=>{y.stop(),a&&a.scope&&W(a.scope.effects,y)};return h&&h.push(w),w}function Hn(e,t){if(!te(e)||e.__v_skip)return e;if((t=t||new Set).has(e))return e;if(t.add(e),Yt(e))Hn(e.value,t);else if(K(e))for(let n=0;n{Hn(e,t)}));else if(oe(e))for(const n in e)Hn(e[n],t);return e}function Bn(e,t){const n=In;if(null===n)return e;const r=_l(n)||n.proxy,l=e.dirs||(e.dirs=[]);for(let e=0;e!!e.type.__asyncLoader,Kn=e=>function(t){return(!bl||"sp"===e)&&function(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:pl,r=arguments.length>3&&void 0!==arguments[3]&&arguments[3];if(n){const l=n[e]||(n[e]=[]),i=t.__weh||(t.__weh=function(){if(n.isUnmounted)return;Je(),ml(n);for(var r=arguments.length,l=new Array(r),i=0;i1&&void 0!==arguments[1]?arguments[1]:pl)},Gn=Kn("m"),Qn=Kn("bum"),Jn=Kn("um"),Xn="components";const Yn=Symbol.for("v-ndc");function er(e,t){return e&&(e[t]||e[pe(t)]||e[fe(pe(t))])}function tr(e,t,n,r){let l;const i=n&&n[r];if(K(e)||Y(e)){l=new Array(e.length);for(let n=0,r=e.length;nt(e,n,void 0,i&&i[n])));else{const n=Object.keys(e);l=new Array(n.length);for(let r=0,o=n.length;re?yl(e)?_l(e)||e.proxy:nr(e.parent):null,rr=B(Object.create(null),{$:e=>e,$el:e=>e.vnode.el,$data:e=>e.data,$props:e=>e.props,$attrs:e=>e.attrs,$slots:e=>e.slots,$refs:e=>e.refs,$parent:e=>nr(e.parent),$root:e=>nr(e.root),$emit:e=>e.emit,$options:e=>e.type,$forceUpdate:e=>e.f||(e.f=()=>xn(e.update)),$nextTick:e=>e.n||(e.n=kn.bind(e.proxy)),$watch:e=>F}),lr=(e,t)=>e!==M&&!e.__isScriptSetup&&Z(e,t),ir={get(e,t){let{_:n}=e;const{ctx:r,setupState:l,data:i,props:o,accessCache:s,type:a,appContext:c}=n;let u;if("$"!==t[0]){const e=s[t];if(void 0!==e)switch(e){case 1:return l[t];case 2:return i[t];case 4:return r[t];case 3:return o[t]}else{if(lr(l,t))return s[t]=1,l[t];if(i!==M&&Z(i,t))return s[t]=2,i[t];if((u=n.propsOptions[0])&&Z(u,t))return s[t]=3,o[t];if(r!==M&&Z(r,t))return s[t]=4,r[t];s[t]=0}}const p=rr[t];let d,h;return p?("$attrs"===t&&Ye(n,0,t),p(n)):(d=a.__cssModules)&&(d=d[t])?d:r!==M&&Z(r,t)?(s[t]=4,r[t]):(h=c.config.globalProperties,Z(h,t)?h[t]:void 0)},set(e,t,n){let{_:r}=e;const{data:l,setupState:i,ctx:o}=r;return lr(i,t)?(i[t]=n,!0):l!==M&&Z(l,t)?(l[t]=n,!0):!(Z(r.props,t)||"$"===t[0]&&t.slice(1)in r||(o[t]=n,0))},has(e,t){let n,{_:{data:r,setupState:l,accessCache:i,ctx:o,appContext:s,propsOptions:a}}=e;return!!i[t]||r!==M&&Z(r,t)||lr(l,t)||(n=a[0])&&Z(n,t)||Z(o,t)||Z(rr,t)||Z(s.config.globalProperties,t)},defineProperty(e,t,n){return null!=n.get?e._.accessCache[t]=0:Z(n,"value")&&this.set(e,t,n.value,null),Reflect.defineProperty(e,t,n)}};function or(e){return K(e)?e.reduce(((e,t)=>(e[t]=null,e)),{}):e}function sr(e,t,n){let r=arguments.length>3&&void 0!==arguments[3]&&arguments[3];const{mixins:l,extends:i}=t;i&&sr(e,i,n,!0),l&&l.forEach((t=>sr(e,t,n,!0)));for(const l in t)if(r&&"expose"===l);else{const r=ar[l]||n&&n[l];e[l]=r?r(e[l],t[l]):t[l]}return e}const ar={data:cr,props:hr,emits:hr,methods:dr,computed:dr,beforeCreate:pr,created:pr,beforeMount:pr,mounted:pr,beforeUpdate:pr,updated:pr,beforeDestroy:pr,beforeUnmount:pr,destroyed:pr,unmounted:pr,activated:pr,deactivated:pr,errorCaptured:pr,serverPrefetch:pr,components:dr,directives:dr,watch:function(e,t){if(!e)return t;if(!t)return e;const n=B(Object.create(null),e);for(const r in t)n[r]=pr(e[r],t[r]);return n},provide:cr,inject:function(e,t){return dr(ur(e),ur(t))}};function cr(e,t){return t?e?function(){return B(X(e)?e.call(this,this):e,X(t)?t.call(this,this):t)}:t:e}function ur(e){if(K(e)){const t={};for(let n=0;n1&&void 0!==arguments[1]?arguments[1]:null;X(n)||(n=B({},n)),null==r||te(r)||(r=null);const l=fr(),i=new Set;let o=!1;const s=l.app={_uid:gr++,_component:n,_props:r,_container:null,_context:l,_instance:null,version:Rl,get config(){return l.config},set config(e){},use:function(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;rs,component:(e,t)=>t?(l.components[e]=t,s):l.components[e],directive:(e,t)=>t?(l.directives[e]=t,s):l.directives[e],mount(i,a,c){if(!o){const u=tl(n,r);return u.appContext=l,a&&t?t(u,i):e(u,i,c),o=!0,s._container=i,i.__vue_app__=s,_l(u.component)||u.component.proxy}},unmount(){o&&(e(null,s._container),delete s._container.__vue_app__)},provide:(e,t)=>(l.provides[e]=t,s),runWithContext(e){vr=s;try{return e()}finally{vr=null}}};return s}}let vr=null;function yr(e,t){let n=arguments.length>2&&void 0!==arguments[2]&&arguments[2];const r=pl||In;if(r||vr){const l=r?null==r.parent?r.vnode.appContext&&r.vnode.appContext.provides:r.parent.provides:vr._context.provides;if(l&&e in l)return l[e];if(arguments.length>1)return n&&X(t)?t.call(r&&r.proxy):t}}function wr(e,t,n,r){const[l,i]=e.propsOptions;let o,s=!1;if(t)for(let a in t){if(ae(a))continue;const c=t[a];let u;l&&Z(l,u=pe(a))?i&&i.includes(u)?(o||(o={}))[u]=c:n[u]=c:Ln(e.emitsOptions,a)||a in r&&c===r[a]||(r[a]=c,s=!0)}if(i){const t=Zt(n),r=o||M;for(let o=0;o-1,r[1]=n<0||e-1||Z(r,"default"))&&o.push(t)}}}const s=[i,o];return te(e)&&n.set(e,s),s}function xr(e){return"$"!==e[0]}function _r(e){const t=e&&e.toString().match(/^\s*(function|class) (\w+)/);return t?t[2]:null===e?"null":""}function $r(e,t){return _r(e)===_r(t)}function Cr(e,t){return K(t)?t.findIndex((t=>$r(t,e))):X(t)&&$r(t,e)?0:-1}const Sr=e=>"_"===e[0]||"$stable"===e,Ar=e=>K(e)?e.map(il):[il(e)],Rr=(e,t,n)=>{if(t._n)return t;const r=function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:In;if(!t)return e;if(e._n)return e;const n=function(){n._d&&Wr(-1);const r=jn(t);let l;try{l=e(...arguments)}finally{jn(r),n._d&&Wr(1)}return l};return n._n=!0,n._c=!0,n._d=!0,n}((function(){return Ar(t(...arguments))}),n);return r._c=!1,r},Er=(e,t,n)=>{const r=e._ctx;for(const n in e){if(Sr(n))continue;const l=e[n];if(X(l))t[n]=Rr(0,l,r);else if(null!=l){const e=Ar(l);t[n]=()=>e}}},zr=(e,t)=>{const n=Ar(t);e.slots.default=()=>n},Lr=(e,t,n)=>{const{vnode:r,slots:l}=e;let i=!0,o=M;if(32&r.shapeFlag){const e=t._;e?n&&1===e?i=!1:(B(l,t),n||1!==e||delete l._):(i=!t.$stable,Er(t,l)),o=t}else t&&(zr(e,t),o={default:1});if(i)for(const e in l)Sr(e)||e in o||delete l[e]};function Ir(e,t,n,r){let l=arguments.length>4&&void 0!==arguments[4]&&arguments[4];if(K(e))return void e.forEach(((e,i)=>Ir(e,t&&(K(t)?t[i]:t),n,r,l)));if(Zn(r)&&!l)return;const i=4&r.shapeFlag?_l(r.component)||r.component.proxy:r.el,o=l?null:i,{i:s,r:a}=e,c=t&&t.r,u=s.refs===M?s.refs={}:s.refs,p=s.setupState;if(null!=c&&c!==a&&(Y(c)?(u[c]=null,Z(p,c)&&(p[c]=null)):Yt(c)&&(c.value=null)),X(a))cn(a,s,12,[o,u]);else{const t=Y(a),r=Yt(a);if(t||r){const s=()=>{if(e.f){const n=t?Z(p,a)?p[a]:u[a]:a.value;l?K(n)&&W(n,i):K(n)?n.includes(i)||n.push(i):t?(u[a]=[i],Z(p,a)&&(p[a]=u[a])):(a.value=[i],e.k&&(u[e.k]=a.value))}else t?(u[a]=o,Z(p,a)&&(p[a]=o)):r&&(a.value=o,e.k&&(u[e.k]=o))};o?(s.id=-1,Tr(s,n)):s()}}}const Tr=function(e,t){var n;t&&t.pendingBranch?K(e)?t.effects.push(...e):t.effects.push(e):(K(n=e)?mn.push(...n):vn&&vn.includes(n,n.allowRecurse?yn+1:yn)||mn.push(n),_n())};function jr(e){return function(e,t){ke().__VUE__=!0;const{insert:n,remove:r,patchProp:l,createElement:i,createText:o,createComment:s,setText:a,setElementText:c,parentNode:u,nextSibling:p,setScopeId:d=F,insertStaticContent:h}=e,f=function(e,t,n){let r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:null,l=arguments.length>4&&void 0!==arguments[4]?arguments[4]:null,i=arguments.length>5&&void 0!==arguments[5]?arguments[5]:null,o=arguments.length>6&&void 0!==arguments[6]&&arguments[6],s=arguments.length>7&&void 0!==arguments[7]?arguments[7]:null,a=arguments.length>8&&void 0!==arguments[8]?arguments[8]:!!t.dynamicChildren;if(e===t)return;e&&!Qr(e,t)&&(r=H(e),O(e,l,i,!0),e=null),-2===t.patchFlag&&(a=!1,t.dynamicChildren=null);const{type:c,ref:u,shapeFlag:p}=t;switch(c){case Pr:g(e,t,n,r);break;case Fr:m(e,t,n,r);break;case Vr:null==e&&v(t,n,r,o);break;case Mr:C(e,t,n,r,l,i,o,s,a);break;default:1&p?y(e,t,n,r,l,i,o,s,a):6&p?S(e,t,n,r,l,i,o,s,a):(64&p||128&p)&&c.process(e,t,n,r,l,i,o,s,a,W)}null!=u&&l&&Ir(u,e&&e.ref,i,t||e,!t)},g=(e,t,r,l)=>{if(null==e)n(t.el=o(t.children),r,l);else{const n=t.el=e.el;t.children!==e.children&&a(n,t.children)}},m=(e,t,r,l)=>{null==e?n(t.el=s(t.children||""),r,l):t.el=e.el},v=(e,t,n,r)=>{[e.el,e.anchor]=h(e.children,t,n,r,e.el,e.anchor)},y=(e,t,n,r,l,i,o,s,a)=>{o=o||"svg"===t.type,null==e?w(t,n,r,l,i,o,s,a):x(e,t,l,i,o,s,a)},w=(e,t,r,o,s,a,u,p)=>{let d,h;const{type:f,props:g,shapeFlag:m,transition:v,dirs:y}=e;if(d=e.el=i(e.type,a,g&&g.is,g),8&m?c(d,e.children):16&m&&k(e.children,d,null,o,s,a&&"foreignObject"!==f,u,p),y&&Wn(e,null,o,"created"),b(d,e,e.scopeId,u,o),g){for(const t in g)"value"===t||ae(t)||l(d,t,null,g[t],a,e.children,o,s,D);"value"in g&&l(d,"value",null,g.value),(h=g.onVnodeBeforeMount)&&al(h,o,e)}y&&Wn(e,null,o,"beforeMount");const w=(!s||s&&!s.pendingBranch)&&v&&!v.persisted;w&&v.beforeEnter(d),n(d,t,r),((h=g&&g.onVnodeMounted)||w||y)&&Tr((()=>{h&&al(h,o,e),w&&v.enter(d),y&&Wn(e,null,o,"mounted")}),s)},b=(e,t,n,r,l)=>{if(n&&d(e,n),r)for(let t=0;t8&&void 0!==arguments[8]?arguments[8]:0;a{const a=t.el=e.el;let{patchFlag:u,dynamicChildren:p,dirs:d}=t;u|=16&e.patchFlag;const h=e.props||M,f=t.props||M;let g;n&&Or(n,!1),(g=f.onVnodeBeforeUpdate)&&al(g,n,t,e),d&&Wn(t,e,n,"beforeUpdate"),n&&Or(n,!0);const m=i&&"foreignObject"!==t.type;if(p?_(e.dynamicChildren,p,a,n,r,m,o):s||L(e,t,a,null,n,r,m,o,!1),u>0){if(16&u)$(a,t,h,f,n,r,i);else if(2&u&&h.class!==f.class&&l(a,"class",null,f.class,i),4&u&&l(a,"style",h.style,f.style,i),8&u){const o=t.dynamicProps;for(let t=0;t{g&&al(g,n,t,e),d&&Wn(t,e,n,"updated")}),r)},_=(e,t,n,r,l,i,o)=>{for(let s=0;s{if(n!==r){if(n!==M)for(const a in n)ae(a)||a in r||l(e,a,n[a],null,s,t.children,i,o,D);for(const a in r){if(ae(a))continue;const c=r[a],u=n[a];c!==u&&"value"!==a&&l(e,a,u,c,s,t.children,i,o,D)}"value"in r&&l(e,"value",n.value,r.value)}},C=(e,t,r,l,i,s,a,c,u)=>{const p=t.el=e?e.el:o(""),d=t.anchor=e?e.anchor:o("");let{patchFlag:h,dynamicChildren:f,slotScopeIds:g}=t;g&&(c=c?c.concat(g):g),null==e?(n(p,r,l),n(d,r,l),k(t.children,r,d,i,s,a,c,u)):h>0&&64&h&&f&&e.dynamicChildren?(_(e.dynamicChildren,f,r,i,s,a,c),(null!=t.key||i&&t===i.subTree)&&Ur(e,t,!0)):L(e,t,r,d,i,s,a,c,u)},S=(e,t,n,r,l,i,o,s,a)=>{t.slotScopeIds=s,null==e?512&t.shapeFlag?l.ctx.activate(t,n,r,o,a):A(t,n,r,l,i,o,a):R(e,t,a)},A=(e,t,n,r,l,i,o)=>{const s=e.component=function(e,t,n){const r=e.type,l=(t?t.appContext:e.appContext)||cl,i={uid:ul++,vnode:e,type:r,parent:t,appContext:l,root:null,next:null,subTree:null,effect:null,update:null,scope:new Oe(!0),render:null,proxy:null,exposed:null,exposeProxy:null,withProxy:null,provides:t?t.provides:Object.create(l.provides),accessCache:null,renderCache:[],components:null,directives:null,propsOptions:kr(r,l),emitsOptions:zn(r,l),emit:null,emitted:null,propsDefaults:M,inheritAttrs:r.inheritAttrs,ctx:M,data:M,props:M,attrs:M,slots:M,refs:M,setupState:M,setupContext:null,attrsProxy:null,slotsProxy:null,suspense:n,suspenseId:n?n.pendingId:0,asyncDep:null,asyncResolved:!1,isMounted:!1,isUnmounted:!1,isDeactivated:!1,bc:null,c:null,bm:null,m:null,bu:null,u:null,um:null,bum:null,da:null,a:null,rtg:null,rtc:null,ec:null,sp:null};return i.ctx={_:i},i.root=t?t.root:i,i.emit=En.bind(null,i),e.ce&&e.ce(i),i}(e,r,l);if((e=>e.type.__isKeepAlive)(e)&&(s.ctx.renderer=W),function(e){let t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];bl=t;const{props:n,children:r}=e.vnode,l=yl(e);(function(e,t,n){let r=arguments.length>3&&void 0!==arguments[3]&&arguments[3];const l={},i={};ye(i,Jr,1),e.propsDefaults=Object.create(null),wr(e,t,l,i);for(const t in e.propsOptions[0])t in l||(l[t]=void 0);n?e.props=r?l:Dt(l,!1,gt,jt,Mt):e.type.props?e.props=l:e.props=i,e.attrs=i})(e,n,l,t),((e,t)=>{if(32&e.vnode.shapeFlag){const n=t._;n?(e.slots=Zt(t),ye(t,"_",n)):Er(t,e.slots={})}else e.slots={},t&&zr(e,t);ye(e.slots,Jr,1)})(e,r);l&&function(e,t){const n=e.type;e.accessCache=Object.create(null),e.proxy=Kt(new Proxy(e.ctx,ir));const{setup:r}=n;if(r){const n=e.setupContext=r.length>1?function(e){return{get attrs(){return function(e){return e.attrsProxy||(e.attrsProxy=new Proxy(e.attrs,{get:(t,n)=>(Ye(e,0,"$attrs"),t[n])}))}(e)},slots:e.slots,emit:e.emit,expose:t=>{e.exposed=t||{}}}}(e):null;ml(e),Je();const l=cn(r,e,0,[e.props,n]);if(Xe(),vl(),ne(l)){if(l.then(vl,vl),t)return l.then((n=>{kl(e,n,t)})).catch((t=>{pn(t,e,0)}));e.asyncDep=l}else kl(e,l,t)}else xl(e,t)}(e,t);bl=!1}(s),s.asyncDep){if(l&&l.registerDep(s,E),!e.el){const e=s.subTree=tl(Fr);m(null,e,t,n)}}else E(s,e,t,n,l,i,o)},R=(e,t,n)=>{const r=t.component=e.component;if(function(e,t,n){const{props:r,children:l,component:i}=e,{props:o,children:s,patchFlag:a}=t,c=i.emitsOptions;if(t.dirs||t.transition)return!0;if(!(n&&a>=0))return!(!l&&!s||s&&s.$stable)||r!==o&&(r?!o||Pn(r,o,c):!!o);if(1024&a)return!0;if(16&a)return r?Pn(r,o,c):!!o;if(8&a){const e=t.dynamicProps;for(let t=0;tgn&&fn.splice(t,1)}(r.update),r.update()}else t.el=e.el,r.vnode=t},E=(e,t,n,r,l,i,o)=>{const s=e.effect=new Ze((()=>{if(e.isMounted){let t,{next:n,bu:r,u:s,parent:a,vnode:c}=e,p=n;Or(e,!1),n?(n.el=c.el,z(e,n,o)):n=c,r&&ve(r),(t=n.props&&n.props.onVnodeBeforeUpdate)&&al(t,a,n,c),Or(e,!0);const d=On(e),h=e.subTree;e.subTree=d,f(h,d,u(h.el),H(h),e,l,i),n.el=d.el,null===p&&function(e,t){let{vnode:n,parent:r}=e;for(;r&&r.subTree===n;)(n=r.vnode).el=t,r=r.parent}(e,d.el),s&&Tr(s,l),(t=n.props&&n.props.onVnodeUpdated)&&Tr((()=>al(t,a,n,c)),l)}else{let o;const{el:s,props:a}=t,{bm:c,m:u,parent:p}=e,d=Zn(t);if(Or(e,!1),c&&ve(c),!d&&(o=a&&a.onVnodeBeforeMount)&&al(o,p,t),Or(e,!0),s&&K){const n=()=>{e.subTree=On(e),K(s,e.subTree,e,l,null)};d?t.type.__asyncLoader().then((()=>!e.isUnmounted&&n())):n()}else{const o=e.subTree=On(e);f(null,o,n,r,e,l,i),t.el=o.el}if(u&&Tr(u,l),!d&&(o=a&&a.onVnodeMounted)){const e=t;Tr((()=>al(o,p,e)),l)}(256&t.shapeFlag||p&&Zn(p.vnode)&&256&p.vnode.shapeFlag)&&e.a&&Tr(e.a,l),e.isMounted=!0,t=n=r=null}}),(()=>xn(a)),e.scope),a=e.update=()=>s.run();a.id=e.uid,Or(e,!0),a()},z=(e,t,n)=>{t.component=e;const r=e.vnode.props;e.vnode=t,e.next=null,function(e,t,n,r){const{props:l,attrs:i,vnode:{patchFlag:o}}=e,s=Zt(l),[a]=e.propsOptions;let c=!1;if(!(r||o>0)||16&o){let r;wr(e,t,l,i)&&(c=!0);for(const i in s)t&&(Z(t,i)||(r=he(i))!==i&&Z(t,r))||(a?!n||void 0===n[i]&&void 0===n[r]||(l[i]=br(a,s,i,void 0,e,!0)):delete l[i]);if(i!==s)for(const e in i)t&&Z(t,e)||(delete i[e],c=!0)}else if(8&o){const n=e.vnode.dynamicProps;for(let r=0;r8&&void 0!==arguments[8]&&arguments[8];const u=e&&e.children,p=e?e.shapeFlag:0,d=t.children,{patchFlag:h,shapeFlag:f}=t;if(h>0){if(128&h)return void T(u,d,n,r,l,i,o,s,a);if(256&h)return void I(u,d,n,r,l,i,o,s,a)}8&f?(16&p&&D(u,l,i),d!==u&&c(n,d)):16&p?16&f?T(u,d,n,r,l,i,o,s,a):D(u,l,i,!0):(8&p&&c(n,""),16&f&&k(d,n,r,l,i,o,s,a))},I=(e,t,n,r,l,i,o,s,a)=>{t=t||P;const c=(e=e||P).length,u=t.length,p=Math.min(c,u);let d;for(d=0;du?D(e,l,i,!0,!1,p):k(t,n,r,l,i,o,s,a,p)},T=(e,t,n,r,l,i,o,s,a)=>{let c=0;const u=t.length;let p=e.length-1,d=u-1;for(;c<=p&&c<=d;){const r=e[c],u=t[c]=a?ol(t[c]):il(t[c]);if(!Qr(r,u))break;f(r,u,n,null,l,i,o,s,a),c++}for(;c<=p&&c<=d;){const r=e[p],c=t[d]=a?ol(t[d]):il(t[d]);if(!Qr(r,c))break;f(r,c,n,null,l,i,o,s,a),p--,d--}if(c>p){if(c<=d){const e=d+1,p=ed)for(;c<=p;)O(e[c],l,i,!0),c++;else{const h=c,g=c,m=new Map;for(c=g;c<=d;c++){const e=t[c]=a?ol(t[c]):il(t[c]);null!=e.key&&m.set(e.key,c)}let v,y=0;const w=d-g+1;let b=!1,k=0;const x=new Array(w);for(c=0;c=w){O(r,l,i,!0);continue}let u;if(null!=r.key)u=m.get(r.key);else for(v=g;v<=d;v++)if(0===x[v-g]&&Qr(r,t[v])){u=v;break}void 0===u?O(r,l,i,!0):(x[u-g]=c+1,u>=k?k=u:b=!0,f(r,t[u],n,null,l,i,o,s,a),y++)}const _=b?function(e){const t=e.slice(),n=[0];let r,l,i,o,s;const a=e.length;for(r=0;r>1,e[n[s]]0&&(t[r]=n[i-1]),n[i]=r)}}for(i=n.length,o=n[i-1];i-- >0;)n[i]=o,o=t[o];return n}(x):P;for(v=_.length-1,c=w-1;c>=0;c--){const e=g+c,p=t[e],d=e+14&&void 0!==arguments[4]?arguments[4]:null;const{el:o,type:s,transition:a,children:c,shapeFlag:u}=e;if(6&u)j(e.component.subTree,t,r,l);else if(128&u)e.suspense.move(t,r,l);else if(64&u)s.move(e,t,r,W);else if(s!==Mr)if(s!==Vr)if(2!==l&&1&u&&a)if(0===l)a.beforeEnter(o),n(o,t,r),Tr((()=>a.enter(o)),i);else{const{leave:e,delayLeave:l,afterLeave:i}=a,s=()=>n(o,t,r),c=()=>{e(o,(()=>{s(),i&&i()}))};l?l(o,s,c):c()}else n(o,t,r);else((e,t,r)=>{let l,{el:i,anchor:o}=e;for(;i&&i!==o;)l=p(i),n(i,t,r),i=l;n(o,t,r)})(e,t,r);else{n(o,t,r);for(let e=0;e3&&void 0!==arguments[3]&&arguments[3],l=arguments.length>4&&void 0!==arguments[4]&&arguments[4];const{type:i,props:o,ref:s,children:a,dynamicChildren:c,shapeFlag:u,patchFlag:p,dirs:d}=e;if(null!=s&&Ir(s,null,n,e,!0),256&u)return void t.ctx.deactivate(e);const h=1&u&&d,f=!Zn(e);let g;if(f&&(g=o&&o.onVnodeBeforeUnmount)&&al(g,t,e),6&u)N(e.component,n,r);else{if(128&u)return void e.suspense.unmount(n,r);h&&Wn(e,null,t,"beforeUnmount"),64&u?e.type.remove(e,t,n,l,W,r):c&&(i!==Mr||p>0&&64&p)?D(c,t,n,!1,!0):(i===Mr&&384&p||!l&&16&u)&&D(a,t,n),r&&U(e)}(f&&(g=o&&o.onVnodeUnmounted)||h)&&Tr((()=>{g&&al(g,t,e),h&&Wn(e,null,t,"unmounted")}),n)},U=e=>{const{type:t,el:n,anchor:l,transition:i}=e;if(t===Mr)return void V(n,l);if(t===Vr)return void(e=>{let t,{el:n,anchor:l}=e;for(;n&&n!==l;)t=p(n),r(n),n=t;r(l)})(e);const o=()=>{r(n),i&&!i.persisted&&i.afterLeave&&i.afterLeave()};if(1&e.shapeFlag&&i&&!i.persisted){const{leave:t,delayLeave:r}=i,l=()=>t(n,o);r?r(e.el,o,l):l()}else o()},V=(e,t)=>{let n;for(;e!==t;)n=p(e),r(e),e=n;r(t)},N=(e,t,n)=>{const{bum:r,scope:l,update:i,subTree:o,um:s}=e;r&&ve(r),l.stop(),i&&(i.active=!1,O(o,e,t,n)),s&&Tr(s,t),Tr((()=>{e.isUnmounted=!0}),t),t&&t.pendingBranch&&!t.isUnmounted&&e.asyncDep&&!e.asyncResolved&&e.suspenseId===t.pendingId&&(t.deps--,0===t.deps&&t.resolve())},D=function(e,t,n){let r=arguments.length>3&&void 0!==arguments[3]&&arguments[3],l=arguments.length>4&&void 0!==arguments[4]&&arguments[4];for(let i=arguments.length>5&&void 0!==arguments[5]?arguments[5]:0;i6&e.shapeFlag?H(e.component.subTree):128&e.shapeFlag?e.suspense.next():p(e.anchor||e.el),B=(e,t,n)=>{null==e?t._vnode&&O(t._vnode,null,null,!0):f(t._vnode||null,e,t,null,null,null,n),$n(),Cn(),t._vnode=e},W={p:f,um:O,m:j,r:U,mt:A,mc:k,pc:L,pbc:_,n:H,o:e};let q,K;return{render:B,hydrate:q,createApp:mr(B,q)}}(e)}function Or(e,t){let{effect:n,update:r}=e;n.allowRecurse=r.allowRecurse=t}function Ur(e,t){let n=arguments.length>2&&void 0!==arguments[2]&&arguments[2];const r=e.children,l=t.children;if(K(r)&&K(l))for(let e=0;e0&&void 0!==arguments[0]&&arguments[0];Nr.push(Dr=e?null:[])}let Br=1;function Wr(e){Br+=e}function qr(e){return e.dynamicChildren=Br>0?Dr||P:null,Nr.pop(),Dr=Nr[Nr.length-1]||null,Br>0&&Dr&&Dr.push(e),e}function Zr(e,t,n,r,l,i){return qr(el(e,t,n,r,l,i,!0))}function Kr(e,t,n,r,l){return qr(tl(e,t,n,r,l,!0))}function Gr(e){return!!e&&!0===e.__v_isVNode}function Qr(e,t){return e.type===t.type&&e.key===t.key}const Jr="__vInternal",Xr=e=>{let{key:t}=e;return null!=t?t:null},Yr=e=>{let{ref:t,ref_key:n,ref_for:r}=e;return"number"==typeof t&&(t=""+t),null!=t?Y(t)||Yt(t)||X(t)?{i:In,r:t,k:n,f:!!r}:t:null};function el(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null,r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:0,l=arguments.length>4&&void 0!==arguments[4]?arguments[4]:null,i=arguments.length>5&&void 0!==arguments[5]?arguments[5]:e===Mr?0:1,o=arguments.length>6&&void 0!==arguments[6]&&arguments[6],s=arguments.length>7&&void 0!==arguments[7]&&arguments[7];const a={__v_isVNode:!0,__v_skip:!0,type:e,props:t,key:t&&Xr(t),ref:t&&Yr(t),scopeId:Tn,slotScopeIds:null,children:n,component:null,suspense:null,ssContent:null,ssFallback:null,dirs:null,transition:null,el:null,anchor:null,target:null,targetAnchor:null,staticCount:0,shapeFlag:i,patchFlag:r,dynamicProps:l,dynamicChildren:null,appContext:null,ctx:In};return s?(sl(a,n),128&i&&e.normalize(a)):n&&(a.shapeFlag|=Y(n)?8:16),Br>0&&!o&&Dr&&(a.patchFlag>0||6&i)&&32!==a.patchFlag&&Dr.push(a),a}const tl=function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null,r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:0,l=arguments.length>4&&void 0!==arguments[4]?arguments[4]:null,i=arguments.length>5&&void 0!==arguments[5]&&arguments[5];if(e&&e!==Yn||(e=Fr),Gr(e)){const r=nl(e,t,!0);return n&&sl(r,n),Br>0&&!i&&Dr&&(6&r.shapeFlag?Dr[Dr.indexOf(e)]=r:Dr.push(r)),r.patchFlag|=-2,r}var o;if(X(o=e)&&"__vccOpts"in o&&(e=e.__vccOpts),t){t=function(e){return e?qt(e)||Jr in e?B({},e):e:null}(t);let{class:e,style:n}=t;e&&!Y(e)&&(t.class=Ae(e)),te(n)&&(qt(n)&&!K(n)&&(n=B({},n)),t.style=xe(n))}return el(e,t,n,r,l,Y(e)?1:(e=>e.__isSuspense)(e)?128:(e=>e.__isTeleport)(e)?64:te(e)?4:X(e)?2:0,i,!0)};function nl(e,t){let n=arguments.length>2&&void 0!==arguments[2]&&arguments[2];const{props:r,ref:l,patchFlag:i,children:o}=e,s=t?function(){const e={};for(let t=0;t0&&void 0!==arguments[0]?arguments[0]:" ",arguments.length>1&&void 0!==arguments[1]?arguments[1]:0)}function ll(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return arguments.length>1&&void 0!==arguments[1]&&arguments[1]?(Hr(),Kr(Fr,null,e)):tl(Fr,null,e)}function il(e){return null==e||"boolean"==typeof e?tl(Fr):K(e)?tl(Mr,null,e.slice()):"object"==typeof e?ol(e):tl(Pr,null,String(e))}function ol(e){return null===e.el&&-1!==e.patchFlag||e.memo?e:nl(e)}function sl(e,t){let n=0;const{shapeFlag:r}=e;if(null==t)t=null;else if(K(t))n=16;else if("object"==typeof t){if(65&r){const n=t.default;return void(n&&(n._c&&(n._d=!1),sl(e,n()),n._c&&(n._d=!0)))}{n=32;const r=t._;r||Jr in t?3===r&&In&&(1===In.slots._?t._=1:(t._=2,e.patchFlag|=1024)):t._ctx=In}}else X(t)?(t={default:t,_ctx:In},n=32):(t=String(t),64&r?(n=16,t=[rl(t)]):n=8);e.children=t,e.shapeFlag|=n}function al(e,t,n){un(e,t,7,[n,arguments.length>3&&void 0!==arguments[3]?arguments[3]:null])}const cl=fr();let ul=0,pl=null;const dl=()=>pl||In;let hl,fl,gl="__VUE_INSTANCE_SETTERS__";(fl=ke()[gl])||(fl=ke()[gl]=[]),fl.push((e=>pl=e)),hl=e=>{fl.length>1?fl.forEach((t=>t(e))):fl[0](e)};const ml=e=>{hl(e),e.scope.on()},vl=()=>{pl&&pl.scope.off(),hl(null)};function yl(e){return 4&e.vnode.shapeFlag}let wl,bl=!1;function kl(e,t,n){X(t)?e.type.__ssrInlineRender?e.ssrRender=t:e.render=t:te(t)&&(e.setupState=sn(t)),xl(e,n)}function xl(e,t,n){const r=e.type;if(!e.render){if(!t&&wl&&!r.render){const t=r.template||function(e){const t=e.type,{mixins:n,extends:r}=t,{mixins:l,optionsCache:i,config:{optionMergeStrategies:o}}=e.appContext,s=i.get(t);let a;return s?a=s:l.length||n||r?(a={},l.length&&l.forEach((e=>sr(a,e,o,!0))),sr(a,t,o)):a=t,te(t)&&i.set(t,a),a}(e).template;if(t){const{isCustomElement:n,compilerOptions:l}=e.appContext.config,{delimiters:i,compilerOptions:o}=r,s=B(B({isCustomElement:n,delimiters:i},l),o);r.render=wl(t,s)}}e.render=r.render||F}}function _l(e){if(e.exposed)return e.exposeProxy||(e.exposeProxy=new Proxy(sn(Kt(e.exposed)),{get:(t,n)=>n in t?t[n]:n in rr?rr[n](e):void 0,has:(e,t)=>t in e||t in rr}))}const $l=(e,t)=>function(e,t){let n,r,l=arguments.length>2&&void 0!==arguments[2]&&arguments[2];const i=X(e);return i?(n=e,r=F):(n=e.get,r=e.set),new an(n,r,i||!r,l)}(e,0,bl);function Cl(e,t,n){const r=arguments.length;return 2===r?te(t)&&!K(t)?Gr(t)?tl(e,null,[t]):tl(e,t):tl(e,null,t):(r>3?n=Array.prototype.slice.call(arguments,2):3===r&&Gr(n)&&(n=[n]),tl(e,t,n))}const Sl=Symbol.for("v-scx"),Al=()=>yr(Sl),Rl="3.3.4",El="undefined"!=typeof document?document:null,zl=El&&El.createElement("template"),Ll={insert:(e,t,n)=>{t.insertBefore(e,n||null)},remove:e=>{const t=e.parentNode;t&&t.removeChild(e)},createElement:(e,t,n,r)=>{const l=t?El.createElementNS("http://www.w3.org/2000/svg",e):El.createElement(e,n?{is:n}:void 0);return"select"===e&&r&&null!=r.multiple&&l.setAttribute("multiple",r.multiple),l},createText:e=>El.createTextNode(e),createComment:e=>El.createComment(e),setText:(e,t)=>{e.nodeValue=t},setElementText:(e,t)=>{e.textContent=t},parentNode:e=>e.parentNode,nextSibling:e=>e.nextSibling,querySelector:e=>El.querySelector(e),setScopeId(e,t){e.setAttribute(t,"")},insertStaticContent(e,t,n,r,l,i){const o=n?n.previousSibling:t.lastChild;if(l&&(l===i||l.nextSibling))for(;t.insertBefore(l.cloneNode(!0),n),l!==i&&(l=l.nextSibling););else{zl.innerHTML=r?`${e}`:e;const l=zl.content;if(r){const e=l.firstChild;for(;e.firstChild;)l.appendChild(e.firstChild);l.removeChild(e)}t.insertBefore(l,n)}return[o?o.nextSibling:t.firstChild,n?n.previousSibling:t.lastChild]}},Il=/\s*!important$/;function Tl(e,t,n){if(K(n))n.forEach((n=>Tl(e,t,n)));else if(null==n&&(n=""),t.startsWith("--"))e.setProperty(t,n);else{const r=function(e,t){const n=Ol[t];if(n)return n;let r=pe(t);if("filter"!==r&&r in e)return Ol[t]=r;r=fe(r);for(let n=0;nFl||(Vl.then((()=>Fl=0)),Fl=Date.now()),Dl=/^on[a-z]/,Hl=e=>{const t=e.props["onUpdate:modelValue"]||!1;return K(t)?e=>ve(t,e):t};function Bl(e){e.target.composing=!0}function Wl(e){const t=e.target;t.composing&&(t.composing=!1,t.dispatchEvent(new Event("input")))}const ql={created(e,t,n){let{modifiers:{lazy:r,trim:l,number:i}}=t;e._assign=Hl(n);const o=i||n.props&&"number"===n.props.type;Ml(e,r?"change":"input",(t=>{if(t.target.composing)return;let n=e.value;l&&(n=n.trim()),o&&(n=we(n)),e._assign(n)})),l&&Ml(e,"change",(()=>{e.value=e.value.trim()})),r||(Ml(e,"compositionstart",Bl),Ml(e,"compositionend",Wl),Ml(e,"change",Wl))},mounted(e,t){let{value:n}=t;e.value=null==n?"":n},beforeUpdate(e,t,n){let{value:r,modifiers:{lazy:l,trim:i,number:o}}=t;if(e._assign=Hl(n),e.composing)return;if(document.activeElement===e&&"range"!==e.type){if(l)return;if(i&&e.value.trim()===r)return;if((o||"number"===e.type)&&we(e.value)===r)return}const s=null==r?"":r;e.value!==s&&(e.value=s)}},Zl={deep:!0,created(e,t,n){e._assign=Hl(n),Ml(e,"change",(()=>{const t=e._modelValue,n=Xl(e),r=e.checked,l=e._assign;if(K(t)){const e=Le(t,n),i=-1!==e;if(r&&!i)l(t.concat(n));else if(!r&&i){const n=[...t];n.splice(e,1),l(n)}}else if(Q(t)){const e=new Set(t);r?e.add(n):e.delete(n),l(e)}else l(Yl(e,r))}))},mounted:Kl,beforeUpdate(e,t,n){e._assign=Hl(n),Kl(e,t,n)}};function Kl(e,t,n){let{value:r,oldValue:l}=t;e._modelValue=r,K(r)?e.checked=Le(r,n.props.value)>-1:Q(r)?e.checked=r.has(n.props.value):r!==l&&(e.checked=ze(r,Yl(e,!0)))}const Gl={created(e,t,n){let{value:r}=t;e.checked=ze(r,n.props.value),e._assign=Hl(n),Ml(e,"change",(()=>{e._assign(Xl(e))}))},beforeUpdate(e,t,n){let{value:r,oldValue:l}=t;e._assign=Hl(n),r!==l&&(e.checked=ze(r,n.props.value))}},Ql={deep:!0,created(e,t,n){let{value:r,modifiers:{number:l}}=t;const i=Q(r);Ml(e,"change",(()=>{const t=Array.prototype.filter.call(e.options,(e=>e.selected)).map((e=>l?we(Xl(e)):Xl(e)));e._assign(e.multiple?i?new Set(t):t:t[0])})),e._assign=Hl(n)},mounted(e,t){let{value:n}=t;Jl(e,n)},beforeUpdate(e,t,n){e._assign=Hl(n)},updated(e,t){let{value:n}=t;Jl(e,n)}};function Jl(e,t){const n=e.multiple;if(!n||K(t)||Q(t)){for(let r=0,l=e.options.length;r-1:l.selected=t.has(i);else if(ze(Xl(l),t))return void(e.selectedIndex!==r&&(e.selectedIndex=r))}n||-1===e.selectedIndex||(e.selectedIndex=-1)}}function Xl(e){return"_value"in e?e._value:e.value}function Yl(e,t){const n=t?"_trueValue":"_falseValue";return n in e?e[n]:t}const ei={created(e,t,n){ti(e,t,n,null,"created")},mounted(e,t,n){ti(e,t,n,null,"mounted")},beforeUpdate(e,t,n,r){ti(e,t,n,r,"beforeUpdate")},updated(e,t,n,r){ti(e,t,n,r,"updated")}};function ti(e,t,n,r,l){const i=function(e,t){switch(e){case"SELECT":return Ql;case"TEXTAREA":return ql;default:switch(t){case"checkbox":return Zl;case"radio":return Gl;default:return ql}}}(e.tagName,n.props&&n.props.type)[l];i&&i(e,t,n,r)}const ni={beforeMount(e,t,n){let{value:r}=t,{transition:l}=n;e._vod="none"===e.style.display?"":e.style.display,l&&r?l.beforeEnter(e):ri(e,r)},mounted(e,t,n){let{value:r}=t,{transition:l}=n;l&&r&&l.enter(e)},updated(e,t,n){let{value:r,oldValue:l}=t,{transition:i}=n;!r!=!l&&(i?r?(i.beforeEnter(e),ri(e,!0),i.enter(e)):i.leave(e,(()=>{ri(e,!1)})):ri(e,r))},beforeUnmount(e,t){let{value:n}=t;ri(e,n)}};function ri(e,t){e.style.display=t?e._vod:"none"}const li=B({patchProp:function(e,t,n,r){let l=arguments.length>4&&void 0!==arguments[4]&&arguments[4],i=arguments.length>5?arguments[5]:void 0,o=arguments.length>6?arguments[6]:void 0,s=arguments.length>7?arguments[7]:void 0,a=arguments.length>8?arguments[8]:void 0;"class"===t?function(e,t,n){const r=e._vtc;r&&(t=(t?[t,...r]:[...r]).join(" ")),null==t?e.removeAttribute("class"):n?e.setAttribute("class",t):e.className=t}(e,r,l):"style"===t?function(e,t,n){const r=e.style,l=Y(n);if(n&&!l){if(t&&!Y(t))for(const e in t)null==n[e]&&Tl(r,e,"");for(const e in n)Tl(r,e,n[e])}else{const i=r.display;l?t!==n&&(r.cssText=n):t&&e.removeAttribute("style"),"_vod"in e&&(r.display=i)}}(e,n,r):D(t)?H(t)||function(e,t,n,r){let l=arguments.length>4&&void 0!==arguments[4]?arguments[4]:null;const i=e._vei||(e._vei={}),o=i[t];if(r&&o)o.value=r;else{const[n,s]=function(e){let t;if(Pl.test(e)){let n;for(t={};n=e.match(Pl);)e=e.slice(0,e.length-n[0].length),t[n[0].toLowerCase()]=!0}return[":"===e[2]?e.slice(3):he(e.slice(2)),t]}(t);if(r){const o=i[t]=function(e,t){const n=e=>{if(e._vts){if(e._vts<=n.attached)return}else e._vts=Date.now();un(function(e,t){if(K(t)){const n=e.stopImmediatePropagation;return e.stopImmediatePropagation=()=>{n.call(e),e._stopped=!0},t.map((e=>t=>!t._stopped&&e&&e(t)))}return t}(e,n.value),t,5,[e])};return n.value=e,n.attached=Nl(),n}(r,l);Ml(e,n,o,s)}else o&&(function(e,t,n,r){e.removeEventListener(t,n,r)}(e,n,o,s),i[t]=void 0)}}(e,t,0,r,o):("."===t[0]?(t=t.slice(1),1):"^"===t[0]?(t=t.slice(1),0):function(e,t,n,r){return r?"innerHTML"===t||"textContent"===t||!!(t in e&&Dl.test(t)&&X(n)):"spellcheck"!==t&&"draggable"!==t&&"translate"!==t&&("form"!==t&&(("list"!==t||"INPUT"!==e.tagName)&&(("type"!==t||"TEXTAREA"!==e.tagName)&&((!Dl.test(t)||!Y(n))&&t in e))))}(e,t,r,l))?function(e,t,n,r,l,i,o){if("innerHTML"===t||"textContent"===t)return r&&o(r,l,i),void(e[t]=null==n?"":n);const s=e.tagName;if("value"===t&&"PROGRESS"!==s&&!s.includes("-")){e._value=n;const r=null==n?"":n;return("OPTION"===s?e.getAttribute("value"):e.value)!==r&&(e.value=r),void(null==n&&e.removeAttribute(t))}let a=!1;if(""===n||null==n){const r=typeof e[t];"boolean"===r?n=Ee(n):null==n&&"string"===r?(n="",a=!0):"number"===r&&(n=0,a=!0)}try{e[t]=n}catch(e){}a&&e.removeAttribute(t)}(e,t,r,i,o,s,a):("true-value"===t?e._trueValue=r:"false-value"===t&&(e._falseValue=r),function(e,t,n,r,l){if(r&&t.startsWith("xlink:"))null==n?e.removeAttributeNS(Ul,t.slice(6,t.length)):e.setAttributeNS(Ul,t,n);else{const r=Re(t);null==n||r&&!Ee(n)?e.removeAttribute(t):e.setAttribute(t,r?"":n)}}(e,t,r,l))}},Ll);let ii;function oi(e){return!!Ue()&&(function(e){je&&je.cleanups.push(e)}(e),!0)}function si(e){return"function"==typeof e?e():ln(e)}const ai="undefined"!=typeof window&&"undefined"!=typeof document,ci=Object.prototype.toString,ui=e=>"[object Object]"===ci.call(e),pi=()=>{};function di(e,t){return function(){for(var n=arguments.length,r=new Array(n),l=0;l{Promise.resolve(e((()=>t.apply(this,r)),{fn:t,thisArg:this,args:r})).then(n).catch(l)}))}}const hi=e=>e();function fi(e){let t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];dl()?Gn(e):t?e():kn(e)}function gi(e){var t;const n=si(e);return null!=(t=null==n?void 0:n.$el)?t:n}const mi=ai?window:void 0,vi=ai?window.document:void 0;function yi(){let e,t,n,r;for(var l=arguments.length,i=new Array(l),o=0;o{s.forEach((e=>e())),s.length=0},c=Nn((()=>[gi(e),si(r)]),(e=>{let[r,l]=e;if(a(),!r)return;const i=ui(l)?{...l}:l;s.push(...t.flatMap((e=>n.map((t=>((e,t,n,r)=>(e.addEventListener(t,n,r),()=>e.removeEventListener(t,n,r)))(r,e,t,i))))))}),{immediate:!0,flush:"post"}),u=()=>{c(),a()};return oi(u),u}const wi="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},bi="__vueuse_ssr_handlers__",ki=(bi in wi||(wi[bi]=wi[bi]||{}),wi[bi]);const xi={boolean:{read:e=>"true"===e,write:e=>String(e)},object:{read:e=>JSON.parse(e),write:e=>JSON.stringify(e)},number:{read:e=>Number.parseFloat(e),write:e=>String(e)},any:{read:e=>e,write:e=>String(e)},string:{read:e=>e,write:e=>String(e)},map:{read:e=>new Map(JSON.parse(e)),write:e=>JSON.stringify(Array.from(e.entries()))},set:{read:e=>new Set(JSON.parse(e)),write:e=>JSON.stringify(Array.from(e))},date:{read:e=>new Date(e),write:e=>e.toISOString()}},_i="vueuse-storage";function $i(e,t,n){let r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};var l;const{flush:i="pre",deep:o=!0,listenToStorageChanges:s=!0,writeDefaults:a=!0,mergeDefaults:c=!1,shallow:u,window:p=mi,eventFilter:d,onError:h=(e=>{console.error(e)})}=r,f=(u?tn:en)(t);if(!n)try{n=(ki.getDefaultStorage||(()=>{var e;return null==(e=mi)?void 0:e.localStorage}))()}catch(e){h(e)}if(!n)return f;const g=si(t),m=function(e){return null==e?"any":e instanceof Set?"set":e instanceof Map?"map":e instanceof Date?"date":"boolean"==typeof e?"boolean":"string"==typeof e?"string":"object"==typeof e?"object":Number.isNaN(e)?"any":"number"}(g),v=null!=(l=r.serializer)?l:xi[m],{pause:y,resume:w}=function(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};const{eventFilter:r,...l}=n,{eventFilter:i,pause:o,resume:s,isActive:a}=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:hi;const t=en(!0);return{isActive:Nt(t),pause:function(){t.value=!1},resume:function(){t.value=!0},eventFilter:function(){t.value&&e(...arguments)}}}(r),c=function(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};const{eventFilter:r=hi,...l}=n;return Nn(e,di(r,t),l)}(e,t,{...l,eventFilter:i});return{stop:c,pause:o,resume:s,isActive:a}}(f,(()=>function(t){try{if(null==t)n.removeItem(e);else{const r=v.write(t),l=n.getItem(e);l!==r&&(n.setItem(e,r),p&&p.dispatchEvent(new CustomEvent(_i,{detail:{key:e,oldValue:l,newValue:r,storageArea:n}})))}}catch(e){h(e)}}(f.value)),{flush:i,deep:o,eventFilter:d});return p&&s&&(yi(p,"storage",b),yi(p,_i,(function(e){b(e.detail)}))),b(),f;function b(t){if(!t||t.storageArea===n)if(t&&null==t.key)f.value=g;else if(!t||t.key===e){y();try{(null==t?void 0:t.newValue)!==v.write(f.value)&&(f.value=function(t){const r=t?t.newValue:n.getItem(e);if(null==r)return a&&null!==g&&n.setItem(e,v.write(g)),g;if(!t&&c){const e=v.read(r);return"function"==typeof c?c(e,g):"object"!==m||Array.isArray(e)?e:{...g,...e}}return"string"!=typeof r?r:v.read(r)}(t))}catch(e){h(e)}finally{t?kn(w):w()}}}}let Ci=0;const Si=function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"",n=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"";return`${t?`${t}/`:""}${arguments.length>2&&void 0!==arguments[2]?arguments[2]:""}${e}${n?`.${n}`:""}`},Ai=e=>{"AbortError"!==e.name&&console.error(e.message)},Ri=e=>e instanceof HTMLElement?e:"string"==typeof e?document.querySelector(e):null,Ei=e=>e.type.includes("image"),zi=e=>{const t=Array.from(e).find(Ei);return t?t.getAsFile():null};let Li={async:!1,baseUrl:null,breaks:!1,extensions:null,gfm:!0,headerIds:!0,headerPrefix:"",highlight:null,hooks:null,langPrefix:"language-",mangle:!0,pedantic:!1,renderer:null,sanitize:!1,sanitizer:null,silent:!1,smartypants:!1,tokenizer:null,walkTokens:null,xhtml:!1};const Ii=/[&<>"']/,Ti=new RegExp(Ii.source,"g"),ji=/[<>"']|&(?!(#\d{1,7}|#[Xx][a-fA-F0-9]{1,6}|\w+);)/,Oi=new RegExp(ji.source,"g"),Ui={"&":"&","<":"<",">":">",'"':""","'":"'"},Mi=e=>Ui[e];function Pi(e,t){if(t){if(Ii.test(e))return e.replace(Ti,Mi)}else if(ji.test(e))return e.replace(Oi,Mi);return e}const Fi=/&(#(?:\d+)|(?:#x[0-9A-Fa-f]+)|(?:\w+));?/gi;function Vi(e){return e.replace(Fi,((e,t)=>"colon"===(t=t.toLowerCase())?":":"#"===t.charAt(0)?"x"===t.charAt(1)?String.fromCharCode(parseInt(t.substring(2),16)):String.fromCharCode(+t.substring(1)):""))}const Ni=/(^|[^\[])\^/g;function Di(e,t){e="string"==typeof e?e:e.source,t=t||"";const n={replace:(t,r)=>(r=(r=r.source||r).replace(Ni,"$1"),e=e.replace(t,r),n),getRegex:()=>new RegExp(e,t)};return n}const Hi=/[^\w:]/g,Bi=/^$|^[a-z][a-z0-9+.-]*:|^[?#]/i;function Wi(e,t,n){if(e){let t;try{t=decodeURIComponent(Vi(n)).replace(Hi,"").toLowerCase()}catch(e){return null}if(0===t.indexOf("javascript:")||0===t.indexOf("vbscript:")||0===t.indexOf("data:"))return null}t&&!Bi.test(n)&&(n=function(e,t){qi[" "+e]||(Zi.test(e)?qi[" "+e]=e+"/":qi[" "+e]=Xi(e,"/",!0));const n=-1===(e=qi[" "+e]).indexOf(":");return"//"===t.substring(0,2)?n?t:e.replace(Ki,"$1")+t:"/"===t.charAt(0)?n?t:e.replace(Gi,"$1")+t:e+t}(t,n));try{n=encodeURI(n).replace(/%25/g,"%")}catch(e){return null}return n}const qi={},Zi=/^[^:]+:\/*[^/]*$/,Ki=/^([^:]+:)[\s\S]*$/,Gi=/^([^:]+:\/*[^/]*)[\s\S]*$/,Qi={exec:function(){}};function Ji(e,t){const n=e.replace(/\|/g,((e,t,n)=>{let r=!1,l=t;for(;--l>=0&&"\\"===n[l];)r=!r;return r?"|":" |"})).split(/ \|/);let r=0;if(n[0].trim()||n.shift(),n.length>0&&!n[n.length-1].trim()&&n.pop(),n.length>t)n.splice(t);else for(;n.length1;)1&t&&(n+=e),t>>=1,e+=e;return n+e}function eo(e,t,n,r){const l=t.href,i=t.title?Pi(t.title):null,o=e[1].replace(/\\([\[\]])/g,"$1");if("!"!==e[0].charAt(0)){r.state.inLink=!0;const e={type:"link",raw:n,href:l,title:i,text:o,tokens:r.inlineTokens(o)};return r.state.inLink=!1,e}return{type:"image",raw:n,href:l,title:i,text:Pi(o)}}class to{constructor(e){this.options=e||Li}space(e){const t=this.rules.block.newline.exec(e);if(t&&t[0].length>0)return{type:"space",raw:t[0]}}code(e){const t=this.rules.block.code.exec(e);if(t){const e=t[0].replace(/^ {1,4}/gm,"");return{type:"code",raw:t[0],codeBlockStyle:"indented",text:this.options.pedantic?e:Xi(e,"\n")}}}fences(e){const t=this.rules.block.fences.exec(e);if(t){const e=t[0],n=function(e,t){const n=e.match(/^(\s+)(?:```)/);if(null===n)return t;const r=n[1];return t.split("\n").map((e=>{const t=e.match(/^\s+/);if(null===t)return e;const[n]=t;return n.length>=r.length?e.slice(r.length):e})).join("\n")}(e,t[3]||"");return{type:"code",raw:e,lang:t[2]?t[2].trim().replace(this.rules.inline._escapes,"$1"):t[2],text:n}}}heading(e){const t=this.rules.block.heading.exec(e);if(t){let e=t[2].trim();if(/#$/.test(e)){const t=Xi(e,"#");this.options.pedantic?e=t.trim():t&&!/ $/.test(t)||(e=t.trim())}return{type:"heading",raw:t[0],depth:t[1].length,text:e,tokens:this.lexer.inline(e)}}}hr(e){const t=this.rules.block.hr.exec(e);if(t)return{type:"hr",raw:t[0]}}blockquote(e){const t=this.rules.block.blockquote.exec(e);if(t){const e=t[0].replace(/^ *>[ \t]?/gm,""),n=this.lexer.state.top;this.lexer.state.top=!0;const r=this.lexer.blockTokens(e);return this.lexer.state.top=n,{type:"blockquote",raw:t[0],tokens:r,text:e}}}list(e){let t=this.rules.block.list.exec(e);if(t){let n,r,l,i,o,s,a,c,u,p,d,h,f=t[1].trim();const g=f.length>1,m={type:"list",raw:"",ordered:g,start:g?+f.slice(0,-1):"",loose:!1,items:[]};f=g?`\\d{1,9}\\${f.slice(-1)}`:`\\${f}`,this.options.pedantic&&(f=g?f:"[*+-]");const v=new RegExp(`^( {0,3}${f})((?:[\t ][^\\n]*)?(?:\\n|$))`);for(;e&&(h=!1,t=v.exec(e))&&!this.rules.block.hr.test(e);){if(n=t[0],e=e.substring(n.length),c=t[2].split("\n",1)[0].replace(/^\t+/,(e=>" ".repeat(3*e.length))),u=e.split("\n",1)[0],this.options.pedantic?(i=2,d=c.trimLeft()):(i=t[2].search(/[^ ]/),i=i>4?1:i,d=c.slice(i),i+=t[1].length),s=!1,!c&&/^ *$/.test(u)&&(n+=u+"\n",e=e.substring(u.length+1),h=!0),!h){const t=new RegExp(`^ {0,${Math.min(3,i-1)}}(?:[*+-]|\\d{1,9}[.)])((?:[ \t][^\\n]*)?(?:\\n|$))`),r=new RegExp(`^ {0,${Math.min(3,i-1)}}((?:- *){3,}|(?:_ *){3,}|(?:\\* *){3,})(?:\\n+|$)`),l=new RegExp(`^ {0,${Math.min(3,i-1)}}(?:\`\`\`|~~~)`),o=new RegExp(`^ {0,${Math.min(3,i-1)}}#`);for(;e&&(p=e.split("\n",1)[0],u=p,this.options.pedantic&&(u=u.replace(/^ {1,4}(?=( {4})*[^ ])/g," ")),!l.test(u))&&!o.test(u)&&!t.test(u)&&!r.test(e);){if(u.search(/[^ ]/)>=i||!u.trim())d+="\n"+u.slice(i);else{if(s)break;if(c.search(/[^ ]/)>=4)break;if(l.test(c))break;if(o.test(c))break;if(r.test(c))break;d+="\n"+u}s||u.trim()||(s=!0),n+=p+"\n",e=e.substring(p.length+1),c=u.slice(i)}}m.loose||(a?m.loose=!0:/\n *\n *$/.test(n)&&(a=!0)),this.options.gfm&&(r=/^\[[ xX]\] /.exec(d),r&&(l="[ ] "!==r[0],d=d.replace(/^\[[ xX]\] +/,""))),m.items.push({type:"list_item",raw:n,task:!!r,checked:l,loose:!1,text:d}),m.raw+=n}m.items[m.items.length-1].raw=n.trimRight(),m.items[m.items.length-1].text=d.trimRight(),m.raw=m.raw.trimRight();const y=m.items.length;for(o=0;o"space"===e.type)),t=e.length>0&&e.some((e=>/\n.*\n/.test(e.raw)));m.loose=t}if(m.loose)for(o=0;o$/,"$1").replace(this.rules.inline._escapes,"$1"):"",r=t[3]?t[3].substring(1,t[3].length-1).replace(this.rules.inline._escapes,"$1"):t[3];return{type:"def",tag:e,raw:t[0],href:n,title:r}}}table(e){const t=this.rules.block.table.exec(e);if(t){const e={type:"table",header:Ji(t[1]).map((e=>({text:e}))),align:t[2].replace(/^ *|\| *$/g,"").split(/ *\| */),rows:t[3]&&t[3].trim()?t[3].replace(/\n[ \t]*$/,"").split("\n"):[]};if(e.header.length===e.align.length){e.raw=t[0];let n,r,l,i,o=e.align.length;for(n=0;n({text:e})));for(o=e.header.length,r=0;r/i.test(t[0])&&(this.lexer.state.inLink=!1),!this.lexer.state.inRawBlock&&/^<(pre|code|kbd|script)(\s|>)/i.test(t[0])?this.lexer.state.inRawBlock=!0:this.lexer.state.inRawBlock&&/^<\/(pre|code|kbd|script)(\s|>)/i.test(t[0])&&(this.lexer.state.inRawBlock=!1),{type:this.options.sanitize?"text":"html",raw:t[0],inLink:this.lexer.state.inLink,inRawBlock:this.lexer.state.inRawBlock,text:this.options.sanitize?this.options.sanitizer?this.options.sanitizer(t[0]):Pi(t[0]):t[0]}}link(e){const t=this.rules.inline.link.exec(e);if(t){const e=t[2].trim();if(!this.options.pedantic&&/^$/.test(e))return;const t=Xi(e.slice(0,-1),"\\");if((e.length-t.length)%2==0)return}else{const e=function(e,t){if(-1===e.indexOf(t[1]))return-1;const n=e.length;let r=0,l=0;for(;l-1){const n=(0===t[0].indexOf("!")?5:4)+t[1].length+e;t[2]=t[2].substring(0,e),t[0]=t[0].substring(0,n).trim(),t[3]=""}}let n=t[2],r="";if(this.options.pedantic){const e=/^([^'"]*[^\s])\s+(['"])(.*)\2/.exec(n);e&&(n=e[1],r=e[3])}else r=t[3]?t[3].slice(1,-1):"";return n=n.trim(),/^$/.test(e)?n.slice(1):n.slice(1,-1)),eo(t,{href:n?n.replace(this.rules.inline._escapes,"$1"):n,title:r?r.replace(this.rules.inline._escapes,"$1"):r},t[0],this.lexer)}}reflink(e,t){let n;if((n=this.rules.inline.reflink.exec(e))||(n=this.rules.inline.nolink.exec(e))){let e=(n[2]||n[1]).replace(/\s+/g," ");if(e=t[e.toLowerCase()],!e){const e=n[0].charAt(0);return{type:"text",raw:e,text:e}}return eo(n,e,n[0],this.lexer)}}emStrong(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"",r=this.rules.inline.emStrong.lDelim.exec(e);if(!r)return;if(r[3]&&n.match(/[\p{L}\p{N}]/u))return;const l=r[1]||r[2]||"";if(!l||l&&(""===n||this.rules.inline.punctuation.exec(n))){const n=r[0].length-1;let l,i,o=n,s=0;const a="*"===r[0][0]?this.rules.inline.emStrong.rDelimAst:this.rules.inline.emStrong.rDelimUnd;for(a.lastIndex=0,t=t.slice(-1*e.length+n);null!=(r=a.exec(t));){if(l=r[1]||r[2]||r[3]||r[4]||r[5]||r[6],!l)continue;if(i=l.length,r[3]||r[4]){o+=i;continue}if((r[5]||r[6])&&n%3&&!((n+i)%3)){s+=i;continue}if(o-=i,o>0)continue;i=Math.min(i,i+o+s);const t=e.slice(0,n+r.index+(r[0].length-l.length)+i);if(Math.min(n,i)%2){const e=t.slice(1,-1);return{type:"em",raw:t,text:e,tokens:this.lexer.inlineTokens(e)}}const a=t.slice(2,-2);return{type:"strong",raw:t,text:a,tokens:this.lexer.inlineTokens(a)}}}}codespan(e){const t=this.rules.inline.code.exec(e);if(t){let e=t[2].replace(/\n/g," ");const n=/[^ ]/.test(e),r=/^ /.test(e)&&/ $/.test(e);return n&&r&&(e=e.substring(1,e.length-1)),e=Pi(e,!0),{type:"codespan",raw:t[0],text:e}}}br(e){const t=this.rules.inline.br.exec(e);if(t)return{type:"br",raw:t[0]}}del(e){const t=this.rules.inline.del.exec(e);if(t)return{type:"del",raw:t[0],text:t[2],tokens:this.lexer.inlineTokens(t[2])}}autolink(e,t){const n=this.rules.inline.autolink.exec(e);if(n){let e,r;return"@"===n[2]?(e=Pi(this.options.mangle?t(n[1]):n[1]),r="mailto:"+e):(e=Pi(n[1]),r=e),{type:"link",raw:n[0],text:e,href:r,tokens:[{type:"text",raw:e,text:e}]}}}url(e,t){let n;if(n=this.rules.inline.url.exec(e)){let e,r;if("@"===n[2])e=Pi(this.options.mangle?t(n[0]):n[0]),r="mailto:"+e;else{let t;do{t=n[0],n[0]=this.rules.inline._backpedal.exec(n[0])[0]}while(t!==n[0]);e=Pi(n[0]),r="www."===n[1]?"http://"+n[0]:n[0]}return{type:"link",raw:n[0],text:e,href:r,tokens:[{type:"text",raw:e,text:e}]}}}inlineText(e,t){const n=this.rules.inline.text.exec(e);if(n){let e;return e=this.lexer.state.inRawBlock?this.options.sanitize?this.options.sanitizer?this.options.sanitizer(n[0]):Pi(n[0]):n[0]:Pi(this.options.smartypants?t(n[0]):n[0]),{type:"text",raw:n[0],text:e}}}}const no={newline:/^(?: *(?:\n|$))+/,code:/^( {4}[^\n]+(?:\n(?: *(?:\n|$))*)?)+/,fences:/^ {0,3}(`{3,}(?=[^`\n]*(?:\n|$))|~{3,})([^\n]*)(?:\n|$)(?:|([\s\S]*?)(?:\n|$))(?: {0,3}\1[~`]* *(?=\n|$)|$)/,hr:/^ {0,3}((?:-[\t ]*){3,}|(?:_[ \t]*){3,}|(?:\*[ \t]*){3,})(?:\n+|$)/,heading:/^ {0,3}(#{1,6})(?=\s|$)(.*)(?:\n+|$)/,blockquote:/^( {0,3}> ?(paragraph|[^\n]*)(?:\n|$))+/,list:/^( {0,3}bull)([ \t][^\n]+?)?(?:\n|$)/,html:"^ {0,3}(?:<(script|pre|style|textarea)[\\s>][\\s\\S]*?(?:[^\\n]*\\n+|$)|comment[^\\n]*(\\n+|$)|<\\?[\\s\\S]*?(?:\\?>\\n*|$)|\\n*|$)|\\n*|$)|)[\\s\\S]*?(?:(?:\\n *)+\\n|$)|<(?!script|pre|style|textarea)([a-z][\\w-]*)(?:attribute)*? */?>(?=[ \\t]*(?:\\n|$))[\\s\\S]*?(?:(?:\\n *)+\\n|$)|(?=[ \\t]*(?:\\n|$))[\\s\\S]*?(?:(?:\\n *)+\\n|$))",def:/^ {0,3}\[(label)\]: *(?:\n *)?([^<\s][^\s]*|<.*?>)(?:(?: +(?:\n *)?| *\n *)(title))? *(?:\n+|$)/,table:Qi,lheading:/^((?:.|\n(?!\n))+?)\n {0,3}(=+|-+) *(?:\n+|$)/,_paragraph:/^([^\n]+(?:\n(?!hr|heading|lheading|blockquote|fences|list|html|table| +\n)[^\n]+)*)/,text:/^[^\n]+/,_label:/(?!\s*\])(?:\\.|[^\[\]\\])+/,_title:/(?:"(?:\\"?|[^"\\])*"|'[^'\n]*(?:\n[^'\n]+)*\n?'|\([^()]*\))/};no.def=Di(no.def).replace("label",no._label).replace("title",no._title).getRegex(),no.bullet=/(?:[*+-]|\d{1,9}[.)])/,no.listItemStart=Di(/^( *)(bull) */).replace("bull",no.bullet).getRegex(),no.list=Di(no.list).replace(/bull/g,no.bullet).replace("hr","\\n+(?=\\1?(?:(?:- *){3,}|(?:_ *){3,}|(?:\\* *){3,})(?:\\n+|$))").replace("def","\\n+(?="+no.def.source+")").getRegex(),no._tag="address|article|aside|base|basefont|blockquote|body|caption|center|col|colgroup|dd|details|dialog|dir|div|dl|dt|fieldset|figcaption|figure|footer|form|frame|frameset|h[1-6]|head|header|hr|html|iframe|legend|li|link|main|menu|menuitem|meta|nav|noframes|ol|optgroup|option|p|param|section|source|summary|table|tbody|td|tfoot|th|thead|title|tr|track|ul",no._comment=/|$)/,no.html=Di(no.html,"i").replace("comment",no._comment).replace("tag",no._tag).replace("attribute",/ +[a-zA-Z:_][\w.:-]*(?: *= *"[^"\n]*"| *= *'[^'\n]*'| *= *[^\s"'=<>`]+)?/).getRegex(),no.paragraph=Di(no._paragraph).replace("hr",no.hr).replace("heading"," {0,3}#{1,6} ").replace("|lheading","").replace("|table","").replace("blockquote"," {0,3}>").replace("fences"," {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list"," {0,3}(?:[*+-]|1[.)]) ").replace("html",")|<(?:script|pre|style|textarea|!--)").replace("tag",no._tag).getRegex(),no.blockquote=Di(no.blockquote).replace("paragraph",no.paragraph).getRegex(),no.normal={...no},no.gfm={...no.normal,table:"^ *([^\\n ].*\\|.*)\\n {0,3}(?:\\| *)?(:?-+:? *(?:\\| *:?-+:? *)*)(?:\\| *)?(?:\\n((?:(?! *\\n|hr|heading|blockquote|code|fences|list|html).*(?:\\n|$))*)\\n*|$)"},no.gfm.table=Di(no.gfm.table).replace("hr",no.hr).replace("heading"," {0,3}#{1,6} ").replace("blockquote"," {0,3}>").replace("code"," {4}[^\\n]").replace("fences"," {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list"," {0,3}(?:[*+-]|1[.)]) ").replace("html",")|<(?:script|pre|style|textarea|!--)").replace("tag",no._tag).getRegex(),no.gfm.paragraph=Di(no._paragraph).replace("hr",no.hr).replace("heading"," {0,3}#{1,6} ").replace("|lheading","").replace("table",no.gfm.table).replace("blockquote"," {0,3}>").replace("fences"," {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list"," {0,3}(?:[*+-]|1[.)]) ").replace("html",")|<(?:script|pre|style|textarea|!--)").replace("tag",no._tag).getRegex(),no.pedantic={...no.normal,html:Di("^ *(?:comment *(?:\\n|\\s*$)|<(tag)[\\s\\S]+? *(?:\\n{2,}|\\s*$)|\\s]*)*?/?> *(?:\\n{2,}|\\s*$))").replace("comment",no._comment).replace(/tag/g,"(?!(?:a|em|strong|small|s|cite|q|dfn|abbr|data|time|code|var|samp|kbd|sub|sup|i|b|u|mark|ruby|rt|rp|bdi|bdo|span|br|wbr|ins|del|img)\\b)\\w+(?!:|[^\\w\\s@]*@)\\b").getRegex(),def:/^ *\[([^\]]+)\]: *]+)>?(?: +(["(][^\n]+[")]))? *(?:\n+|$)/,heading:/^(#{1,6})(.*)(?:\n+|$)/,fences:Qi,lheading:/^(.+?)\n {0,3}(=+|-+) *(?:\n+|$)/,paragraph:Di(no.normal._paragraph).replace("hr",no.hr).replace("heading"," *#{1,6} *[^\n]").replace("lheading",no.lheading).replace("blockquote"," {0,3}>").replace("|fences","").replace("|list","").replace("|html","").getRegex()};const ro={escape:/^\\([!"#$%&'()*+,\-./:;<=>?@\[\]\\^_`{|}~])/,autolink:/^<(scheme:[^\s\x00-\x1f<>]*|email)>/,url:Qi,tag:"^comment|^|^<[a-zA-Z][\\w-]*(?:attribute)*?\\s*/?>|^<\\?[\\s\\S]*?\\?>|^|^",link:/^!?\[(label)\]\(\s*(href)(?:\s+(title))?\s*\)/,reflink:/^!?\[(label)\]\[(ref)\]/,nolink:/^!?\[(ref)\](?:\[\])?/,reflinkSearch:"reflink|nolink(?!\\()",emStrong:{lDelim:/^(?:\*+(?:([punct_])|[^\s*]))|^_+(?:([punct*])|([^\s_]))/,rDelimAst:/^(?:[^_*\\]|\\.)*?\_\_(?:[^_*\\]|\\.)*?\*(?:[^_*\\]|\\.)*?(?=\_\_)|(?:[^*\\]|\\.)+(?=[^*])|[punct_](\*+)(?=[\s]|$)|(?:[^punct*_\s\\]|\\.)(\*+)(?=[punct_\s]|$)|[punct_\s](\*+)(?=[^punct*_\s])|[\s](\*+)(?=[punct_])|[punct_](\*+)(?=[punct_])|(?:[^punct*_\s\\]|\\.)(\*+)(?=[^punct*_\s])/,rDelimUnd:/^(?:[^_*\\]|\\.)*?\*\*(?:[^_*\\]|\\.)*?\_(?:[^_*\\]|\\.)*?(?=\*\*)|(?:[^_\\]|\\.)+(?=[^_])|[punct*](\_+)(?=[\s]|$)|(?:[^punct*_\s\\]|\\.)(\_+)(?=[punct*\s]|$)|[punct*\s](\_+)(?=[^punct*_\s])|[\s](\_+)(?=[punct*])|[punct*](\_+)(?=[punct*])/},code:/^(`+)([^`]|[^`][\s\S]*?[^`])\1(?!`)/,br:/^( {2,}|\\)\n(?!\s*$)/,del:Qi,text:/^(`+|[^`])(?:(?= {2,}\n)|[\s\S]*?(?:(?=[\\.5&&(n="x"+n.toString(16)),r+="&#"+n+";";return r}ro._punctuation="!\"#$%&'()+\\-.,/:;<=>?@\\[\\]`^{|}~",ro.punctuation=Di(ro.punctuation).replace(/punctuation/g,ro._punctuation).getRegex(),ro.blockSkip=/\[[^\]]*?\]\([^\)]*?\)|`[^`]*?`|<[^>]*?>/g,ro.escapedEmSt=/(?:^|[^\\])(?:\\\\)*\\[*_]/g,ro._comment=Di(no._comment).replace("(?:--\x3e|$)","--\x3e").getRegex(),ro.emStrong.lDelim=Di(ro.emStrong.lDelim).replace(/punct/g,ro._punctuation).getRegex(),ro.emStrong.rDelimAst=Di(ro.emStrong.rDelimAst,"g").replace(/punct/g,ro._punctuation).getRegex(),ro.emStrong.rDelimUnd=Di(ro.emStrong.rDelimUnd,"g").replace(/punct/g,ro._punctuation).getRegex(),ro._escapes=/\\([!"#$%&'()*+,\-./:;<=>?@\[\]\\^_`{|}~])/g,ro._scheme=/[a-zA-Z][a-zA-Z0-9+.-]{1,31}/,ro._email=/[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+(@)[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)+(?![-_])/,ro.autolink=Di(ro.autolink).replace("scheme",ro._scheme).replace("email",ro._email).getRegex(),ro._attribute=/\s+[a-zA-Z:_][\w.:-]*(?:\s*=\s*"[^"]*"|\s*=\s*'[^']*'|\s*=\s*[^\s"'=<>`]+)?/,ro.tag=Di(ro.tag).replace("comment",ro._comment).replace("attribute",ro._attribute).getRegex(),ro._label=/(?:\[(?:\\.|[^\[\]\\])*\]|\\.|`[^`]*`|[^\[\]\\`])*?/,ro._href=/<(?:\\.|[^\n<>\\])+>|[^\s\x00-\x1f]*/,ro._title=/"(?:\\"?|[^"\\])*"|'(?:\\'?|[^'\\])*'|\((?:\\\)?|[^)\\])*\)/,ro.link=Di(ro.link).replace("label",ro._label).replace("href",ro._href).replace("title",ro._title).getRegex(),ro.reflink=Di(ro.reflink).replace("label",ro._label).replace("ref",no._label).getRegex(),ro.nolink=Di(ro.nolink).replace("ref",no._label).getRegex(),ro.reflinkSearch=Di(ro.reflinkSearch,"g").replace("reflink",ro.reflink).replace("nolink",ro.nolink).getRegex(),ro.normal={...ro},ro.pedantic={...ro.normal,strong:{start:/^__|\*\*/,middle:/^__(?=\S)([\s\S]*?\S)__(?!_)|^\*\*(?=\S)([\s\S]*?\S)\*\*(?!\*)/,endAst:/\*\*(?!\*)/g,endUnd:/__(?!_)/g},em:{start:/^_|\*/,middle:/^()\*(?=\S)([\s\S]*?\S)\*(?!\*)|^_(?=\S)([\s\S]*?\S)_(?!_)/,endAst:/\*(?!\*)/g,endUnd:/_(?!_)/g},link:Di(/^!?\[(label)\]\((.*?)\)/).replace("label",ro._label).getRegex(),reflink:Di(/^!?\[(label)\]\s*\[([^\]]*)\]/).replace("label",ro._label).getRegex()},ro.gfm={...ro.normal,escape:Di(ro.escape).replace("])","~|])").getRegex(),_extended_email:/[A-Za-z0-9._+-]+(@)[a-zA-Z0-9-_]+(?:\.[a-zA-Z0-9-_]*[a-zA-Z0-9])+(?![-_])/,url:/^((?:ftp|https?):\/\/|www\.)(?:[a-zA-Z0-9\-]+\.?)+[^\s<]*|^email/,_backpedal:/(?:[^?!.,:;*_'"~()&]+|\([^)]*\)|&(?![a-zA-Z0-9]+;$)|[?!.,:;*_'"~)]+(?!$))+/,del:/^(~~?)(?=[^\s~])([\s\S]*?[^\s~])\1(?=[^~]|$)/,text:/^([`~]+|[^`~])(?:(?= {2,}\n)|(?=[a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-]+@)|[\s\S]*?(?:(?=[\\1&&void 0!==arguments[1]?arguments[1]:[];for(e=this.options.pedantic?e.replace(/\t/g," ").replace(/^ +$/gm,""):e.replace(/^( *)(\t+)/gm,((e,t,n)=>t+" ".repeat(n.length)));e;)if(!(this.options.extensions&&this.options.extensions.block&&this.options.extensions.block.some((n=>!!(t=n.call({lexer:this},e,i))&&(e=e.substring(t.raw.length),i.push(t),!0)))))if(t=this.tokenizer.space(e))e=e.substring(t.raw.length),1===t.raw.length&&i.length>0?i[i.length-1].raw+="\n":i.push(t);else if(t=this.tokenizer.code(e))e=e.substring(t.raw.length),n=i[i.length-1],!n||"paragraph"!==n.type&&"text"!==n.type?i.push(t):(n.raw+="\n"+t.raw,n.text+="\n"+t.text,this.inlineQueue[this.inlineQueue.length-1].src=n.text);else if(t=this.tokenizer.fences(e))e=e.substring(t.raw.length),i.push(t);else if(t=this.tokenizer.heading(e))e=e.substring(t.raw.length),i.push(t);else if(t=this.tokenizer.hr(e))e=e.substring(t.raw.length),i.push(t);else if(t=this.tokenizer.blockquote(e))e=e.substring(t.raw.length),i.push(t);else if(t=this.tokenizer.list(e))e=e.substring(t.raw.length),i.push(t);else if(t=this.tokenizer.html(e))e=e.substring(t.raw.length),i.push(t);else if(t=this.tokenizer.def(e))e=e.substring(t.raw.length),n=i[i.length-1],!n||"paragraph"!==n.type&&"text"!==n.type?this.tokens.links[t.tag]||(this.tokens.links[t.tag]={href:t.href,title:t.title}):(n.raw+="\n"+t.raw,n.text+="\n"+t.raw,this.inlineQueue[this.inlineQueue.length-1].src=n.text);else if(t=this.tokenizer.table(e))e=e.substring(t.raw.length),i.push(t);else if(t=this.tokenizer.lheading(e))e=e.substring(t.raw.length),i.push(t);else{if(r=e,this.options.extensions&&this.options.extensions.startBlock){let t=1/0;const n=e.slice(1);let l;this.options.extensions.startBlock.forEach((function(e){l=e.call({lexer:this},n),"number"==typeof l&&l>=0&&(t=Math.min(t,l))})),t<1/0&&t>=0&&(r=e.substring(0,t+1))}if(this.state.top&&(t=this.tokenizer.paragraph(r)))n=i[i.length-1],l&&"paragraph"===n.type?(n.raw+="\n"+t.raw,n.text+="\n"+t.text,this.inlineQueue.pop(),this.inlineQueue[this.inlineQueue.length-1].src=n.text):i.push(t),l=r.length!==e.length,e=e.substring(t.raw.length);else if(t=this.tokenizer.text(e))e=e.substring(t.raw.length),n=i[i.length-1],n&&"text"===n.type?(n.raw+="\n"+t.raw,n.text+="\n"+t.text,this.inlineQueue.pop(),this.inlineQueue[this.inlineQueue.length-1].src=n.text):i.push(t);else if(e){const t="Infinite loop on byte: "+e.charCodeAt(0);if(this.options.silent){console.error(t);break}throw new Error(t)}}return this.state.top=!0,i}inline(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[];return this.inlineQueue.push({src:e,tokens:t}),t}inlineTokens(e){let t,n,r,l,i,o,s=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[],a=e;if(this.tokens.links){const e=Object.keys(this.tokens.links);if(e.length>0)for(;null!=(l=this.tokenizer.rules.inline.reflinkSearch.exec(a));)e.includes(l[0].slice(l[0].lastIndexOf("[")+1,-1))&&(a=a.slice(0,l.index)+"["+Yi("a",l[0].length-2)+"]"+a.slice(this.tokenizer.rules.inline.reflinkSearch.lastIndex))}for(;null!=(l=this.tokenizer.rules.inline.blockSkip.exec(a));)a=a.slice(0,l.index)+"["+Yi("a",l[0].length-2)+"]"+a.slice(this.tokenizer.rules.inline.blockSkip.lastIndex);for(;null!=(l=this.tokenizer.rules.inline.escapedEmSt.exec(a));)a=a.slice(0,l.index+l[0].length-2)+"++"+a.slice(this.tokenizer.rules.inline.escapedEmSt.lastIndex),this.tokenizer.rules.inline.escapedEmSt.lastIndex--;for(;e;)if(i||(o=""),i=!1,!(this.options.extensions&&this.options.extensions.inline&&this.options.extensions.inline.some((n=>!!(t=n.call({lexer:this},e,s))&&(e=e.substring(t.raw.length),s.push(t),!0)))))if(t=this.tokenizer.escape(e))e=e.substring(t.raw.length),s.push(t);else if(t=this.tokenizer.tag(e))e=e.substring(t.raw.length),n=s[s.length-1],n&&"text"===t.type&&"text"===n.type?(n.raw+=t.raw,n.text+=t.text):s.push(t);else if(t=this.tokenizer.link(e))e=e.substring(t.raw.length),s.push(t);else if(t=this.tokenizer.reflink(e,this.tokens.links))e=e.substring(t.raw.length),n=s[s.length-1],n&&"text"===t.type&&"text"===n.type?(n.raw+=t.raw,n.text+=t.text):s.push(t);else if(t=this.tokenizer.emStrong(e,a,o))e=e.substring(t.raw.length),s.push(t);else if(t=this.tokenizer.codespan(e))e=e.substring(t.raw.length),s.push(t);else if(t=this.tokenizer.br(e))e=e.substring(t.raw.length),s.push(t);else if(t=this.tokenizer.del(e))e=e.substring(t.raw.length),s.push(t);else if(t=this.tokenizer.autolink(e,io))e=e.substring(t.raw.length),s.push(t);else if(this.state.inLink||!(t=this.tokenizer.url(e,io))){if(r=e,this.options.extensions&&this.options.extensions.startInline){let t=1/0;const n=e.slice(1);let l;this.options.extensions.startInline.forEach((function(e){l=e.call({lexer:this},n),"number"==typeof l&&l>=0&&(t=Math.min(t,l))})),t<1/0&&t>=0&&(r=e.substring(0,t+1))}if(t=this.tokenizer.inlineText(r,lo))e=e.substring(t.raw.length),"_"!==t.raw.slice(-1)&&(o=t.raw.slice(-1)),i=!0,n=s[s.length-1],n&&"text"===n.type?(n.raw+=t.raw,n.text+=t.text):s.push(t);else if(e){const t="Infinite loop on byte: "+e.charCodeAt(0);if(this.options.silent){console.error(t);break}throw new Error(t)}}else e=e.substring(t.raw.length),s.push(t);return s}}class so{constructor(e){this.options=e||Li}code(e,t,n){const r=(t||"").match(/\S*/)[0];if(this.options.highlight){const t=this.options.highlight(e,r);null!=t&&t!==e&&(n=!0,e=t)}return e=e.replace(/\n$/,"")+"\n",r?'
'+(n?e:Pi(e,!0))+"
\n":"
"+(n?e:Pi(e,!0))+"
\n"}blockquote(e){return`
\n${e}
\n`}html(e){return e}heading(e,t,n,r){return this.options.headerIds?`${e}\n`:`${e}\n`}hr(){return this.options.xhtml?"
\n":"
\n"}list(e,t,n){const r=t?"ol":"ul";return"<"+r+(t&&1!==n?' start="'+n+'"':"")+">\n"+e+"\n"}listitem(e){return`
  • ${e}
  • \n`}checkbox(e){return" "}paragraph(e){return`

    ${e}

    \n`}table(e,t){return t&&(t=`${t}`),"\n\n"+e+"\n"+t+"
    \n"}tablerow(e){return`\n${e}\n`}tablecell(e,t){const n=t.header?"th":"td";return(t.align?`<${n} align="${t.align}">`:`<${n}>`)+e+`\n`}strong(e){return`${e}`}em(e){return`${e}`}codespan(e){return`${e}`}br(){return this.options.xhtml?"
    ":"
    "}del(e){return`${e}`}link(e,t,n){if(null===(e=Wi(this.options.sanitize,this.options.baseUrl,e)))return n;let r='",r}image(e,t,n){if(null===(e=Wi(this.options.sanitize,this.options.baseUrl,e)))return n;let r=`${n}":">",r}text(e){return e}}class ao{strong(e){return e}em(e){return e}codespan(e){return e}del(e){return e}html(e){return e}text(e){return e}link(e,t,n){return""+n}image(e,t,n){return""+n}br(){return""}}class co{constructor(){this.seen={}}serialize(e){return e.toLowerCase().trim().replace(/<[!\/a-z].*?>/gi,"").replace(/[\u2000-\u206F\u2E00-\u2E7F\\'!"#$%&()*+,./:;<=>?@[\]^`{|}~]/g,"").replace(/\s/g,"-")}getNextSafeSlug(e,t){let n=e,r=0;if(this.seen.hasOwnProperty(n)){r=this.seen[e];do{r++,n=e+"-"+r}while(this.seen.hasOwnProperty(n))}return t||(this.seen[e]=r,this.seen[n]=0),n}slug(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};const n=this.serialize(e);return this.getNextSafeSlug(n,t.dryrun)}}class uo{constructor(e){this.options=e||Li,this.options.renderer=this.options.renderer||new so,this.renderer=this.options.renderer,this.renderer.options=this.options,this.textRenderer=new ao,this.slugger=new co}static parse(e,t){return new uo(t).parse(e)}static parseInline(e,t){return new uo(t).parseInline(e)}parse(e){let t,n,r,l,i,o,s,a,c,u,p,d,h,f,g,m,v,y,w,b=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],k="";const x=e.length;for(t=0;t0&&"paragraph"===g.tokens[0].type?(g.tokens[0].text=y+" "+g.tokens[0].text,g.tokens[0].tokens&&g.tokens[0].tokens.length>0&&"text"===g.tokens[0].tokens[0].type&&(g.tokens[0].tokens[0].text=y+" "+g.tokens[0].tokens[0].text)):g.tokens.unshift({type:"text",text:y}):f+=y),f+=this.parse(g.tokens,h),c+=this.renderer.listitem(f,v,m);k+=this.renderer.list(c,p,d);continue;case"html":k+=this.renderer.html(u.text);continue;case"paragraph":k+=this.renderer.paragraph(this.parseInline(u.tokens));continue;case"text":for(c=u.tokens?this.parseInline(u.tokens):u.text;t+1{"function"==typeof r&&(l=r,r=null);const i={...r},o=function(e,t,n){return r=>{if(r.message+="\nPlease report this to https://github.com/markedjs/marked.",e){const e="

    An error occurred:

    "+Pi(r.message+"",!0)+"
    ";return t?Promise.resolve(e):n?void n(null,e):e}if(t)return Promise.reject(r);if(!n)throw r;n(r)}}((r={...fo.defaults,...i}).silent,r.async,l);if(null==n)return o(new Error("marked(): input parameter is undefined or null"));if("string"!=typeof n)return o(new Error("marked(): input parameter is of type "+Object.prototype.toString.call(n)+", string expected"));if(function(e){e&&e.sanitize&&!e.silent&&console.warn("marked(): sanitize and sanitizer parameters are deprecated since version 0.7.0, should not be used and will be removed in the future. Read more here: https://marked.js.org/#/USING_ADVANCED.md#options")}(r),r.hooks&&(r.hooks.options=r),l){const i=r.highlight;let s;try{r.hooks&&(n=r.hooks.preprocess(n)),s=e(n,r)}catch(e){return o(e)}const a=function(e){let n;if(!e)try{r.walkTokens&&fo.walkTokens(s,r.walkTokens),n=t(s,r),r.hooks&&(n=r.hooks.postprocess(n))}catch(t){e=t}return r.highlight=i,e?o(e):l(null,n)};if(!i||i.length<3)return a();if(delete r.highlight,!s.length)return a();let c=0;return fo.walkTokens(s,(function(e){"code"===e.type&&(c++,setTimeout((()=>{i(e.text,e.lang,(function(t,n){if(t)return a(t);null!=n&&n!==e.text&&(e.text=n,e.escaped=!0),c--,0===c&&a()}))}),0))})),void(0===c&&a())}if(r.async)return Promise.resolve(r.hooks?r.hooks.preprocess(n):n).then((t=>e(t,r))).then((e=>r.walkTokens?Promise.all(fo.walkTokens(e,r.walkTokens)).then((()=>e)):e)).then((e=>t(e,r))).then((e=>r.hooks?r.hooks.postprocess(e):e)).catch(o);try{r.hooks&&(n=r.hooks.preprocess(n));const l=e(n,r);r.walkTokens&&fo.walkTokens(l,r.walkTokens);let i=t(l,r);return r.hooks&&(i=r.hooks.postprocess(i)),i}catch(e){return o(e)}}}function fo(e,t,n){return ho(oo.lex,uo.parse)(e,t,n)}fo.options=fo.setOptions=function(e){var t;return fo.defaults={...fo.defaults,...e},t=fo.defaults,Li=t,fo},fo.getDefaults=function(){return{async:!1,baseUrl:null,breaks:!1,extensions:null,gfm:!0,headerIds:!0,headerPrefix:"",highlight:null,hooks:null,langPrefix:"language-",mangle:!0,pedantic:!1,renderer:null,sanitize:!1,sanitizer:null,silent:!1,smartypants:!1,tokenizer:null,walkTokens:null,xhtml:!1}},fo.defaults=Li,fo.use=function(){const e=fo.defaults.extensions||{renderers:{},childTokens:{}};for(var t=arguments.length,n=new Array(t),r=0;r{const n={...t};if(n.async=fo.defaults.async||n.async||!1,t.extensions&&(t.extensions.forEach((t=>{if(!t.name)throw new Error("extension name required");if(t.renderer){const n=e.renderers[t.name];e.renderers[t.name]=n?function(){for(var e=arguments.length,r=new Array(e),l=0;l{if(fo.defaults.async)return Promise.resolve(t.hooks[n].call(e,l)).then((t=>r.call(e,t)));const i=t.hooks[n].call(e,l);return r.call(e,i)}:e[n]=function(){for(var l=arguments.length,i=new Array(l),o=0;o1&&void 0!==arguments[1]?arguments[1]:{};return(arguments.length>0&&void 0!==arguments[0]?arguments[0]:"").replace(/:(.+?):/g,((t,n)=>e[n]?`${n}`:t))},wo=e=>e.dataset.path||e.getAttribute("id"),bo=e=>{let{serverURL:t,path:n=window.location.pathname,selector:r=".waline-comment-count",lang:l=navigator.language}=e;const i=new AbortController,o=document.querySelectorAll(r);return o.length&&(e=>{let{serverURL:t,lang:n,paths:r,signal:l}=e;return fetch(`${t}/comment?type=count&url=${encodeURIComponent(r.join(","))}&lang=${n}`,{signal:l}).then((e=>e.json())).then((e=>Array.isArray(e)?e:[e]))})({serverURL:z(t),paths:Array.from(o).map((e=>A(e.dataset.path||e.getAttribute("id")||n))),lang:l,signal:i.signal}).then((e=>{o.forEach(((t,n)=>{t.innerText=e[n].toString()}))})).catch(Ai),i.abort.bind(i)},ko=e=>{let{size:t}=e;return Cl("svg",{class:"wl-close-icon",viewBox:"0 0 1024 1024",width:t,height:t},[Cl("path",{d:"M697.173 85.333h-369.92c-144.64 0-241.92 101.547-241.92 252.587v348.587c0 150.613 97.28 252.16 241.92 252.16h369.92c144.64 0 241.494-101.547 241.494-252.16V337.92c0-151.04-96.854-252.587-241.494-252.587z",fill:"currentColor"}),Cl("path",{d:"m640.683 587.52-75.947-75.861 75.904-75.862a37.29 37.29 0 0 0 0-52.778 37.205 37.205 0 0 0-52.779 0l-75.946 75.818-75.862-75.946a37.419 37.419 0 0 0-52.821 0 37.419 37.419 0 0 0 0 52.821l75.947 75.947-75.776 75.733a37.29 37.29 0 1 0 52.778 52.821l75.776-75.776 75.947 75.947a37.376 37.376 0 0 0 52.779-52.821z",fill:"#888"})])},xo=()=>Cl("svg",{viewBox:"0 0 1024 1024",width:"24",height:"24"},Cl("path",{d:"m341.013 394.667 27.755 393.45h271.83l27.733-393.45h64.106l-28.01 397.952a64 64 0 0 1-63.83 59.498H368.768a64 64 0 0 1-63.83-59.52l-28.053-397.93h64.128zm139.307 19.818v298.667h-64V414.485h64zm117.013 0v298.667h-64V414.485h64zM181.333 288h640v64h-640v-64zm453.483-106.667v64h-256v-64h256z",fill:"red"})),_o=()=>Cl("svg",{viewBox:"0 0 1024 1024",width:"24",height:"24"},Cl("path",{d:"M563.2 463.3 677 540c1.7 1.2 3.7 1.8 5.8 1.8.7 0 1.4-.1 2-.2 2.7-.5 5.1-2.1 6.6-4.4l25.3-37.8c1.5-2.3 2.1-5.1 1.6-7.8s-2.1-5.1-4.4-6.6l-73.6-49.1 73.6-49.1c2.3-1.5 3.9-3.9 4.4-6.6.5-2.7 0-5.5-1.6-7.8l-25.3-37.8a10.1 10.1 0 0 0-6.6-4.4c-.7-.1-1.3-.2-2-.2-2.1 0-4.1.6-5.8 1.8l-113.8 76.6c-9.2 6.2-14.7 16.4-14.7 27.5.1 11 5.5 21.3 14.7 27.4zM387 348.8h-45.5c-5.7 0-10.4 4.7-10.4 10.4v153.3c0 5.7 4.7 10.4 10.4 10.4H387c5.7 0 10.4-4.7 10.4-10.4V359.2c0-5.7-4.7-10.4-10.4-10.4zm333.8 241.3-41-20a10.3 10.3 0 0 0-8.1-.5c-2.6.9-4.8 2.9-5.9 5.4-30.1 64.9-93.1 109.1-164.4 115.2-5.7.5-9.9 5.5-9.5 11.2l3.9 45.5c.5 5.3 5 9.5 10.3 9.5h.9c94.8-8 178.5-66.5 218.6-152.7 2.4-5 .3-11.2-4.8-13.6zm186-186.1c-11.9-42-30.5-81.4-55.2-117.1-24.1-34.9-53.5-65.6-87.5-91.2-33.9-25.6-71.5-45.5-111.6-59.2-41.2-14-84.1-21.1-127.8-21.1h-1.2c-75.4 0-148.8 21.4-212.5 61.7-63.7 40.3-114.3 97.6-146.5 165.8-32.2 68.1-44.3 143.6-35.1 218.4 9.3 74.8 39.4 145 87.3 203.3.1.2.3.3.4.5l36.2 38.4c1.1 1.2 2.5 2.1 3.9 2.6 73.3 66.7 168.2 103.5 267.5 103.5 73.3 0 145.2-20.3 207.7-58.7 37.3-22.9 70.3-51.5 98.1-85 27.1-32.7 48.7-69.5 64.2-109.1 15.5-39.7 24.4-81.3 26.6-123.8 2.4-43.6-2.5-87-14.5-129zm-60.5 181.1c-8.3 37-22.8 72-43 104-19.7 31.1-44.3 58.6-73.1 81.7-28.8 23.1-61 41-95.7 53.4-35.6 12.7-72.9 19.1-110.9 19.1-82.6 0-161.7-30.6-222.8-86.2l-34.1-35.8c-23.9-29.3-42.4-62.2-55.1-97.7-12.4-34.7-18.8-71-19.2-107.9-.4-36.9 5.4-73.3 17.1-108.2 12-35.8 30-69.2 53.4-99.1 31.7-40.4 71.1-72 117.2-94.1 44.5-21.3 94-32.6 143.4-32.6 49.3 0 97 10.8 141.8 32 34.3 16.3 65.3 38.1 92 64.8 26.1 26 47.5 56 63.6 89.2 16.2 33.2 26.6 68.5 31 105.1 4.6 37.5 2.7 75.3-5.6 112.3z",fill:"currentColor"})),$o=()=>Cl("svg",{viewBox:"0 0 1024 1024",width:"24",height:"24"},[Cl("path",{d:"M784 112H240c-88 0-160 72-160 160v480c0 88 72 160 160 160h544c88 0 160-72 160-160V272c0-88-72-160-160-160zm96 640c0 52.8-43.2 96-96 96H240c-52.8 0-96-43.2-96-96V272c0-52.8 43.2-96 96-96h544c52.8 0 96 43.2 96 96v480z",fill:"currentColor"}),Cl("path",{d:"M352 480c52.8 0 96-43.2 96-96s-43.2-96-96-96-96 43.2-96 96 43.2 96 96 96zm0-128c17.6 0 32 14.4 32 32s-14.4 32-32 32-32-14.4-32-32 14.4-32 32-32zm462.4 379.2-3.2-3.2-177.6-177.6c-25.6-25.6-65.6-25.6-91.2 0l-80 80-36.8-36.8c-25.6-25.6-65.6-25.6-91.2 0L200 728c-4.8 6.4-8 14.4-8 24 0 17.6 14.4 32 32 32 9.6 0 16-3.2 22.4-9.6L380.8 640l134.4 134.4c6.4 6.4 14.4 9.6 24 9.6 17.6 0 32-14.4 32-32 0-9.6-4.8-17.6-9.6-24l-52.8-52.8 80-80L769.6 776c6.4 4.8 12.8 8 20.8 8 17.6 0 32-14.4 32-32 0-8-3.2-16-8-20.8z",fill:"currentColor"})]),Co=e=>{let{active:t=!1}=e;return Cl("svg",{viewBox:"0 0 1024 1024",width:"24",height:"24"},[Cl("path",{d:"M850.654 323.804c-11.042-25.625-26.862-48.532-46.885-68.225-20.022-19.61-43.258-34.936-69.213-45.73-26.78-11.124-55.124-16.727-84.375-16.727-40.622 0-80.256 11.123-114.698 32.135A214.79 214.79 0 0 0 512 241.819a214.79 214.79 0 0 0-23.483-16.562c-34.442-21.012-74.076-32.135-114.698-32.135-29.25 0-57.595 5.603-84.375 16.727-25.872 10.711-49.19 26.12-69.213 45.73-20.105 19.693-35.843 42.6-46.885 68.225-11.453 26.615-17.303 54.877-17.303 83.963 0 27.439 5.603 56.03 16.727 85.117 9.31 24.307 22.659 49.52 39.715 74.981 27.027 40.293 64.188 82.316 110.33 124.915 76.465 70.615 152.189 119.394 155.402 121.371l19.528 12.525c8.652 5.52 19.776 5.52 28.427 0l19.529-12.525c3.213-2.06 78.854-50.756 155.401-121.371 46.143-42.6 83.304-84.622 110.33-124.915 17.057-25.46 30.487-50.674 39.716-74.981 11.124-29.087 16.727-57.678 16.727-85.117.082-29.086-5.768-57.348-17.221-83.963z"+(t?"":"M512 761.5S218.665 573.55 218.665 407.767c0-83.963 69.461-152.023 155.154-152.023 60.233 0 112.473 33.618 138.181 82.727 25.708-49.109 77.948-82.727 138.18-82.727 85.694 0 155.155 68.06 155.155 152.023C805.335 573.551 512 761.5 512 761.5z"),fill:t?"red":"currentColor"})])},So=()=>Cl("svg",{viewBox:"0 0 1024 1024",width:"24",height:"24"},[Cl("path",{d:"M710.816 654.301c70.323-96.639 61.084-230.578-23.705-314.843-46.098-46.098-107.183-71.109-172.28-71.109-65.008 0-126.092 25.444-172.28 71.109-45.227 46.098-70.756 107.183-70.756 172.106 0 64.923 25.444 126.007 71.194 172.106 46.099 46.098 107.184 71.109 172.28 71.109 51.414 0 100.648-16.212 142.824-47.404l126.53 126.006c7.058 7.06 16.297 10.979 26.406 10.979 10.105 0 19.343-3.919 26.402-10.979 14.467-14.467 14.467-38.172 0-52.723L710.816 654.301zm-315.107-23.265c-65.88-65.88-65.88-172.54 0-238.42 32.069-32.07 74.245-49.149 119.471-49.149 45.227 0 87.407 17.603 119.472 49.149 65.88 65.879 65.88 172.539 0 238.42-63.612 63.178-175.242 63.178-238.943 0zm0 0",fill:"currentColor"}),Cl("path",{d:"M703.319 121.603H321.03c-109.8 0-199.469 89.146-199.469 199.38v382.034c0 109.796 89.236 199.38 199.469 199.38h207.397c20.653 0 37.384-16.645 37.384-37.299 0-20.649-16.731-37.296-37.384-37.296H321.03c-68.582 0-124.352-55.77-124.352-124.267V321.421c0-68.496 55.77-124.267 124.352-124.267h382.289c68.582 0 124.352 55.771 124.352 124.267V524.72c0 20.654 16.736 37.299 37.385 37.299 20.654 0 37.384-16.645 37.384-37.299V320.549c-.085-109.8-89.321-198.946-199.121-198.946zm0 0",fill:"currentColor"})]),Ao=()=>Cl("svg",{width:"16",height:"16",ariaHidden:"true"},Cl("path",{d:"M14.85 3H1.15C.52 3 0 3.52 0 4.15v7.69C0 12.48.52 13 1.15 13h13.69c.64 0 1.15-.52 1.15-1.15v-7.7C16 3.52 15.48 3 14.85 3zM9 11H7V8L5.5 9.92 4 8v3H2V5h2l1.5 2L7 5h2v6zm2.99.5L9.5 8H11V5h2v3h1.5l-2.51 3.5z",fill:"currentColor"})),Ro=()=>Cl("svg",{viewBox:"0 0 1024 1024",width:"24",height:"24"},Cl("path",{d:"M810.667 213.333a64 64 0 0 1 64 64V704a64 64 0 0 1-64 64H478.336l-146.645 96.107a21.333 21.333 0 0 1-33.024-17.856V768h-85.334a64 64 0 0 1-64-64V277.333a64 64 0 0 1 64-64h597.334zm0 64H213.333V704h149.334v63.296L459.243 704h351.424V277.333zm-271.36 213.334v64h-176.64v-64h176.64zm122.026-128v64H362.667v-64h298.666z",fill:"currentColor"})),Eo=()=>Cl("svg",{viewBox:"0 0 1024 1024",width:"24",height:"24"},Cl("path",{d:"M813.039 318.772L480.53 651.278H360.718V531.463L693.227 198.961C697.904 194.284 704.027 192 710.157 192C716.302 192 722.436 194.284 727.114 198.961L813.039 284.88C817.72 289.561 820 295.684 820 301.825C820 307.95 817.72 314.093 813.039 318.772ZM710.172 261.888L420.624 551.431V591.376H460.561L750.109 301.825L710.172 261.888ZM490.517 291.845H240.906V771.09H720.156V521.479C720.156 504.947 733.559 491.529 750.109 491.529C766.653 491.529 780.063 504.947 780.063 521.479V791.059C780.063 813.118 762.18 831 740.125 831H220.937C198.882 831 181 813.118 181 791.059V271.872C181 249.817 198.882 231.935 220.937 231.935H490.517C507.06 231.935 520.47 245.352 520.47 261.888C520.47 278.424 507.06 291.845 490.517 291.845Z",fill:"currentColor"})),zo=()=>Cl("svg",{class:"verified-icon",viewBox:"0 0 1024 1024",width:"14",height:"14"},Cl("path",{d:"m894.4 461.56-54.4-63.2c-10.4-12-18.8-34.4-18.8-50.4v-68c0-42.4-34.8-77.2-77.2-77.2h-68c-15.6 0-38.4-8.4-50.4-18.8l-63.2-54.4c-27.6-23.6-72.8-23.6-100.8 0l-62.8 54.8c-12 10-34.8 18.4-50.4 18.4h-69.2c-42.4 0-77.2 34.8-77.2 77.2v68.4c0 15.6-8.4 38-18.4 50l-54 63.6c-23.2 27.6-23.2 72.4 0 100l54 63.6c10 12 18.4 34.4 18.4 50v68.4c0 42.4 34.8 77.2 77.2 77.2h69.2c15.6 0 38.4 8.4 50.4 18.8l63.2 54.4c27.6 23.6 72.8 23.6 100.8 0l63.2-54.4c12-10.4 34.4-18.8 50.4-18.8h68c42.4 0 77.2-34.8 77.2-77.2v-68c0-15.6 8.4-38.4 18.8-50.4l54.4-63.2c23.2-27.6 23.2-73.2-.4-100.8zm-216-25.2-193.2 193.2a30 30 0 0 1-42.4 0l-96.8-96.8a30.16 30.16 0 0 1 0-42.4c11.6-11.6 30.8-11.6 42.4 0l75.6 75.6 172-172c11.6-11.6 30.8-11.6 42.4 0 11.6 11.6 11.6 30.8 0 42.4z",fill:"#27ae60"})),Lo=e=>{let{size:t=100}=e;return Cl("svg",{width:t,height:t,viewBox:"0 0 100 100",preserveAspectRatio:"xMidYMid"},Cl("circle",{cx:50,cy:50,fill:"none",stroke:"currentColor",strokeWidth:"4",r:"40","stroke-dasharray":"85 30"},Cl("animateTransform",{attributeName:"transform",type:"rotate",repeatCount:"indefinite",dur:"1s",values:"0 50 50;360 50 50",keyTimes:"0;1"})))},Io=()=>Cl("svg",{width:24,height:24,fill:"currentcolor",viewBox:"0 0 24 24"},[Cl("path",{style:"transform: translateY(0.5px)",d:"M18.968 10.5H15.968V11.484H17.984V12.984H15.968V15H14.468V9H18.968V10.5V10.5ZM8.984 9C9.26533 9 9.49967 9.09367 9.687 9.281C9.87433 9.46833 9.968 9.70267 9.968 9.984V10.5H6.499V13.5H8.468V12H9.968V14.016C9.968 14.2973 9.87433 14.5317 9.687 14.719C9.49967 14.9063 9.26533 15 8.984 15H5.984C5.70267 15 5.46833 14.9063 5.281 14.719C5.09367 14.5317 5 14.2973 5 14.016V9.985C5 9.70367 5.09367 9.46933 5.281 9.282C5.46833 9.09467 5.70267 9.001 5.984 9.001H8.984V9ZM11.468 9H12.968V15H11.468V9V9Z"}),Cl("path",{d:"M18.5 3H5.75C3.6875 3 2 4.6875 2 6.75V18C2 20.0625 3.6875 21.75 5.75 21.75H18.5C20.5625 21.75 22.25 20.0625 22.25 18V6.75C22.25 4.6875 20.5625 3 18.5 3ZM20.75 18C20.75 19.2375 19.7375 20.25 18.5 20.25H5.75C4.5125 20.25 3.5 19.2375 3.5 18V6.75C3.5 5.5125 4.5125 4.5 5.75 4.5H18.5C19.7375 4.5 20.75 5.5125 20.75 6.75V18Z"})]);e.commentCount=bo;let To=null;const jo=()=>To||(To=$i("WALINE_LIKE",[]));let Oo=null;var Uo="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},Mo={},Po={},Fo={},Vo=Uo&&Uo.__awaiter||function(e,t,n,r){return new(n||(n=Promise))((function(l,i){function o(e){try{a(r.next(e))}catch(e){i(e)}}function s(e){try{a(r.throw(e))}catch(e){i(e)}}function a(e){var t;e.done?l(e.value):(t=e.value,t instanceof n?t:new n((function(e){e(t)}))).then(o,s)}a((r=r.apply(e,t||[])).next())}))},No=Uo&&Uo.__generator||function(e,t){var n,r,l,i,o={label:0,sent:function(){if(1&l[0])throw l[1];return l[1]},trys:[],ops:[]};return i={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function s(i){return function(s){return function(i){if(n)throw new TypeError("Generator is already executing.");for(;o;)try{if(n=1,r&&(l=2&i[0]?r.return:i[0]?r.throw||((l=r.return)&&l.call(r),0):r.next)&&!(l=l.call(r,i[1])).done)return l;switch(r=0,l&&(i=[2&i[0],l.value]),i[0]){case 0:case 1:l=i;break;case 4:return o.label++,{value:i[1],done:!1};case 5:o.label++,r=i[1],i=[0];continue;case 7:i=o.ops.pop(),o.trys.pop();continue;default:if(!((l=(l=o.trys).length>0&&l[l.length-1])||6!==i[0]&&2!==i[0])){o=0;continue}if(3===i[0]&&(!l||i[1]>l[0]&&i[1]Zo??(Zo=$i("WALINE_USER",{})),Go={key:0,class:"wl-reaction"},Qo=["textContent"],Jo={class:"wl-reaction-list"},Xo=["onClick"],Yo={class:"wl-reaction-img"},es=["src","alt"],ts=["textContent"],ns=["textContent"];var rs=qn({__name:"ArticleReaction",setup(e,t){let{expose:n}=t;n();const r=Oo??(Oo=$i("WALINE_REACTION",{})),l=yr("config"),i=en(-1),o=en([]),s=$l((()=>l.value.locale)),a=$l((()=>l.value.reaction.length>0)),c=$l((()=>{const{reaction:e,path:t}=l.value;return e.map(((e,n)=>({icon:e,desc:s.value[`reaction${n}`],active:r.value[t]===n})))}));let u;return Gn((()=>{Nn((()=>[l.value.serverURL,l.value.path]),(()=>{(async()=>{if(a.value){const{serverURL:e,lang:t,path:n,reaction:r}=l.value,i=new AbortController;u=i.abort.bind(i);const s=await $({serverURL:e,lang:t,paths:[n],type:r.map(((e,t)=>`reaction${t}`)),signal:i.signal});if(Array.isArray(s)||"number"==typeof s)return;o.value=r.map(((e,t)=>s[`reaction${t}`]))}})()}),{immediate:!0})})),Jn((()=>u?.())),(e,t)=>c.value.length?(Hr(),Zr("div",Go,[el("div",{class:"wl-reaction-title",textContent:Ie(s.value.reactionTitle)},null,8,Qo),el("ul",Jo,[(Hr(!0),Zr(Mr,null,tr(c.value,((e,t)=>{let{active:n,icon:s,desc:a}=e;return Hr(),Zr("li",{key:t,class:Ae(["wl-reaction-item",{active:n}]),onClick:e=>(async e=>{if(-1===i.value){const{serverURL:t,lang:n,path:s}=l.value,a=r.value[s];i.value=e,void 0!==a&&(await C({serverURL:t,lang:n,path:s,type:`reaction${a}`,action:"desc"}),o.value[a]=Math.max(o.value[a]-1,0)),a!==e&&(await C({serverURL:t,lang:n,path:s,type:`reaction${e}`}),o.value[e]=(o.value[e]||0)+1),a===e?delete r.value[s]:r.value[s]=e,i.value=-1}})(t)},[el("div",Yo,[el("img",{src:s,alt:a},null,8,es),i.value===t?(Hr(),Kr(ln(Lo),{key:0,class:"wl-reaction-loading"})):(Hr(),Zr("div",{key:1,class:"wl-reaction-votes",textContent:Ie(o.value[t]||0)},null,8,ts))]),el("div",{class:"wl-reaction-text",textContent:Ie(a)},null,8,ns)],10,Xo)})),128))])])):ll("v-if",!0)}}),ls=(e,t)=>{const n=e.__vccOpts||e;for(const[e,r]of t)n[e]=r;return n},is=ls(rs,[["__file","ArticleReaction.vue"]]),os=new Map;function ss(e){var t=os.get(e);t&&t.destroy()}function as(e){var t=os.get(e);t&&t.update()}var cs=null;"undefined"==typeof window?((cs=function(e){return e}).destroy=function(e){return e},cs.update=function(e){return e}):((cs=function(e,t){return e&&Array.prototype.forEach.call(e.length?e:[e],(function(e){return function(e){if(e&&e.nodeName&&"TEXTAREA"===e.nodeName&&!os.has(e)){var t,n=null,r=window.getComputedStyle(e),l=(t=e.value,function(){o({testForHeightReduction:""===t||!e.value.startsWith(t),restoreTextAlign:null}),t=e.value}),i=function(t){e.removeEventListener("autosize:destroy",i),e.removeEventListener("autosize:update",s),e.removeEventListener("input",l),window.removeEventListener("resize",s),Object.keys(t).forEach((function(n){return e.style[n]=t[n]})),os.delete(e)}.bind(e,{height:e.style.height,resize:e.style.resize,textAlign:e.style.textAlign,overflowY:e.style.overflowY,overflowX:e.style.overflowX,wordWrap:e.style.wordWrap});e.addEventListener("autosize:destroy",i),e.addEventListener("autosize:update",s),e.addEventListener("input",l),window.addEventListener("resize",s),e.style.overflowX="hidden",e.style.wordWrap="break-word",os.set(e,{destroy:i,update:s}),s()}function o(t){var l,i,s=t.restoreTextAlign,a=void 0===s?null:s,c=t.testForHeightReduction,u=void 0===c||c,p=r.overflowY;if(0!==e.scrollHeight&&("vertical"===r.resize?e.style.resize="none":"both"===r.resize&&(e.style.resize="horizontal"),u&&(l=function(e){for(var t=[];e&&e.parentNode&&e.parentNode instanceof Element;)e.parentNode.scrollTop&&t.push([e.parentNode,e.parentNode.scrollTop]),e=e.parentNode;return function(){return t.forEach((function(e){var t=e[0],n=e[1];t.style.scrollBehavior="auto",t.scrollTop=n,t.style.scrollBehavior=null}))}}(e),e.style.height=""),i="content-box"===r.boxSizing?e.scrollHeight-(parseFloat(r.paddingTop)+parseFloat(r.paddingBottom)):e.scrollHeight+parseFloat(r.borderTopWidth)+parseFloat(r.borderBottomWidth),"none"!==r.maxHeight&&i>parseFloat(r.maxHeight)?("hidden"===r.overflowY&&(e.style.overflow="scroll"),i=parseFloat(r.maxHeight)):"hidden"!==r.overflowY&&(e.style.overflow="hidden"),e.style.height=i+"px",a&&(e.style.textAlign=a),l&&l(),n!==i&&(e.dispatchEvent(new Event("autosize:resized",{bubbles:!0})),n=i),p!==r.overflow&&!a)){var d=r.textAlign;"hidden"===r.overflow&&(e.style.textAlign="start"===d?"end":"start"),o({restoreTextAlign:d,testForHeightReduction:!0})}}function s(){o({testForHeightReduction:!0,restoreTextAlign:null})}}(e)})),e}).destroy=function(e){return e&&Array.prototype.forEach.call(e.length?e:[e],ss),e},cs.update=function(e){return e&&Array.prototype.forEach.call(e.length?e:[e],as),e});var us=cs;const ps=["data-index"],ds=["src","title","onClick"];var hs=qn({__name:"ImageWall",props:{items:{default:()=>[]},columnWidth:{default:300},gap:{default:0}},emits:["insert"],setup(e,t){let{expose:n}=t;const r=e;n();let l=null;const i=en(null),o=en({}),s=en([]),a=()=>{const e=Math.floor((i.value.getBoundingClientRect().width+r.gap)/(r.columnWidth+r.gap));return e>0?e:1},c=async e=>{if(e>=r.items.length)return;await kn();const t=Array.from(i.value?.children||[]).reduce(((e,t)=>t.getBoundingClientRect().height0&&void 0!==arguments[0]&&arguments[0];if(s.value.length===a()&&!e)return;var t;s.value=(t=a(),new Array(t).fill(null).map((()=>[])));const n=window.scrollY;await c(0),window.scrollTo({top:n})},p=e=>{o.value[e.target.src]=!0};return Gn((()=>{u(!0),l=new ResizeObserver((()=>{u()})),l.observe(i.value),Nn((()=>[r.items]),(()=>{o.value={},u(!0)})),Nn((()=>[r.columnWidth,r.gap]),(()=>{u()}))})),Qn((()=>l.unobserve(i.value))),(e,t)=>(Hr(),Zr("div",{ref_key:"wall",ref:i,class:"wl-gallery",style:xe({gap:`${e.gap}px`})},[(Hr(!0),Zr(Mr,null,tr(s.value,((t,n)=>(Hr(),Zr("div",{key:n,class:"wl-gallery-column","data-index":n,style:xe({gap:`${e.gap}px`})},[(Hr(!0),Zr(Mr,null,tr(t,(t=>(Hr(),Zr(Mr,{key:t},[o.value[e.items[t].src]?ll("v-if",!0):(Hr(),Kr(ln(Lo),{key:0,size:36,style:{margin:"20px auto"}})),el("img",{class:"wl-gallery-item",src:e.items[t].src,title:e.items[t].title,loading:"lazy",onLoad:p,onClick:n=>e.$emit("insert",`![](${e.items[t].src})`)},null,40,ds)],64)))),128))],12,ps)))),128))],4))}}),fs=ls(hs,[["__file","ImageWall.vue"]]);const gs={class:"wl-comment"},ms={key:0,class:"wl-login-info"},vs={class:"wl-avatar"},ys=["title"],ws=["title"],bs=["src"],ks=["title","textContent"],xs={class:"wl-panel"},_s=["for","textContent"],$s=["id","onUpdate:modelValue","name","type"],Cs=["placeholder"],Ss={class:"wl-preview"},As=el("hr",null,null,-1),Rs=["innerHTML"],Es={class:"wl-footer"},zs={class:"wl-actions"},Ls={href:"https://guides.github.com/features/mastering-markdown/",title:"Markdown Guide","aria-label":"Markdown is supported",class:"wl-action",target:"_blank",rel:"noopener noreferrer"},Is=["title"],Ts=["title"],js=["title"],Os=["title"],Us={class:"wl-info"},Ms=el("div",{class:"wl-captcha-container"},null,-1),Ps={class:"wl-text-number"},Fs={key:0},Vs=["textContent"],Ns=["textContent"],Ds=["disabled"],Hs=["placeholder"],Bs={key:1,class:"wl-loading"},Ws={key:0,class:"wl-tab-wrapper"},qs=["title","onClick"],Zs=["src","alt"],Ks={key:0,class:"wl-tabs"},Gs=["onClick"],Qs=["src","alt","title"],Js=["title"];var Xs=qn({__name:"CommentBox",props:{edit:{default:null},rootId:{default:""},replyId:{default:""},replyUser:{default:""}},emits:["log","cancelEdit","cancelReply","submit"],setup(e,t){let{expose:n,emit:r}=t;const l=e;n();const i=yr("config"),o=$i("WALINE_COMMENT_BOX_EDITOR",""),s=$i("WALINE_USER_META",{nick:"",mail:"",link:""}),a=Ko(),c=en({}),u=en(null),p=en(null),d=en(null),h=en(null),f=en(null),g=en(null),m=en(null),v=en({tabs:[],map:{}}),y=en(0),w=en(!1),b=en(!1),k=en(!1),x=en(""),_=en(0),$=Vt({loading:!0,list:[]}),C=en(0),A=en(!1),E=en(""),z=en(!1),L=en(!1),I=$l((()=>i.value.locale)),T=$l((()=>Boolean(a.value?.token))),j=$l((()=>!1!==i.value.imageUploader)),U=e=>{const t=u.value,n=t.selectionStart,r=t.selectionEnd||0,l=t.scrollTop;o.value=t.value.substring(0,n)+e+t.value.substring(r,t.value.length),t.focus(),t.selectionStart=n+e.length,t.selectionEnd=n+e.length,t.scrollTop=l},M=e=>{const t=e.key;(e.ctrlKey||e.metaKey)&&"Enter"===t&&D()},P=e=>{const t=`![${i.value.locale.uploading} ${e.name}]()`;return U(t),z.value=!0,Promise.resolve().then((()=>i.value.imageUploader(e))).then((n=>{o.value=o.value.replace(t,`\r\n![${e.name}](${n})`)})).catch((e=>{alert(e.message),o.value=o.value.replace(t,"")})).then((()=>{z.value=!1}))},F=e=>{if(e.dataTransfer?.items){const t=zi(e.dataTransfer.items);t&&j.value&&(P(t),e.preventDefault())}},V=e=>{if(e.clipboardData){const t=zi(e.clipboardData.items);t&&j.value&&P(t)}},N=()=>{const e=p.value;e.files&&j.value&&P(e.files[0]).then((()=>{e.value=""}))},D=async()=>{const{serverURL:e,lang:t,login:n,wordLimit:p,requiredMeta:d,recaptchaV3Key:h,turnstileKey:f}=i.value,g=await(async()=>{if(!navigator)return"";const{userAgentData:e}=navigator;let t=navigator.userAgent;if(!e||"Windows"!==e.platform)return t;const{platformVersion:n}=await e.getHighEntropyValues(["platformVersion"]);return n?(parseInt(n.split(".")[0])>=13&&(t=t.replace("Windows NT 10.0","Windows NT 11.0")),t):t})(),m={comment:E.value,nick:s.value.nick,mail:s.value.mail,link:s.value.link,url:i.value.path,ua:g};if(a.value?.token)m.nick=a.value.display_name,m.mail=a.value.email,m.link=a.value.url;else{if("force"===n)return;if(d.indexOf("nick")>-1&&!m.nick)return c.value.nick?.focus(),alert(I.value.nickError);if(d.indexOf("mail")>-1&&!m.mail||m.mail&&(y=m.mail,!O.test(y)))return c.value.mail?.focus(),alert(I.value.mailError);m.nick||(m.nick=I.value.anonymous)}var y;if(m.comment){if(!A.value)return alert(I.value.wordHint.replace("$0",p[0].toString()).replace("$1",p[1].toString()).replace("$2",_.value.toString()));m.comment=yo(m.comment,v.value.map),l.replyId&&l.rootId&&(m.pid=l.replyId,m.rid=l.rootId,m.at=l.replyUser),z.value=!0;try{h&&(m.recaptchaV3=await(e=>{const t=qo[e]??(qo[e]=Mo.load(e,{useRecaptchaNet:!0,autoHideBadge:!0}));return{execute:e=>t.then((t=>t.execute(e)))}})(h).execute("social")),f&&(m.turnstile=await(w=f,{execute:async e=>{const{load:t}=function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:pi,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};const{immediate:r=!0,manual:l=!1,type:i="text/javascript",async:o=!0,crossOrigin:s,referrerPolicy:a,noModule:c,defer:u,document:p=vi,attrs:d={}}=n,h=en(null);let f=null;const g=function(){return f||(f=(n=>new Promise(((r,l)=>{const f=e=>(h.value=e,r(e),e);if(!p)return void r(!1);let g=!1,m=p.querySelector(`script[src="${si(e)}"]`);m?m.hasAttribute("data-loaded")&&f(m):(m=p.createElement("script"),m.type=i,m.async=o,m.src=si(e),u&&(m.defer=u),s&&(m.crossOrigin=s),c&&(m.noModule=c),a&&(m.referrerPolicy=a),Object.entries(d).forEach((e=>{let[t,n]=e;return null==m?void 0:m.setAttribute(t,n)})),g=!0),m.addEventListener("error",(e=>l(e))),m.addEventListener("abort",(e=>l(e))),m.addEventListener("load",(()=>{m.setAttribute("data-loaded","true"),t(m),f(m)})),g&&(m=p.head.appendChild(m)),n||f(m)})))(!(arguments.length>0&&void 0!==arguments[0])||arguments[0])),f},m=()=>{if(!p)return;f=null,h.value&&(h.value=null);const t=p.querySelector(`script[src="${si(e)}"]`);t&&p.head.removeChild(t)};var v;return r&&!l&&fi(g),l||(v=m,dl()&&Jn(v)),{scriptTag:h,load:g,unload:m}}("https://challenges.cloudflare.com/turnstile/v0/api.js",void 0,{async:!1});await t();const n=window?.turnstile;return new Promise((t=>{n?.ready((()=>{n?.render(".wl-captcha-container",{sitekey:w,action:e,size:"compact",callback:t})}))}))}}).execute("social"));const n={serverURL:e,lang:t,token:a.value?.token,comment:m},i=await(l.edit?S({objectId:l.edit.objectId,...n}):(e=>{let{serverURL:t,lang:n,token:r,comment:l}=e;const i={"Content-Type":"application/json"};return r&&(i.Authorization=`Bearer ${r}`),fetch(`${t}/comment?lang=${n}`,{method:"POST",headers:i,body:JSON.stringify(l)}).then((e=>e.json()))})(n));if(z.value=!1,i.errmsg)return alert(i.errmsg);r("submit",i.data),o.value="",x.value="",l.replyId&&r("cancelReply"),l.edit?.objectId&&r("cancelEdit")}catch(e){z.value=!1,alert(e.message)}var w}else u.value?.focus()},H=e=>{e.preventDefault();const{lang:t,serverURL:n}=i.value;(e=>{let{lang:t,serverURL:n}=e;const r=(window.innerWidth-450)/2,l=(window.innerHeight-450)/2,i=window.open(`${n}/ui/login?lng=${encodeURIComponent(t)}`,"_blank",`width=450,height=450,left=${r},top=${l},scrollbars=no,resizable=no,status=no,location=no,toolbar=no,menubar=no`);return i?.postMessage({type:"TOKEN",data:null},"*"),new Promise((e=>{const t=n=>{let{data:r}=n;r&&"object"==typeof r&&"userInfo"===r.type&&r.data.token&&(i?.close(),window.removeEventListener("message",t),e(r.data))};window.addEventListener("message",t)}))})({serverURL:n,lang:t}).then((e=>{a.value=e,(e.remember?localStorage:sessionStorage).setItem("WALINE_USER",JSON.stringify(e)),r("log")}))},B=()=>{a.value={},localStorage.setItem("WALINE_USER","null"),sessionStorage.setItem("WALINE_USER","null"),r("log")},W=e=>{e.preventDefault();const{lang:t,serverURL:n}=i.value,r=(window.innerWidth-800)/2,l=(window.innerHeight-800)/2,o=new URLSearchParams({lng:t,token:a.value.token}),s=window.open(`${n}/ui/profile?${o.toString()}`,"_blank",`width=800,height=800,left=${r},top=${l},scrollbars=no,resizable=no,status=no,location=no,toolbar=no,menubar=no`);s?.postMessage({type:"TOKEN",data:a.value.token},"*")},q=e=>{d.value?.contains(e.target)||h.value?.contains(e.target)||(w.value=!1),f.value?.contains(e.target)||g.value?.contains(e.target)||(b.value=!1)},Z=async e=>{const{scrollTop:t,clientHeight:n,scrollHeight:r}=e.target,l=(n+t)/r,o=i.value.search,s=m.value?.value||"";l<.9||$.loading||L.value||($.loading=!0,(o.more&&$.list.length?await o.more(s,$.list.length):await o.search(s)).length?$.list=[...$.list,...o.more&&$.list.length?await o.more(s,$.list.length):await o.search(s)]:L.value=!0,$.loading=!1,setTimeout((()=>{e.target.scrollTop=t}),50))},K=function(e){return di(function(e){let t,n,r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},l=pi;const i=e=>{clearTimeout(e),l(),l=pi};return o=>{const s=si(e),a=si(r.maxWait);return t&&i(t),s<=0||void 0!==a&&a<=0?(n&&(i(n),n=null),Promise.resolve(o())):new Promise(((e,c)=>{l=r.rejectOnCancel?c:e,a&&!n&&(n=setTimeout((()=>{t&&i(t),n=null,e(o())}),a)),t=setTimeout((()=>{n&&i(n),n=null,e(o())}),s)}))}}(arguments.length>1&&void 0!==arguments[1]?arguments[1]:200,arguments.length>2&&void 0!==arguments[2]?arguments[2]:{}),e)}((e=>{$.list=[],L.value=!1,Z(e)}),300);Nn([i,_],(e=>{let[t,n]=e;const{wordLimit:r}=t;r?nr[1]?(C.value=r[1],A.value=!1):(C.value=r[1],A.value=!0):(C.value=0,A.value=!0)}),{immediate:!0});const G=e=>{let{data:t}=e;t&&"profile"===t.type&&(a.value={...a.value,...t.data},[localStorage,sessionStorage].filter((e=>e.getItem("WALINE_USER"))).forEach((e=>e.setItem("WALINE_USER",JSON.stringify(a)))))};return Gn((()=>{document.body.addEventListener("click",q),window.addEventListener("message",G),l.edit?.objectId&&(o.value=l.edit.orig),Nn(b,(async e=>{if(!e)return;const t=i.value.search;m.value&&(m.value.value=""),$.loading=!0,$.list=t.default?await t.default():await t.search(""),$.loading=!1})),Nn((()=>o.value),(e=>{const{highlighter:t,texRenderer:n}=i.value;E.value=e,x.value=((e,t)=>{let{emojiMap:n,highlighter:r,texRenderer:l}=t;if(fo.setOptions({highlight:r||void 0,breaks:!0,smartLists:!0,smartypants:!0}),l){const e=(e=>[{name:"blockMath",level:"block",tokenizer(t){const n=vo.exec(t);if(null!==n)return{type:"html",raw:n[0],text:e(!0,n[1])}}},{name:"inlineMath",level:"inline",start(e){const t=e.search(go);return-1!==t?t:e.length},tokenizer(t){const n=mo.exec(t);if(null!==n)return{type:"html",raw:n[0],text:e(!1,n[1])}}}])(l);fo.use({extensions:e})}return fo.parse(yo(e,n))})(e,{emojiMap:v.value.map,highlighter:t,texRenderer:n}),_.value=(e=>((e=>e.match(/[\w\d\s,.\u00C0-\u024F\u0400-\u04FF]+/giu))(e)?.reduce(((e,t)=>e+(""===t.trim()?0:t.trim().split(/\s+/u).length)),0)||0)+((e=>e.match(/[\u4E00-\u9FD5]/gu))(e)?.length||0))(e),e?us(u.value):us.destroy(u.value)}),{immediate:!0}),Nn((()=>i.value.emoji),(e=>{return(t=e,Promise.all(t.map((e=>"string"==typeof e?(e=>{const t=$i("WALINE_EMOJI",{}),n=Boolean(/@[0-9]+\.[0-9]+\.[0-9]+/.test(e));if(n){const n=t.value[e];if(n)return Promise.resolve(n)}return fetch(`${e}/info.json`).then((e=>e.json())).then((r=>{const l={folder:e,...r};return n&&(t.value[e]=l),l}))})(R(e)):Promise.resolve(e)))).then((e=>{const t={tabs:[],map:{}};return e.forEach((e=>{const{name:n,folder:r,icon:l,prefix:i,type:o,items:s}=e;t.tabs.push({name:n,icon:Si(l,r,i,o),items:s.map((e=>{const n=`${i||""}${e}`;return t.map[n]=Si(e,r,i,o),n}))})})),t}))).then((e=>{v.value=e}));var t}),{immediate:!0})})),Jn((()=>{document.body.removeEventListener("click",q),window.removeEventListener("message",G)})),(e,t)=>(Hr(),Zr("div",gs,["disable"!==ln(i).login&&T.value&&!e.edit?.objectId?(Hr(),Zr("div",ms,[el("div",vs,[el("button",{type:"submit",class:"wl-logout-btn",title:I.value.logout,onClick:B},[tl(ln(ko),{size:14})],8,ys),el("a",{href:"#",class:"wl-login-nick","aria-label":"Profile",title:I.value.profile,onClick:W},[el("img",{src:ln(a).avatar,alt:"avatar"},null,8,bs)],8,ws)]),el("a",{href:"#",class:"wl-login-nick","aria-label":"Profile",title:I.value.profile,onClick:W,textContent:Ie(ln(a).display_name)},null,8,ks)])):ll("v-if",!0),el("div",xs,["force"!==ln(i).login&&ln(i).meta.length&&!T.value?(Hr(),Zr("div",{key:0,class:Ae(["wl-header",`item${ln(i).meta.length}`])},[(Hr(!0),Zr(Mr,null,tr(ln(i).meta,(e=>(Hr(),Zr("div",{key:e,class:"wl-header-item"},[el("label",{for:`wl-${e}`,textContent:Ie(I.value[e]+(ln(i).requiredMeta.includes(e)||!ln(i).requiredMeta.length?"":`(${I.value.optional})`))},null,8,_s),Bn(el("input",{id:`wl-${e}`,ref_for:!0,ref:t=>{t&&(c.value[e]=t)},"onUpdate:modelValue":t=>ln(s)[e]=t,class:Ae(["wl-input",`wl-${e}`]),name:e,type:"mail"===e?"email":"text"},null,10,$s),[[ei,ln(s)[e]]])])))),128))],2)):ll("v-if",!0),Bn(el("textarea",{id:"wl-edit",ref_key:"editorRef",ref:u,"onUpdate:modelValue":t[0]||(t[0]=e=>Yt(o)?o.value=e:null),class:"wl-editor",placeholder:e.replyUser?`@${e.replyUser}`:I.value.placeholder,onKeydown:M,onDrop:F,onPaste:V},null,40,Cs),[[ql,ln(o)]]),Bn(el("div",Ss,[As,el("h4",null,Ie(I.value.preview)+":",1),el("div",{class:"wl-content",innerHTML:x.value},null,8,Rs)],512),[[ni,k.value]]),el("div",Es,[el("div",zs,[el("a",Ls,[tl(ln(Ao))]),Bn(el("button",{ref_key:"emojiButtonRef",ref:d,type:"button",class:Ae(["wl-action",{active:w.value}]),title:I.value.emoji,onClick:t[1]||(t[1]=e=>w.value=!w.value)},[tl(ln(_o))],10,Is),[[ni,v.value.tabs.length]]),ln(i).search?(Hr(),Zr("button",{key:0,ref_key:"gifButtonRef",ref:f,type:"button",class:Ae(["wl-action",{active:b.value}]),title:I.value.gif,onClick:t[2]||(t[2]=e=>b.value=!b.value)},[tl(ln(Io))],10,Ts)):ll("v-if",!0),el("input",{id:"wl-image-upload",ref_key:"imageUploadRef",ref:p,class:"upload",type:"file",accept:".png,.jpg,.jpeg,.webp,.bmp,.gif",onChange:N},null,544),j.value?(Hr(),Zr("label",{key:1,for:"wl-image-upload",class:"wl-action",title:I.value.uploadImage},[tl(ln($o))],8,js)):ll("v-if",!0),el("button",{type:"button",class:Ae(["wl-action",{active:k.value}]),title:I.value.preview,onClick:t[3]||(t[3]=e=>k.value=!k.value)},[tl(ln(So))],10,Os)]),el("div",Us,[Ms,el("div",Ps,[rl(Ie(_.value)+" ",1),ln(i).wordLimit?(Hr(),Zr("span",Fs,[rl("  /  "),el("span",{class:Ae({illegal:!A.value}),textContent:Ie(C.value)},null,10,Vs)])):ll("v-if",!0),rl("  "+Ie(I.value.word),1)]),"disable"===ln(i).login||T.value?ll("v-if",!0):(Hr(),Zr("button",{key:0,type:"button",class:"wl-btn",onClick:H,textContent:Ie(I.value.login)},null,8,Ns)),"force"!==ln(i).login||T.value?(Hr(),Zr("button",{key:1,type:"submit",class:"primary wl-btn",title:"Cmd|Ctrl + Enter",disabled:z.value,onClick:D},[z.value?(Hr(),Kr(ln(Lo),{key:0,size:16})):(Hr(),Zr(Mr,{key:1},[rl(Ie(I.value.submit),1)],64))],8,Ds)):ll("v-if",!0)]),el("div",{ref_key:"gifPopupRef",ref:g,class:Ae(["wl-gif-popup",{display:b.value}])},[el("input",{ref_key:"gifSearchInputRef",ref:m,type:"text",placeholder:I.value.gifSearchPlaceholder,onInput:t[4]||(t[4]=function(){return ln(K)&&ln(K)(...arguments)})},null,40,Hs),$.list.length?(Hr(),Kr(fs,{key:0,items:$.list,"column-width":200,gap:6,onInsert:t[5]||(t[5]=e=>U(e)),onScroll:Z},null,8,["items"])):ll("v-if",!0),$.loading?(Hr(),Zr("div",Bs,[tl(ln(Lo),{size:30})])):ll("v-if",!0)],2),el("div",{ref_key:"emojiPopupRef",ref:h,class:Ae(["wl-emoji-popup",{display:w.value}])},[(Hr(!0),Zr(Mr,null,tr(v.value.tabs,((e,t)=>(Hr(),Zr(Mr,{key:e.name},[t===y.value?(Hr(),Zr("div",Ws,[(Hr(!0),Zr(Mr,null,tr(e.items,(e=>(Hr(),Zr("button",{key:e,type:"button",title:e,onClick:t=>U(`:${e}:`)},[w.value?(Hr(),Zr("img",{key:0,class:"wl-emoji",src:v.value.map[e],alt:e,loading:"lazy",referrerPolicy:"no-referrer"},null,8,Zs)):ll("v-if",!0)],8,qs)))),128))])):ll("v-if",!0)],64)))),128)),v.value.tabs.length>1?(Hr(),Zr("div",Ks,[(Hr(!0),Zr(Mr,null,tr(v.value.tabs,((e,t)=>(Hr(),Zr("button",{key:e.name,type:"button",class:Ae(["wl-tab",{active:y.value===t}]),onClick:e=>y.value=t},[el("img",{class:"wl-emoji",src:e.icon,alt:e.name,title:e.name,loading:"lazy",referrerPolicy:"no-referrer"},null,8,Qs)],10,Gs)))),128))])):ll("v-if",!0)],2)])]),e.replyId||e.edit?.objectId?(Hr(),Zr("button",{key:1,type:"button",class:"wl-close",title:I.value.cancelReply,onClick:t[6]||(t[6]=t=>e.$emit(e.replyId?"cancelReply":"cancelEdit"))},[tl(ln(ko),{size:24})],8,Js)):ll("v-if",!0)]))}}),Ys=ls(Xs,[["__file","CommentBox.vue"]]);const ea=["id"],ta={class:"wl-user","aria-hidden":"true"},na=["src"],ra={class:"wl-card"},la={class:"wl-head"},ia=["href"],oa={key:1,class:"wl-nick"},sa=["textContent"],aa=["textContent"],ca=["textContent"],ua=["textContent"],pa=["textContent"],da={class:"wl-comment-actions"},ha=["title"],fa=["textContent"],ga=["title"],ma={class:"wl-meta","aria-hidden":"true"},va=["data-value","textContent"],ya=["data-value","textContent"],wa=["data-value","textContent"],ba=["innerHTML"],ka={key:1,class:"wl-admin-actions"},xa={class:"wl-comment-status"},_a=["disabled","onClick","textContent"],$a={key:3,class:"wl-quote"};var Ca=ls(qn({__name:"CommentCard",props:{comment:{},edit:{default:null},rootId:{},reply:{default:null}},emits:["log","submit","delete","edit","like","status","sticky","reply"],setup(e){const t=e,n=["approved","waiting","spam"],r=yr("config"),l=jo(),i=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const{controls:t=!1,interval:n="requestAnimationFrame"}=e,r=en(new Date),l=()=>r.value=new Date,i="requestAnimationFrame"===n?function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};const{immediate:n=!0,window:r=mi}=t,l=en(!1);let i=0,o=null;function s(t){l.value&&r&&(e({delta:t-(i||t),timestamp:t}),i=t,o=r.requestAnimationFrame(s))}function a(){!l.value&&r&&(l.value=!0,o=r.requestAnimationFrame(s))}function c(){l.value=!1,null!=o&&r&&(r.cancelAnimationFrame(o),o=null)}return n&&a(),oi(c),{isActive:Nt(l),pause:c,resume:a}}(l,{immediate:!0}):function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1e3,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};const{immediate:r=!0,immediateCallback:l=!1}=n;let i=null;const o=en(!1);function s(){i&&(clearInterval(i),i=null)}function a(){o.value=!1,s()}function c(){const n=si(t);n<=0||(o.value=!0,l&&e(),s(),i=setInterval(e,n))}return r&&ai&&c(),(Yt(t)||"function"==typeof t)&&oi(Nn(t,(()=>{o.value&&ai&&c()}))),oi(a),{isActive:o,pause:a,resume:c}}(l,n,{immediate:!0});return t?{now:r,...i}:r}(),o=Ko(),s=$l((()=>r.value.locale)),a=$l((()=>{const{link:e}=t.comment;return e?E(e)?e:`https://${e}`:""})),c=$l((()=>l.value.includes(t.comment.objectId))),u=$l((()=>((e,t,n)=>{if(!e)return"";const r="string"==typeof e?new Date(-1!==e.indexOf(" ")?e.replace(/-/g,"/"):e):e,l=t.getTime()-r.getTime(),i=Math.floor(l/864e5);if(0===i){const e=l%864e5,t=Math.floor(e/36e5);if(0===t){const t=e%36e5,r=Math.floor(t/6e4);if(0===r){const e=t%6e4;return`${Math.round(e/1e3)} ${n.seconds}`}return`${r} ${n.minutes}`}return`${t} ${n.hours}`}return i<0?n.now:i<8?`${i} ${n.days}`:(e=>{const t=j(e.getDate(),2),n=j(e.getMonth()+1,2);return`${j(e.getFullYear(),2)}-${n}-${t}`})(r)})(t.comment.insertedAt,i.value,s.value))),p=$l((()=>"administrator"===o.value.type)),d=$l((()=>t.comment.user_id&&o.value.objectId===t.comment.user_id)),h=$l((()=>t.comment.objectId===t.reply?.objectId)),f=$l((()=>t.comment.objectId===t.edit?.objectId));return(e,t)=>{const r=function(e,t){return function(e,t){let n=arguments.length>3&&void 0!==arguments[3]&&arguments[3];const r=In||pl;if(r){const l=r.type;if(e===Xn){const e=function(e){let t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];return X(e)?e.displayName||e.name:e.name||t&&e.__name}(l,!1);if(e&&(e===t||e===pe(t)||e===fe(pe(t))))return l}const i=er(r[e]||l[e],t)||er(r.appContext[e],t);return!i&&n?l:i}}(Xn,e,!0,t)||e}("CommentCard",!0);return Hr(),Zr("div",{id:e.comment.objectId,class:"wl-card-item"},[el("div",ta,[e.comment.avatar?(Hr(),Zr("img",{key:0,src:e.comment.avatar},null,8,na)):ll("v-if",!0),e.comment.type?(Hr(),Kr(ln(zo),{key:1})):ll("v-if",!0)]),el("div",ra,[el("div",la,[a.value?(Hr(),Zr("a",{key:0,class:"wl-nick",href:a.value,target:"_blank",rel:"nofollow noopener noreferrer"},Ie(e.comment.nick),9,ia)):(Hr(),Zr("span",oa,Ie(e.comment.nick),1)),"administrator"===e.comment.type?(Hr(),Zr("span",{key:2,class:"wl-badge",textContent:Ie(s.value.admin)},null,8,sa)):ll("v-if",!0),e.comment.label?(Hr(),Zr("span",{key:3,class:"wl-badge",textContent:Ie(e.comment.label)},null,8,aa)):ll("v-if",!0),e.comment.sticky?(Hr(),Zr("span",{key:4,class:"wl-badge",textContent:Ie(s.value.sticky)},null,8,ca)):ll("v-if",!0),void 0!==e.comment.level&&e.comment.level>=0?(Hr(),Zr("span",{key:5,class:Ae(`wl-badge level${e.comment.level}`),textContent:Ie(s.value[`level${e.comment.level}`]||`Level ${e.comment.level}`)},null,10,ua)):ll("v-if",!0),el("span",{class:"wl-time",textContent:Ie(u.value)},null,8,pa),el("div",da,[p.value||d.value?(Hr(),Zr("button",{key:0,type:"button",class:"wl-edit",onClick:t[0]||(t[0]=()=>e.$emit("edit",e.comment))},[tl(ln(Eo))])):ll("v-if",!0),p.value||d.value?(Hr(),Zr("button",{key:1,type:"button",class:"wl-delete",onClick:t[1]||(t[1]=t=>e.$emit("delete",e.comment))},[tl(ln(xo))])):ll("v-if",!0),el("button",{type:"button",class:"wl-like",title:c.value?s.value.cancelLike:s.value.like,onClick:t[2]||(t[2]=t=>e.$emit("like",e.comment))},[tl(ln(Co),{active:c.value},null,8,["active"]),"like"in e.comment?(Hr(),Zr("span",{key:0,textContent:Ie(e.comment.like)},null,8,fa)):ll("v-if",!0)],8,ha),el("button",{type:"button",class:Ae(["wl-reply",{active:h.value}]),title:h.value?s.value.cancelReply:s.value.reply,onClick:t[3]||(t[3]=t=>e.$emit("reply",h.value?null:e.comment))},[tl(ln(Ro))],10,ga)])]),el("div",ma,[e.comment.addr?(Hr(),Zr("span",{key:0,class:"wl-addr","data-value":e.comment.addr,textContent:Ie(e.comment.addr)},null,8,va)):ll("v-if",!0),e.comment.browser?(Hr(),Zr("span",{key:1,class:"wl-browser","data-value":e.comment.browser,textContent:Ie(e.comment.browser)},null,8,ya)):ll("v-if",!0),e.comment.os?(Hr(),Zr("span",{key:2,class:"wl-os","data-value":e.comment.os,textContent:Ie(e.comment.os)},null,8,wa)):ll("v-if",!0)]),f.value?ll("v-if",!0):(Hr(),Zr("div",{key:0,class:"wl-content",innerHTML:e.comment.comment},null,8,ba)),p.value&&!f.value?(Hr(),Zr("div",ka,[el("span",xa,[(Hr(),Zr(Mr,null,tr(n,(t=>el("button",{key:t,type:"submit",class:Ae(`wl-btn wl-${t}`),disabled:e.comment.status===t,onClick:n=>e.$emit("status",{status:t,comment:e.comment}),textContent:Ie(s.value[t])},null,10,_a))),64))]),p.value&&!e.comment.rid?(Hr(),Zr("button",{key:0,type:"submit",class:"wl-btn wl-sticky",onClick:t[4]||(t[4]=t=>e.$emit("sticky",e.comment))},Ie(e.comment.sticky?s.value.unsticky:s.value.sticky),1)):ll("v-if",!0)])):ll("v-if",!0),h.value||f.value?(Hr(),Zr("div",{key:2,class:Ae({"wl-reply-wrapper":h.value,"wl-edit-wrapper":f.value})},[tl(Ys,{edit:e.edit,"reply-id":e.reply?.objectId,"reply-user":e.comment.nick,"root-id":e.rootId,onLog:t[5]||(t[5]=t=>e.$emit("log")),onCancelReply:t[6]||(t[6]=t=>e.$emit("reply",null)),onCancelEdit:t[7]||(t[7]=t=>e.$emit("edit",null)),onSubmit:t[8]||(t[8]=t=>e.$emit("submit",t))},null,8,["edit","reply-id","reply-user","root-id"])],2)):ll("v-if",!0),e.comment.children?(Hr(),Zr("div",$a,[(Hr(!0),Zr(Mr,null,tr(e.comment.children,(n=>(Hr(),Kr(r,{key:n.objectId,comment:n,reply:e.reply,edit:e.edit,"root-id":e.rootId,onLog:t[9]||(t[9]=t=>e.$emit("log")),onDelete:t[10]||(t[10]=t=>e.$emit("delete",t)),onEdit:t[11]||(t[11]=t=>e.$emit("edit",t)),onLike:t[12]||(t[12]=t=>e.$emit("like",t)),onReply:t[13]||(t[13]=t=>e.$emit("reply",t)),onStatus:t[14]||(t[14]=t=>e.$emit("status",t)),onSticky:t[15]||(t[15]=t=>e.$emit("sticky",t)),onSubmit:t[16]||(t[16]=t=>e.$emit("submit",t))},null,8,["comment","reply","edit","root-id"])))),128))])):ll("v-if",!0)])],8,ea)}}}),[["__file","CommentCard.vue"]]);const Sa="2.15.8",Aa={"data-waline":""},Ra={class:"wl-meta-head"},Ea={class:"wl-count"},za=["textContent"],La={class:"wl-sort"},Ia=["onClick"],Ta={class:"wl-cards"},ja={key:1,class:"wl-operation"},Oa=["textContent"],Ua={key:0,class:"wl-loading"},Ma=["textContent"],Pa={key:2,class:"wl-operation"},Fa=["textContent"],Va={key:3,class:"wl-power"},Na=el("a",{href:"https://github.com/walinejs/waline",target:"_blank",rel:"noopener noreferrer"}," Waline ",-1);e.version=Sa;var Da=qn({__name:"WalineComment",props:["serverURL","path","meta","requiredMeta","dark","commentSorting","lang","locale","pageSize","wordLimit","emoji","login","highlighter","texRenderer","imageUploader","search","copyright","recaptchaV3Key","turnstileKey","reaction"],setup(e){const t=e,c={latest:"insertedAt_desc",oldest:"insertedAt_asc",hottest:"like_desc"},u=Object.keys(c),p=Ko(),h=jo(),f=en("loading"),g=en(0),m=en(1),v=en(0),y=$l((()=>(e=>{let{serverURL:t,path:c=location.pathname,lang:u=("undefined"==typeof navigator?"en-US":navigator.language),locale:p,emoji:h=r,meta:f=["nick","mail","link"],requiredMeta:g=[],dark:m=!1,pageSize:v=10,wordLimit:y,imageUploader:w,highlighter:b,texRenderer:x,copyright:_=!0,login:$="enable",search:C,reaction:S,recaptchaV3Key:R="",turnstileKey:E="",commentSorting:T="latest",...j}=e;return{serverURL:z(t),path:A(c),locale:{...k[u]||k[l],..."object"==typeof p?p:{}},wordLimit:L(y),meta:n(f),requiredMeta:n(g),imageUploader:I(w,o),highlighter:I(b,d),texRenderer:I(x,s),lang:Object.keys(k).includes(u)?u:"en-US",dark:m,emoji:"boolean"==typeof h?h?r:[]:h,pageSize:v,login:$,copyright:_,search:!1!==C&&("object"==typeof C?C:a(u)),recaptchaV3Key:R,turnstileKey:E,reaction:Array.isArray(S)?S:!0===S?i:[],commentSorting:T,...j}})(t))),w=en(y.value.commentSorting),b=en([]),x=en(null),$=en(null),C=$l((()=>{return"string"==typeof(e=y.value.dark)?"auto"===e?`@media(prefers-color-scheme:dark){body${T}}`:`${e}${T}`:!0===e?`:root${T}`:"";var e})),R=$l((()=>y.value.locale));let E;!function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};const n=en(!1),{document:r=vi,immediate:l=!0,manual:i=!1,id:o="vueuse_styletag_"+ ++Ci}=t,s=en(e);let a=()=>{};l&&!i&&fi((()=>{if(!r)return;const e=r.getElementById(o)||r.createElement("style");e.isConnected||(e.id=o,t.media&&(e.media=t.media),r.head.appendChild(e)),n.value||(a=Nn(s,(t=>{e.textContent=t}),{immediate:!0}),n.value=!0)})),i||oi((()=>{r&&n.value&&(a(),r.head.removeChild(r.getElementById(o)),n.value=!1)})),Nt(n)}(C,{id:"waline-darkmode"});const j=e=>{const{serverURL:t,path:n,pageSize:r}=y.value,l=new AbortController;f.value="loading",E?.(),(e=>{let{serverURL:t,lang:n,path:r,page:l,pageSize:i,sortBy:o,signal:s,token:a}=e;const c={};return a&&(c.Authorization=`Bearer ${a}`),fetch(`${t}/comment?path=${encodeURIComponent(r)}&pageSize=${i}&page=${l}&lang=${n}&sortBy=${o}`,{signal:s,headers:c}).then((e=>e.json())).then((e=>_(e,"Get comment data")))})({serverURL:t,lang:y.value.lang,path:n,pageSize:r,sortBy:c[w.value],page:e,signal:l.signal,token:p.value?.token}).then((t=>{f.value="success",g.value=t.count,b.value.push(...t.data),m.value=e,v.value=t.totalPages})).catch((e=>{"AbortError"!==e.name&&(console.error(e.message),f.value="error")})),E=l.abort.bind(l)},O=()=>j(m.value+1),U=()=>{g.value=0,b.value=[],j(1)},M=e=>{x.value=e},P=e=>{$.value=e},F=e=>{if($.value)$.value.comment=e.comment,$.value.orig=e.orig;else if(e.rid){const t=b.value.find((t=>{let{objectId:n}=t;return n===e.rid}));if(!t)return;Array.isArray(t.children)||(t.children=[]),t.children.push(e)}else b.value.unshift(e),g.value+=1},V=async e=>{let{comment:t,status:n}=e;if(t.status===n)return;const{serverURL:r,lang:l}=y.value;await S({serverURL:r,lang:l,token:p.value?.token,objectId:t.objectId,comment:{status:n}}),t.status=n},N=async e=>{if(e.rid)return;const{serverURL:t,lang:n}=y.value;await S({serverURL:t,lang:n,token:p.value?.token,objectId:e.objectId,comment:{sticky:e.sticky?0:1}}),e.sticky=!e.sticky},D=async e=>{let{objectId:t}=e;if(!confirm("Are you sure you want to delete this comment?"))return;const{serverURL:n,lang:r}=y.value;await(e=>{let{serverURL:t,lang:n,token:r,objectId:l}=e;return fetch(`${t}/comment/${l}?lang=${n}`,{method:"DELETE",headers:{Authorization:`Bearer ${r}`}}).then((e=>e.json())).then((e=>_(e,"Delete comment")))})({serverURL:n,lang:r,token:p.value?.token,objectId:t}),b.value.some(((e,n)=>e.objectId===t?(b.value=b.value.filter(((e,t)=>t!==n)),!0):e.children.some(((r,l)=>r.objectId===t&&(b.value[n].children=e.children.filter(((e,t)=>t!==l)),!0)))))},H=async e=>{const{serverURL:t,lang:n}=y.value,{objectId:r}=e,l=h.value.includes(r);await S({serverURL:t,lang:n,objectId:r,token:p.value?.token,comment:{like:!l}}),l?h.value=h.value.filter((e=>e!==r)):(h.value=[...h.value,r],h.value.length>50&&(h.value=h.value.slice(-50))),e.like=(e.like||0)+(l?-1:1)};return function(e,t){if(pl){let e=pl.provides;const n=pl.parent&&pl.parent.provides;n===e&&(e=pl.provides=Object.create(n)),e.config=t}}(0,y),Gn((()=>{Nn((()=>[t.serverURL,t.path]),(()=>U()),{immediate:!0})})),Jn((()=>E?.())),(e,t)=>(Hr(),Zr("div",Aa,[tl(is),x.value?ll("v-if",!0):(Hr(),Kr(Ys,{key:0,onLog:U,onSubmit:F})),el("div",Ra,[el("div",Ea,[g.value?(Hr(),Zr("span",{key:0,class:"wl-num",textContent:Ie(g.value)},null,8,za)):ll("v-if",!0),rl(" "+Ie(R.value.comment),1)]),el("ul",La,[(Hr(!0),Zr(Mr,null,tr(ln(u),(e=>(Hr(),Zr("li",{key:e,class:Ae([e===w.value?"active":""]),onClick:t=>(e=>{w.value!==e&&(w.value=e,U())})(e)},Ie(R.value[e]),11,Ia)))),128))])]),el("div",Ta,[(Hr(!0),Zr(Mr,null,tr(b.value,(e=>(Hr(),Kr(Ca,{key:e.objectId,"root-id":e.objectId,comment:e,reply:x.value,edit:$.value,onLog:U,onReply:M,onEdit:P,onSubmit:F,onStatus:V,onDelete:D,onSticky:N,onLike:H},null,8,["root-id","comment","reply","edit"])))),128))]),"error"===f.value?(Hr(),Zr("div",ja,[el("button",{type:"button",class:"wl-btn",onClick:U,textContent:Ie(R.value.refresh)},null,8,Oa)])):(Hr(),Zr(Mr,{key:2},["loading"===f.value?(Hr(),Zr("div",Ua,[tl(ln(Lo),{size:30})])):b.value.length?m.value{t.forEach(((t,n)=>{t.innerText=e[n].toString()}))},Wa=e=>{let{serverURL:t,path:n=window.location.pathname,selector:r=".waline-pageview-count",update:l=!0,lang:i=navigator.language}=e;const o=new AbortController,s=Array.from(document.querySelectorAll(r)),a=e=>{const t=wo(e);return null!==t&&n!==t},c=e=>(e=>{let{serverURL:t,lang:n,paths:r,signal:l}=e;return $({serverURL:t,lang:n,paths:r,type:["time"],signal:l}).then((e=>Array.isArray(e)?e:[e]))})({serverURL:z(t),paths:e.map((e=>wo(e)||n)),lang:i,signal:o.signal}).then((t=>Ba(t,e))).catch(Ai);if(l){const e=s.filter((e=>!a(e))),r=s.filter(a);(u={serverURL:z(t),path:n,lang:i},C({...u,type:"time",action:"inc"})).then((t=>Ba(new Array(e.length).fill(t),e))),r.length&&c(r)}else c(s);var u;return o.abort.bind(o)};e.UserList=e=>{let{el:t,serverURL:n,count:r,locale:i,lang:o=navigator.language,mode:s="list"}=e;const a=Ri(t),c=new AbortController;return(e=>{let{serverURL:t,signal:n,pageSize:r,lang:l}=e;return fetch(`${t}/user?pageSize=${r}&lang=${l}`,{signal:n}).then((e=>e.json())).then((e=>_(e,"user list"))).then((e=>e.data))})({serverURL:n,pageSize:r,lang:o,signal:c.signal}).then((e=>a&&e.length?(i={...k[o]||k[l],..."object"==typeof i?i:{}},a.innerHTML=`
    `,{users:e,destroy:()=>{c.abort(),a.innerHTML=""}}):{users:e,destroy:()=>c.abort()}))},e.RecentComments=e=>{let{el:t,serverURL:n,count:r,lang:l=navigator.language}=e;const i=Ko(),o=Ri(t),s=new AbortController;return(e=>{let{serverURL:t,lang:n,count:r,signal:l,token:i}=e;const o={};return i&&(o.Authorization=`Bearer ${i}`),fetch(`${t}/comment?type=recent&count=${r}&lang=${n}`,{signal:l,headers:o}).then((e=>e.json()))})({serverURL:n,count:r,lang:l,signal:s.signal,token:i.value?.token}).then((e=>o&&e.length?(o.innerHTML=`
      ${e.map((e=>`
    • ${e.nick}:${e.comment}
    • `)).join("")}
    `,{comments:e,destroy:()=>{s.abort(),o.innerHTML=""}}):{comments:e,destroy:()=>s.abort()}))},e.init=e=>{let{el:t="#waline",path:n=window.location.pathname,comment:r=!1,pageview:l=!1,...i}=e;const o=t?Ri(t):null;if(t&&!o)throw new Error("Option 'el' do not match any domElement!");if(!i.serverURL)throw new Error("Option 'serverURL' is missing!");const s=Vt({...i}),a=Vt({comment:r,pageview:l,path:n}),c=o?function(){const e=(ii||(ii=jr(li))).createApp(...arguments),{mount:t}=e;return e.mount=n=>{const r=function(e){return Y(e)?document.querySelector(e):e}(n);if(!r)return;const l=e._component;X(l)||l.render||l.template||(l.template=r.innerHTML),r.innerHTML="";const i=t(r,!1,r instanceof SVGElement);return r instanceof Element&&(r.removeAttribute("v-cloak"),r.setAttribute("data-v-app","")),i},e}((()=>Cl(Ha,{path:a.path,...s}))):null;c&&c.mount(o);const u=Fn((()=>{a.comment&&bo({serverURL:s.serverURL,path:a.path,selector:"string"==typeof a.comment?a.comment:void 0})})),p=Fn((()=>{a.pageview&&Wa({serverURL:s.serverURL,path:a.path,selector:"string"==typeof a.pageview?a.pageview:void 0})}));return{el:o,update:function(){let{comment:e,pageview:t,path:n=window.location.pathname,...r}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};Object.entries(r).forEach((e=>{let[t,n]=e;s[t]=n})),a.path=n,void 0!==e&&(a.comment=e),void 0!==t&&(a.pageview=t)},destroy:()=>{c?.unmount(),u(),p()}}},e.pageviewCount=Wa})); -//# sourceMappingURL=waline.js.map +/** + * Minified by jsDelivr using Terser v5.19.2. + * Original file: /npm/@waline/client@3.1.3/dist/waline.umd.js + * + * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files + */ +var Mh=Object.defineProperty,Oh=(e,t,n)=>t in e?Mh(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,De=(e,t,n)=>(Oh(e,"symbol"!=typeof t?t+"":t,n),n),zh=(e,t,n)=>{if(!t.has(e))throw TypeError("Cannot "+n)},$r=(e,t,n)=>{if(t.has(e))throw TypeError("Cannot add the same private member more than once");t instanceof WeakSet?t.add(e):t.set(e,n)},xi=(e,t,n)=>(zh(e,t,"access private method"),n);!function(e,t){"object"==typeof exports&&typeof module<"u"?t(exports):"function"==typeof define&&define.amd?define(["exports"],t):t((e=typeof globalThis<"u"?globalThis:e||self).Waline={})}(this,(function(e){"use strict";var t,n,r,l;const o={"Content-Type":"application/json"},i=e=>`${e.replace(/\/?$/,"/")}api/`,s=(e,t="")=>{if("object"==typeof e&&e.errno)throw new TypeError(`${t} failed with ${e.errno}: ${e.errmsg}`);return e},a=({serverURL:e,lang:t,paths:n,type:r,signal:l})=>fetch(`${i(e)}article?path=${encodeURIComponent(n.join(","))}&type=${encodeURIComponent(r.join(","))}&lang=${t}`,{signal:l}).then((e=>e.json())).then((e=>s(e,"Get counter").data)),c=({serverURL:e,lang:t,path:n,type:r,action:l})=>fetch(`${i(e)}article?lang=${t}`,{method:"POST",headers:o,body:JSON.stringify({path:n,type:r,action:l})}).then((e=>e.json())).then((e=>s(e,"Update counter").data)),u=({serverURL:e,lang:t,path:n,page:r,pageSize:l,sortBy:o,signal:a,token:c})=>{const u={};return c&&(u.Authorization=`Bearer ${c}`),fetch(`${i(e)}comment?path=${encodeURIComponent(n)}&pageSize=${l}&page=${r}&lang=${t}&sortBy=${o}`,{signal:a,headers:u}).then((e=>e.json())).then((e=>s(e,"Get comment data").data))},p=({serverURL:e,lang:t,token:n,comment:r})=>{const l={"Content-Type":"application/json"};return n&&(l.Authorization=`Bearer ${n}`),fetch(`${i(e)}comment?lang=${t}`,{method:"POST",headers:l,body:JSON.stringify(r)}).then((e=>e.json()))},d=({serverURL:e,lang:t,token:n,objectId:r})=>fetch(`${i(e)}comment/${r}?lang=${t}`,{method:"DELETE",headers:{Authorization:`Bearer ${n}`}}).then((e=>e.json())).then((e=>s(e,"Delete comment"))),h=({serverURL:e,lang:t,token:n,objectId:r,comment:l})=>fetch(`${i(e)}comment/${r}?lang=${t}`,{method:"PUT",headers:{...o,Authorization:`Bearer ${n}`},body:JSON.stringify(l)}).then((e=>e.json())).then((e=>s(e,"Update comment"))),f=({serverURL:e,lang:t,paths:n,signal:r})=>fetch(`${i(e)}comment?type=count&url=${encodeURIComponent(n.join(","))}&lang=${t}`,{signal:r}).then((e=>e.json())).then((e=>s(e,"Get comment count").data)),g=({lang:e,serverURL:t})=>{const n=(window.innerWidth-450)/2,r=(window.innerHeight-450)/2,l=window.open(`${t.replace(/\/$/,"")}/ui/login?lng=${encodeURIComponent(e)}`,"_blank",`width=450,height=450,left=${n},top=${r},scrollbars=no,resizable=no,status=no,location=no,toolbar=no,menubar=no`);return null==l||l.postMessage({type:"TOKEN",data:null},"*"),new Promise((e=>{const t=({data:n})=>{!n||"object"!=typeof n||"userInfo"!==n.type||n.data.token&&(null==l||l.close(),window.removeEventListener("message",t),e(n.data))};window.addEventListener("message",t)}))},m=({serverURL:e,lang:t,paths:n,signal:r})=>a({serverURL:e,lang:t,paths:n,type:["time"],signal:r}),v=e=>c({...e,type:"time",action:"inc"}),y=({serverURL:e,lang:t,count:n,signal:r,token:l})=>{const o={};return l&&(o.Authorization=`Bearer ${l}`),fetch(`${i(e)}comment?type=recent&count=${n}&lang=${t}`,{signal:r,headers:o}).then((e=>e.json()))},w=({serverURL:e,signal:t,pageSize:n,lang:r})=>fetch(`${i(e)}user?pageSize=${n}&lang=${r}`,{signal:t}).then((e=>e.json())).then((e=>s(e,"user list"))).then((e=>e.data)),k=["nick","mail","link"],b=e=>e.filter((e=>k.includes(e))),x=["//unpkg.com/@waline/emojis@1.1.0/weibo"],_=["//unpkg.com/@waline/emojis/tieba/tieba_agree.png","//unpkg.com/@waline/emojis/tieba/tieba_look_down.png","//unpkg.com/@waline/emojis/tieba/tieba_sunglasses.png","//unpkg.com/@waline/emojis/tieba/tieba_pick_nose.png","//unpkg.com/@waline/emojis/tieba/tieba_awkward.png","//unpkg.com/@waline/emojis/tieba/tieba_sleep.png"],C=e=>new Promise(((t,n)=>{if(e.size>128e3)return n(new Error("File too large! File size limit 128KB"));const r=new FileReader;r.readAsDataURL(e),r.onload=()=>{var e;return t((null==(e=r.result)?void 0:e.toString())||"")},r.onerror=n})),$=e=>!0===e?'

    TeX is not available in preview

    ':'TeX is not available in preview',S=e=>{const t=async(t,n={})=>fetch(`https://api.giphy.com/v1/gifs/${t}?${new URLSearchParams({lang:e,limit:"20",rating:"g",api_key:"6CIMLkNMMOhRcXPoMCPkFy4Ybk2XUiMp",...n}).toString()}`).then((e=>e.json())).then((({data:e})=>e.map((e=>({title:e.title,src:e.images.downsized_medium.url})))));return{search:e=>t("search",{q:e,offset:"0"}),default:()=>t("trending",{}),more:(e,n=0)=>t("search",{q:e,offset:n.toString()})}},A=new RegExp(`(${/[\u4E00-\u9FFF\u3400-\u4dbf\uf900-\ufaff\u3040-\u309f\uac00-\ud7af\u0400-\u04FF]+|\w+/.source}|${/{let t=0;return e.replace(A,((e,n,r)=>{if(r)return`${r}`;if("<"===n)return"<";let l;L[n]?l=L[n]:(l=E[t],L[n]=l);const o=`${n}`;return t=++t%E.length,o}))},I=["nick","nickError","mail","mailError","link","optional","placeholder","sofa","submit","like","cancelLike","reply","cancelReply","comment","refresh","more","preview","emoji","uploadImage","seconds","minutes","hours","days","now","uploading","login","logout","admin","sticky","word","wordHint","anonymous","level0","level1","level2","level3","level4","level5","gif","gifSearchPlaceholder","profile","approved","waiting","spam","unsticky","oldest","latest","hottest","reactionTitle"],T=e=>Object.fromEntries(e.map(((e,t)=>[I[t],e])));var z=T(["NickName","NickName cannot be less than 3 bytes.","E-Mail","Please confirm your email address.","Website","Optional","Comment here...","No comment yet.","Submit","Like","Cancel like","Reply","Cancel reply","Comments","Refresh","Load More...","Preview","Emoji","Upload Image","seconds ago","minutes ago","hours ago","days ago","just now","Uploading","Login","logout","Admin","Sticky","Words","Please input comments between $0 and $1 words!\n Current word number: $2","Anonymous","Dwarves","Hobbits","Ents","Wizards","Elves","Maiar","GIF","Search GIF","Profile","Approved","Waiting","Spam","Unsticky","Oldest","Latest","Hottest","What do you think?"]),j=T(["Pseudo","Le pseudo ne peut pas faire moins de 3 octets.","E-mail","Veuillez confirmer votre adresse e-mail.","Site Web","Optionnel","Commentez ici...","Aucun commentaire pour l'instant.","Envoyer","J'aime","Annuler le j'aime","Répondre","Annuler la réponse","Commentaires","Actualiser","Charger plus...","Aperçu","Emoji","Télécharger une image","Il y a quelques secondes","Il y a quelques minutes","Il y a quelques heures","Il y a quelques jours","À l'instant","Téléchargement en cours","Connexion","Déconnexion","Admin","Épinglé","Mots","Veuillez saisir des commentaires entre $0 et $1 mots !\n Nombre actuel de mots : $2","Anonyme","Nains","Hobbits","Ents","Mages","Elfes","Maïar","GIF","Rechercher un GIF","Profil","Approuvé","En attente","Indésirable","Détacher","Le plus ancien","Dernier","Le plus populaire","Qu'en pensez-vous ?"]),O=T(["ニックネーム","3バイト以上のニックネームをご入力ください.","メールアドレス","メールアドレスをご確認ください.","サイト","オプション","ここにコメント","コメントしましょう~","提出する","Like","Cancel like","返信する","キャンセル","コメント","更新","さらに読み込む","プレビュー","絵文字","画像をアップロード","秒前","分前","時間前","日前","たっだ今","アップロード","ログインする","ログアウト","管理者","トップに置く","ワード","コメントは $0 から $1 ワードの間でなければなりません!\n 現在の単語番号: $2","匿名","うえにん","なかにん","しもおし","特にしもおし","かげ","なぬし","GIF","探す GIF","個人情報","承認済み","待っている","スパム","べたつかない","逆順","正順","人気順","どう思いますか?"]),M=T(["Apelido","Apelido não pode ser menor que 3 bytes.","E-Mail","Por favor, confirme seu endereço de e-mail.","Website","Opcional","Comente aqui...","Nenhum comentário, ainda.","Enviar","Like","Cancel like","Responder","Cancelar resposta","Comentários","Refrescar","Carregar Mais...","Visualizar","Emoji","Enviar Imagem","segundos atrás","minutos atrás","horas atrás","dias atrás","agora mesmo","Enviando","Entrar","Sair","Admin","Sticky","Palavras","Favor enviar comentário com $0 a $1 palavras!\n Número de palavras atuais: $2","Anônimo","Dwarves","Hobbits","Ents","Wizards","Elves","Maiar","GIF","Pesquisar GIF","informação pessoal","Aprovado","Espera","Spam","Unsticky","Mais velho","Mais recentes","Mais quente","O que você acha?"]),P=T(["Псевдоним","Никнейм не может быть меньше 3 байт.","Эл. адрес","Пожалуйста, подтвердите адрес вашей электронной почты.","Веб-сайт","Необязательный","Комментарий здесь...","Пока нет комментариев.","Отправить","Like","Cancel like","Отвечать","Отменить ответ","Комментарии","Обновить","Загрузи больше...","Превью","эмодзи","Загрузить изображение","секунд назад","несколько минут назад","несколько часов назад","дней назад","прямо сейчас","Загрузка","Авторизоваться","Выход из системы","Админ","Липкий","Слова","Пожалуйста, введите комментарии от $0 до $1 слов!\nНомер текущего слова: $2","Анонимный","Dwarves","Hobbits","Ents","Wizards","Elves","Maiar","GIF","Поиск GIF","Персональные данные","Одобренный","Ожидающий","Спам","Нелипкий","самый старый","последний","самый горячий","Что вы думаете?"]),U=T(["Tên","Tên không được nhỏ hơn 3 ký tự.","E-Mail","Vui lòng xác nhập địa chỉ email của bạn.","Website","Tùy chọn","Hãy bình luận có văn hoá!","Chưa có bình luận","Gửi","Thích","Bỏ thích","Trả lời","Hủy bỏ","bình luận","Làm mới","Tải thêm...","Xem trước","Emoji","Tải lên hình ảnh","giây trước","phút trước","giờ trước","ngày trước","Vừa xong","Đang tải lên","Đăng nhập","đăng xuất","Quản trị viên","Dính","từ","Bình luận phải có độ dài giữa $0 và $1 từ!\n Số từ hiện tại: $2","Vô danh","Người lùn","Người tí hon","Thần rừng","Pháp sư","Tiên tộc","Maiar","Ảnh GIF","Tìm kiếm ảnh GIF","thông tin cá nhân","Đã được phê duyệt","Đang chờ đợi","Thư rác","Không dính","lâu đời nhất","muộn nhất","nóng nhất","What do you think?"]),F=T(["昵称","昵称不能少于3个字符","邮箱","请填写正确的邮件地址","网址","可选","欢迎评论","来发评论吧~","提交","喜欢","取消喜欢","回复","取消回复","评论","刷新","加载更多...","预览","表情","上传图片","秒前","分钟前","小时前","天前","刚刚","正在上传","登录","退出","博主","置顶","字","评论字数应在 $0 到 $1 字之间!\n当前字数:$2","匿名","潜水","冒泡","吐槽","活跃","话痨","传说","表情包","搜索表情包","个人资料","通过","待审核","垃圾","取消置顶","按倒序","按正序","按热度","你认为这篇文章怎么样?"]),V=T(["暱稱","暱稱不能少於3個字元","郵箱","請填寫正確的郵件地址","網址","可選","歡迎留言","來發留言吧~","送出","喜歡","取消喜歡","回覆","取消回覆","留言","重整","載入更多...","預覽","表情","上傳圖片","秒前","分鐘前","小時前","天前","剛剛","正在上傳","登入","登出","管理者","置頂","字","留言字數應在 $0 到 $1 字之間!\n目前字數:$2","匿名","潛水","冒泡","吐槽","活躍","多話","傳說","表情包","搜尋表情包","個人資料","通過","待審核","垃圾","取消置頂","最早","最新","熱門","你認為這篇文章怎麼樣?"]);const D="en-US",N={zh:F,"zh-cn":F,"zh-tw":V,en:z,"en-us":z,fr:j,"fr-fr":j,jp:O,"jp-jp":O,"pt-br":M,ru:P,"ru-ru":P,vi:U,"vi-vn":U},H=e=>N[e.toLowerCase()]||N[D],B=e=>Object.keys(N).includes(e.toLowerCase())?e:D,W=e=>{try{e=decodeURI(e)}catch{}return e},q=(e="")=>e.replace(/\/$/u,""),Z=e=>/^(https?:)?\/\//.test(e),K=e=>{const t=q(e);return Z(t)?t:`https://${t}`},G=e=>Array.isArray(e)?e:!!e&&[0,e],Q=(e,t)=>"function"==typeof e?e:!1!==e&&t,X=e=>"string"==typeof e,J="{--waline-white:#000;--waline-light-grey:#666;--waline-dark-grey:#999;--waline-color:#888;--waline-bg-color:#1e1e1e;--waline-bg-color-light:#272727;--waline-bg-color-hover: #444;--waline-border-color:#333;--waline-disable-bg-color:#444;--waline-disable-color:#272727;--waline-bq-color:#272727;--waline-info-bg-color:#272727;--waline-info-color:#666}",Y=(e,t)=>{let n=e.toString();for(;n.length{if(!e)return"";const r=X(e)?new Date(-1!==e.indexOf(" ")?e.replace(/-/g,"/"):e):e,l=t.getTime()-r.getTime(),o=Math.floor(l/864e5);if(0===o){const e=l%864e5,t=Math.floor(e/36e5);if(0===t){const t=e%36e5,r=Math.floor(t/6e4);if(0===r){const e=t%6e4;return`${Math.round(e/1e3)} ${n.seconds}`}return`${r} ${n.minutes}`}return`${t} ${n.hours}`}return o<0?n.now:o<8?`${o} ${n.days}`:(e=>{const t=Y(e.getDate(),2),n=Y(e.getMonth()+1,2);return`${Y(e.getFullYear(),2)}-${n}-${t}`})(r)},te=/^[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/; +/** +* @vue/shared v3.4.19 +* (c) 2018-present Yuxi (Evan) You and Vue contributors +* @license MIT +**/function ne(e,t){const n=new Set(e.split(","));return t?e=>n.has(e.toLowerCase()):e=>n.has(e)}const re={},le=[],oe=()=>{},ie=()=>!1,se=e=>111===e.charCodeAt(0)&&110===e.charCodeAt(1)&&(e.charCodeAt(2)>122||e.charCodeAt(2)<97),ae=e=>e.startsWith("onUpdate:"),ce=Object.assign,ue=(e,t)=>{const n=e.indexOf(t);n>-1&&e.splice(n,1)},pe=Object.prototype.hasOwnProperty,de=(e,t)=>pe.call(e,t),he=Array.isArray,fe=e=>"[object Map]"===_e(e),ge=e=>"[object Set]"===_e(e),me=e=>"[object Date]"===_e(e),ve=e=>"function"==typeof e,ye=e=>"string"==typeof e,we=e=>"symbol"==typeof e,ke=e=>null!==e&&"object"==typeof e,be=e=>(ke(e)||ve(e))&&ve(e.then)&&ve(e.catch),xe=Object.prototype.toString,_e=e=>xe.call(e),Ce=e=>_e(e).slice(8,-1),$e=e=>"[object Object]"===_e(e),Se=e=>ye(e)&&"NaN"!==e&&"-"!==e[0]&&""+parseInt(e,10)===e,Ae=ne(",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"),Ee=e=>{const t=Object.create(null);return n=>t[n]||(t[n]=e(n))},Le=/-(\w)/g,Re=Ee((e=>e.replace(Le,((e,t)=>t?t.toUpperCase():"")))),Ie=/\B([A-Z])/g,Te=Ee((e=>e.replace(Ie,"-$1").toLowerCase())),ze=Ee((e=>e.charAt(0).toUpperCase()+e.slice(1))),je=Ee((e=>e?`on${ze(e)}`:"")),Oe=(e,t)=>!Object.is(e,t),Me=(e,t)=>{for(let n=0;n{Object.defineProperty(e,t,{configurable:!0,enumerable:!1,value:n})},Ue=e=>{const t=parseFloat(e);return isNaN(t)?e:t};let Fe;const Ve=()=>Fe||(Fe=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{});function Ne(e){if(he(e)){const t={};for(let n=0;n{if(e){const n=e.split(Be);n.length>1&&(t[n[0].trim()]=n[1].trim())}})),t}function Ze(e){let t="";if(ye(e))t=e;else if(he(e))for(let n=0;nQe(e,t)))}const Je=e=>ye(e)?e:null==e?"":he(e)||ke(e)&&(e.toString===xe||!ve(e.toString))?JSON.stringify(e,Ye,2):String(e),Ye=(e,t)=>t&&t.__v_isRef?Ye(e,t.value):fe(t)?{[`Map(${t.size})`]:[...t.entries()].reduce(((e,[t,n],r)=>(e[et(t,r)+" =>"]=n,e)),{})}:ge(t)?{[`Set(${t.size})`]:[...t.values()].map((e=>et(e)))}:we(t)?et(t):!ke(t)||he(t)||$e(t)?t:String(t),et=(e,t="")=>{var n;return we(e)?`Symbol(${null!=(n=e.description)?n:t})`:e}; +/** +* @vue/reactivity v3.4.19 +* (c) 2018-present Yuxi (Evan) You and Vue contributors +* @license MIT +**/let tt,nt;class rt{constructor(e=!1){this.detached=e,this._active=!0,this.effects=[],this.cleanups=[],this.parent=tt,!e&&tt&&(this.index=(tt.scopes||(tt.scopes=[])).push(this)-1)}get active(){return this._active}run(e){if(this._active){const t=tt;try{return tt=this,e()}finally{tt=t}}}on(){tt=this}off(){tt=this.parent}stop(e){if(this._active){let t,n;for(t=0,n=this.effects.length;t=4}set dirty(e){this._dirtyLevel=e?4:0}run(){if(this._dirtyLevel=0,!this.active)return this.fn();let e=ct,t=nt;try{return ct=!0,nt=this,this._runnings++,it(this),this.fn()}finally{st(this),this._runnings--,nt=t,ct=e}}stop(){var e;this.active&&(it(this),st(this),null==(e=this.onStop)||e.call(this),this.active=!1)}}function it(e){e._trackId++,e._depsLength=0}function st(e){if(e.deps.length>e._depsLength){for(let t=e._depsLength;t{const n=new Map;return n.cleanup=e,n.computed=t,n},kt=new WeakMap,bt=Symbol(""),xt=Symbol("");function _t(e,t,n){if(ct&&nt){let t=kt.get(e);t||kt.set(e,t=new Map);let r=t.get(n);r||t.set(n,r=wt((()=>t.delete(n)))),mt(nt,r)}}function Ct(e,t,n,r,l,o){const i=kt.get(e);if(!i)return;let s=[];if("clear"===t)s=[...i.values()];else if("length"===n&&he(e)){const e=Number(r);i.forEach(((t,n)=>{("length"===n||!we(n)&&n>=e)&&s.push(t)}))}else switch(void 0!==n&&s.push(i.get(n)),t){case"add":he(e)?Se(n)&&s.push(i.get("length")):(s.push(i.get(bt)),fe(e)&&s.push(i.get(xt)));break;case"delete":he(e)||(s.push(i.get(bt)),fe(e)&&s.push(i.get(xt)));break;case"set":fe(e)&&s.push(i.get(bt))}ft();for(const e of s)e&&yt(e,4);gt()}const $t=ne("__proto__,__v_isRef,__isVue"),St=new Set(Object.getOwnPropertyNames(Symbol).filter((e=>"arguments"!==e&&"caller"!==e)).map((e=>Symbol[e])).filter(we)),At=function(){const e={};return["includes","indexOf","lastIndexOf"].forEach((t=>{e[t]=function(...e){const n=dn(this);for(let e=0,t=this.length;e{e[t]=function(...e){dt(),ft();const n=dn(this)[t].apply(this,e);return gt(),ht(),n}})),e}();function Et(e){const t=dn(this);return _t(t,0,e),t.hasOwnProperty(e)}class Lt{constructor(e=!1,t=!1){this._isReadonly=e,this._shallow=t}get(e,t,n){const r=this._isReadonly,l=this._shallow;if("__v_isReactive"===t)return!r;if("__v_isReadonly"===t)return r;if("__v_isShallow"===t)return l;if("__v_raw"===t)return n===(r?l?rn:nn:l?tn:en).get(e)||Object.getPrototypeOf(e)===Object.getPrototypeOf(n)?e:void 0;const o=he(e);if(!r){if(o&&de(At,t))return Reflect.get(At,t,n);if("hasOwnProperty"===t)return Et}const i=Reflect.get(e,t,n);return(we(t)?St.has(t):$t(t))||(r||_t(e,0,t),l)?i:wn(i)?o&&Se(t)?i:i.value:ke(i)?r?on(i):ln(i):i}}class Rt extends Lt{constructor(e=!1){super(!1,e)}set(e,t,n,r){let l=e[t];if(!this._shallow){const t=cn(l);if(!un(n)&&!cn(n)&&(l=dn(l),n=dn(n)),!he(e)&&wn(l)&&!wn(n))return!t&&(l.value=n,!0)}const o=he(e)&&Se(t)?Number(t)e,Ot=e=>Reflect.getPrototypeOf(e);function Mt(e,t,n=!1,r=!1){const l=dn(e=e.__v_raw),o=dn(t);n||(Oe(t,o)&&_t(l,0,t),_t(l,0,o));const{has:i}=Ot(l),s=r?jt:n?gn:fn;return i.call(l,t)?s(e.get(t)):i.call(l,o)?s(e.get(o)):void(e!==l&&e.get(t))}function Pt(e,t=!1){const n=this.__v_raw,r=dn(n),l=dn(e);return t||(Oe(e,l)&&_t(r,0,e),_t(r,0,l)),e===l?n.has(e):n.has(e)||n.has(l)}function Ut(e,t=!1){return e=e.__v_raw,!t&&_t(dn(e),0,bt),Reflect.get(e,"size",e)}function Ft(e){e=dn(e);const t=dn(this);return Ot(t).has.call(t,e)||(t.add(e),Ct(t,"add",e,e)),this}function Vt(e,t){t=dn(t);const n=dn(this),{has:r,get:l}=Ot(n);let o=r.call(n,e);o||(e=dn(e),o=r.call(n,e));const i=l.call(n,e);return n.set(e,t),o?Oe(t,i)&&Ct(n,"set",e,t):Ct(n,"add",e,t),this}function Dt(e){const t=dn(this),{has:n,get:r}=Ot(t);let l=n.call(t,e);l||(e=dn(e),l=n.call(t,e)),r&&r.call(t,e);const o=t.delete(e);return l&&Ct(t,"delete",e,void 0),o}function Nt(){const e=dn(this),t=0!==e.size,n=e.clear();return t&&Ct(e,"clear",void 0,void 0),n}function Ht(e,t){return function(n,r){const l=this,o=l.__v_raw,i=dn(o),s=t?jt:e?gn:fn;return!e&&_t(i,0,bt),o.forEach(((e,t)=>n.call(r,s(e),s(t),l)))}}function Bt(e,t,n){return function(...r){const l=this.__v_raw,o=dn(l),i=fe(o),s="entries"===e||e===Symbol.iterator&&i,a="keys"===e&&i,c=l[e](...r),u=n?jt:t?gn:fn;return!t&&_t(o,0,a?xt:bt),{next(){const{value:e,done:t}=c.next();return t?{value:e,done:t}:{value:s?[u(e[0]),u(e[1])]:u(e),done:t}},[Symbol.iterator](){return this}}}}function Wt(e){return function(...t){return"delete"!==e&&("clear"===e?void 0:this)}}const[qt,Zt,Kt,Gt]=function(){const e={get(e){return Mt(this,e)},get size(){return Ut(this)},has:Pt,add:Ft,set:Vt,delete:Dt,clear:Nt,forEach:Ht(!1,!1)},t={get(e){return Mt(this,e,!1,!0)},get size(){return Ut(this)},has:Pt,add:Ft,set:Vt,delete:Dt,clear:Nt,forEach:Ht(!1,!0)},n={get(e){return Mt(this,e,!0)},get size(){return Ut(this,!0)},has(e){return Pt.call(this,e,!0)},add:Wt("add"),set:Wt("set"),delete:Wt("delete"),clear:Wt("clear"),forEach:Ht(!0,!1)},r={get(e){return Mt(this,e,!0,!0)},get size(){return Ut(this,!0)},has(e){return Pt.call(this,e,!0)},add:Wt("add"),set:Wt("set"),delete:Wt("delete"),clear:Wt("clear"),forEach:Ht(!0,!0)};return["keys","values","entries",Symbol.iterator].forEach((l=>{e[l]=Bt(l,!1,!1),n[l]=Bt(l,!0,!1),t[l]=Bt(l,!1,!0),r[l]=Bt(l,!0,!0)})),[e,n,t,r]}();function Qt(e,t){const n=t?e?Gt:Kt:e?Zt:qt;return(t,r,l)=>"__v_isReactive"===r?!e:"__v_isReadonly"===r?e:"__v_raw"===r?t:Reflect.get(de(n,r)&&r in t?n:t,r,l)}const Xt={get:Qt(!1,!1)},Jt={get:Qt(!1,!0)},Yt={get:Qt(!0,!1)},en=new WeakMap,tn=new WeakMap,nn=new WeakMap,rn=new WeakMap;function ln(e){return cn(e)?e:sn(e,!1,It,Xt,en)}function on(e){return sn(e,!0,Tt,Yt,nn)}function sn(e,t,n,r,l){if(!ke(e)||e.__v_raw&&(!t||!e.__v_isReactive))return e;const o=l.get(e);if(o)return o;const i=function(e){return e.__v_skip||!Object.isExtensible(e)?0:function(e){switch(e){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}(Ce(e))}(e);if(0===i)return e;const s=new Proxy(e,2===i?r:n);return l.set(e,s),s}function an(e){return cn(e)?an(e.__v_raw):!(!e||!e.__v_isReactive)}function cn(e){return!(!e||!e.__v_isReadonly)}function un(e){return!(!e||!e.__v_isShallow)}function pn(e){return an(e)||cn(e)}function dn(e){const t=e&&e.__v_raw;return t?dn(t):e}function hn(e){return Object.isExtensible(e)&&Pe(e,"__v_skip",!0),e}const fn=e=>ke(e)?ln(e):e,gn=e=>ke(e)?on(e):e;class mn{constructor(e,t,n,r){this._setter=t,this.dep=void 0,this.__v_isRef=!0,this.__v_isReadonly=!1,this.effect=new ot((()=>e(this._value)),(()=>yn(this,2===this.effect._dirtyLevel?2:3))),this.effect.computed=this,this.effect.active=this._cacheable=!r,this.__v_isReadonly=n}get value(){const e=dn(this);return(!e._cacheable||e.effect.dirty)&&Oe(e._value,e._value=e.effect.run())&&yn(e,4),vn(e),e.effect._dirtyLevel>=2&&yn(e,2),e._value}set value(e){this._setter(e)}get _dirty(){return this.effect.dirty}set _dirty(e){this.effect.dirty=e}}function vn(e){var t;ct&&nt&&(e=dn(e),mt(nt,null!=(t=e.dep)?t:e.dep=wt((()=>e.dep=void 0),e instanceof mn?e:void 0)))}function yn(e,t=4,n){const r=(e=dn(e)).dep;r&&yt(r,t)}function wn(e){return!(!e||!0!==e.__v_isRef)}function kn(e){return xn(e,!1)}function bn(e){return xn(e,!0)}function xn(e,t){return wn(e)?e:new _n(e,t)}class _n{constructor(e,t){this.__v_isShallow=t,this.dep=void 0,this.__v_isRef=!0,this._rawValue=t?e:dn(e),this._value=t?e:fn(e)}get value(){return vn(this),this._value}set value(e){const t=this.__v_isShallow||un(e)||cn(e);e=t?e:dn(e),Oe(e,this._rawValue)&&(this._rawValue=e,this._value=t?e:fn(e),yn(this,4))}}function Cn(e){return wn(e)?e.value:e}const $n={get:(e,t,n)=>Cn(Reflect.get(e,t,n)),set:(e,t,n,r)=>{const l=e[t];return wn(l)&&!wn(n)?(l.value=n,!0):Reflect.set(e,t,n,r)}};function Sn(e){return an(e)?e:new Proxy(e,$n)} +/** +* @vue/runtime-core v3.4.19 +* (c) 2018-present Yuxi (Evan) You and Vue contributors +* @license MIT +**/function An(e,t,n,r){try{return r?e(...r):e()}catch(e){Ln(e,t,n)}}function En(e,t,n,r){if(ve(e)){const l=An(e,t,n,r);return l&&be(l)&&l.catch((e=>{Ln(e,t,n)})),l}const l=[];for(let o=0;o>>1,l=Tn[r],o=Bn(l);oBn(e)-Bn(t)));if(jn.length=0,On)return void On.push(...e);for(On=e,Mn=0;Mnnull==e.id?1/0:e.id,Wn=(e,t)=>{const n=Bn(e)-Bn(t);if(0===n){if(e.pre&&!t.pre)return-1;if(t.pre&&!e.pre)return 1}return n};function qn(e){In=!1,Rn=!0,Tn.sort(Wn);try{for(zn=0;znye(e)?e.trim():e))),t&&(l=n.map(Ue))}let s,a=r[s=je(t)]||r[s=je(Re(t))];!a&&o&&(a=r[s=je(Te(t))]),a&&En(a,e,6,l);const c=r[s+"Once"];if(c){if(e.emitted){if(e.emitted[s])return}else e.emitted={};e.emitted[s]=!0,En(c,e,6,l)}}function Kn(e,t,n=!1){const r=t.emitsCache,l=r.get(e);if(void 0!==l)return l;const o=e.emits;let i={};return o?(he(o)?o.forEach((e=>i[e]=null)):ce(i,o),ke(e)&&r.set(e,i),i):(ke(e)&&r.set(e,null),null)}function Gn(e,t){return!(!e||!se(t))&&(t=t.slice(2).replace(/Once$/,""),de(e,t[0].toLowerCase()+t.slice(1))||de(e,Te(t))||de(e,t))}let Qn=null,Xn=null;function Jn(e){const t=Qn;return Qn=e,Xn=e&&e.type.__scopeId||null,t}function Yn(e){const{type:t,vnode:n,proxy:r,withProxy:l,props:o,propsOptions:[i],slots:s,attrs:a,emit:c,render:u,renderCache:p,data:d,setupState:h,ctx:f,inheritAttrs:g}=e;let m,v;const y=Jn(e);try{if(4&n.shapeFlag){const e=l||r,t=e;m=Tl(u.call(t,e,p,o,h,d,f)),v=a}else{const e=t;m=Tl(e.length>1?e(o,{attrs:a,slots:s,emit:c}):e(o,null)),v=t.props?a:er(a)}}catch(t){fl.length=0,Ln(t,e,1),m=El(dl)}let w=m;if(v&&!1!==g){const e=Object.keys(v),{shapeFlag:t}=w;e.length&&7&t&&(i&&e.some(ae)&&(v=tr(v,i)),w=Ll(w,v))}return n.dirs&&(w=Ll(w),w.dirs=w.dirs?w.dirs.concat(n.dirs):n.dirs),n.transition&&(w.transition=n.transition),m=w,Jn(y),m}const er=e=>{let t;for(const n in e)("class"===n||"style"===n||se(n))&&((t||(t={}))[n]=e[n]);return t},tr=(e,t)=>{const n={};for(const r in e)(!ae(r)||!(r.slice(9)in t))&&(n[r]=e[r]);return n};function nr(e,t,n){const r=Object.keys(t);if(r.length!==Object.keys(e).length)return!0;for(let l=0;lDr(sr);function cr(e,t){return dr(e,null,t)}const ur={};function pr(e,t,n){return dr(e,t,n)}function dr(e,t,{immediate:n,deep:r,flush:l,once:o,onTrack:i,onTrigger:s}=re){if(t&&o){const e=t;t=(...t)=>{e(...t),b()}}const a=Ul,c=e=>!0===r?e:hr(e,!1===r?1:void 0);let u,p=!1,d=!1;if(wn(e)?(u=()=>e.value,p=un(e)):an(e)?(u=()=>c(e),p=!0):he(e)?(d=!0,p=e.some((e=>an(e)||un(e))),u=()=>e.map((e=>wn(e)?e.value:an(e)?c(e):ve(e)?An(e,a,2):void 0))):u=ve(e)?t?()=>An(e,a,2):()=>(h&&h(),En(e,a,3,[g])):oe,t&&r){const e=u;u=()=>hr(e())}let h,f,g=e=>{h=w.onStop=()=>{An(e,a,4),h=w.onStop=void 0}};if(ql){if(g=oe,t?n&&En(t,a,3,[u(),d?[]:void 0,g]):u(),"sync"!==l)return oe;{const e=ar();f=e.__watcherHandles||(e.__watcherHandles=[])}}let m=d?new Array(e.length).fill(ur):ur;const v=()=>{if(w.active&&w.dirty)if(t){const e=w.run();(r||p||(d?e.some(((e,t)=>Oe(e,m[t]))):Oe(e,m)))&&(h&&h(),En(t,a,3,[e,m===ur?void 0:d&&m[0]===ur?[]:m,g]),m=e)}else w.run()};let y;v.allowRecurse=!!t,"sync"===l?y=v:"post"===l?y=()=>ll(v,a&&a.suspense):(v.pre=!0,a&&(v.id=a.uid),y=()=>Vn(v));const w=new ot(u,oe,y),k=lt(),b=()=>{w.stop(),k&&ue(k.effects,w)};return t?n?v():m=w.run():"post"===l?ll(w.run.bind(w),a&&a.suspense):w.run(),f&&f.push(b),b}function hr(e,t,n=0,r){if(!ke(e)||e.__v_skip)return e;if(t&&t>0){if(n>=t)return e;n++}if((r=r||new Set).has(e))return e;if(r.add(e),wn(e))hr(e.value,t,n,r);else if(he(e))for(let l=0;l{hr(e,t,n,r)}));else if($e(e))for(const l in e)hr(e[l],t,n,r);return e}function fr(e,t){if(null===Qn)return e;const n=Gl(Qn)||Qn.proxy,r=e.dirs||(e.dirs=[]);for(let e=0;e!!e.type.__asyncLoader,yr=e=>e.type.__isKeepAlive;const wr=e=>(t,n=Ul)=>(!ql||"sp"===e)&&function(e,t,n=Ul,r=!1){if(n){const l=n[e]||(n[e]=[]),o=t.__weh||(t.__weh=(...r)=>{if(n.isUnmounted)return;dt();const l=Nl(n),o=En(t,n,e,r);return l(),ht(),o});return r?l.unshift(o):l.push(o),o}}(e,((...e)=>t(...e)),n),kr=wr("m"),br=wr("bum"),xr=wr("um");function _r(e,t,n,r){let l;const o=n&&n[r];if(he(e)||ye(e)){l=new Array(e.length);for(let n=0,r=e.length;nt(e,n,void 0,o&&o[n])));else{const n=Object.keys(e);l=new Array(n.length);for(let r=0,i=n.length;re?Bl(e)?Gl(e)||e.proxy:Cr(e.parent):null,Sr=ce(Object.create(null),{$:e=>e,$el:e=>e.vnode.el,$data:e=>e.data,$props:e=>e.props,$attrs:e=>e.attrs,$slots:e=>e.slots,$refs:e=>e.refs,$parent:e=>Cr(e.parent),$root:e=>Cr(e.root),$emit:e=>e.emit,$options:e=>e.type,$forceUpdate:e=>e.f||(e.f=()=>{e.effect.dirty=!0,Vn(e.update)}),$nextTick:e=>e.n||(e.n=Fn.bind(e.proxy)),$watch:e=>oe}),Ar=(e,t)=>e!==re&&!e.__isScriptSetup&&de(e,t),Er={get({_:e},t){const{ctx:n,setupState:r,data:l,props:o,accessCache:i,type:s,appContext:a}=e;let c;if("$"!==t[0]){const s=i[t];if(void 0!==s)switch(s){case 1:return r[t];case 2:return l[t];case 4:return n[t];case 3:return o[t]}else{if(Ar(r,t))return i[t]=1,r[t];if(l!==re&&de(l,t))return i[t]=2,l[t];if((c=e.propsOptions[0])&&de(c,t))return i[t]=3,o[t];if(n!==re&&de(n,t))return i[t]=4,n[t];i[t]=0}}const u=Sr[t];let p,d;return u?("$attrs"===t&&_t(e,0,t),u(e)):(p=s.__cssModules)&&(p=p[t])?p:n!==re&&de(n,t)?(i[t]=4,n[t]):(d=a.config.globalProperties,de(d,t)?d[t]:void 0)},set({_:e},t,n){const{data:r,setupState:l,ctx:o}=e;return Ar(l,t)?(l[t]=n,!0):r!==re&&de(r,t)?(r[t]=n,!0):!(de(e.props,t)||"$"===t[0]&&t.slice(1)in e)&&(o[t]=n,!0)},has({_:{data:e,setupState:t,accessCache:n,ctx:r,appContext:l,propsOptions:o}},i){let s;return!!n[i]||e!==re&&de(e,i)||Ar(t,i)||(s=o[0])&&de(s,i)||de(r,i)||de(Sr,i)||de(l.config.globalProperties,i)},defineProperty(e,t,n){return null!=n.get?e._.accessCache[t]=0:de(n,"value")&&this.set(e,t,n.value,null),Reflect.defineProperty(e,t,n)}};function Lr(e){return he(e)?e.reduce(((e,t)=>(e[t]=null,e)),{}):e}function Rr(e,t,n,r=!1){const{mixins:l,extends:o}=t;o&&Rr(e,o,n,!0),l&&l.forEach((t=>Rr(e,t,n,!0)));for(const l in t)if(!r||"expose"!==l){const r=Ir[l]||n&&n[l];e[l]=r?r(e[l],t[l]):t[l]}return e}const Ir={data:Tr,props:Mr,emits:Mr,methods:Or,computed:Or,beforeCreate:jr,created:jr,beforeMount:jr,mounted:jr,beforeUpdate:jr,updated:jr,beforeDestroy:jr,beforeUnmount:jr,destroyed:jr,unmounted:jr,activated:jr,deactivated:jr,errorCaptured:jr,serverPrefetch:jr,components:Or,directives:Or,watch:function(e,t){if(!e)return t;if(!t)return e;const n=ce(Object.create(null),e);for(const r in t)n[r]=jr(e[r],t[r]);return n},provide:Tr,inject:function(e,t){return Or(zr(e),zr(t))}};function Tr(e,t){return t?e?function(){return ce(ve(e)?e.call(this,this):e,ve(t)?t.call(this,this):t)}:t:e}function zr(e){if(he(e)){const t={};for(let n=0;n(o.has(e)||(e&&ve(e.install)?(o.add(e),e.install(s,...t)):ve(e)&&(o.add(e),e(s,...t))),s),mixin:e=>s,component:(e,t)=>t?(l.components[e]=t,s):l.components[e],directive:(e,t)=>t?(l.directives[e]=t,s):l.directives[e],mount(o,a,c){if(!i){const u=El(n,r);return u.appContext=l,!0===c?c="svg":!1===c&&(c=void 0),a&&t?t(u,o):e(u,o,c),i=!0,s._container=o,o.__vue_app__=s,Gl(u.component)||u.component.proxy}},unmount(){i&&(e(null,s._container),delete s._container.__vue_app__)},provide:(e,t)=>(l.provides[e]=t,s),runWithContext(e){const t=Vr;Vr=s;try{return e()}finally{Vr=t}}};return s}}let Vr=null;function Dr(e,t,n=!1){const r=Ul||Qn;if(r||Vr){const l=r?null==r.parent?r.vnode.appContext&&r.vnode.appContext.provides:r.parent.provides:Vr._context.provides;if(l&&e in l)return l[e];if(arguments.length>1)return n&&ve(t)?t.call(r&&r.proxy):t}}function Nr(e,t,n,r=!1){const l={},o={};Pe(o,Cl,1),e.propsDefaults=Object.create(null),Hr(e,t,l,o);for(const t in e.propsOptions[0])t in l||(l[t]=void 0);n?e.props=r?l:function(e){return sn(e,!1,zt,Jt,tn)}(l):e.type.props?e.props=l:e.props=o,e.attrs=o}function Hr(e,t,n,r){const[l,o]=e.propsOptions;let i,s=!1;if(t)for(let a in t){if(Ae(a))continue;const c=t[a];let u;l&&de(l,u=Re(a))?o&&o.includes(u)?(i||(i={}))[u]=c:n[u]=c:Gn(e.emitsOptions,a)||(!(a in r)||c!==r[a])&&(r[a]=c,s=!0)}if(o){const t=dn(n),r=i||re;for(let i=0;i-1,r[1]=n<0||e-1||de(r,"default"))&&s.push(t)}}}const a=[i,s];return ke(e)&&r.set(e,a),a}function qr(e){return"$"!==e[0]&&!Ae(e)}function Zr(e){return null===e?"null":"function"==typeof e?e.name||"":"object"==typeof e&&e.constructor&&e.constructor.name||""}function Kr(e,t){return Zr(e)===Zr(t)}function Gr(e,t){return he(t)?t.findIndex((t=>Kr(t,e))):ve(t)&&Kr(t,e)?0:-1}const Qr=e=>"_"===e[0]||"$stable"===e,Xr=e=>he(e)?e.map(Tl):[Tl(e)],Jr=(e,t,n)=>{if(t._n)return t;const r=function(e,t=Qn,n){if(!t||e._n)return e;const r=(...n)=>{r._d&&yl(-1);const l=Jn(t);let o;try{o=e(...n)}finally{Jn(l),r._d&&yl(1)}return o};return r._n=!0,r._c=!0,r._d=!0,r}(((...e)=>Xr(t(...e))),n);return r._c=!1,r},Yr=(e,t,n)=>{const r=e._ctx;for(const n in e){if(Qr(n))continue;const l=e[n];if(ve(l))t[n]=Jr(0,l,r);else if(null!=l){const e=Xr(l);t[n]=()=>e}}},el=(e,t)=>{const n=Xr(t);e.slots.default=()=>n},tl=(e,t)=>{if(32&e.vnode.shapeFlag){const n=t._;n?(e.slots=dn(t),Pe(t,"_",n)):Yr(t,e.slots={})}else e.slots={},t&&el(e,t);Pe(e.slots,Cl,1)},nl=(e,t,n)=>{const{vnode:r,slots:l}=e;let o=!0,i=re;if(32&r.shapeFlag){const e=t._;e?n&&1===e?o=!1:(ce(l,t),!n&&1===e&&delete l._):(o=!t.$stable,Yr(t,l)),i=t}else t&&(el(e,t),i={default:1});if(o)for(const e in l)!Qr(e)&&null==i[e]&&delete l[e]};function rl(e,t,n,r,l=!1){if(he(e))return void e.forEach(((e,o)=>rl(e,t&&(he(t)?t[o]:t),n,r,l)));if(vr(r)&&!l)return;const o=4&r.shapeFlag?Gl(r.component)||r.component.proxy:r.el,i=l?null:o,{i:s,r:a}=e,c=t&&t.r,u=s.refs===re?s.refs={}:s.refs,p=s.setupState;if(null!=c&&c!==a&&(ye(c)?(u[c]=null,de(p,c)&&(p[c]=null)):wn(c)&&(c.value=null)),ve(a))An(a,s,12,[i,u]);else{const t=ye(a),r=wn(a);if(t||r){const s=()=>{if(e.f){const n=t?de(p,a)?p[a]:u[a]:a.value;l?he(n)&&ue(n,o):he(n)?n.includes(o)||n.push(o):t?(u[a]=[o],de(p,a)&&(p[a]=u[a])):(a.value=[o],e.k&&(u[e.k]=a.value))}else t?(u[a]=i,de(p,a)&&(p[a]=i)):r&&(a.value=i,e.k&&(u[e.k]=i))};i?(s.id=-1,ll(s,n)):s()}}}const ll=function(e,t){t&&t.pendingBranch?he(e)?t.effects.push(...e):t.effects.push(e):function(e){he(e)?jn.push(...e):(!On||!On.includes(e,e.allowRecurse?Mn+1:Mn))&&jn.push(e),Dn()}(e)};function ol(e){return function(e,t){"boolean"!=typeof __VUE_PROD_HYDRATION_MISMATCH_DETAILS__&&(Ve().__VUE_PROD_HYDRATION_MISMATCH_DETAILS__=!1);Ve().__VUE__=!0;const{insert:n,remove:r,patchProp:l,createElement:o,createText:i,createComment:s,setText:a,setElementText:c,parentNode:u,nextSibling:p,setScopeId:d=oe,insertStaticContent:h}=e,f=(e,t,n,r=null,l=null,o=null,i=void 0,s=null,a=!!t.dynamicChildren)=>{if(e===t)return;e&&!_l(e,t)&&(r=N(e),P(e,l,o,!0),e=null),-2===t.patchFlag&&(a=!1,t.dynamicChildren=null);const{type:c,ref:u,shapeFlag:p}=t;switch(c){case pl:g(e,t,n,r);break;case dl:m(e,t,n,r);break;case hl:null==e&&v(t,n,r,i);break;case ul:A(e,t,n,r,l,o,i,s,a);break;default:1&p?k(e,t,n,r,l,o,i,s,a):6&p?E(e,t,n,r,l,o,i,s,a):(64&p||128&p)&&c.process(e,t,n,r,l,o,i,s,a,W)}null!=u&&l&&rl(u,e&&e.ref,o,t||e,!t)},g=(e,t,r,l)=>{if(null==e)n(t.el=i(t.children),r,l);else{const n=t.el=e.el;t.children!==e.children&&a(n,t.children)}},m=(e,t,r,l)=>{null==e?n(t.el=s(t.children||""),r,l):t.el=e.el},v=(e,t,n,r)=>{[e.el,e.anchor]=h(e.children,t,n,r,e.el,e.anchor)},y=({el:e,anchor:t},r,l)=>{let o;for(;e&&e!==t;)o=p(e),n(e,r,l),e=o;n(t,r,l)},w=({el:e,anchor:t})=>{let n;for(;e&&e!==t;)n=p(e),r(e),e=n;r(t)},k=(e,t,n,r,l,o,i,s,a)=>{"svg"===t.type?i="svg":"math"===t.type&&(i="mathml"),null==e?b(t,n,r,l,o,i,s,a):C(e,t,l,o,i,s,a)},b=(e,t,r,i,s,a,u,p)=>{let d,h;const{props:f,shapeFlag:g,transition:m,dirs:v}=e;if(d=e.el=o(e.type,a,f&&f.is,f),8&g?c(d,e.children):16&g&&_(e.children,d,null,i,s,il(e,a),u,p),v&&gr(e,null,i,"created"),x(d,e,e.scopeId,u,i),f){for(const t in f)"value"!==t&&!Ae(t)&&l(d,t,null,f[t],a,e.children,i,s,D);"value"in f&&l(d,"value",null,f.value,a),(h=f.onVnodeBeforeMount)&&Ol(h,i,e)}v&&gr(e,null,i,"beforeMount");const y=function(e,t){return(!e||e&&!e.pendingBranch)&&t&&!t.persisted}(s,m);y&&m.beforeEnter(d),n(d,t,r),((h=f&&f.onVnodeMounted)||y||v)&&ll((()=>{h&&Ol(h,i,e),y&&m.enter(d),v&&gr(e,null,i,"mounted")}),s)},x=(e,t,n,r,l)=>{if(n&&d(e,n),r)for(let t=0;t{for(let c=a;c{const a=t.el=e.el;let{patchFlag:u,dynamicChildren:p,dirs:d}=t;u|=16&e.patchFlag;const h=e.props||re,f=t.props||re;let g;if(n&&sl(n,!1),(g=f.onVnodeBeforeUpdate)&&Ol(g,n,t,e),d&&gr(t,e,n,"beforeUpdate"),n&&sl(n,!0),p?$(e.dynamicChildren,p,a,n,r,il(t,o),i):s||z(e,t,a,null,n,r,il(t,o),i,!1),u>0){if(16&u)S(a,t,h,f,n,r,o);else if(2&u&&h.class!==f.class&&l(a,"class",null,f.class,o),4&u&&l(a,"style",h.style,f.style,o),8&u){const i=t.dynamicProps;for(let t=0;t{g&&Ol(g,n,t,e),d&&gr(t,e,n,"updated")}),r)},$=(e,t,n,r,l,o,i)=>{for(let s=0;s{if(n!==r){if(n!==re)for(const a in n)!Ae(a)&&!(a in r)&&l(e,a,n[a],null,s,t.children,o,i,D);for(const a in r){if(Ae(a))continue;const c=r[a],u=n[a];c!==u&&"value"!==a&&l(e,a,u,c,s,t.children,o,i,D)}"value"in r&&l(e,"value",n.value,r.value,s)}},A=(e,t,r,l,o,s,a,c,u)=>{const p=t.el=e?e.el:i(""),d=t.anchor=e?e.anchor:i("");let{patchFlag:h,dynamicChildren:f,slotScopeIds:g}=t;g&&(c=c?c.concat(g):g),null==e?(n(p,r,l),n(d,r,l),_(t.children||[],r,d,o,s,a,c,u)):h>0&&64&h&&f&&e.dynamicChildren?($(e.dynamicChildren,f,r,o,s,a,c),(null!=t.key||o&&t===o.subTree)&&al(e,t,!0)):z(e,t,r,d,o,s,a,c,u)},E=(e,t,n,r,l,o,i,s,a)=>{t.slotScopeIds=s,null==e?512&t.shapeFlag?l.ctx.activate(t,n,r,i,a):L(t,n,r,l,o,i,a):R(e,t,a)},L=(e,t,n,r,l,o,i)=>{const s=e.component=function(e,t,n){const r=e.type,l=(t?t.appContext:e.appContext)||Ml,o={uid:Pl++,vnode:e,type:r,parent:t,appContext:l,root:null,next:null,subTree:null,effect:null,update:null,scope:new rt(!0),render:null,proxy:null,exposed:null,exposeProxy:null,withProxy:null,provides:t?t.provides:Object.create(l.provides),accessCache:null,renderCache:[],components:null,directives:null,propsOptions:Wr(r,l),emitsOptions:Kn(r,l),emit:null,emitted:null,propsDefaults:re,inheritAttrs:r.inheritAttrs,ctx:re,data:re,props:re,attrs:re,slots:re,refs:re,setupState:re,setupContext:null,attrsProxy:null,slotsProxy:null,suspense:n,suspenseId:n?n.pendingId:0,asyncDep:null,asyncResolved:!1,isMounted:!1,isUnmounted:!1,isDeactivated:!1,bc:null,c:null,bm:null,m:null,bu:null,u:null,um:null,bum:null,da:null,a:null,rtg:null,rtc:null,ec:null,sp:null};return o.ctx={_:o},o.root=t?t.root:o,o.emit=Zn.bind(null,o),e.ce&&e.ce(o),o}(e,r,l);if(yr(e)&&(s.ctx.renderer=W),function(e,t=!1){t&&Dl(t);const{props:n,children:r}=e.vnode,l=Bl(e);Nr(e,n,l,t),tl(e,r);const o=l?function(e,t){const n=e.type;e.accessCache=Object.create(null),e.proxy=hn(new Proxy(e.ctx,Er));const{setup:r}=n;if(r){const n=e.setupContext=r.length>1?function(e){const t=t=>{e.exposed=t||{}};return{get attrs(){return function(e){return e.attrsProxy||(e.attrsProxy=new Proxy(e.attrs,{get:(t,n)=>(_t(e,0,"$attrs"),t[n])}))}(e)},slots:e.slots,emit:e.emit,expose:t}}(e):null,l=Nl(e);dt();const o=An(r,e,0,[e.props,n]);if(ht(),l(),be(o)){if(o.then(Hl,Hl),t)return o.then((n=>{Zl(e,n,t)})).catch((t=>{Ln(t,e,0)}));e.asyncDep=o}else Zl(e,o,t)}else Kl(e,t)}(e,t):void 0;t&&Dl(!1)}(s),s.asyncDep){if(l&&l.registerDep(s,I),!e.el){const e=s.subTree=El(dl);m(null,e,t,n)}}else I(s,e,t,n,l,o,i)},R=(e,t,n)=>{const r=t.component=e.component;if(function(e,t,n){const{props:r,children:l,component:o}=e,{props:i,children:s,patchFlag:a}=t,c=o.emitsOptions;if(t.dirs||t.transition)return!0;if(!(n&&a>=0))return!(!l&&!s||s&&s.$stable)||r!==i&&(r?!i||nr(r,i,c):!!i);if(1024&a)return!0;if(16&a)return r?nr(r,i,c):!!i;if(8&a){const e=t.dynamicProps;for(let t=0;tzn&&Tn.splice(t,1)}(r.update),r.effect.dirty=!0,r.update()}else t.el=e.el,r.vnode=t},I=(e,t,n,r,l,o,i)=>{const s=()=>{if(e.isMounted){let{next:t,bu:n,u:r,parent:a,vnode:c}=e;{const n=cl(e);if(n)return t&&(t.el=c.el,T(e,t,i)),void n.asyncDep.then((()=>{e.isUnmounted||s()}))}let p,d=t;sl(e,!1),t?(t.el=c.el,T(e,t,i)):t=c,n&&Me(n),(p=t.props&&t.props.onVnodeBeforeUpdate)&&Ol(p,a,t,c),sl(e,!0);const h=Yn(e),g=e.subTree;e.subTree=h,f(g,h,u(g.el),N(g),e,l,o),t.el=h.el,null===d&&function({vnode:e,parent:t},n){for(;t;){const r=t.subTree;if(r.suspense&&r.suspense.activeBranch===e&&(r.el=e.el),r!==e)break;(e=t.vnode).el=n,t=t.parent}}(e,h.el),r&&ll(r,l),(p=t.props&&t.props.onVnodeUpdated)&&ll((()=>Ol(p,a,t,c)),l)}else{let i;const{el:s,props:a}=t,{bm:c,m:u,parent:p}=e,d=vr(t);if(sl(e,!1),c&&Me(c),!d&&(i=a&&a.onVnodeBeforeMount)&&Ol(i,p,t),sl(e,!0),s&&Z){const n=()=>{e.subTree=Yn(e),Z(s,e.subTree,e,l,null)};d?t.type.__asyncLoader().then((()=>!e.isUnmounted&&n())):n()}else{const i=e.subTree=Yn(e);f(null,i,n,r,e,l,o),t.el=i.el}if(u&&ll(u,l),!d&&(i=a&&a.onVnodeMounted)){const e=t;ll((()=>Ol(i,p,e)),l)}(256&t.shapeFlag||p&&vr(p.vnode)&&256&p.vnode.shapeFlag)&&e.a&&ll(e.a,l),e.isMounted=!0,t=n=r=null}},a=e.effect=new ot(s,oe,(()=>Vn(c)),e.scope),c=e.update=()=>{a.dirty&&a.run()};c.id=e.uid,sl(e,!0),c()},T=(e,t,n)=>{t.component=e;const r=e.vnode.props;e.vnode=t,e.next=null,function(e,t,n,r){const{props:l,attrs:o,vnode:{patchFlag:i}}=e,s=dn(l),[a]=e.propsOptions;let c=!1;if(!(r||i>0)||16&i){let r;Hr(e,t,l,o)&&(c=!0);for(const o in s)(!t||!de(t,o)&&((r=Te(o))===o||!de(t,r)))&&(a?n&&(void 0!==n[o]||void 0!==n[r])&&(l[o]=Br(a,s,o,void 0,e,!0)):delete l[o]);if(o!==s)for(const e in o)(!t||!de(t,e))&&(delete o[e],c=!0)}else if(8&i){const n=e.vnode.dynamicProps;for(let r=0;r{const u=e&&e.children,p=e?e.shapeFlag:0,d=t.children,{patchFlag:h,shapeFlag:f}=t;if(h>0){if(128&h)return void O(u,d,n,r,l,o,i,s,a);if(256&h)return void j(u,d,n,r,l,o,i,s,a)}8&f?(16&p&&D(u,l,o),d!==u&&c(n,d)):16&p?16&f?O(u,d,n,r,l,o,i,s,a):D(u,l,o,!0):(8&p&&c(n,""),16&f&&_(d,n,r,l,o,i,s,a))},j=(e,t,n,r,l,o,i,s,a)=>{t=t||le;const c=(e=e||le).length,u=t.length,p=Math.min(c,u);let d;for(d=0;du?D(e,l,o,!0,!1,p):_(t,n,r,l,o,i,s,a,p)},O=(e,t,n,r,l,o,i,s,a)=>{let c=0;const u=t.length;let p=e.length-1,d=u-1;for(;c<=p&&c<=d;){const r=e[c],u=t[c]=a?zl(t[c]):Tl(t[c]);if(!_l(r,u))break;f(r,u,n,null,l,o,i,s,a),c++}for(;c<=p&&c<=d;){const r=e[p],c=t[d]=a?zl(t[d]):Tl(t[d]);if(!_l(r,c))break;f(r,c,n,null,l,o,i,s,a),p--,d--}if(c>p){if(c<=d){const e=d+1,p=ed)for(;c<=p;)P(e[c],l,o,!0),c++;else{const h=c,g=c,m=new Map;for(c=g;c<=d;c++){const e=t[c]=a?zl(t[c]):Tl(t[c]);null!=e.key&&m.set(e.key,c)}let v,y=0;const w=d-g+1;let k=!1,b=0;const x=new Array(w);for(c=0;c=w){P(r,l,o,!0);continue}let u;if(null!=r.key)u=m.get(r.key);else for(v=g;v<=d;v++)if(0===x[v-g]&&_l(r,t[v])){u=v;break}void 0===u?P(r,l,o,!0):(x[u-g]=c+1,u>=b?b=u:k=!0,f(r,t[u],n,null,l,o,i,s,a),y++)}const _=k?function(e){const t=e.slice(),n=[0];let r,l,o,i,s;const a=e.length;for(r=0;r>1,e[n[s]]0&&(t[r]=n[o-1]),n[o]=r)}}for(o=n.length,i=n[o-1];o-- >0;)n[o]=i,i=t[i];return n}(x):le;for(v=_.length-1,c=w-1;c>=0;c--){const e=g+c,p=t[e],d=e+1{const{el:i,type:s,transition:a,children:c,shapeFlag:u}=e;if(6&u)M(e.component.subTree,t,r,l);else if(128&u)e.suspense.move(t,r,l);else if(64&u)s.move(e,t,r,W);else if(s!==ul)if(s!==hl)if(2!==l&&1&u&&a)if(0===l)a.beforeEnter(i),n(i,t,r),ll((()=>a.enter(i)),o);else{const{leave:e,delayLeave:l,afterLeave:o}=a,s=()=>n(i,t,r),c=()=>{e(i,(()=>{s(),o&&o()}))};l?l(i,s,c):c()}else n(i,t,r);else y(e,t,r);else{n(i,t,r);for(let e=0;e{const{type:o,props:i,ref:s,children:a,dynamicChildren:c,shapeFlag:u,patchFlag:p,dirs:d}=e;if(null!=s&&rl(s,null,n,e,!0),256&u)return void t.ctx.deactivate(e);const h=1&u&&d,f=!vr(e);let g;if(f&&(g=i&&i.onVnodeBeforeUnmount)&&Ol(g,t,e),6&u)V(e.component,n,r);else{if(128&u)return void e.suspense.unmount(n,r);h&&gr(e,null,t,"beforeUnmount"),64&u?e.type.remove(e,t,n,l,W,r):c&&(o!==ul||p>0&&64&p)?D(c,t,n,!1,!0):(o===ul&&384&p||!l&&16&u)&&D(a,t,n),r&&U(e)}(f&&(g=i&&i.onVnodeUnmounted)||h)&&ll((()=>{g&&Ol(g,t,e),h&&gr(e,null,t,"unmounted")}),n)},U=e=>{const{type:t,el:n,anchor:l,transition:o}=e;if(t===ul)return void F(n,l);if(t===hl)return void w(e);const i=()=>{r(n),o&&!o.persisted&&o.afterLeave&&o.afterLeave()};if(1&e.shapeFlag&&o&&!o.persisted){const{leave:t,delayLeave:r}=o,l=()=>t(n,i);r?r(e.el,i,l):l()}else i()},F=(e,t)=>{let n;for(;e!==t;)n=p(e),r(e),e=n;r(t)},V=(e,t,n)=>{const{bum:r,scope:l,update:o,subTree:i,um:s}=e;r&&Me(r),l.stop(),o&&(o.active=!1,P(i,e,t,n)),s&&ll(s,t),ll((()=>{e.isUnmounted=!0}),t),t&&t.pendingBranch&&!t.isUnmounted&&e.asyncDep&&!e.asyncResolved&&e.suspenseId===t.pendingId&&(t.deps--,0===t.deps&&t.resolve())},D=(e,t,n,r=!1,l=!1,o=0)=>{for(let i=o;i6&e.shapeFlag?N(e.component.subTree):128&e.shapeFlag?e.suspense.next():p(e.anchor||e.el);let H=!1;const B=(e,t,n)=>{null==e?t._vnode&&P(t._vnode,null,null,!0):f(t._vnode||null,e,t,null,null,null,n),H||(H=!0,Nn(),Hn(),H=!1),t._vnode=e},W={p:f,um:P,m:M,r:U,mt:L,mc:_,pc:z,pbc:$,n:N,o:e};let q,Z;return t&&([q,Z]=t(W)),{render:B,hydrate:q,createApp:Fr(B,q)}}(e)}function il({type:e,props:t},n){return"svg"===n&&"foreignObject"===e||"mathml"===n&&"annotation-xml"===e&&t&&t.encoding&&t.encoding.includes("html")?void 0:n}function sl({effect:e,update:t},n){e.allowRecurse=t.allowRecurse=n}function al(e,t,n=!1){const r=e.children,l=t.children;if(he(r)&&he(l))for(let e=0;e0?gl||le:null,fl.pop(),gl=fl[fl.length-1]||null,vl>0&&gl&&gl.push(e),e}function kl(e,t,n,r,l,o){return wl(Al(e,t,n,r,l,o,!0))}function bl(e,t,n,r,l){return wl(El(e,t,n,r,l,!0))}function xl(e){return!!e&&!0===e.__v_isVNode}function _l(e,t){return e.type===t.type&&e.key===t.key}const Cl="__vInternal",$l=({key:e})=>e??null,Sl=({ref:e,ref_key:t,ref_for:n})=>("number"==typeof e&&(e=""+e),null!=e?ye(e)||wn(e)||ve(e)?{i:Qn,r:e,k:t,f:!!n}:e:null);function Al(e,t=null,n=null,r=0,l=null,o=(e===ul?0:1),i=!1,s=!1){const a={__v_isVNode:!0,__v_skip:!0,type:e,props:t,key:t&&$l(t),ref:t&&Sl(t),scopeId:Xn,slotScopeIds:null,children:n,component:null,suspense:null,ssContent:null,ssFallback:null,dirs:null,transition:null,el:null,anchor:null,target:null,targetAnchor:null,staticCount:0,shapeFlag:o,patchFlag:r,dynamicProps:l,dynamicChildren:null,appContext:null,ctx:Qn};return s?(jl(a,n),128&o&&e.normalize(a)):n&&(a.shapeFlag|=ye(n)?8:16),vl>0&&!i&&gl&&(a.patchFlag>0||6&o)&&32!==a.patchFlag&&gl.push(a),a}const El=function(e,t=null,n=null,r=0,l=null,o=!1){if((!e||e===or)&&(e=dl),xl(e)){const r=Ll(e,t,!0);return n&&jl(r,n),vl>0&&!o&&gl&&(6&r.shapeFlag?gl[gl.indexOf(e)]=r:gl.push(r)),r.patchFlag|=-2,r}if(function(e){return ve(e)&&"__vccOpts"in e}(e)&&(e=e.__vccOpts),t){t=function(e){return e?pn(e)||Cl in e?ce({},e):e:null}(t);let{class:e,style:n}=t;e&&!ye(e)&&(t.class=Ze(e)),ke(n)&&(pn(n)&&!he(n)&&(n=ce({},n)),t.style=Ne(n))}const i=ye(e)?1:(e=>e.__isSuspense)(e)?128:(e=>e.__isTeleport)(e)?64:ke(e)?4:ve(e)?2:0;return Al(e,t,n,r,l,i,o,!0)};function Ll(e,t,n=!1){const{props:r,ref:l,patchFlag:o,children:i}=e,s=t?function(...e){const t={};for(let n=0;nUl||Qn;let Vl,Dl;{const e=Ve(),t=(t,n)=>{let r;return(r=e[t])||(r=e[t]=[]),r.push(n),e=>{r.length>1?r.forEach((t=>t(e))):r[0](e)}};Vl=t("__VUE_INSTANCE_SETTERS__",(e=>Ul=e)),Dl=t("__VUE_SSR_SETTERS__",(e=>ql=e))}const Nl=e=>{const t=Ul;return Vl(e),e.scope.on(),()=>{e.scope.off(),Vl(t)}},Hl=()=>{Ul&&Ul.scope.off(),Vl(null)};function Bl(e){return 4&e.vnode.shapeFlag}let Wl,ql=!1;function Zl(e,t,n){ve(t)?e.type.__ssrInlineRender?e.ssrRender=t:e.render=t:ke(t)&&(e.setupState=Sn(t)),Kl(e,n)}function Kl(e,t,n){const r=e.type;if(!e.render){if(!t&&Wl&&!r.render){const t=r.template||function(e){const t=e.type,{mixins:n,extends:r}=t,{mixins:l,optionsCache:o,config:{optionMergeStrategies:i}}=e.appContext,s=o.get(t);let a;return s?a=s:l.length||n||r?(a={},l.length&&l.forEach((e=>Rr(a,e,i,!0))),Rr(a,t,i)):a=t,ke(t)&&o.set(t,a),a}(e).template;if(t){const{isCustomElement:n,compilerOptions:l}=e.appContext.config,{delimiters:o,compilerOptions:i}=r,s=ce(ce({isCustomElement:n,delimiters:o},l),i);r.render=Wl(t,s)}}e.render=r.render||oe}}function Gl(e){if(e.exposed)return e.exposeProxy||(e.exposeProxy=new Proxy(Sn(hn(e.exposed)),{get:(t,n)=>n in t?t[n]:n in Sr?Sr[n](e):void 0,has:(e,t)=>t in e||t in Sr}))}const Ql=(e,t)=>function(e,t,n=!1){let r,l;const o=ve(e);return o?(r=e,l=oe):(r=e.get,l=e.set),new mn(r,l,o||!l,n)}(e,0,ql);function Xl(e,t,n){const r=arguments.length;return 2===r?ke(t)&&!he(t)?xl(t)?El(e,null,[t]):El(e,t):El(e,null,t):(r>3?n=Array.prototype.slice.call(arguments,2):3===r&&xl(n)&&(n=[n]),El(e,t,n))}const Jl="3.4.19",Yl=typeof document<"u"?document:null,eo=Yl&&Yl.createElement("template"),to={insert:(e,t,n)=>{t.insertBefore(e,n||null)},remove:e=>{const t=e.parentNode;t&&t.removeChild(e)},createElement:(e,t,n,r)=>{const l="svg"===t?Yl.createElementNS("http://www.w3.org/2000/svg",e):"mathml"===t?Yl.createElementNS("http://www.w3.org/1998/Math/MathML",e):Yl.createElement(e,n?{is:n}:void 0);return"select"===e&&r&&null!=r.multiple&&l.setAttribute("multiple",r.multiple),l},createText:e=>Yl.createTextNode(e),createComment:e=>Yl.createComment(e),setText:(e,t)=>{e.nodeValue=t},setElementText:(e,t)=>{e.textContent=t},parentNode:e=>e.parentNode,nextSibling:e=>e.nextSibling,querySelector:e=>Yl.querySelector(e),setScopeId(e,t){e.setAttribute(t,"")},insertStaticContent(e,t,n,r,l,o){const i=n?n.previousSibling:t.lastChild;if(l&&(l===o||l.nextSibling))for(;t.insertBefore(l.cloneNode(!0),n),l!==o&&(l=l.nextSibling););else{eo.innerHTML="svg"===r?`${e}`:"mathml"===r?`${e}`:e;const l=eo.content;if("svg"===r||"mathml"===r){const e=l.firstChild;for(;e.firstChild;)l.appendChild(e.firstChild);l.removeChild(e)}t.insertBefore(l,n)}return[i?i.nextSibling:t.firstChild,n?n.previousSibling:t.lastChild]}},no=Symbol("_vtc"); +/** +* @vue/runtime-dom v3.4.19 +* (c) 2018-present Yuxi (Evan) You and Vue contributors +* @license MIT +**/const ro=Symbol("_vod"),lo={beforeMount(e,{value:t},{transition:n}){e[ro]="none"===e.style.display?"":e.style.display,n&&t?n.beforeEnter(e):oo(e,t)},mounted(e,{value:t},{transition:n}){n&&t&&n.enter(e)},updated(e,{value:t,oldValue:n},{transition:r}){!t==!n&&(e.style.display===e[ro]||!t)||(r?t?(r.beforeEnter(e),oo(e,!0),r.enter(e)):r.leave(e,(()=>{oo(e,!1)})):oo(e,t))},beforeUnmount(e,{value:t}){oo(e,t)}};function oo(e,t){e.style.display=t?e[ro]:"none"}const io=Symbol(""),so=/(^|;)\s*display\s*:/;const ao=/\s*!important$/;function co(e,t,n){if(he(n))n.forEach((n=>co(e,t,n)));else if(null==n&&(n=""),t.startsWith("--"))e.setProperty(t,n);else{const r=function(e,t){const n=po[t];if(n)return n;let r=Re(t);if("filter"!==r&&r in e)return po[t]=r;r=ze(r);for(let n=0;n{if(e._vts){if(e._vts<=n.attached)return}else e._vts=Date.now();En(function(e,t){if(he(t)){const n=e.stopImmediatePropagation;return e.stopImmediatePropagation=()=>{n.call(e),e._stopped=!0},t.map((e=>t=>!t._stopped&&e&&e(t)))}return t}(e,n.value),t,5,[e])};return n.value=e,n.attached=ko(),n}(r,l);fo(e,n,i,s)}else i&&(function(e,t,n,r){e.removeEventListener(t,n,r)}(e,n,i,s),o[t]=void 0)}}const vo=/(?:Once|Passive|Capture)$/;let yo=0;const wo=Promise.resolve(),ko=()=>yo||(wo.then((()=>yo=0)),yo=Date.now());const bo=e=>111===e.charCodeAt(0)&&110===e.charCodeAt(1)&&e.charCodeAt(2)>96&&e.charCodeAt(2)<123;const xo=e=>{const t=e.props["onUpdate:modelValue"]||!1;return he(t)?e=>Me(t,e):t};function _o(e){e.target.composing=!0}function Co(e){const t=e.target;t.composing&&(t.composing=!1,t.dispatchEvent(new Event("input")))}const $o=Symbol("_assign"),So={created(e,{modifiers:{lazy:t,trim:n,number:r}},l){e[$o]=xo(l);const o=r||l.props&&"number"===l.props.type;fo(e,t?"change":"input",(t=>{if(t.target.composing)return;let r=e.value;n&&(r=r.trim()),o&&(r=Ue(r)),e[$o](r)})),n&&fo(e,"change",(()=>{e.value=e.value.trim()})),t||(fo(e,"compositionstart",_o),fo(e,"compositionend",Co),fo(e,"change",Co))},mounted(e,{value:t}){e.value=t??""},beforeUpdate(e,{value:t,modifiers:{lazy:n,trim:r,number:l}},o){if(e[$o]=xo(o),e.composing)return;const i=t??"";(l||"number"===e.type?Ue(e.value):e.value)!==i&&(document.activeElement===e&&"range"!==e.type&&(n||r&&e.value.trim()===i)||(e.value=i))}},Ao={deep:!0,created(e,t,n){e[$o]=xo(n),fo(e,"change",(()=>{const t=e._modelValue,n=To(e),r=e.checked,l=e[$o];if(he(t)){const e=Xe(t,n),o=-1!==e;if(r&&!o)l(t.concat(n));else if(!r&&o){const n=[...t];n.splice(e,1),l(n)}}else if(ge(t)){const e=new Set(t);r?e.add(n):e.delete(n),l(e)}else l(zo(e,r))}))},mounted:Eo,beforeUpdate(e,t,n){e[$o]=xo(n),Eo(e,t,n)}};function Eo(e,{value:t,oldValue:n},r){e._modelValue=t,he(t)?e.checked=Xe(t,r.props.value)>-1:ge(t)?e.checked=t.has(r.props.value):t!==n&&(e.checked=Qe(t,zo(e,!0)))}const Lo={created(e,{value:t},n){e.checked=Qe(t,n.props.value),e[$o]=xo(n),fo(e,"change",(()=>{e[$o](To(e))}))},beforeUpdate(e,{value:t,oldValue:n},r){e[$o]=xo(r),t!==n&&(e.checked=Qe(t,r.props.value))}},Ro={deep:!0,created(e,{value:t,modifiers:{number:n}},r){const l=ge(t);fo(e,"change",(()=>{const t=Array.prototype.filter.call(e.options,(e=>e.selected)).map((e=>n?Ue(To(e)):To(e)));e[$o](e.multiple?l?new Set(t):t:t[0]),e._assigning=!0,Fn((()=>{e._assigning=!1}))})),e[$o]=xo(r)},mounted(e,{value:t,oldValue:n,modifiers:{number:r}}){Io(e,t,n,r)},beforeUpdate(e,t,n){e[$o]=xo(n)},updated(e,{value:t,oldValue:n,modifiers:{number:r}}){e._assigning||Io(e,t,n,r)}};function Io(e,t,n,r){const l=e.multiple,o=he(t);if(!l||o||ge(t)){for(let n=0,i=e.options.length;n-1}else i.selected=t.has(s);else if(Qe(To(i),t))return void(e.selectedIndex!==n&&(e.selectedIndex=n))}!l&&-1!==e.selectedIndex&&(e.selectedIndex=-1)}}function To(e){return"_value"in e?e._value:e.value}function zo(e,t){const n=t?"_trueValue":"_falseValue";return n in e?e[n]:t}const jo={created(e,t,n){Oo(e,t,n,null,"created")},mounted(e,t,n){Oo(e,t,n,null,"mounted")},beforeUpdate(e,t,n,r){Oo(e,t,n,r,"beforeUpdate")},updated(e,t,n,r){Oo(e,t,n,r,"updated")}};function Oo(e,t,n,r,l){const o=function(e,t){switch(e){case"SELECT":return Ro;case"TEXTAREA":return So;default:switch(t){case"checkbox":return Ao;case"radio":return Lo;default:return So}}}(e.tagName,n.props&&n.props.type)[l];o&&o(e,t,n,r)}const Mo=ce({patchProp:(e,t,n,r,l,o,i,s,a)=>{const c="svg"===l;"class"===t?function(e,t,n){const r=e[no];r&&(t=(t?[t,...r]:[...r]).join(" ")),null==t?e.removeAttribute("class"):n?e.setAttribute("class",t):e.className=t}(e,r,c):"style"===t?function(e,t,n){const r=e.style,l=ye(n),o=r.display;let i=!1;if(n&&!l){if(t&&!ye(t))for(const e in t)null==n[e]&&co(r,e,"");for(const e in n)"display"===e&&(i=!0),co(r,e,n[e])}else if(l){if(t!==n){const e=r[io];e&&(n+=";"+e),r.cssText=n,i=so.test(n)}}else t&&e.removeAttribute("style");ro in e&&(e[ro]=i?r.display:"",r.display=o)}(e,n,r):se(t)?ae(t)||mo(e,t,0,r,i):("."===t[0]?(t=t.slice(1),1):"^"===t[0]?(t=t.slice(1),0):function(e,t,n,r){if(r)return!!("innerHTML"===t||"textContent"===t||t in e&&bo(t)&&ve(n));if("spellcheck"===t||"draggable"===t||"translate"===t||"form"===t||"list"===t&&"INPUT"===e.tagName||"type"===t&&"TEXTAREA"===e.tagName)return!1;if("width"===t||"height"===t){const t=e.tagName;if("IMG"===t||"VIDEO"===t||"CANVAS"===t||"SOURCE"===t)return!1}return(!bo(t)||!ye(n))&&t in e}(e,t,r,c))?function(e,t,n,r,l,o,i){if("innerHTML"===t||"textContent"===t)return r&&i(r,l,o),void(e[t]=n??"");const s=e.tagName;if("value"===t&&"PROGRESS"!==s&&!s.includes("-")){e._value=n;const r=n??"";return("OPTION"===s?e.getAttribute("value"):e.value)!==r&&(e.value=r),void(null==n&&e.removeAttribute(t))}let a=!1;if(""===n||null==n){const r=typeof e[t];"boolean"===r?n=Ge(n):null==n&&"string"===r?(n="",a=!0):"number"===r&&(n=0,a=!0)}try{e[t]=n}catch{}a&&e.removeAttribute(t)}(e,t,r,o,i,s,a):("true-value"===t?e._trueValue=r:"false-value"===t&&(e._falseValue=r),function(e,t,n,r,l){if(r&&t.startsWith("xlink:"))null==n?e.removeAttributeNS(ho,t.slice(6,t.length)):e.setAttributeNS(ho,t,n);else{const r=Ke(t);null==n||r&&!Ge(n)?e.removeAttribute(t):e.setAttribute(t,r?"":n)}}(e,t,r,c))}},to);let Po;const Uo=(...e)=>{const t=(Po||(Po=ol(Mo))).createApp(...e),{mount:n}=t;return t.mount=e=>{const r=function(e){return ye(e)?document.querySelector(e):e}(e);if(!r)return;const l=t._component;!ve(l)&&!l.render&&!l.template&&(l.template=r.innerHTML),r.innerHTML="";const o=n(r,!1,function(e){if(e instanceof SVGElement)return"svg";if("function"==typeof MathMLElement&&e instanceof MathMLElement)return"mathml"}(r));return r instanceof Element&&(r.removeAttribute("v-cloak"),r.setAttribute("data-v-app","")),o},t};function Fo(e){return!!lt()&&(function(e){tt&&tt.cleanups.push(e)}(e),!0)}function Vo(e){return"function"==typeof e?e():Cn(e)}const Do=typeof window<"u"&&typeof document<"u",No=Object.prototype.toString,Ho=e=>"[object Object]"===No.call(e),Bo=()=>{};function Wo(e,t){return function(...n){return new Promise(((r,l)=>{Promise.resolve(e((()=>t.apply(this,n)),{fn:t,thisArg:this,args:n})).then(r).catch(l)}))}}const qo=e=>e();function Zo(e){return e||Fl()}function Ko(e,t=200,n={}){return Wo(function(e,t={}){let n,r,l=Bo;const o=e=>{clearTimeout(e),l(),l=Bo};return i=>{const s=Vo(e),a=Vo(t.maxWait);return n&&o(n),s<=0||void 0!==a&&a<=0?(r&&(o(r),r=null),Promise.resolve(i())):new Promise(((e,c)=>{l=t.rejectOnCancel?c:e,a&&!r&&(r=setTimeout((()=>{n&&o(n),r=null,e(i())}),a)),n=setTimeout((()=>{r&&o(r),r=null,e(i())}),s)}))}}(t,n),e)}function Go(e,t,n={}){const{eventFilter:r=qo,...l}=n;return pr(e,Wo(r,t),l)}function Qo(e,t,n={}){const{eventFilter:r,...l}=n,{eventFilter:o,pause:i,resume:s,isActive:a}=function(e=qo){const t=kn(!0);return{isActive:on(t),pause:function(){t.value=!1},resume:function(){t.value=!0},eventFilter:(...n)=>{t.value&&e(...n)}}}(r);return{stop:Go(e,t,{...l,eventFilter:o}),pause:i,resume:s,isActive:a}}function Xo(e,t=!0,n){Zo()?kr(e,n):t?e():Fn(e)}function Jo(e){var t;const n=Vo(e);return null!=(t=null==n?void 0:n.$el)?t:n}const Yo=Do?window:void 0,ei=Do?window.document:void 0;function ti(...e){let t,n,r,l;if("string"==typeof e[0]||Array.isArray(e[0])?([n,r,l]=e,t=Yo):[t,n,r,l]=e,!t)return Bo;Array.isArray(n)||(n=[n]),Array.isArray(r)||(r=[r]);const o=[],i=()=>{o.forEach((e=>e())),o.length=0},s=pr((()=>[Jo(t),Vo(l)]),(([e,t])=>{if(i(),!e)return;const l=Ho(t)?{...t}:t;o.push(...n.flatMap((t=>r.map((n=>((e,t,n,r)=>(e.addEventListener(t,n,r),()=>e.removeEventListener(t,n,r)))(e,t,n,l))))))}),{immediate:!0,flush:"post"}),a=()=>{s(),i()};return Fo(a),a}const ni=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{},ri="__vueuse_ssr_handlers__",li=(ri in ni||(ni[ri]=ni[ri]||{}),ni[ri]);const oi={boolean:{read:e=>"true"===e,write:e=>String(e)},object:{read:e=>JSON.parse(e),write:e=>JSON.stringify(e)},number:{read:e=>Number.parseFloat(e),write:e=>String(e)},any:{read:e=>e,write:e=>String(e)},string:{read:e=>e,write:e=>String(e)},map:{read:e=>new Map(JSON.parse(e)),write:e=>JSON.stringify(Array.from(e.entries()))},set:{read:e=>new Set(JSON.parse(e)),write:e=>JSON.stringify(Array.from(e))},date:{read:e=>new Date(e),write:e=>e.toISOString()}},ii="vueuse-storage";function si(e,t,n,r={}){var l;const{flush:o="pre",deep:i=!0,listenToStorageChanges:s=!0,writeDefaults:a=!0,mergeDefaults:c=!1,shallow:u,window:p=Yo,eventFilter:d,onError:h=(e=>{console.error(e)}),initOnMounted:f}=r,g=(u?bn:kn)("function"==typeof t?t():t);if(!n)try{n=function(e,t){return li[e]||t}("getDefaultStorage",(()=>{var e;return null==(e=Yo)?void 0:e.localStorage}))()}catch(e){h(e)}if(!n)return g;const m=Vo(t),v=function(e){return null==e?"any":e instanceof Set?"set":e instanceof Map?"map":e instanceof Date?"date":"boolean"==typeof e?"boolean":"string"==typeof e?"string":"object"==typeof e?"object":Number.isNaN(e)?"any":"number"}(m),y=null!=(l=r.serializer)?l:oi[v],{pause:w,resume:k}=Qo(g,(()=>function(t){try{const r=n.getItem(e),l=t=>{p&&p.dispatchEvent(new CustomEvent(ii,{detail:{key:e,oldValue:r,newValue:t,storageArea:n}}))};if(null==t)l(null),n.removeItem(e);else{const o=y.write(t);r!==o&&(n.setItem(e,o),l(o))}}catch(e){h(e)}}(g.value)),{flush:o,deep:i,eventFilter:d});return p&&s&&Xo((()=>{ti(p,"storage",x),ti(p,ii,b),f&&x()})),f||x(),g;function b(e){x(e.detail)}function x(t){if(!t||t.storageArea===n){if(t&&null==t.key)return void(g.value=m);if(!t||t.key===e){w();try{(null==t?void 0:t.newValue)!==y.write(g.value)&&(g.value=function(t){const r=t?t.newValue:n.getItem(e);if(null==r)return a&&null!=m&&n.setItem(e,y.write(m)),m;if(!t&&c){const e=y.read(r);return"function"==typeof c?c(e,m):"object"!==v||Array.isArray(e)?e:{...m,...e}}return"string"!=typeof r?r:y.read(r)}(t))}catch(e){h(e)}finally{t?Fn(k):k()}}}}}function ai(e={}){const{controls:t=!1,interval:n="requestAnimationFrame"}=e,r=kn(new Date),l=()=>r.value=new Date,o="requestAnimationFrame"===n?function(e,t={}){const{immediate:n=!0,fpsLimit:r,window:l=Yo}=t,o=kn(!1),i=r?1e3/r:null;let s=0,a=null;function c(t){if(!o.value||!l)return;s||(s=t);const n=t-s;i&&n{i.value&&Do&&c()})));return Fo(a),{isActive:i,pause:a,resume:c}}(l,n,{immediate:!0});return t?{now:r,...o}:r}function ci(e,t=Bo,n={}){const{immediate:r=!0,manual:l=!1,type:o="text/javascript",async:i=!0,crossOrigin:s,referrerPolicy:a,noModule:c,defer:u,document:p=ei,attrs:d={}}=n,h=kn(null);let f=null;const g=(n=!0)=>(f||(f=(n=>new Promise(((r,l)=>{const f=e=>(h.value=e,r(e),e);if(!p)return void r(!1);let g=!1,m=p.querySelector(`script[src="${Vo(e)}"]`);m?m.hasAttribute("data-loaded")&&f(m):(m=p.createElement("script"),m.type=o,m.async=i,m.src=Vo(e),u&&(m.defer=u),s&&(m.crossOrigin=s),c&&(m.noModule=c),a&&(m.referrerPolicy=a),Object.entries(d).forEach((([e,t])=>null==m?void 0:m.setAttribute(e,t))),g=!0),m.addEventListener("error",(e=>l(e))),m.addEventListener("abort",(e=>l(e))),m.addEventListener("load",(()=>{m.setAttribute("data-loaded","true"),t(m),f(m)})),g&&(m=p.head.appendChild(m)),n||f(m)})))(n)),f),m=()=>{if(!p)return;f=null,h.value&&(h.value=null);const t=p.querySelector(`script[src="${Vo(e)}"]`);t&&p.head.removeChild(t)};return r&&!l&&Xo(g),l||function(e,t){Zo(t)&&xr(e,t)}(m),{scriptTag:h,load:g,unload:m}}let ui=0;const pi=(e,t="",n="",r="")=>`${t?`${t}/`:""}${n}${e}${r?`.${r}`:""}`,di=e=>Promise.all(e.map((e=>X(e)?(e=>{const t=si("WALINE_EMOJI",{}),n=(e=>!!/@[0-9]+\.[0-9]+\.[0-9]+/.test(e))(e);if(n){const n=t.value[e];if(n)return Promise.resolve(n)}return fetch(`${e}/info.json`).then((e=>e.json())).then((r=>{const l={folder:e,...r};return n&&(t.value[e]=l),l}))})(q(e)):Promise.resolve(e)))).then((e=>{const t={tabs:[],map:{}};return e.forEach((e=>{const{name:n,folder:r,icon:l,prefix:o,type:i,items:s}=e;t.tabs.push({name:n,icon:pi(l,r,o,i),items:s.map((e=>{const n=`${o||""}${e}`;return t.map[n]=pi(e,r,o,i),n}))})})),t})),hi=e=>{"AbortError"!==e.name&&console.error(e.message)},fi=e=>e instanceof HTMLElement?e:X(e)?document.querySelector(e):null,gi=e=>e.type.includes("image"),mi=e=>{const t=Array.from(e).find(gi);return t?t.getAsFile():null};function vi(){return{async:!1,breaks:!1,extensions:null,gfm:!0,hooks:null,pedantic:!1,renderer:null,silent:!1,tokenizer:null,walkTokens:null}}let yi={async:!1,breaks:!1,extensions:null,gfm:!0,hooks:null,pedantic:!1,renderer:null,silent:!1,tokenizer:null,walkTokens:null};function wi(e){yi=e}const ki=/[&<>"']/,bi=new RegExp(ki.source,"g"),_i=/[<>"']|&(?!(#\d{1,7}|#[Xx][a-fA-F0-9]{1,6}|\w+);)/,Ci=new RegExp(_i.source,"g"),$i={"&":"&","<":"<",">":">",'"':""","'":"'"},Si=e=>$i[e];function Ai(e,t){if(t){if(ki.test(e))return e.replace(bi,Si)}else if(_i.test(e))return e.replace(Ci,Si);return e}const Ei=/&(#(?:\d+)|(?:#x[0-9A-Fa-f]+)|(?:\w+));?/gi;const Li=/(^|[^\[])\^/g;function Ri(e,t){let n="string"==typeof e?e:e.source;t=t||"";const r={replace:(e,t)=>{let l="string"==typeof t?t:t.source;return l=l.replace(Li,"$1"),n=n.replace(e,l),r},getRegex:()=>new RegExp(n,t)};return r}function Ii(e){try{e=encodeURI(e).replace(/%25/g,"%")}catch{return null}return e}const Ti={exec:()=>null};function zi(e,t){const n=e.replace(/\|/g,((e,t,n)=>{let r=!1,l=t;for(;--l>=0&&"\\"===n[l];)r=!r;return r?"|":" |"})).split(/ \|/);let r=0;if(n[0].trim()||n.shift(),n.length>0&&!n[n.length-1].trim()&&n.pop(),t)if(n.length>t)n.splice(t);else for(;n.length0)return{type:"space",raw:t[0]}}code(e){const t=this.rules.block.code.exec(e);if(t){const e=t[0].replace(/^ {1,4}/gm,"");return{type:"code",raw:t[0],codeBlockStyle:"indented",text:this.options.pedantic?e:ji(e,"\n")}}}fences(e){const t=this.rules.block.fences.exec(e);if(t){const e=t[0],n=function(e,t){const n=e.match(/^(\s+)(?:```)/);if(null===n)return t;const r=n[1];return t.split("\n").map((e=>{const t=e.match(/^\s+/);if(null===t)return e;const[n]=t;return n.length>=r.length?e.slice(r.length):e})).join("\n")}(e,t[3]||"");return{type:"code",raw:e,lang:t[2]?t[2].trim().replace(this.rules.inline.anyPunctuation,"$1"):t[2],text:n}}}heading(e){const t=this.rules.block.heading.exec(e);if(t){let e=t[2].trim();if(/#$/.test(e)){const t=ji(e,"#");(this.options.pedantic||!t||/ $/.test(t))&&(e=t.trim())}return{type:"heading",raw:t[0],depth:t[1].length,text:e,tokens:this.lexer.inline(e)}}}hr(e){const t=this.rules.block.hr.exec(e);if(t)return{type:"hr",raw:t[0]}}blockquote(e){const t=this.rules.block.blockquote.exec(e);if(t){const e=ji(t[0].replace(/^ *>[ \t]?/gm,""),"\n"),n=this.lexer.state.top;this.lexer.state.top=!0;const r=this.lexer.blockTokens(e);return this.lexer.state.top=n,{type:"blockquote",raw:t[0],tokens:r,text:e}}}list(e){let t=this.rules.block.list.exec(e);if(t){let n=t[1].trim();const r=n.length>1,l={type:"list",raw:"",ordered:r,start:r?+n.slice(0,-1):"",loose:!1,items:[]};n=r?`\\d{1,9}\\${n.slice(-1)}`:`\\${n}`,this.options.pedantic&&(n=r?n:"[*+-]");const o=new RegExp(`^( {0,3}${n})((?:[\t ][^\\n]*)?(?:\\n|$))`);let i="",s="",a=!1;for(;e;){let n=!1;if(!(t=o.exec(e))||this.rules.block.hr.test(e))break;i=t[0],e=e.substring(i.length);let r=t[2].split("\n",1)[0].replace(/^\t+/,(e=>" ".repeat(3*e.length))),c=e.split("\n",1)[0],u=0;this.options.pedantic?(u=2,s=r.trimStart()):(u=t[2].search(/[^ ]/),u=u>4?1:u,s=r.slice(u),u+=t[1].length);let p=!1;if(!r&&/^ *$/.test(c)&&(i+=c+"\n",e=e.substring(c.length+1),n=!0),!n){const t=new RegExp(`^ {0,${Math.min(3,u-1)}}(?:[*+-]|\\d{1,9}[.)])((?:[ \t][^\\n]*)?(?:\\n|$))`),n=new RegExp(`^ {0,${Math.min(3,u-1)}}((?:- *){3,}|(?:_ *){3,}|(?:\\* *){3,})(?:\\n+|$)`),l=new RegExp(`^ {0,${Math.min(3,u-1)}}(?:\`\`\`|~~~)`),o=new RegExp(`^ {0,${Math.min(3,u-1)}}#`);for(;e;){const a=e.split("\n",1)[0];if(c=a,this.options.pedantic&&(c=c.replace(/^ {1,4}(?=( {4})*[^ ])/g," ")),l.test(c)||o.test(c)||t.test(c)||n.test(e))break;if(c.search(/[^ ]/)>=u||!c.trim())s+="\n"+c.slice(u);else{if(p||r.search(/[^ ]/)>=4||l.test(r)||o.test(r)||n.test(r))break;s+="\n"+c}!p&&!c.trim()&&(p=!0),i+=a+"\n",e=e.substring(a.length+1),r=c.slice(u)}}l.loose||(a?l.loose=!0:/\n *\n *$/.test(i)&&(a=!0));let d,h=null;this.options.gfm&&(h=/^\[[ xX]\] /.exec(s),h&&(d="[ ] "!==h[0],s=s.replace(/^\[[ xX]\] +/,""))),l.items.push({type:"list_item",raw:i,task:!!h,checked:d,loose:!1,text:s,tokens:[]}),l.raw+=i}l.items[l.items.length-1].raw=i.trimEnd(),l.items[l.items.length-1].text=s.trimEnd(),l.raw=l.raw.trimEnd();for(let e=0;e"space"===e.type)),n=t.length>0&&t.some((e=>/\n.*\n/.test(e.raw)));l.loose=n}if(l.loose)for(let e=0;e$/,"$1").replace(this.rules.inline.anyPunctuation,"$1"):"",r=t[3]?t[3].substring(1,t[3].length-1).replace(this.rules.inline.anyPunctuation,"$1"):t[3];return{type:"def",tag:e,raw:t[0],href:n,title:r}}}table(e){const t=this.rules.block.table.exec(e);if(!t||!/[:|]/.test(t[2]))return;const n=zi(t[1]),r=t[2].replace(/^\||\| *$/g,"").split("|"),l=t[3]&&t[3].trim()?t[3].replace(/\n[ \t]*$/,"").split("\n"):[],o={type:"table",raw:t[0],header:[],align:[],rows:[]};if(n.length===r.length){for(const e of r)/^ *-+: *$/.test(e)?o.align.push("right"):/^ *:-+: *$/.test(e)?o.align.push("center"):/^ *:-+ *$/.test(e)?o.align.push("left"):o.align.push(null);for(const e of n)o.header.push({text:e,tokens:this.lexer.inline(e)});for(const e of l)o.rows.push(zi(e,o.header.length).map((e=>({text:e,tokens:this.lexer.inline(e)}))));return o}}lheading(e){const t=this.rules.block.lheading.exec(e);if(t)return{type:"heading",raw:t[0],depth:"="===t[2].charAt(0)?1:2,text:t[1],tokens:this.lexer.inline(t[1])}}paragraph(e){const t=this.rules.block.paragraph.exec(e);if(t){const e="\n"===t[1].charAt(t[1].length-1)?t[1].slice(0,-1):t[1];return{type:"paragraph",raw:t[0],text:e,tokens:this.lexer.inline(e)}}}text(e){const t=this.rules.block.text.exec(e);if(t)return{type:"text",raw:t[0],text:t[0],tokens:this.lexer.inline(t[0])}}escape(e){const t=this.rules.inline.escape.exec(e);if(t)return{type:"escape",raw:t[0],text:Ai(t[1])}}tag(e){const t=this.rules.inline.tag.exec(e);if(t)return!this.lexer.state.inLink&&/^/i.test(t[0])&&(this.lexer.state.inLink=!1),!this.lexer.state.inRawBlock&&/^<(pre|code|kbd|script)(\s|>)/i.test(t[0])?this.lexer.state.inRawBlock=!0:this.lexer.state.inRawBlock&&/^<\/(pre|code|kbd|script)(\s|>)/i.test(t[0])&&(this.lexer.state.inRawBlock=!1),{type:"html",raw:t[0],inLink:this.lexer.state.inLink,inRawBlock:this.lexer.state.inRawBlock,block:!1,text:t[0]}}link(e){const t=this.rules.inline.link.exec(e);if(t){const e=t[2].trim();if(!this.options.pedantic&&/^$/.test(e))return;const t=ji(e.slice(0,-1),"\\");if((e.length-t.length)%2==0)return}else{const e=function(e,t){if(-1===e.indexOf(t[1]))return-1;let n=0;for(let r=0;r-1){const n=(0===t[0].indexOf("!")?5:4)+t[1].length+e;t[2]=t[2].substring(0,e),t[0]=t[0].substring(0,n).trim(),t[3]=""}}let n=t[2],r="";if(this.options.pedantic){const e=/^([^'"]*[^\s])\s+(['"])(.*)\2/.exec(n);e&&(n=e[1],r=e[3])}else r=t[3]?t[3].slice(1,-1):"";return n=n.trim(),/^$/.test(e)?n.slice(1):n.slice(1,-1)),Oi(t,{href:n&&n.replace(this.rules.inline.anyPunctuation,"$1"),title:r&&r.replace(this.rules.inline.anyPunctuation,"$1")},t[0],this.lexer)}}reflink(e,t){let n;if((n=this.rules.inline.reflink.exec(e))||(n=this.rules.inline.nolink.exec(e))){const e=t[(n[2]||n[1]).replace(/\s+/g," ").toLowerCase()];if(!e){const e=n[0].charAt(0);return{type:"text",raw:e,text:e}}return Oi(n,e,n[0],this.lexer)}}emStrong(e,t,n=""){let r=this.rules.inline.emStrongLDelim.exec(e);if(!(!r||r[3]&&n.match(/[\p{L}\p{N}]/u))&&(!r[1]&&!r[2]||!n||this.rules.inline.punctuation.exec(n))){const n=[...r[0]].length-1;let l,o,i=n,s=0;const a="*"===r[0][0]?this.rules.inline.emStrongRDelimAst:this.rules.inline.emStrongRDelimUnd;for(a.lastIndex=0,t=t.slice(-1*e.length+n);null!=(r=a.exec(t));){if(l=r[1]||r[2]||r[3]||r[4]||r[5]||r[6],!l)continue;if(o=[...l].length,r[3]||r[4]){i+=o;continue}if((r[5]||r[6])&&n%3&&!((n+o)%3)){s+=o;continue}if(i-=o,i>0)continue;o=Math.min(o,o+i+s);const t=[...r[0]][0].length,a=e.slice(0,n+r.index+t+o);if(Math.min(n,o)%2){const e=a.slice(1,-1);return{type:"em",raw:a,text:e,tokens:this.lexer.inlineTokens(e)}}const c=a.slice(2,-2);return{type:"strong",raw:a,text:c,tokens:this.lexer.inlineTokens(c)}}}}codespan(e){const t=this.rules.inline.code.exec(e);if(t){let e=t[2].replace(/\n/g," ");const n=/[^ ]/.test(e),r=/^ /.test(e)&&/ $/.test(e);return n&&r&&(e=e.substring(1,e.length-1)),e=Ai(e,!0),{type:"codespan",raw:t[0],text:e}}}br(e){const t=this.rules.inline.br.exec(e);if(t)return{type:"br",raw:t[0]}}del(e){const t=this.rules.inline.del.exec(e);if(t)return{type:"del",raw:t[0],text:t[2],tokens:this.lexer.inlineTokens(t[2])}}autolink(e){const t=this.rules.inline.autolink.exec(e);if(t){let e,n;return"@"===t[2]?(e=Ai(t[1]),n="mailto:"+e):(e=Ai(t[1]),n=e),{type:"link",raw:t[0],text:e,href:n,tokens:[{type:"text",raw:e,text:e}]}}}url(e){var t;let n;if(n=this.rules.inline.url.exec(e)){let e,r;if("@"===n[2])e=Ai(n[0]),r="mailto:"+e;else{let l;do{l=n[0],n[0]=(null==(t=this.rules.inline._backpedal.exec(n[0]))?void 0:t[0])??""}while(l!==n[0]);e=Ai(n[0]),r="www."===n[1]?"http://"+n[0]:n[0]}return{type:"link",raw:n[0],text:e,href:r,tokens:[{type:"text",raw:e,text:e}]}}}inlineText(e){const t=this.rules.inline.text.exec(e);if(t){let e;return e=this.lexer.state.inRawBlock?t[0]:Ai(t[0]),{type:"text",raw:t[0],text:e}}}}const Pi=/^ {0,3}((?:-[\t ]*){3,}|(?:_[ \t]*){3,}|(?:\*[ \t]*){3,})(?:\n+|$)/,Ui=/(?:[*+-]|\d{1,9}[.)])/,Fi=Ri(/^(?!bull )((?:.|\n(?!\s*?\n|bull ))+?)\n {0,3}(=+|-+) *(?:\n+|$)/).replace(/bull/g,Ui).getRegex(),Vi=/^([^\n]+(?:\n(?!hr|heading|lheading|blockquote|fences|list|html|table| +\n)[^\n]+)*)/,Di=/(?!\s*\])(?:\\.|[^\[\]\\])+/,Ni=Ri(/^ {0,3}\[(label)\]: *(?:\n *)?([^<\s][^\s]*|<.*?>)(?:(?: +(?:\n *)?| *\n *)(title))? *(?:\n+|$)/).replace("label",Di).replace("title",/(?:"(?:\\"?|[^"\\])*"|'[^'\n]*(?:\n[^'\n]+)*\n?'|\([^()]*\))/).getRegex(),Hi=Ri(/^( {0,3}bull)([ \t][^\n]+?)?(?:\n|$)/).replace(/bull/g,Ui).getRegex(),Bi="address|article|aside|base|basefont|blockquote|body|caption|center|col|colgroup|dd|details|dialog|dir|div|dl|dt|fieldset|figcaption|figure|footer|form|frame|frameset|h[1-6]|head|header|hr|html|iframe|legend|li|link|main|menu|menuitem|meta|nav|noframes|ol|optgroup|option|p|param|search|section|summary|table|tbody|td|tfoot|th|thead|title|tr|track|ul",Wi=/|$))/,qi=Ri("^ {0,3}(?:<(script|pre|style|textarea)[\\s>][\\s\\S]*?(?:[^\\n]*\\n+|$)|comment[^\\n]*(\\n+|$)|<\\?[\\s\\S]*?(?:\\?>\\n*|$)|\\n*|$)|\\n*|$)|)[\\s\\S]*?(?:(?:\\n *)+\\n|$)|<(?!script|pre|style|textarea)([a-z][\\w-]*)(?:attribute)*? */?>(?=[ \\t]*(?:\\n|$))[\\s\\S]*?(?:(?:\\n *)+\\n|$)|(?=[ \\t]*(?:\\n|$))[\\s\\S]*?(?:(?:\\n *)+\\n|$))","i").replace("comment",Wi).replace("tag",Bi).replace("attribute",/ +[a-zA-Z:_][\w.:-]*(?: *= *"[^"\n]*"| *= *'[^'\n]*'| *= *[^\s"'=<>`]+)?/).getRegex(),Zi=Ri(Vi).replace("hr",Pi).replace("heading"," {0,3}#{1,6}(?:\\s|$)").replace("|lheading","").replace("|table","").replace("blockquote"," {0,3}>").replace("fences"," {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list"," {0,3}(?:[*+-]|1[.)]) ").replace("html",")|<(?:script|pre|style|textarea|!--)").replace("tag",Bi).getRegex(),Ki={blockquote:Ri(/^( {0,3}> ?(paragraph|[^\n]*)(?:\n|$))+/).replace("paragraph",Zi).getRegex(),code:/^( {4}[^\n]+(?:\n(?: *(?:\n|$))*)?)+/,def:Ni,fences:/^ {0,3}(`{3,}(?=[^`\n]*(?:\n|$))|~{3,})([^\n]*)(?:\n|$)(?:|([\s\S]*?)(?:\n|$))(?: {0,3}\1[~`]* *(?=\n|$)|$)/,heading:/^ {0,3}(#{1,6})(?=\s|$)(.*)(?:\n+|$)/,hr:Pi,html:qi,lheading:Fi,list:Hi,newline:/^(?: *(?:\n|$))+/,paragraph:Zi,table:Ti,text:/^[^\n]+/},Gi=Ri("^ *([^\\n ].*)\\n {0,3}((?:\\| *)?:?-+:? *(?:\\| *:?-+:? *)*(?:\\| *)?)(?:\\n((?:(?! *\\n|hr|heading|blockquote|code|fences|list|html).*(?:\\n|$))*)\\n*|$)").replace("hr",Pi).replace("heading"," {0,3}#{1,6}(?:\\s|$)").replace("blockquote"," {0,3}>").replace("code"," {4}[^\\n]").replace("fences"," {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list"," {0,3}(?:[*+-]|1[.)]) ").replace("html",")|<(?:script|pre|style|textarea|!--)").replace("tag",Bi).getRegex(),Qi={...Ki,table:Gi,paragraph:Ri(Vi).replace("hr",Pi).replace("heading"," {0,3}#{1,6}(?:\\s|$)").replace("|lheading","").replace("table",Gi).replace("blockquote"," {0,3}>").replace("fences"," {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list"," {0,3}(?:[*+-]|1[.)]) ").replace("html",")|<(?:script|pre|style|textarea|!--)").replace("tag",Bi).getRegex()},Xi={...Ki,html:Ri("^ *(?:comment *(?:\\n|\\s*$)|<(tag)[\\s\\S]+? *(?:\\n{2,}|\\s*$)|\\s]*)*?/?> *(?:\\n{2,}|\\s*$))").replace("comment",Wi).replace(/tag/g,"(?!(?:a|em|strong|small|s|cite|q|dfn|abbr|data|time|code|var|samp|kbd|sub|sup|i|b|u|mark|ruby|rt|rp|bdi|bdo|span|br|wbr|ins|del|img)\\b)\\w+(?!:|[^\\w\\s@]*@)\\b").getRegex(),def:/^ *\[([^\]]+)\]: *]+)>?(?: +(["(][^\n]+[")]))? *(?:\n+|$)/,heading:/^(#{1,6})(.*)(?:\n+|$)/,fences:Ti,lheading:/^(.+?)\n {0,3}(=+|-+) *(?:\n+|$)/,paragraph:Ri(Vi).replace("hr",Pi).replace("heading"," *#{1,6} *[^\n]").replace("lheading",Fi).replace("|table","").replace("blockquote"," {0,3}>").replace("|fences","").replace("|list","").replace("|html","").replace("|tag","").getRegex()},Ji=/^\\([!"#$%&'()*+,\-./:;<=>?@\[\]\\^_`{|}~])/,Yi=/^( {2,}|\\)\n(?!\s*$)/,es="\\p{P}\\p{S}",ts=Ri(/^((?![*_])[\spunctuation])/,"u").replace(/punctuation/g,es).getRegex(),ns=Ri(/^(?:\*+(?:((?!\*)[punct])|[^\s*]))|^_+(?:((?!_)[punct])|([^\s_]))/,"u").replace(/punct/g,es).getRegex(),rs=Ri("^[^_*]*?__[^_*]*?\\*[^_*]*?(?=__)|[^*]+(?=[^*])|(?!\\*)[punct](\\*+)(?=[\\s]|$)|[^punct\\s](\\*+)(?!\\*)(?=[punct\\s]|$)|(?!\\*)[punct\\s](\\*+)(?=[^punct\\s])|[\\s](\\*+)(?!\\*)(?=[punct])|(?!\\*)[punct](\\*+)(?!\\*)(?=[punct])|[^punct\\s](\\*+)(?=[^punct\\s])","gu").replace(/punct/g,es).getRegex(),ls=Ri("^[^_*]*?\\*\\*[^_*]*?_[^_*]*?(?=\\*\\*)|[^_]+(?=[^_])|(?!_)[punct](_+)(?=[\\s]|$)|[^punct\\s](_+)(?!_)(?=[punct\\s]|$)|(?!_)[punct\\s](_+)(?=[^punct\\s])|[\\s](_+)(?!_)(?=[punct])|(?!_)[punct](_+)(?!_)(?=[punct])","gu").replace(/punct/g,es).getRegex(),os=Ri(/\\([punct])/,"gu").replace(/punct/g,es).getRegex(),is=Ri(/^<(scheme:[^\s\x00-\x1f<>]*|email)>/).replace("scheme",/[a-zA-Z][a-zA-Z0-9+.-]{1,31}/).replace("email",/[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+(@)[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)+(?![-_])/).getRegex(),ss=Ri(Wi).replace("(?:--\x3e|$)","--\x3e").getRegex(),as=Ri("^comment|^|^<[a-zA-Z][\\w-]*(?:attribute)*?\\s*/?>|^<\\?[\\s\\S]*?\\?>|^|^").replace("comment",ss).replace("attribute",/\s+[a-zA-Z:_][\w.:-]*(?:\s*=\s*"[^"]*"|\s*=\s*'[^']*'|\s*=\s*[^\s"'=<>`]+)?/).getRegex(),cs=/(?:\[(?:\\.|[^\[\]\\])*\]|\\.|`[^`]*`|[^\[\]\\`])*?/,us=Ri(/^!?\[(label)\]\(\s*(href)(?:\s+(title))?\s*\)/).replace("label",cs).replace("href",/<(?:\\.|[^\n<>\\])+>|[^\s\x00-\x1f]*/).replace("title",/"(?:\\"?|[^"\\])*"|'(?:\\'?|[^'\\])*'|\((?:\\\)?|[^)\\])*\)/).getRegex(),ps=Ri(/^!?\[(label)\]\[(ref)\]/).replace("label",cs).replace("ref",Di).getRegex(),ds=Ri(/^!?\[(ref)\](?:\[\])?/).replace("ref",Di).getRegex(),hs={_backpedal:Ti,anyPunctuation:os,autolink:is,blockSkip:/\[[^[\]]*?\]\([^\(\)]*?\)|`[^`]*?`|<[^<>]*?>/g,br:Yi,code:/^(`+)([^`]|[^`][\s\S]*?[^`])\1(?!`)/,del:Ti,emStrongLDelim:ns,emStrongRDelimAst:rs,emStrongRDelimUnd:ls,escape:Ji,link:us,nolink:ds,punctuation:ts,reflink:ps,reflinkSearch:Ri("reflink|nolink(?!\\()","g").replace("reflink",ps).replace("nolink",ds).getRegex(),tag:as,text:/^(`+|[^`])(?:(?= {2,}\n)|[\s\S]*?(?:(?=[\\t+" ".repeat(n.length)));e;)if(!(this.options.extensions&&this.options.extensions.block&&this.options.extensions.block.some((r=>!!(n=r.call({lexer:this},e,t))&&(e=e.substring(n.raw.length),t.push(n),!0))))){if(n=this.tokenizer.space(e)){e=e.substring(n.raw.length),1===n.raw.length&&t.length>0?t[t.length-1].raw+="\n":t.push(n);continue}if(n=this.tokenizer.code(e)){e=e.substring(n.raw.length),r=t[t.length-1],!r||"paragraph"!==r.type&&"text"!==r.type?t.push(n):(r.raw+="\n"+n.raw,r.text+="\n"+n.text,this.inlineQueue[this.inlineQueue.length-1].src=r.text);continue}if(n=this.tokenizer.fences(e)){e=e.substring(n.raw.length),t.push(n);continue}if(n=this.tokenizer.heading(e)){e=e.substring(n.raw.length),t.push(n);continue}if(n=this.tokenizer.hr(e)){e=e.substring(n.raw.length),t.push(n);continue}if(n=this.tokenizer.blockquote(e)){e=e.substring(n.raw.length),t.push(n);continue}if(n=this.tokenizer.list(e)){e=e.substring(n.raw.length),t.push(n);continue}if(n=this.tokenizer.html(e)){e=e.substring(n.raw.length),t.push(n);continue}if(n=this.tokenizer.def(e)){e=e.substring(n.raw.length),r=t[t.length-1],!r||"paragraph"!==r.type&&"text"!==r.type?this.tokens.links[n.tag]||(this.tokens.links[n.tag]={href:n.href,title:n.title}):(r.raw+="\n"+n.raw,r.text+="\n"+n.raw,this.inlineQueue[this.inlineQueue.length-1].src=r.text);continue}if(n=this.tokenizer.table(e)){e=e.substring(n.raw.length),t.push(n);continue}if(n=this.tokenizer.lheading(e)){e=e.substring(n.raw.length),t.push(n);continue}if(l=e,this.options.extensions&&this.options.extensions.startBlock){let t=1/0;const n=e.slice(1);let r;this.options.extensions.startBlock.forEach((e=>{r=e.call({lexer:this},n),"number"==typeof r&&r>=0&&(t=Math.min(t,r))})),t<1/0&&t>=0&&(l=e.substring(0,t+1))}if(this.state.top&&(n=this.tokenizer.paragraph(l))){r=t[t.length-1],o&&"paragraph"===r.type?(r.raw+="\n"+n.raw,r.text+="\n"+n.text,this.inlineQueue.pop(),this.inlineQueue[this.inlineQueue.length-1].src=r.text):t.push(n),o=l.length!==e.length,e=e.substring(n.raw.length);continue}if(n=this.tokenizer.text(e)){e=e.substring(n.raw.length),r=t[t.length-1],r&&"text"===r.type?(r.raw+="\n"+n.raw,r.text+="\n"+n.text,this.inlineQueue.pop(),this.inlineQueue[this.inlineQueue.length-1].src=r.text):t.push(n);continue}if(e){const t="Infinite loop on byte: "+e.charCodeAt(0);if(this.options.silent){console.error(t);break}throw new Error(t)}}return this.state.top=!0,t}inline(e,t=[]){return this.inlineQueue.push({src:e,tokens:t}),t}inlineTokens(e,t=[]){let n,r,l,o,i,s,a=e;if(this.tokens.links){const e=Object.keys(this.tokens.links);if(e.length>0)for(;null!=(o=this.tokenizer.rules.inline.reflinkSearch.exec(a));)e.includes(o[0].slice(o[0].lastIndexOf("[")+1,-1))&&(a=a.slice(0,o.index)+"["+"a".repeat(o[0].length-2)+"]"+a.slice(this.tokenizer.rules.inline.reflinkSearch.lastIndex))}for(;null!=(o=this.tokenizer.rules.inline.blockSkip.exec(a));)a=a.slice(0,o.index)+"["+"a".repeat(o[0].length-2)+"]"+a.slice(this.tokenizer.rules.inline.blockSkip.lastIndex);for(;null!=(o=this.tokenizer.rules.inline.anyPunctuation.exec(a));)a=a.slice(0,o.index)+"++"+a.slice(this.tokenizer.rules.inline.anyPunctuation.lastIndex);for(;e;)if(i||(s=""),i=!1,!(this.options.extensions&&this.options.extensions.inline&&this.options.extensions.inline.some((r=>!!(n=r.call({lexer:this},e,t))&&(e=e.substring(n.raw.length),t.push(n),!0))))){if(n=this.tokenizer.escape(e)){e=e.substring(n.raw.length),t.push(n);continue}if(n=this.tokenizer.tag(e)){e=e.substring(n.raw.length),r=t[t.length-1],r&&"text"===n.type&&"text"===r.type?(r.raw+=n.raw,r.text+=n.text):t.push(n);continue}if(n=this.tokenizer.link(e)){e=e.substring(n.raw.length),t.push(n);continue}if(n=this.tokenizer.reflink(e,this.tokens.links)){e=e.substring(n.raw.length),r=t[t.length-1],r&&"text"===n.type&&"text"===r.type?(r.raw+=n.raw,r.text+=n.text):t.push(n);continue}if(n=this.tokenizer.emStrong(e,a,s)){e=e.substring(n.raw.length),t.push(n);continue}if(n=this.tokenizer.codespan(e)){e=e.substring(n.raw.length),t.push(n);continue}if(n=this.tokenizer.br(e)){e=e.substring(n.raw.length),t.push(n);continue}if(n=this.tokenizer.del(e)){e=e.substring(n.raw.length),t.push(n);continue}if(n=this.tokenizer.autolink(e)){e=e.substring(n.raw.length),t.push(n);continue}if(!this.state.inLink&&(n=this.tokenizer.url(e))){e=e.substring(n.raw.length),t.push(n);continue}if(l=e,this.options.extensions&&this.options.extensions.startInline){let t=1/0;const n=e.slice(1);let r;this.options.extensions.startInline.forEach((e=>{r=e.call({lexer:this},n),"number"==typeof r&&r>=0&&(t=Math.min(t,r))})),t<1/0&&t>=0&&(l=e.substring(0,t+1))}if(n=this.tokenizer.inlineText(l)){e=e.substring(n.raw.length),"_"!==n.raw.slice(-1)&&(s=n.raw.slice(-1)),i=!0,r=t[t.length-1],r&&"text"===r.type?(r.raw+=n.raw,r.text+=n.text):t.push(n);continue}if(e){const t="Infinite loop on byte: "+e.charCodeAt(0);if(this.options.silent){console.error(t);break}throw new Error(t)}}return t}}class ks{options;constructor(e){this.options=e||yi}code(e,t,n){var r;const l=null==(r=(t||"").match(/^\S*/))?void 0:r[0];return e=e.replace(/\n$/,"")+"\n",l?'
    '+(n?e:Ai(e,!0))+"
    \n":"
    "+(n?e:Ai(e,!0))+"
    \n"}blockquote(e){return`
    \n${e}
    \n`}html(e,t){return e}heading(e,t,n){return`${e}\n`}hr(){return"
    \n"}list(e,t,n){const r=t?"ol":"ul";return"<"+r+(t&&1!==n?' start="'+n+'"':"")+">\n"+e+"\n"}listitem(e,t,n){return`
  • ${e}
  • \n`}checkbox(e){return"'}paragraph(e){return`

    ${e}

    \n`}table(e,t){return t&&(t=`${t}`),"\n\n"+e+"\n"+t+"
    \n"}tablerow(e){return`\n${e}\n`}tablecell(e,t){const n=t.header?"th":"td";return(t.align?`<${n} align="${t.align}">`:`<${n}>`)+e+`\n`}strong(e){return`${e}`}em(e){return`${e}`}codespan(e){return`${e}`}br(){return"
    "}del(e){return`${e}`}link(e,t,n){const r=Ii(e);if(null===r)return n;let l='
    ",l}image(e,t,n){const r=Ii(e);if(null===r)return n;let l=`${n}"colon"===(t=t.toLowerCase())?":":"#"===t.charAt(0)?"x"===t.charAt(1)?String.fromCharCode(parseInt(t.substring(2),16)):String.fromCharCode(+t.substring(1)):"")));continue}case"code":{const e=l;n+=this.renderer.code(e.text,e.lang,!!e.escaped);continue}case"table":{const e=l;let t="",r="";for(let t=0;t0&&"paragraph"===n.tokens[0].type?(n.tokens[0].text=e+" "+n.tokens[0].text,n.tokens[0].tokens&&n.tokens[0].tokens.length>0&&"text"===n.tokens[0].tokens[0].type&&(n.tokens[0].tokens[0].text=e+" "+n.tokens[0].tokens[0].text)):n.tokens.unshift({type:"text",text:e+" "}):s+=e+" "}s+=this.parse(n.tokens,o),i+=this.renderer.listitem(s,l,!!r)}n+=this.renderer.list(i,t,r);continue}case"html":{const e=l;n+=this.renderer.html(e.text,e.block);continue}case"paragraph":{const e=l;n+=this.renderer.paragraph(this.parseInline(e.tokens));continue}case"text":{let o=l,i=o.tokens?this.parseInline(o.tokens):o.text;for(;r+1{const r=e[n].flat(1/0);l=l.concat(this.walkTokens(r,t))})):e.tokens&&(l=l.concat(this.walkTokens(e.tokens,t)))}}return l}use(...e){const t=this.defaults.extensions||{renderers:{},childTokens:{}};return e.forEach((e=>{const n={...e};if(n.async=this.defaults.async||n.async||!1,e.extensions&&(e.extensions.forEach((e=>{if(!e.name)throw new Error("extension name required");if("renderer"in e){const n=t.renderers[e.name];t.renderers[e.name]=n?function(...t){let r=e.renderer.apply(this,t);return!1===r&&(r=n.apply(this,t)),r}:e.renderer}if("tokenizer"in e){if(!e.level||"block"!==e.level&&"inline"!==e.level)throw new Error("extension level must be 'block' or 'inline'");const n=t[e.level];n?n.unshift(e.tokenizer):t[e.level]=[e.tokenizer],e.start&&("block"===e.level?t.startBlock?t.startBlock.push(e.start):t.startBlock=[e.start]:"inline"===e.level&&(t.startInline?t.startInline.push(e.start):t.startInline=[e.start]))}"childTokens"in e&&e.childTokens&&(t.childTokens[e.name]=e.childTokens)})),n.extensions=t),e.renderer){const t=this.defaults.renderer||new ks(this.defaults);for(const n in e.renderer){if(!(n in t))throw new Error(`renderer '${n}' does not exist`);if("options"===n)continue;const r=n,l=e.renderer[r],o=t[r];t[r]=(...e)=>{let n=l.apply(t,e);return!1===n&&(n=o.apply(t,e)),n||""}}n.renderer=t}if(e.tokenizer){const t=this.defaults.tokenizer||new Mi(this.defaults);for(const n in e.tokenizer){if(!(n in t))throw new Error(`tokenizer '${n}' does not exist`);if(["options","rules","lexer"].includes(n))continue;const r=n,l=e.tokenizer[r],o=t[r];t[r]=(...e)=>{let n=l.apply(t,e);return!1===n&&(n=o.apply(t,e)),n}}n.tokenizer=t}if(e.hooks){const t=this.defaults.hooks||new _s;for(const n in e.hooks){if(!(n in t))throw new Error(`hook '${n}' does not exist`);if("options"===n)continue;const r=n,l=e.hooks[r],o=t[r];_s.passThroughHooks.has(n)?t[r]=e=>{if(this.defaults.async)return Promise.resolve(l.call(t,e)).then((e=>o.call(t,e)));const n=l.call(t,e);return o.call(t,n)}:t[r]=(...e)=>{let n=l.apply(t,e);return!1===n&&(n=o.apply(t,e)),n}}n.hooks=t}if(e.walkTokens){const t=this.defaults.walkTokens,r=e.walkTokens;n.walkTokens=function(e){let n=[];return n.push(r.call(this,e)),t&&(n=n.concat(t.call(this,e))),n}}this.defaults={...this.defaults,...n}})),this}setOptions(e){return this.defaults={...this.defaults,...e},this}lexer(e,t){return ws.lex(e,t??this.defaults)}parser(e,t){return xs.parse(e,t??this.defaults)}}t=new WeakSet,n=function(e,t){return(n,o)=>{const i={...o},s={...this.defaults,...i};!0===this.defaults.async&&!1===i.async&&(s.silent||console.warn("marked(): The async option was set to true by an extension. The async: false option sent to parse will be ignored."),s.async=!0);const a=xi(this,r,l).call(this,!!s.silent,!!s.async);if(typeof n>"u"||null===n)return a(new Error("marked(): input parameter is undefined or null"));if("string"!=typeof n)return a(new Error("marked(): input parameter is of type "+Object.prototype.toString.call(n)+", string expected"));if(s.hooks&&(s.hooks.options=s),s.async)return Promise.resolve(s.hooks?s.hooks.preprocess(n):n).then((t=>e(t,s))).then((e=>s.hooks?s.hooks.processAllTokens(e):e)).then((e=>s.walkTokens?Promise.all(this.walkTokens(e,s.walkTokens)).then((()=>e)):e)).then((e=>t(e,s))).then((e=>s.hooks?s.hooks.postprocess(e):e)).catch(a);try{s.hooks&&(n=s.hooks.preprocess(n));let r=e(n,s);s.hooks&&(r=s.hooks.processAllTokens(r)),s.walkTokens&&this.walkTokens(r,s.walkTokens);let l=t(r,s);return s.hooks&&(l=s.hooks.postprocess(l)),l}catch(e){return a(e)}}},r=new WeakSet,l=function(e,t){return n=>{if(n.message+="\nPlease report this to https://github.com/markedjs/marked.",e){const e="

    An error occurred:

    "+Ai(n.message+"",!0)+"
    ";return t?Promise.resolve(e):e}if(t)return Promise.reject(n);throw n}};const $s=new Cs;function Ss(e,t){return $s.parse(e,t)}function As(e){return(e||"").match(/\S*/)[0]}function Es(e){return t=>{"string"==typeof t&&t!==e.text&&(e.escaped=!0,e.text=t)}}Ss.options=Ss.setOptions=function(e){return $s.setOptions(e),Ss.defaults=$s.defaults,wi(Ss.defaults),Ss},Ss.getDefaults=vi,Ss.defaults=yi,Ss.use=function(...e){return $s.use(...e),Ss.defaults=$s.defaults,wi(Ss.defaults),Ss},Ss.walkTokens=function(e,t){return $s.walkTokens(e,t)},Ss.parseInline=$s.parseInline,Ss.Parser=xs,Ss.parser=xs.parse,Ss.Renderer=ks,Ss.TextRenderer=bs,Ss.Lexer=ws,Ss.lexer=ws.lex,Ss.Tokenizer=Mi,Ss.Hooks=_s,Ss.parse=Ss;const Ls=/[&<>"']/,Rs=new RegExp(Ls.source,"g"),Is=/[<>"']|&(?!(#\d{1,7}|#[Xx][a-fA-F0-9]{1,6}|\w+);)/,Ts=new RegExp(Is.source,"g"),zs={"&":"&","<":"<",">":">",'"':""","'":"'"},js=e=>zs[e];function Os(e,t){if(t){if(Ls.test(e))return e.replace(Rs,js)}else if(Is.test(e))return e.replace(Ts,js);return e}const Ms=/\$.*?\$/,Ps=/^\$(.*?)\$/,Us=/^(?:\s{0,3})\$\$((?:[^\n]|\n[^\n])+?)\n{0,1}\$\$/,Fs=(e="",t={})=>e.replace(/:(.+?):/g,((e,n)=>t[n]?`${n}`:e)),Vs=(e,{emojiMap:t,highlighter:n,texRenderer:r})=>{const l=new Cs;if(l.setOptions({breaks:!0}),n&&l.use(function(e){if("function"==typeof e&&(e={highlight:e}),!e||"function"!=typeof e.highlight)throw new Error("Must provide highlight function");return"string"!=typeof e.langPrefix&&(e.langPrefix="language-"),{async:!!e.async,walkTokens(t){if("code"!==t.type)return;const n=As(t.lang);if(e.async)return Promise.resolve(e.highlight(t.text,n,t.lang||"")).then(Es(t));const r=e.highlight(t.text,n,t.lang||"");if(r instanceof Promise)throw new Error("markedHighlight is not set to async but the highlight function is async. Set the async option to true on markedHighlight to await the async highlight function.");Es(t)(r)},renderer:{code(t,n,r){const l=As(n),o=l?` class="${e.langPrefix}${Os(l)}"`:"";return t=t.replace(/\n$/,""),`
    ${r?t:Os(t,!0)}\n
    `}}}}({highlight:n})),r){const e=(e=>[{name:"blockMath",level:"block",tokenizer(t){const n=Us.exec(t);if(null!==n)return{type:"html",raw:n[0],text:e(!0,n[1])}}},{name:"inlineMath",level:"inline",start(e){const t=e.search(Ms);return-1!==t?t:e.length},tokenizer(t){const n=Ps.exec(t);if(null!==n)return{type:"html",raw:n[0],text:e(!1,n[1])}}}])(r);l.use({extensions:e})}return l.parse(Fs(e,t))},Ds=e=>e.dataset.path||null,Ns=({serverURL:e,path:t=window.location.pathname,selector:n=".waline-comment-count",lang:r=navigator.language})=>{const l=new AbortController,o=document.querySelectorAll(n);return o.length&&f({serverURL:K(e),paths:Array.from(o).map((e=>W(Ds(e)||t))),lang:r,signal:l.signal}).then((e=>{o.forEach(((t,n)=>{t.innerText=e[n].toString()}))})).catch(hi),l.abort.bind(l)},Hs=({size:e})=>Xl("svg",{class:"wl-close-icon",viewBox:"0 0 1024 1024",width:e,height:e},[Xl("path",{d:"M697.173 85.333h-369.92c-144.64 0-241.92 101.547-241.92 252.587v348.587c0 150.613 97.28 252.16 241.92 252.16h369.92c144.64 0 241.494-101.547 241.494-252.16V337.92c0-151.04-96.854-252.587-241.494-252.587z",fill:"currentColor"}),Xl("path",{d:"m640.683 587.52-75.947-75.861 75.904-75.862a37.29 37.29 0 0 0 0-52.778 37.205 37.205 0 0 0-52.779 0l-75.946 75.818-75.862-75.946a37.419 37.419 0 0 0-52.821 0 37.419 37.419 0 0 0 0 52.821l75.947 75.947-75.776 75.733a37.29 37.29 0 1 0 52.778 52.821l75.776-75.776 75.947 75.947a37.376 37.376 0 0 0 52.779-52.821z",fill:"#888"})]),Bs=()=>Xl("svg",{viewBox:"0 0 1024 1024",width:"24",height:"24"},Xl("path",{d:"m341.013 394.667 27.755 393.45h271.83l27.733-393.45h64.106l-28.01 397.952a64 64 0 0 1-63.83 59.498H368.768a64 64 0 0 1-63.83-59.52l-28.053-397.93h64.128zm139.307 19.818v298.667h-64V414.485h64zm117.013 0v298.667h-64V414.485h64zM181.333 288h640v64h-640v-64zm453.483-106.667v64h-256v-64h256z",fill:"red"})),Ws=()=>Xl("svg",{viewBox:"0 0 1024 1024",width:"24",height:"24"},Xl("path",{d:"M563.2 463.3 677 540c1.7 1.2 3.7 1.8 5.8 1.8.7 0 1.4-.1 2-.2 2.7-.5 5.1-2.1 6.6-4.4l25.3-37.8c1.5-2.3 2.1-5.1 1.6-7.8s-2.1-5.1-4.4-6.6l-73.6-49.1 73.6-49.1c2.3-1.5 3.9-3.9 4.4-6.6.5-2.7 0-5.5-1.6-7.8l-25.3-37.8a10.1 10.1 0 0 0-6.6-4.4c-.7-.1-1.3-.2-2-.2-2.1 0-4.1.6-5.8 1.8l-113.8 76.6c-9.2 6.2-14.7 16.4-14.7 27.5.1 11 5.5 21.3 14.7 27.4zM387 348.8h-45.5c-5.7 0-10.4 4.7-10.4 10.4v153.3c0 5.7 4.7 10.4 10.4 10.4H387c5.7 0 10.4-4.7 10.4-10.4V359.2c0-5.7-4.7-10.4-10.4-10.4zm333.8 241.3-41-20a10.3 10.3 0 0 0-8.1-.5c-2.6.9-4.8 2.9-5.9 5.4-30.1 64.9-93.1 109.1-164.4 115.2-5.7.5-9.9 5.5-9.5 11.2l3.9 45.5c.5 5.3 5 9.5 10.3 9.5h.9c94.8-8 178.5-66.5 218.6-152.7 2.4-5 .3-11.2-4.8-13.6zm186-186.1c-11.9-42-30.5-81.4-55.2-117.1-24.1-34.9-53.5-65.6-87.5-91.2-33.9-25.6-71.5-45.5-111.6-59.2-41.2-14-84.1-21.1-127.8-21.1h-1.2c-75.4 0-148.8 21.4-212.5 61.7-63.7 40.3-114.3 97.6-146.5 165.8-32.2 68.1-44.3 143.6-35.1 218.4 9.3 74.8 39.4 145 87.3 203.3.1.2.3.3.4.5l36.2 38.4c1.1 1.2 2.5 2.1 3.9 2.6 73.3 66.7 168.2 103.5 267.5 103.5 73.3 0 145.2-20.3 207.7-58.7 37.3-22.9 70.3-51.5 98.1-85 27.1-32.7 48.7-69.5 64.2-109.1 15.5-39.7 24.4-81.3 26.6-123.8 2.4-43.6-2.5-87-14.5-129zm-60.5 181.1c-8.3 37-22.8 72-43 104-19.7 31.1-44.3 58.6-73.1 81.7-28.8 23.1-61 41-95.7 53.4-35.6 12.7-72.9 19.1-110.9 19.1-82.6 0-161.7-30.6-222.8-86.2l-34.1-35.8c-23.9-29.3-42.4-62.2-55.1-97.7-12.4-34.7-18.8-71-19.2-107.9-.4-36.9 5.4-73.3 17.1-108.2 12-35.8 30-69.2 53.4-99.1 31.7-40.4 71.1-72 117.2-94.1 44.5-21.3 94-32.6 143.4-32.6 49.3 0 97 10.8 141.8 32 34.3 16.3 65.3 38.1 92 64.8 26.1 26 47.5 56 63.6 89.2 16.2 33.2 26.6 68.5 31 105.1 4.6 37.5 2.7 75.3-5.6 112.3z",fill:"currentColor"})),qs=()=>Xl("svg",{viewBox:"0 0 1024 1024",width:"24",height:"24"},[Xl("path",{d:"M784 112H240c-88 0-160 72-160 160v480c0 88 72 160 160 160h544c88 0 160-72 160-160V272c0-88-72-160-160-160zm96 640c0 52.8-43.2 96-96 96H240c-52.8 0-96-43.2-96-96V272c0-52.8 43.2-96 96-96h544c52.8 0 96 43.2 96 96v480z",fill:"currentColor"}),Xl("path",{d:"M352 480c52.8 0 96-43.2 96-96s-43.2-96-96-96-96 43.2-96 96 43.2 96 96 96zm0-128c17.6 0 32 14.4 32 32s-14.4 32-32 32-32-14.4-32-32 14.4-32 32-32zm462.4 379.2-3.2-3.2-177.6-177.6c-25.6-25.6-65.6-25.6-91.2 0l-80 80-36.8-36.8c-25.6-25.6-65.6-25.6-91.2 0L200 728c-4.8 6.4-8 14.4-8 24 0 17.6 14.4 32 32 32 9.6 0 16-3.2 22.4-9.6L380.8 640l134.4 134.4c6.4 6.4 14.4 9.6 24 9.6 17.6 0 32-14.4 32-32 0-9.6-4.8-17.6-9.6-24l-52.8-52.8 80-80L769.6 776c6.4 4.8 12.8 8 20.8 8 17.6 0 32-14.4 32-32 0-8-3.2-16-8-20.8z",fill:"currentColor"})]),Zs=({active:e=!1})=>Xl("svg",{viewBox:"0 0 1024 1024",width:"24",height:"24"},[Xl("path",{d:"M850.654 323.804c-11.042-25.625-26.862-48.532-46.885-68.225-20.022-19.61-43.258-34.936-69.213-45.73-26.78-11.124-55.124-16.727-84.375-16.727-40.622 0-80.256 11.123-114.698 32.135A214.79 214.79 0 0 0 512 241.819a214.79 214.79 0 0 0-23.483-16.562c-34.442-21.012-74.076-32.135-114.698-32.135-29.25 0-57.595 5.603-84.375 16.727-25.872 10.711-49.19 26.12-69.213 45.73-20.105 19.693-35.843 42.6-46.885 68.225-11.453 26.615-17.303 54.877-17.303 83.963 0 27.439 5.603 56.03 16.727 85.117 9.31 24.307 22.659 49.52 39.715 74.981 27.027 40.293 64.188 82.316 110.33 124.915 76.465 70.615 152.189 119.394 155.402 121.371l19.528 12.525c8.652 5.52 19.776 5.52 28.427 0l19.529-12.525c3.213-2.06 78.854-50.756 155.401-121.371 46.143-42.6 83.304-84.622 110.33-124.915 17.057-25.46 30.487-50.674 39.716-74.981 11.124-29.087 16.727-57.678 16.727-85.117.082-29.086-5.768-57.348-17.221-83.963z"+(e?"":"M512 761.5S218.665 573.55 218.665 407.767c0-83.963 69.461-152.023 155.154-152.023 60.233 0 112.473 33.618 138.181 82.727 25.708-49.109 77.948-82.727 138.18-82.727 85.694 0 155.155 68.06 155.155 152.023C805.335 573.551 512 761.5 512 761.5z"),fill:e?"red":"currentColor"})]),Ks=()=>Xl("svg",{viewBox:"0 0 1024 1024",width:"24",height:"24"},[Xl("path",{d:"M710.816 654.301c70.323-96.639 61.084-230.578-23.705-314.843-46.098-46.098-107.183-71.109-172.28-71.109-65.008 0-126.092 25.444-172.28 71.109-45.227 46.098-70.756 107.183-70.756 172.106 0 64.923 25.444 126.007 71.194 172.106 46.099 46.098 107.184 71.109 172.28 71.109 51.414 0 100.648-16.212 142.824-47.404l126.53 126.006c7.058 7.06 16.297 10.979 26.406 10.979 10.105 0 19.343-3.919 26.402-10.979 14.467-14.467 14.467-38.172 0-52.723L710.816 654.301zm-315.107-23.265c-65.88-65.88-65.88-172.54 0-238.42 32.069-32.07 74.245-49.149 119.471-49.149 45.227 0 87.407 17.603 119.472 49.149 65.88 65.879 65.88 172.539 0 238.42-63.612 63.178-175.242 63.178-238.943 0zm0 0",fill:"currentColor"}),Xl("path",{d:"M703.319 121.603H321.03c-109.8 0-199.469 89.146-199.469 199.38v382.034c0 109.796 89.236 199.38 199.469 199.38h207.397c20.653 0 37.384-16.645 37.384-37.299 0-20.649-16.731-37.296-37.384-37.296H321.03c-68.582 0-124.352-55.77-124.352-124.267V321.421c0-68.496 55.77-124.267 124.352-124.267h382.289c68.582 0 124.352 55.771 124.352 124.267V524.72c0 20.654 16.736 37.299 37.385 37.299 20.654 0 37.384-16.645 37.384-37.299V320.549c-.085-109.8-89.321-198.946-199.121-198.946zm0 0",fill:"currentColor"})]),Gs=()=>Xl("svg",{width:"16",height:"16",ariaHidden:"true"},Xl("path",{d:"M14.85 3H1.15C.52 3 0 3.52 0 4.15v7.69C0 12.48.52 13 1.15 13h13.69c.64 0 1.15-.52 1.15-1.15v-7.7C16 3.52 15.48 3 14.85 3zM9 11H7V8L5.5 9.92 4 8v3H2V5h2l1.5 2L7 5h2v6zm2.99.5L9.5 8H11V5h2v3h1.5l-2.51 3.5z",fill:"currentColor"})),Qs=()=>Xl("svg",{viewBox:"0 0 1024 1024",width:"24",height:"24"},Xl("path",{d:"M810.667 213.333a64 64 0 0 1 64 64V704a64 64 0 0 1-64 64H478.336l-146.645 96.107a21.333 21.333 0 0 1-33.024-17.856V768h-85.334a64 64 0 0 1-64-64V277.333a64 64 0 0 1 64-64h597.334zm0 64H213.333V704h149.334v63.296L459.243 704h351.424V277.333zm-271.36 213.334v64h-176.64v-64h176.64zm122.026-128v64H362.667v-64h298.666z",fill:"currentColor"})),Xs=()=>Xl("svg",{viewBox:"0 0 1024 1024",width:"24",height:"24"},Xl("path",{d:"M813.039 318.772L480.53 651.278H360.718V531.463L693.227 198.961C697.904 194.284 704.027 192 710.157 192C716.302 192 722.436 194.284 727.114 198.961L813.039 284.88C817.72 289.561 820 295.684 820 301.825C820 307.95 817.72 314.093 813.039 318.772ZM710.172 261.888L420.624 551.431V591.376H460.561L750.109 301.825L710.172 261.888ZM490.517 291.845H240.906V771.09H720.156V521.479C720.156 504.947 733.559 491.529 750.109 491.529C766.653 491.529 780.063 504.947 780.063 521.479V791.059C780.063 813.118 762.18 831 740.125 831H220.937C198.882 831 181 813.118 181 791.059V271.872C181 249.817 198.882 231.935 220.937 231.935H490.517C507.06 231.935 520.47 245.352 520.47 261.888C520.47 278.424 507.06 291.845 490.517 291.845Z",fill:"currentColor"})),Js=()=>Xl("svg",{class:"verified-icon",viewBox:"0 0 1024 1024",width:"14",height:"14"},Xl("path",{d:"m894.4 461.56-54.4-63.2c-10.4-12-18.8-34.4-18.8-50.4v-68c0-42.4-34.8-77.2-77.2-77.2h-68c-15.6 0-38.4-8.4-50.4-18.8l-63.2-54.4c-27.6-23.6-72.8-23.6-100.8 0l-62.8 54.8c-12 10-34.8 18.4-50.4 18.4h-69.2c-42.4 0-77.2 34.8-77.2 77.2v68.4c0 15.6-8.4 38-18.4 50l-54 63.6c-23.2 27.6-23.2 72.4 0 100l54 63.6c10 12 18.4 34.4 18.4 50v68.4c0 42.4 34.8 77.2 77.2 77.2h69.2c15.6 0 38.4 8.4 50.4 18.8l63.2 54.4c27.6 23.6 72.8 23.6 100.8 0l63.2-54.4c12-10.4 34.4-18.8 50.4-18.8h68c42.4 0 77.2-34.8 77.2-77.2v-68c0-15.6 8.4-38.4 18.8-50.4l54.4-63.2c23.2-27.6 23.2-73.2-.4-100.8zm-216-25.2-193.2 193.2a30 30 0 0 1-42.4 0l-96.8-96.8a30.16 30.16 0 0 1 0-42.4c11.6-11.6 30.8-11.6 42.4 0l75.6 75.6 172-172c11.6-11.6 30.8-11.6 42.4 0 11.6 11.6 11.6 30.8 0 42.4z",fill:"#27ae60"})),Ys=({size:e=100})=>Xl("svg",{width:e,height:e,viewBox:"0 0 100 100",preserveAspectRatio:"xMidYMid"},Xl("circle",{cx:50,cy:50,fill:"none",stroke:"currentColor",strokeWidth:"4",r:"40","stroke-dasharray":"85 30"},Xl("animateTransform",{attributeName:"transform",type:"rotate",repeatCount:"indefinite",dur:"1s",values:"0 50 50;360 50 50",keyTimes:"0;1"}))),ea=()=>Xl("svg",{width:24,height:24,fill:"currentcolor",viewBox:"0 0 24 24"},[Xl("path",{style:"transform: translateY(0.5px)",d:"M18.968 10.5H15.968V11.484H17.984V12.984H15.968V15H14.468V9H18.968V10.5V10.5ZM8.984 9C9.26533 9 9.49967 9.09367 9.687 9.281C9.87433 9.46833 9.968 9.70267 9.968 9.984V10.5H6.499V13.5H8.468V12H9.968V14.016C9.968 14.2973 9.87433 14.5317 9.687 14.719C9.49967 14.9063 9.26533 15 8.984 15H5.984C5.70267 15 5.46833 14.9063 5.281 14.719C5.09367 14.5317 5 14.2973 5 14.016V9.985C5 9.70367 5.09367 9.46933 5.281 9.282C5.46833 9.09467 5.70267 9.001 5.984 9.001H8.984V9ZM11.468 9H12.968V15H11.468V9V9Z"}),Xl("path",{d:"M18.5 3H5.75C3.6875 3 2 4.6875 2 6.75V18C2 20.0625 3.6875 21.75 5.75 21.75H18.5C20.5625 21.75 22.25 20.0625 22.25 18V6.75C22.25 4.6875 20.5625 3 18.5 3ZM20.75 18C20.75 19.2375 19.7375 20.25 18.5 20.25H5.75C4.5125 20.25 3.5 19.2375 3.5 18V6.75C3.5 5.5125 4.5125 4.5 5.75 4.5H18.5C19.7375 4.5 20.75 5.5125 20.75 6.75V18Z"})]);let ta=null;const na=()=>ta||(ta=si("WALINE_LIKE",[]));let ra=null;var la=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{},oa={},ia={},sa={},aa=la&&la.__awaiter||function(e,t,n,r){return new(n||(n=Promise))((function(l,o){function i(e){try{a(r.next(e))}catch(e){o(e)}}function s(e){try{a(r.throw(e))}catch(e){o(e)}}function a(e){e.done?l(e.value):function(e){return e instanceof n?e:new n((function(t){t(e)}))}(e.value).then(i,s)}a((r=r.apply(e,t||[])).next())}))},ca=la&&la.__generator||function(e,t){var n,r,l,o,i={label:0,sent:function(){if(1&l[0])throw l[1];return l[1]},trys:[],ops:[]};return o={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(o[Symbol.iterator]=function(){return this}),o;function s(o){return function(s){return function(o){if(n)throw new TypeError("Generator is already executing.");for(;i;)try{if(n=1,r&&(l=2&o[0]?r.return:o[0]?r.throw||((l=r.return)&&l.call(r),0):r.next)&&!(l=l.call(r,o[1])).done)return l;switch(r=0,l&&(o=[2&o[0],l.value]),o[0]){case 0:case 1:l=o;break;case 4:return i.label++,{value:o[1],done:!1};case 5:i.label++,r=o[1],o=[0];continue;case 7:o=i.ops.pop(),i.trys.pop();continue;default:if(!(l=(l=i.trys).length>0&&l[l.length-1])&&(6===o[0]||2===o[0])){i=0;continue}if(3===o[0]&&(!l||o[1]>l[0]&&o[1]"u")return Promise.reject(new Error("This is a library for the browser!"));if(e.getLoadingState()===pa.LOADED)return e.instance.getSiteKey()===t?Promise.resolve(e.instance):Promise.reject(new Error("reCAPTCHA already loaded with different site key!"));if(e.getLoadingState()===pa.LOADING)return t!==e.instanceSiteKey?Promise.reject(new Error("reCAPTCHA already loaded with different site key!")):new Promise((function(t,n){e.successfulLoadingConsumers.push((function(e){return t(e)})),e.errorLoadingRunnable.push((function(e){return n(e)}))}));e.instanceSiteKey=t,e.setLoadingState(pa.LOADING);var r=new e;return new Promise((function(l,o){r.loadScript(t,n.useRecaptchaNet||!1,n.useEnterprise||!1,n.renderParameters?n.renderParameters:{},n.customUrl).then((function(){e.setLoadingState(pa.LOADED);var o=r.doExplicitRender(grecaptcha,t,n.explicitRenderParameters?n.explicitRenderParameters:{},n.useEnterprise||!1),i=new ha.ReCaptchaInstance(t,o,grecaptcha);e.successfulLoadingConsumers.forEach((function(e){return e(i)})),e.successfulLoadingConsumers=[],n.autoHideBadge&&i.hideBadge(),e.instance=i,l(i)})).catch((function(t){e.errorLoadingRunnable.forEach((function(e){return e(t)})),e.errorLoadingRunnable=[],o(t)}))}))},e.getInstance=function(){return e.instance},e.setLoadingState=function(t){e.loadingState=t},e.getLoadingState=function(){return null===e.loadingState?pa.NOT_LOADED:e.loadingState},e.prototype.loadScript=function(t,n,r,l,o){var i=this;void 0===n&&(n=!1),void 0===r&&(r=!1),void 0===l&&(l={}),void 0===o&&(o="");var s=document.createElement("script");s.setAttribute("recaptcha-v3-script","");var a="https://www.google.com/recaptcha/api.js";n&&(a=r?"https://recaptcha.net/recaptcha/enterprise.js":"https://recaptcha.net/recaptcha/api.js"),r&&(a="https://www.google.com/recaptcha/enterprise.js"),o&&(a=o),l.render&&(l.render=void 0);var c=this.buildQueryString(l);return s.src=a+"?render=explicit"+c,new Promise((function(t,n){s.addEventListener("load",i.waitForScriptToLoad((function(){t(s)}),r),!1),s.onerror=function(t){e.setLoadingState(pa.NOT_LOADED),n(t)},document.head.appendChild(s)}))},e.prototype.buildQueryString=function(e){return Object.keys(e).length<1?"":"&"+Object.keys(e).filter((function(t){return!!e[t]})).map((function(t){return t+"="+e[t]})).join("&")},e.prototype.waitForScriptToLoad=function(t,n){var r=this;return function(){void 0===window.grecaptcha?setTimeout((function(){r.waitForScriptToLoad(t,n)}),e.SCRIPT_LOAD_DELAY):n?window.grecaptcha.enterprise.ready((function(){t()})):window.grecaptcha.ready((function(){t()}))}},e.prototype.doExplicitRender=function(e,t,n,r){var l={sitekey:t,badge:n.badge,size:n.size,tabindex:n.tabindex};return n.container?r?e.enterprise.render(n.container,l):e.render(n.container,l):r?e.enterprise.render(l):e.render(l)},e.loadingState=null,e.instance=null,e.instanceSiteKey=null,e.successfulLoadingConsumers=[],e.errorLoadingRunnable=[],e.SCRIPT_LOAD_DELAY=25,e}();ia.load=fa.load,ia.getInstance=fa.getInstance,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.ReCaptchaInstance=e.getInstance=e.load=void 0;var t=ia;Object.defineProperty(e,"load",{enumerable:!0,get:function(){return t.load}}),Object.defineProperty(e,"getInstance",{enumerable:!0,get:function(){return t.getInstance}});var n=sa;Object.defineProperty(e,"ReCaptchaInstance",{enumerable:!0,get:function(){return n.ReCaptchaInstance}})}(oa);const ga={};let ma=null;const va=()=>ma??(ma=si("WALINE_USER",{})),ya={key:0,class:"wl-reaction"},wa=["textContent"],ka={class:"wl-reaction-list"},ba=["onClick"],xa={class:"wl-reaction-img"},_a=["src","alt"],Ca=["textContent"],$a=["textContent"];var Sa=(e,t)=>{const n=e.__vccOpts||e;for(const[e,r]of t)n[e]=r;return n},Aa=Sa(mr({__name:"ArticleReaction",setup(e,{expose:t}){t();const n=ra??(ra=si("WALINE_REACTION",{})),r=Dr("config"),l=kn(-1),o=kn([]),i=Ql((()=>r.value.locale)),s=Ql((()=>r.value.reaction.length>0)),u=Ql((()=>{const{reaction:e,path:t}=r.value;return e.map(((e,r)=>({icon:e,desc:i.value[`reaction${r}`],active:n.value[t]===r})))}));let p;return kr((()=>{pr((()=>[r.value.serverURL,r.value.path]),(()=>{(async()=>{if(!s.value)return;const{serverURL:e,lang:t,path:n,reaction:l}=r.value,i=new AbortController;p=i.abort.bind(i);const c=await a({serverURL:e,lang:t,paths:[n],type:l.map(((e,t)=>`reaction${t}`)),signal:i.signal});o.value=l.map(((e,t)=>c[0][`reaction${t}`]))})()}),{immediate:!0})})),xr((()=>null==p?void 0:p())),(e,t)=>u.value.length?(ml(),kl("div",ya,[Al("div",{class:"wl-reaction-title",textContent:Je(i.value.reactionTitle)},null,8,wa),Al("ul",ka,[(ml(!0),kl(ul,null,_r(u.value,(({active:e,icon:t,desc:i},s)=>(ml(),kl("li",{key:s,class:Ze(["wl-reaction-item",{active:e}]),onClick:e=>(async e=>{if(-1===l.value){const{serverURL:t,lang:i,path:s}=r.value,a=n.value[s];l.value=e,void 0!==a&&(await c({serverURL:t,lang:i,path:s,type:`reaction${a}`,action:"desc"}),o.value[a]=Math.max(o.value[a]-1,0)),a!==e&&(await c({serverURL:t,lang:i,path:s,type:`reaction${e}`}),o.value[e]=(o.value[e]||0)+1),a===e?delete n.value[s]:n.value[s]=e,l.value=-1}})(s)},[Al("div",xa,[Al("img",{src:t,alt:i},null,8,_a),l.value===s?(ml(),bl(Cn(Ys),{key:0,class:"wl-reaction-loading"})):(ml(),kl("div",{key:1,class:"wl-reaction-votes",textContent:Je(o.value[s]||0)},null,8,Ca))]),Al("div",{class:"wl-reaction-text",textContent:Je(i)},null,8,$a)],10,ba)))),128))])])):Il("v-if",!0)}}),[["__file","ArticleReaction.vue"]]),Ea=new Map;function La(e){var t=Ea.get(e);t&&t.destroy()}function Ra(e){var t=Ea.get(e);t&&t.update()}var Ia=null;typeof window>"u"?((Ia=function(e){return e}).destroy=function(e){return e},Ia.update=function(e){return e}):((Ia=function(e,t){return e&&Array.prototype.forEach.call(e.length?e:[e],(function(e){return function(e){if(e&&e.nodeName&&"TEXTAREA"===e.nodeName&&!Ea.has(e)){var t,n=null,r=window.getComputedStyle(e),l=(t=e.value,function(){i({testForHeightReduction:""===t||!e.value.startsWith(t),restoreTextAlign:null}),t=e.value}),o=function(t){e.removeEventListener("autosize:destroy",o),e.removeEventListener("autosize:update",s),e.removeEventListener("input",l),window.removeEventListener("resize",s),Object.keys(t).forEach((function(n){return e.style[n]=t[n]})),Ea.delete(e)}.bind(e,{height:e.style.height,resize:e.style.resize,textAlign:e.style.textAlign,overflowY:e.style.overflowY,overflowX:e.style.overflowX,wordWrap:e.style.wordWrap});e.addEventListener("autosize:destroy",o),e.addEventListener("autosize:update",s),e.addEventListener("input",l),window.addEventListener("resize",s),e.style.overflowX="hidden",e.style.wordWrap="break-word",Ea.set(e,{destroy:o,update:s}),s()}function i(t){var l,o,s=t.restoreTextAlign,a=void 0===s?null:s,c=t.testForHeightReduction,u=void 0===c||c,p=r.overflowY;if(0!==e.scrollHeight&&("vertical"===r.resize?e.style.resize="none":"both"===r.resize&&(e.style.resize="horizontal"),u&&(l=function(e){for(var t=[];e&&e.parentNode&&e.parentNode instanceof Element;)e.parentNode.scrollTop&&t.push([e.parentNode,e.parentNode.scrollTop]),e=e.parentNode;return function(){return t.forEach((function(e){var t=e[0],n=e[1];t.style.scrollBehavior="auto",t.scrollTop=n,t.style.scrollBehavior=null}))}}(e),e.style.height=""),o="content-box"===r.boxSizing?e.scrollHeight-(parseFloat(r.paddingTop)+parseFloat(r.paddingBottom)):e.scrollHeight+parseFloat(r.borderTopWidth)+parseFloat(r.borderBottomWidth),"none"!==r.maxHeight&&o>parseFloat(r.maxHeight)?("hidden"===r.overflowY&&(e.style.overflow="scroll"),o=parseFloat(r.maxHeight)):"hidden"!==r.overflowY&&(e.style.overflow="hidden"),e.style.height=o+"px",a&&(e.style.textAlign=a),l&&l(),n!==o&&(e.dispatchEvent(new Event("autosize:resized",{bubbles:!0})),n=o),p!==r.overflow&&!a)){var d=r.textAlign;"hidden"===r.overflow&&(e.style.textAlign="start"===d?"end":"start"),i({restoreTextAlign:d,testForHeightReduction:!0})}}function s(){i({testForHeightReduction:!0,restoreTextAlign:null})}}(e)})),e}).destroy=function(e){return e&&Array.prototype.forEach.call(e.length?e:[e],La),e},Ia.update=function(e){return e&&Array.prototype.forEach.call(e.length?e:[e],Ra),e});var Ta=Ia;const za=["data-index"],ja=["src","title","onClick"];var Oa=mr({__name:"ImageWall",props:{items:{default:()=>[]},columnWidth:{default:300},gap:{default:0}},emits:["insert"],setup(e,{expose:t}){const n=e;t();let r=null;const l=kn(null),o=kn({}),i=kn([]),s=()=>{const e=Math.floor((l.value.getBoundingClientRect().width+n.gap)/(n.columnWidth+n.gap));return e>0?e:1},a=async e=>{var t;if(e>=n.items.length)return;await Fn();const r=Array.from((null==(t=l.value)?void 0:t.children)||[]).reduce(((e,t)=>t.getBoundingClientRect().height{if(i.value.length===s()&&!e)return;i.value=(e=>new Array(e).fill(null).map((()=>[])))(s());const t=window.scrollY;await a(0),window.scrollTo({top:t})},u=e=>{o.value[e.target.src]=!0};return kr((()=>{c(!0),r=new ResizeObserver((()=>{c()})),r.observe(l.value),pr((()=>[n.items]),(()=>{o.value={},c(!0)})),pr((()=>[n.columnWidth,n.gap]),(()=>{c()}))})),br((()=>r.unobserve(l.value))),(e,t)=>(ml(),kl("div",{ref_key:"wall",ref:l,class:"wl-gallery",style:Ne({gap:`${e.gap}px`})},[(ml(!0),kl(ul,null,_r(i.value,((t,n)=>(ml(),kl("div",{key:n,class:"wl-gallery-column","data-index":n,style:Ne({gap:`${e.gap}px`})},[(ml(!0),kl(ul,null,_r(t,(t=>(ml(),kl(ul,{key:t},[o.value[e.items[t].src]?Il("v-if",!0):(ml(),bl(Cn(Ys),{key:0,size:36,style:{margin:"20px auto"}})),Al("img",{class:"wl-gallery-item",src:e.items[t].src,title:e.items[t].title,loading:"lazy",onLoad:u,onClick:n=>e.$emit("insert",`![](${e.items[t].src})`)},null,40,ja)],64)))),128))],12,za)))),128))],4))}}),Ma=Sa(Oa,[["__file","ImageWall.vue"]]);const Pa={class:"wl-comment"},Ua={key:0,class:"wl-login-info"},Fa={class:"wl-avatar"},Va=["title"],Da=["title"],Na=["src"],Ha=["title","textContent"],Ba={class:"wl-panel"},Wa=["for","textContent"],qa=["id","onUpdate:modelValue","name","type"],Za=["placeholder"],Ka={class:"wl-preview"},Ga=Al("hr",null,null,-1),Qa=["innerHTML"],Xa={class:"wl-footer"},Ja={class:"wl-actions"},Ya={href:"https://guides.github.com/features/mastering-markdown/",title:"Markdown Guide","aria-label":"Markdown is supported",class:"wl-action",target:"_blank",rel:"noopener noreferrer"},ec=["title"],tc=["title"],nc=["title"],rc=["title"],lc={class:"wl-info"},oc=Al("div",{class:"wl-captcha-container"},null,-1),ic={class:"wl-text-number"},sc={key:0},ac=["textContent"],cc=["textContent"],uc=["disabled"],pc=["placeholder"],dc={key:1,class:"wl-loading"},hc={key:0,class:"wl-tab-wrapper"},fc=["title","onClick"],gc=["src","alt"],mc={key:0,class:"wl-tabs"},vc=["onClick"],yc=["src","alt","title"],wc=["title"];var kc=mr({__name:"CommentBox",props:{edit:{default:null},rootId:{default:""},replyId:{default:""},replyUser:{default:""}},emits:["log","cancelEdit","cancelReply","submit"],setup(e,{expose:t,emit:n}){const r=e,l=n;t();const o=Dr("config"),i=si("WALINE_COMMENT_BOX_EDITOR",""),s=si("WALINE_USER_META",{nick:"",mail:"",link:""}),a=va(),c=kn({}),u=kn(null),d=kn(null),f=kn(null),m=kn(null),v=kn(null),y=kn(null),w=kn(null),k=kn({tabs:[],map:{}}),b=kn(0),x=kn(!1),_=kn(!1),C=kn(!1),$=kn(""),S=kn(0),A=ln({loading:!0,list:[]}),E=kn(0),L=kn(!1),R=kn(""),I=kn(!1),T=kn(!1),z=Ql((()=>o.value.locale)),j=Ql((()=>{var e;return!(null==(e=a.value)||!e.token)})),O=Ql((()=>!1!==o.value.imageUploader)),M=e=>{const t=u.value,n=t.selectionStart,r=t.selectionEnd||0,l=t.scrollTop;i.value=t.value.substring(0,n)+e+t.value.substring(r,t.value.length),t.focus(),t.selectionStart=n+e.length,t.selectionEnd=n+e.length,t.scrollTop=l},P=e=>{const t=e.key;(e.ctrlKey||e.metaKey)&&"Enter"===t&&N()},U=e=>{const t=`![${o.value.locale.uploading} ${e.name}]()`;return M(t),I.value=!0,Promise.resolve().then((()=>o.value.imageUploader(e))).then((n=>{i.value=i.value.replace(t,`\r\n![${e.name}](${n})`)})).catch((e=>{alert(e.message),i.value=i.value.replace(t,"")})).then((()=>{I.value=!1}))},F=e=>{var t;if(null!=(t=e.dataTransfer)&&t.items){const t=mi(e.dataTransfer.items);t&&O.value&&(U(t),e.preventDefault())}},V=e=>{if(e.clipboardData){const t=mi(e.clipboardData.items);t&&O.value&&U(t)}},D=()=>{const e=d.value;e.files&&O.value&&U(e.files[0]).then((()=>{e.value=""}))},N=async()=>{var e,t,n,d,f,g;const{serverURL:m,lang:v,login:y,wordLimit:w,requiredMeta:b,recaptchaV3Key:x,turnstileKey:_}=o.value,C=await(async()=>{if(!navigator)return"";const{userAgentData:e}=navigator;let t=navigator.userAgent;if(!e||"Windows"!==e.platform)return t;const{platformVersion:n}=await e.getHighEntropyValues(["platformVersion"]);return n&&parseInt(n.split(".")[0])>=13&&(t=t.replace("Windows NT 10.0","Windows NT 11.0")),t})(),A={comment:R.value,nick:s.value.nick,mail:s.value.mail,link:s.value.link,url:o.value.path,ua:C};if(null!=(e=a.value)&&e.token&&!r.edit)A.nick=a.value.display_name,A.mail=a.value.email,A.link=a.value.url;else{if("force"===y)return;if(b.indexOf("nick")>-1&&!A.nick)return null==(t=c.value.nick)||t.focus(),alert(z.value.nickError);if(b.indexOf("mail")>-1&&!A.mail||A.mail&&!(e=>te.test(e))(A.mail))return null==(n=c.value.mail)||n.focus(),alert(z.value.mailError);A.nick||(A.nick=z.value.anonymous)}if(A.comment){if(!L.value)return alert(z.value.wordHint.replace("$0",w[0].toString()).replace("$1",w[1].toString()).replace("$2",S.value.toString()));A.comment=Fs(A.comment,k.value.map),r.replyId&&r.rootId&&(A.pid=r.replyId,A.rid=r.rootId,A.at=r.replyUser),I.value=!0;try{x&&(A.recaptchaV3=await(e=>{const t=ga[e]??(ga[e]=oa.load(e,{useRecaptchaNet:!0,autoHideBadge:!0}));return{execute:e=>t.then((t=>t.execute(e)))}})(x).execute("social")),_&&(A.turnstile=await(e=>({execute:async t=>{const{load:n}=ci("https://challenges.cloudflare.com/turnstile/v0/api.js",void 0,{async:!1});await n();const r=null==window?void 0:window.turnstile;return new Promise((n=>{null==r||r.ready((()=>{null==r||r.render(".wl-captcha-container",{sitekey:e,action:t,size:"compact",callback:n})}))}))}}))(_).execute("social"));const e={serverURL:m,lang:v,token:null==(f=a.value)?void 0:f.token,comment:A},t=await(r.edit?h({objectId:r.edit.objectId,...e}):p(e));if(I.value=!1,t.errmsg)return alert(t.errmsg);l("submit",t.data),i.value="",$.value="",r.replyId&&l("cancelReply"),null!=(g=r.edit)&&g.objectId&&l("cancelEdit")}catch(e){I.value=!1,alert(e.message)}}else null==(d=u.value)||d.focus()},H=e=>{e.preventDefault();const{lang:t,serverURL:n}=o.value;g({serverURL:n,lang:t}).then((e=>{a.value=e,(e.remember?localStorage:sessionStorage).setItem("WALINE_USER",JSON.stringify(e)),l("log")}))},B=()=>{a.value={},localStorage.setItem("WALINE_USER","null"),sessionStorage.setItem("WALINE_USER","null"),l("log")},W=e=>{e.preventDefault();const{lang:t,serverURL:n}=o.value,r=(window.innerWidth-800)/2,l=(window.innerHeight-800)/2,i=new URLSearchParams({lng:t,token:a.value.token}),s=window.open(`${n}/ui/profile?${i.toString()}`,"_blank",`width=800,height=800,left=${r},top=${l},scrollbars=no,resizable=no,status=no,location=no,toolbar=no,menubar=no`);null==s||s.postMessage({type:"TOKEN",data:a.value.token},"*")},q=e=>{var t,n,r,l;null!=(t=f.value)&&t.contains(e.target)||null!=(n=m.value)&&n.contains(e.target)||(x.value=!1),null!=(r=v.value)&&r.contains(e.target)||null!=(l=y.value)&&l.contains(e.target)||(_.value=!1)},Z=async e=>{var t;const{scrollTop:n,clientHeight:r,scrollHeight:l}=e.target,i=(r+n)/l,s=o.value.search,a=(null==(t=w.value)?void 0:t.value)||"";i<.9||A.loading||T.value||(A.loading=!0,(s.more&&A.list.length?await s.more(a,A.list.length):await s.search(a)).length?A.list=[...A.list,...s.more&&A.list.length?await s.more(a,A.list.length):await s.search(a)]:T.value=!0,A.loading=!1,setTimeout((()=>{e.target.scrollTop=n}),50))},K=Ko((e=>{A.list=[],T.value=!1,Z(e)}),300);pr([o,S],(([e,t])=>{const{wordLimit:n}=e;n?tn[1]?(E.value=n[1],L.value=!1):(E.value=n[1],L.value=!0):(E.value=0,L.value=!0)}),{immediate:!0});const G=({data:e})=>{!e||"profile"!==e.type||(a.value={...a.value,...e.data},[localStorage,sessionStorage].filter((e=>e.getItem("WALINE_USER"))).forEach((e=>e.setItem("WALINE_USER",JSON.stringify(a)))))};return kr((()=>{var e;document.body.addEventListener("click",q),window.addEventListener("message",G),null!=(e=r.edit)&&e.objectId&&(i.value=r.edit.orig),pr(_,(async e=>{if(!e)return;const t=o.value.search;w.value&&(w.value.value=""),A.loading=!0,A.list=t.default?await t.default():await t.search(""),A.loading=!1})),pr((()=>i.value),(e=>{const{highlighter:t,texRenderer:n}=o.value;R.value=e,$.value=Vs(e,{emojiMap:k.value.map,highlighter:t,texRenderer:n}),S.value=(e=>{var t,n;return((null==(t=(e=>e.match(/[\w\d\s,.\u00C0-\u024F\u0400-\u04FF]+/giu))(e))?void 0:t.reduce(((e,t)=>e+(["",",","."].includes(t.trim())?0:t.trim().split(/\s+/u).length)),0))||0)+((null==(n=(e=>e.match(/[\u4E00-\u9FD5]/gu))(e))?void 0:n.length)||0)})(e),e?Ta(u.value):Ta.destroy(u.value)}),{immediate:!0}),pr((()=>o.value.emoji),(e=>di(e).then((e=>{k.value=e}))),{immediate:!0})})),xr((()=>{document.body.removeEventListener("click",q),window.removeEventListener("message",G)})),(e,t)=>{var n,r;return ml(),kl("div",Pa,["disable"===Cn(o).login||!j.value||null!=(n=e.edit)&&n.objectId?Il("v-if",!0):(ml(),kl("div",Ua,[Al("div",Fa,[Al("button",{type:"submit",class:"wl-logout-btn",title:z.value.logout,onClick:B},[El(Cn(Hs),{size:14})],8,Va),Al("a",{href:"#",class:"wl-login-nick","aria-label":"Profile",title:z.value.profile,onClick:W},[Al("img",{src:Cn(a).avatar,alt:"avatar"},null,8,Na)],8,Da)]),Al("a",{href:"#",class:"wl-login-nick","aria-label":"Profile",title:z.value.profile,onClick:W,textContent:Je(Cn(a).display_name)},null,8,Ha)])),Al("div",Ba,["force"!==Cn(o).login&&Cn(o).meta.length&&!j.value?(ml(),kl("div",{key:0,class:Ze(["wl-header",`item${Cn(o).meta.length}`])},[(ml(!0),kl(ul,null,_r(Cn(o).meta,(e=>(ml(),kl("div",{key:e,class:"wl-header-item"},[Al("label",{for:`wl-${e}`,textContent:Je(z.value[e]+(Cn(o).requiredMeta.includes(e)||!Cn(o).requiredMeta.length?"":`(${z.value.optional})`))},null,8,Wa),fr(Al("input",{id:`wl-${e}`,ref_for:!0,ref:t=>{t&&(c.value[e]=t)},"onUpdate:modelValue":t=>Cn(s)[e]=t,class:Ze(["wl-input",`wl-${e}`]),name:e,type:"mail"===e?"email":"text"},null,10,qa),[[jo,Cn(s)[e]]])])))),128))],2)):Il("v-if",!0),fr(Al("textarea",{id:"wl-edit",ref_key:"editorRef",ref:u,"onUpdate:modelValue":t[0]||(t[0]=e=>wn(i)?i.value=e:null),class:"wl-editor",placeholder:e.replyUser?`@${e.replyUser}`:z.value.placeholder,onKeydown:P,onDrop:F,onPaste:V},null,40,Za),[[So,Cn(i)]]),fr(Al("div",Ka,[Ga,Al("h4",null,Je(z.value.preview)+":",1),Al("div",{class:"wl-content",innerHTML:$.value},null,8,Qa)],512),[[lo,C.value]]),Al("div",Xa,[Al("div",Ja,[Al("a",Ya,[El(Cn(Gs))]),fr(Al("button",{ref_key:"emojiButtonRef",ref:f,type:"button",class:Ze(["wl-action",{active:x.value}]),title:z.value.emoji,onClick:t[1]||(t[1]=e=>x.value=!x.value)},[El(Cn(Ws))],10,ec),[[lo,k.value.tabs.length]]),Cn(o).search?(ml(),kl("button",{key:0,ref_key:"gifButtonRef",ref:v,type:"button",class:Ze(["wl-action",{active:_.value}]),title:z.value.gif,onClick:t[2]||(t[2]=e=>_.value=!_.value)},[El(Cn(ea))],10,tc)):Il("v-if",!0),Al("input",{id:"wl-image-upload",ref_key:"imageUploadRef",ref:d,class:"upload",type:"file",accept:".png,.jpg,.jpeg,.webp,.bmp,.gif",onChange:D},null,544),O.value?(ml(),kl("label",{key:1,for:"wl-image-upload",class:"wl-action",title:z.value.uploadImage},[El(Cn(qs))],8,nc)):Il("v-if",!0),Al("button",{type:"button",class:Ze(["wl-action",{active:C.value}]),title:z.value.preview,onClick:t[3]||(t[3]=e=>C.value=!C.value)},[El(Cn(Ks))],10,rc)]),Al("div",lc,[oc,Al("div",ic,[Rl(Je(S.value)+" ",1),Cn(o).wordLimit?(ml(),kl("span",sc,[Rl("  /  "),Al("span",{class:Ze({illegal:!L.value}),textContent:Je(E.value)},null,10,ac)])):Il("v-if",!0),Rl("  "+Je(z.value.word),1)]),"disable"===Cn(o).login||j.value?Il("v-if",!0):(ml(),kl("button",{key:0,type:"button",class:"wl-btn",onClick:H,textContent:Je(z.value.login)},null,8,cc)),"force"!==Cn(o).login||j.value?(ml(),kl("button",{key:1,type:"submit",class:"primary wl-btn",title:"Cmd|Ctrl + Enter",disabled:I.value,onClick:N},[I.value?(ml(),bl(Cn(Ys),{key:0,size:16})):(ml(),kl(ul,{key:1},[Rl(Je(z.value.submit),1)],64))],8,uc)):Il("v-if",!0)]),Al("div",{ref_key:"gifPopupRef",ref:y,class:Ze(["wl-gif-popup",{display:_.value}])},[Al("input",{ref_key:"gifSearchInputRef",ref:w,type:"text",placeholder:z.value.gifSearchPlaceholder,onInput:t[4]||(t[4]=(...e)=>Cn(K)&&Cn(K)(...e))},null,40,pc),A.list.length?(ml(),bl(Ma,{key:0,items:A.list,"column-width":200,gap:6,onInsert:t[5]||(t[5]=e=>M(e)),onScroll:Z},null,8,["items"])):Il("v-if",!0),A.loading?(ml(),kl("div",dc,[El(Cn(Ys),{size:30})])):Il("v-if",!0)],2),Al("div",{ref_key:"emojiPopupRef",ref:m,class:Ze(["wl-emoji-popup",{display:x.value}])},[(ml(!0),kl(ul,null,_r(k.value.tabs,((e,t)=>(ml(),kl(ul,{key:e.name},[t===b.value?(ml(),kl("div",hc,[(ml(!0),kl(ul,null,_r(e.items,(e=>(ml(),kl("button",{key:e,type:"button",title:e,onClick:t=>M(`:${e}:`)},[x.value?(ml(),kl("img",{key:0,class:"wl-emoji",src:k.value.map[e],alt:e,loading:"lazy",referrerPolicy:"no-referrer"},null,8,gc)):Il("v-if",!0)],8,fc)))),128))])):Il("v-if",!0)],64)))),128)),k.value.tabs.length>1?(ml(),kl("div",mc,[(ml(!0),kl(ul,null,_r(k.value.tabs,((e,t)=>(ml(),kl("button",{key:e.name,type:"button",class:Ze(["wl-tab",{active:b.value===t}]),onClick:e=>b.value=t},[Al("img",{class:"wl-emoji",src:e.icon,alt:e.name,title:e.name,loading:"lazy",referrerPolicy:"no-referrer"},null,8,yc)],10,vc)))),128))])):Il("v-if",!0)],2)])]),e.replyId||null!=(r=e.edit)&&r.objectId?(ml(),kl("button",{key:1,type:"button",class:"wl-close",title:z.value.cancelReply,onClick:t[6]||(t[6]=t=>e.$emit(e.replyId?"cancelReply":"cancelEdit"))},[El(Cn(Hs),{size:24})],8,wc)):Il("v-if",!0)])}}}),bc=Sa(kc,[["__file","CommentBox.vue"]]);const xc=["id"],_c={class:"wl-user","aria-hidden":"true"},Cc=["src"],$c={class:"wl-card"},Sc={class:"wl-head"},Ac=["href"],Ec={key:1,class:"wl-nick"},Lc=["textContent"],Rc=["textContent"],Ic=["textContent"],Tc=["textContent"],zc=["textContent"],jc={class:"wl-comment-actions"},Oc=["title"],Mc=["title"],Pc={class:"wl-meta","aria-hidden":"true"},Uc=["data-value","textContent"],Fc=["innerHTML"],Vc={key:1,class:"wl-admin-actions"},Dc={class:"wl-comment-status"},Nc=["disabled","onClick","textContent"],Hc={key:3,class:"wl-quote"};var Bc=mr({__name:"CommentCard",props:{comment:{},edit:{default:null},rootId:{},reply:{default:null}},emits:["log","submit","delete","edit","like","status","sticky","reply"],setup(e,{emit:t}){const n=e,r=t,l=["approved","waiting","spam"],o=Dr("config"),i=na(),s=ai(),a=va(),c=Ql((()=>o.value.locale)),u=Ql((()=>{const{link:e}=n.comment;return e?Z(e)?e:`https://${e}`:""})),p=Ql((()=>i.value.includes(n.comment.objectId))),d=Ql((()=>ee(new Date(n.comment.time),s.value,c.value))),h=Ql((()=>"administrator"===a.value.type)),f=Ql((()=>n.comment.user_id&&a.value.objectId===n.comment.user_id)),g=Ql((()=>{var e;return n.comment.objectId===(null==(e=n.reply)?void 0:e.objectId)})),m=Ql((()=>{var e;return n.comment.objectId===(null==(e=n.edit)?void 0:e.objectId)}));return(e,t)=>{var n;const o=lr("CommentCard",!0);return ml(),kl("div",{id:e.comment.objectId,class:"wl-card-item"},[Al("div",_c,[e.comment.avatar?(ml(),kl("img",{key:0,class:"wl-user-avatar",src:e.comment.avatar},null,8,Cc)):Il("v-if",!0),e.comment.type?(ml(),bl(Cn(Js),{key:1})):Il("v-if",!0)]),Al("div",$c,[Al("div",Sc,[u.value?(ml(),kl("a",{key:0,class:"wl-nick",href:u.value,target:"_blank",rel:"nofollow noopener noreferrer"},Je(e.comment.nick),9,Ac)):(ml(),kl("span",Ec,Je(e.comment.nick),1)),"administrator"===e.comment.type?(ml(),kl("span",{key:2,class:"wl-badge",textContent:Je(c.value.admin)},null,8,Lc)):Il("v-if",!0),e.comment.label?(ml(),kl("span",{key:3,class:"wl-badge",textContent:Je(e.comment.label)},null,8,Rc)):Il("v-if",!0),e.comment.sticky?(ml(),kl("span",{key:4,class:"wl-badge",textContent:Je(c.value.sticky)},null,8,Ic)):Il("v-if",!0),"number"==typeof e.comment.level?(ml(),kl("span",{key:5,class:Ze(`wl-badge level${e.comment.level}`),textContent:Je(c.value[`level${e.comment.level}`]||`Level ${e.comment.level}`)},null,10,Tc)):Il("v-if",!0),Al("span",{class:"wl-time",textContent:Je(d.value)},null,8,zc),Al("div",jc,[h.value||f.value?(ml(),kl(ul,{key:0},[Al("button",{type:"button",class:"wl-edit",onClick:t[0]||(t[0]=t=>r("edit",e.comment))},[El(Cn(Xs))]),Al("button",{type:"button",class:"wl-delete",onClick:t[1]||(t[1]=t=>r("delete",e.comment))},[El(Cn(Bs))])],64)):Il("v-if",!0),Al("button",{type:"button",class:"wl-like",title:p.value?c.value.cancelLike:c.value.like,onClick:t[2]||(t[2]=t=>r("like",e.comment))},[El(Cn(Zs),{active:p.value},null,8,["active"]),Rl(" "+Je("like"in e.comment?e.comment.like:""),1)],8,Oc),Al("button",{type:"button",class:Ze(["wl-reply",{active:g.value}]),title:g.value?c.value.cancelReply:c.value.reply,onClick:t[3]||(t[3]=t=>r("reply",g.value?null:e.comment))},[El(Cn(Qs))],10,Mc)])]),Al("div",Pc,[(ml(),kl(ul,null,_r(["addr","browser","os"],(t=>(ml(),kl(ul,null,[e.comment[t]?(ml(),kl("span",{key:t,class:Ze(`wl-${t}`),"data-value":e.comment[t],textContent:Je(e.comment[t])},null,10,Uc)):Il("v-if",!0)],64)))),64))]),m.value?Il("v-if",!0):(ml(),kl("div",{key:0,class:"wl-content",innerHTML:e.comment.comment},null,8,Fc)),h.value&&!m.value?(ml(),kl("div",Vc,[Al("span",Dc,[(ml(),kl(ul,null,_r(l,(t=>Al("button",{key:t,type:"submit",class:Ze(`wl-btn wl-${t}`),disabled:e.comment.status===t,onClick:n=>r("status",{status:t,comment:e.comment}),textContent:Je(c.value[t])},null,10,Nc))),64))]),h.value&&!("rid"in e.comment)?(ml(),kl("button",{key:0,type:"submit",class:"wl-btn wl-sticky",onClick:t[4]||(t[4]=t=>r("sticky",e.comment))},Je(e.comment.sticky?c.value.unsticky:c.value.sticky),1)):Il("v-if",!0)])):Il("v-if",!0),g.value||m.value?(ml(),kl("div",{key:2,class:Ze({"wl-reply-wrapper":g.value,"wl-edit-wrapper":m.value})},[El(bc,{edit:e.edit,"reply-id":null==(n=e.reply)?void 0:n.objectId,"reply-user":e.comment.nick,"root-id":e.rootId,onLog:t[5]||(t[5]=e=>r("log")),onCancelReply:t[6]||(t[6]=e=>r("reply",null)),onCancelEdit:t[7]||(t[7]=e=>r("edit",null)),onSubmit:t[8]||(t[8]=e=>r("submit",e))},null,8,["edit","reply-id","reply-user","root-id"])],2)):Il("v-if",!0),"children"in e.comment?(ml(),kl("div",Hc,[(ml(!0),kl(ul,null,_r(e.comment.children,(n=>(ml(),bl(o,{key:n.objectId,comment:n,reply:e.reply,edit:e.edit,"root-id":e.rootId,onLog:t[9]||(t[9]=e=>r("log")),onDelete:t[10]||(t[10]=e=>r("delete",e)),onEdit:t[11]||(t[11]=e=>r("edit",e)),onLike:t[12]||(t[12]=e=>r("like",e)),onReply:t[13]||(t[13]=e=>r("reply",e)),onStatus:t[14]||(t[14]=e=>r("status",e)),onSticky:t[15]||(t[15]=e=>r("sticky",e)),onSubmit:t[16]||(t[16]=e=>r("submit",e))},null,8,["comment","reply","edit","root-id"])))),128))])):Il("v-if",!0)])],8,xc)}}}),Wc=Sa(Bc,[["__file","CommentCard.vue"]]);const qc="3.1.3",Zc={"data-waline":""},Kc={class:"wl-meta-head"},Gc={class:"wl-count"},Qc=["textContent"],Xc={class:"wl-sort"},Jc=["onClick"],Yc={class:"wl-cards"},eu={key:1,class:"wl-operation"},tu=["textContent"],nu={key:2,class:"wl-loading"},ru=["textContent"],lu={key:4,class:"wl-operation"},ou=["textContent"],iu={key:5,class:"wl-power"},su=Al("a",{href:"https://github.com/walinejs/waline",target:"_blank",rel:"noopener noreferrer"}," Waline ",-1);var au=mr({__name:"WalineComment",props:["serverURL","path","meta","requiredMeta","dark","commentSorting","lang","locale","pageSize","wordLimit","emoji","login","highlighter","texRenderer","imageUploader","search","copyright","recaptchaV3Key","turnstileKey","reaction"],setup(e){const t=e,n={latest:"insertedAt_desc",oldest:"insertedAt_asc",hottest:"like_desc"},r=Object.keys(n),l=va(),o=na(),i=kn("loading"),s=kn(0),a=kn(1),c=kn(0),p=Ql((()=>(({serverURL:e,path:t=location.pathname,lang:n=(typeof navigator>"u"?"en-US":navigator.language),locale:r,emoji:l=x,meta:o=["nick","mail","link"],requiredMeta:i=[],dark:s=!1,pageSize:a=10,wordLimit:c,imageUploader:u,highlighter:p,texRenderer:d,copyright:h=!0,login:f="enable",search:g,reaction:m,recaptchaV3Key:v="",turnstileKey:y="",commentSorting:w="latest",...k})=>({serverURL:K(e),path:W(t),lang:B(n),locale:{...H(n),..."object"==typeof r?r:{}},wordLimit:G(c),meta:b(o),requiredMeta:b(i),imageUploader:Q(u,C),highlighter:Q(p,R),texRenderer:Q(d,$),dark:s,emoji:"boolean"==typeof l?l?x:[]:l,pageSize:a,login:f,copyright:h,search:!1!==g&&("object"==typeof g?g:S(n)),recaptchaV3Key:v,turnstileKey:y,reaction:Array.isArray(m)?m:!0===m?_:[],commentSorting:w,...k}))(t))),f=kn(p.value.commentSorting),g=kn([]),m=kn(null),v=kn(null),y=Ql((()=>(e=>X(e)?"auto"===e?`@media(prefers-color-scheme:dark){body${J}}`:`${e}${J}`:!0===e?`:root${J}`:"")(p.value.dark))),w=Ql((()=>p.value.locale));let k;!function(e,t={}){const n=kn(!1),{document:r=ei,immediate:l=!0,manual:o=!1,id:i="vueuse_styletag_"+ ++ui}=t,s=kn(e);let a=()=>{};const c=()=>{if(!r)return;const e=r.getElementById(i)||r.createElement("style");e.isConnected||(e.id=i,t.media&&(e.media=t.media),r.head.appendChild(e)),!n.value&&(a=pr(s,(t=>{e.textContent=t}),{immediate:!0}),n.value=!0)},u=()=>{!r||!n.value||(a(),r.head.removeChild(r.getElementById(i)),n.value=!1)};l&&!o&&Xo(c),o||Fo(u),on(n)}(y,{id:"waline-darkmode"});const A=e=>{var t;const{serverURL:r,path:o,pageSize:d}=p.value,h=new AbortController;i.value="loading",null==k||k(),u({serverURL:r,lang:p.value.lang,path:o,pageSize:d,sortBy:n[f.value],page:e,signal:h.signal,token:null==(t=l.value)?void 0:t.token}).then((t=>{i.value="success",s.value=t.count,g.value.push(...t.data),a.value=e,c.value=t.totalPages})).catch((e=>{"AbortError"!==e.name&&(console.error(e.message),i.value="error")})),k=h.abort.bind(h)},E=()=>A(a.value+1),L=()=>{s.value=0,g.value=[],A(1)},I=e=>{m.value=e},T=e=>{v.value=e},z=e=>{if(v.value)v.value.comment=e.comment,v.value.orig=e.orig;else if("rid"in e){const t=g.value.find((({objectId:t})=>t===e.rid));if(!t)return;Array.isArray(t.children)||(t.children=[]),t.children.push(e)}else g.value.unshift(e),s.value+=1},j=async({comment:e,status:t})=>{var n;if(e.status===t)return;const{serverURL:r,lang:o}=p.value;await h({serverURL:r,lang:o,token:null==(n=l.value)?void 0:n.token,objectId:e.objectId,comment:{status:t}}),e.status=t},O=async e=>{var t;if("rid"in e)return;const{serverURL:n,lang:r}=p.value;await h({serverURL:n,lang:r,token:null==(t=l.value)?void 0:t.token,objectId:e.objectId,comment:{sticky:e.sticky?0:1}}),e.sticky=!e.sticky},M=async({objectId:e})=>{var t;if(!confirm("Are you sure you want to delete this comment?"))return;const{serverURL:n,lang:r}=p.value;await d({serverURL:n,lang:r,token:null==(t=l.value)?void 0:t.token,objectId:e}),g.value.some(((t,n)=>t.objectId===e?(g.value=g.value.filter(((e,t)=>t!==n)),!0):t.children.some(((r,l)=>r.objectId===e&&(g.value[n].children=t.children.filter(((e,t)=>t!==l)),!0)))))},P=async e=>{var t;const{serverURL:n,lang:r}=p.value,{objectId:i}=e,s=o.value.includes(i);await h({serverURL:n,lang:r,objectId:i,token:null==(t=l.value)?void 0:t.token,comment:{like:!s}}),s?o.value=o.value.filter((e=>e!==i)):(o.value=[...o.value,i],o.value.length>50&&(o.value=o.value.slice(-50))),e.like=(e.like||0)+(s?-1:1)};return function(e,t){if(Ul){let n=Ul.provides;const r=Ul.parent&&Ul.parent.provides;r===n&&(n=Ul.provides=Object.create(r)),n[e]=t}}("config",p),kr((()=>{pr((()=>[t.serverURL,t.path]),(()=>L()),{immediate:!0})})),xr((()=>null==k?void 0:k())),(e,t)=>(ml(),kl("div",Zc,[El(Aa),m.value?Il("v-if",!0):(ml(),bl(bc,{key:0,onLog:L,onSubmit:z})),Al("div",Kc,[Al("div",Gc,[s.value?(ml(),kl("span",{key:0,class:"wl-num",textContent:Je(s.value)},null,8,Qc)):Il("v-if",!0),Rl(" "+Je(w.value.comment),1)]),Al("ul",Xc,[(ml(!0),kl(ul,null,_r(Cn(r),(e=>(ml(),kl("li",{key:e,class:Ze([e===f.value?"active":""]),onClick:t=>(e=>{f.value!==e&&(f.value=e,L())})(e)},Je(w.value[e]),11,Jc)))),128))])]),Al("div",Yc,[(ml(!0),kl(ul,null,_r(g.value,(e=>(ml(),bl(Wc,{key:e.objectId,"root-id":e.objectId,comment:e,reply:m.value,edit:v.value,onLog:L,onReply:I,onEdit:T,onSubmit:z,onStatus:j,onDelete:M,onSticky:O,onLike:P},null,8,["root-id","comment","reply","edit"])))),128))]),"error"===i.value?(ml(),kl("div",eu,[Al("button",{type:"button",class:"wl-btn",onClick:L,textContent:Je(w.value.refresh)},null,8,tu)])):"loading"===i.value?(ml(),kl("div",nu,[El(Cn(Ys),{size:30})])):g.value.length?a.value{t.forEach(((t,n)=>{const r=e[n].time;"number"==typeof r&&(t.innerText=r.toString())}))},pu=({serverURL:e,path:t=window.location.pathname,selector:n=".waline-pageview-count",update:r=!0,lang:l=navigator.language})=>{const o=new AbortController,i=Array.from(document.querySelectorAll(n)),s=e=>{const n=Ds(e);return null!==n&&t!==n},a=n=>m({serverURL:K(e),paths:n.map((e=>Ds(e)||t)),lang:l,signal:o.signal}).then((e=>uu(e,n))).catch(hi);if(r){const n=i.filter((e=>!s(e))),r=i.filter(s);v({serverURL:K(e),path:t,lang:l}).then((e=>uu(e,n))),r.length&&a(r)}else a(i);return o.abort.bind(o)};e.RecentComments=({el:e,serverURL:t,count:n,lang:r=navigator.language})=>{var l;const o=va(),i=fi(e),s=new AbortController;return y({serverURL:t,count:n,lang:r,signal:s.signal,token:null==(l=o.value)?void 0:l.token}).then((e=>i&&e.length?(i.innerHTML=`
    `,{comments:e,destroy:()=>{s.abort(),i.innerHTML=""}}):{comments:e,destroy:()=>s.abort()}))},e.UserList=({el:e,serverURL:t,count:n,locale:r,lang:l=navigator.language,mode:o="list"})=>{const i=fi(e),s=new AbortController;return w({serverURL:t,pageSize:n,lang:l,signal:s.signal}).then((e=>i&&e.length?(r={...H(l),..."object"==typeof r?r:{}},i.innerHTML=``,{users:e,destroy:()=>{s.abort(),i.innerHTML=""}}):{users:e,destroy:()=>s.abort()}))},e.addComment=p,e.commentCount=Ns,e.defaultLocales=N,e.deleteComment=d,e.fetchCommentCount=f,e.getArticleCounter=a,e.getComment=u,e.getPageview=m,e.getRecentComment=y,e.getUserList=w,e.init=({el:e="#waline",path:t=window.location.pathname,comment:n=!1,pageview:r=!1,...l})=>{const o=e?fi(e):null;if(e&&!o)throw new Error("Option 'el' do not match any domElement!");if(!l.serverURL)throw new Error("Option 'serverURL' is missing!");const i=ln({...l}),s=ln({comment:n,pageview:r,path:t}),a=o?Uo((()=>Xl(cu,{path:s.path,...i}))):null;a&&a.mount(o);const c=cr((()=>{s.comment&&Ns({serverURL:i.serverURL,path:s.path,...X(s.comment)?{selector:s.comment}:{}})})),u=cr((()=>{s.pageview&&pu({serverURL:i.serverURL,path:s.path,...X(s.pageview)?{selector:s.pageview}:{}})}));return{el:o,update:({comment:e,pageview:t,path:n=window.location.pathname,...r}={})=>{Object.entries(r).forEach((([e,t])=>{i[e]=t})),s.path=n,void 0!==e&&(s.comment=e),void 0!==t&&(s.pageview=t)},destroy:()=>{null==a||a.unmount(),c(),u()}}},e.login=g,e.pageviewCount=pu,e.updateArticleCounter=c,e.updateComment=h,e.updatePageview=v,e.version=qc})); +//# sourceMappingURL=/sm/11f11cdc50b230535b405c2a973f477b72ca6892bbff181e33d384b78ccdcfa8.map \ No newline at end of file diff --git a/dependencies.json b/dependencies.json index 8c8efbb0e..582f1947c 100644 --- a/dependencies.json +++ b/dependencies.json @@ -17,7 +17,7 @@ }, { "name": "@waline/client", - "version": "2.15.8", + "version": "3.1.3", "files": [ { "remote": "dist/waline.css",