From 6899620d084165a91b1de16b3f831fbb7aebb1bd Mon Sep 17 00:00:00 2001 From: dlzmoe <65840178+dlzmoe@users.noreply.github.com> Date: Thu, 2 Jan 2025 10:25:48 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E8=B7=A8=E5=B9=B4?= =?UTF-8?q?=E4=BB=BD=E6=97=B6=E6=9C=9F=E6=98=BE=E7=A4=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../chrome-mv3/content-scripts/content.css | 2 +- .output/chrome-mv3/content-scripts/content.js | 48 +++++++++--------- .output/chrome-mv3/manifest.json | 2 +- .../firefox-mv2/content-scripts/content.css | 2 +- .../firefox-mv2/content-scripts/content.js | 48 +++++++++--------- .output/firefox-mv2/manifest.json | 2 +- ...e.zip => linuxdo-scripts-1.0.9-chrome.zip} | Bin 488674 -> 488691 bytes ....zip => linuxdo-scripts-1.0.9-firefox.zip} | Bin 488658 -> 488675 bytes ....zip => linuxdo-scripts-1.0.9-sources.zip} | Bin 473849 -> 473913 bytes CHANGELOG.md | 2 +- entrypoints/App.vue | 2 +- entrypoints/app.less | 6 +++ .../BasicSettings/MenuShowcreatetime.vue | 12 ++++- .../BasicSettings/MenuShowcreatetime1.vue | 14 +++-- package.json | 2 +- version-log.md | 4 ++ 16 files changed, 86 insertions(+), 60 deletions(-) rename .output/{linuxdo-scripts-1.0.8-chrome.zip => linuxdo-scripts-1.0.9-chrome.zip} (76%) rename .output/{linuxdo-scripts-1.0.8-firefox.zip => linuxdo-scripts-1.0.9-firefox.zip} (76%) rename .output/{linuxdo-scripts-1.0.8-sources.zip => linuxdo-scripts-1.0.9-sources.zip} (91%) diff --git a/.output/chrome-mv3/content-scripts/content.css b/.output/chrome-mv3/content-scripts/content.css index 661e86fc..dea8da74 100644 --- a/.output/chrome-mv3/content-scripts/content.css +++ b/.output/chrome-mv3/content-scripts/content.css @@ -1 +1 @@ -.linuxdoscripts-setting-wrap{position:fixed;left:0;bottom:0;width:60px;height:100vh;z-index:9;display:flex;flex-direction:column;justify-content:flex-end;padding:10px;box-sizing:border-box}.linuxdoscripts-setting-wrap>button{opacity:0;margin-left:-50px;transition:all .2s linear}.linuxdoscripts-setting-wrap:hover>button{opacity:1;margin-left:0}@media (max-width: 768px){.linuxdoscripts-setting-wrap{height:auto;position:fixed}.linuxdoscripts-setting-wrap>button{opacity:1;margin-left:0}}.linuxdoscripts-setting{display:flex;align-items:center;justify-content:center;cursor:pointer;border:none;outline:none;background:#000;color:#fff;width:40px;height:40px;border-radius:5px;box-shadow:1px 2px 5px #0009}.timeline-container .topic-timeline .timeline-scrollarea{max-width:100px!important}#linuxdoscripts{font-size:14px}#linuxdoscripts input[type=text]{width:100%;background:var(--d-input-bg-color)}#linuxdoscripts input[type=checkbox]{width:auto;transform:scale(1.2)}#linuxdoscripts input[type=radio]{width:auto}#linuxdoscripts img{vertical-align:bottom;max-width:100%;height:auto}#linuxdoscripts .close{position:absolute;right:10px;top:45%;cursor:pointer;font-size:34px;color:#999;transform:translateY(-50%) rotate(45deg)}#linuxdoscripts .setting-btn{z-index:199;position:fixed;bottom:20px;right:20px}#linuxdoscripts .setting-btn .el-button{margin:15px 0 0;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--tertiary-low);font-size:14px;cursor:pointer;border:none}#linuxdoscripts .setting-btn .el-button svg{margin:0}#linuxdoscripts .setting-btn .el-button:hover{opacity:.9}#linuxdoscripts .hint{margin-top:5px;color:#d94f4f;font-size:14px}#linuxdoscripts dialog{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);width:700px;max-width:100vw;background:var(--header_background);color:var(--primary);box-shadow:0 8px 32px #0000001a;border-radius:16px;padding:15px;z-index:99999;overflow-x:hidden;box-sizing:border-box;margin:0;border:none;outline:none}#linuxdoscripts dialog .menu-about{padding:5px 0;line-height:2}#linuxdoscripts dialog .menu-about .initialization{color:#999;border-bottom:1px dashed #999;cursor:pointer}#linuxdoscripts dialog .menu-about .initialization:hover{color:#333;border-color:#333}#linuxdoscripts dialog p{margin:0;font-size:14px}#linuxdoscripts .menu-header{padding:.5rem .5rem 1rem;border-bottom:1px solid #eee;position:relative}#linuxdoscripts .title{font-size:18px;font-weight:600;display:flex;align-items:center}#linuxdoscripts .title img{margin-left:10px}#linuxdoscripts button{padding:10px 16px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;border:none;display:inline-flex;align-items:center;justify-content:center;background-color:var(--primary-low)}#linuxdoscripts button+button{margin-left:8px}#linuxdoscripts button.saveload{background:#000;color:#fff}#linuxdoscripts button:hover{opacity:.9}#linuxdoscripts .menu-flex{display:flex;justify-content:space-between;align-items:flex-start}#linuxdoscripts .menu-nav{width:140px;display:flex;flex-direction:column;padding:15px 0 0;margin:0 20px 0 0}#linuxdoscripts .menu-nav li{border-radius:4px;height:32px;width:100%;margin-bottom:5px;box-sizing:border-box;padding:0 10px;display:inline-flex;align-items:center;justify-content:flex-start;font-size:14px;cursor:pointer;line-height:1}#linuxdoscripts .menu-nav li svg{width:16px;margin-right:5px}#linuxdoscripts .menu-nav li.act{background:var(--d-selected)}#linuxdoscripts .menu-body{flex:1;height:480px;overflow-y:auto;box-sizing:border-box}#linuxdoscripts .menu-body::-webkit-scrollbar{height:8px;width:8px}#linuxdoscripts .menu-body::-webkit-scrollbar-corner{background:none}#linuxdoscripts .menu-body::-webkit-scrollbar-thumb{background:#dee0e1;border-radius:8px}#linuxdoscripts .menu-footer{display:flex;margin-top:10px;padding-top:6px}#linuxdoscripts .import{margin-left:auto!important}#linuxdoscripts .import,#linuxdoscripts .export{background:#d1f0ff;color:#559095}#linuxdoscripts .floorlottery{background:#ffb003;color:#fff}#linuxdoscripts .menu-body-item{padding-bottom:30px}#linuxdoscripts .menu-body-item .item{border-bottom:1px solid rgba(0,0,0,.05);padding:15px 0;display:flex;align-items:center;justify-content:space-between}#linuxdoscripts .menu-body-item .item .tit{height:100%;display:flex;align-items:center}#linuxdoscripts .menu-body-item .item input,#linuxdoscripts .menu-body-item .item select{margin-top:0;margin-bottom:0}#linuxdoscripts .menu-body-item .item input[type=checkbox]{width:30px;height:16px;position:relative;background-color:#dcdfe6;box-shadow:#dfdfdf 0 0 inset;border-radius:20px;background-clip:content-box;display:inline-block;appearance:none;-webkit-appearance:none;-moz-appearance:none;-webkit-user-select:none;user-select:none;outline:none;padding:0}#linuxdoscripts .menu-body-item .item input[type=checkbox]:before{content:"";position:absolute;width:12px;height:12px;background-color:#fff;border-radius:50%;left:2px;top:0;bottom:0;margin:auto;transition:.3s}#linuxdoscripts .menu-body-item .item input[type=checkbox]:checked{background-color:var(--tertiary);transition:.6s}#linuxdoscripts .menu-body-item .item input[type=checkbox]:checked:before{left:14px;transition:.3s}#linuxdoscripts input{font-family:inherit;width:100%;border:1px solid #999;outline:0;padding:5px;font-size:14px;margin:0;resize:none;border-radius:0;color:var(--d-input-text-color);background:var(--d-input-bg-color)}#linuxdoscripts input:focus{border-color:var(--tertiary);outline:2px solid var(--tertiary);outline-offset:-2px}#linuxdoscripts textarea{font-family:inherit;width:100%;min-height:100px!important;border:1px solid #999;outline:0;padding:5px;font-size:14px;margin:0;resize:none;border-radius:0;color:var(--d-input-text-color);background:var(--d-input-bg-color)}#linuxdoscripts textarea:focus{border-color:var(--tertiary);outline:2px solid var(--tertiary);outline-offset:-2px}#linuxdoscripts #floorlotterloading img{width:50px;height:50px}#linuxdoscripts .floorlotterywrap{display:none;width:400px;height:300px;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);margin:0;z-index:999}#linuxdoscripts .floorlotterywrap{width:400px;height:300px}#linuxdoscripts .el-checkbox__inner{border:1px solid #979797}#linuxdoscripts label{margin:0}.linuxdoscripts-opacity{position:fixed;left:0;top:0;width:100vw;height:100vh;background:#00000080;z-index:9999}.linuxlevel.four{background:linear-gradient(to right,red,#00f);-webkit-background-clip:text;color:transparent}.topic-post{position:relative}.linuxfloor{display:flex;color:var(--tertiary);width:30px;height:30px;align-items:center;justify-content:center;border-radius:6px;font-size:16px;margin-left:10px}.signature-p{color:#279a36;font-size:14px;word-break:break-word}.topic-list .views{font-weight:400!important;white-space:nowrap!important}.createreply{display:flex;flex-direction:column;max-width:300px}.createreply button{margin-bottom:10px;justify-content:flex-start;text-align:left}.topicpreview-btn,.donottopic-btn{padding:4px 12px!important;font-size:14px!important;opacity:0!important;margin-right:5px!important}.topic-list-item:hover .topicpreview-btn,.topic-list-item:hover .donottopic-btn{opacity:1!important}.topicpreview{position:fixed;top:0;left:0;z-index:99999;width:100vw;height:100vh;display:flex;justify-content:center;align-items:center;display:none}.topicpreview .topicpreview-container{padding:30px 0;border-radius:5px;width:100%;max-width:800px;overflow-y:auto;height:80vh;z-index:10;background:var(--header_background);position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.topicpreview .topicpreview-container .topicpreview-title{font-size:22px;font-weight:600;padding:0 30px}.topicpreview .topicpreview-container .topicpreview-date{padding:0 30px;color:#666}.topicpreview .topicpreview-container .topicpreview-content>.item{display:flex;align-items:flex-start;padding:20px 30px}.topicpreview .topicpreview-container .topicpreview-content>.item .itemfloor{width:50px;text-align:left;font-size:16px;padding-top:15px;color:#25b4cf}.topicpreview .topicpreview-container .topicpreview-content>.item .itempost{flex:1;background:var(--tertiary-low);padding:15px;border-radius:10px;font-size:15px;word-break:break-all}.topicpreview .topicpreview-container .topicpreview-content>.item .itempost pre code{max-width:620px}.topicpreview .topicpreview-container .topicpreview-content>.item .itempost img{max-width:100%;max-height:100%;height:auto}.topicpreview .topicpreview-container .topicpreview-content>.item .itempost .itemname{font-size:16px;color:#8f3a3a;display:flex;justify-content:space-between;align-items:center}.topicpreview .topicpreview-container .topicpreview-content>.item .itempost .itemname span{color:#9e9e9e;margin-left:20px}.topicpreview .topicpreview-container .topicpreview-content>.item .itempost .itemdate{color:#b9b9b9;font-size:16px;margin-left:auto}.topicpreview-opacity{position:absolute;top:0;left:0;width:100%;height:100%;opacity:1;background:#0009;z-index:9}.body-preview .sidebar-wrapper{display:none!important}body.body-preview #main-outlet-wrapper{display:block!important;padding-left:50px!important}.body-preview .d-header-wrap,.body-preview .menu_suspendedball{display:none!important}.post-activity{white-space:nowrap;display:inline-block;width:100%;text-align:left}.d-header img{height:var(--d-logo-height);width:auto;max-width:100%;object-fit:contain}.aicreated-btn,.aireplay-btn{outline:none;border:none;background:var(--tertiary-low);display:inline-flex;align-items:center;justify-content:center;line-height:1;font-size:14px;padding:4px 10px;border-radius:3px;margin-bottom:10px;margin-right:10px}.aicreated-btn{display:none}.gpt-summary-wrap{background:var(--tertiary-low);border-radius:5px;padding:10px;font-size:14px;margin:0 0 10px;line-height:1.6}.gpt-summary-wrap .airegenerate{display:none;margin-top:6px;outline:none;border:1px solid #eee;background:#ffe27d;color:#626262;padding:4px 10px;cursor:pointer;border-radius:3px}.aicreatenewtopictitle{margin-left:20px}.aicreatenewtopictitle:hover{text-decoration:underline;cursor:pointer}.aireply-popup{z-index:999999;position:fixed;top:10%;left:50%;transform:translate(-50%);width:500px;padding:20px;background:var(--tertiary-low);color:#333;box-shadow:#0000 0 0,#0000 0 0,#0000001a 0 20px 25px -5px,#0000001a 0 8px 10px -6px;border-radius:10px;display:none}.aireply-popup .aireply-popup-text{width:100%;height:120px}.aireply-popup .aireply-popup-close{outline:0;min-width:80px;height:32px;border:none;background-color:var(--header_background);text-shadow:0 -1px 0 rgba(0,0,0,.12);box-shadow:0 2px #0000000b;border-radius:4px;padding:0 10px;box-sizing:border-box;transition:all .1s linear}#messageToast{z-index:9999999;position:fixed;left:50%;transform:translate(-50%);top:10%;width:100%;display:flex;flex-direction:column;align-items:center}#messageToast .messageToast-text{background:#4caf50;width:auto;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;text-align:center;line-height:1;height:40px;min-width:240px;font-size:16px;box-sizing:border-box;margin-bottom:10px;opacity:0;animation:messageToast .2s forwards;padding:12px 24px;color:#fff;border-radius:4px;font-size:14px;z-index:9999;box-shadow:0 2px 5px #0003}@keyframes messageToast{0%{transform:translateY(10px);opacity:0}to{transform:translateY(0);opacity:1}}.pangutext{cursor:pointer;margin-left:20px}.pangutext:hover{color:#279a36}.navigation-container.is-active{position:fixed;top:65px;background:var(--header_background);z-index:9;box-shadow:1px 3px 7px #0003;margin-left:-30px;padding-left:30px;border-radius:5px;padding-top:10px;padding-right:20px;min-width:1000px;width:auto}.topic-body.clearfix.highlighted{background-color:var(--tertiary-low)!important}.hotranking-container{position:fixed;right:100px;bottom:20px;background:#fff;box-shadow:1px 10px 20px #0003;border-radius:10px;width:400px;min-height:380px;padding:20px;box-sizing:border-box;z-index:999}.hotranking-container .flex{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.hotranking-container ul li,.hotranking-container ol li{padding:2px 0}.hotranking-container ul li a:hover,.hotranking-container ol li a:hover{text-decoration:underline}.menu-body{padding:0 15px}.inner{display:flex;align-items:center;margin-bottom:10px}.inner label{width:70px;font-weight:400}.inner input{flex:1;margin:0;max-width:300px}.linxudoscripts-tag{background:#29a6a9;color:#fff;font-size:14px!important;padding:0 10px;height:26px;text-align:center;display:inline-flex!important;align-items:center;justify-content:center;border-radius:5px}.menu-table{width:100%}.menu-table td,.menu-table th{padding:10px;font-size:14px}.menu-table .span{cursor:pointer}.menu-table .span+.span{margin-left:10px}.emojiPicker{top:0;left:100%;position:absolute;display:grid;grid-template-columns:repeat(12,1fr);gap:10px;height:100%;overflow:auto;background-color:#000c;padding:10px;border-radius:5px;z-index:9}.emojiPicker img{cursor:pointer;width:30px;height:30px}.UsageTip{position:static;margin:0;font-size:14px;line-height:1.6;background:var(--d-sidebar-background);color:var(--primary-medium)}.UsageTip>div{margin:10px 0}.UsageTip button{padding:8px 10px;margin-bottom:10px;border:none;outline:none;border-radius:4px}.item select[data-v-2ff27db0]{height:28px;border:1px solid #b6b6b6;border-radius:4px;width:180px;margin-left:10px;cursor:pointer}.item[data-v-ccac1712]{border:none!important}.item a[data-v-ccac1712]:hover{text-decoration:underline}.item[data-v-cc36a3be],.item[data-v-318f074c],.item[data-v-00e55c6c],.item[data-v-6a4a0aa6]{border:none!important}input[type=text][data-v-f1ba9b49]{width:100px!important;outline:none;height:24px;border:1px solid #b6b6b6;border-radius:4px;margin-left:10px;padding:0 10px;box-sizing:border-box}.item[data-v-6419b639]{border:none!important;padding-bottom:5px!important}.flex[data-v-6419b639]{display:flex;margin-top:10px}.flex input[data-v-6419b639]{flex:1}.item[data-v-753bdded]{display:block!important}p[data-v-753bdded]{margin:8px 0!important}ul[data-v-753bdded]{display:flex;flex-wrap:wrap;justify-content:space-between;list-style:none;padding:0}ul li[data-v-753bdded]{width:48%;margin-bottom:30px}input[type=radio][data-v-753bdded]{transform:scale(1.2)}.ls-flex[data-v-753bdded]{display:flex;align-content:center;margin-bottom:10px;cursor:pointer}.ls-flex input[data-v-753bdded]{margin-right:10px!important}.ls-flex label[data-v-753bdded]{cursor:pointer;font-weight:300}.item[data-v-87af466b]{border:none!important;padding:0!important;margin-top:15px;position:relative}.item .tit[data-v-87af466b]{white-space:nowrap;width:160px}.item input[data-v-87af466b]{margin:0;width:100%}.item em[data-v-87af466b]{position:absolute;right:10px;top:50%;transform:translateY(-50%);cursor:pointer;display:flex;align-items:center;justify-content:center}.item em svg[data-v-87af466b]{color:#999}.item .lxwebdavpassword[data-v-87af466b]{filter:blur(5px)}.item .lxwebdavpassword.act[data-v-87af466b]{filter:none}.btnwrapper[data-v-87af466b]{margin-top:20px}.el-button.act[data-v-2227390f]{background:linear-gradient(to right,var(--tertiary-low),var(--tertiary-high))!important}@keyframes breathAnimation-21fe769a{0%,to{transform:scale(1);box-shadow:0 0 5px #00000080}50%{transform:scale(1.1);box-shadow:0 0 10px #000000b3}}.breath-animation[data-v-21fe769a]{animation:breathAnimation-21fe769a 4s ease-in-out infinite}.minimized[data-v-21fe769a]{width:50px!important;height:50px!important;border-radius:50%!important;padding:0!important;overflow:hidden;cursor:pointer}#linuxDoLevelPopupContent[data-v-21fe769a]{line-height:1.6;position:fixed;bottom:20px;right:90px;width:250px;height:auto;background-color:var(--tertiary-low);padding:15px;z-index:10000;font-size:14px;border-radius:5px}#linuxDoUserSearch[data-v-21fe769a]{width:100%;margin-top:10px}.button[data-v-21fe769a]{margin-top:10px}.minimize-button[data-v-21fe769a]{position:absolute;top:5px;right:5px;z-index:10001;background:transparent;border:none;cursor:pointer;border-radius:50%;text-align:center;line-height:40px;width:40px;height:40px}ol[data-v-070ea54a]{padding:0 0 0 20px}a[data-v-f766a64e]:hover{text-decoration:underline}.item-foot[data-v-f766a64e]{display:flex;flex-direction:column;align-items:flex-start;position:absolute;bottom:70px;left:22px;line-height:2}.item-foot span[data-v-f766a64e]{margin-bottom:2px} +.linuxdoscripts-setting-wrap{position:fixed;left:0;bottom:0;width:60px;height:100vh;z-index:9;display:flex;flex-direction:column;justify-content:flex-end;padding:10px;box-sizing:border-box}.linuxdoscripts-setting-wrap>button{opacity:0;margin-left:-50px;transition:all .2s linear}.linuxdoscripts-setting-wrap:hover>button{opacity:1;margin-left:0}@media (max-width: 768px){.linuxdoscripts-setting-wrap{height:auto;position:fixed}.linuxdoscripts-setting-wrap>button{opacity:1;margin-left:0}}.linuxdoscripts-setting{display:flex;align-items:center;justify-content:center;cursor:pointer;border:none;outline:none;background:#000;color:#fff;width:40px;height:40px;border-radius:5px;box-shadow:1px 2px 5px #0009}.timeline-container .topic-timeline .timeline-scrollarea{max-width:100px!important}#linuxdoscripts{font-size:14px}#linuxdoscripts input[type=text]{width:100%;background:var(--d-input-bg-color)}#linuxdoscripts input[type=checkbox]{width:auto;transform:scale(1.2)}#linuxdoscripts input[type=radio]{width:auto}#linuxdoscripts img{vertical-align:bottom;max-width:100%;height:auto}#linuxdoscripts .close{position:absolute;right:10px;top:45%;cursor:pointer;font-size:34px;color:#999;transform:translateY(-50%) rotate(45deg)}#linuxdoscripts .setting-btn{z-index:199;position:fixed;bottom:20px;right:20px}#linuxdoscripts .setting-btn .el-button{margin:15px 0 0;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--tertiary-low);font-size:14px;cursor:pointer;border:none}#linuxdoscripts .setting-btn .el-button svg{margin:0}#linuxdoscripts .setting-btn .el-button:hover{opacity:.9}#linuxdoscripts .hint{margin-top:5px;color:#d94f4f;font-size:14px}#linuxdoscripts dialog{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);width:700px;max-width:100vw;background:var(--header_background);color:var(--primary);box-shadow:0 8px 32px #0000001a;border-radius:16px;padding:15px;z-index:99999;overflow-x:hidden;box-sizing:border-box;margin:0;border:none;outline:none}#linuxdoscripts dialog .menu-about{padding:5px 0;line-height:2}#linuxdoscripts dialog .menu-about .initialization{color:#999;border-bottom:1px dashed #999;cursor:pointer}#linuxdoscripts dialog .menu-about .initialization:hover{color:#333;border-color:#333}#linuxdoscripts dialog p{margin:0;font-size:14px}#linuxdoscripts .menu-header{padding:.5rem .5rem 1rem;border-bottom:1px solid #eee;position:relative}#linuxdoscripts .title{font-size:18px;font-weight:600;display:flex;align-items:center}#linuxdoscripts .title img{margin-left:10px}#linuxdoscripts button{padding:10px 16px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;border:none;display:inline-flex;align-items:center;justify-content:center;background-color:var(--primary-low)}#linuxdoscripts button+button{margin-left:8px}#linuxdoscripts button.saveload{background:#000;color:#fff}#linuxdoscripts button:hover{opacity:.9}#linuxdoscripts .menu-flex{display:flex;justify-content:space-between;align-items:flex-start}#linuxdoscripts .menu-nav{width:140px;display:flex;flex-direction:column;padding:15px 0 0;margin:0 20px 0 0}#linuxdoscripts .menu-nav li{border-radius:4px;height:32px;width:100%;margin-bottom:5px;box-sizing:border-box;padding:0 10px;display:inline-flex;align-items:center;justify-content:flex-start;font-size:14px;cursor:pointer;line-height:1}#linuxdoscripts .menu-nav li svg{width:16px;margin-right:5px}#linuxdoscripts .menu-nav li.act{background:var(--d-selected)}#linuxdoscripts .menu-body{flex:1;height:480px;overflow-y:auto;box-sizing:border-box}#linuxdoscripts .menu-body::-webkit-scrollbar{height:8px;width:8px}#linuxdoscripts .menu-body::-webkit-scrollbar-corner{background:none}#linuxdoscripts .menu-body::-webkit-scrollbar-thumb{background:#dee0e1;border-radius:8px}#linuxdoscripts .menu-footer{display:flex;margin-top:10px;padding-top:6px}#linuxdoscripts .import{margin-left:auto!important}#linuxdoscripts .import,#linuxdoscripts .export{background:#d1f0ff;color:#559095}#linuxdoscripts .floorlottery{background:#ffb003;color:#fff}#linuxdoscripts .menu-body-item{padding-bottom:30px}#linuxdoscripts .menu-body-item .item{border-bottom:1px solid rgba(0,0,0,.05);padding:15px 0;display:flex;align-items:center;justify-content:space-between}#linuxdoscripts .menu-body-item .item .tit{height:100%;display:flex;align-items:center}#linuxdoscripts .menu-body-item .item input,#linuxdoscripts .menu-body-item .item select{margin-top:0;margin-bottom:0}#linuxdoscripts .menu-body-item .item input[type=checkbox]{width:30px;height:16px;position:relative;background-color:#dcdfe6;box-shadow:#dfdfdf 0 0 inset;border-radius:20px;background-clip:content-box;display:inline-block;appearance:none;-webkit-appearance:none;-moz-appearance:none;-webkit-user-select:none;user-select:none;outline:none;padding:0}#linuxdoscripts .menu-body-item .item input[type=checkbox]:before{content:"";position:absolute;width:12px;height:12px;background-color:#fff;border-radius:50%;left:2px;top:0;bottom:0;margin:auto;transition:.3s}#linuxdoscripts .menu-body-item .item input[type=checkbox]:checked{background-color:var(--tertiary);transition:.6s}#linuxdoscripts .menu-body-item .item input[type=checkbox]:checked:before{left:14px;transition:.3s}#linuxdoscripts input{font-family:inherit;width:100%;border:1px solid #999;outline:0;padding:5px;font-size:14px;margin:0;resize:none;border-radius:0;color:var(--d-input-text-color);background:var(--d-input-bg-color)}#linuxdoscripts input:focus{border-color:var(--tertiary);outline:2px solid var(--tertiary);outline-offset:-2px}#linuxdoscripts textarea{font-family:inherit;width:100%;min-height:100px!important;border:1px solid #999;outline:0;padding:5px;font-size:14px;margin:0;resize:none;border-radius:0;color:var(--d-input-text-color);background:var(--d-input-bg-color)}#linuxdoscripts textarea:focus{border-color:var(--tertiary);outline:2px solid var(--tertiary);outline-offset:-2px}#linuxdoscripts #floorlotterloading img{width:50px;height:50px}#linuxdoscripts .floorlotterywrap{display:none;width:400px;height:300px;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);margin:0;z-index:999}#linuxdoscripts .floorlotterywrap{width:400px;height:300px}#linuxdoscripts .el-checkbox__inner{border:1px solid #979797}#linuxdoscripts label{margin:0}.linuxdoscripts-opacity{position:fixed;left:0;top:0;width:100vw;height:100vh;background:#00000080;z-index:9999}.linuxlevel.four{background:linear-gradient(to right,red,#00f);-webkit-background-clip:text;color:transparent}.topic-post{position:relative}.linuxfloor{display:flex;color:var(--tertiary);width:30px;height:30px;align-items:center;justify-content:center;border-radius:6px;font-size:16px;margin-left:10px}.signature-p{color:#279a36;font-size:14px;word-break:break-word}.topic-list .views{font-weight:400!important;white-space:nowrap!important}.createreply{display:flex;flex-direction:column;max-width:300px}.createreply button{margin-bottom:10px;justify-content:flex-start;text-align:left}.topicpreview-btn,.donottopic-btn{padding:4px 12px!important;font-size:14px!important;opacity:0!important;margin-right:5px!important}.topic-list-item:hover .topicpreview-btn,.topic-list-item:hover .donottopic-btn{opacity:1!important}.topicpreview{position:fixed;top:0;left:0;z-index:99999;width:100vw;height:100vh;display:flex;justify-content:center;align-items:center;display:none}.topicpreview .topicpreview-container{padding:30px 0;border-radius:5px;width:100%;max-width:800px;overflow-y:auto;height:80vh;z-index:10;background:var(--header_background);position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.topicpreview .topicpreview-container .topicpreview-title{font-size:22px;font-weight:600;padding:0 30px}.topicpreview .topicpreview-container .topicpreview-date{padding:0 30px;color:#666}.topicpreview .topicpreview-container .topicpreview-content>.item{display:flex;align-items:flex-start;padding:20px 30px}.topicpreview .topicpreview-container .topicpreview-content>.item .itemfloor{width:50px;text-align:left;font-size:16px;padding-top:15px;color:#25b4cf}.topicpreview .topicpreview-container .topicpreview-content>.item .itempost{flex:1;background:var(--tertiary-low);padding:15px;border-radius:10px;font-size:15px;word-break:break-all}.topicpreview .topicpreview-container .topicpreview-content>.item .itempost pre code{max-width:620px}.topicpreview .topicpreview-container .topicpreview-content>.item .itempost img{max-width:100%;max-height:100%;height:auto}.topicpreview .topicpreview-container .topicpreview-content>.item .itempost .itemname{font-size:16px;color:#8f3a3a;display:flex;justify-content:space-between;align-items:center}.topicpreview .topicpreview-container .topicpreview-content>.item .itempost .itemname span{color:#9e9e9e;margin-left:20px}.topicpreview .topicpreview-container .topicpreview-content>.item .itempost .itemdate{color:#b9b9b9;font-size:16px;margin-left:auto}.topicpreview-opacity{position:absolute;top:0;left:0;width:100%;height:100%;opacity:1;background:#0009;z-index:9}.body-preview .sidebar-wrapper{display:none!important}body.body-preview #main-outlet-wrapper{display:block!important;padding-left:50px!important}.body-preview .d-header-wrap,.body-preview .menu_suspendedball{display:none!important}.post-activity{white-space:nowrap;display:inline-block;width:100%;text-align:left}.d-header img{height:var(--d-logo-height);width:auto;max-width:100%;object-fit:contain}.aicreated-btn,.aireplay-btn{outline:none;border:none;background:var(--tertiary-low);display:inline-flex;align-items:center;justify-content:center;line-height:1;font-size:14px;padding:4px 10px;border-radius:3px;margin-bottom:10px;margin-right:10px}.aicreated-btn{display:none}.gpt-summary-wrap{background:var(--tertiary-low);border-radius:5px;padding:10px;font-size:14px;margin:0 0 10px;line-height:1.6}.gpt-summary-wrap .airegenerate{display:none;margin-top:6px;outline:none;border:1px solid #eee;background:#ffe27d;color:#626262;padding:4px 10px;cursor:pointer;border-radius:3px}.aicreatenewtopictitle{margin-left:20px}.aicreatenewtopictitle:hover{text-decoration:underline;cursor:pointer}.aireply-popup{z-index:999999;position:fixed;top:10%;left:50%;transform:translate(-50%);width:500px;padding:20px;background:var(--tertiary-low);color:#333;box-shadow:#0000 0 0,#0000 0 0,#0000001a 0 20px 25px -5px,#0000001a 0 8px 10px -6px;border-radius:10px;display:none}.aireply-popup .aireply-popup-text{width:100%;height:120px}.aireply-popup .aireply-popup-close{outline:0;min-width:80px;height:32px;border:none;background-color:var(--header_background);text-shadow:0 -1px 0 rgba(0,0,0,.12);box-shadow:0 2px #0000000b;border-radius:4px;padding:0 10px;box-sizing:border-box;transition:all .1s linear}#messageToast{z-index:9999999;position:fixed;left:50%;transform:translate(-50%);top:10%;width:100%;display:flex;flex-direction:column;align-items:center}#messageToast .messageToast-text{background:#4caf50;width:auto;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;text-align:center;line-height:1;height:40px;min-width:240px;font-size:16px;box-sizing:border-box;margin-bottom:10px;opacity:0;animation:messageToast .2s forwards;padding:12px 24px;color:#fff;border-radius:4px;font-size:14px;z-index:9999;box-shadow:0 2px 5px #0003}@keyframes messageToast{0%{transform:translateY(10px);opacity:0}to{transform:translateY(0);opacity:1}}.pangutext{cursor:pointer;margin-left:20px}.pangutext:hover{color:#279a36}.navigation-container.is-active{position:fixed;top:65px;background:var(--header_background);z-index:9;box-shadow:1px 3px 7px #0003;margin-left:-30px;padding-left:30px;border-radius:5px;padding-top:10px;padding-right:20px;min-width:1000px;width:auto}.topic-body.clearfix.highlighted{background-color:var(--tertiary-low)!important}.hotranking-container{position:fixed;right:100px;bottom:20px;background:#fff;box-shadow:1px 10px 20px #0003;border-radius:10px;width:400px;min-height:380px;padding:20px;box-sizing:border-box;z-index:999}.hotranking-container .flex{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.hotranking-container ul li,.hotranking-container ol li{padding:2px 0}.hotranking-container ul li a:hover,.hotranking-container ol li a:hover{text-decoration:underline}.menu-body{padding:0 15px}.inner{display:flex;align-items:center;margin-bottom:10px}.inner label{width:70px;font-weight:400}.inner input{flex:1;margin:0;max-width:300px}.linxudoscripts-tag{background:#29a6a9;color:#fff;font-size:14px!important;padding:0 10px;height:26px;text-align:center;display:inline-flex!important;align-items:center;justify-content:center;border-radius:5px}.menu-table{width:100%}.menu-table td,.menu-table th{padding:10px;font-size:14px}.menu-table .span{cursor:pointer}.menu-table .span+.span{margin-left:10px}.emojiPicker{top:0;left:100%;position:absolute;display:grid;grid-template-columns:repeat(12,1fr);gap:10px;height:100%;overflow:auto;background-color:#000c;padding:10px;border-radius:5px;z-index:9}.emojiPicker img{cursor:pointer;width:30px;height:30px}.UsageTip{position:static;margin:0;font-size:14px;line-height:1.6;background:var(--d-sidebar-background);color:var(--primary-medium)}.UsageTip>div{margin:10px 0}.UsageTip button{padding:8px 10px;margin-bottom:10px;border:none;outline:none;border-radius:4px}.linuxtime img{margin-right:5px}.item select[data-v-2ff27db0]{height:28px;border:1px solid #b6b6b6;border-radius:4px;width:180px;margin-left:10px;cursor:pointer}.item[data-v-ccac1712]{border:none!important}.item a[data-v-ccac1712]:hover{text-decoration:underline}.item[data-v-cc36a3be],.item[data-v-318f074c],.item[data-v-00e55c6c],.item[data-v-6a4a0aa6]{border:none!important}input[type=text][data-v-f1ba9b49]{width:100px!important;outline:none;height:24px;border:1px solid #b6b6b6;border-radius:4px;margin-left:10px;padding:0 10px;box-sizing:border-box}.item[data-v-6419b639]{border:none!important;padding-bottom:5px!important}.flex[data-v-6419b639]{display:flex;margin-top:10px}.flex input[data-v-6419b639]{flex:1}.item[data-v-753bdded]{display:block!important}p[data-v-753bdded]{margin:8px 0!important}ul[data-v-753bdded]{display:flex;flex-wrap:wrap;justify-content:space-between;list-style:none;padding:0}ul li[data-v-753bdded]{width:48%;margin-bottom:30px}input[type=radio][data-v-753bdded]{transform:scale(1.2)}.ls-flex[data-v-753bdded]{display:flex;align-content:center;margin-bottom:10px;cursor:pointer}.ls-flex input[data-v-753bdded]{margin-right:10px!important}.ls-flex label[data-v-753bdded]{cursor:pointer;font-weight:300}.item[data-v-87af466b]{border:none!important;padding:0!important;margin-top:15px;position:relative}.item .tit[data-v-87af466b]{white-space:nowrap;width:160px}.item input[data-v-87af466b]{margin:0;width:100%}.item em[data-v-87af466b]{position:absolute;right:10px;top:50%;transform:translateY(-50%);cursor:pointer;display:flex;align-items:center;justify-content:center}.item em svg[data-v-87af466b]{color:#999}.item .lxwebdavpassword[data-v-87af466b]{filter:blur(5px)}.item .lxwebdavpassword.act[data-v-87af466b]{filter:none}.btnwrapper[data-v-87af466b]{margin-top:20px}.el-button.act[data-v-2227390f]{background:linear-gradient(to right,var(--tertiary-low),var(--tertiary-high))!important}@keyframes breathAnimation-21fe769a{0%,to{transform:scale(1);box-shadow:0 0 5px #00000080}50%{transform:scale(1.1);box-shadow:0 0 10px #000000b3}}.breath-animation[data-v-21fe769a]{animation:breathAnimation-21fe769a 4s ease-in-out infinite}.minimized[data-v-21fe769a]{width:50px!important;height:50px!important;border-radius:50%!important;padding:0!important;overflow:hidden;cursor:pointer}#linuxDoLevelPopupContent[data-v-21fe769a]{line-height:1.6;position:fixed;bottom:20px;right:90px;width:250px;height:auto;background-color:var(--tertiary-low);padding:15px;z-index:10000;font-size:14px;border-radius:5px}#linuxDoUserSearch[data-v-21fe769a]{width:100%;margin-top:10px}.button[data-v-21fe769a]{margin-top:10px}.minimize-button[data-v-21fe769a]{position:absolute;top:5px;right:5px;z-index:10001;background:transparent;border:none;cursor:pointer;border-radius:50%;text-align:center;line-height:40px;width:40px;height:40px}ol[data-v-070ea54a]{padding:0 0 0 20px}a[data-v-f766a64e]:hover{text-decoration:underline}.item-foot[data-v-f766a64e]{display:flex;flex-direction:column;align-items:flex-start;position:absolute;bottom:70px;left:22px;line-height:2}.item-foot span[data-v-f766a64e]{margin-bottom:2px} diff --git a/.output/chrome-mv3/content-scripts/content.js b/.output/chrome-mv3/content-scripts/content.js index 79df14b8..b197f7f9 100644 --- a/.output/chrome-mv3/content-scripts/content.js +++ b/.output/chrome-mv3/content-scripts/content.js @@ -1,4 +1,4 @@ -var content=function(){"use strict";var ay=Object.defineProperty;var ly=(Wn,zt,gn)=>zt in Wn?ay(Wn,zt,{enumerable:!0,configurable:!0,writable:!0,value:gn}):Wn[zt]=gn;var Re=(Wn,zt,gn)=>ly(Wn,typeof zt!="symbol"?zt+"":zt,gn);var xl,_l;function Wn(t){return t}const zt=((_l=(xl=globalThis.browser)==null?void 0:xl.runtime)==null?void 0:_l.id)==null?globalThis.chrome:globalThis.browser;function gn(t,...e){}const ji={debug:(...t)=>gn(console.debug,...t),log:(...t)=>gn(console.log,...t),warn:(...t)=>gn(console.warn,...t),error:(...t)=>gn(console.error,...t)},Ii=class Ii extends Event{constructor(e,n){super(Ii.EVENT_NAME,{}),this.newUrl=e,this.oldUrl=n}};Re(Ii,"EVENT_NAME",Ui("wxt:locationchange"));let Hi=Ii;function Ui(t){var e;return`${(e=zt==null?void 0:zt.runtime)==null?void 0:e.id}:content:${t}`}function ec(t){let e,n;return{run(){e==null&&(n=new URL(location.href),e=t.setInterval(()=>{let i=new URL(location.href);i.href!==n.href&&(window.dispatchEvent(new Hi(i,n)),n=i)},1e3))}}}const Rs=class Rs{constructor(e,n){Re(this,"isTopFrame",window.self===window.top);Re(this,"abortController");Re(this,"locationWatcher",ec(this));this.contentScriptName=e,this.options=n,this.abortController=new AbortController,this.isTopFrame?(this.listenForNewerScripts({ignoreFirstEvent:!0}),this.stopOldScripts()):this.listenForNewerScripts()}get signal(){return this.abortController.signal}abort(e){return this.abortController.abort(e)}get isInvalid(){return zt.runtime.id==null&&this.notifyInvalidated(),this.signal.aborted}get isValid(){return!this.isInvalid}onInvalidated(e){return this.signal.addEventListener("abort",e),()=>this.signal.removeEventListener("abort",e)}block(){return new Promise(()=>{})}setInterval(e,n){const i=setInterval(()=>{this.isValid&&e()},n);return this.onInvalidated(()=>clearInterval(i)),i}setTimeout(e,n){const i=setTimeout(()=>{this.isValid&&e()},n);return this.onInvalidated(()=>clearTimeout(i)),i}requestAnimationFrame(e){const n=requestAnimationFrame((...i)=>{this.isValid&&e(...i)});return this.onInvalidated(()=>cancelAnimationFrame(n)),n}requestIdleCallback(e,n){const i=requestIdleCallback((...r)=>{this.signal.aborted||e(...r)},n);return this.onInvalidated(()=>cancelIdleCallback(i)),i}addEventListener(e,n,i,r){var a;n==="wxt:locationchange"&&this.isValid&&this.locationWatcher.run(),(a=e.addEventListener)==null||a.call(e,n.startsWith("wxt:")?Ui(n):n,i,{...r,signal:this.signal})}notifyInvalidated(){this.abort("Content script context invalidated"),ji.debug(`Content script "${this.contentScriptName}" context invalidated`)}stopOldScripts(){window.postMessage({type:Rs.SCRIPT_STARTED_MESSAGE_TYPE,contentScriptName:this.contentScriptName},"*")}listenForNewerScripts(e){let n=!0;const i=r=>{var a,l;if(((a=r.data)==null?void 0:a.type)===Rs.SCRIPT_STARTED_MESSAGE_TYPE&&((l=r.data)==null?void 0:l.contentScriptName)===this.contentScriptName){const h=n;if(n=!1,h&&(e!=null&&e.ignoreFirstEvent))return;this.notifyInvalidated()}};addEventListener("message",i),this.onInvalidated(()=>removeEventListener("message",i))}};Re(Rs,"SCRIPT_STARTED_MESSAGE_TYPE",Ui("wxt:content-script-started"));let Bi=Rs;const tc=Symbol("null");let nc=0;class sc extends Map{constructor(){super(),this._objectHashes=new WeakMap,this._symbolHashes=new Map,this._publicKeys=new Map;const[e]=arguments;if(e!=null){if(typeof e[Symbol.iterator]!="function")throw new TypeError(typeof e+" is not iterable (cannot read property Symbol(Symbol.iterator))");for(const[n,i]of e)this.set(n,i)}}_getPublicKeys(e,n=!1){if(!Array.isArray(e))throw new TypeError("The keys parameter must be an array");const i=this._getPrivateKey(e,n);let r;return i&&this._publicKeys.has(i)?r=this._publicKeys.get(i):n&&(r=[...e],this._publicKeys.set(i,r)),{privateKey:i,publicKey:r}}_getPrivateKey(e,n=!1){const i=[];for(let r of e){r===null&&(r=tc);const a=typeof r=="object"||typeof r=="function"?"_objectHashes":typeof r=="symbol"?"_symbolHashes":!1;if(!a)i.push(r);else if(this[a].has(r))i.push(this[a].get(r));else if(n){const l=`@@mkm-ref-${nc++}@@`;this[a].set(r,l),i.push(l)}else return!1}return JSON.stringify(i)}set(e,n){const{publicKey:i}=this._getPublicKeys(e,!0);return super.set(i,n)}get(e){const{publicKey:n}=this._getPublicKeys(e);return super.get(n)}has(e){const{publicKey:n}=this._getPublicKeys(e);return super.has(n)}delete(e){const{publicKey:n,privateKey:i}=this._getPublicKeys(e);return!!(n&&super.delete(n)&&this._publicKeys.delete(i))}clear(){super.clear(),this._symbolHashes.clear(),this._publicKeys.clear()}get[Symbol.toStringTag](){return"ManyKeysMap"}get size(){return super.size}}function qi(t){if(t===null||typeof t!="object")return!1;const e=Object.getPrototypeOf(t);return e!==null&&e!==Object.prototype&&Object.getPrototypeOf(e)!==null||Symbol.iterator in t?!1:Symbol.toStringTag in t?Object.prototype.toString.call(t)==="[object Module]":!0}function Xi(t,e,n=".",i){if(!qi(e))return Xi(t,{},n,i);const r=Object.assign({},e);for(const a in t){if(a==="__proto__"||a==="constructor")continue;const l=t[a];l!=null&&(i&&i(r,a,l,n)||(Array.isArray(l)&&Array.isArray(r[a])?r[a]=[...l,...r[a]]:qi(l)&&qi(r[a])?r[a]=Xi(l,r[a],(n?`${n}.`:"")+a.toString(),i):r[a]=l))}return r}function ic(t){return(...e)=>e.reduce((n,i)=>Xi(n,i,"",t),{})}const rc=ic(),fo=t=>t!==null?{isDetected:!0,result:t}:{isDetected:!1},oc=t=>t===null?{isDetected:!0,result:null}:{isDetected:!1},ac=()=>({target:globalThis.document,unifyProcess:!0,detector:fo,observeConfigs:{childList:!0,subtree:!0,attributes:!0},signal:void 0,customMatcher:void 0}),lc=(t,e)=>rc(t,e),Ki=new sc;function cc(t){const{defaultOptions:e}=t;return(n,i)=>{const{target:r,unifyProcess:a,observeConfigs:l,detector:h,signal:m,customMatcher:_}=lc(i,e),x=[n,r,a,l,h,m,_],$=Ki.get(x);if(a&&$)return $;const P=new Promise(async(X,R)=>{if(m!=null&&m.aborted)return R(m.reason);const U=new MutationObserver(async J=>{for(const Ve of J){if(m!=null&&m.aborted){U.disconnect();break}const Ae=await po({selector:n,target:r,detector:h,customMatcher:_});if(Ae.isDetected){U.disconnect(),X(Ae.result);break}}});m==null||m.addEventListener("abort",()=>(U.disconnect(),R(m.reason)),{once:!0});const _e=await po({selector:n,target:r,detector:h,customMatcher:_});if(_e.isDetected)return X(_e.result);U.observe(r,l)}).finally(()=>{Ki.delete(x)});return Ki.set(x,P),P}}async function po({target:t,selector:e,detector:n,customMatcher:i}){const r=i?i(e):t.querySelector(e);return await n(r)}const uc=cc({defaultOptions:ac()});function Wi(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}var Ji,ho;function dc(){if(ho)return Ji;ho=1;var t=/^[a-z](?:[\.0-9_a-z\xB7\xC0-\xD6\xD8-\xF6\xF8-\u037D\u037F-\u1FFF\u200C\u200D\u203F\u2040\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]|[\uD800-\uDB7F][\uDC00-\uDFFF])*-(?:[\x2D\.0-9_a-z\xB7\xC0-\xD6\xD8-\xF6\xF8-\u037D\u037F-\u1FFF\u200C\u200D\u203F\u2040\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]|[\uD800-\uDB7F][\uDC00-\uDFFF])*$/,e=function(n){return t.test(n)};return Ji=e,Ji}var fc=dc();const pc=Wi(fc);var hc=(t,e,n)=>new Promise((i,r)=>{var a=m=>{try{h(n.next(m))}catch(_){r(_)}},l=m=>{try{h(n.throw(m))}catch(_){r(_)}},h=m=>m.done?i(m.value):Promise.resolve(m.value).then(a,l);h((n=n.apply(t,e)).next())});function gc(t){return hc(this,null,function*(){const{name:e,mode:n="closed",css:i,isolateEvents:r=!1}=t;if(!pc(e))throw Error(`"${e}" is not a valid custom element name. It must be two words and kebab-case, with a few exceptions. See spec for more details: https://html.spec.whatwg.org/multipage/custom-elements.html#valid-custom-element-name`);const a=document.createElement(e),l=a.attachShadow({mode:n}),h=document.createElement("html"),m=document.createElement("body"),_=document.createElement("head");if(i){const x=document.createElement("style");"url"in i?x.textContent=yield fetch(i.url).then($=>$.text()):x.textContent=i.textContent,_.appendChild(x)}return h.appendChild(_),h.appendChild(m),l.appendChild(h),r&&(Array.isArray(r)?r:["keydown","keyup","keypress"]).forEach($=>{m.addEventListener($,P=>P.stopPropagation())}),{parentElement:a,shadow:l,isolatedElement:m}})}async function mc(t,e){var x;const n=[e.css??""];if(((x=t.options)==null?void 0:x.cssInjectionMode)==="ui"){const $=await _c();n.push($.replaceAll(":root",":host"))}const{isolatedElement:i,parentElement:r,shadow:a}=await gc({name:e.name,css:{textContent:n.join(` +var content=function(){"use strict";var ay=Object.defineProperty;var ly=(Wn,zt,gn)=>zt in Wn?ay(Wn,zt,{enumerable:!0,configurable:!0,writable:!0,value:gn}):Wn[zt]=gn;var Re=(Wn,zt,gn)=>ly(Wn,typeof zt!="symbol"?zt+"":zt,gn);var xl,_l;function Wn(t){return t}const zt=((_l=(xl=globalThis.browser)==null?void 0:xl.runtime)==null?void 0:_l.id)==null?globalThis.chrome:globalThis.browser;function gn(t,...e){}const ji={debug:(...t)=>gn(console.debug,...t),log:(...t)=>gn(console.log,...t),warn:(...t)=>gn(console.warn,...t),error:(...t)=>gn(console.error,...t)},Ii=class Ii extends Event{constructor(e,n){super(Ii.EVENT_NAME,{}),this.newUrl=e,this.oldUrl=n}};Re(Ii,"EVENT_NAME",Ui("wxt:locationchange"));let Hi=Ii;function Ui(t){var e;return`${(e=zt==null?void 0:zt.runtime)==null?void 0:e.id}:content:${t}`}function ec(t){let e,n;return{run(){e==null&&(n=new URL(location.href),e=t.setInterval(()=>{let i=new URL(location.href);i.href!==n.href&&(window.dispatchEvent(new Hi(i,n)),n=i)},1e3))}}}const Rs=class Rs{constructor(e,n){Re(this,"isTopFrame",window.self===window.top);Re(this,"abortController");Re(this,"locationWatcher",ec(this));this.contentScriptName=e,this.options=n,this.abortController=new AbortController,this.isTopFrame?(this.listenForNewerScripts({ignoreFirstEvent:!0}),this.stopOldScripts()):this.listenForNewerScripts()}get signal(){return this.abortController.signal}abort(e){return this.abortController.abort(e)}get isInvalid(){return zt.runtime.id==null&&this.notifyInvalidated(),this.signal.aborted}get isValid(){return!this.isInvalid}onInvalidated(e){return this.signal.addEventListener("abort",e),()=>this.signal.removeEventListener("abort",e)}block(){return new Promise(()=>{})}setInterval(e,n){const i=setInterval(()=>{this.isValid&&e()},n);return this.onInvalidated(()=>clearInterval(i)),i}setTimeout(e,n){const i=setTimeout(()=>{this.isValid&&e()},n);return this.onInvalidated(()=>clearTimeout(i)),i}requestAnimationFrame(e){const n=requestAnimationFrame((...i)=>{this.isValid&&e(...i)});return this.onInvalidated(()=>cancelAnimationFrame(n)),n}requestIdleCallback(e,n){const i=requestIdleCallback((...r)=>{this.signal.aborted||e(...r)},n);return this.onInvalidated(()=>cancelIdleCallback(i)),i}addEventListener(e,n,i,r){var a;n==="wxt:locationchange"&&this.isValid&&this.locationWatcher.run(),(a=e.addEventListener)==null||a.call(e,n.startsWith("wxt:")?Ui(n):n,i,{...r,signal:this.signal})}notifyInvalidated(){this.abort("Content script context invalidated"),ji.debug(`Content script "${this.contentScriptName}" context invalidated`)}stopOldScripts(){window.postMessage({type:Rs.SCRIPT_STARTED_MESSAGE_TYPE,contentScriptName:this.contentScriptName},"*")}listenForNewerScripts(e){let n=!0;const i=r=>{var a,l;if(((a=r.data)==null?void 0:a.type)===Rs.SCRIPT_STARTED_MESSAGE_TYPE&&((l=r.data)==null?void 0:l.contentScriptName)===this.contentScriptName){const h=n;if(n=!1,h&&(e!=null&&e.ignoreFirstEvent))return;this.notifyInvalidated()}};addEventListener("message",i),this.onInvalidated(()=>removeEventListener("message",i))}};Re(Rs,"SCRIPT_STARTED_MESSAGE_TYPE",Ui("wxt:content-script-started"));let Bi=Rs;const tc=Symbol("null");let nc=0;class sc extends Map{constructor(){super(),this._objectHashes=new WeakMap,this._symbolHashes=new Map,this._publicKeys=new Map;const[e]=arguments;if(e!=null){if(typeof e[Symbol.iterator]!="function")throw new TypeError(typeof e+" is not iterable (cannot read property Symbol(Symbol.iterator))");for(const[n,i]of e)this.set(n,i)}}_getPublicKeys(e,n=!1){if(!Array.isArray(e))throw new TypeError("The keys parameter must be an array");const i=this._getPrivateKey(e,n);let r;return i&&this._publicKeys.has(i)?r=this._publicKeys.get(i):n&&(r=[...e],this._publicKeys.set(i,r)),{privateKey:i,publicKey:r}}_getPrivateKey(e,n=!1){const i=[];for(let r of e){r===null&&(r=tc);const a=typeof r=="object"||typeof r=="function"?"_objectHashes":typeof r=="symbol"?"_symbolHashes":!1;if(!a)i.push(r);else if(this[a].has(r))i.push(this[a].get(r));else if(n){const l=`@@mkm-ref-${nc++}@@`;this[a].set(r,l),i.push(l)}else return!1}return JSON.stringify(i)}set(e,n){const{publicKey:i}=this._getPublicKeys(e,!0);return super.set(i,n)}get(e){const{publicKey:n}=this._getPublicKeys(e);return super.get(n)}has(e){const{publicKey:n}=this._getPublicKeys(e);return super.has(n)}delete(e){const{publicKey:n,privateKey:i}=this._getPublicKeys(e);return!!(n&&super.delete(n)&&this._publicKeys.delete(i))}clear(){super.clear(),this._symbolHashes.clear(),this._publicKeys.clear()}get[Symbol.toStringTag](){return"ManyKeysMap"}get size(){return super.size}}function qi(t){if(t===null||typeof t!="object")return!1;const e=Object.getPrototypeOf(t);return e!==null&&e!==Object.prototype&&Object.getPrototypeOf(e)!==null||Symbol.iterator in t?!1:Symbol.toStringTag in t?Object.prototype.toString.call(t)==="[object Module]":!0}function Xi(t,e,n=".",i){if(!qi(e))return Xi(t,{},n,i);const r=Object.assign({},e);for(const a in t){if(a==="__proto__"||a==="constructor")continue;const l=t[a];l!=null&&(i&&i(r,a,l,n)||(Array.isArray(l)&&Array.isArray(r[a])?r[a]=[...l,...r[a]]:qi(l)&&qi(r[a])?r[a]=Xi(l,r[a],(n?`${n}.`:"")+a.toString(),i):r[a]=l))}return r}function ic(t){return(...e)=>e.reduce((n,i)=>Xi(n,i,"",t),{})}const rc=ic(),fo=t=>t!==null?{isDetected:!0,result:t}:{isDetected:!1},oc=t=>t===null?{isDetected:!0,result:null}:{isDetected:!1},ac=()=>({target:globalThis.document,unifyProcess:!0,detector:fo,observeConfigs:{childList:!0,subtree:!0,attributes:!0},signal:void 0,customMatcher:void 0}),lc=(t,e)=>rc(t,e),Ki=new sc;function cc(t){const{defaultOptions:e}=t;return(n,i)=>{const{target:r,unifyProcess:a,observeConfigs:l,detector:h,signal:m,customMatcher:_}=lc(i,e),v=[n,r,a,l,h,m,_],$=Ki.get(v);if(a&&$)return $;const P=new Promise(async(X,R)=>{if(m!=null&&m.aborted)return R(m.reason);const U=new MutationObserver(async J=>{for(const Ve of J){if(m!=null&&m.aborted){U.disconnect();break}const Ae=await po({selector:n,target:r,detector:h,customMatcher:_});if(Ae.isDetected){U.disconnect(),X(Ae.result);break}}});m==null||m.addEventListener("abort",()=>(U.disconnect(),R(m.reason)),{once:!0});const _e=await po({selector:n,target:r,detector:h,customMatcher:_});if(_e.isDetected)return X(_e.result);U.observe(r,l)}).finally(()=>{Ki.delete(v)});return Ki.set(v,P),P}}async function po({target:t,selector:e,detector:n,customMatcher:i}){const r=i?i(e):t.querySelector(e);return await n(r)}const uc=cc({defaultOptions:ac()});function Wi(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}var Ji,ho;function dc(){if(ho)return Ji;ho=1;var t=/^[a-z](?:[\.0-9_a-z\xB7\xC0-\xD6\xD8-\xF6\xF8-\u037D\u037F-\u1FFF\u200C\u200D\u203F\u2040\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]|[\uD800-\uDB7F][\uDC00-\uDFFF])*-(?:[\x2D\.0-9_a-z\xB7\xC0-\xD6\xD8-\xF6\xF8-\u037D\u037F-\u1FFF\u200C\u200D\u203F\u2040\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]|[\uD800-\uDB7F][\uDC00-\uDFFF])*$/,e=function(n){return t.test(n)};return Ji=e,Ji}var fc=dc();const pc=Wi(fc);var hc=(t,e,n)=>new Promise((i,r)=>{var a=m=>{try{h(n.next(m))}catch(_){r(_)}},l=m=>{try{h(n.throw(m))}catch(_){r(_)}},h=m=>m.done?i(m.value):Promise.resolve(m.value).then(a,l);h((n=n.apply(t,e)).next())});function gc(t){return hc(this,null,function*(){const{name:e,mode:n="closed",css:i,isolateEvents:r=!1}=t;if(!pc(e))throw Error(`"${e}" is not a valid custom element name. It must be two words and kebab-case, with a few exceptions. See spec for more details: https://html.spec.whatwg.org/multipage/custom-elements.html#valid-custom-element-name`);const a=document.createElement(e),l=a.attachShadow({mode:n}),h=document.createElement("html"),m=document.createElement("body"),_=document.createElement("head");if(i){const v=document.createElement("style");"url"in i?v.textContent=yield fetch(i.url).then($=>$.text()):v.textContent=i.textContent,_.appendChild(v)}return h.appendChild(_),h.appendChild(m),l.appendChild(h),r&&(Array.isArray(r)?r:["keydown","keyup","keypress"]).forEach($=>{m.addEventListener($,P=>P.stopPropagation())}),{parentElement:a,shadow:l,isolatedElement:m}})}async function mc(t,e){var v;const n=[e.css??""];if(((v=t.options)==null?void 0:v.cssInjectionMode)==="ui"){const $=await _c();n.push($.replaceAll(":root",":host"))}const{isolatedElement:i,parentElement:r,shadow:a}=await gc({name:e.name,css:{textContent:n.join(` `).trim()},mode:e.mode??"open",isolateEvents:e.isolateEvents});r.setAttribute("data-wxt-shadow-root","");let l;const h=()=>{yc(r,e),bc(r,a.querySelector("html"),e),l=e.onMount(i,a,r)},m=()=>{var $;for(($=e.onRemove)==null||$.call(e,l),r.remove();i.lastChild;)i.removeChild(i.lastChild);l=void 0},_=vc({mount:h,remove:m},e);return t.onInvalidated(m),{shadow:a,shadowHost:r,uiContainer:i,..._,get mounted(){return l}}}function bc(t,e,n){var i,r;n.position!=="inline"&&(n.zIndex!=null&&(t.style.zIndex=String(n.zIndex)),t.style.overflow="visible",t.style.position="relative",t.style.width="0",t.style.height="0",t.style.display="block",e&&(n.position==="overlay"?(e.style.position="absolute",(i=n.alignment)!=null&&i.startsWith("bottom-")?e.style.bottom="0":e.style.top="0",(r=n.alignment)!=null&&r.endsWith("-right")?e.style.right="0":e.style.left="0"):(e.style.position="fixed",e.style.top="0",e.style.bottom="0",e.style.left="0",e.style.right="0")))}function Gi(t){if(t.anchor==null)return document.body;let e=typeof t.anchor=="function"?t.anchor():t.anchor;return typeof e=="string"?e.startsWith("/")?document.evaluate(e,document,null,XPathResult.FIRST_ORDERED_NODE_TYPE,null).singleNodeValue??void 0:document.querySelector(e)??void 0:e??void 0}function yc(t,e){var i,r;const n=Gi(e);if(n==null)throw Error("Failed to mount content script UI: could not find anchor element");switch(e.append){case void 0:case"last":n.append(t);break;case"first":n.prepend(t);break;case"replace":n.replaceWith(t);break;case"after":(i=n.parentElement)==null||i.insertBefore(t,n.nextElementSibling);break;case"before":(r=n.parentElement)==null||r.insertBefore(t,n);break;default:e.append(n,t);break}}function vc(t,e){let n;const i=()=>{n==null||n.stopAutoMount(),n=void 0},r=()=>{t.mount()},a=t.remove;return{mount:r,remove:()=>{i(),t.remove()},autoMount:m=>{n&&ji.warn("autoMount is already set."),n=xc({mount:r,unmount:a,stopAutoMount:i},{...e,...m})}}}function xc(t,e){const n=new AbortController,i="explicit_stop_auto_mount",r=()=>{var h;n.abort(i),(h=e.onStop)==null||h.call(e)};let a=typeof e.anchor=="function"?e.anchor():e.anchor;if(a instanceof Element)throw Error("autoMount and Element anchor option cannot be combined. Avoid passing `Element` directly or `() => Element` to the anchor.");async function l(h){let m=!!Gi(e);for(;!n.signal.aborted;)try{m=!!await uc(h??"body",{customMatcher:()=>Gi(e)??null,detector:m?oc:fo,signal:n.signal}),m?t.mount():(t.unmount(),e.once&&t.stopAutoMount())}catch(_){if(n.signal.aborted&&n.signal.reason===i)break;throw _}}return l(a),{stopAutoMount:r}}async function _c(){const t=zt.runtime.getURL("/content-scripts/content.css");try{return await(await fetch(t)).text()}catch(e){return ji.warn(`Failed to load styles @ ${t}. Did you forget to import the stylesheet in your entrypoint?`,e),""}}/** * @vue/shared v3.5.13 * (c) 2018-present Yuxi (Evan) You and Vue contributors @@ -7,14 +7,14 @@ var content=function(){"use strict";var ay=Object.defineProperty;var ly=(Wn,zt,g * @vue/reactivity v3.5.13 * (c) 2018-present Yuxi (Evan) You and Vue contributors * @license MIT -**/let Ot;class Pc{constructor(e=!1){this.detached=e,this._active=!0,this.effects=[],this.cleanups=[],this._isPaused=!1,this.parent=Ot,!e&&Ot&&(this.index=(Ot.scopes||(Ot.scopes=[])).push(this)-1)}get active(){return this._active}pause(){if(this._active){this._isPaused=!0;let e,n;if(this.scopes)for(e=0,n=this.scopes.length;e0)return;if(bs){let e=bs;for(bs=void 0;e;){const n=e.next;e.next=void 0,e.flags&=-9,e=n}}let t;for(;ms;){let e=ms;for(ms=void 0;e;){const n=e.next;if(e.next=void 0,e.flags&=-9,e.flags&1)try{e.trigger()}catch(i){t||(t=i)}e=n}}if(t)throw t}function $o(t){for(let e=t.deps;e;e=e.nextDep)e.version=-1,e.prevActiveLink=e.dep.activeLink,e.dep.activeLink=e}function Eo(t){let e,n=t.depsTail,i=n;for(;i;){const r=i.prevDep;i.version===-1?(i===n&&(n=r),cr(i),Nc(i)):e=i,i.dep.activeLink=i.prevActiveLink,i.prevActiveLink=void 0,i=r}t.deps=e,t.depsTail=n}function lr(t){for(let e=t.deps;e;e=e.nextDep)if(e.dep.version!==e.version||e.dep.computed&&(Do(e.dep.computed)||e.dep.version!==e.version))return!0;return!!t._dirty}function Do(t){if(t.flags&4&&!(t.flags&16)||(t.flags&=-17,t.globalVersion===ys))return;t.globalVersion=ys;const e=t.dep;if(t.flags|=2,e.version>0&&!t.isSSR&&t.deps&&!lr(t)){t.flags&=-3;return}const n=Je,i=Yt;Je=t,Yt=!0;try{$o(t);const r=t.fn(t._value);(e.version===0||Pn(r,t._value))&&(t._value=r,e.version++)}catch(r){throw e.version++,r}finally{Je=n,Yt=i,Eo(t),t.flags&=-3}}function cr(t,e=!1){const{dep:n,prevSub:i,nextSub:r}=t;if(i&&(i.nextSub=r,t.prevSub=void 0),r&&(r.prevSub=i,t.nextSub=void 0),n.subs===t&&(n.subs=i,!i&&n.computed)){n.computed.flags&=-5;for(let a=n.computed.deps;a;a=a.nextDep)cr(a,!0)}!e&&!--n.sc&&n.map&&n.map.delete(n.key)}function Nc(t){const{prevDep:e,nextDep:n}=t;e&&(e.nextDep=n,t.prevDep=void 0),n&&(n.prevDep=e,t.nextDep=void 0)}let Yt=!0;const Ao=[];function mn(){Ao.push(Yt),Yt=!1}function bn(){const t=Ao.pop();Yt=t===void 0?!0:t}function Mo(t){const{cleanup:e}=t;if(t.cleanup=void 0,e){const n=Je;Je=void 0;try{e()}finally{Je=n}}}let ys=0;class zc{constructor(e,n){this.sub=e,this.dep=n,this.version=n.version,this.nextDep=this.prevDep=this.nextSub=this.prevSub=this.prevActiveLink=void 0}}class Io{constructor(e){this.computed=e,this.version=0,this.activeLink=void 0,this.subs=void 0,this.map=void 0,this.key=void 0,this.sc=0}track(e){if(!Je||!Yt||Je===this.computed)return;let n=this.activeLink;if(n===void 0||n.sub!==Je)n=this.activeLink=new zc(Je,this),Je.deps?(n.prevDep=Je.depsTail,Je.depsTail.nextDep=n,Je.depsTail=n):Je.deps=Je.depsTail=n,Po(n);else if(n.version===-1&&(n.version=this.version,n.nextDep)){const i=n.nextDep;i.prevDep=n.prevDep,n.prevDep&&(n.prevDep.nextDep=i),n.prevDep=Je.depsTail,n.nextDep=void 0,Je.depsTail.nextDep=n,Je.depsTail=n,Je.deps===n&&(Je.deps=i)}return n}trigger(e){this.version++,ys++,this.notify(e)}notify(e){or();try{for(let n=this.subs;n;n=n.prevSub)n.sub.notify()&&n.sub.dep.notify()}finally{ar()}}}function Po(t){if(t.dep.sc++,t.sub.flags&4){const e=t.dep.computed;if(e&&!t.dep.subs){e.flags|=20;for(let i=e.deps;i;i=i.nextDep)Po(i)}const n=t.dep.subs;n!==t&&(t.prevSub=n,n&&(n.nextSub=t)),t.dep.subs=t}}const ur=new WeakMap,Nn=Symbol(""),dr=Symbol(""),vs=Symbol("");function bt(t,e,n){if(Yt&&Je){let i=ur.get(t);i||ur.set(t,i=new Map);let r=i.get(n);r||(i.set(n,r=new Io),r.map=i,r.key=n),r.track()}}function yn(t,e,n,i,r,a){const l=ur.get(t);if(!l){ys++;return}const h=m=>{m&&m.trigger()};if(or(),e==="clear")l.forEach(h);else{const m=be(t),_=m&&er(n);if(m&&n==="length"){const x=Number(i);l.forEach(($,P)=>{(P==="length"||P===vs||!sn(P)&&P>=x)&&h($)})}else switch((n!==void 0||l.has(void 0))&&h(l.get(n)),_&&h(l.get(vs)),e){case"add":m?_&&h(l.get("length")):(h(l.get(Nn)),Gn(t)&&h(l.get(dr)));break;case"delete":m||(h(l.get(Nn)),Gn(t)&&h(l.get(dr)));break;case"set":Gn(t)&&h(l.get(Nn));break}}ar()}function Yn(t){const e=je(t);return e===t?e:(bt(e,"iterate",vs),Zt(t)?e:e.map(At))}function Zs(t){return bt(t=je(t),"iterate",vs),t}const Oc={__proto__:null,[Symbol.iterator](){return fr(this,Symbol.iterator,At)},concat(...t){return Yn(this).concat(...t.map(e=>be(e)?Yn(e):e))},entries(){return fr(this,"entries",t=>(t[1]=At(t[1]),t))},every(t,e){return vn(this,"every",t,e,void 0,arguments)},filter(t,e){return vn(this,"filter",t,e,n=>n.map(At),arguments)},find(t,e){return vn(this,"find",t,e,At,arguments)},findIndex(t,e){return vn(this,"findIndex",t,e,void 0,arguments)},findLast(t,e){return vn(this,"findLast",t,e,At,arguments)},findLastIndex(t,e){return vn(this,"findLastIndex",t,e,void 0,arguments)},forEach(t,e){return vn(this,"forEach",t,e,void 0,arguments)},includes(...t){return pr(this,"includes",t)},indexOf(...t){return pr(this,"indexOf",t)},join(t){return Yn(this).join(t)},lastIndexOf(...t){return pr(this,"lastIndexOf",t)},map(t,e){return vn(this,"map",t,e,void 0,arguments)},pop(){return xs(this,"pop")},push(...t){return xs(this,"push",t)},reduce(t,...e){return Vo(this,"reduce",t,e)},reduceRight(t,...e){return Vo(this,"reduceRight",t,e)},shift(){return xs(this,"shift")},some(t,e){return vn(this,"some",t,e,void 0,arguments)},splice(...t){return xs(this,"splice",t)},toReversed(){return Yn(this).toReversed()},toSorted(t){return Yn(this).toSorted(t)},toSpliced(...t){return Yn(this).toSpliced(...t)},unshift(...t){return xs(this,"unshift",t)},values(){return fr(this,"values",At)}};function fr(t,e,n){const i=Zs(t),r=i[e]();return i!==t&&!Zt(t)&&(r._next=r.next,r.next=()=>{const a=r._next();return a.value&&(a.value=n(a.value)),a}),r}const Rc=Array.prototype;function vn(t,e,n,i,r,a){const l=Zs(t),h=l!==t&&!Zt(t),m=l[e];if(m!==Rc[e]){const $=m.apply(t,a);return h?At($):$}let _=n;l!==t&&(h?_=function($,P){return n.call(this,At($),P,t)}:n.length>2&&(_=function($,P){return n.call(this,$,P,t)}));const x=m.call(l,_,i);return h&&r?r(x):x}function Vo(t,e,n,i){const r=Zs(t);let a=n;return r!==t&&(Zt(t)?n.length>3&&(a=function(l,h,m){return n.call(this,l,h,m,t)}):a=function(l,h,m){return n.call(this,l,At(h),m,t)}),r[e](a,...i)}function pr(t,e,n){const i=je(t);bt(i,"iterate",vs);const r=i[e](...n);return(r===-1||r===!1)&&mr(n[0])?(n[0]=je(n[0]),i[e](...n)):r}function xs(t,e,n=[]){mn(),or();const i=je(t)[e].apply(t,n);return ar(),bn(),i}const Fc=Qi("__proto__,__v_isRef,__isVue"),No=new Set(Object.getOwnPropertyNames(Symbol).filter(t=>t!=="arguments"&&t!=="caller").map(t=>Symbol[t]).filter(sn));function Lc(t){sn(t)||(t=String(t));const e=je(this);return bt(e,"has",t),e.hasOwnProperty(t)}class zo{constructor(e=!1,n=!1){this._isReadonly=e,this._isShallow=n}get(e,n,i){if(n==="__v_skip")return e.__v_skip;const r=this._isReadonly,a=this._isShallow;if(n==="__v_isReactive")return!r;if(n==="__v_isReadonly")return r;if(n==="__v_isShallow")return a;if(n==="__v_raw")return i===(r?a?Ho:jo:a?Lo:Fo).get(e)||Object.getPrototypeOf(e)===Object.getPrototypeOf(i)?e:void 0;const l=be(e);if(!r){let m;if(l&&(m=Oc[n]))return m;if(n==="hasOwnProperty")return Lc}const h=Reflect.get(e,n,yt(e)?e:i);return(sn(n)?No.has(n):Fc(n))||(r||bt(e,"get",n),a)?h:yt(h)?l&&er(n)?h:h.value:Ye(h)?r?Uo(h):gr(h):h}}class Oo extends zo{constructor(e=!1){super(!1,e)}set(e,n,i,r){let a=e[n];if(!this._isShallow){const m=es(a);if(!Zt(i)&&!es(i)&&(a=je(a),i=je(i)),!be(e)&&yt(a)&&!yt(i))return m?!1:(a.value=i,!0)}const l=be(e)&&er(n)?Number(n)t,ei=t=>Reflect.getPrototypeOf(t);function qc(t,e,n){return function(...i){const r=this.__v_raw,a=je(r),l=Gn(a),h=t==="entries"||t===Symbol.iterator&&l,m=t==="keys"&&l,_=r[t](...i),x=n?hr:e?br:At;return!e&&bt(a,"iterate",m?dr:Nn),{next(){const{value:$,done:P}=_.next();return P?{value:$,done:P}:{value:h?[x($[0]),x($[1])]:x($),done:P}},[Symbol.iterator](){return this}}}}function ti(t){return function(...e){return t==="delete"?!1:t==="clear"?void 0:this}}function Xc(t,e){const n={get(r){const a=this.__v_raw,l=je(a),h=je(r);t||(Pn(r,h)&&bt(l,"get",r),bt(l,"get",h));const{has:m}=ei(l),_=e?hr:t?br:At;if(m.call(l,r))return _(a.get(r));if(m.call(l,h))return _(a.get(h));a!==l&&a.get(r)},get size(){const r=this.__v_raw;return!t&&bt(je(r),"iterate",Nn),Reflect.get(r,"size",r)},has(r){const a=this.__v_raw,l=je(a),h=je(r);return t||(Pn(r,h)&&bt(l,"has",r),bt(l,"has",h)),r===h?a.has(r):a.has(r)||a.has(h)},forEach(r,a){const l=this,h=l.__v_raw,m=je(h),_=e?hr:t?br:At;return!t&&bt(m,"iterate",Nn),h.forEach((x,$)=>r.call(a,_(x),_($),l))}};return kt(n,t?{add:ti("add"),set:ti("set"),delete:ti("delete"),clear:ti("clear")}:{add(r){!e&&!Zt(r)&&!es(r)&&(r=je(r));const a=je(this);return ei(a).has.call(a,r)||(a.add(r),yn(a,"add",r,r)),this},set(r,a){!e&&!Zt(a)&&!es(a)&&(a=je(a));const l=je(this),{has:h,get:m}=ei(l);let _=h.call(l,r);_||(r=je(r),_=h.call(l,r));const x=m.call(l,r);return l.set(r,a),_?Pn(a,x)&&yn(l,"set",r,a):yn(l,"add",r,a),this},delete(r){const a=je(this),{has:l,get:h}=ei(a);let m=l.call(a,r);m||(r=je(r),m=l.call(a,r)),h&&h.call(a,r);const _=a.delete(r);return m&&yn(a,"delete",r,void 0),_},clear(){const r=je(this),a=r.size!==0,l=r.clear();return a&&yn(r,"clear",void 0,void 0),l}}),["keys","values","entries",Symbol.iterator].forEach(r=>{n[r]=qc(r,t,e)}),n}function ni(t,e){const n=Xc(t,e);return(i,r,a)=>r==="__v_isReactive"?!t:r==="__v_isReadonly"?t:r==="__v_raw"?i:Reflect.get(Le(n,r)&&r in i?n:i,r,a)}const Kc={get:ni(!1,!1)},Wc={get:ni(!1,!0)},Jc={get:ni(!0,!1)},Gc={get:ni(!0,!0)},Fo=new WeakMap,Lo=new WeakMap,jo=new WeakMap,Ho=new WeakMap;function Qc(t){switch(t){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}function Yc(t){return t.__v_skip||!Object.isExtensible(t)?0:Qc(Tc(t))}function gr(t){return es(t)?t:si(t,!1,jc,Kc,Fo)}function Zc(t){return si(t,!1,Uc,Wc,Lo)}function Uo(t){return si(t,!0,Hc,Jc,jo)}function uy(t){return si(t,!0,Bc,Gc,Ho)}function si(t,e,n,i,r){if(!Ye(t)||t.__v_raw&&!(e&&t.__v_isReactive))return t;const a=r.get(t);if(a)return a;const l=Yc(t);if(l===0)return t;const h=new Proxy(t,l===2?i:n);return r.set(t,h),h}function Zn(t){return es(t)?Zn(t.__v_raw):!!(t&&t.__v_isReactive)}function es(t){return!!(t&&t.__v_isReadonly)}function Zt(t){return!!(t&&t.__v_isShallow)}function mr(t){return t?!!t.__v_raw:!1}function je(t){const e=t&&t.__v_raw;return e?je(e):t}function eu(t){return!Le(t,"__v_skip")&&Object.isExtensible(t)&&vo(t,"__v_skip",!0),t}const At=t=>Ye(t)?gr(t):t,br=t=>Ye(t)?Uo(t):t;function yt(t){return t?t.__v_isRef===!0:!1}function tu(t){return yt(t)?t.value:t}const nu={get:(t,e,n)=>e==="__v_raw"?t:tu(Reflect.get(t,e,n)),set:(t,e,n,i)=>{const r=t[e];return yt(r)&&!yt(n)?(r.value=n,!0):Reflect.set(t,e,n,i)}};function Bo(t){return Zn(t)?t:new Proxy(t,nu)}class su{constructor(e,n,i){this.fn=e,this.setter=n,this._value=void 0,this.dep=new Io(this),this.__v_isRef=!0,this.deps=void 0,this.depsTail=void 0,this.flags=16,this.globalVersion=ys-1,this.next=void 0,this.effect=this,this.__v_isReadonly=!n,this.isSSR=i}notify(){if(this.flags|=16,!(this.flags&8)&&Je!==this)return Co(this,!0),!0}get value(){const e=this.dep.track();return Do(this),e&&(e.version=this.dep.version),this._value}set value(e){this.setter&&this.setter(e)}}function iu(t,e,n=!1){let i,r;return Se(t)?i=t:(i=t.get,r=t.set),new su(i,r,n)}const ii={},ri=new WeakMap;let zn;function ru(t,e=!1,n=zn){if(n){let i=ri.get(n);i||ri.set(n,i=[]),i.push(t)}}function ou(t,e,n=We){const{immediate:i,deep:r,once:a,scheduler:l,augmentJob:h,call:m}=n,_=ce=>r?ce:Zt(ce)||r===!1||r===0?xn(ce,1):xn(ce);let x,$,P,X,R=!1,U=!1;if(yt(t)?($=()=>t.value,R=Zt(t)):Zn(t)?($=()=>_(t),R=!0):be(t)?(U=!0,R=t.some(ce=>Zn(ce)||Zt(ce)),$=()=>t.map(ce=>{if(yt(ce))return ce.value;if(Zn(ce))return _(ce);if(Se(ce))return m?m(ce,2):ce()})):Se(t)?e?$=m?()=>m(t,2):t:$=()=>{if(P){mn();try{P()}finally{bn()}}const ce=zn;zn=x;try{return m?m(t,3,[X]):t(X)}finally{zn=ce}}:$=nn,e&&r){const ce=$,Fe=r===!0?1/0:r;$=()=>xn(ce(),Fe)}const _e=Vc(),J=()=>{x.stop(),_e&&_e.active&&Zi(_e.effects,x)};if(a&&e){const ce=e;e=(...Fe)=>{ce(...Fe),J()}}let Ve=U?new Array(t.length).fill(ii):ii;const Ae=ce=>{if(!(!(x.flags&1)||!x.dirty&&!ce))if(e){const Fe=x.run();if(r||R||(U?Fe.some((rt,u)=>Pn(rt,Ve[u])):Pn(Fe,Ve))){P&&P();const rt=zn;zn=x;try{const u=[Fe,Ve===ii?void 0:U&&Ve[0]===ii?[]:Ve,X];m?m(e,3,u):e(...u),Ve=Fe}finally{zn=rt}}}else x.run()};return h&&h(Ae),x=new To($),x.scheduler=l?()=>l(Ae,!1):Ae,X=ce=>ru(ce,!1,x),P=x.onStop=()=>{const ce=ri.get(x);if(ce){if(m)m(ce,4);else for(const Fe of ce)Fe();ri.delete(x)}},e?i?Ae(!0):Ve=x.run():l?l(Ae.bind(null,!0),!0):x.run(),J.pause=x.pause.bind(x),J.resume=x.resume.bind(x),J.stop=J,J}function xn(t,e=1/0,n){if(e<=0||!Ye(t)||t.__v_skip||(n=n||new Set,n.has(t)))return t;if(n.add(t),e--,yt(t))xn(t.value,e,n);else if(be(t))for(let i=0;i{xn(i,e,n)});else if(yo(t)){for(const i in t)xn(t[i],e,n);for(const i of Object.getOwnPropertySymbols(t))Object.prototype.propertyIsEnumerable.call(t,i)&&xn(t[i],e,n)}return t}/** +**/let Ot;class Pc{constructor(e=!1){this.detached=e,this._active=!0,this.effects=[],this.cleanups=[],this._isPaused=!1,this.parent=Ot,!e&&Ot&&(this.index=(Ot.scopes||(Ot.scopes=[])).push(this)-1)}get active(){return this._active}pause(){if(this._active){this._isPaused=!0;let e,n;if(this.scopes)for(e=0,n=this.scopes.length;e0)return;if(bs){let e=bs;for(bs=void 0;e;){const n=e.next;e.next=void 0,e.flags&=-9,e=n}}let t;for(;ms;){let e=ms;for(ms=void 0;e;){const n=e.next;if(e.next=void 0,e.flags&=-9,e.flags&1)try{e.trigger()}catch(i){t||(t=i)}e=n}}if(t)throw t}function $o(t){for(let e=t.deps;e;e=e.nextDep)e.version=-1,e.prevActiveLink=e.dep.activeLink,e.dep.activeLink=e}function Eo(t){let e,n=t.depsTail,i=n;for(;i;){const r=i.prevDep;i.version===-1?(i===n&&(n=r),cr(i),Nc(i)):e=i,i.dep.activeLink=i.prevActiveLink,i.prevActiveLink=void 0,i=r}t.deps=e,t.depsTail=n}function lr(t){for(let e=t.deps;e;e=e.nextDep)if(e.dep.version!==e.version||e.dep.computed&&(Do(e.dep.computed)||e.dep.version!==e.version))return!0;return!!t._dirty}function Do(t){if(t.flags&4&&!(t.flags&16)||(t.flags&=-17,t.globalVersion===ys))return;t.globalVersion=ys;const e=t.dep;if(t.flags|=2,e.version>0&&!t.isSSR&&t.deps&&!lr(t)){t.flags&=-3;return}const n=Je,i=Yt;Je=t,Yt=!0;try{$o(t);const r=t.fn(t._value);(e.version===0||Pn(r,t._value))&&(t._value=r,e.version++)}catch(r){throw e.version++,r}finally{Je=n,Yt=i,Eo(t),t.flags&=-3}}function cr(t,e=!1){const{dep:n,prevSub:i,nextSub:r}=t;if(i&&(i.nextSub=r,t.prevSub=void 0),r&&(r.prevSub=i,t.nextSub=void 0),n.subs===t&&(n.subs=i,!i&&n.computed)){n.computed.flags&=-5;for(let a=n.computed.deps;a;a=a.nextDep)cr(a,!0)}!e&&!--n.sc&&n.map&&n.map.delete(n.key)}function Nc(t){const{prevDep:e,nextDep:n}=t;e&&(e.nextDep=n,t.prevDep=void 0),n&&(n.prevDep=e,t.nextDep=void 0)}let Yt=!0;const Ao=[];function mn(){Ao.push(Yt),Yt=!1}function bn(){const t=Ao.pop();Yt=t===void 0?!0:t}function Mo(t){const{cleanup:e}=t;if(t.cleanup=void 0,e){const n=Je;Je=void 0;try{e()}finally{Je=n}}}let ys=0;class zc{constructor(e,n){this.sub=e,this.dep=n,this.version=n.version,this.nextDep=this.prevDep=this.nextSub=this.prevSub=this.prevActiveLink=void 0}}class Io{constructor(e){this.computed=e,this.version=0,this.activeLink=void 0,this.subs=void 0,this.map=void 0,this.key=void 0,this.sc=0}track(e){if(!Je||!Yt||Je===this.computed)return;let n=this.activeLink;if(n===void 0||n.sub!==Je)n=this.activeLink=new zc(Je,this),Je.deps?(n.prevDep=Je.depsTail,Je.depsTail.nextDep=n,Je.depsTail=n):Je.deps=Je.depsTail=n,Po(n);else if(n.version===-1&&(n.version=this.version,n.nextDep)){const i=n.nextDep;i.prevDep=n.prevDep,n.prevDep&&(n.prevDep.nextDep=i),n.prevDep=Je.depsTail,n.nextDep=void 0,Je.depsTail.nextDep=n,Je.depsTail=n,Je.deps===n&&(Je.deps=i)}return n}trigger(e){this.version++,ys++,this.notify(e)}notify(e){or();try{for(let n=this.subs;n;n=n.prevSub)n.sub.notify()&&n.sub.dep.notify()}finally{ar()}}}function Po(t){if(t.dep.sc++,t.sub.flags&4){const e=t.dep.computed;if(e&&!t.dep.subs){e.flags|=20;for(let i=e.deps;i;i=i.nextDep)Po(i)}const n=t.dep.subs;n!==t&&(t.prevSub=n,n&&(n.nextSub=t)),t.dep.subs=t}}const ur=new WeakMap,Nn=Symbol(""),dr=Symbol(""),vs=Symbol("");function bt(t,e,n){if(Yt&&Je){let i=ur.get(t);i||ur.set(t,i=new Map);let r=i.get(n);r||(i.set(n,r=new Io),r.map=i,r.key=n),r.track()}}function yn(t,e,n,i,r,a){const l=ur.get(t);if(!l){ys++;return}const h=m=>{m&&m.trigger()};if(or(),e==="clear")l.forEach(h);else{const m=be(t),_=m&&er(n);if(m&&n==="length"){const v=Number(i);l.forEach(($,P)=>{(P==="length"||P===vs||!sn(P)&&P>=v)&&h($)})}else switch((n!==void 0||l.has(void 0))&&h(l.get(n)),_&&h(l.get(vs)),e){case"add":m?_&&h(l.get("length")):(h(l.get(Nn)),Gn(t)&&h(l.get(dr)));break;case"delete":m||(h(l.get(Nn)),Gn(t)&&h(l.get(dr)));break;case"set":Gn(t)&&h(l.get(Nn));break}}ar()}function Yn(t){const e=je(t);return e===t?e:(bt(e,"iterate",vs),Zt(t)?e:e.map(At))}function Zs(t){return bt(t=je(t),"iterate",vs),t}const Oc={__proto__:null,[Symbol.iterator](){return fr(this,Symbol.iterator,At)},concat(...t){return Yn(this).concat(...t.map(e=>be(e)?Yn(e):e))},entries(){return fr(this,"entries",t=>(t[1]=At(t[1]),t))},every(t,e){return vn(this,"every",t,e,void 0,arguments)},filter(t,e){return vn(this,"filter",t,e,n=>n.map(At),arguments)},find(t,e){return vn(this,"find",t,e,At,arguments)},findIndex(t,e){return vn(this,"findIndex",t,e,void 0,arguments)},findLast(t,e){return vn(this,"findLast",t,e,At,arguments)},findLastIndex(t,e){return vn(this,"findLastIndex",t,e,void 0,arguments)},forEach(t,e){return vn(this,"forEach",t,e,void 0,arguments)},includes(...t){return pr(this,"includes",t)},indexOf(...t){return pr(this,"indexOf",t)},join(t){return Yn(this).join(t)},lastIndexOf(...t){return pr(this,"lastIndexOf",t)},map(t,e){return vn(this,"map",t,e,void 0,arguments)},pop(){return xs(this,"pop")},push(...t){return xs(this,"push",t)},reduce(t,...e){return Vo(this,"reduce",t,e)},reduceRight(t,...e){return Vo(this,"reduceRight",t,e)},shift(){return xs(this,"shift")},some(t,e){return vn(this,"some",t,e,void 0,arguments)},splice(...t){return xs(this,"splice",t)},toReversed(){return Yn(this).toReversed()},toSorted(t){return Yn(this).toSorted(t)},toSpliced(...t){return Yn(this).toSpliced(...t)},unshift(...t){return xs(this,"unshift",t)},values(){return fr(this,"values",At)}};function fr(t,e,n){const i=Zs(t),r=i[e]();return i!==t&&!Zt(t)&&(r._next=r.next,r.next=()=>{const a=r._next();return a.value&&(a.value=n(a.value)),a}),r}const Rc=Array.prototype;function vn(t,e,n,i,r,a){const l=Zs(t),h=l!==t&&!Zt(t),m=l[e];if(m!==Rc[e]){const $=m.apply(t,a);return h?At($):$}let _=n;l!==t&&(h?_=function($,P){return n.call(this,At($),P,t)}:n.length>2&&(_=function($,P){return n.call(this,$,P,t)}));const v=m.call(l,_,i);return h&&r?r(v):v}function Vo(t,e,n,i){const r=Zs(t);let a=n;return r!==t&&(Zt(t)?n.length>3&&(a=function(l,h,m){return n.call(this,l,h,m,t)}):a=function(l,h,m){return n.call(this,l,At(h),m,t)}),r[e](a,...i)}function pr(t,e,n){const i=je(t);bt(i,"iterate",vs);const r=i[e](...n);return(r===-1||r===!1)&&mr(n[0])?(n[0]=je(n[0]),i[e](...n)):r}function xs(t,e,n=[]){mn(),or();const i=je(t)[e].apply(t,n);return ar(),bn(),i}const Fc=Qi("__proto__,__v_isRef,__isVue"),No=new Set(Object.getOwnPropertyNames(Symbol).filter(t=>t!=="arguments"&&t!=="caller").map(t=>Symbol[t]).filter(sn));function Lc(t){sn(t)||(t=String(t));const e=je(this);return bt(e,"has",t),e.hasOwnProperty(t)}class zo{constructor(e=!1,n=!1){this._isReadonly=e,this._isShallow=n}get(e,n,i){if(n==="__v_skip")return e.__v_skip;const r=this._isReadonly,a=this._isShallow;if(n==="__v_isReactive")return!r;if(n==="__v_isReadonly")return r;if(n==="__v_isShallow")return a;if(n==="__v_raw")return i===(r?a?Ho:jo:a?Lo:Fo).get(e)||Object.getPrototypeOf(e)===Object.getPrototypeOf(i)?e:void 0;const l=be(e);if(!r){let m;if(l&&(m=Oc[n]))return m;if(n==="hasOwnProperty")return Lc}const h=Reflect.get(e,n,yt(e)?e:i);return(sn(n)?No.has(n):Fc(n))||(r||bt(e,"get",n),a)?h:yt(h)?l&&er(n)?h:h.value:Ye(h)?r?Uo(h):gr(h):h}}class Oo extends zo{constructor(e=!1){super(!1,e)}set(e,n,i,r){let a=e[n];if(!this._isShallow){const m=es(a);if(!Zt(i)&&!es(i)&&(a=je(a),i=je(i)),!be(e)&&yt(a)&&!yt(i))return m?!1:(a.value=i,!0)}const l=be(e)&&er(n)?Number(n)t,ei=t=>Reflect.getPrototypeOf(t);function qc(t,e,n){return function(...i){const r=this.__v_raw,a=je(r),l=Gn(a),h=t==="entries"||t===Symbol.iterator&&l,m=t==="keys"&&l,_=r[t](...i),v=n?hr:e?br:At;return!e&&bt(a,"iterate",m?dr:Nn),{next(){const{value:$,done:P}=_.next();return P?{value:$,done:P}:{value:h?[v($[0]),v($[1])]:v($),done:P}},[Symbol.iterator](){return this}}}}function ti(t){return function(...e){return t==="delete"?!1:t==="clear"?void 0:this}}function Xc(t,e){const n={get(r){const a=this.__v_raw,l=je(a),h=je(r);t||(Pn(r,h)&&bt(l,"get",r),bt(l,"get",h));const{has:m}=ei(l),_=e?hr:t?br:At;if(m.call(l,r))return _(a.get(r));if(m.call(l,h))return _(a.get(h));a!==l&&a.get(r)},get size(){const r=this.__v_raw;return!t&&bt(je(r),"iterate",Nn),Reflect.get(r,"size",r)},has(r){const a=this.__v_raw,l=je(a),h=je(r);return t||(Pn(r,h)&&bt(l,"has",r),bt(l,"has",h)),r===h?a.has(r):a.has(r)||a.has(h)},forEach(r,a){const l=this,h=l.__v_raw,m=je(h),_=e?hr:t?br:At;return!t&&bt(m,"iterate",Nn),h.forEach((v,$)=>r.call(a,_(v),_($),l))}};return kt(n,t?{add:ti("add"),set:ti("set"),delete:ti("delete"),clear:ti("clear")}:{add(r){!e&&!Zt(r)&&!es(r)&&(r=je(r));const a=je(this);return ei(a).has.call(a,r)||(a.add(r),yn(a,"add",r,r)),this},set(r,a){!e&&!Zt(a)&&!es(a)&&(a=je(a));const l=je(this),{has:h,get:m}=ei(l);let _=h.call(l,r);_||(r=je(r),_=h.call(l,r));const v=m.call(l,r);return l.set(r,a),_?Pn(a,v)&&yn(l,"set",r,a):yn(l,"add",r,a),this},delete(r){const a=je(this),{has:l,get:h}=ei(a);let m=l.call(a,r);m||(r=je(r),m=l.call(a,r)),h&&h.call(a,r);const _=a.delete(r);return m&&yn(a,"delete",r,void 0),_},clear(){const r=je(this),a=r.size!==0,l=r.clear();return a&&yn(r,"clear",void 0,void 0),l}}),["keys","values","entries",Symbol.iterator].forEach(r=>{n[r]=qc(r,t,e)}),n}function ni(t,e){const n=Xc(t,e);return(i,r,a)=>r==="__v_isReactive"?!t:r==="__v_isReadonly"?t:r==="__v_raw"?i:Reflect.get(Le(n,r)&&r in i?n:i,r,a)}const Kc={get:ni(!1,!1)},Wc={get:ni(!1,!0)},Jc={get:ni(!0,!1)},Gc={get:ni(!0,!0)},Fo=new WeakMap,Lo=new WeakMap,jo=new WeakMap,Ho=new WeakMap;function Qc(t){switch(t){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}function Yc(t){return t.__v_skip||!Object.isExtensible(t)?0:Qc(Tc(t))}function gr(t){return es(t)?t:si(t,!1,jc,Kc,Fo)}function Zc(t){return si(t,!1,Uc,Wc,Lo)}function Uo(t){return si(t,!0,Hc,Jc,jo)}function uy(t){return si(t,!0,Bc,Gc,Ho)}function si(t,e,n,i,r){if(!Ye(t)||t.__v_raw&&!(e&&t.__v_isReactive))return t;const a=r.get(t);if(a)return a;const l=Yc(t);if(l===0)return t;const h=new Proxy(t,l===2?i:n);return r.set(t,h),h}function Zn(t){return es(t)?Zn(t.__v_raw):!!(t&&t.__v_isReactive)}function es(t){return!!(t&&t.__v_isReadonly)}function Zt(t){return!!(t&&t.__v_isShallow)}function mr(t){return t?!!t.__v_raw:!1}function je(t){const e=t&&t.__v_raw;return e?je(e):t}function eu(t){return!Le(t,"__v_skip")&&Object.isExtensible(t)&&vo(t,"__v_skip",!0),t}const At=t=>Ye(t)?gr(t):t,br=t=>Ye(t)?Uo(t):t;function yt(t){return t?t.__v_isRef===!0:!1}function tu(t){return yt(t)?t.value:t}const nu={get:(t,e,n)=>e==="__v_raw"?t:tu(Reflect.get(t,e,n)),set:(t,e,n,i)=>{const r=t[e];return yt(r)&&!yt(n)?(r.value=n,!0):Reflect.set(t,e,n,i)}};function Bo(t){return Zn(t)?t:new Proxy(t,nu)}class su{constructor(e,n,i){this.fn=e,this.setter=n,this._value=void 0,this.dep=new Io(this),this.__v_isRef=!0,this.deps=void 0,this.depsTail=void 0,this.flags=16,this.globalVersion=ys-1,this.next=void 0,this.effect=this,this.__v_isReadonly=!n,this.isSSR=i}notify(){if(this.flags|=16,!(this.flags&8)&&Je!==this)return Co(this,!0),!0}get value(){const e=this.dep.track();return Do(this),e&&(e.version=this.dep.version),this._value}set value(e){this.setter&&this.setter(e)}}function iu(t,e,n=!1){let i,r;return Se(t)?i=t:(i=t.get,r=t.set),new su(i,r,n)}const ii={},ri=new WeakMap;let zn;function ru(t,e=!1,n=zn){if(n){let i=ri.get(n);i||ri.set(n,i=[]),i.push(t)}}function ou(t,e,n=We){const{immediate:i,deep:r,once:a,scheduler:l,augmentJob:h,call:m}=n,_=ce=>r?ce:Zt(ce)||r===!1||r===0?xn(ce,1):xn(ce);let v,$,P,X,R=!1,U=!1;if(yt(t)?($=()=>t.value,R=Zt(t)):Zn(t)?($=()=>_(t),R=!0):be(t)?(U=!0,R=t.some(ce=>Zn(ce)||Zt(ce)),$=()=>t.map(ce=>{if(yt(ce))return ce.value;if(Zn(ce))return _(ce);if(Se(ce))return m?m(ce,2):ce()})):Se(t)?e?$=m?()=>m(t,2):t:$=()=>{if(P){mn();try{P()}finally{bn()}}const ce=zn;zn=v;try{return m?m(t,3,[X]):t(X)}finally{zn=ce}}:$=nn,e&&r){const ce=$,Fe=r===!0?1/0:r;$=()=>xn(ce(),Fe)}const _e=Vc(),J=()=>{v.stop(),_e&&_e.active&&Zi(_e.effects,v)};if(a&&e){const ce=e;e=(...Fe)=>{ce(...Fe),J()}}let Ve=U?new Array(t.length).fill(ii):ii;const Ae=ce=>{if(!(!(v.flags&1)||!v.dirty&&!ce))if(e){const Fe=v.run();if(r||R||(U?Fe.some((rt,u)=>Pn(rt,Ve[u])):Pn(Fe,Ve))){P&&P();const rt=zn;zn=v;try{const u=[Fe,Ve===ii?void 0:U&&Ve[0]===ii?[]:Ve,X];m?m(e,3,u):e(...u),Ve=Fe}finally{zn=rt}}}else v.run()};return h&&h(Ae),v=new To($),v.scheduler=l?()=>l(Ae,!1):Ae,X=ce=>ru(ce,!1,v),P=v.onStop=()=>{const ce=ri.get(v);if(ce){if(m)m(ce,4);else for(const Fe of ce)Fe();ri.delete(v)}},e?i?Ae(!0):Ve=v.run():l?l(Ae.bind(null,!0),!0):v.run(),J.pause=v.pause.bind(v),J.resume=v.resume.bind(v),J.stop=J,J}function xn(t,e=1/0,n){if(e<=0||!Ye(t)||t.__v_skip||(n=n||new Set,n.has(t)))return t;if(n.add(t),e--,yt(t))xn(t.value,e,n);else if(be(t))for(let i=0;i{xn(i,e,n)});else if(yo(t)){for(const i in t)xn(t[i],e,n);for(const i of Object.getOwnPropertySymbols(t))Object.prototype.propertyIsEnumerable.call(t,i)&&xn(t[i],e,n)}return t}/** * @vue/runtime-core v3.5.13 * (c) 2018-present Yuxi (Evan) You and Vue contributors * @license MIT **/const _s=[];let yr=!1;function dy(t,...e){if(yr)return;yr=!0,mn();const n=_s.length?_s[_s.length-1].component:null,i=n&&n.appContext.config.warnHandler,r=au();if(i)ts(i,n,11,[t+e.map(a=>{var l,h;return(h=(l=a.toString)==null?void 0:l.call(a))!=null?h:JSON.stringify(a)}).join(""),n&&n.proxy,r.map(({vnode:a})=>`at <${Fa(n,a.type)}>`).join(` `),r]);else{const a=[`[Vue warn]: ${t}`,...e];r.length&&a.push(` `,...lu(r)),console.warn(...a)}bn(),yr=!1}function au(){let t=_s[_s.length-1];if(!t)return[];const e=[];for(;t;){const n=e[0];n&&n.vnode===t?n.recurseCount++:e.push({vnode:t,recurseCount:0});const i=t.component&&t.component.parent;t=i&&i.vnode}return e}function lu(t){const e=[];return t.forEach((n,i)=>{e.push(...i===0?[]:[` -`],...cu(n))}),e}function cu({vnode:t,recurseCount:e}){const n=e>0?`... (${e} recursive calls)`:"",i=t.component?t.component.parent==null:!1,r=` at <${Fa(t.component,t.type,i)}`,a=">"+n;return t.props?[r,...uu(t.props),a]:[r+a]}function uu(t){const e=[],n=Object.keys(t);return n.slice(0,3).forEach(i=>{e.push(...qo(i,t[i]))}),n.length>3&&e.push(" ..."),e}function qo(t,e,n){return it(e)?(e=JSON.stringify(e),n?e:[`${t}=${e}`]):typeof e=="number"||typeof e=="boolean"||e==null?n?e:[`${t}=${e}`]:yt(e)?(e=qo(t,je(e.value),!0),n?e:[`${t}=Ref<`,e,">"]):Se(e)?[`${t}=fn${e.name?`<${e.name}>`:""}`]:(e=je(e),n?e:[`${t}=`,e])}function ts(t,e,n,i){try{return i?t(...i):t()}catch(r){oi(r,e,n)}}function rn(t,e,n,i){if(Se(t)){const r=ts(t,e,n,i);return r&&mo(r)&&r.catch(a=>{oi(a,e,n)}),r}if(be(t)){const r=[];for(let a=0;a>>1,r=wt[i],a=ks(r);a=ks(n)?wt.push(t):wt.splice(fu(e),0,t),t.flags|=1,Wo()}}function Wo(){ai||(ai=Xo.then(Qo))}function pu(t){be(t)?ns.push(...t):Cn&&t.id===-1?Cn.splice(ss+1,0,t):t.flags&1||(ns.push(t),t.flags|=1),Wo()}function Jo(t,e,n=on+1){for(;nks(n)-ks(i));if(ns.length=0,Cn){Cn.push(...e);return}for(Cn=e,ss=0;sst.id==null?t.flags&2?-1:1/0:t.id;function Qo(t){try{for(on=0;on{i._d&&Aa(-1);const a=li(e);let l;try{l=t(...r)}finally{li(a),i._d&&Aa(1)}return l};return i._n=!0,i._c=!0,i._d=!0,i}function Ee(t,e){if(Rt===null)return t;const n=_i(Rt),i=t.dirs||(t.dirs=[]);for(let r=0;rt.__isTeleport;function xr(t,e){t.shapeFlag&6&&t.component?(t.transition=e,xr(t.component.subTree,e)):t.shapeFlag&128?(t.ssContent.transition=e.clone(t.ssContent),t.ssFallback.transition=e.clone(t.ssFallback)):t.transition=e}function Zo(t){t.ids=[t.ids[0]+t.ids[2]+++"-",0,0]}function ci(t,e,n,i,r=!1){if(be(t)){t.forEach((R,U)=>ci(R,e&&(be(e)?e[U]:e),n,i,r));return}if(ws(i)&&!r){i.shapeFlag&512&&i.type.__asyncResolved&&i.component.subTree.component&&ci(t,e,n,i.component.subTree);return}const a=i.shapeFlag&4?_i(i.component):i.el,l=r?null:a,{i:h,r:m}=t,_=e&&e.r,x=h.refs===We?h.refs={}:h.refs,$=h.setupState,P=je($),X=$===We?()=>!1:R=>Le(P,R);if(_!=null&&_!==m&&(it(_)?(x[_]=null,X(_)&&($[_]=null)):yt(_)&&(_.value=null)),Se(m))ts(m,h,12,[l,x]);else{const R=it(m),U=yt(m);if(R||U){const _e=()=>{if(t.f){const J=R?X(m)?$[m]:x[m]:m.value;r?be(J)&&Zi(J,a):be(J)?J.includes(a)||J.push(a):R?(x[m]=[a],X(m)&&($[m]=x[m])):(m.value=[a],t.k&&(x[t.k]=m.value))}else R?(x[m]=l,X(m)&&($[m]=l)):U&&(m.value=l,t.k&&(x[t.k]=l))};l?(_e.id=-1,Ft(_e,n)):_e()}}}Ys().requestIdleCallback,Ys().cancelIdleCallback;const ws=t=>!!t.type.__asyncLoader,ea=t=>t.type.__isKeepAlive;function bu(t,e){ta(t,"a",e)}function yu(t,e){ta(t,"da",e)}function ta(t,e,n=vt){const i=t.__wdc||(t.__wdc=()=>{let r=n;for(;r;){if(r.isDeactivated)return;r=r.parent}return t()});if(ui(e,i,n),n){let r=n.parent;for(;r&&r.parent;)ea(r.parent.vnode)&&vu(i,e,n,r),r=r.parent}}function vu(t,e,n,i){const r=ui(e,t,i,!0);na(()=>{Zi(i[e],r)},n)}function ui(t,e,n=vt,i=!1){if(n){const r=n[t]||(n[t]=[]),a=e.__weh||(e.__weh=(...l)=>{mn();const h=Ds(n),m=rn(e,n,t,l);return h(),bn(),m});return i?r.unshift(a):r.push(a),a}}const _n=t=>(e,n=vt)=>{(!As||t==="sp")&&ui(t,(...i)=>e(...i),n)},xu=_n("bm"),_u=_n("m"),ku=_n("bu"),wu=_n("u"),Tu=_n("bum"),na=_n("um"),Su=_n("sp"),Cu=_n("rtg"),$u=_n("rtc");function Eu(t,e=vt){ui("ec",t,e)}const Du="components";function fe(t,e){return Mu(Du,t,!0,e)||t}const Au=Symbol.for("v-ndc");function Mu(t,e,n=!0,i=!1){const r=Rt||vt;if(r){const a=r.type;{const h=Ra(a,!1);if(h&&(h===e||h===Ut(e)||h===Js(Ut(e))))return a}const l=sa(r[t]||a[t],e)||sa(r.appContext[t],e);return!l&&i?a:l}}function sa(t,e){return t&&(t[e]||t[Ut(e)]||t[Js(Ut(e))])}function di(t,e,n,i){let r;const a=n,l=be(t);if(l||it(t)){const h=l&&Zn(t);let m=!1;h&&(m=!Zt(t),t=Zs(t)),r=new Array(t.length);for(let _=0,x=t.length;_e(h,m,void 0,a));else{const h=Object.keys(t);r=new Array(h.length);for(let m=0,_=h.length;m<_;m++){const x=h[m];r[m]=e(t[x],x,m,a)}}else r=[];return r}const _r=t=>t?Na(t)?_i(t):_r(t.parent):null,Ts=kt(Object.create(null),{$:t=>t,$el:t=>t.vnode.el,$data:t=>t.data,$props:t=>t.props,$attrs:t=>t.attrs,$slots:t=>t.slots,$refs:t=>t.refs,$parent:t=>_r(t.parent),$root:t=>_r(t.root),$host:t=>t.ce,$emit:t=>t.emit,$options:t=>aa(t),$forceUpdate:t=>t.f||(t.f=()=>{vr(t.update)}),$nextTick:t=>t.n||(t.n=Ko.bind(t.proxy)),$watch:t=>Zu.bind(t)}),kr=(t,e)=>t!==We&&!t.__isScriptSetup&&Le(t,e),Iu={get({_:t},e){if(e==="__v_skip")return!0;const{ctx:n,setupState:i,data:r,props:a,accessCache:l,type:h,appContext:m}=t;let _;if(e[0]!=="$"){const X=l[e];if(X!==void 0)switch(X){case 1:return i[e];case 2:return r[e];case 4:return n[e];case 3:return a[e]}else{if(kr(i,e))return l[e]=1,i[e];if(r!==We&&Le(r,e))return l[e]=2,r[e];if((_=t.propsOptions[0])&&Le(_,e))return l[e]=3,a[e];if(n!==We&&Le(n,e))return l[e]=4,n[e];wr&&(l[e]=0)}}const x=Ts[e];let $,P;if(x)return e==="$attrs"&&bt(t.attrs,"get",""),x(t);if(($=h.__cssModules)&&($=$[e]))return $;if(n!==We&&Le(n,e))return l[e]=4,n[e];if(P=m.config.globalProperties,Le(P,e))return P[e]},set({_:t},e,n){const{data:i,setupState:r,ctx:a}=t;return kr(r,e)?(r[e]=n,!0):i!==We&&Le(i,e)?(i[e]=n,!0):Le(t.props,e)||e[0]==="$"&&e.slice(1)in t?!1:(a[e]=n,!0)},has({_:{data:t,setupState:e,accessCache:n,ctx:i,appContext:r,propsOptions:a}},l){let h;return!!n[l]||t!==We&&Le(t,l)||kr(e,l)||(h=a[0])&&Le(h,l)||Le(i,l)||Le(Ts,l)||Le(r.config.globalProperties,l)},defineProperty(t,e,n){return n.get!=null?t._.accessCache[e]=0:Le(n,"value")&&this.set(t,e,n.value,null),Reflect.defineProperty(t,e,n)}};function ia(t){return be(t)?t.reduce((e,n)=>(e[n]=null,e),{}):t}let wr=!0;function Pu(t){const e=aa(t),n=t.proxy,i=t.ctx;wr=!1,e.beforeCreate&&ra(e.beforeCreate,t,"bc");const{data:r,computed:a,methods:l,watch:h,provide:m,inject:_,created:x,beforeMount:$,mounted:P,beforeUpdate:X,updated:R,activated:U,deactivated:_e,beforeDestroy:J,beforeUnmount:Ve,destroyed:Ae,unmounted:ce,render:Fe,renderTracked:rt,renderTriggered:u,errorCaptured:me,serverPrefetch:Z,expose:oe,inheritAttrs:pe,components:Ge,directives:Y,filters:Ce}=e;if(_&&Vu(_,i,null),l)for(const ke in l){const $e=l[ke];Se($e)&&(i[ke]=$e.bind(n))}if(r){const ke=r.call(n,n);Ye(ke)&&(t.data=gr(ke))}if(wr=!0,a)for(const ke in a){const $e=a[ke],et=Se($e)?$e.bind(n,n):Se($e.get)?$e.get.bind(n,n):nn,dt=!Se($e)&&Se($e.set)?$e.set.bind(n):nn,tt=kd({get:et,set:dt});Object.defineProperty(i,ke,{enumerable:!0,configurable:!0,get:()=>tt.value,set:ot=>tt.value=ot})}if(h)for(const ke in h)oa(h[ke],i,n,ke);if(m){const ke=Se(m)?m.call(n):m;Reflect.ownKeys(ke).forEach($e=>{Lu($e,ke[$e])})}x&&ra(x,t,"c");function Ne(ke,$e){be($e)?$e.forEach(et=>ke(et.bind(n))):$e&&ke($e.bind(n))}if(Ne(xu,$),Ne(_u,P),Ne(ku,X),Ne(wu,R),Ne(bu,U),Ne(yu,_e),Ne(Eu,me),Ne($u,rt),Ne(Cu,u),Ne(Tu,Ve),Ne(na,ce),Ne(Su,Z),be(oe))if(oe.length){const ke=t.exposed||(t.exposed={});oe.forEach($e=>{Object.defineProperty(ke,$e,{get:()=>n[$e],set:et=>n[$e]=et})})}else t.exposed||(t.exposed={});Fe&&t.render===nn&&(t.render=Fe),pe!=null&&(t.inheritAttrs=pe),Ge&&(t.components=Ge),Y&&(t.directives=Y),Z&&Zo(t)}function Vu(t,e,n=nn){be(t)&&(t=Tr(t));for(const i in t){const r=t[i];let a;Ye(r)?"default"in r?a=pi(r.from||i,r.default,!0):a=pi(r.from||i):a=pi(r),yt(a)?Object.defineProperty(e,i,{enumerable:!0,configurable:!0,get:()=>a.value,set:l=>a.value=l}):e[i]=a}}function ra(t,e,n){rn(be(t)?t.map(i=>i.bind(e.proxy)):t.bind(e.proxy),e,n)}function oa(t,e,n,i){let r=i.includes(".")?Sa(n,i):()=>n[i];if(it(t)){const a=e[t];Se(a)&&Er(r,a)}else if(Se(t))Er(r,t.bind(n));else if(Ye(t))if(be(t))t.forEach(a=>oa(a,e,n,i));else{const a=Se(t.handler)?t.handler.bind(n):e[t.handler];Se(a)&&Er(r,a,t)}}function aa(t){const e=t.type,{mixins:n,extends:i}=e,{mixins:r,optionsCache:a,config:{optionMergeStrategies:l}}=t.appContext,h=a.get(e);let m;return h?m=h:!r.length&&!n&&!i?m=e:(m={},r.length&&r.forEach(_=>fi(m,_,l,!0)),fi(m,e,l)),Ye(e)&&a.set(e,m),m}function fi(t,e,n,i=!1){const{mixins:r,extends:a}=e;a&&fi(t,a,n,!0),r&&r.forEach(l=>fi(t,l,n,!0));for(const l in e)if(!(i&&l==="expose")){const h=Nu[l]||n&&n[l];t[l]=h?h(t[l],e[l]):e[l]}return t}const Nu={data:la,props:ca,emits:ca,methods:Ss,computed:Ss,beforeCreate:Tt,created:Tt,beforeMount:Tt,mounted:Tt,beforeUpdate:Tt,updated:Tt,beforeDestroy:Tt,beforeUnmount:Tt,destroyed:Tt,unmounted:Tt,activated:Tt,deactivated:Tt,errorCaptured:Tt,serverPrefetch:Tt,components:Ss,directives:Ss,watch:Ou,provide:la,inject:zu};function la(t,e){return e?t?function(){return kt(Se(t)?t.call(this,this):t,Se(e)?e.call(this,this):e)}:e:t}function zu(t,e){return Ss(Tr(t),Tr(e))}function Tr(t){if(be(t)){const e={};for(let n=0;n1)return n&&Se(e)?e.call(i&&i.proxy):e}}const da={},fa=()=>Object.create(da),pa=t=>Object.getPrototypeOf(t)===da;function ju(t,e,n,i=!1){const r={},a=fa();t.propsDefaults=Object.create(null),ha(t,e,r,a);for(const l in t.propsOptions[0])l in r||(r[l]=void 0);n?t.props=i?r:Zc(r):t.type.props?t.props=r:t.props=a,t.attrs=a}function Hu(t,e,n,i){const{props:r,attrs:a,vnode:{patchFlag:l}}=t,h=je(r),[m]=t.propsOptions;let _=!1;if((i||l>0)&&!(l&16)){if(l&8){const x=t.vnode.dynamicProps;for(let $=0;${m=!0;const[P,X]=ga($,e,!0);kt(l,P),X&&h.push(...X)};!n&&e.mixins.length&&e.mixins.forEach(x),t.extends&&x(t.extends),t.mixins&&t.mixins.forEach(x)}if(!a&&!m)return Ye(t)&&i.set(t,Jn),Jn;if(be(a))for(let x=0;xt[0]==="_"||t==="$stable",Cr=t=>be(t)?t.map(an):[an(t)],Bu=(t,e,n)=>{if(e._n)return e;const i=hu((...r)=>Cr(e(...r)),n);return i._c=!1,i},ya=(t,e,n)=>{const i=t._ctx;for(const r in t){if(ba(r))continue;const a=t[r];if(Se(a))e[r]=Bu(r,a,i);else if(a!=null){const l=Cr(a);e[r]=()=>l}}},va=(t,e)=>{const n=Cr(e);t.slots.default=()=>n},xa=(t,e,n)=>{for(const i in e)(n||i!=="_")&&(t[i]=e[i])},qu=(t,e,n)=>{const i=t.slots=fa();if(t.vnode.shapeFlag&32){const r=e._;r?(xa(i,e,n),n&&vo(i,"_",r,!0)):ya(e,i)}else e&&va(t,e)},Xu=(t,e,n)=>{const{vnode:i,slots:r}=t;let a=!0,l=We;if(i.shapeFlag&32){const h=e._;h?n&&h===1?a=!1:xa(r,e,n):(a=!e.$stable,ya(e,r)),l=e}else e&&(va(t,e),l={default:1});if(a)for(const h in r)!ba(h)&&l[h]==null&&delete r[h]},Ft=od;function Ku(t){return Wu(t)}function Wu(t,e){const n=Ys();n.__VUE__=!0;const{insert:i,remove:r,patchProp:a,createElement:l,createText:h,createComment:m,setText:_,setElementText:x,parentNode:$,nextSibling:P,setScopeId:X=nn,insertStaticContent:R}=t,U=(b,C,N,H=null,F=null,j=null,K=void 0,Q=null,W=!!C.dynamicChildren)=>{if(b===C)return;b&&!Es(b,C)&&(H=nt(b),ot(b,F,j,!0),b=null),C.patchFlag===-2&&(W=!1,C.dynamicChildren=null);const{type:B,ref:le,shapeFlag:ee}=C;switch(B){case gi:_e(b,C,N,H);break;case Fn:J(b,C,N,H);break;case mi:b==null&&Ve(C,N,H,K);break;case Ze:Ge(b,C,N,H,F,j,K,Q,W);break;default:ee&1?Fe(b,C,N,H,F,j,K,Q,W):ee&6?Y(b,C,N,H,F,j,K,Q,W):(ee&64||ee&128)&&B.process(b,C,N,H,F,j,K,Q,W,Te)}le!=null&&F&&ci(le,b&&b.ref,j,C||b,!C)},_e=(b,C,N,H)=>{if(b==null)i(C.el=h(C.children),N,H);else{const F=C.el=b.el;C.children!==b.children&&_(F,C.children)}},J=(b,C,N,H)=>{b==null?i(C.el=m(C.children||""),N,H):C.el=b.el},Ve=(b,C,N,H)=>{[b.el,b.anchor]=R(b.children,C,N,H,b.el,b.anchor)},Ae=({el:b,anchor:C},N,H)=>{let F;for(;b&&b!==C;)F=P(b),i(b,N,H),b=F;i(C,N,H)},ce=({el:b,anchor:C})=>{let N;for(;b&&b!==C;)N=P(b),r(b),b=N;r(C)},Fe=(b,C,N,H,F,j,K,Q,W)=>{C.type==="svg"?K="svg":C.type==="math"&&(K="mathml"),b==null?rt(C,N,H,F,j,K,Q,W):Z(b,C,F,j,K,Q,W)},rt=(b,C,N,H,F,j,K,Q)=>{let W,B;const{props:le,shapeFlag:ee,transition:ue,dirs:L}=b;if(W=b.el=l(b.type,j,le&&le.is,le),ee&8?x(W,b.children):ee&16&&me(b.children,W,null,H,F,$r(b,j),K,Q),L&&On(b,null,H,"created"),u(W,b,b.scopeId,K,H),le){for(const Ue in le)Ue!=="value"&&!gs(Ue)&&a(W,Ue,null,le[Ue],j,H);"value"in le&&a(W,"value",null,le.value,j),(B=le.onVnodeBeforeMount)&&ln(B,H,b)}L&&On(b,null,H,"beforeMount");const ge=Ju(F,ue);ge&&ue.beforeEnter(W),i(W,C,N),((B=le&&le.onVnodeMounted)||ge||L)&&Ft(()=>{B&&ln(B,H,b),ge&&ue.enter(W),L&&On(b,null,H,"mounted")},F)},u=(b,C,N,H,F)=>{if(N&&X(b,N),H)for(let j=0;j{for(let B=W;B{const Q=C.el=b.el;let{patchFlag:W,dynamicChildren:B,dirs:le}=C;W|=b.patchFlag&16;const ee=b.props||We,ue=C.props||We;let L;if(N&&Rn(N,!1),(L=ue.onVnodeBeforeUpdate)&&ln(L,N,C,b),le&&On(C,b,N,"beforeUpdate"),N&&Rn(N,!0),(ee.innerHTML&&ue.innerHTML==null||ee.textContent&&ue.textContent==null)&&x(Q,""),B?oe(b.dynamicChildren,B,Q,N,H,$r(C,F),j):K||$e(b,C,Q,null,N,H,$r(C,F),j,!1),W>0){if(W&16)pe(Q,ee,ue,N,F);else if(W&2&&ee.class!==ue.class&&a(Q,"class",null,ue.class,F),W&4&&a(Q,"style",ee.style,ue.style,F),W&8){const ge=C.dynamicProps;for(let Ue=0;Ue{L&&ln(L,N,C,b),le&&On(C,b,N,"updated")},H)},oe=(b,C,N,H,F,j,K)=>{for(let Q=0;Q{if(C!==N){if(C!==We)for(const j in C)!gs(j)&&!(j in N)&&a(b,j,C[j],null,F,H);for(const j in N){if(gs(j))continue;const K=N[j],Q=C[j];K!==Q&&j!=="value"&&a(b,j,Q,K,F,H)}"value"in N&&a(b,"value",C.value,N.value,F)}},Ge=(b,C,N,H,F,j,K,Q,W)=>{const B=C.el=b?b.el:h(""),le=C.anchor=b?b.anchor:h("");let{patchFlag:ee,dynamicChildren:ue,slotScopeIds:L}=C;L&&(Q=Q?Q.concat(L):L),b==null?(i(B,N,H),i(le,N,H),me(C.children||[],N,le,F,j,K,Q,W)):ee>0&&ee&64&&ue&&b.dynamicChildren?(oe(b.dynamicChildren,ue,N,F,j,K,Q),(C.key!=null||F&&C===F.subTree)&&_a(b,C,!0)):$e(b,C,N,le,F,j,K,Q,W)},Y=(b,C,N,H,F,j,K,Q,W)=>{C.slotScopeIds=Q,b==null?C.shapeFlag&512?F.ctx.activate(C,N,H,K,W):Ce(C,N,H,F,j,K,W):ct(b,C,W)},Ce=(b,C,N,H,F,j,K)=>{const Q=b.component=hd(b,H,F);if(ea(b)&&(Q.ctx.renderer=Te),gd(Q,!1,K),Q.asyncDep){if(F&&F.registerDep(Q,Ne,K),!b.el){const W=Q.subTree=re(Fn);J(null,W,C,N)}}else Ne(Q,b,C,N,F,j,K)},ct=(b,C,N)=>{const H=C.component=b.component;if(id(b,C,N))if(H.asyncDep&&!H.asyncResolved){ke(H,C,N);return}else H.next=C,H.update();else C.el=b.el,H.vnode=C},Ne=(b,C,N,H,F,j,K)=>{const Q=()=>{if(b.isMounted){let{next:ee,bu:ue,u:L,parent:ge,vnode:Ue}=b;{const xt=ka(b);if(xt){ee&&(ee.el=Ue.el,ke(b,ee,K)),xt.asyncDep.then(()=>{b.isUnmounted||Q()});return}}let M=ee,$t;Rn(b,!1),ee?(ee.el=Ue.el,ke(b,ee,K)):ee=Ue,ue&&Gs(ue),($t=ee.props&&ee.props.onVnodeBeforeUpdate)&&ln($t,ge,ee,Ue),Rn(b,!0);const gt=$a(b),Ht=b.subTree;b.subTree=gt,U(Ht,gt,$(Ht.el),nt(Ht),b,F,j),ee.el=gt.el,M===null&&rd(b,gt.el),L&&Ft(L,F),($t=ee.props&&ee.props.onVnodeUpdated)&&Ft(()=>ln($t,ge,ee,Ue),F)}else{let ee;const{el:ue,props:L}=C,{bm:ge,m:Ue,parent:M,root:$t,type:gt}=b,Ht=ws(C);Rn(b,!1),ge&&Gs(ge),!Ht&&(ee=L&&L.onVnodeBeforeMount)&&ln(ee,M,C),Rn(b,!0);{$t.ce&&$t.ce._injectChildStyle(gt);const xt=b.subTree=$a(b);U(null,xt,N,H,b,F,j),C.el=xt.el}if(Ue&&Ft(Ue,F),!Ht&&(ee=L&&L.onVnodeMounted)){const xt=C;Ft(()=>ln(ee,M,xt),F)}(C.shapeFlag&256||M&&ws(M.vnode)&&M.vnode.shapeFlag&256)&&b.a&&Ft(b.a,F),b.isMounted=!0,C=N=H=null}};b.scope.on();const W=b.effect=new To(Q);b.scope.off();const B=b.update=W.run.bind(W),le=b.job=W.runIfDirty.bind(W);le.i=b,le.id=b.uid,W.scheduler=()=>vr(le),Rn(b,!0),B()},ke=(b,C,N)=>{C.component=b;const H=b.vnode.props;b.vnode=C,b.next=null,Hu(b,C.props,H,N),Xu(b,C.children,N),mn(),Jo(b),bn()},$e=(b,C,N,H,F,j,K,Q,W=!1)=>{const B=b&&b.children,le=b?b.shapeFlag:0,ee=C.children,{patchFlag:ue,shapeFlag:L}=C;if(ue>0){if(ue&128){dt(B,ee,N,H,F,j,K,Q,W);return}else if(ue&256){et(B,ee,N,H,F,j,K,Q,W);return}}L&8?(le&16&&Xe(B,F,j),ee!==B&&x(N,ee)):le&16?L&16?dt(B,ee,N,H,F,j,K,Q,W):Xe(B,F,j,!0):(le&8&&x(N,""),L&16&&me(ee,N,H,F,j,K,Q,W))},et=(b,C,N,H,F,j,K,Q,W)=>{b=b||Jn,C=C||Jn;const B=b.length,le=C.length,ee=Math.min(B,le);let ue;for(ue=0;uele?Xe(b,F,j,!0,!1,ee):me(C,N,H,F,j,K,Q,W,ee)},dt=(b,C,N,H,F,j,K,Q,W)=>{let B=0;const le=C.length;let ee=b.length-1,ue=le-1;for(;B<=ee&&B<=ue;){const L=b[B],ge=C[B]=W?$n(C[B]):an(C[B]);if(Es(L,ge))U(L,ge,N,null,F,j,K,Q,W);else break;B++}for(;B<=ee&&B<=ue;){const L=b[ee],ge=C[ue]=W?$n(C[ue]):an(C[ue]);if(Es(L,ge))U(L,ge,N,null,F,j,K,Q,W);else break;ee--,ue--}if(B>ee){if(B<=ue){const L=ue+1,ge=Lue)for(;B<=ee;)ot(b[B],F,j,!0),B++;else{const L=B,ge=B,Ue=new Map;for(B=ge;B<=ue;B++){const lt=C[B]=W?$n(C[B]):an(C[B]);lt.key!=null&&Ue.set(lt.key,B)}let M,$t=0;const gt=ue-ge+1;let Ht=!1,xt=0;const Et=new Array(gt);for(B=0;B=gt){ot(lt,F,j,!0);continue}let Kt;if(lt.key!=null)Kt=Ue.get(lt.key);else for(M=ge;M<=ue;M++)if(Et[M-ge]===0&&Es(lt,C[M])){Kt=M;break}Kt===void 0?ot(lt,F,j,!0):(Et[Kt-ge]=B+1,Kt>=xt?xt=Kt:Ht=!0,U(lt,C[Kt],N,null,F,j,K,Q,W),$t++)}const cn=Ht?Gu(Et):Jn;for(M=cn.length-1,B=gt-1;B>=0;B--){const lt=ge+B,Kt=C[lt],Un=lt+1{const{el:j,type:K,transition:Q,children:W,shapeFlag:B}=b;if(B&6){tt(b.component.subTree,C,N,H);return}if(B&128){b.suspense.move(C,N,H);return}if(B&64){K.move(b,C,N,Te);return}if(K===Ze){i(j,C,N);for(let ee=0;eeQ.enter(j),F);else{const{leave:ee,delayLeave:ue,afterLeave:L}=Q,ge=()=>i(j,C,N),Ue=()=>{ee(j,()=>{ge(),L&&L()})};ue?ue(j,ge,Ue):Ue()}else i(j,C,N)},ot=(b,C,N,H=!1,F=!1)=>{const{type:j,props:K,ref:Q,children:W,dynamicChildren:B,shapeFlag:le,patchFlag:ee,dirs:ue,cacheIndex:L}=b;if(ee===-2&&(F=!1),Q!=null&&ci(Q,null,N,b,!0),L!=null&&(C.renderCache[L]=void 0),le&256){C.ctx.deactivate(b);return}const ge=le&1&&ue,Ue=!ws(b);let M;if(Ue&&(M=K&&K.onVnodeBeforeUnmount)&&ln(M,C,b),le&6)It(b.component,N,H);else{if(le&128){b.suspense.unmount(N,H);return}ge&&On(b,null,C,"beforeUnmount"),le&64?b.type.remove(b,C,N,Te,H):B&&!B.hasOnce&&(j!==Ze||ee>0&&ee&64)?Xe(B,C,N,!1,!0):(j===Ze&&ee&384||!F&&le&16)&&Xe(W,C,N),H&&ht(b)}(Ue&&(M=K&&K.onVnodeUnmounted)||ge)&&Ft(()=>{M&&ln(M,C,b),ge&&On(b,null,C,"unmounted")},N)},ht=b=>{const{type:C,el:N,anchor:H,transition:F}=b;if(C===Ze){Mt(N,H);return}if(C===mi){ce(b);return}const j=()=>{r(N),F&&!F.persisted&&F.afterLeave&&F.afterLeave()};if(b.shapeFlag&1&&F&&!F.persisted){const{leave:K,delayLeave:Q}=F,W=()=>K(N,j);Q?Q(b.el,j,W):W()}else j()},Mt=(b,C)=>{let N;for(;b!==C;)N=P(b),r(b),b=N;r(C)},It=(b,C,N)=>{const{bum:H,scope:F,job:j,subTree:K,um:Q,m:W,a:B}=b;wa(W),wa(B),H&&Gs(H),F.stop(),j&&(j.flags|=8,ot(K,b,C,N)),Q&&Ft(Q,C),Ft(()=>{b.isUnmounted=!0},C),C&&C.pendingBranch&&!C.isUnmounted&&b.asyncDep&&!b.asyncResolved&&b.suspenseId===C.pendingId&&(C.deps--,C.deps===0&&C.resolve())},Xe=(b,C,N,H=!1,F=!1,j=0)=>{for(let K=j;K{if(b.shapeFlag&6)return nt(b.component.subTree);if(b.shapeFlag&128)return b.suspense.next();const C=P(b.anchor||b.el),N=C&&C[gu];return N?P(N):C};let Ke=!1;const at=(b,C,N)=>{b==null?C._vnode&&ot(C._vnode,null,null,!0):U(C._vnode||null,b,C,null,null,null,N),C._vnode=b,Ke||(Ke=!0,Jo(),Go(),Ke=!1)},Te={p:U,um:ot,m:tt,r:ht,mt:Ce,mc:me,pc:$e,pbc:oe,n:nt,o:t};return{render:at,hydrate:void 0,createApp:Fu(at)}}function $r({type:t,props:e},n){return n==="svg"&&t==="foreignObject"||n==="mathml"&&t==="annotation-xml"&&e&&e.encoding&&e.encoding.includes("html")?void 0:n}function Rn({effect:t,job:e},n){n?(t.flags|=32,e.flags|=4):(t.flags&=-33,e.flags&=-5)}function Ju(t,e){return(!t||t&&!t.pendingBranch)&&e&&!e.persisted}function _a(t,e,n=!1){const i=t.children,r=e.children;if(be(i)&&be(r))for(let a=0;a>1,t[n[h]]<_?a=h+1:l=h;_0&&(e[i]=n[a-1]),n[a]=i)}}for(a=n.length,l=n[a-1];a-- >0;)n[a]=l,l=e[l];return n}function ka(t){const e=t.subTree.component;if(e)return e.asyncDep&&!e.asyncResolved?e:ka(e)}function wa(t){if(t)for(let e=0;epi(Qu);function Er(t,e,n){return Ta(t,e,n)}function Ta(t,e,n=We){const{immediate:i,deep:r,flush:a,once:l}=n,h=kt({},n),m=e&&i||!e&&a!=="post";let _;if(As){if(a==="sync"){const X=Yu();_=X.__watcherHandles||(X.__watcherHandles=[])}else if(!m){const X=()=>{};return X.stop=nn,X.resume=nn,X.pause=nn,X}}const x=vt;h.call=(X,R,U)=>rn(X,x,R,U);let $=!1;a==="post"?h.scheduler=X=>{Ft(X,x&&x.suspense)}:a!=="sync"&&($=!0,h.scheduler=(X,R)=>{R?X():vr(X)}),h.augmentJob=X=>{e&&(X.flags|=4),$&&(X.flags|=2,x&&(X.id=x.uid,X.i=x))};const P=ou(t,e,h);return As&&(_?_.push(P):m&&P()),P}function Zu(t,e,n){const i=this.proxy,r=it(t)?t.includes(".")?Sa(i,t):()=>i[t]:t.bind(i,i);let a;Se(e)?a=e:(a=e.handler,n=e);const l=Ds(this),h=Ta(r,a.bind(i),n);return l(),h}function Sa(t,e){const n=e.split(".");return()=>{let i=t;for(let r=0;re==="modelValue"||e==="model-value"?t.modelModifiers:t[`${e}Modifiers`]||t[`${Ut(e)}Modifiers`]||t[`${In(e)}Modifiers`];function td(t,e,...n){if(t.isUnmounted)return;const i=t.vnode.props||We;let r=n;const a=e.startsWith("update:"),l=a&&ed(i,e.slice(7));l&&(l.trim&&(r=n.map(x=>it(x)?x.trim():x)),l.number&&(r=n.map(Qs)));let h,m=i[h=tr(e)]||i[h=tr(Ut(e))];!m&&a&&(m=i[h=tr(In(e))]),m&&rn(m,t,6,r);const _=i[h+"Once"];if(_){if(!t.emitted)t.emitted={};else if(t.emitted[h])return;t.emitted[h]=!0,rn(_,t,6,r)}}function Ca(t,e,n=!1){const i=e.emitsCache,r=i.get(t);if(r!==void 0)return r;const a=t.emits;let l={},h=!1;if(!Se(t)){const m=_=>{const x=Ca(_,e,!0);x&&(h=!0,kt(l,x))};!n&&e.mixins.length&&e.mixins.forEach(m),t.extends&&m(t.extends),t.mixins&&t.mixins.forEach(m)}return!a&&!h?(Ye(t)&&i.set(t,null),null):(be(a)?a.forEach(m=>l[m]=null):kt(l,a),Ye(t)&&i.set(t,l),l)}function hi(t,e){return!t||!Ks(e)?!1:(e=e.slice(2).replace(/Once$/,""),Le(t,e[0].toLowerCase()+e.slice(1))||Le(t,In(e))||Le(t,e))}function fy(){}function $a(t){const{type:e,vnode:n,proxy:i,withProxy:r,propsOptions:[a],slots:l,attrs:h,emit:m,render:_,renderCache:x,props:$,data:P,setupState:X,ctx:R,inheritAttrs:U}=t,_e=li(t);let J,Ve;try{if(n.shapeFlag&4){const ce=r||i,Fe=ce;J=an(_.call(Fe,ce,x,$,X,P,R)),Ve=h}else{const ce=e;J=an(ce.length>1?ce($,{attrs:h,slots:l,emit:m}):ce($,null)),Ve=e.props?h:nd(h)}}catch(ce){Cs.length=0,oi(ce,t,1),J=re(Fn)}let Ae=J;if(Ve&&U!==!1){const ce=Object.keys(Ve),{shapeFlag:Fe}=Ae;ce.length&&Fe&7&&(a&&ce.some(Yi)&&(Ve=sd(Ve,a)),Ae=rs(Ae,Ve,!1,!0))}return n.dirs&&(Ae=rs(Ae,null,!1,!0),Ae.dirs=Ae.dirs?Ae.dirs.concat(n.dirs):n.dirs),n.transition&&xr(Ae,n.transition),J=Ae,li(_e),J}const nd=t=>{let e;for(const n in t)(n==="class"||n==="style"||Ks(n))&&((e||(e={}))[n]=t[n]);return e},sd=(t,e)=>{const n={};for(const i in t)(!Yi(i)||!(i.slice(9)in e))&&(n[i]=t[i]);return n};function id(t,e,n){const{props:i,children:r,component:a}=t,{props:l,children:h,patchFlag:m}=e,_=a.emitsOptions;if(e.dirs||e.transition)return!0;if(n&&m>=0){if(m&1024)return!0;if(m&16)return i?Ea(i,l,_):!!l;if(m&8){const x=e.dynamicProps;for(let $=0;$t.__isSuspense;function od(t,e){e&&e.pendingBranch?be(t)?e.effects.push(...t):e.effects.push(t):pu(t)}const Ze=Symbol.for("v-fgt"),gi=Symbol.for("v-txt"),Fn=Symbol.for("v-cmt"),mi=Symbol.for("v-stc"),Cs=[];let Lt=null;function te(t=!1){Cs.push(Lt=t?null:[])}function ad(){Cs.pop(),Lt=Cs[Cs.length-1]||null}let $s=1;function Aa(t,e=!1){$s+=t,t<0&&Lt&&e&&(Lt.hasOnce=!0)}function Ma(t){return t.dynamicChildren=$s>0?Lt||Jn:null,ad(),$s>0&&Lt&&Lt.push(t),t}function ne(t,e,n,i,r,a){return Ma(k(t,e,n,i,r,a,!0))}function ld(t,e,n,i,r){return Ma(re(t,e,n,i,r,!0))}function Ia(t){return t?t.__v_isVNode===!0:!1}function Es(t,e){return t.type===e.type&&t.key===e.key}const Pa=({key:t})=>t??null,bi=({ref:t,ref_key:e,ref_for:n})=>(typeof t=="number"&&(t=""+t),t!=null?it(t)||yt(t)||Se(t)?{i:Rt,r:t,k:e,f:!!n}:t:null);function k(t,e=null,n=null,i=0,r=null,a=t===Ze?0:1,l=!1,h=!1){const m={__v_isVNode:!0,__v_skip:!0,type:t,props:e,key:e&&Pa(e),ref:e&&bi(e),scopeId:Yo,slotScopeIds:null,children:n,component:null,suspense:null,ssContent:null,ssFallback:null,dirs:null,transition:null,el:null,anchor:null,target:null,targetStart:null,targetAnchor:null,staticCount:0,shapeFlag:a,patchFlag:i,dynamicProps:r,dynamicChildren:null,appContext:null,ctx:Rt};return h?(Dr(m,n),a&128&&t.normalize(m)):n&&(m.shapeFlag|=it(n)?8:16),$s>0&&!l&&Lt&&(m.patchFlag>0||a&6)&&m.patchFlag!==32&&Lt.push(m),m}const re=cd;function cd(t,e=null,n=null,i=0,r=null,a=!1){if((!t||t===Au)&&(t=Fn),Ia(t)){const h=rs(t,e,!0);return n&&Dr(h,n),$s>0&&!a&&Lt&&(h.shapeFlag&6?Lt[Lt.indexOf(t)]=h:Lt.push(h)),h.patchFlag=-2,h}if(_d(t)&&(t=t.__vccOpts),e){e=ud(e);let{class:h,style:m}=e;h&&!it(h)&&(e.class=Qt(h)),Ye(m)&&(mr(m)&&!be(m)&&(m=kt({},m)),e.style=nr(m))}const l=it(t)?1:Da(t)?128:mu(t)?64:Ye(t)?4:Se(t)?2:0;return k(t,e,n,i,r,l,a,!0)}function ud(t){return t?mr(t)||pa(t)?kt({},t):t:null}function rs(t,e,n=!1,i=!1){const{props:r,ref:a,patchFlag:l,children:h,transition:m}=t,_=e?dd(r||{},e):r,x={__v_isVNode:!0,__v_skip:!0,type:t.type,props:_,key:_&&Pa(_),ref:e&&e.ref?n&&a?be(a)?a.concat(bi(e)):[a,bi(e)]:bi(e):a,scopeId:t.scopeId,slotScopeIds:t.slotScopeIds,children:h,target:t.target,targetStart:t.targetStart,targetAnchor:t.targetAnchor,staticCount:t.staticCount,shapeFlag:t.shapeFlag,patchFlag:e&&t.type!==Ze?l===-1?16:l|16:l,dynamicProps:t.dynamicProps,dynamicChildren:t.dynamicChildren,appContext:t.appContext,dirs:t.dirs,transition:m,component:t.component,suspense:t.suspense,ssContent:t.ssContent&&rs(t.ssContent),ssFallback:t.ssFallback&&rs(t.ssFallback),el:t.el,anchor:t.anchor,ctx:t.ctx,ce:t.ce};return m&&i&&xr(x,m.clone(x)),x}function St(t=" ",e=0){return re(gi,null,t,e)}function yi(t,e){const n=re(mi,null,t);return n.staticCount=e,n}function vi(t="",e=!1){return e?(te(),ld(Fn,null,t)):re(Fn,null,t)}function an(t){return t==null||typeof t=="boolean"?re(Fn):be(t)?re(Ze,null,t.slice()):Ia(t)?$n(t):re(gi,null,String(t))}function $n(t){return t.el===null&&t.patchFlag!==-1||t.memo?t:rs(t)}function Dr(t,e){let n=0;const{shapeFlag:i}=t;if(e==null)e=null;else if(be(e))n=16;else if(typeof e=="object")if(i&65){const r=e.default;r&&(r._c&&(r._d=!1),Dr(t,r()),r._c&&(r._d=!0));return}else{n=32;const r=e._;!r&&!pa(e)?e._ctx=Rt:r===3&&Rt&&(Rt.slots._===1?e._=1:(e._=2,t.patchFlag|=1024))}else Se(e)?(e={default:e,_ctx:Rt},n=32):(e=String(e),i&64?(n=16,e=[St(e)]):n=8);t.children=e,t.shapeFlag|=n}function dd(...t){const e={};for(let n=0;n{let r;return(r=t[n])||(r=t[n]=[]),r.push(i),a=>{r.length>1?r.forEach(l=>l(a)):r[0](a)}};xi=e("__VUE_INSTANCE_SETTERS__",n=>vt=n),Ar=e("__VUE_SSR_SETTERS__",n=>As=n)}const Ds=t=>{const e=vt;return xi(t),t.scope.on(),()=>{t.scope.off(),xi(e)}},Va=()=>{vt&&vt.scope.off(),xi(null)};function Na(t){return t.vnode.shapeFlag&4}let As=!1;function gd(t,e=!1,n=!1){e&&Ar(e);const{props:i,children:r}=t.vnode,a=Na(t);ju(t,i,a,e),qu(t,r,n);const l=a?md(t,e):void 0;return e&&Ar(!1),l}function md(t,e){const n=t.type;t.accessCache=Object.create(null),t.proxy=new Proxy(t.ctx,Iu);const{setup:i}=n;if(i){mn();const r=t.setupContext=i.length>1?yd(t):null,a=Ds(t),l=ts(i,t,0,[t.props,r]),h=mo(l);if(bn(),a(),(h||t.sp)&&!ws(t)&&Zo(t),h){if(l.then(Va,Va),e)return l.then(m=>{za(t,m)}).catch(m=>{oi(m,t,0)});t.asyncDep=l}else za(t,l)}else Oa(t)}function za(t,e,n){Se(e)?t.type.__ssrInlineRender?t.ssrRender=e:t.render=e:Ye(e)&&(t.setupState=Bo(e)),Oa(t)}function Oa(t,e,n){const i=t.type;t.render||(t.render=i.render||nn);{const r=Ds(t);mn();try{Pu(t)}finally{bn(),r()}}}const bd={get(t,e){return bt(t,"get",""),t[e]}};function yd(t){const e=n=>{t.exposed=n||{}};return{attrs:new Proxy(t.attrs,bd),slots:t.slots,emit:t.emit,expose:e}}function _i(t){return t.exposed?t.exposeProxy||(t.exposeProxy=new Proxy(Bo(eu(t.exposed)),{get(e,n){if(n in e)return e[n];if(n in Ts)return Ts[n](t)},has(e,n){return n in e||n in Ts}})):t.proxy}const vd=/(?:^|[-_])(\w)/g,xd=t=>t.replace(vd,e=>e.toUpperCase()).replace(/[-_]/g,"");function Ra(t,e=!0){return Se(t)?t.displayName||t.name:t.name||e&&t.__name}function Fa(t,e,n=!1){let i=Ra(e);if(!i&&e.__file){const r=e.__file.match(/([^/\\]+)\.\w+$/);r&&(i=r[1])}if(!i&&t&&t.parent){const r=a=>{for(const l in a)if(a[l]===e)return l};i=r(t.components||t.parent.type.components)||r(t.appContext.components)}return i?xd(i):n?"App":"Anonymous"}function _d(t){return Se(t)&&"__vccOpts"in t}const kd=(t,e)=>iu(t,e,As),wd="3.5.13";/** +`],...cu(n))}),e}function cu({vnode:t,recurseCount:e}){const n=e>0?`... (${e} recursive calls)`:"",i=t.component?t.component.parent==null:!1,r=` at <${Fa(t.component,t.type,i)}`,a=">"+n;return t.props?[r,...uu(t.props),a]:[r+a]}function uu(t){const e=[],n=Object.keys(t);return n.slice(0,3).forEach(i=>{e.push(...qo(i,t[i]))}),n.length>3&&e.push(" ..."),e}function qo(t,e,n){return it(e)?(e=JSON.stringify(e),n?e:[`${t}=${e}`]):typeof e=="number"||typeof e=="boolean"||e==null?n?e:[`${t}=${e}`]:yt(e)?(e=qo(t,je(e.value),!0),n?e:[`${t}=Ref<`,e,">"]):Se(e)?[`${t}=fn${e.name?`<${e.name}>`:""}`]:(e=je(e),n?e:[`${t}=`,e])}function ts(t,e,n,i){try{return i?t(...i):t()}catch(r){oi(r,e,n)}}function rn(t,e,n,i){if(Se(t)){const r=ts(t,e,n,i);return r&&mo(r)&&r.catch(a=>{oi(a,e,n)}),r}if(be(t)){const r=[];for(let a=0;a>>1,r=wt[i],a=ks(r);a=ks(n)?wt.push(t):wt.splice(fu(e),0,t),t.flags|=1,Wo()}}function Wo(){ai||(ai=Xo.then(Qo))}function pu(t){be(t)?ns.push(...t):Cn&&t.id===-1?Cn.splice(ss+1,0,t):t.flags&1||(ns.push(t),t.flags|=1),Wo()}function Jo(t,e,n=on+1){for(;nks(n)-ks(i));if(ns.length=0,Cn){Cn.push(...e);return}for(Cn=e,ss=0;sst.id==null?t.flags&2?-1:1/0:t.id;function Qo(t){try{for(on=0;on{i._d&&Aa(-1);const a=li(e);let l;try{l=t(...r)}finally{li(a),i._d&&Aa(1)}return l};return i._n=!0,i._c=!0,i._d=!0,i}function Ee(t,e){if(Rt===null)return t;const n=_i(Rt),i=t.dirs||(t.dirs=[]);for(let r=0;rt.__isTeleport;function xr(t,e){t.shapeFlag&6&&t.component?(t.transition=e,xr(t.component.subTree,e)):t.shapeFlag&128?(t.ssContent.transition=e.clone(t.ssContent),t.ssFallback.transition=e.clone(t.ssFallback)):t.transition=e}function Zo(t){t.ids=[t.ids[0]+t.ids[2]+++"-",0,0]}function ci(t,e,n,i,r=!1){if(be(t)){t.forEach((R,U)=>ci(R,e&&(be(e)?e[U]:e),n,i,r));return}if(ws(i)&&!r){i.shapeFlag&512&&i.type.__asyncResolved&&i.component.subTree.component&&ci(t,e,n,i.component.subTree);return}const a=i.shapeFlag&4?_i(i.component):i.el,l=r?null:a,{i:h,r:m}=t,_=e&&e.r,v=h.refs===We?h.refs={}:h.refs,$=h.setupState,P=je($),X=$===We?()=>!1:R=>Le(P,R);if(_!=null&&_!==m&&(it(_)?(v[_]=null,X(_)&&($[_]=null)):yt(_)&&(_.value=null)),Se(m))ts(m,h,12,[l,v]);else{const R=it(m),U=yt(m);if(R||U){const _e=()=>{if(t.f){const J=R?X(m)?$[m]:v[m]:m.value;r?be(J)&&Zi(J,a):be(J)?J.includes(a)||J.push(a):R?(v[m]=[a],X(m)&&($[m]=v[m])):(m.value=[a],t.k&&(v[t.k]=m.value))}else R?(v[m]=l,X(m)&&($[m]=l)):U&&(m.value=l,t.k&&(v[t.k]=l))};l?(_e.id=-1,Ft(_e,n)):_e()}}}Ys().requestIdleCallback,Ys().cancelIdleCallback;const ws=t=>!!t.type.__asyncLoader,ea=t=>t.type.__isKeepAlive;function bu(t,e){ta(t,"a",e)}function yu(t,e){ta(t,"da",e)}function ta(t,e,n=vt){const i=t.__wdc||(t.__wdc=()=>{let r=n;for(;r;){if(r.isDeactivated)return;r=r.parent}return t()});if(ui(e,i,n),n){let r=n.parent;for(;r&&r.parent;)ea(r.parent.vnode)&&vu(i,e,n,r),r=r.parent}}function vu(t,e,n,i){const r=ui(e,t,i,!0);na(()=>{Zi(i[e],r)},n)}function ui(t,e,n=vt,i=!1){if(n){const r=n[t]||(n[t]=[]),a=e.__weh||(e.__weh=(...l)=>{mn();const h=Ds(n),m=rn(e,n,t,l);return h(),bn(),m});return i?r.unshift(a):r.push(a),a}}const _n=t=>(e,n=vt)=>{(!As||t==="sp")&&ui(t,(...i)=>e(...i),n)},xu=_n("bm"),_u=_n("m"),ku=_n("bu"),wu=_n("u"),Tu=_n("bum"),na=_n("um"),Su=_n("sp"),Cu=_n("rtg"),$u=_n("rtc");function Eu(t,e=vt){ui("ec",t,e)}const Du="components";function fe(t,e){return Mu(Du,t,!0,e)||t}const Au=Symbol.for("v-ndc");function Mu(t,e,n=!0,i=!1){const r=Rt||vt;if(r){const a=r.type;{const h=Ra(a,!1);if(h&&(h===e||h===Ut(e)||h===Js(Ut(e))))return a}const l=sa(r[t]||a[t],e)||sa(r.appContext[t],e);return!l&&i?a:l}}function sa(t,e){return t&&(t[e]||t[Ut(e)]||t[Js(Ut(e))])}function di(t,e,n,i){let r;const a=n,l=be(t);if(l||it(t)){const h=l&&Zn(t);let m=!1;h&&(m=!Zt(t),t=Zs(t)),r=new Array(t.length);for(let _=0,v=t.length;_e(h,m,void 0,a));else{const h=Object.keys(t);r=new Array(h.length);for(let m=0,_=h.length;m<_;m++){const v=h[m];r[m]=e(t[v],v,m,a)}}else r=[];return r}const _r=t=>t?Na(t)?_i(t):_r(t.parent):null,Ts=kt(Object.create(null),{$:t=>t,$el:t=>t.vnode.el,$data:t=>t.data,$props:t=>t.props,$attrs:t=>t.attrs,$slots:t=>t.slots,$refs:t=>t.refs,$parent:t=>_r(t.parent),$root:t=>_r(t.root),$host:t=>t.ce,$emit:t=>t.emit,$options:t=>aa(t),$forceUpdate:t=>t.f||(t.f=()=>{vr(t.update)}),$nextTick:t=>t.n||(t.n=Ko.bind(t.proxy)),$watch:t=>Zu.bind(t)}),kr=(t,e)=>t!==We&&!t.__isScriptSetup&&Le(t,e),Iu={get({_:t},e){if(e==="__v_skip")return!0;const{ctx:n,setupState:i,data:r,props:a,accessCache:l,type:h,appContext:m}=t;let _;if(e[0]!=="$"){const X=l[e];if(X!==void 0)switch(X){case 1:return i[e];case 2:return r[e];case 4:return n[e];case 3:return a[e]}else{if(kr(i,e))return l[e]=1,i[e];if(r!==We&&Le(r,e))return l[e]=2,r[e];if((_=t.propsOptions[0])&&Le(_,e))return l[e]=3,a[e];if(n!==We&&Le(n,e))return l[e]=4,n[e];wr&&(l[e]=0)}}const v=Ts[e];let $,P;if(v)return e==="$attrs"&&bt(t.attrs,"get",""),v(t);if(($=h.__cssModules)&&($=$[e]))return $;if(n!==We&&Le(n,e))return l[e]=4,n[e];if(P=m.config.globalProperties,Le(P,e))return P[e]},set({_:t},e,n){const{data:i,setupState:r,ctx:a}=t;return kr(r,e)?(r[e]=n,!0):i!==We&&Le(i,e)?(i[e]=n,!0):Le(t.props,e)||e[0]==="$"&&e.slice(1)in t?!1:(a[e]=n,!0)},has({_:{data:t,setupState:e,accessCache:n,ctx:i,appContext:r,propsOptions:a}},l){let h;return!!n[l]||t!==We&&Le(t,l)||kr(e,l)||(h=a[0])&&Le(h,l)||Le(i,l)||Le(Ts,l)||Le(r.config.globalProperties,l)},defineProperty(t,e,n){return n.get!=null?t._.accessCache[e]=0:Le(n,"value")&&this.set(t,e,n.value,null),Reflect.defineProperty(t,e,n)}};function ia(t){return be(t)?t.reduce((e,n)=>(e[n]=null,e),{}):t}let wr=!0;function Pu(t){const e=aa(t),n=t.proxy,i=t.ctx;wr=!1,e.beforeCreate&&ra(e.beforeCreate,t,"bc");const{data:r,computed:a,methods:l,watch:h,provide:m,inject:_,created:v,beforeMount:$,mounted:P,beforeUpdate:X,updated:R,activated:U,deactivated:_e,beforeDestroy:J,beforeUnmount:Ve,destroyed:Ae,unmounted:ce,render:Fe,renderTracked:rt,renderTriggered:u,errorCaptured:me,serverPrefetch:Z,expose:oe,inheritAttrs:pe,components:Ge,directives:Y,filters:Ce}=e;if(_&&Vu(_,i,null),l)for(const ke in l){const $e=l[ke];Se($e)&&(i[ke]=$e.bind(n))}if(r){const ke=r.call(n,n);Ye(ke)&&(t.data=gr(ke))}if(wr=!0,a)for(const ke in a){const $e=a[ke],et=Se($e)?$e.bind(n,n):Se($e.get)?$e.get.bind(n,n):nn,dt=!Se($e)&&Se($e.set)?$e.set.bind(n):nn,tt=kd({get:et,set:dt});Object.defineProperty(i,ke,{enumerable:!0,configurable:!0,get:()=>tt.value,set:ot=>tt.value=ot})}if(h)for(const ke in h)oa(h[ke],i,n,ke);if(m){const ke=Se(m)?m.call(n):m;Reflect.ownKeys(ke).forEach($e=>{Lu($e,ke[$e])})}v&&ra(v,t,"c");function Ne(ke,$e){be($e)?$e.forEach(et=>ke(et.bind(n))):$e&&ke($e.bind(n))}if(Ne(xu,$),Ne(_u,P),Ne(ku,X),Ne(wu,R),Ne(bu,U),Ne(yu,_e),Ne(Eu,me),Ne($u,rt),Ne(Cu,u),Ne(Tu,Ve),Ne(na,ce),Ne(Su,Z),be(oe))if(oe.length){const ke=t.exposed||(t.exposed={});oe.forEach($e=>{Object.defineProperty(ke,$e,{get:()=>n[$e],set:et=>n[$e]=et})})}else t.exposed||(t.exposed={});Fe&&t.render===nn&&(t.render=Fe),pe!=null&&(t.inheritAttrs=pe),Ge&&(t.components=Ge),Y&&(t.directives=Y),Z&&Zo(t)}function Vu(t,e,n=nn){be(t)&&(t=Tr(t));for(const i in t){const r=t[i];let a;Ye(r)?"default"in r?a=pi(r.from||i,r.default,!0):a=pi(r.from||i):a=pi(r),yt(a)?Object.defineProperty(e,i,{enumerable:!0,configurable:!0,get:()=>a.value,set:l=>a.value=l}):e[i]=a}}function ra(t,e,n){rn(be(t)?t.map(i=>i.bind(e.proxy)):t.bind(e.proxy),e,n)}function oa(t,e,n,i){let r=i.includes(".")?Sa(n,i):()=>n[i];if(it(t)){const a=e[t];Se(a)&&Er(r,a)}else if(Se(t))Er(r,t.bind(n));else if(Ye(t))if(be(t))t.forEach(a=>oa(a,e,n,i));else{const a=Se(t.handler)?t.handler.bind(n):e[t.handler];Se(a)&&Er(r,a,t)}}function aa(t){const e=t.type,{mixins:n,extends:i}=e,{mixins:r,optionsCache:a,config:{optionMergeStrategies:l}}=t.appContext,h=a.get(e);let m;return h?m=h:!r.length&&!n&&!i?m=e:(m={},r.length&&r.forEach(_=>fi(m,_,l,!0)),fi(m,e,l)),Ye(e)&&a.set(e,m),m}function fi(t,e,n,i=!1){const{mixins:r,extends:a}=e;a&&fi(t,a,n,!0),r&&r.forEach(l=>fi(t,l,n,!0));for(const l in e)if(!(i&&l==="expose")){const h=Nu[l]||n&&n[l];t[l]=h?h(t[l],e[l]):e[l]}return t}const Nu={data:la,props:ca,emits:ca,methods:Ss,computed:Ss,beforeCreate:Tt,created:Tt,beforeMount:Tt,mounted:Tt,beforeUpdate:Tt,updated:Tt,beforeDestroy:Tt,beforeUnmount:Tt,destroyed:Tt,unmounted:Tt,activated:Tt,deactivated:Tt,errorCaptured:Tt,serverPrefetch:Tt,components:Ss,directives:Ss,watch:Ou,provide:la,inject:zu};function la(t,e){return e?t?function(){return kt(Se(t)?t.call(this,this):t,Se(e)?e.call(this,this):e)}:e:t}function zu(t,e){return Ss(Tr(t),Tr(e))}function Tr(t){if(be(t)){const e={};for(let n=0;n1)return n&&Se(e)?e.call(i&&i.proxy):e}}const da={},fa=()=>Object.create(da),pa=t=>Object.getPrototypeOf(t)===da;function ju(t,e,n,i=!1){const r={},a=fa();t.propsDefaults=Object.create(null),ha(t,e,r,a);for(const l in t.propsOptions[0])l in r||(r[l]=void 0);n?t.props=i?r:Zc(r):t.type.props?t.props=r:t.props=a,t.attrs=a}function Hu(t,e,n,i){const{props:r,attrs:a,vnode:{patchFlag:l}}=t,h=je(r),[m]=t.propsOptions;let _=!1;if((i||l>0)&&!(l&16)){if(l&8){const v=t.vnode.dynamicProps;for(let $=0;${m=!0;const[P,X]=ga($,e,!0);kt(l,P),X&&h.push(...X)};!n&&e.mixins.length&&e.mixins.forEach(v),t.extends&&v(t.extends),t.mixins&&t.mixins.forEach(v)}if(!a&&!m)return Ye(t)&&i.set(t,Jn),Jn;if(be(a))for(let v=0;vt[0]==="_"||t==="$stable",Cr=t=>be(t)?t.map(an):[an(t)],Bu=(t,e,n)=>{if(e._n)return e;const i=hu((...r)=>Cr(e(...r)),n);return i._c=!1,i},ya=(t,e,n)=>{const i=t._ctx;for(const r in t){if(ba(r))continue;const a=t[r];if(Se(a))e[r]=Bu(r,a,i);else if(a!=null){const l=Cr(a);e[r]=()=>l}}},va=(t,e)=>{const n=Cr(e);t.slots.default=()=>n},xa=(t,e,n)=>{for(const i in e)(n||i!=="_")&&(t[i]=e[i])},qu=(t,e,n)=>{const i=t.slots=fa();if(t.vnode.shapeFlag&32){const r=e._;r?(xa(i,e,n),n&&vo(i,"_",r,!0)):ya(e,i)}else e&&va(t,e)},Xu=(t,e,n)=>{const{vnode:i,slots:r}=t;let a=!0,l=We;if(i.shapeFlag&32){const h=e._;h?n&&h===1?a=!1:xa(r,e,n):(a=!e.$stable,ya(e,r)),l=e}else e&&(va(t,e),l={default:1});if(a)for(const h in r)!ba(h)&&l[h]==null&&delete r[h]},Ft=od;function Ku(t){return Wu(t)}function Wu(t,e){const n=Ys();n.__VUE__=!0;const{insert:i,remove:r,patchProp:a,createElement:l,createText:h,createComment:m,setText:_,setElementText:v,parentNode:$,nextSibling:P,setScopeId:X=nn,insertStaticContent:R}=t,U=(b,C,N,H=null,F=null,j=null,K=void 0,Q=null,W=!!C.dynamicChildren)=>{if(b===C)return;b&&!Es(b,C)&&(H=nt(b),ot(b,F,j,!0),b=null),C.patchFlag===-2&&(W=!1,C.dynamicChildren=null);const{type:B,ref:le,shapeFlag:ee}=C;switch(B){case gi:_e(b,C,N,H);break;case Fn:J(b,C,N,H);break;case mi:b==null&&Ve(C,N,H,K);break;case Ze:Ge(b,C,N,H,F,j,K,Q,W);break;default:ee&1?Fe(b,C,N,H,F,j,K,Q,W):ee&6?Y(b,C,N,H,F,j,K,Q,W):(ee&64||ee&128)&&B.process(b,C,N,H,F,j,K,Q,W,Te)}le!=null&&F&&ci(le,b&&b.ref,j,C||b,!C)},_e=(b,C,N,H)=>{if(b==null)i(C.el=h(C.children),N,H);else{const F=C.el=b.el;C.children!==b.children&&_(F,C.children)}},J=(b,C,N,H)=>{b==null?i(C.el=m(C.children||""),N,H):C.el=b.el},Ve=(b,C,N,H)=>{[b.el,b.anchor]=R(b.children,C,N,H,b.el,b.anchor)},Ae=({el:b,anchor:C},N,H)=>{let F;for(;b&&b!==C;)F=P(b),i(b,N,H),b=F;i(C,N,H)},ce=({el:b,anchor:C})=>{let N;for(;b&&b!==C;)N=P(b),r(b),b=N;r(C)},Fe=(b,C,N,H,F,j,K,Q,W)=>{C.type==="svg"?K="svg":C.type==="math"&&(K="mathml"),b==null?rt(C,N,H,F,j,K,Q,W):Z(b,C,F,j,K,Q,W)},rt=(b,C,N,H,F,j,K,Q)=>{let W,B;const{props:le,shapeFlag:ee,transition:ue,dirs:L}=b;if(W=b.el=l(b.type,j,le&&le.is,le),ee&8?v(W,b.children):ee&16&&me(b.children,W,null,H,F,$r(b,j),K,Q),L&&On(b,null,H,"created"),u(W,b,b.scopeId,K,H),le){for(const Ue in le)Ue!=="value"&&!gs(Ue)&&a(W,Ue,null,le[Ue],j,H);"value"in le&&a(W,"value",null,le.value,j),(B=le.onVnodeBeforeMount)&&ln(B,H,b)}L&&On(b,null,H,"beforeMount");const ge=Ju(F,ue);ge&&ue.beforeEnter(W),i(W,C,N),((B=le&&le.onVnodeMounted)||ge||L)&&Ft(()=>{B&&ln(B,H,b),ge&&ue.enter(W),L&&On(b,null,H,"mounted")},F)},u=(b,C,N,H,F)=>{if(N&&X(b,N),H)for(let j=0;j{for(let B=W;B{const Q=C.el=b.el;let{patchFlag:W,dynamicChildren:B,dirs:le}=C;W|=b.patchFlag&16;const ee=b.props||We,ue=C.props||We;let L;if(N&&Rn(N,!1),(L=ue.onVnodeBeforeUpdate)&&ln(L,N,C,b),le&&On(C,b,N,"beforeUpdate"),N&&Rn(N,!0),(ee.innerHTML&&ue.innerHTML==null||ee.textContent&&ue.textContent==null)&&v(Q,""),B?oe(b.dynamicChildren,B,Q,N,H,$r(C,F),j):K||$e(b,C,Q,null,N,H,$r(C,F),j,!1),W>0){if(W&16)pe(Q,ee,ue,N,F);else if(W&2&&ee.class!==ue.class&&a(Q,"class",null,ue.class,F),W&4&&a(Q,"style",ee.style,ue.style,F),W&8){const ge=C.dynamicProps;for(let Ue=0;Ue{L&&ln(L,N,C,b),le&&On(C,b,N,"updated")},H)},oe=(b,C,N,H,F,j,K)=>{for(let Q=0;Q{if(C!==N){if(C!==We)for(const j in C)!gs(j)&&!(j in N)&&a(b,j,C[j],null,F,H);for(const j in N){if(gs(j))continue;const K=N[j],Q=C[j];K!==Q&&j!=="value"&&a(b,j,Q,K,F,H)}"value"in N&&a(b,"value",C.value,N.value,F)}},Ge=(b,C,N,H,F,j,K,Q,W)=>{const B=C.el=b?b.el:h(""),le=C.anchor=b?b.anchor:h("");let{patchFlag:ee,dynamicChildren:ue,slotScopeIds:L}=C;L&&(Q=Q?Q.concat(L):L),b==null?(i(B,N,H),i(le,N,H),me(C.children||[],N,le,F,j,K,Q,W)):ee>0&&ee&64&&ue&&b.dynamicChildren?(oe(b.dynamicChildren,ue,N,F,j,K,Q),(C.key!=null||F&&C===F.subTree)&&_a(b,C,!0)):$e(b,C,N,le,F,j,K,Q,W)},Y=(b,C,N,H,F,j,K,Q,W)=>{C.slotScopeIds=Q,b==null?C.shapeFlag&512?F.ctx.activate(C,N,H,K,W):Ce(C,N,H,F,j,K,W):ct(b,C,W)},Ce=(b,C,N,H,F,j,K)=>{const Q=b.component=hd(b,H,F);if(ea(b)&&(Q.ctx.renderer=Te),gd(Q,!1,K),Q.asyncDep){if(F&&F.registerDep(Q,Ne,K),!b.el){const W=Q.subTree=re(Fn);J(null,W,C,N)}}else Ne(Q,b,C,N,F,j,K)},ct=(b,C,N)=>{const H=C.component=b.component;if(id(b,C,N))if(H.asyncDep&&!H.asyncResolved){ke(H,C,N);return}else H.next=C,H.update();else C.el=b.el,H.vnode=C},Ne=(b,C,N,H,F,j,K)=>{const Q=()=>{if(b.isMounted){let{next:ee,bu:ue,u:L,parent:ge,vnode:Ue}=b;{const xt=ka(b);if(xt){ee&&(ee.el=Ue.el,ke(b,ee,K)),xt.asyncDep.then(()=>{b.isUnmounted||Q()});return}}let M=ee,$t;Rn(b,!1),ee?(ee.el=Ue.el,ke(b,ee,K)):ee=Ue,ue&&Gs(ue),($t=ee.props&&ee.props.onVnodeBeforeUpdate)&&ln($t,ge,ee,Ue),Rn(b,!0);const gt=$a(b),Ht=b.subTree;b.subTree=gt,U(Ht,gt,$(Ht.el),nt(Ht),b,F,j),ee.el=gt.el,M===null&&rd(b,gt.el),L&&Ft(L,F),($t=ee.props&&ee.props.onVnodeUpdated)&&Ft(()=>ln($t,ge,ee,Ue),F)}else{let ee;const{el:ue,props:L}=C,{bm:ge,m:Ue,parent:M,root:$t,type:gt}=b,Ht=ws(C);Rn(b,!1),ge&&Gs(ge),!Ht&&(ee=L&&L.onVnodeBeforeMount)&&ln(ee,M,C),Rn(b,!0);{$t.ce&&$t.ce._injectChildStyle(gt);const xt=b.subTree=$a(b);U(null,xt,N,H,b,F,j),C.el=xt.el}if(Ue&&Ft(Ue,F),!Ht&&(ee=L&&L.onVnodeMounted)){const xt=C;Ft(()=>ln(ee,M,xt),F)}(C.shapeFlag&256||M&&ws(M.vnode)&&M.vnode.shapeFlag&256)&&b.a&&Ft(b.a,F),b.isMounted=!0,C=N=H=null}};b.scope.on();const W=b.effect=new To(Q);b.scope.off();const B=b.update=W.run.bind(W),le=b.job=W.runIfDirty.bind(W);le.i=b,le.id=b.uid,W.scheduler=()=>vr(le),Rn(b,!0),B()},ke=(b,C,N)=>{C.component=b;const H=b.vnode.props;b.vnode=C,b.next=null,Hu(b,C.props,H,N),Xu(b,C.children,N),mn(),Jo(b),bn()},$e=(b,C,N,H,F,j,K,Q,W=!1)=>{const B=b&&b.children,le=b?b.shapeFlag:0,ee=C.children,{patchFlag:ue,shapeFlag:L}=C;if(ue>0){if(ue&128){dt(B,ee,N,H,F,j,K,Q,W);return}else if(ue&256){et(B,ee,N,H,F,j,K,Q,W);return}}L&8?(le&16&&Xe(B,F,j),ee!==B&&v(N,ee)):le&16?L&16?dt(B,ee,N,H,F,j,K,Q,W):Xe(B,F,j,!0):(le&8&&v(N,""),L&16&&me(ee,N,H,F,j,K,Q,W))},et=(b,C,N,H,F,j,K,Q,W)=>{b=b||Jn,C=C||Jn;const B=b.length,le=C.length,ee=Math.min(B,le);let ue;for(ue=0;uele?Xe(b,F,j,!0,!1,ee):me(C,N,H,F,j,K,Q,W,ee)},dt=(b,C,N,H,F,j,K,Q,W)=>{let B=0;const le=C.length;let ee=b.length-1,ue=le-1;for(;B<=ee&&B<=ue;){const L=b[B],ge=C[B]=W?$n(C[B]):an(C[B]);if(Es(L,ge))U(L,ge,N,null,F,j,K,Q,W);else break;B++}for(;B<=ee&&B<=ue;){const L=b[ee],ge=C[ue]=W?$n(C[ue]):an(C[ue]);if(Es(L,ge))U(L,ge,N,null,F,j,K,Q,W);else break;ee--,ue--}if(B>ee){if(B<=ue){const L=ue+1,ge=Lue)for(;B<=ee;)ot(b[B],F,j,!0),B++;else{const L=B,ge=B,Ue=new Map;for(B=ge;B<=ue;B++){const lt=C[B]=W?$n(C[B]):an(C[B]);lt.key!=null&&Ue.set(lt.key,B)}let M,$t=0;const gt=ue-ge+1;let Ht=!1,xt=0;const Et=new Array(gt);for(B=0;B=gt){ot(lt,F,j,!0);continue}let Kt;if(lt.key!=null)Kt=Ue.get(lt.key);else for(M=ge;M<=ue;M++)if(Et[M-ge]===0&&Es(lt,C[M])){Kt=M;break}Kt===void 0?ot(lt,F,j,!0):(Et[Kt-ge]=B+1,Kt>=xt?xt=Kt:Ht=!0,U(lt,C[Kt],N,null,F,j,K,Q,W),$t++)}const cn=Ht?Gu(Et):Jn;for(M=cn.length-1,B=gt-1;B>=0;B--){const lt=ge+B,Kt=C[lt],Un=lt+1{const{el:j,type:K,transition:Q,children:W,shapeFlag:B}=b;if(B&6){tt(b.component.subTree,C,N,H);return}if(B&128){b.suspense.move(C,N,H);return}if(B&64){K.move(b,C,N,Te);return}if(K===Ze){i(j,C,N);for(let ee=0;eeQ.enter(j),F);else{const{leave:ee,delayLeave:ue,afterLeave:L}=Q,ge=()=>i(j,C,N),Ue=()=>{ee(j,()=>{ge(),L&&L()})};ue?ue(j,ge,Ue):Ue()}else i(j,C,N)},ot=(b,C,N,H=!1,F=!1)=>{const{type:j,props:K,ref:Q,children:W,dynamicChildren:B,shapeFlag:le,patchFlag:ee,dirs:ue,cacheIndex:L}=b;if(ee===-2&&(F=!1),Q!=null&&ci(Q,null,N,b,!0),L!=null&&(C.renderCache[L]=void 0),le&256){C.ctx.deactivate(b);return}const ge=le&1&&ue,Ue=!ws(b);let M;if(Ue&&(M=K&&K.onVnodeBeforeUnmount)&&ln(M,C,b),le&6)It(b.component,N,H);else{if(le&128){b.suspense.unmount(N,H);return}ge&&On(b,null,C,"beforeUnmount"),le&64?b.type.remove(b,C,N,Te,H):B&&!B.hasOnce&&(j!==Ze||ee>0&&ee&64)?Xe(B,C,N,!1,!0):(j===Ze&&ee&384||!F&&le&16)&&Xe(W,C,N),H&&ht(b)}(Ue&&(M=K&&K.onVnodeUnmounted)||ge)&&Ft(()=>{M&&ln(M,C,b),ge&&On(b,null,C,"unmounted")},N)},ht=b=>{const{type:C,el:N,anchor:H,transition:F}=b;if(C===Ze){Mt(N,H);return}if(C===mi){ce(b);return}const j=()=>{r(N),F&&!F.persisted&&F.afterLeave&&F.afterLeave()};if(b.shapeFlag&1&&F&&!F.persisted){const{leave:K,delayLeave:Q}=F,W=()=>K(N,j);Q?Q(b.el,j,W):W()}else j()},Mt=(b,C)=>{let N;for(;b!==C;)N=P(b),r(b),b=N;r(C)},It=(b,C,N)=>{const{bum:H,scope:F,job:j,subTree:K,um:Q,m:W,a:B}=b;wa(W),wa(B),H&&Gs(H),F.stop(),j&&(j.flags|=8,ot(K,b,C,N)),Q&&Ft(Q,C),Ft(()=>{b.isUnmounted=!0},C),C&&C.pendingBranch&&!C.isUnmounted&&b.asyncDep&&!b.asyncResolved&&b.suspenseId===C.pendingId&&(C.deps--,C.deps===0&&C.resolve())},Xe=(b,C,N,H=!1,F=!1,j=0)=>{for(let K=j;K{if(b.shapeFlag&6)return nt(b.component.subTree);if(b.shapeFlag&128)return b.suspense.next();const C=P(b.anchor||b.el),N=C&&C[gu];return N?P(N):C};let Ke=!1;const at=(b,C,N)=>{b==null?C._vnode&&ot(C._vnode,null,null,!0):U(C._vnode||null,b,C,null,null,null,N),C._vnode=b,Ke||(Ke=!0,Jo(),Go(),Ke=!1)},Te={p:U,um:ot,m:tt,r:ht,mt:Ce,mc:me,pc:$e,pbc:oe,n:nt,o:t};return{render:at,hydrate:void 0,createApp:Fu(at)}}function $r({type:t,props:e},n){return n==="svg"&&t==="foreignObject"||n==="mathml"&&t==="annotation-xml"&&e&&e.encoding&&e.encoding.includes("html")?void 0:n}function Rn({effect:t,job:e},n){n?(t.flags|=32,e.flags|=4):(t.flags&=-33,e.flags&=-5)}function Ju(t,e){return(!t||t&&!t.pendingBranch)&&e&&!e.persisted}function _a(t,e,n=!1){const i=t.children,r=e.children;if(be(i)&&be(r))for(let a=0;a>1,t[n[h]]<_?a=h+1:l=h;_0&&(e[i]=n[a-1]),n[a]=i)}}for(a=n.length,l=n[a-1];a-- >0;)n[a]=l,l=e[l];return n}function ka(t){const e=t.subTree.component;if(e)return e.asyncDep&&!e.asyncResolved?e:ka(e)}function wa(t){if(t)for(let e=0;epi(Qu);function Er(t,e,n){return Ta(t,e,n)}function Ta(t,e,n=We){const{immediate:i,deep:r,flush:a,once:l}=n,h=kt({},n),m=e&&i||!e&&a!=="post";let _;if(As){if(a==="sync"){const X=Yu();_=X.__watcherHandles||(X.__watcherHandles=[])}else if(!m){const X=()=>{};return X.stop=nn,X.resume=nn,X.pause=nn,X}}const v=vt;h.call=(X,R,U)=>rn(X,v,R,U);let $=!1;a==="post"?h.scheduler=X=>{Ft(X,v&&v.suspense)}:a!=="sync"&&($=!0,h.scheduler=(X,R)=>{R?X():vr(X)}),h.augmentJob=X=>{e&&(X.flags|=4),$&&(X.flags|=2,v&&(X.id=v.uid,X.i=v))};const P=ou(t,e,h);return As&&(_?_.push(P):m&&P()),P}function Zu(t,e,n){const i=this.proxy,r=it(t)?t.includes(".")?Sa(i,t):()=>i[t]:t.bind(i,i);let a;Se(e)?a=e:(a=e.handler,n=e);const l=Ds(this),h=Ta(r,a.bind(i),n);return l(),h}function Sa(t,e){const n=e.split(".");return()=>{let i=t;for(let r=0;re==="modelValue"||e==="model-value"?t.modelModifiers:t[`${e}Modifiers`]||t[`${Ut(e)}Modifiers`]||t[`${In(e)}Modifiers`];function td(t,e,...n){if(t.isUnmounted)return;const i=t.vnode.props||We;let r=n;const a=e.startsWith("update:"),l=a&&ed(i,e.slice(7));l&&(l.trim&&(r=n.map(v=>it(v)?v.trim():v)),l.number&&(r=n.map(Qs)));let h,m=i[h=tr(e)]||i[h=tr(Ut(e))];!m&&a&&(m=i[h=tr(In(e))]),m&&rn(m,t,6,r);const _=i[h+"Once"];if(_){if(!t.emitted)t.emitted={};else if(t.emitted[h])return;t.emitted[h]=!0,rn(_,t,6,r)}}function Ca(t,e,n=!1){const i=e.emitsCache,r=i.get(t);if(r!==void 0)return r;const a=t.emits;let l={},h=!1;if(!Se(t)){const m=_=>{const v=Ca(_,e,!0);v&&(h=!0,kt(l,v))};!n&&e.mixins.length&&e.mixins.forEach(m),t.extends&&m(t.extends),t.mixins&&t.mixins.forEach(m)}return!a&&!h?(Ye(t)&&i.set(t,null),null):(be(a)?a.forEach(m=>l[m]=null):kt(l,a),Ye(t)&&i.set(t,l),l)}function hi(t,e){return!t||!Ks(e)?!1:(e=e.slice(2).replace(/Once$/,""),Le(t,e[0].toLowerCase()+e.slice(1))||Le(t,In(e))||Le(t,e))}function fy(){}function $a(t){const{type:e,vnode:n,proxy:i,withProxy:r,propsOptions:[a],slots:l,attrs:h,emit:m,render:_,renderCache:v,props:$,data:P,setupState:X,ctx:R,inheritAttrs:U}=t,_e=li(t);let J,Ve;try{if(n.shapeFlag&4){const ce=r||i,Fe=ce;J=an(_.call(Fe,ce,v,$,X,P,R)),Ve=h}else{const ce=e;J=an(ce.length>1?ce($,{attrs:h,slots:l,emit:m}):ce($,null)),Ve=e.props?h:nd(h)}}catch(ce){Cs.length=0,oi(ce,t,1),J=re(Fn)}let Ae=J;if(Ve&&U!==!1){const ce=Object.keys(Ve),{shapeFlag:Fe}=Ae;ce.length&&Fe&7&&(a&&ce.some(Yi)&&(Ve=sd(Ve,a)),Ae=rs(Ae,Ve,!1,!0))}return n.dirs&&(Ae=rs(Ae,null,!1,!0),Ae.dirs=Ae.dirs?Ae.dirs.concat(n.dirs):n.dirs),n.transition&&xr(Ae,n.transition),J=Ae,li(_e),J}const nd=t=>{let e;for(const n in t)(n==="class"||n==="style"||Ks(n))&&((e||(e={}))[n]=t[n]);return e},sd=(t,e)=>{const n={};for(const i in t)(!Yi(i)||!(i.slice(9)in e))&&(n[i]=t[i]);return n};function id(t,e,n){const{props:i,children:r,component:a}=t,{props:l,children:h,patchFlag:m}=e,_=a.emitsOptions;if(e.dirs||e.transition)return!0;if(n&&m>=0){if(m&1024)return!0;if(m&16)return i?Ea(i,l,_):!!l;if(m&8){const v=e.dynamicProps;for(let $=0;$t.__isSuspense;function od(t,e){e&&e.pendingBranch?be(t)?e.effects.push(...t):e.effects.push(t):pu(t)}const Ze=Symbol.for("v-fgt"),gi=Symbol.for("v-txt"),Fn=Symbol.for("v-cmt"),mi=Symbol.for("v-stc"),Cs=[];let Lt=null;function te(t=!1){Cs.push(Lt=t?null:[])}function ad(){Cs.pop(),Lt=Cs[Cs.length-1]||null}let $s=1;function Aa(t,e=!1){$s+=t,t<0&&Lt&&e&&(Lt.hasOnce=!0)}function Ma(t){return t.dynamicChildren=$s>0?Lt||Jn:null,ad(),$s>0&&Lt&&Lt.push(t),t}function ne(t,e,n,i,r,a){return Ma(k(t,e,n,i,r,a,!0))}function ld(t,e,n,i,r){return Ma(re(t,e,n,i,r,!0))}function Ia(t){return t?t.__v_isVNode===!0:!1}function Es(t,e){return t.type===e.type&&t.key===e.key}const Pa=({key:t})=>t??null,bi=({ref:t,ref_key:e,ref_for:n})=>(typeof t=="number"&&(t=""+t),t!=null?it(t)||yt(t)||Se(t)?{i:Rt,r:t,k:e,f:!!n}:t:null);function k(t,e=null,n=null,i=0,r=null,a=t===Ze?0:1,l=!1,h=!1){const m={__v_isVNode:!0,__v_skip:!0,type:t,props:e,key:e&&Pa(e),ref:e&&bi(e),scopeId:Yo,slotScopeIds:null,children:n,component:null,suspense:null,ssContent:null,ssFallback:null,dirs:null,transition:null,el:null,anchor:null,target:null,targetStart:null,targetAnchor:null,staticCount:0,shapeFlag:a,patchFlag:i,dynamicProps:r,dynamicChildren:null,appContext:null,ctx:Rt};return h?(Dr(m,n),a&128&&t.normalize(m)):n&&(m.shapeFlag|=it(n)?8:16),$s>0&&!l&&Lt&&(m.patchFlag>0||a&6)&&m.patchFlag!==32&&Lt.push(m),m}const re=cd;function cd(t,e=null,n=null,i=0,r=null,a=!1){if((!t||t===Au)&&(t=Fn),Ia(t)){const h=rs(t,e,!0);return n&&Dr(h,n),$s>0&&!a&&Lt&&(h.shapeFlag&6?Lt[Lt.indexOf(t)]=h:Lt.push(h)),h.patchFlag=-2,h}if(_d(t)&&(t=t.__vccOpts),e){e=ud(e);let{class:h,style:m}=e;h&&!it(h)&&(e.class=Qt(h)),Ye(m)&&(mr(m)&&!be(m)&&(m=kt({},m)),e.style=nr(m))}const l=it(t)?1:Da(t)?128:mu(t)?64:Ye(t)?4:Se(t)?2:0;return k(t,e,n,i,r,l,a,!0)}function ud(t){return t?mr(t)||pa(t)?kt({},t):t:null}function rs(t,e,n=!1,i=!1){const{props:r,ref:a,patchFlag:l,children:h,transition:m}=t,_=e?dd(r||{},e):r,v={__v_isVNode:!0,__v_skip:!0,type:t.type,props:_,key:_&&Pa(_),ref:e&&e.ref?n&&a?be(a)?a.concat(bi(e)):[a,bi(e)]:bi(e):a,scopeId:t.scopeId,slotScopeIds:t.slotScopeIds,children:h,target:t.target,targetStart:t.targetStart,targetAnchor:t.targetAnchor,staticCount:t.staticCount,shapeFlag:t.shapeFlag,patchFlag:e&&t.type!==Ze?l===-1?16:l|16:l,dynamicProps:t.dynamicProps,dynamicChildren:t.dynamicChildren,appContext:t.appContext,dirs:t.dirs,transition:m,component:t.component,suspense:t.suspense,ssContent:t.ssContent&&rs(t.ssContent),ssFallback:t.ssFallback&&rs(t.ssFallback),el:t.el,anchor:t.anchor,ctx:t.ctx,ce:t.ce};return m&&i&&xr(v,m.clone(v)),v}function St(t=" ",e=0){return re(gi,null,t,e)}function yi(t,e){const n=re(mi,null,t);return n.staticCount=e,n}function vi(t="",e=!1){return e?(te(),ld(Fn,null,t)):re(Fn,null,t)}function an(t){return t==null||typeof t=="boolean"?re(Fn):be(t)?re(Ze,null,t.slice()):Ia(t)?$n(t):re(gi,null,String(t))}function $n(t){return t.el===null&&t.patchFlag!==-1||t.memo?t:rs(t)}function Dr(t,e){let n=0;const{shapeFlag:i}=t;if(e==null)e=null;else if(be(e))n=16;else if(typeof e=="object")if(i&65){const r=e.default;r&&(r._c&&(r._d=!1),Dr(t,r()),r._c&&(r._d=!0));return}else{n=32;const r=e._;!r&&!pa(e)?e._ctx=Rt:r===3&&Rt&&(Rt.slots._===1?e._=1:(e._=2,t.patchFlag|=1024))}else Se(e)?(e={default:e,_ctx:Rt},n=32):(e=String(e),i&64?(n=16,e=[St(e)]):n=8);t.children=e,t.shapeFlag|=n}function dd(...t){const e={};for(let n=0;n{let r;return(r=t[n])||(r=t[n]=[]),r.push(i),a=>{r.length>1?r.forEach(l=>l(a)):r[0](a)}};xi=e("__VUE_INSTANCE_SETTERS__",n=>vt=n),Ar=e("__VUE_SSR_SETTERS__",n=>As=n)}const Ds=t=>{const e=vt;return xi(t),t.scope.on(),()=>{t.scope.off(),xi(e)}},Va=()=>{vt&&vt.scope.off(),xi(null)};function Na(t){return t.vnode.shapeFlag&4}let As=!1;function gd(t,e=!1,n=!1){e&&Ar(e);const{props:i,children:r}=t.vnode,a=Na(t);ju(t,i,a,e),qu(t,r,n);const l=a?md(t,e):void 0;return e&&Ar(!1),l}function md(t,e){const n=t.type;t.accessCache=Object.create(null),t.proxy=new Proxy(t.ctx,Iu);const{setup:i}=n;if(i){mn();const r=t.setupContext=i.length>1?yd(t):null,a=Ds(t),l=ts(i,t,0,[t.props,r]),h=mo(l);if(bn(),a(),(h||t.sp)&&!ws(t)&&Zo(t),h){if(l.then(Va,Va),e)return l.then(m=>{za(t,m)}).catch(m=>{oi(m,t,0)});t.asyncDep=l}else za(t,l)}else Oa(t)}function za(t,e,n){Se(e)?t.type.__ssrInlineRender?t.ssrRender=e:t.render=e:Ye(e)&&(t.setupState=Bo(e)),Oa(t)}function Oa(t,e,n){const i=t.type;t.render||(t.render=i.render||nn);{const r=Ds(t);mn();try{Pu(t)}finally{bn(),r()}}}const bd={get(t,e){return bt(t,"get",""),t[e]}};function yd(t){const e=n=>{t.exposed=n||{}};return{attrs:new Proxy(t.attrs,bd),slots:t.slots,emit:t.emit,expose:e}}function _i(t){return t.exposed?t.exposeProxy||(t.exposeProxy=new Proxy(Bo(eu(t.exposed)),{get(e,n){if(n in e)return e[n];if(n in Ts)return Ts[n](t)},has(e,n){return n in e||n in Ts}})):t.proxy}const vd=/(?:^|[-_])(\w)/g,xd=t=>t.replace(vd,e=>e.toUpperCase()).replace(/[-_]/g,"");function Ra(t,e=!0){return Se(t)?t.displayName||t.name:t.name||e&&t.__name}function Fa(t,e,n=!1){let i=Ra(e);if(!i&&e.__file){const r=e.__file.match(/([^/\\]+)\.\w+$/);r&&(i=r[1])}if(!i&&t&&t.parent){const r=a=>{for(const l in a)if(a[l]===e)return l};i=r(t.components||t.parent.type.components)||r(t.appContext.components)}return i?xd(i):n?"App":"Anonymous"}function _d(t){return Se(t)&&"__vccOpts"in t}const kd=(t,e)=>iu(t,e,As),wd="3.5.13";/** * @vue/runtime-dom v3.5.13 * (c) 2018-present Yuxi (Evan) You and Vue contributors * @license MIT @@ -27,19 +27,19 @@ var content=function(){"use strict";var ay=Object.defineProperty;var ly=(Wn,zt,g * https://jquery.org/license * * Date: 2023-08-28T13:37Z - */var Gd=Ti.exports,sl;function Qd(){return sl||(sl=1,function(t){(function(e,n){t.exports=e.document?n(e,!0):function(i){if(!i.document)throw new Error("jQuery requires a window with a document");return n(i)}})(typeof window<"u"?window:Gd,function(e,n){var i=[],r=Object.getPrototypeOf,a=i.slice,l=i.flat?function(s){return i.flat.call(s)}:function(s){return i.concat.apply([],s)},h=i.push,m=i.indexOf,_={},x=_.toString,$=_.hasOwnProperty,P=$.toString,X=P.call(Object),R={},U=function(o){return typeof o=="function"&&typeof o.nodeType!="number"&&typeof o.item!="function"},_e=function(o){return o!=null&&o===o.window},J=e.document,Ve={type:!0,src:!0,nonce:!0,noModule:!0};function Ae(s,o,c){c=c||J;var d,f,p=c.createElement("script");if(p.text=s,o)for(d in Ve)f=o[d]||o.getAttribute&&o.getAttribute(d),f&&p.setAttribute(d,f);c.head.appendChild(p).parentNode.removeChild(p)}function ce(s){return s==null?s+"":typeof s=="object"||typeof s=="function"?_[x.call(s)]||"object":typeof s}var Fe="3.7.1",rt=/HTML$/i,u=function(s,o){return new u.fn.init(s,o)};u.fn=u.prototype={jquery:Fe,constructor:u,length:0,toArray:function(){return a.call(this)},get:function(s){return s==null?a.call(this):s<0?this[s+this.length]:this[s]},pushStack:function(s){var o=u.merge(this.constructor(),s);return o.prevObject=this,o},each:function(s){return u.each(this,s)},map:function(s){return this.pushStack(u.map(this,function(o,c){return s.call(o,c,o)}))},slice:function(){return this.pushStack(a.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},even:function(){return this.pushStack(u.grep(this,function(s,o){return(o+1)%2}))},odd:function(){return this.pushStack(u.grep(this,function(s,o){return o%2}))},eq:function(s){var o=this.length,c=+s+(s<0?o:0);return this.pushStack(c>=0&&c0&&o-1 in s}function Z(s,o){return s.nodeName&&s.nodeName.toLowerCase()===o.toLowerCase()}var oe=i.pop,pe=i.sort,Ge=i.splice,Y="[\\x20\\t\\r\\n\\f]",Ce=new RegExp("^"+Y+"+|((?:^|[^\\\\])(?:\\\\.)*)"+Y+"+$","g");u.contains=function(s,o){var c=o&&o.parentNode;return s===c||!!(c&&c.nodeType===1&&(s.contains?s.contains(c):s.compareDocumentPosition&&s.compareDocumentPosition(c)&16))};var ct=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\x80-\uFFFF\w-]/g;function Ne(s,o){return o?s==="\0"?"�":s.slice(0,-1)+"\\"+s.charCodeAt(s.length-1).toString(16)+" ":"\\"+s}u.escapeSelector=function(s){return(s+"").replace(ct,Ne)};var ke=J,$e=h;(function(){var s,o,c,d,f,p=$e,g,w,v,E,V,O=u.expando,A=0,q=0,xe=Oi(),ze=Oi(),De=Oi(),mt=Oi(),ut=function(y,S){return y===S&&(f=!0),0},un="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",dn="(?:\\\\[\\da-fA-F]{1,6}"+Y+"?|\\\\[^\\r\\n\\f]|[\\w-]|[^\0-\\x7f])+",Pe="\\["+Y+"*("+dn+")(?:"+Y+"*([*^$|!~]?=)"+Y+`*(?:'((?:\\\\.|[^\\\\'])*)'|"((?:\\\\.|[^\\\\"])*)"|(`+dn+"))|)"+Y+"*\\]",Xn=":("+dn+`)(?:\\((('((?:\\\\.|[^\\\\'])*)'|"((?:\\\\.|[^\\\\"])*)")|((?:\\\\.|[^\\\\()[\\]]|`+Pe+")*)|.*)\\)|)",Oe=new RegExp(Y+"+","g"),st=new RegExp("^"+Y+"*,"+Y+"*"),Bs=new RegExp("^"+Y+"*([>+~]|"+Y+")"+Y+"*"),io=new RegExp(Y+"|>"),fn=new RegExp(Xn),qs=new RegExp("^"+dn+"$"),pn={ID:new RegExp("^#("+dn+")"),CLASS:new RegExp("^\\.("+dn+")"),TAG:new RegExp("^("+dn+"|[*])"),ATTR:new RegExp("^"+Pe),PSEUDO:new RegExp("^"+Xn),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+Y+"*(even|odd|(([+-]|)(\\d*)n|)"+Y+"*(?:([+-]|)"+Y+"*(\\d+)|))"+Y+"*\\)|)","i"),bool:new RegExp("^(?:"+un+")$","i"),needsContext:new RegExp("^"+Y+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+Y+"*((?:-\\d)?\\d*)"+Y+"*\\)|)(?=[^-]|$)","i")},Dn=/^(?:input|select|textarea|button)$/i,An=/^h\d$/i,Jt=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,ro=/[+~]/,Tn=new RegExp("\\\\[\\da-fA-F]{1,6}"+Y+"?|\\\\([^\\r\\n\\f])","g"),Sn=function(y,S){var D="0x"+y.slice(1)-65536;return S||(D<0?String.fromCharCode(D+65536):String.fromCharCode(D>>10|55296,D&1023|56320))},ey=function(){Mn()},ty=Fi(function(y){return y.disabled===!0&&Z(y,"fieldset")},{dir:"parentNode",next:"legend"});function ny(){try{return g.activeElement}catch{}}try{p.apply(i=a.call(ke.childNodes),ke.childNodes),i[ke.childNodes.length].nodeType}catch{p={apply:function(S,D){$e.apply(S,a.call(D))},call:function(S){$e.apply(S,a.call(arguments,1))}}}function Be(y,S,D,I){var z,G,se,de,ie,Me,ve,we=S&&S.ownerDocument,Ie=S?S.nodeType:9;if(D=D||[],typeof y!="string"||!y||Ie!==1&&Ie!==9&&Ie!==11)return D;if(!I&&(Mn(S),S=S||g,v)){if(Ie!==11&&(ie=Jt.exec(y)))if(z=ie[1]){if(Ie===9)if(se=S.getElementById(z)){if(se.id===z)return p.call(D,se),D}else return D;else if(we&&(se=we.getElementById(z))&&Be.contains(S,se)&&se.id===z)return p.call(D,se),D}else{if(ie[2])return p.apply(D,S.getElementsByTagName(y)),D;if((z=ie[3])&&S.getElementsByClassName)return p.apply(D,S.getElementsByClassName(z)),D}if(!mt[y+" "]&&(!E||!E.test(y))){if(ve=y,we=S,Ie===1&&(io.test(y)||Bs.test(y))){for(we=ro.test(y)&&oo(S.parentNode)||S,(we!=S||!R.scope)&&((de=S.getAttribute("id"))?de=u.escapeSelector(de):S.setAttribute("id",de=O)),Me=Xs(y),G=Me.length;G--;)Me[G]=(de?"#"+de:":scope")+" "+Ri(Me[G]);ve=Me.join(",")}try{return p.apply(D,we.querySelectorAll(ve)),D}catch{mt(y,!0)}finally{de===O&&S.removeAttribute("id")}}}return Zl(y.replace(Ce,"$1"),S,D,I)}function Oi(){var y=[];function S(D,I){return y.push(D+" ")>o.cacheLength&&delete S[y.shift()],S[D+" "]=I}return S}function tn(y){return y[O]=!0,y}function fs(y){var S=g.createElement("fieldset");try{return!!y(S)}catch{return!1}finally{S.parentNode&&S.parentNode.removeChild(S),S=null}}function sy(y){return function(S){return Z(S,"input")&&S.type===y}}function iy(y){return function(S){return(Z(S,"input")||Z(S,"button"))&&S.type===y}}function Ql(y){return function(S){return"form"in S?S.parentNode&&S.disabled===!1?"label"in S?"label"in S.parentNode?S.parentNode.disabled===y:S.disabled===y:S.isDisabled===y||S.isDisabled!==!y&&ty(S)===y:S.disabled===y:"label"in S?S.disabled===y:!1}}function Kn(y){return tn(function(S){return S=+S,tn(function(D,I){for(var z,G=y([],D.length,S),se=G.length;se--;)D[z=G[se]]&&(D[z]=!(I[z]=D[z]))})})}function oo(y){return y&&typeof y.getElementsByTagName<"u"&&y}function Mn(y){var S,D=y?y.ownerDocument||y:ke;return D==g||D.nodeType!==9||!D.documentElement||(g=D,w=g.documentElement,v=!u.isXMLDoc(g),V=w.matches||w.webkitMatchesSelector||w.msMatchesSelector,w.msMatchesSelector&&ke!=g&&(S=g.defaultView)&&S.top!==S&&S.addEventListener("unload",ey),R.getById=fs(function(I){return w.appendChild(I).id=u.expando,!g.getElementsByName||!g.getElementsByName(u.expando).length}),R.disconnectedMatch=fs(function(I){return V.call(I,"*")}),R.scope=fs(function(){return g.querySelectorAll(":scope")}),R.cssHas=fs(function(){try{return g.querySelector(":has(*,:jqfake)"),!1}catch{return!0}}),R.getById?(o.filter.ID=function(I){var z=I.replace(Tn,Sn);return function(G){return G.getAttribute("id")===z}},o.find.ID=function(I,z){if(typeof z.getElementById<"u"&&v){var G=z.getElementById(I);return G?[G]:[]}}):(o.filter.ID=function(I){var z=I.replace(Tn,Sn);return function(G){var se=typeof G.getAttributeNode<"u"&&G.getAttributeNode("id");return se&&se.value===z}},o.find.ID=function(I,z){if(typeof z.getElementById<"u"&&v){var G,se,de,ie=z.getElementById(I);if(ie){if(G=ie.getAttributeNode("id"),G&&G.value===I)return[ie];for(de=z.getElementsByName(I),se=0;ie=de[se++];)if(G=ie.getAttributeNode("id"),G&&G.value===I)return[ie]}return[]}}),o.find.TAG=function(I,z){return typeof z.getElementsByTagName<"u"?z.getElementsByTagName(I):z.querySelectorAll(I)},o.find.CLASS=function(I,z){if(typeof z.getElementsByClassName<"u"&&v)return z.getElementsByClassName(I)},E=[],fs(function(I){var z;w.appendChild(I).innerHTML="",I.querySelectorAll("[selected]").length||E.push("\\["+Y+"*(?:value|"+un+")"),I.querySelectorAll("[id~="+O+"-]").length||E.push("~="),I.querySelectorAll("a#"+O+"+*").length||E.push(".#.+[+~]"),I.querySelectorAll(":checked").length||E.push(":checked"),z=g.createElement("input"),z.setAttribute("type","hidden"),I.appendChild(z).setAttribute("name","D"),w.appendChild(I).disabled=!0,I.querySelectorAll(":disabled").length!==2&&E.push(":enabled",":disabled"),z=g.createElement("input"),z.setAttribute("name",""),I.appendChild(z),I.querySelectorAll("[name='']").length||E.push("\\["+Y+"*name"+Y+"*="+Y+`*(?:''|"")`)}),R.cssHas||E.push(":has"),E=E.length&&new RegExp(E.join("|")),ut=function(I,z){if(I===z)return f=!0,0;var G=!I.compareDocumentPosition-!z.compareDocumentPosition;return G||(G=(I.ownerDocument||I)==(z.ownerDocument||z)?I.compareDocumentPosition(z):1,G&1||!R.sortDetached&&z.compareDocumentPosition(I)===G?I===g||I.ownerDocument==ke&&Be.contains(ke,I)?-1:z===g||z.ownerDocument==ke&&Be.contains(ke,z)?1:d?m.call(d,I)-m.call(d,z):0:G&4?-1:1)}),g}Be.matches=function(y,S){return Be(y,null,null,S)},Be.matchesSelector=function(y,S){if(Mn(y),v&&!mt[S+" "]&&(!E||!E.test(S)))try{var D=V.call(y,S);if(D||R.disconnectedMatch||y.document&&y.document.nodeType!==11)return D}catch{mt(S,!0)}return Be(S,g,null,[y]).length>0},Be.contains=function(y,S){return(y.ownerDocument||y)!=g&&Mn(y),u.contains(y,S)},Be.attr=function(y,S){(y.ownerDocument||y)!=g&&Mn(y);var D=o.attrHandle[S.toLowerCase()],I=D&&$.call(o.attrHandle,S.toLowerCase())?D(y,S,!v):void 0;return I!==void 0?I:y.getAttribute(S)},Be.error=function(y){throw new Error("Syntax error, unrecognized expression: "+y)},u.uniqueSort=function(y){var S,D=[],I=0,z=0;if(f=!R.sortStable,d=!R.sortStable&&a.call(y,0),pe.call(y,ut),f){for(;S=y[z++];)S===y[z]&&(I=D.push(z));for(;I--;)Ge.call(y,D[I],1)}return d=null,y},u.fn.uniqueSort=function(){return this.pushStack(u.uniqueSort(a.apply(this)))},o=u.expr={cacheLength:50,createPseudo:tn,match:pn,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(y){return y[1]=y[1].replace(Tn,Sn),y[3]=(y[3]||y[4]||y[5]||"").replace(Tn,Sn),y[2]==="~="&&(y[3]=" "+y[3]+" "),y.slice(0,4)},CHILD:function(y){return y[1]=y[1].toLowerCase(),y[1].slice(0,3)==="nth"?(y[3]||Be.error(y[0]),y[4]=+(y[4]?y[5]+(y[6]||1):2*(y[3]==="even"||y[3]==="odd")),y[5]=+(y[7]+y[8]||y[3]==="odd")):y[3]&&Be.error(y[0]),y},PSEUDO:function(y){var S,D=!y[6]&&y[2];return pn.CHILD.test(y[0])?null:(y[3]?y[2]=y[4]||y[5]||"":D&&fn.test(D)&&(S=Xs(D,!0))&&(S=D.indexOf(")",D.length-S)-D.length)&&(y[0]=y[0].slice(0,S),y[2]=D.slice(0,S)),y.slice(0,3))}},filter:{TAG:function(y){var S=y.replace(Tn,Sn).toLowerCase();return y==="*"?function(){return!0}:function(D){return Z(D,S)}},CLASS:function(y){var S=xe[y+" "];return S||(S=new RegExp("(^|"+Y+")"+y+"("+Y+"|$)"))&&xe(y,function(D){return S.test(typeof D.className=="string"&&D.className||typeof D.getAttribute<"u"&&D.getAttribute("class")||"")})},ATTR:function(y,S,D){return function(I){var z=Be.attr(I,y);return z==null?S==="!=":S?(z+="",S==="="?z===D:S==="!="?z!==D:S==="^="?D&&z.indexOf(D)===0:S==="*="?D&&z.indexOf(D)>-1:S==="$="?D&&z.slice(-D.length)===D:S==="~="?(" "+z.replace(Oe," ")+" ").indexOf(D)>-1:S==="|="?z===D||z.slice(0,D.length+1)===D+"-":!1):!0}},CHILD:function(y,S,D,I,z){var G=y.slice(0,3)!=="nth",se=y.slice(-4)!=="last",de=S==="of-type";return I===1&&z===0?function(ie){return!!ie.parentNode}:function(ie,Me,ve){var we,Ie,he,Qe,Nt,_t=G!==se?"nextSibling":"previousSibling",Gt=ie.parentNode,hn=de&&ie.nodeName.toLowerCase(),ps=!ve&&!de,Dt=!1;if(Gt){if(G){for(;_t;){for(he=ie;he=he[_t];)if(de?Z(he,hn):he.nodeType===1)return!1;Nt=_t=y==="only"&&!Nt&&"nextSibling"}return!0}if(Nt=[se?Gt.firstChild:Gt.lastChild],se&&ps){for(Ie=Gt[O]||(Gt[O]={}),we=Ie[y]||[],Qe=we[0]===A&&we[1],Dt=Qe&&we[2],he=Qe&&Gt.childNodes[Qe];he=++Qe&&he&&he[_t]||(Dt=Qe=0)||Nt.pop();)if(he.nodeType===1&&++Dt&&he===ie){Ie[y]=[A,Qe,Dt];break}}else if(ps&&(Ie=ie[O]||(ie[O]={}),we=Ie[y]||[],Qe=we[0]===A&&we[1],Dt=Qe),Dt===!1)for(;(he=++Qe&&he&&he[_t]||(Dt=Qe=0)||Nt.pop())&&!((de?Z(he,hn):he.nodeType===1)&&++Dt&&(ps&&(Ie=he[O]||(he[O]={}),Ie[y]=[A,Dt]),he===ie)););return Dt-=z,Dt===I||Dt%I===0&&Dt/I>=0}}},PSEUDO:function(y,S){var D,I=o.pseudos[y]||o.setFilters[y.toLowerCase()]||Be.error("unsupported pseudo: "+y);return I[O]?I(S):I.length>1?(D=[y,y,"",S],o.setFilters.hasOwnProperty(y.toLowerCase())?tn(function(z,G){for(var se,de=I(z,S),ie=de.length;ie--;)se=m.call(z,de[ie]),z[se]=!(G[se]=de[ie])}):function(z){return I(z,0,D)}):I}},pseudos:{not:tn(function(y){var S=[],D=[],I=uo(y.replace(Ce,"$1"));return I[O]?tn(function(z,G,se,de){for(var ie,Me=I(z,null,de,[]),ve=z.length;ve--;)(ie=Me[ve])&&(z[ve]=!(G[ve]=ie))}):function(z,G,se){return S[0]=z,I(S,null,se,D),S[0]=null,!D.pop()}}),has:tn(function(y){return function(S){return Be(y,S).length>0}}),contains:tn(function(y){return y=y.replace(Tn,Sn),function(S){return(S.textContent||u.text(S)).indexOf(y)>-1}}),lang:tn(function(y){return qs.test(y||"")||Be.error("unsupported lang: "+y),y=y.replace(Tn,Sn).toLowerCase(),function(S){var D;do if(D=v?S.lang:S.getAttribute("xml:lang")||S.getAttribute("lang"))return D=D.toLowerCase(),D===y||D.indexOf(y+"-")===0;while((S=S.parentNode)&&S.nodeType===1);return!1}}),target:function(y){var S=e.location&&e.location.hash;return S&&S.slice(1)===y.id},root:function(y){return y===w},focus:function(y){return y===ny()&&g.hasFocus()&&!!(y.type||y.href||~y.tabIndex)},enabled:Ql(!1),disabled:Ql(!0),checked:function(y){return Z(y,"input")&&!!y.checked||Z(y,"option")&&!!y.selected},selected:function(y){return y.parentNode&&y.parentNode.selectedIndex,y.selected===!0},empty:function(y){for(y=y.firstChild;y;y=y.nextSibling)if(y.nodeType<6)return!1;return!0},parent:function(y){return!o.pseudos.empty(y)},header:function(y){return An.test(y.nodeName)},input:function(y){return Dn.test(y.nodeName)},button:function(y){return Z(y,"input")&&y.type==="button"||Z(y,"button")},text:function(y){var S;return Z(y,"input")&&y.type==="text"&&((S=y.getAttribute("type"))==null||S.toLowerCase()==="text")},first:Kn(function(){return[0]}),last:Kn(function(y,S){return[S-1]}),eq:Kn(function(y,S,D){return[D<0?D+S:D]}),even:Kn(function(y,S){for(var D=0;DS?I=S:I=D;--I>=0;)y.push(I);return y}),gt:Kn(function(y,S,D){for(var I=D<0?D+S:D;++I1?function(S,D,I){for(var z=y.length;z--;)if(!y[z](S,D,I))return!1;return!0}:y[0]}function ry(y,S,D){for(var I=0,z=S.length;I-1&&(se[ve]=!(de[ve]=Ie))}}else he=Li(he===de?he.splice(_t,he.length):he),z?z(null,de,he,Me):p.apply(de,he)})}function co(y){for(var S,D,I,z=y.length,G=o.relative[y[0].type],se=G||o.relative[" "],de=G?1:0,ie=Fi(function(we){return we===S},se,!0),Me=Fi(function(we){return m.call(S,we)>-1},se,!0),ve=[function(we,Ie,he){var Qe=!G&&(he||Ie!=c)||((S=Ie).nodeType?ie(we,Ie,he):Me(we,Ie,he));return S=null,Qe}];de1&&ao(ve),de>1&&Ri(y.slice(0,de-1).concat({value:y[de-2].type===" "?"*":""})).replace(Ce,"$1"),D,de0,I=y.length>0,z=function(G,se,de,ie,Me){var ve,we,Ie,he=0,Qe="0",Nt=G&&[],_t=[],Gt=c,hn=G||I&&o.find.TAG("*",Me),ps=A+=Gt==null?1:Math.random()||.1,Dt=hn.length;for(Me&&(c=se==g||se||Me);Qe!==Dt&&(ve=hn[Qe])!=null;Qe++){if(I&&ve){for(we=0,!se&&ve.ownerDocument!=g&&(Mn(ve),de=!v);Ie=y[we++];)if(Ie(ve,se||g,de)){p.call(ie,ve);break}Me&&(A=ps)}D&&((ve=!Ie&&ve)&&he--,G&&Nt.push(ve))}if(he+=Qe,D&&Qe!==he){for(we=0;Ie=S[we++];)Ie(Nt,_t,se,de);if(G){if(he>0)for(;Qe--;)Nt[Qe]||_t[Qe]||(_t[Qe]=oe.call(ie));_t=Li(_t)}p.apply(ie,_t),Me&&!G&&_t.length>0&&he+S.length>1&&u.uniqueSort(ie)}return Me&&(A=ps,c=Gt),Nt};return D?tn(z):z}function uo(y,S){var D,I=[],z=[],G=De[y+" "];if(!G){for(S||(S=Xs(y)),D=S.length;D--;)G=co(S[D]),G[O]?I.push(G):z.push(G);G=De(y,oy(z,I)),G.selector=y}return G}function Zl(y,S,D,I){var z,G,se,de,ie,Me=typeof y=="function"&&y,ve=!I&&Xs(y=Me.selector||y);if(D=D||[],ve.length===1){if(G=ve[0]=ve[0].slice(0),G.length>2&&(se=G[0]).type==="ID"&&S.nodeType===9&&v&&o.relative[G[1].type]){if(S=(o.find.ID(se.matches[0].replace(Tn,Sn),S)||[])[0],S)Me&&(S=S.parentNode);else return D;y=y.slice(G.shift().value.length)}for(z=pn.needsContext.test(y)?0:G.length;z--&&(se=G[z],!o.relative[de=se.type]);)if((ie=o.find[de])&&(I=ie(se.matches[0].replace(Tn,Sn),ro.test(G[0].type)&&oo(S.parentNode)||S))){if(G.splice(z,1),y=I.length&&Ri(G),!y)return p.apply(D,I),D;break}}return(Me||uo(y,ve))(I,S,!v,D,!S||ro.test(y)&&oo(S.parentNode)||S),D}R.sortStable=O.split("").sort(ut).join("")===O,Mn(),R.sortDetached=fs(function(y){return y.compareDocumentPosition(g.createElement("fieldset"))&1}),u.find=Be,u.expr[":"]=u.expr.pseudos,u.unique=u.uniqueSort,Be.compile=uo,Be.select=Zl,Be.setDocument=Mn,Be.tokenize=Xs,Be.escape=u.escapeSelector,Be.getText=u.text,Be.isXML=u.isXMLDoc,Be.selectors=u.expr,Be.support=u.support,Be.uniqueSort=u.uniqueSort})();var et=function(s,o,c){for(var d=[],f=c!==void 0;(s=s[o])&&s.nodeType!==9;)if(s.nodeType===1){if(f&&u(s).is(c))break;d.push(s)}return d},dt=function(s,o){for(var c=[];s;s=s.nextSibling)s.nodeType===1&&s!==o&&c.push(s);return c},tt=u.expr.match.needsContext,ot=/^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function ht(s,o,c){return U(o)?u.grep(s,function(d,f){return!!o.call(d,f,d)!==c}):o.nodeType?u.grep(s,function(d){return d===o!==c}):typeof o!="string"?u.grep(s,function(d){return m.call(o,d)>-1!==c}):u.filter(o,s,c)}u.filter=function(s,o,c){var d=o[0];return c&&(s=":not("+s+")"),o.length===1&&d.nodeType===1?u.find.matchesSelector(d,s)?[d]:[]:u.find.matches(s,u.grep(o,function(f){return f.nodeType===1}))},u.fn.extend({find:function(s){var o,c,d=this.length,f=this;if(typeof s!="string")return this.pushStack(u(s).filter(function(){for(o=0;o1?u.uniqueSort(c):c},filter:function(s){return this.pushStack(ht(this,s||[],!1))},not:function(s){return this.pushStack(ht(this,s||[],!0))},is:function(s){return!!ht(this,typeof s=="string"&&tt.test(s)?u(s):s||[],!1).length}});var Mt,It=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/,Xe=u.fn.init=function(s,o,c){var d,f;if(!s)return this;if(c=c||Mt,typeof s=="string")if(s[0]==="<"&&s[s.length-1]===">"&&s.length>=3?d=[null,s,null]:d=It.exec(s),d&&(d[1]||!o))if(d[1]){if(o=o instanceof u?o[0]:o,u.merge(this,u.parseHTML(d[1],o&&o.nodeType?o.ownerDocument||o:J,!0)),ot.test(d[1])&&u.isPlainObject(o))for(d in o)U(this[d])?this[d](o[d]):this.attr(d,o[d]);return this}else return f=J.getElementById(d[2]),f&&(this[0]=f,this.length=1),this;else return!o||o.jquery?(o||c).find(s):this.constructor(o).find(s);else{if(s.nodeType)return this[0]=s,this.length=1,this;if(U(s))return c.ready!==void 0?c.ready(s):s(u)}return u.makeArray(s,this)};Xe.prototype=u.fn,Mt=u(J);var nt=/^(?:parents|prev(?:Until|All))/,Ke={children:!0,contents:!0,next:!0,prev:!0};u.fn.extend({has:function(s){var o=u(s,this),c=o.length;return this.filter(function(){for(var d=0;d-1:c.nodeType===1&&u.find.matchesSelector(c,s))){p.push(c);break}}return this.pushStack(p.length>1?u.uniqueSort(p):p)},index:function(s){return s?typeof s=="string"?m.call(u(s),this[0]):m.call(this,s.jquery?s[0]:s):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(s,o){return this.pushStack(u.uniqueSort(u.merge(this.get(),u(s,o))))},addBack:function(s){return this.add(s==null?this.prevObject:this.prevObject.filter(s))}});function at(s,o){for(;(s=s[o])&&s.nodeType!==1;);return s}u.each({parent:function(s){var o=s.parentNode;return o&&o.nodeType!==11?o:null},parents:function(s){return et(s,"parentNode")},parentsUntil:function(s,o,c){return et(s,"parentNode",c)},next:function(s){return at(s,"nextSibling")},prev:function(s){return at(s,"previousSibling")},nextAll:function(s){return et(s,"nextSibling")},prevAll:function(s){return et(s,"previousSibling")},nextUntil:function(s,o,c){return et(s,"nextSibling",c)},prevUntil:function(s,o,c){return et(s,"previousSibling",c)},siblings:function(s){return dt((s.parentNode||{}).firstChild,s)},children:function(s){return dt(s.firstChild)},contents:function(s){return s.contentDocument!=null&&r(s.contentDocument)?s.contentDocument:(Z(s,"template")&&(s=s.content||s),u.merge([],s.childNodes))}},function(s,o){u.fn[s]=function(c,d){var f=u.map(this,o,c);return s.slice(-5)!=="Until"&&(d=c),d&&typeof d=="string"&&(f=u.filter(d,f)),this.length>1&&(Ke[s]||u.uniqueSort(f),nt.test(s)&&f.reverse()),this.pushStack(f)}});var Te=/[^\x20\t\r\n\f]+/g;function ft(s){var o={};return u.each(s.match(Te)||[],function(c,d){o[d]=!0}),o}u.Callbacks=function(s){s=typeof s=="string"?ft(s):u.extend({},s);var o,c,d,f,p=[],g=[],w=-1,v=function(){for(f=f||s.once,d=o=!0;g.length;w=-1)for(c=g.shift();++w-1;)p.splice(A,1),A<=w&&w--}),this},has:function(V){return V?u.inArray(V,p)>-1:p.length>0},empty:function(){return p&&(p=[]),this},disable:function(){return f=g=[],p=c="",this},disabled:function(){return!p},lock:function(){return f=g=[],!c&&!o&&(p=c=""),this},locked:function(){return!!f},fireWith:function(V,O){return f||(O=O||[],O=[V,O.slice?O.slice():O],g.push(O),o||v()),this},fire:function(){return E.fireWith(this,arguments),this},fired:function(){return!!d}};return E};function b(s){return s}function C(s){throw s}function N(s,o,c,d){var f;try{s&&U(f=s.promise)?f.call(s).done(o).fail(c):s&&U(f=s.then)?f.call(s,o,c):o.apply(void 0,[s].slice(d))}catch(p){c.apply(void 0,[p])}}u.extend({Deferred:function(s){var o=[["notify","progress",u.Callbacks("memory"),u.Callbacks("memory"),2],["resolve","done",u.Callbacks("once memory"),u.Callbacks("once memory"),0,"resolved"],["reject","fail",u.Callbacks("once memory"),u.Callbacks("once memory"),1,"rejected"]],c="pending",d={state:function(){return c},always:function(){return f.done(arguments).fail(arguments),this},catch:function(p){return d.then(null,p)},pipe:function(){var p=arguments;return u.Deferred(function(g){u.each(o,function(w,v){var E=U(p[v[4]])&&p[v[4]];f[v[1]](function(){var V=E&&E.apply(this,arguments);V&&U(V.promise)?V.promise().progress(g.notify).done(g.resolve).fail(g.reject):g[v[0]+"With"](this,E?[V]:arguments)})}),p=null}).promise()},then:function(p,g,w){var v=0;function E(V,O,A,q){return function(){var xe=this,ze=arguments,De=function(){var ut,un;if(!(V=v&&(A!==C&&(xe=void 0,ze=[ut]),O.rejectWith(xe,ze))}};V?mt():(u.Deferred.getErrorHook?mt.error=u.Deferred.getErrorHook():u.Deferred.getStackHook&&(mt.error=u.Deferred.getStackHook()),e.setTimeout(mt))}}return u.Deferred(function(V){o[0][3].add(E(0,V,U(w)?w:b,V.notifyWith)),o[1][3].add(E(0,V,U(p)?p:b)),o[2][3].add(E(0,V,U(g)?g:C))}).promise()},promise:function(p){return p!=null?u.extend(p,d):d}},f={};return u.each(o,function(p,g){var w=g[2],v=g[5];d[g[1]]=w.add,v&&w.add(function(){c=v},o[3-p][2].disable,o[3-p][3].disable,o[0][2].lock,o[0][3].lock),w.add(g[3].fire),f[g[0]]=function(){return f[g[0]+"With"](this===f?void 0:this,arguments),this},f[g[0]+"With"]=w.fireWith}),d.promise(f),s&&s.call(f,f),f},when:function(s){var o=arguments.length,c=o,d=Array(c),f=a.call(arguments),p=u.Deferred(),g=function(w){return function(v){d[w]=this,f[w]=arguments.length>1?a.call(arguments):v,--o||p.resolveWith(d,f)}};if(o<=1&&(N(s,p.done(g(c)).resolve,p.reject,!o),p.state()==="pending"||U(f[c]&&f[c].then)))return p.then();for(;c--;)N(f[c],g(c),p.reject);return p.promise()}});var H=/^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;u.Deferred.exceptionHook=function(s,o){e.console&&e.console.warn&&s&&H.test(s.name)&&e.console.warn("jQuery.Deferred exception: "+s.message,s.stack,o)},u.readyException=function(s){e.setTimeout(function(){throw s})};var F=u.Deferred();u.fn.ready=function(s){return F.then(s).catch(function(o){u.readyException(o)}),this},u.extend({isReady:!1,readyWait:1,ready:function(s){(s===!0?--u.readyWait:u.isReady)||(u.isReady=!0,!(s!==!0&&--u.readyWait>0)&&F.resolveWith(J,[u]))}}),u.ready.then=F.then;function j(){J.removeEventListener("DOMContentLoaded",j),e.removeEventListener("load",j),u.ready()}J.readyState==="complete"||J.readyState!=="loading"&&!J.documentElement.doScroll?e.setTimeout(u.ready):(J.addEventListener("DOMContentLoaded",j),e.addEventListener("load",j));var K=function(s,o,c,d,f,p,g){var w=0,v=s.length,E=c==null;if(ce(c)==="object"){f=!0;for(w in c)K(s,o,w,c[w],!0,p,g)}else if(d!==void 0&&(f=!0,U(d)||(g=!0),E&&(g?(o.call(s,d),o=null):(E=o,o=function(V,O,A){return E.call(u(V),A)})),o))for(;w1,null,!0)},removeData:function(s){return this.each(function(){ge.remove(this,s)})}}),u.extend({queue:function(s,o,c){var d;if(s)return o=(o||"fx")+"queue",d=L.get(s,o),c&&(!d||Array.isArray(c)?d=L.access(s,o,u.makeArray(c)):d.push(c)),d||[]},dequeue:function(s,o){o=o||"fx";var c=u.queue(s,o),d=c.length,f=c.shift(),p=u._queueHooks(s,o),g=function(){u.dequeue(s,o)};f==="inprogress"&&(f=c.shift(),d--),f&&(o==="fx"&&c.unshift("inprogress"),delete p.stop,f.call(s,g,p)),!d&&p&&p.empty.fire()},_queueHooks:function(s,o){var c=o+"queueHooks";return L.get(s,c)||L.access(s,c,{empty:u.Callbacks("once memory").add(function(){L.remove(s,[o+"queue",c])})})}}),u.fn.extend({queue:function(s,o){var c=2;return typeof s!="string"&&(o=s,s="fx",c--),arguments.length\x20\t\r\n\f]*)/i,Sl=/^$|^module$|\/(?:java|ecma)script/i;(function(){var s=J.createDocumentFragment(),o=s.appendChild(J.createElement("div")),c=J.createElement("input");c.setAttribute("type","radio"),c.setAttribute("checked","checked"),c.setAttribute("name","t"),o.appendChild(c),R.checkClone=o.cloneNode(!0).cloneNode(!0).lastChild.checked,o.innerHTML="",R.noCloneChecked=!!o.cloneNode(!0).lastChild.defaultValue,o.innerHTML="",R.option=!!o.lastChild})();var Wt={thead:[1,"","
"],col:[2,"","
"],tr:[2,"","
"],td:[3,"","
"],_default:[0,"",""]};Wt.tbody=Wt.tfoot=Wt.colgroup=Wt.caption=Wt.thead,Wt.th=Wt.td,R.option||(Wt.optgroup=Wt.option=[1,""]);function Pt(s,o){var c;return typeof s.getElementsByTagName<"u"?c=s.getElementsByTagName(o||"*"):typeof s.querySelectorAll<"u"?c=s.querySelectorAll(o||"*"):c=[],o===void 0||o&&Z(s,o)?u.merge([s],c):c}function Br(s,o){for(var c=0,d=s.length;c-1){f&&f.push(p);continue}if(E=lt(p),g=Pt(O.appendChild(p),"script"),E&&Br(g),c)for(V=0;p=g[V++];)Sl.test(p.type||"")&&c.push(p)}return O}var $l=/^([^.]*)(?:\.(.+)|)/;function ls(){return!0}function cs(){return!1}function qr(s,o,c,d,f,p){var g,w;if(typeof o=="object"){typeof c!="string"&&(d=d||c,c=void 0);for(w in o)qr(s,w,c,d,o[w],p);return s}if(d==null&&f==null?(f=c,d=c=void 0):f==null&&(typeof c=="string"?(f=d,d=void 0):(f=d,d=c,c=void 0)),f===!1)f=cs;else if(!f)return s;return p===1&&(g=f,f=function(v){return u().off(v),g.apply(this,arguments)},f.guid=g.guid||(g.guid=u.guid++)),s.each(function(){u.event.add(this,o,f,d,c)})}u.event={global:{},add:function(s,o,c,d,f){var p,g,w,v,E,V,O,A,q,xe,ze,De=L.get(s);if(ee(s))for(c.handler&&(p=c,c=p.handler,f=p.selector),f&&u.find.matchesSelector(cn,f),c.guid||(c.guid=u.guid++),(v=De.events)||(v=De.events=Object.create(null)),(g=De.handle)||(g=De.handle=function(mt){return typeof u<"u"&&u.event.triggered!==mt.type?u.event.dispatch.apply(s,arguments):void 0}),o=(o||"").match(Te)||[""],E=o.length;E--;)w=$l.exec(o[E])||[],q=ze=w[1],xe=(w[2]||"").split(".").sort(),q&&(O=u.event.special[q]||{},q=(f?O.delegateType:O.bindType)||q,O=u.event.special[q]||{},V=u.extend({type:q,origType:ze,data:d,handler:c,guid:c.guid,selector:f,needsContext:f&&u.expr.match.needsContext.test(f),namespace:xe.join(".")},p),(A=v[q])||(A=v[q]=[],A.delegateCount=0,(!O.setup||O.setup.call(s,d,xe,g)===!1)&&s.addEventListener&&s.addEventListener(q,g)),O.add&&(O.add.call(s,V),V.handler.guid||(V.handler.guid=c.guid)),f?A.splice(A.delegateCount++,0,V):A.push(V),u.event.global[q]=!0)},remove:function(s,o,c,d,f){var p,g,w,v,E,V,O,A,q,xe,ze,De=L.hasData(s)&&L.get(s);if(!(!De||!(v=De.events))){for(o=(o||"").match(Te)||[""],E=o.length;E--;){if(w=$l.exec(o[E])||[],q=ze=w[1],xe=(w[2]||"").split(".").sort(),!q){for(q in v)u.event.remove(s,q+o[E],c,d,!0);continue}for(O=u.event.special[q]||{},q=(d?O.delegateType:O.bindType)||q,A=v[q]||[],w=w[2]&&new RegExp("(^|\\.)"+xe.join("\\.(?:.*\\.|)")+"(\\.|$)"),g=p=A.length;p--;)V=A[p],(f||ze===V.origType)&&(!c||c.guid===V.guid)&&(!w||w.test(V.namespace))&&(!d||d===V.selector||d==="**"&&V.selector)&&(A.splice(p,1),V.selector&&A.delegateCount--,O.remove&&O.remove.call(s,V));g&&!A.length&&((!O.teardown||O.teardown.call(s,xe,De.handle)===!1)&&u.removeEvent(s,q,De.handle),delete v[q])}u.isEmptyObject(v)&&L.remove(s,"handle events")}},dispatch:function(s){var o,c,d,f,p,g,w=new Array(arguments.length),v=u.event.fix(s),E=(L.get(this,"events")||Object.create(null))[v.type]||[],V=u.event.special[v.type]||{};for(w[0]=v,o=1;o=1)){for(;E!==this;E=E.parentNode||this)if(E.nodeType===1&&!(s.type==="click"&&E.disabled===!0)){for(p=[],g={},c=0;c-1:u.find(f,this,null,[E]).length),g[f]&&p.push(d);p.length&&w.push({elem:E,handlers:p})}}return E=this,v\s*$/g;function El(s,o){return Z(s,"table")&&Z(o.nodeType!==11?o:o.firstChild,"tr")&&u(s).children("tbody")[0]||s}function T1(s){return s.type=(s.getAttribute("type")!==null)+"/"+s.type,s}function S1(s){return(s.type||"").slice(0,5)==="true/"?s.type=s.type.slice(5):s.removeAttribute("type"),s}function Dl(s,o){var c,d,f,p,g,w,v;if(o.nodeType===1){if(L.hasData(s)&&(p=L.get(s),v=p.events,v)){L.remove(o,"handle events");for(f in v)for(c=0,d=v[f].length;c1&&typeof q=="string"&&!R.checkClone&&k1.test(q))return s.each(function(ze){var De=s.eq(ze);xe&&(o[0]=q.call(this,ze,De.html())),us(De,o,c,d)});if(O&&(f=Cl(o,s[0].ownerDocument,!1,s,d),p=f.firstChild,f.childNodes.length===1&&(f=p),p||d)){for(g=u.map(Pt(f,"script"),T1),w=g.length;V0&&Br(g,!v&&Pt(s,"script")),w},cleanData:function(s){for(var o,c,d,f=u.event.special,p=0;(c=s[p])!==void 0;p++)if(ee(c)){if(o=c[L.expando]){if(o.events)for(d in o.events)f[d]?u.event.remove(c,d):u.removeEvent(c,d,o.handle);c[L.expando]=void 0}c[ge.expando]&&(c[ge.expando]=void 0)}}}),u.fn.extend({detach:function(s){return Al(this,s,!0)},remove:function(s){return Al(this,s)},text:function(s){return K(this,function(o){return o===void 0?u.text(this):this.empty().each(function(){(this.nodeType===1||this.nodeType===11||this.nodeType===9)&&(this.textContent=o)})},null,s,arguments.length)},append:function(){return us(this,arguments,function(s){if(this.nodeType===1||this.nodeType===11||this.nodeType===9){var o=El(this,s);o.appendChild(s)}})},prepend:function(){return us(this,arguments,function(s){if(this.nodeType===1||this.nodeType===11||this.nodeType===9){var o=El(this,s);o.insertBefore(s,o.firstChild)}})},before:function(){return us(this,arguments,function(s){this.parentNode&&this.parentNode.insertBefore(s,this)})},after:function(){return us(this,arguments,function(s){this.parentNode&&this.parentNode.insertBefore(s,this.nextSibling)})},empty:function(){for(var s,o=0;(s=this[o])!=null;o++)s.nodeType===1&&(u.cleanData(Pt(s,!1)),s.textContent="");return this},clone:function(s,o){return s=s??!1,o=o??s,this.map(function(){return u.clone(this,s,o)})},html:function(s){return K(this,function(o){var c=this[0]||{},d=0,f=this.length;if(o===void 0&&c.nodeType===1)return c.innerHTML;if(typeof o=="string"&&!_1.test(o)&&!Wt[(Tl.exec(o)||["",""])[1].toLowerCase()]){o=u.htmlPrefilter(o);try{for(;d=0&&(v+=Math.max(0,Math.ceil(s["offset"+o[0].toUpperCase()+o.slice(1)]-p-v-w-.5))||0),v+E}function Rl(s,o,c){var d=Vi(s),f=!R.boxSizingReliable()||c,p=f&&u.css(s,"boxSizing",!1,d)==="border-box",g=p,w=Ls(s,o,d),v="offset"+o[0].toUpperCase()+o.slice(1);if(Xr.test(w)){if(!c)return w;w="auto"}return(!R.boxSizingReliable()&&p||!R.reliableTrDimensions()&&Z(s,"tr")||w==="auto"||!parseFloat(w)&&u.css(s,"display",!1,d)==="inline")&&s.getClientRects().length&&(p=u.css(s,"boxSizing",!1,d)==="border-box",g=v in s,g&&(w=s[v])),w=parseFloat(w)||0,w+Jr(s,o,c||(p?"border":"content"),g,d,w)+"px"}u.extend({cssHooks:{opacity:{get:function(s,o){if(o){var c=Ls(s,"opacity");return c===""?"1":c}}}},cssNumber:{animationIterationCount:!0,aspectRatio:!0,borderImageSlice:!0,columnCount:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,gridArea:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnStart:!0,gridRow:!0,gridRowEnd:!0,gridRowStart:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,scale:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeMiterlimit:!0,strokeOpacity:!0},cssProps:{},style:function(s,o,c,d){if(!(!s||s.nodeType===3||s.nodeType===8||!s.style)){var f,p,g,w=le(o),v=Kr.test(o),E=s.style;if(v||(o=Wr(w)),g=u.cssHooks[o]||u.cssHooks[w],c!==void 0){if(p=typeof c,p==="string"&&(f=xt.exec(c))&&f[1]&&(c=kl(s,o,f),p="number"),c==null||c!==c)return;p==="number"&&!v&&(c+=f&&f[3]||(u.cssNumber[w]?"":"px")),!R.clearCloneStyle&&c===""&&o.indexOf("background")===0&&(E[o]="inherit"),(!g||!("set"in g)||(c=g.set(s,c,d))!==void 0)&&(v?E.setProperty(o,c):E[o]=c)}else return g&&"get"in g&&(f=g.get(s,!1,d))!==void 0?f:E[o]}},css:function(s,o,c,d){var f,p,g,w=le(o),v=Kr.test(o);return v||(o=Wr(w)),g=u.cssHooks[o]||u.cssHooks[w],g&&"get"in g&&(f=g.get(s,!0,c)),f===void 0&&(f=Ls(s,o,d)),f==="normal"&&o in zl&&(f=zl[o]),c===""||c?(p=parseFloat(f),c===!0||isFinite(p)?p||0:f):f}}),u.each(["height","width"],function(s,o){u.cssHooks[o]={get:function(c,d,f){if(d)return D1.test(u.css(c,"display"))&&(!c.getClientRects().length||!c.getBoundingClientRect().width)?Ml(c,A1,function(){return Rl(c,o,f)}):Rl(c,o,f)},set:function(c,d,f){var p,g=Vi(c),w=!R.scrollboxSize()&&g.position==="absolute",v=w||f,E=v&&u.css(c,"boxSizing",!1,g)==="border-box",V=f?Jr(c,o,f,E,g):0;return E&&w&&(V-=Math.ceil(c["offset"+o[0].toUpperCase()+o.slice(1)]-parseFloat(g[o])-Jr(c,o,"border",!1,g)-.5)),V&&(p=xt.exec(d))&&(p[3]||"px")!=="px"&&(c.style[o]=d,d=u.css(c,o)),Ol(c,d,V)}}}),u.cssHooks.marginLeft=Il(R.reliableMarginLeft,function(s,o){if(o)return(parseFloat(Ls(s,"marginLeft"))||s.getBoundingClientRect().left-Ml(s,{marginLeft:0},function(){return s.getBoundingClientRect().left}))+"px"}),u.each({margin:"",padding:"",border:"Width"},function(s,o){u.cssHooks[s+o]={expand:function(c){for(var d=0,f={},p=typeof c=="string"?c.split(" "):[c];d<4;d++)f[s+Et[d]+o]=p[d]||p[d-2]||p[0];return f}},s!=="margin"&&(u.cssHooks[s+o].set=Ol)}),u.fn.extend({css:function(s,o){return K(this,function(c,d,f){var p,g,w={},v=0;if(Array.isArray(d)){for(p=Vi(c),g=d.length;v1)}});function Vt(s,o,c,d,f){return new Vt.prototype.init(s,o,c,d,f)}u.Tween=Vt,Vt.prototype={constructor:Vt,init:function(s,o,c,d,f,p){this.elem=s,this.prop=c,this.easing=f||u.easing._default,this.options=o,this.start=this.now=this.cur(),this.end=d,this.unit=p||(u.cssNumber[c]?"":"px")},cur:function(){var s=Vt.propHooks[this.prop];return s&&s.get?s.get(this):Vt.propHooks._default.get(this)},run:function(s){var o,c=Vt.propHooks[this.prop];return this.options.duration?this.pos=o=u.easing[this.easing](s,this.options.duration*s,0,1,this.options.duration):this.pos=o=s,this.now=(this.end-this.start)*o+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),c&&c.set?c.set(this):Vt.propHooks._default.set(this),this}},Vt.prototype.init.prototype=Vt.prototype,Vt.propHooks={_default:{get:function(s){var o;return s.elem.nodeType!==1||s.elem[s.prop]!=null&&s.elem.style[s.prop]==null?s.elem[s.prop]:(o=u.css(s.elem,s.prop,""),!o||o==="auto"?0:o)},set:function(s){u.fx.step[s.prop]?u.fx.step[s.prop](s):s.elem.nodeType===1&&(u.cssHooks[s.prop]||s.elem.style[Wr(s.prop)]!=null)?u.style(s.elem,s.prop,s.now+s.unit):s.elem[s.prop]=s.now}}},Vt.propHooks.scrollTop=Vt.propHooks.scrollLeft={set:function(s){s.elem.nodeType&&s.elem.parentNode&&(s.elem[s.prop]=s.now)}},u.easing={linear:function(s){return s},swing:function(s){return .5-Math.cos(s*Math.PI)/2},_default:"swing"},u.fx=Vt.prototype.init,u.fx.step={};var ds,Ni,M1=/^(?:toggle|show|hide)$/,I1=/queueHooks$/;function Gr(){Ni&&(J.hidden===!1&&e.requestAnimationFrame?e.requestAnimationFrame(Gr):e.setTimeout(Gr,u.fx.interval),u.fx.tick())}function Fl(){return e.setTimeout(function(){ds=void 0}),ds=Date.now()}function zi(s,o){var c,d=0,f={height:s};for(o=o?1:0;d<4;d+=2-o)c=Et[d],f["margin"+c]=f["padding"+c]=s;return o&&(f.opacity=f.width=s),f}function Ll(s,o,c){for(var d,f=(en.tweeners[o]||[]).concat(en.tweeners["*"]),p=0,g=f.length;p1)},removeAttr:function(s){return this.each(function(){u.removeAttr(this,s)})}}),u.extend({attr:function(s,o,c){var d,f,p=s.nodeType;if(!(p===3||p===8||p===2)){if(typeof s.getAttribute>"u")return u.prop(s,o,c);if((p!==1||!u.isXMLDoc(s))&&(f=u.attrHooks[o.toLowerCase()]||(u.expr.match.bool.test(o)?jl:void 0)),c!==void 0){if(c===null){u.removeAttr(s,o);return}return f&&"set"in f&&(d=f.set(s,c,o))!==void 0?d:(s.setAttribute(o,c+""),c)}return f&&"get"in f&&(d=f.get(s,o))!==null?d:(d=u.find.attr(s,o),d??void 0)}},attrHooks:{type:{set:function(s,o){if(!R.radioValue&&o==="radio"&&Z(s,"input")){var c=s.value;return s.setAttribute("type",o),c&&(s.value=c),o}}}},removeAttr:function(s,o){var c,d=0,f=o&&o.match(Te);if(f&&s.nodeType===1)for(;c=f[d++];)s.removeAttribute(c)}}),jl={set:function(s,o,c){return o===!1?u.removeAttr(s,c):s.setAttribute(c,c),c}},u.each(u.expr.match.bool.source.match(/\w+/g),function(s,o){var c=js[o]||u.find.attr;js[o]=function(d,f,p){var g,w,v=f.toLowerCase();return p||(w=js[v],js[v]=g,g=c(d,f,p)!=null?v:null,js[v]=w),g}});var N1=/^(?:input|select|textarea|button)$/i,z1=/^(?:a|area)$/i;u.fn.extend({prop:function(s,o){return K(this,u.prop,s,o,arguments.length>1)},removeProp:function(s){return this.each(function(){delete this[u.propFix[s]||s]})}}),u.extend({prop:function(s,o,c){var d,f,p=s.nodeType;if(!(p===3||p===8||p===2))return(p!==1||!u.isXMLDoc(s))&&(o=u.propFix[o]||o,f=u.propHooks[o]),c!==void 0?f&&"set"in f&&(d=f.set(s,c,o))!==void 0?d:s[o]=c:f&&"get"in f&&(d=f.get(s,o))!==null?d:s[o]},propHooks:{tabIndex:{get:function(s){var o=u.find.attr(s,"tabindex");return o?parseInt(o,10):N1.test(s.nodeName)||z1.test(s.nodeName)&&s.href?0:-1}}},propFix:{for:"htmlFor",class:"className"}}),R.optSelected||(u.propHooks.selected={get:function(s){var o=s.parentNode;return o&&o.parentNode&&o.parentNode.selectedIndex,null},set:function(s){var o=s.parentNode;o&&(o.selectedIndex,o.parentNode&&o.parentNode.selectedIndex)}}),u.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){u.propFix[this.toLowerCase()]=this});function Bn(s){var o=s.match(Te)||[];return o.join(" ")}function qn(s){return s.getAttribute&&s.getAttribute("class")||""}function Qr(s){return Array.isArray(s)?s:typeof s=="string"?s.match(Te)||[]:[]}u.fn.extend({addClass:function(s){var o,c,d,f,p,g;return U(s)?this.each(function(w){u(this).addClass(s.call(this,w,qn(this)))}):(o=Qr(s),o.length?this.each(function(){if(d=qn(this),c=this.nodeType===1&&" "+Bn(d)+" ",c){for(p=0;p-1;)c=c.replace(" "+f+" "," ");g=Bn(c),d!==g&&this.setAttribute("class",g)}}):this):this.attr("class","")},toggleClass:function(s,o){var c,d,f,p,g=typeof s,w=g==="string"||Array.isArray(s);return U(s)?this.each(function(v){u(this).toggleClass(s.call(this,v,qn(this),o),o)}):typeof o=="boolean"&&w?o?this.addClass(s):this.removeClass(s):(c=Qr(s),this.each(function(){if(w)for(p=u(this),f=0;f-1)return!0;return!1}});var O1=/\r/g;u.fn.extend({val:function(s){var o,c,d,f=this[0];return arguments.length?(d=U(s),this.each(function(p){var g;this.nodeType===1&&(d?g=s.call(this,p,u(this).val()):g=s,g==null?g="":typeof g=="number"?g+="":Array.isArray(g)&&(g=u.map(g,function(w){return w==null?"":w+""})),o=u.valHooks[this.type]||u.valHooks[this.nodeName.toLowerCase()],(!o||!("set"in o)||o.set(this,g,"value")===void 0)&&(this.value=g))})):f?(o=u.valHooks[f.type]||u.valHooks[f.nodeName.toLowerCase()],o&&"get"in o&&(c=o.get(f,"value"))!==void 0?c:(c=f.value,typeof c=="string"?c.replace(O1,""):c??"")):void 0}}),u.extend({valHooks:{option:{get:function(s){var o=u.find.attr(s,"value");return o??Bn(u.text(s))}},select:{get:function(s){var o,c,d,f=s.options,p=s.selectedIndex,g=s.type==="select-one",w=g?null:[],v=g?p+1:f.length;for(p<0?d=v:d=g?p:0;d-1)&&(c=!0);return c||(s.selectedIndex=-1),p}}}}),u.each(["radio","checkbox"],function(){u.valHooks[this]={set:function(s,o){if(Array.isArray(o))return s.checked=u.inArray(u(s).val(),o)>-1}},R.checkOn||(u.valHooks[this].get=function(s){return s.getAttribute("value")===null?"on":s.value})});var Hs=e.location,Hl={guid:Date.now()},Yr=/\?/;u.parseXML=function(s){var o,c;if(!s||typeof s!="string")return null;try{o=new e.DOMParser().parseFromString(s,"text/xml")}catch{}return c=o&&o.getElementsByTagName("parsererror")[0],(!o||c)&&u.error("Invalid XML: "+(c?u.map(c.childNodes,function(d){return d.textContent}).join(` -`):s)),o};var Ul=/^(?:focusinfocus|focusoutblur)$/,Bl=function(s){s.stopPropagation()};u.extend(u.event,{trigger:function(s,o,c,d){var f,p,g,w,v,E,V,O,A=[c||J],q=$.call(s,"type")?s.type:s,xe=$.call(s,"namespace")?s.namespace.split("."):[];if(p=O=g=c=c||J,!(c.nodeType===3||c.nodeType===8)&&!Ul.test(q+u.event.triggered)&&(q.indexOf(".")>-1&&(xe=q.split("."),q=xe.shift(),xe.sort()),v=q.indexOf(":")<0&&"on"+q,s=s[u.expando]?s:new u.Event(q,typeof s=="object"&&s),s.isTrigger=d?2:3,s.namespace=xe.join("."),s.rnamespace=s.namespace?new RegExp("(^|\\.)"+xe.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,s.result=void 0,s.target||(s.target=c),o=o==null?[s]:u.makeArray(o,[s]),V=u.event.special[q]||{},!(!d&&V.trigger&&V.trigger.apply(c,o)===!1))){if(!d&&!V.noBubble&&!_e(c)){for(w=V.delegateType||q,Ul.test(w+q)||(p=p.parentNode);p;p=p.parentNode)A.push(p),g=p;g===(c.ownerDocument||J)&&A.push(g.defaultView||g.parentWindow||e)}for(f=0;(p=A[f++])&&!s.isPropagationStopped();)O=p,s.type=f>1?w:V.bindType||q,E=(L.get(p,"events")||Object.create(null))[s.type]&&L.get(p,"handle"),E&&E.apply(p,o),E=v&&p[v],E&&E.apply&&ee(p)&&(s.result=E.apply(p,o),s.result===!1&&s.preventDefault());return s.type=q,!d&&!s.isDefaultPrevented()&&(!V._default||V._default.apply(A.pop(),o)===!1)&&ee(c)&&v&&U(c[q])&&!_e(c)&&(g=c[v],g&&(c[v]=null),u.event.triggered=q,s.isPropagationStopped()&&O.addEventListener(q,Bl),c[q](),s.isPropagationStopped()&&O.removeEventListener(q,Bl),u.event.triggered=void 0,g&&(c[v]=g)),s.result}},simulate:function(s,o,c){var d=u.extend(new u.Event,c,{type:s,isSimulated:!0});u.event.trigger(d,null,o)}}),u.fn.extend({trigger:function(s,o){return this.each(function(){u.event.trigger(s,o,this)})},triggerHandler:function(s,o){var c=this[0];if(c)return u.event.trigger(s,o,c,!0)}});var R1=/\[\]$/,ql=/\r?\n/g,F1=/^(?:submit|button|image|reset|file)$/i,L1=/^(?:input|select|textarea|keygen)/i;function Zr(s,o,c,d){var f;if(Array.isArray(o))u.each(o,function(p,g){c||R1.test(s)?d(s,g):Zr(s+"["+(typeof g=="object"&&g!=null?p:"")+"]",g,c,d)});else if(!c&&ce(o)==="object")for(f in o)Zr(s+"["+f+"]",o[f],c,d);else d(s,o)}u.param=function(s,o){var c,d=[],f=function(p,g){var w=U(g)?g():g;d[d.length]=encodeURIComponent(p)+"="+encodeURIComponent(w??"")};if(s==null)return"";if(Array.isArray(s)||s.jquery&&!u.isPlainObject(s))u.each(s,function(){f(this.name,this.value)});else for(c in s)Zr(c,s[c],o,f);return d.join("&")},u.fn.extend({serialize:function(){return u.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var s=u.prop(this,"elements");return s?u.makeArray(s):this}).filter(function(){var s=this.type;return this.name&&!u(this).is(":disabled")&&L1.test(this.nodeName)&&!F1.test(s)&&(this.checked||!Fs.test(s))}).map(function(s,o){var c=u(this).val();return c==null?null:Array.isArray(c)?u.map(c,function(d){return{name:o.name,value:d.replace(ql,`\r + */var Gd=Ti.exports,sl;function Qd(){return sl||(sl=1,function(t){(function(e,n){t.exports=e.document?n(e,!0):function(i){if(!i.document)throw new Error("jQuery requires a window with a document");return n(i)}})(typeof window<"u"?window:Gd,function(e,n){var i=[],r=Object.getPrototypeOf,a=i.slice,l=i.flat?function(s){return i.flat.call(s)}:function(s){return i.concat.apply([],s)},h=i.push,m=i.indexOf,_={},v=_.toString,$=_.hasOwnProperty,P=$.toString,X=P.call(Object),R={},U=function(o){return typeof o=="function"&&typeof o.nodeType!="number"&&typeof o.item!="function"},_e=function(o){return o!=null&&o===o.window},J=e.document,Ve={type:!0,src:!0,nonce:!0,noModule:!0};function Ae(s,o,c){c=c||J;var d,f,p=c.createElement("script");if(p.text=s,o)for(d in Ve)f=o[d]||o.getAttribute&&o.getAttribute(d),f&&p.setAttribute(d,f);c.head.appendChild(p).parentNode.removeChild(p)}function ce(s){return s==null?s+"":typeof s=="object"||typeof s=="function"?_[v.call(s)]||"object":typeof s}var Fe="3.7.1",rt=/HTML$/i,u=function(s,o){return new u.fn.init(s,o)};u.fn=u.prototype={jquery:Fe,constructor:u,length:0,toArray:function(){return a.call(this)},get:function(s){return s==null?a.call(this):s<0?this[s+this.length]:this[s]},pushStack:function(s){var o=u.merge(this.constructor(),s);return o.prevObject=this,o},each:function(s){return u.each(this,s)},map:function(s){return this.pushStack(u.map(this,function(o,c){return s.call(o,c,o)}))},slice:function(){return this.pushStack(a.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},even:function(){return this.pushStack(u.grep(this,function(s,o){return(o+1)%2}))},odd:function(){return this.pushStack(u.grep(this,function(s,o){return o%2}))},eq:function(s){var o=this.length,c=+s+(s<0?o:0);return this.pushStack(c>=0&&c0&&o-1 in s}function Z(s,o){return s.nodeName&&s.nodeName.toLowerCase()===o.toLowerCase()}var oe=i.pop,pe=i.sort,Ge=i.splice,Y="[\\x20\\t\\r\\n\\f]",Ce=new RegExp("^"+Y+"+|((?:^|[^\\\\])(?:\\\\.)*)"+Y+"+$","g");u.contains=function(s,o){var c=o&&o.parentNode;return s===c||!!(c&&c.nodeType===1&&(s.contains?s.contains(c):s.compareDocumentPosition&&s.compareDocumentPosition(c)&16))};var ct=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\x80-\uFFFF\w-]/g;function Ne(s,o){return o?s==="\0"?"�":s.slice(0,-1)+"\\"+s.charCodeAt(s.length-1).toString(16)+" ":"\\"+s}u.escapeSelector=function(s){return(s+"").replace(ct,Ne)};var ke=J,$e=h;(function(){var s,o,c,d,f,p=$e,g,w,x,E,V,O=u.expando,A=0,q=0,xe=Oi(),ze=Oi(),De=Oi(),mt=Oi(),ut=function(y,S){return y===S&&(f=!0),0},un="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",dn="(?:\\\\[\\da-fA-F]{1,6}"+Y+"?|\\\\[^\\r\\n\\f]|[\\w-]|[^\0-\\x7f])+",Pe="\\["+Y+"*("+dn+")(?:"+Y+"*([*^$|!~]?=)"+Y+`*(?:'((?:\\\\.|[^\\\\'])*)'|"((?:\\\\.|[^\\\\"])*)"|(`+dn+"))|)"+Y+"*\\]",Xn=":("+dn+`)(?:\\((('((?:\\\\.|[^\\\\'])*)'|"((?:\\\\.|[^\\\\"])*)")|((?:\\\\.|[^\\\\()[\\]]|`+Pe+")*)|.*)\\)|)",Oe=new RegExp(Y+"+","g"),st=new RegExp("^"+Y+"*,"+Y+"*"),Bs=new RegExp("^"+Y+"*([>+~]|"+Y+")"+Y+"*"),io=new RegExp(Y+"|>"),fn=new RegExp(Xn),qs=new RegExp("^"+dn+"$"),pn={ID:new RegExp("^#("+dn+")"),CLASS:new RegExp("^\\.("+dn+")"),TAG:new RegExp("^("+dn+"|[*])"),ATTR:new RegExp("^"+Pe),PSEUDO:new RegExp("^"+Xn),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+Y+"*(even|odd|(([+-]|)(\\d*)n|)"+Y+"*(?:([+-]|)"+Y+"*(\\d+)|))"+Y+"*\\)|)","i"),bool:new RegExp("^(?:"+un+")$","i"),needsContext:new RegExp("^"+Y+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+Y+"*((?:-\\d)?\\d*)"+Y+"*\\)|)(?=[^-]|$)","i")},Dn=/^(?:input|select|textarea|button)$/i,An=/^h\d$/i,Jt=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,ro=/[+~]/,Tn=new RegExp("\\\\[\\da-fA-F]{1,6}"+Y+"?|\\\\([^\\r\\n\\f])","g"),Sn=function(y,S){var D="0x"+y.slice(1)-65536;return S||(D<0?String.fromCharCode(D+65536):String.fromCharCode(D>>10|55296,D&1023|56320))},ey=function(){Mn()},ty=Fi(function(y){return y.disabled===!0&&Z(y,"fieldset")},{dir:"parentNode",next:"legend"});function ny(){try{return g.activeElement}catch{}}try{p.apply(i=a.call(ke.childNodes),ke.childNodes),i[ke.childNodes.length].nodeType}catch{p={apply:function(S,D){$e.apply(S,a.call(D))},call:function(S){$e.apply(S,a.call(arguments,1))}}}function Be(y,S,D,I){var z,G,se,de,ie,Me,ve,we=S&&S.ownerDocument,Ie=S?S.nodeType:9;if(D=D||[],typeof y!="string"||!y||Ie!==1&&Ie!==9&&Ie!==11)return D;if(!I&&(Mn(S),S=S||g,x)){if(Ie!==11&&(ie=Jt.exec(y)))if(z=ie[1]){if(Ie===9)if(se=S.getElementById(z)){if(se.id===z)return p.call(D,se),D}else return D;else if(we&&(se=we.getElementById(z))&&Be.contains(S,se)&&se.id===z)return p.call(D,se),D}else{if(ie[2])return p.apply(D,S.getElementsByTagName(y)),D;if((z=ie[3])&&S.getElementsByClassName)return p.apply(D,S.getElementsByClassName(z)),D}if(!mt[y+" "]&&(!E||!E.test(y))){if(ve=y,we=S,Ie===1&&(io.test(y)||Bs.test(y))){for(we=ro.test(y)&&oo(S.parentNode)||S,(we!=S||!R.scope)&&((de=S.getAttribute("id"))?de=u.escapeSelector(de):S.setAttribute("id",de=O)),Me=Xs(y),G=Me.length;G--;)Me[G]=(de?"#"+de:":scope")+" "+Ri(Me[G]);ve=Me.join(",")}try{return p.apply(D,we.querySelectorAll(ve)),D}catch{mt(y,!0)}finally{de===O&&S.removeAttribute("id")}}}return Zl(y.replace(Ce,"$1"),S,D,I)}function Oi(){var y=[];function S(D,I){return y.push(D+" ")>o.cacheLength&&delete S[y.shift()],S[D+" "]=I}return S}function tn(y){return y[O]=!0,y}function fs(y){var S=g.createElement("fieldset");try{return!!y(S)}catch{return!1}finally{S.parentNode&&S.parentNode.removeChild(S),S=null}}function sy(y){return function(S){return Z(S,"input")&&S.type===y}}function iy(y){return function(S){return(Z(S,"input")||Z(S,"button"))&&S.type===y}}function Ql(y){return function(S){return"form"in S?S.parentNode&&S.disabled===!1?"label"in S?"label"in S.parentNode?S.parentNode.disabled===y:S.disabled===y:S.isDisabled===y||S.isDisabled!==!y&&ty(S)===y:S.disabled===y:"label"in S?S.disabled===y:!1}}function Kn(y){return tn(function(S){return S=+S,tn(function(D,I){for(var z,G=y([],D.length,S),se=G.length;se--;)D[z=G[se]]&&(D[z]=!(I[z]=D[z]))})})}function oo(y){return y&&typeof y.getElementsByTagName<"u"&&y}function Mn(y){var S,D=y?y.ownerDocument||y:ke;return D==g||D.nodeType!==9||!D.documentElement||(g=D,w=g.documentElement,x=!u.isXMLDoc(g),V=w.matches||w.webkitMatchesSelector||w.msMatchesSelector,w.msMatchesSelector&&ke!=g&&(S=g.defaultView)&&S.top!==S&&S.addEventListener("unload",ey),R.getById=fs(function(I){return w.appendChild(I).id=u.expando,!g.getElementsByName||!g.getElementsByName(u.expando).length}),R.disconnectedMatch=fs(function(I){return V.call(I,"*")}),R.scope=fs(function(){return g.querySelectorAll(":scope")}),R.cssHas=fs(function(){try{return g.querySelector(":has(*,:jqfake)"),!1}catch{return!0}}),R.getById?(o.filter.ID=function(I){var z=I.replace(Tn,Sn);return function(G){return G.getAttribute("id")===z}},o.find.ID=function(I,z){if(typeof z.getElementById<"u"&&x){var G=z.getElementById(I);return G?[G]:[]}}):(o.filter.ID=function(I){var z=I.replace(Tn,Sn);return function(G){var se=typeof G.getAttributeNode<"u"&&G.getAttributeNode("id");return se&&se.value===z}},o.find.ID=function(I,z){if(typeof z.getElementById<"u"&&x){var G,se,de,ie=z.getElementById(I);if(ie){if(G=ie.getAttributeNode("id"),G&&G.value===I)return[ie];for(de=z.getElementsByName(I),se=0;ie=de[se++];)if(G=ie.getAttributeNode("id"),G&&G.value===I)return[ie]}return[]}}),o.find.TAG=function(I,z){return typeof z.getElementsByTagName<"u"?z.getElementsByTagName(I):z.querySelectorAll(I)},o.find.CLASS=function(I,z){if(typeof z.getElementsByClassName<"u"&&x)return z.getElementsByClassName(I)},E=[],fs(function(I){var z;w.appendChild(I).innerHTML="",I.querySelectorAll("[selected]").length||E.push("\\["+Y+"*(?:value|"+un+")"),I.querySelectorAll("[id~="+O+"-]").length||E.push("~="),I.querySelectorAll("a#"+O+"+*").length||E.push(".#.+[+~]"),I.querySelectorAll(":checked").length||E.push(":checked"),z=g.createElement("input"),z.setAttribute("type","hidden"),I.appendChild(z).setAttribute("name","D"),w.appendChild(I).disabled=!0,I.querySelectorAll(":disabled").length!==2&&E.push(":enabled",":disabled"),z=g.createElement("input"),z.setAttribute("name",""),I.appendChild(z),I.querySelectorAll("[name='']").length||E.push("\\["+Y+"*name"+Y+"*="+Y+`*(?:''|"")`)}),R.cssHas||E.push(":has"),E=E.length&&new RegExp(E.join("|")),ut=function(I,z){if(I===z)return f=!0,0;var G=!I.compareDocumentPosition-!z.compareDocumentPosition;return G||(G=(I.ownerDocument||I)==(z.ownerDocument||z)?I.compareDocumentPosition(z):1,G&1||!R.sortDetached&&z.compareDocumentPosition(I)===G?I===g||I.ownerDocument==ke&&Be.contains(ke,I)?-1:z===g||z.ownerDocument==ke&&Be.contains(ke,z)?1:d?m.call(d,I)-m.call(d,z):0:G&4?-1:1)}),g}Be.matches=function(y,S){return Be(y,null,null,S)},Be.matchesSelector=function(y,S){if(Mn(y),x&&!mt[S+" "]&&(!E||!E.test(S)))try{var D=V.call(y,S);if(D||R.disconnectedMatch||y.document&&y.document.nodeType!==11)return D}catch{mt(S,!0)}return Be(S,g,null,[y]).length>0},Be.contains=function(y,S){return(y.ownerDocument||y)!=g&&Mn(y),u.contains(y,S)},Be.attr=function(y,S){(y.ownerDocument||y)!=g&&Mn(y);var D=o.attrHandle[S.toLowerCase()],I=D&&$.call(o.attrHandle,S.toLowerCase())?D(y,S,!x):void 0;return I!==void 0?I:y.getAttribute(S)},Be.error=function(y){throw new Error("Syntax error, unrecognized expression: "+y)},u.uniqueSort=function(y){var S,D=[],I=0,z=0;if(f=!R.sortStable,d=!R.sortStable&&a.call(y,0),pe.call(y,ut),f){for(;S=y[z++];)S===y[z]&&(I=D.push(z));for(;I--;)Ge.call(y,D[I],1)}return d=null,y},u.fn.uniqueSort=function(){return this.pushStack(u.uniqueSort(a.apply(this)))},o=u.expr={cacheLength:50,createPseudo:tn,match:pn,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(y){return y[1]=y[1].replace(Tn,Sn),y[3]=(y[3]||y[4]||y[5]||"").replace(Tn,Sn),y[2]==="~="&&(y[3]=" "+y[3]+" "),y.slice(0,4)},CHILD:function(y){return y[1]=y[1].toLowerCase(),y[1].slice(0,3)==="nth"?(y[3]||Be.error(y[0]),y[4]=+(y[4]?y[5]+(y[6]||1):2*(y[3]==="even"||y[3]==="odd")),y[5]=+(y[7]+y[8]||y[3]==="odd")):y[3]&&Be.error(y[0]),y},PSEUDO:function(y){var S,D=!y[6]&&y[2];return pn.CHILD.test(y[0])?null:(y[3]?y[2]=y[4]||y[5]||"":D&&fn.test(D)&&(S=Xs(D,!0))&&(S=D.indexOf(")",D.length-S)-D.length)&&(y[0]=y[0].slice(0,S),y[2]=D.slice(0,S)),y.slice(0,3))}},filter:{TAG:function(y){var S=y.replace(Tn,Sn).toLowerCase();return y==="*"?function(){return!0}:function(D){return Z(D,S)}},CLASS:function(y){var S=xe[y+" "];return S||(S=new RegExp("(^|"+Y+")"+y+"("+Y+"|$)"))&&xe(y,function(D){return S.test(typeof D.className=="string"&&D.className||typeof D.getAttribute<"u"&&D.getAttribute("class")||"")})},ATTR:function(y,S,D){return function(I){var z=Be.attr(I,y);return z==null?S==="!=":S?(z+="",S==="="?z===D:S==="!="?z!==D:S==="^="?D&&z.indexOf(D)===0:S==="*="?D&&z.indexOf(D)>-1:S==="$="?D&&z.slice(-D.length)===D:S==="~="?(" "+z.replace(Oe," ")+" ").indexOf(D)>-1:S==="|="?z===D||z.slice(0,D.length+1)===D+"-":!1):!0}},CHILD:function(y,S,D,I,z){var G=y.slice(0,3)!=="nth",se=y.slice(-4)!=="last",de=S==="of-type";return I===1&&z===0?function(ie){return!!ie.parentNode}:function(ie,Me,ve){var we,Ie,he,Qe,Nt,_t=G!==se?"nextSibling":"previousSibling",Gt=ie.parentNode,hn=de&&ie.nodeName.toLowerCase(),ps=!ve&&!de,Dt=!1;if(Gt){if(G){for(;_t;){for(he=ie;he=he[_t];)if(de?Z(he,hn):he.nodeType===1)return!1;Nt=_t=y==="only"&&!Nt&&"nextSibling"}return!0}if(Nt=[se?Gt.firstChild:Gt.lastChild],se&&ps){for(Ie=Gt[O]||(Gt[O]={}),we=Ie[y]||[],Qe=we[0]===A&&we[1],Dt=Qe&&we[2],he=Qe&&Gt.childNodes[Qe];he=++Qe&&he&&he[_t]||(Dt=Qe=0)||Nt.pop();)if(he.nodeType===1&&++Dt&&he===ie){Ie[y]=[A,Qe,Dt];break}}else if(ps&&(Ie=ie[O]||(ie[O]={}),we=Ie[y]||[],Qe=we[0]===A&&we[1],Dt=Qe),Dt===!1)for(;(he=++Qe&&he&&he[_t]||(Dt=Qe=0)||Nt.pop())&&!((de?Z(he,hn):he.nodeType===1)&&++Dt&&(ps&&(Ie=he[O]||(he[O]={}),Ie[y]=[A,Dt]),he===ie)););return Dt-=z,Dt===I||Dt%I===0&&Dt/I>=0}}},PSEUDO:function(y,S){var D,I=o.pseudos[y]||o.setFilters[y.toLowerCase()]||Be.error("unsupported pseudo: "+y);return I[O]?I(S):I.length>1?(D=[y,y,"",S],o.setFilters.hasOwnProperty(y.toLowerCase())?tn(function(z,G){for(var se,de=I(z,S),ie=de.length;ie--;)se=m.call(z,de[ie]),z[se]=!(G[se]=de[ie])}):function(z){return I(z,0,D)}):I}},pseudos:{not:tn(function(y){var S=[],D=[],I=uo(y.replace(Ce,"$1"));return I[O]?tn(function(z,G,se,de){for(var ie,Me=I(z,null,de,[]),ve=z.length;ve--;)(ie=Me[ve])&&(z[ve]=!(G[ve]=ie))}):function(z,G,se){return S[0]=z,I(S,null,se,D),S[0]=null,!D.pop()}}),has:tn(function(y){return function(S){return Be(y,S).length>0}}),contains:tn(function(y){return y=y.replace(Tn,Sn),function(S){return(S.textContent||u.text(S)).indexOf(y)>-1}}),lang:tn(function(y){return qs.test(y||"")||Be.error("unsupported lang: "+y),y=y.replace(Tn,Sn).toLowerCase(),function(S){var D;do if(D=x?S.lang:S.getAttribute("xml:lang")||S.getAttribute("lang"))return D=D.toLowerCase(),D===y||D.indexOf(y+"-")===0;while((S=S.parentNode)&&S.nodeType===1);return!1}}),target:function(y){var S=e.location&&e.location.hash;return S&&S.slice(1)===y.id},root:function(y){return y===w},focus:function(y){return y===ny()&&g.hasFocus()&&!!(y.type||y.href||~y.tabIndex)},enabled:Ql(!1),disabled:Ql(!0),checked:function(y){return Z(y,"input")&&!!y.checked||Z(y,"option")&&!!y.selected},selected:function(y){return y.parentNode&&y.parentNode.selectedIndex,y.selected===!0},empty:function(y){for(y=y.firstChild;y;y=y.nextSibling)if(y.nodeType<6)return!1;return!0},parent:function(y){return!o.pseudos.empty(y)},header:function(y){return An.test(y.nodeName)},input:function(y){return Dn.test(y.nodeName)},button:function(y){return Z(y,"input")&&y.type==="button"||Z(y,"button")},text:function(y){var S;return Z(y,"input")&&y.type==="text"&&((S=y.getAttribute("type"))==null||S.toLowerCase()==="text")},first:Kn(function(){return[0]}),last:Kn(function(y,S){return[S-1]}),eq:Kn(function(y,S,D){return[D<0?D+S:D]}),even:Kn(function(y,S){for(var D=0;DS?I=S:I=D;--I>=0;)y.push(I);return y}),gt:Kn(function(y,S,D){for(var I=D<0?D+S:D;++I1?function(S,D,I){for(var z=y.length;z--;)if(!y[z](S,D,I))return!1;return!0}:y[0]}function ry(y,S,D){for(var I=0,z=S.length;I-1&&(se[ve]=!(de[ve]=Ie))}}else he=Li(he===de?he.splice(_t,he.length):he),z?z(null,de,he,Me):p.apply(de,he)})}function co(y){for(var S,D,I,z=y.length,G=o.relative[y[0].type],se=G||o.relative[" "],de=G?1:0,ie=Fi(function(we){return we===S},se,!0),Me=Fi(function(we){return m.call(S,we)>-1},se,!0),ve=[function(we,Ie,he){var Qe=!G&&(he||Ie!=c)||((S=Ie).nodeType?ie(we,Ie,he):Me(we,Ie,he));return S=null,Qe}];de1&&ao(ve),de>1&&Ri(y.slice(0,de-1).concat({value:y[de-2].type===" "?"*":""})).replace(Ce,"$1"),D,de0,I=y.length>0,z=function(G,se,de,ie,Me){var ve,we,Ie,he=0,Qe="0",Nt=G&&[],_t=[],Gt=c,hn=G||I&&o.find.TAG("*",Me),ps=A+=Gt==null?1:Math.random()||.1,Dt=hn.length;for(Me&&(c=se==g||se||Me);Qe!==Dt&&(ve=hn[Qe])!=null;Qe++){if(I&&ve){for(we=0,!se&&ve.ownerDocument!=g&&(Mn(ve),de=!x);Ie=y[we++];)if(Ie(ve,se||g,de)){p.call(ie,ve);break}Me&&(A=ps)}D&&((ve=!Ie&&ve)&&he--,G&&Nt.push(ve))}if(he+=Qe,D&&Qe!==he){for(we=0;Ie=S[we++];)Ie(Nt,_t,se,de);if(G){if(he>0)for(;Qe--;)Nt[Qe]||_t[Qe]||(_t[Qe]=oe.call(ie));_t=Li(_t)}p.apply(ie,_t),Me&&!G&&_t.length>0&&he+S.length>1&&u.uniqueSort(ie)}return Me&&(A=ps,c=Gt),Nt};return D?tn(z):z}function uo(y,S){var D,I=[],z=[],G=De[y+" "];if(!G){for(S||(S=Xs(y)),D=S.length;D--;)G=co(S[D]),G[O]?I.push(G):z.push(G);G=De(y,oy(z,I)),G.selector=y}return G}function Zl(y,S,D,I){var z,G,se,de,ie,Me=typeof y=="function"&&y,ve=!I&&Xs(y=Me.selector||y);if(D=D||[],ve.length===1){if(G=ve[0]=ve[0].slice(0),G.length>2&&(se=G[0]).type==="ID"&&S.nodeType===9&&x&&o.relative[G[1].type]){if(S=(o.find.ID(se.matches[0].replace(Tn,Sn),S)||[])[0],S)Me&&(S=S.parentNode);else return D;y=y.slice(G.shift().value.length)}for(z=pn.needsContext.test(y)?0:G.length;z--&&(se=G[z],!o.relative[de=se.type]);)if((ie=o.find[de])&&(I=ie(se.matches[0].replace(Tn,Sn),ro.test(G[0].type)&&oo(S.parentNode)||S))){if(G.splice(z,1),y=I.length&&Ri(G),!y)return p.apply(D,I),D;break}}return(Me||uo(y,ve))(I,S,!x,D,!S||ro.test(y)&&oo(S.parentNode)||S),D}R.sortStable=O.split("").sort(ut).join("")===O,Mn(),R.sortDetached=fs(function(y){return y.compareDocumentPosition(g.createElement("fieldset"))&1}),u.find=Be,u.expr[":"]=u.expr.pseudos,u.unique=u.uniqueSort,Be.compile=uo,Be.select=Zl,Be.setDocument=Mn,Be.tokenize=Xs,Be.escape=u.escapeSelector,Be.getText=u.text,Be.isXML=u.isXMLDoc,Be.selectors=u.expr,Be.support=u.support,Be.uniqueSort=u.uniqueSort})();var et=function(s,o,c){for(var d=[],f=c!==void 0;(s=s[o])&&s.nodeType!==9;)if(s.nodeType===1){if(f&&u(s).is(c))break;d.push(s)}return d},dt=function(s,o){for(var c=[];s;s=s.nextSibling)s.nodeType===1&&s!==o&&c.push(s);return c},tt=u.expr.match.needsContext,ot=/^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function ht(s,o,c){return U(o)?u.grep(s,function(d,f){return!!o.call(d,f,d)!==c}):o.nodeType?u.grep(s,function(d){return d===o!==c}):typeof o!="string"?u.grep(s,function(d){return m.call(o,d)>-1!==c}):u.filter(o,s,c)}u.filter=function(s,o,c){var d=o[0];return c&&(s=":not("+s+")"),o.length===1&&d.nodeType===1?u.find.matchesSelector(d,s)?[d]:[]:u.find.matches(s,u.grep(o,function(f){return f.nodeType===1}))},u.fn.extend({find:function(s){var o,c,d=this.length,f=this;if(typeof s!="string")return this.pushStack(u(s).filter(function(){for(o=0;o1?u.uniqueSort(c):c},filter:function(s){return this.pushStack(ht(this,s||[],!1))},not:function(s){return this.pushStack(ht(this,s||[],!0))},is:function(s){return!!ht(this,typeof s=="string"&&tt.test(s)?u(s):s||[],!1).length}});var Mt,It=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/,Xe=u.fn.init=function(s,o,c){var d,f;if(!s)return this;if(c=c||Mt,typeof s=="string")if(s[0]==="<"&&s[s.length-1]===">"&&s.length>=3?d=[null,s,null]:d=It.exec(s),d&&(d[1]||!o))if(d[1]){if(o=o instanceof u?o[0]:o,u.merge(this,u.parseHTML(d[1],o&&o.nodeType?o.ownerDocument||o:J,!0)),ot.test(d[1])&&u.isPlainObject(o))for(d in o)U(this[d])?this[d](o[d]):this.attr(d,o[d]);return this}else return f=J.getElementById(d[2]),f&&(this[0]=f,this.length=1),this;else return!o||o.jquery?(o||c).find(s):this.constructor(o).find(s);else{if(s.nodeType)return this[0]=s,this.length=1,this;if(U(s))return c.ready!==void 0?c.ready(s):s(u)}return u.makeArray(s,this)};Xe.prototype=u.fn,Mt=u(J);var nt=/^(?:parents|prev(?:Until|All))/,Ke={children:!0,contents:!0,next:!0,prev:!0};u.fn.extend({has:function(s){var o=u(s,this),c=o.length;return this.filter(function(){for(var d=0;d-1:c.nodeType===1&&u.find.matchesSelector(c,s))){p.push(c);break}}return this.pushStack(p.length>1?u.uniqueSort(p):p)},index:function(s){return s?typeof s=="string"?m.call(u(s),this[0]):m.call(this,s.jquery?s[0]:s):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(s,o){return this.pushStack(u.uniqueSort(u.merge(this.get(),u(s,o))))},addBack:function(s){return this.add(s==null?this.prevObject:this.prevObject.filter(s))}});function at(s,o){for(;(s=s[o])&&s.nodeType!==1;);return s}u.each({parent:function(s){var o=s.parentNode;return o&&o.nodeType!==11?o:null},parents:function(s){return et(s,"parentNode")},parentsUntil:function(s,o,c){return et(s,"parentNode",c)},next:function(s){return at(s,"nextSibling")},prev:function(s){return at(s,"previousSibling")},nextAll:function(s){return et(s,"nextSibling")},prevAll:function(s){return et(s,"previousSibling")},nextUntil:function(s,o,c){return et(s,"nextSibling",c)},prevUntil:function(s,o,c){return et(s,"previousSibling",c)},siblings:function(s){return dt((s.parentNode||{}).firstChild,s)},children:function(s){return dt(s.firstChild)},contents:function(s){return s.contentDocument!=null&&r(s.contentDocument)?s.contentDocument:(Z(s,"template")&&(s=s.content||s),u.merge([],s.childNodes))}},function(s,o){u.fn[s]=function(c,d){var f=u.map(this,o,c);return s.slice(-5)!=="Until"&&(d=c),d&&typeof d=="string"&&(f=u.filter(d,f)),this.length>1&&(Ke[s]||u.uniqueSort(f),nt.test(s)&&f.reverse()),this.pushStack(f)}});var Te=/[^\x20\t\r\n\f]+/g;function ft(s){var o={};return u.each(s.match(Te)||[],function(c,d){o[d]=!0}),o}u.Callbacks=function(s){s=typeof s=="string"?ft(s):u.extend({},s);var o,c,d,f,p=[],g=[],w=-1,x=function(){for(f=f||s.once,d=o=!0;g.length;w=-1)for(c=g.shift();++w-1;)p.splice(A,1),A<=w&&w--}),this},has:function(V){return V?u.inArray(V,p)>-1:p.length>0},empty:function(){return p&&(p=[]),this},disable:function(){return f=g=[],p=c="",this},disabled:function(){return!p},lock:function(){return f=g=[],!c&&!o&&(p=c=""),this},locked:function(){return!!f},fireWith:function(V,O){return f||(O=O||[],O=[V,O.slice?O.slice():O],g.push(O),o||x()),this},fire:function(){return E.fireWith(this,arguments),this},fired:function(){return!!d}};return E};function b(s){return s}function C(s){throw s}function N(s,o,c,d){var f;try{s&&U(f=s.promise)?f.call(s).done(o).fail(c):s&&U(f=s.then)?f.call(s,o,c):o.apply(void 0,[s].slice(d))}catch(p){c.apply(void 0,[p])}}u.extend({Deferred:function(s){var o=[["notify","progress",u.Callbacks("memory"),u.Callbacks("memory"),2],["resolve","done",u.Callbacks("once memory"),u.Callbacks("once memory"),0,"resolved"],["reject","fail",u.Callbacks("once memory"),u.Callbacks("once memory"),1,"rejected"]],c="pending",d={state:function(){return c},always:function(){return f.done(arguments).fail(arguments),this},catch:function(p){return d.then(null,p)},pipe:function(){var p=arguments;return u.Deferred(function(g){u.each(o,function(w,x){var E=U(p[x[4]])&&p[x[4]];f[x[1]](function(){var V=E&&E.apply(this,arguments);V&&U(V.promise)?V.promise().progress(g.notify).done(g.resolve).fail(g.reject):g[x[0]+"With"](this,E?[V]:arguments)})}),p=null}).promise()},then:function(p,g,w){var x=0;function E(V,O,A,q){return function(){var xe=this,ze=arguments,De=function(){var ut,un;if(!(V=x&&(A!==C&&(xe=void 0,ze=[ut]),O.rejectWith(xe,ze))}};V?mt():(u.Deferred.getErrorHook?mt.error=u.Deferred.getErrorHook():u.Deferred.getStackHook&&(mt.error=u.Deferred.getStackHook()),e.setTimeout(mt))}}return u.Deferred(function(V){o[0][3].add(E(0,V,U(w)?w:b,V.notifyWith)),o[1][3].add(E(0,V,U(p)?p:b)),o[2][3].add(E(0,V,U(g)?g:C))}).promise()},promise:function(p){return p!=null?u.extend(p,d):d}},f={};return u.each(o,function(p,g){var w=g[2],x=g[5];d[g[1]]=w.add,x&&w.add(function(){c=x},o[3-p][2].disable,o[3-p][3].disable,o[0][2].lock,o[0][3].lock),w.add(g[3].fire),f[g[0]]=function(){return f[g[0]+"With"](this===f?void 0:this,arguments),this},f[g[0]+"With"]=w.fireWith}),d.promise(f),s&&s.call(f,f),f},when:function(s){var o=arguments.length,c=o,d=Array(c),f=a.call(arguments),p=u.Deferred(),g=function(w){return function(x){d[w]=this,f[w]=arguments.length>1?a.call(arguments):x,--o||p.resolveWith(d,f)}};if(o<=1&&(N(s,p.done(g(c)).resolve,p.reject,!o),p.state()==="pending"||U(f[c]&&f[c].then)))return p.then();for(;c--;)N(f[c],g(c),p.reject);return p.promise()}});var H=/^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;u.Deferred.exceptionHook=function(s,o){e.console&&e.console.warn&&s&&H.test(s.name)&&e.console.warn("jQuery.Deferred exception: "+s.message,s.stack,o)},u.readyException=function(s){e.setTimeout(function(){throw s})};var F=u.Deferred();u.fn.ready=function(s){return F.then(s).catch(function(o){u.readyException(o)}),this},u.extend({isReady:!1,readyWait:1,ready:function(s){(s===!0?--u.readyWait:u.isReady)||(u.isReady=!0,!(s!==!0&&--u.readyWait>0)&&F.resolveWith(J,[u]))}}),u.ready.then=F.then;function j(){J.removeEventListener("DOMContentLoaded",j),e.removeEventListener("load",j),u.ready()}J.readyState==="complete"||J.readyState!=="loading"&&!J.documentElement.doScroll?e.setTimeout(u.ready):(J.addEventListener("DOMContentLoaded",j),e.addEventListener("load",j));var K=function(s,o,c,d,f,p,g){var w=0,x=s.length,E=c==null;if(ce(c)==="object"){f=!0;for(w in c)K(s,o,w,c[w],!0,p,g)}else if(d!==void 0&&(f=!0,U(d)||(g=!0),E&&(g?(o.call(s,d),o=null):(E=o,o=function(V,O,A){return E.call(u(V),A)})),o))for(;w1,null,!0)},removeData:function(s){return this.each(function(){ge.remove(this,s)})}}),u.extend({queue:function(s,o,c){var d;if(s)return o=(o||"fx")+"queue",d=L.get(s,o),c&&(!d||Array.isArray(c)?d=L.access(s,o,u.makeArray(c)):d.push(c)),d||[]},dequeue:function(s,o){o=o||"fx";var c=u.queue(s,o),d=c.length,f=c.shift(),p=u._queueHooks(s,o),g=function(){u.dequeue(s,o)};f==="inprogress"&&(f=c.shift(),d--),f&&(o==="fx"&&c.unshift("inprogress"),delete p.stop,f.call(s,g,p)),!d&&p&&p.empty.fire()},_queueHooks:function(s,o){var c=o+"queueHooks";return L.get(s,c)||L.access(s,c,{empty:u.Callbacks("once memory").add(function(){L.remove(s,[o+"queue",c])})})}}),u.fn.extend({queue:function(s,o){var c=2;return typeof s!="string"&&(o=s,s="fx",c--),arguments.length\x20\t\r\n\f]*)/i,Sl=/^$|^module$|\/(?:java|ecma)script/i;(function(){var s=J.createDocumentFragment(),o=s.appendChild(J.createElement("div")),c=J.createElement("input");c.setAttribute("type","radio"),c.setAttribute("checked","checked"),c.setAttribute("name","t"),o.appendChild(c),R.checkClone=o.cloneNode(!0).cloneNode(!0).lastChild.checked,o.innerHTML="",R.noCloneChecked=!!o.cloneNode(!0).lastChild.defaultValue,o.innerHTML="",R.option=!!o.lastChild})();var Wt={thead:[1,"","
"],col:[2,"","
"],tr:[2,"","
"],td:[3,"","
"],_default:[0,"",""]};Wt.tbody=Wt.tfoot=Wt.colgroup=Wt.caption=Wt.thead,Wt.th=Wt.td,R.option||(Wt.optgroup=Wt.option=[1,""]);function Pt(s,o){var c;return typeof s.getElementsByTagName<"u"?c=s.getElementsByTagName(o||"*"):typeof s.querySelectorAll<"u"?c=s.querySelectorAll(o||"*"):c=[],o===void 0||o&&Z(s,o)?u.merge([s],c):c}function Br(s,o){for(var c=0,d=s.length;c-1){f&&f.push(p);continue}if(E=lt(p),g=Pt(O.appendChild(p),"script"),E&&Br(g),c)for(V=0;p=g[V++];)Sl.test(p.type||"")&&c.push(p)}return O}var $l=/^([^.]*)(?:\.(.+)|)/;function ls(){return!0}function cs(){return!1}function qr(s,o,c,d,f,p){var g,w;if(typeof o=="object"){typeof c!="string"&&(d=d||c,c=void 0);for(w in o)qr(s,w,c,d,o[w],p);return s}if(d==null&&f==null?(f=c,d=c=void 0):f==null&&(typeof c=="string"?(f=d,d=void 0):(f=d,d=c,c=void 0)),f===!1)f=cs;else if(!f)return s;return p===1&&(g=f,f=function(x){return u().off(x),g.apply(this,arguments)},f.guid=g.guid||(g.guid=u.guid++)),s.each(function(){u.event.add(this,o,f,d,c)})}u.event={global:{},add:function(s,o,c,d,f){var p,g,w,x,E,V,O,A,q,xe,ze,De=L.get(s);if(ee(s))for(c.handler&&(p=c,c=p.handler,f=p.selector),f&&u.find.matchesSelector(cn,f),c.guid||(c.guid=u.guid++),(x=De.events)||(x=De.events=Object.create(null)),(g=De.handle)||(g=De.handle=function(mt){return typeof u<"u"&&u.event.triggered!==mt.type?u.event.dispatch.apply(s,arguments):void 0}),o=(o||"").match(Te)||[""],E=o.length;E--;)w=$l.exec(o[E])||[],q=ze=w[1],xe=(w[2]||"").split(".").sort(),q&&(O=u.event.special[q]||{},q=(f?O.delegateType:O.bindType)||q,O=u.event.special[q]||{},V=u.extend({type:q,origType:ze,data:d,handler:c,guid:c.guid,selector:f,needsContext:f&&u.expr.match.needsContext.test(f),namespace:xe.join(".")},p),(A=x[q])||(A=x[q]=[],A.delegateCount=0,(!O.setup||O.setup.call(s,d,xe,g)===!1)&&s.addEventListener&&s.addEventListener(q,g)),O.add&&(O.add.call(s,V),V.handler.guid||(V.handler.guid=c.guid)),f?A.splice(A.delegateCount++,0,V):A.push(V),u.event.global[q]=!0)},remove:function(s,o,c,d,f){var p,g,w,x,E,V,O,A,q,xe,ze,De=L.hasData(s)&&L.get(s);if(!(!De||!(x=De.events))){for(o=(o||"").match(Te)||[""],E=o.length;E--;){if(w=$l.exec(o[E])||[],q=ze=w[1],xe=(w[2]||"").split(".").sort(),!q){for(q in x)u.event.remove(s,q+o[E],c,d,!0);continue}for(O=u.event.special[q]||{},q=(d?O.delegateType:O.bindType)||q,A=x[q]||[],w=w[2]&&new RegExp("(^|\\.)"+xe.join("\\.(?:.*\\.|)")+"(\\.|$)"),g=p=A.length;p--;)V=A[p],(f||ze===V.origType)&&(!c||c.guid===V.guid)&&(!w||w.test(V.namespace))&&(!d||d===V.selector||d==="**"&&V.selector)&&(A.splice(p,1),V.selector&&A.delegateCount--,O.remove&&O.remove.call(s,V));g&&!A.length&&((!O.teardown||O.teardown.call(s,xe,De.handle)===!1)&&u.removeEvent(s,q,De.handle),delete x[q])}u.isEmptyObject(x)&&L.remove(s,"handle events")}},dispatch:function(s){var o,c,d,f,p,g,w=new Array(arguments.length),x=u.event.fix(s),E=(L.get(this,"events")||Object.create(null))[x.type]||[],V=u.event.special[x.type]||{};for(w[0]=x,o=1;o=1)){for(;E!==this;E=E.parentNode||this)if(E.nodeType===1&&!(s.type==="click"&&E.disabled===!0)){for(p=[],g={},c=0;c-1:u.find(f,this,null,[E]).length),g[f]&&p.push(d);p.length&&w.push({elem:E,handlers:p})}}return E=this,x\s*$/g;function El(s,o){return Z(s,"table")&&Z(o.nodeType!==11?o:o.firstChild,"tr")&&u(s).children("tbody")[0]||s}function T1(s){return s.type=(s.getAttribute("type")!==null)+"/"+s.type,s}function S1(s){return(s.type||"").slice(0,5)==="true/"?s.type=s.type.slice(5):s.removeAttribute("type"),s}function Dl(s,o){var c,d,f,p,g,w,x;if(o.nodeType===1){if(L.hasData(s)&&(p=L.get(s),x=p.events,x)){L.remove(o,"handle events");for(f in x)for(c=0,d=x[f].length;c1&&typeof q=="string"&&!R.checkClone&&k1.test(q))return s.each(function(ze){var De=s.eq(ze);xe&&(o[0]=q.call(this,ze,De.html())),us(De,o,c,d)});if(O&&(f=Cl(o,s[0].ownerDocument,!1,s,d),p=f.firstChild,f.childNodes.length===1&&(f=p),p||d)){for(g=u.map(Pt(f,"script"),T1),w=g.length;V0&&Br(g,!x&&Pt(s,"script")),w},cleanData:function(s){for(var o,c,d,f=u.event.special,p=0;(c=s[p])!==void 0;p++)if(ee(c)){if(o=c[L.expando]){if(o.events)for(d in o.events)f[d]?u.event.remove(c,d):u.removeEvent(c,d,o.handle);c[L.expando]=void 0}c[ge.expando]&&(c[ge.expando]=void 0)}}}),u.fn.extend({detach:function(s){return Al(this,s,!0)},remove:function(s){return Al(this,s)},text:function(s){return K(this,function(o){return o===void 0?u.text(this):this.empty().each(function(){(this.nodeType===1||this.nodeType===11||this.nodeType===9)&&(this.textContent=o)})},null,s,arguments.length)},append:function(){return us(this,arguments,function(s){if(this.nodeType===1||this.nodeType===11||this.nodeType===9){var o=El(this,s);o.appendChild(s)}})},prepend:function(){return us(this,arguments,function(s){if(this.nodeType===1||this.nodeType===11||this.nodeType===9){var o=El(this,s);o.insertBefore(s,o.firstChild)}})},before:function(){return us(this,arguments,function(s){this.parentNode&&this.parentNode.insertBefore(s,this)})},after:function(){return us(this,arguments,function(s){this.parentNode&&this.parentNode.insertBefore(s,this.nextSibling)})},empty:function(){for(var s,o=0;(s=this[o])!=null;o++)s.nodeType===1&&(u.cleanData(Pt(s,!1)),s.textContent="");return this},clone:function(s,o){return s=s??!1,o=o??s,this.map(function(){return u.clone(this,s,o)})},html:function(s){return K(this,function(o){var c=this[0]||{},d=0,f=this.length;if(o===void 0&&c.nodeType===1)return c.innerHTML;if(typeof o=="string"&&!_1.test(o)&&!Wt[(Tl.exec(o)||["",""])[1].toLowerCase()]){o=u.htmlPrefilter(o);try{for(;d=0&&(x+=Math.max(0,Math.ceil(s["offset"+o[0].toUpperCase()+o.slice(1)]-p-x-w-.5))||0),x+E}function Rl(s,o,c){var d=Vi(s),f=!R.boxSizingReliable()||c,p=f&&u.css(s,"boxSizing",!1,d)==="border-box",g=p,w=Ls(s,o,d),x="offset"+o[0].toUpperCase()+o.slice(1);if(Xr.test(w)){if(!c)return w;w="auto"}return(!R.boxSizingReliable()&&p||!R.reliableTrDimensions()&&Z(s,"tr")||w==="auto"||!parseFloat(w)&&u.css(s,"display",!1,d)==="inline")&&s.getClientRects().length&&(p=u.css(s,"boxSizing",!1,d)==="border-box",g=x in s,g&&(w=s[x])),w=parseFloat(w)||0,w+Jr(s,o,c||(p?"border":"content"),g,d,w)+"px"}u.extend({cssHooks:{opacity:{get:function(s,o){if(o){var c=Ls(s,"opacity");return c===""?"1":c}}}},cssNumber:{animationIterationCount:!0,aspectRatio:!0,borderImageSlice:!0,columnCount:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,gridArea:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnStart:!0,gridRow:!0,gridRowEnd:!0,gridRowStart:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,scale:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeMiterlimit:!0,strokeOpacity:!0},cssProps:{},style:function(s,o,c,d){if(!(!s||s.nodeType===3||s.nodeType===8||!s.style)){var f,p,g,w=le(o),x=Kr.test(o),E=s.style;if(x||(o=Wr(w)),g=u.cssHooks[o]||u.cssHooks[w],c!==void 0){if(p=typeof c,p==="string"&&(f=xt.exec(c))&&f[1]&&(c=kl(s,o,f),p="number"),c==null||c!==c)return;p==="number"&&!x&&(c+=f&&f[3]||(u.cssNumber[w]?"":"px")),!R.clearCloneStyle&&c===""&&o.indexOf("background")===0&&(E[o]="inherit"),(!g||!("set"in g)||(c=g.set(s,c,d))!==void 0)&&(x?E.setProperty(o,c):E[o]=c)}else return g&&"get"in g&&(f=g.get(s,!1,d))!==void 0?f:E[o]}},css:function(s,o,c,d){var f,p,g,w=le(o),x=Kr.test(o);return x||(o=Wr(w)),g=u.cssHooks[o]||u.cssHooks[w],g&&"get"in g&&(f=g.get(s,!0,c)),f===void 0&&(f=Ls(s,o,d)),f==="normal"&&o in zl&&(f=zl[o]),c===""||c?(p=parseFloat(f),c===!0||isFinite(p)?p||0:f):f}}),u.each(["height","width"],function(s,o){u.cssHooks[o]={get:function(c,d,f){if(d)return D1.test(u.css(c,"display"))&&(!c.getClientRects().length||!c.getBoundingClientRect().width)?Ml(c,A1,function(){return Rl(c,o,f)}):Rl(c,o,f)},set:function(c,d,f){var p,g=Vi(c),w=!R.scrollboxSize()&&g.position==="absolute",x=w||f,E=x&&u.css(c,"boxSizing",!1,g)==="border-box",V=f?Jr(c,o,f,E,g):0;return E&&w&&(V-=Math.ceil(c["offset"+o[0].toUpperCase()+o.slice(1)]-parseFloat(g[o])-Jr(c,o,"border",!1,g)-.5)),V&&(p=xt.exec(d))&&(p[3]||"px")!=="px"&&(c.style[o]=d,d=u.css(c,o)),Ol(c,d,V)}}}),u.cssHooks.marginLeft=Il(R.reliableMarginLeft,function(s,o){if(o)return(parseFloat(Ls(s,"marginLeft"))||s.getBoundingClientRect().left-Ml(s,{marginLeft:0},function(){return s.getBoundingClientRect().left}))+"px"}),u.each({margin:"",padding:"",border:"Width"},function(s,o){u.cssHooks[s+o]={expand:function(c){for(var d=0,f={},p=typeof c=="string"?c.split(" "):[c];d<4;d++)f[s+Et[d]+o]=p[d]||p[d-2]||p[0];return f}},s!=="margin"&&(u.cssHooks[s+o].set=Ol)}),u.fn.extend({css:function(s,o){return K(this,function(c,d,f){var p,g,w={},x=0;if(Array.isArray(d)){for(p=Vi(c),g=d.length;x1)}});function Vt(s,o,c,d,f){return new Vt.prototype.init(s,o,c,d,f)}u.Tween=Vt,Vt.prototype={constructor:Vt,init:function(s,o,c,d,f,p){this.elem=s,this.prop=c,this.easing=f||u.easing._default,this.options=o,this.start=this.now=this.cur(),this.end=d,this.unit=p||(u.cssNumber[c]?"":"px")},cur:function(){var s=Vt.propHooks[this.prop];return s&&s.get?s.get(this):Vt.propHooks._default.get(this)},run:function(s){var o,c=Vt.propHooks[this.prop];return this.options.duration?this.pos=o=u.easing[this.easing](s,this.options.duration*s,0,1,this.options.duration):this.pos=o=s,this.now=(this.end-this.start)*o+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),c&&c.set?c.set(this):Vt.propHooks._default.set(this),this}},Vt.prototype.init.prototype=Vt.prototype,Vt.propHooks={_default:{get:function(s){var o;return s.elem.nodeType!==1||s.elem[s.prop]!=null&&s.elem.style[s.prop]==null?s.elem[s.prop]:(o=u.css(s.elem,s.prop,""),!o||o==="auto"?0:o)},set:function(s){u.fx.step[s.prop]?u.fx.step[s.prop](s):s.elem.nodeType===1&&(u.cssHooks[s.prop]||s.elem.style[Wr(s.prop)]!=null)?u.style(s.elem,s.prop,s.now+s.unit):s.elem[s.prop]=s.now}}},Vt.propHooks.scrollTop=Vt.propHooks.scrollLeft={set:function(s){s.elem.nodeType&&s.elem.parentNode&&(s.elem[s.prop]=s.now)}},u.easing={linear:function(s){return s},swing:function(s){return .5-Math.cos(s*Math.PI)/2},_default:"swing"},u.fx=Vt.prototype.init,u.fx.step={};var ds,Ni,M1=/^(?:toggle|show|hide)$/,I1=/queueHooks$/;function Gr(){Ni&&(J.hidden===!1&&e.requestAnimationFrame?e.requestAnimationFrame(Gr):e.setTimeout(Gr,u.fx.interval),u.fx.tick())}function Fl(){return e.setTimeout(function(){ds=void 0}),ds=Date.now()}function zi(s,o){var c,d=0,f={height:s};for(o=o?1:0;d<4;d+=2-o)c=Et[d],f["margin"+c]=f["padding"+c]=s;return o&&(f.opacity=f.width=s),f}function Ll(s,o,c){for(var d,f=(en.tweeners[o]||[]).concat(en.tweeners["*"]),p=0,g=f.length;p1)},removeAttr:function(s){return this.each(function(){u.removeAttr(this,s)})}}),u.extend({attr:function(s,o,c){var d,f,p=s.nodeType;if(!(p===3||p===8||p===2)){if(typeof s.getAttribute>"u")return u.prop(s,o,c);if((p!==1||!u.isXMLDoc(s))&&(f=u.attrHooks[o.toLowerCase()]||(u.expr.match.bool.test(o)?jl:void 0)),c!==void 0){if(c===null){u.removeAttr(s,o);return}return f&&"set"in f&&(d=f.set(s,c,o))!==void 0?d:(s.setAttribute(o,c+""),c)}return f&&"get"in f&&(d=f.get(s,o))!==null?d:(d=u.find.attr(s,o),d??void 0)}},attrHooks:{type:{set:function(s,o){if(!R.radioValue&&o==="radio"&&Z(s,"input")){var c=s.value;return s.setAttribute("type",o),c&&(s.value=c),o}}}},removeAttr:function(s,o){var c,d=0,f=o&&o.match(Te);if(f&&s.nodeType===1)for(;c=f[d++];)s.removeAttribute(c)}}),jl={set:function(s,o,c){return o===!1?u.removeAttr(s,c):s.setAttribute(c,c),c}},u.each(u.expr.match.bool.source.match(/\w+/g),function(s,o){var c=js[o]||u.find.attr;js[o]=function(d,f,p){var g,w,x=f.toLowerCase();return p||(w=js[x],js[x]=g,g=c(d,f,p)!=null?x:null,js[x]=w),g}});var N1=/^(?:input|select|textarea|button)$/i,z1=/^(?:a|area)$/i;u.fn.extend({prop:function(s,o){return K(this,u.prop,s,o,arguments.length>1)},removeProp:function(s){return this.each(function(){delete this[u.propFix[s]||s]})}}),u.extend({prop:function(s,o,c){var d,f,p=s.nodeType;if(!(p===3||p===8||p===2))return(p!==1||!u.isXMLDoc(s))&&(o=u.propFix[o]||o,f=u.propHooks[o]),c!==void 0?f&&"set"in f&&(d=f.set(s,c,o))!==void 0?d:s[o]=c:f&&"get"in f&&(d=f.get(s,o))!==null?d:s[o]},propHooks:{tabIndex:{get:function(s){var o=u.find.attr(s,"tabindex");return o?parseInt(o,10):N1.test(s.nodeName)||z1.test(s.nodeName)&&s.href?0:-1}}},propFix:{for:"htmlFor",class:"className"}}),R.optSelected||(u.propHooks.selected={get:function(s){var o=s.parentNode;return o&&o.parentNode&&o.parentNode.selectedIndex,null},set:function(s){var o=s.parentNode;o&&(o.selectedIndex,o.parentNode&&o.parentNode.selectedIndex)}}),u.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){u.propFix[this.toLowerCase()]=this});function Bn(s){var o=s.match(Te)||[];return o.join(" ")}function qn(s){return s.getAttribute&&s.getAttribute("class")||""}function Qr(s){return Array.isArray(s)?s:typeof s=="string"?s.match(Te)||[]:[]}u.fn.extend({addClass:function(s){var o,c,d,f,p,g;return U(s)?this.each(function(w){u(this).addClass(s.call(this,w,qn(this)))}):(o=Qr(s),o.length?this.each(function(){if(d=qn(this),c=this.nodeType===1&&" "+Bn(d)+" ",c){for(p=0;p-1;)c=c.replace(" "+f+" "," ");g=Bn(c),d!==g&&this.setAttribute("class",g)}}):this):this.attr("class","")},toggleClass:function(s,o){var c,d,f,p,g=typeof s,w=g==="string"||Array.isArray(s);return U(s)?this.each(function(x){u(this).toggleClass(s.call(this,x,qn(this),o),o)}):typeof o=="boolean"&&w?o?this.addClass(s):this.removeClass(s):(c=Qr(s),this.each(function(){if(w)for(p=u(this),f=0;f-1)return!0;return!1}});var O1=/\r/g;u.fn.extend({val:function(s){var o,c,d,f=this[0];return arguments.length?(d=U(s),this.each(function(p){var g;this.nodeType===1&&(d?g=s.call(this,p,u(this).val()):g=s,g==null?g="":typeof g=="number"?g+="":Array.isArray(g)&&(g=u.map(g,function(w){return w==null?"":w+""})),o=u.valHooks[this.type]||u.valHooks[this.nodeName.toLowerCase()],(!o||!("set"in o)||o.set(this,g,"value")===void 0)&&(this.value=g))})):f?(o=u.valHooks[f.type]||u.valHooks[f.nodeName.toLowerCase()],o&&"get"in o&&(c=o.get(f,"value"))!==void 0?c:(c=f.value,typeof c=="string"?c.replace(O1,""):c??"")):void 0}}),u.extend({valHooks:{option:{get:function(s){var o=u.find.attr(s,"value");return o??Bn(u.text(s))}},select:{get:function(s){var o,c,d,f=s.options,p=s.selectedIndex,g=s.type==="select-one",w=g?null:[],x=g?p+1:f.length;for(p<0?d=x:d=g?p:0;d-1)&&(c=!0);return c||(s.selectedIndex=-1),p}}}}),u.each(["radio","checkbox"],function(){u.valHooks[this]={set:function(s,o){if(Array.isArray(o))return s.checked=u.inArray(u(s).val(),o)>-1}},R.checkOn||(u.valHooks[this].get=function(s){return s.getAttribute("value")===null?"on":s.value})});var Hs=e.location,Hl={guid:Date.now()},Yr=/\?/;u.parseXML=function(s){var o,c;if(!s||typeof s!="string")return null;try{o=new e.DOMParser().parseFromString(s,"text/xml")}catch{}return c=o&&o.getElementsByTagName("parsererror")[0],(!o||c)&&u.error("Invalid XML: "+(c?u.map(c.childNodes,function(d){return d.textContent}).join(` +`):s)),o};var Ul=/^(?:focusinfocus|focusoutblur)$/,Bl=function(s){s.stopPropagation()};u.extend(u.event,{trigger:function(s,o,c,d){var f,p,g,w,x,E,V,O,A=[c||J],q=$.call(s,"type")?s.type:s,xe=$.call(s,"namespace")?s.namespace.split("."):[];if(p=O=g=c=c||J,!(c.nodeType===3||c.nodeType===8)&&!Ul.test(q+u.event.triggered)&&(q.indexOf(".")>-1&&(xe=q.split("."),q=xe.shift(),xe.sort()),x=q.indexOf(":")<0&&"on"+q,s=s[u.expando]?s:new u.Event(q,typeof s=="object"&&s),s.isTrigger=d?2:3,s.namespace=xe.join("."),s.rnamespace=s.namespace?new RegExp("(^|\\.)"+xe.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,s.result=void 0,s.target||(s.target=c),o=o==null?[s]:u.makeArray(o,[s]),V=u.event.special[q]||{},!(!d&&V.trigger&&V.trigger.apply(c,o)===!1))){if(!d&&!V.noBubble&&!_e(c)){for(w=V.delegateType||q,Ul.test(w+q)||(p=p.parentNode);p;p=p.parentNode)A.push(p),g=p;g===(c.ownerDocument||J)&&A.push(g.defaultView||g.parentWindow||e)}for(f=0;(p=A[f++])&&!s.isPropagationStopped();)O=p,s.type=f>1?w:V.bindType||q,E=(L.get(p,"events")||Object.create(null))[s.type]&&L.get(p,"handle"),E&&E.apply(p,o),E=x&&p[x],E&&E.apply&&ee(p)&&(s.result=E.apply(p,o),s.result===!1&&s.preventDefault());return s.type=q,!d&&!s.isDefaultPrevented()&&(!V._default||V._default.apply(A.pop(),o)===!1)&&ee(c)&&x&&U(c[q])&&!_e(c)&&(g=c[x],g&&(c[x]=null),u.event.triggered=q,s.isPropagationStopped()&&O.addEventListener(q,Bl),c[q](),s.isPropagationStopped()&&O.removeEventListener(q,Bl),u.event.triggered=void 0,g&&(c[x]=g)),s.result}},simulate:function(s,o,c){var d=u.extend(new u.Event,c,{type:s,isSimulated:!0});u.event.trigger(d,null,o)}}),u.fn.extend({trigger:function(s,o){return this.each(function(){u.event.trigger(s,o,this)})},triggerHandler:function(s,o){var c=this[0];if(c)return u.event.trigger(s,o,c,!0)}});var R1=/\[\]$/,ql=/\r?\n/g,F1=/^(?:submit|button|image|reset|file)$/i,L1=/^(?:input|select|textarea|keygen)/i;function Zr(s,o,c,d){var f;if(Array.isArray(o))u.each(o,function(p,g){c||R1.test(s)?d(s,g):Zr(s+"["+(typeof g=="object"&&g!=null?p:"")+"]",g,c,d)});else if(!c&&ce(o)==="object")for(f in o)Zr(s+"["+f+"]",o[f],c,d);else d(s,o)}u.param=function(s,o){var c,d=[],f=function(p,g){var w=U(g)?g():g;d[d.length]=encodeURIComponent(p)+"="+encodeURIComponent(w??"")};if(s==null)return"";if(Array.isArray(s)||s.jquery&&!u.isPlainObject(s))u.each(s,function(){f(this.name,this.value)});else for(c in s)Zr(c,s[c],o,f);return d.join("&")},u.fn.extend({serialize:function(){return u.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var s=u.prop(this,"elements");return s?u.makeArray(s):this}).filter(function(){var s=this.type;return this.name&&!u(this).is(":disabled")&&L1.test(this.nodeName)&&!F1.test(s)&&(this.checked||!Fs.test(s))}).map(function(s,o){var c=u(this).val();return c==null?null:Array.isArray(c)?u.map(c,function(d){return{name:o.name,value:d.replace(ql,`\r `)}}):{name:o.name,value:c.replace(ql,`\r -`)}}).get()}});var j1=/%20/g,H1=/#.*$/,U1=/([?&])_=[^&]*/,B1=/^(.*?):[ \t]*([^\r\n]*)$/mg,q1=/^(?:about|app|app-storage|.+-extension|file|res|widget):$/,X1=/^(?:GET|HEAD)$/,K1=/^\/\//,Xl={},eo={},Kl="*/".concat("*"),to=J.createElement("a");to.href=Hs.href;function Wl(s){return function(o,c){typeof o!="string"&&(c=o,o="*");var d,f=0,p=o.toLowerCase().match(Te)||[];if(U(c))for(;d=p[f++];)d[0]==="+"?(d=d.slice(1)||"*",(s[d]=s[d]||[]).unshift(c)):(s[d]=s[d]||[]).push(c)}}function Jl(s,o,c,d){var f={},p=s===eo;function g(w){var v;return f[w]=!0,u.each(s[w]||[],function(E,V){var O=V(o,c,d);if(typeof O=="string"&&!p&&!f[O])return o.dataTypes.unshift(O),g(O),!1;if(p)return!(v=O)}),v}return g(o.dataTypes[0])||!f["*"]&&g("*")}function no(s,o){var c,d,f=u.ajaxSettings.flatOptions||{};for(c in o)o[c]!==void 0&&((f[c]?s:d||(d={}))[c]=o[c]);return d&&u.extend(!0,s,d),s}function W1(s,o,c){for(var d,f,p,g,w=s.contents,v=s.dataTypes;v[0]==="*";)v.shift(),d===void 0&&(d=s.mimeType||o.getResponseHeader("Content-Type"));if(d){for(f in w)if(w[f]&&w[f].test(d)){v.unshift(f);break}}if(v[0]in c)p=v[0];else{for(f in c){if(!v[0]||s.converters[f+" "+v[0]]){p=f;break}g||(g=f)}p=p||g}if(p)return p!==v[0]&&v.unshift(p),c[p]}function J1(s,o,c,d){var f,p,g,w,v,E={},V=s.dataTypes.slice();if(V[1])for(g in s.converters)E[g.toLowerCase()]=s.converters[g];for(p=V.shift();p;)if(s.responseFields[p]&&(c[s.responseFields[p]]=o),!v&&d&&s.dataFilter&&(o=s.dataFilter(o,s.dataType)),v=p,p=V.shift(),p){if(p==="*")p=v;else if(v!=="*"&&v!==p){if(g=E[v+" "+p]||E["* "+p],!g){for(f in E)if(w=f.split(" "),w[1]===p&&(g=E[v+" "+w[0]]||E["* "+w[0]],g)){g===!0?g=E[f]:E[f]!==!0&&(p=w[0],V.unshift(w[1]));break}}if(g!==!0)if(g&&s.throws)o=g(o);else try{o=g(o)}catch(O){return{state:"parsererror",error:g?O:"No conversion from "+v+" to "+p}}}}return{state:"success",data:o}}u.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:Hs.href,type:"GET",isLocal:q1.test(Hs.protocol),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":Kl,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/\bxml\b/,html:/\bhtml/,json:/\bjson\b/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":JSON.parse,"text xml":u.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(s,o){return o?no(no(s,u.ajaxSettings),o):no(u.ajaxSettings,s)},ajaxPrefilter:Wl(Xl),ajaxTransport:Wl(eo),ajax:function(s,o){typeof s=="object"&&(o=s,s=void 0),o=o||{};var c,d,f,p,g,w,v,E,V,O,A=u.ajaxSetup({},o),q=A.context||A,xe=A.context&&(q.nodeType||q.jquery)?u(q):u.event,ze=u.Deferred(),De=u.Callbacks("once memory"),mt=A.statusCode||{},ut={},un={},dn="canceled",Pe={readyState:0,getResponseHeader:function(Oe){var st;if(v){if(!p)for(p={};st=B1.exec(f);)p[st[1].toLowerCase()+" "]=(p[st[1].toLowerCase()+" "]||[]).concat(st[2]);st=p[Oe.toLowerCase()+" "]}return st==null?null:st.join(", ")},getAllResponseHeaders:function(){return v?f:null},setRequestHeader:function(Oe,st){return v==null&&(Oe=un[Oe.toLowerCase()]=un[Oe.toLowerCase()]||Oe,ut[Oe]=st),this},overrideMimeType:function(Oe){return v==null&&(A.mimeType=Oe),this},statusCode:function(Oe){var st;if(Oe)if(v)Pe.always(Oe[Pe.status]);else for(st in Oe)mt[st]=[mt[st],Oe[st]];return this},abort:function(Oe){var st=Oe||dn;return c&&c.abort(st),Xn(0,st),this}};if(ze.promise(Pe),A.url=((s||A.url||Hs.href)+"").replace(K1,Hs.protocol+"//"),A.type=o.method||o.type||A.method||A.type,A.dataTypes=(A.dataType||"*").toLowerCase().match(Te)||[""],A.crossDomain==null){w=J.createElement("a");try{w.href=A.url,w.href=w.href,A.crossDomain=to.protocol+"//"+to.host!=w.protocol+"//"+w.host}catch{A.crossDomain=!0}}if(A.data&&A.processData&&typeof A.data!="string"&&(A.data=u.param(A.data,A.traditional)),Jl(Xl,A,o,Pe),v)return Pe;E=u.event&&A.global,E&&u.active++===0&&u.event.trigger("ajaxStart"),A.type=A.type.toUpperCase(),A.hasContent=!X1.test(A.type),d=A.url.replace(H1,""),A.hasContent?A.data&&A.processData&&(A.contentType||"").indexOf("application/x-www-form-urlencoded")===0&&(A.data=A.data.replace(j1,"+")):(O=A.url.slice(d.length),A.data&&(A.processData||typeof A.data=="string")&&(d+=(Yr.test(d)?"&":"?")+A.data,delete A.data),A.cache===!1&&(d=d.replace(U1,"$1"),O=(Yr.test(d)?"&":"?")+"_="+Hl.guid+++O),A.url=d+O),A.ifModified&&(u.lastModified[d]&&Pe.setRequestHeader("If-Modified-Since",u.lastModified[d]),u.etag[d]&&Pe.setRequestHeader("If-None-Match",u.etag[d])),(A.data&&A.hasContent&&A.contentType!==!1||o.contentType)&&Pe.setRequestHeader("Content-Type",A.contentType),Pe.setRequestHeader("Accept",A.dataTypes[0]&&A.accepts[A.dataTypes[0]]?A.accepts[A.dataTypes[0]]+(A.dataTypes[0]!=="*"?", "+Kl+"; q=0.01":""):A.accepts["*"]);for(V in A.headers)Pe.setRequestHeader(V,A.headers[V]);if(A.beforeSend&&(A.beforeSend.call(q,Pe,A)===!1||v))return Pe.abort();if(dn="abort",De.add(A.complete),Pe.done(A.success),Pe.fail(A.error),c=Jl(eo,A,o,Pe),!c)Xn(-1,"No Transport");else{if(Pe.readyState=1,E&&xe.trigger("ajaxSend",[Pe,A]),v)return Pe;A.async&&A.timeout>0&&(g=e.setTimeout(function(){Pe.abort("timeout")},A.timeout));try{v=!1,c.send(ut,Xn)}catch(Oe){if(v)throw Oe;Xn(-1,Oe)}}function Xn(Oe,st,Bs,io){var fn,qs,pn,Dn,An,Jt=st;v||(v=!0,g&&e.clearTimeout(g),c=void 0,f=io||"",Pe.readyState=Oe>0?4:0,fn=Oe>=200&&Oe<300||Oe===304,Bs&&(Dn=W1(A,Pe,Bs)),!fn&&u.inArray("script",A.dataTypes)>-1&&u.inArray("json",A.dataTypes)<0&&(A.converters["text script"]=function(){}),Dn=J1(A,Dn,Pe,fn),fn?(A.ifModified&&(An=Pe.getResponseHeader("Last-Modified"),An&&(u.lastModified[d]=An),An=Pe.getResponseHeader("etag"),An&&(u.etag[d]=An)),Oe===204||A.type==="HEAD"?Jt="nocontent":Oe===304?Jt="notmodified":(Jt=Dn.state,qs=Dn.data,pn=Dn.error,fn=!pn)):(pn=Jt,(Oe||!Jt)&&(Jt="error",Oe<0&&(Oe=0))),Pe.status=Oe,Pe.statusText=(st||Jt)+"",fn?ze.resolveWith(q,[qs,Jt,Pe]):ze.rejectWith(q,[Pe,Jt,pn]),Pe.statusCode(mt),mt=void 0,E&&xe.trigger(fn?"ajaxSuccess":"ajaxError",[Pe,A,fn?qs:pn]),De.fireWith(q,[Pe,Jt]),E&&(xe.trigger("ajaxComplete",[Pe,A]),--u.active||u.event.trigger("ajaxStop")))}return Pe},getJSON:function(s,o,c){return u.get(s,o,c,"json")},getScript:function(s,o){return u.get(s,void 0,o,"script")}}),u.each(["get","post"],function(s,o){u[o]=function(c,d,f,p){return U(d)&&(p=p||f,f=d,d=void 0),u.ajax(u.extend({url:c,type:o,dataType:p,data:d,success:f},u.isPlainObject(c)&&c))}}),u.ajaxPrefilter(function(s){var o;for(o in s.headers)o.toLowerCase()==="content-type"&&(s.contentType=s.headers[o]||"")}),u._evalUrl=function(s,o,c){return u.ajax({url:s,type:"GET",dataType:"script",cache:!0,async:!1,global:!1,converters:{"text script":function(){}},dataFilter:function(d){u.globalEval(d,o,c)}})},u.fn.extend({wrapAll:function(s){var o;return this[0]&&(U(s)&&(s=s.call(this[0])),o=u(s,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&o.insertBefore(this[0]),o.map(function(){for(var c=this;c.firstElementChild;)c=c.firstElementChild;return c}).append(this)),this},wrapInner:function(s){return U(s)?this.each(function(o){u(this).wrapInner(s.call(this,o))}):this.each(function(){var o=u(this),c=o.contents();c.length?c.wrapAll(s):o.append(s)})},wrap:function(s){var o=U(s);return this.each(function(c){u(this).wrapAll(o?s.call(this,c):s)})},unwrap:function(s){return this.parent(s).not("body").each(function(){u(this).replaceWith(this.childNodes)}),this}}),u.expr.pseudos.hidden=function(s){return!u.expr.pseudos.visible(s)},u.expr.pseudos.visible=function(s){return!!(s.offsetWidth||s.offsetHeight||s.getClientRects().length)},u.ajaxSettings.xhr=function(){try{return new e.XMLHttpRequest}catch{}};var G1={0:200,1223:204},Us=u.ajaxSettings.xhr();R.cors=!!Us&&"withCredentials"in Us,R.ajax=Us=!!Us,u.ajaxTransport(function(s){var o,c;if(R.cors||Us&&!s.crossDomain)return{send:function(d,f){var p,g=s.xhr();if(g.open(s.type,s.url,s.async,s.username,s.password),s.xhrFields)for(p in s.xhrFields)g[p]=s.xhrFields[p];s.mimeType&&g.overrideMimeType&&g.overrideMimeType(s.mimeType),!s.crossDomain&&!d["X-Requested-With"]&&(d["X-Requested-With"]="XMLHttpRequest");for(p in d)g.setRequestHeader(p,d[p]);o=function(w){return function(){o&&(o=c=g.onload=g.onerror=g.onabort=g.ontimeout=g.onreadystatechange=null,w==="abort"?g.abort():w==="error"?typeof g.status!="number"?f(0,"error"):f(g.status,g.statusText):f(G1[g.status]||g.status,g.statusText,(g.responseType||"text")!=="text"||typeof g.responseText!="string"?{binary:g.response}:{text:g.responseText},g.getAllResponseHeaders()))}},g.onload=o(),c=g.onerror=g.ontimeout=o("error"),g.onabort!==void 0?g.onabort=c:g.onreadystatechange=function(){g.readyState===4&&e.setTimeout(function(){o&&c()})},o=o("abort");try{g.send(s.hasContent&&s.data||null)}catch(w){if(o)throw w}},abort:function(){o&&o()}}}),u.ajaxPrefilter(function(s){s.crossDomain&&(s.contents.script=!1)}),u.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/\b(?:java|ecma)script\b/},converters:{"text script":function(s){return u.globalEval(s),s}}}),u.ajaxPrefilter("script",function(s){s.cache===void 0&&(s.cache=!1),s.crossDomain&&(s.type="GET")}),u.ajaxTransport("script",function(s){if(s.crossDomain||s.scriptAttrs){var o,c;return{send:function(d,f){o=u(" \ No newline at end of file diff --git a/entrypoints/app.less b/entrypoints/app.less index 28849f64..509596ed 100644 --- a/entrypoints/app.less +++ b/entrypoints/app.less @@ -920,4 +920,10 @@ body.body-preview #main-outlet-wrapper { outline: none; border-radius: 4px; } +} + +.linuxtime { + img { + margin-right: 5px; + } } \ No newline at end of file diff --git a/entrypoints/components/BasicSettings/MenuShowcreatetime.vue b/entrypoints/components/BasicSettings/MenuShowcreatetime.vue index 175925de..16f77b8c 100644 --- a/entrypoints/components/BasicSettings/MenuShowcreatetime.vue +++ b/entrypoints/components/BasicSettings/MenuShowcreatetime.vue @@ -21,18 +21,26 @@ export default { const timestamp = Number(time); const date = new Date(timestamp); const now = new Date(); - const isToday = + const isToday = now.getFullYear() === date.getFullYear() && now.getMonth() === date.getMonth() && now.getDate() === date.getDate(); + const isThisYear = now.getFullYear() === date.getFullYear(); + const year = date.getFullYear(); const month = String(date.getMonth() + 1).padStart(2, "0"); const day = String(date.getDate()).padStart(2, "0"); const hours = String(date.getHours()).padStart(2, "0"); const minutes = String(date.getMinutes()).padStart(2, "0"); - return isToday ? `${hours}:${minutes}` : `${month}/${day} ${hours}:${minutes}`; + if (isToday) { + return `${hours}:${minutes}`; + } else if (isThisYear) { + return `${month}/${day} ${hours}:${minutes}`; + } else { + return `${year}/${month}/${day} ${hours}:${minutes}`; + } }, convertToTimestamp(dateStr) { diff --git a/entrypoints/components/BasicSettings/MenuShowcreatetime1.vue b/entrypoints/components/BasicSettings/MenuShowcreatetime1.vue index 38336690..2989484f 100644 --- a/entrypoints/components/BasicSettings/MenuShowcreatetime1.vue +++ b/entrypoints/components/BasicSettings/MenuShowcreatetime1.vue @@ -19,20 +19,28 @@ export default { const timestamp = Number(time); const date = new Date(timestamp); const now = new Date(); - const isToday = + const isToday = now.getFullYear() === date.getFullYear() && now.getMonth() === date.getMonth() && now.getDate() === date.getDate(); + const isThisYear = now.getFullYear() === date.getFullYear(); + const year = date.getFullYear(); const month = String(date.getMonth() + 1).padStart(2, "0"); const day = String(date.getDate()).padStart(2, "0"); const hours = String(date.getHours()).padStart(2, "0"); const minutes = String(date.getMinutes()).padStart(2, "0"); - return isToday ? `${hours}:${minutes}` : `${month}/${day} ${hours}:${minutes}`; + if (isToday) { + return `${hours}:${minutes}`; + } else if (isThisYear) { + return `${month}/${day} ${hours}:${minutes}`; + } else { + return `${year}/${month}/${day} ${hours}:${minutes}`; + } }, - + convertToTimestamp(dateStr) { const cleanedDateStr = dateStr.replace(/\s+/g, ""); // 去掉所有空格 const datePattern = /(\d{4})年(\d{1,2})月(\d{1,2})日(\d{2}):(\d{2})/; diff --git a/package.json b/package.json index 85d7407d..b2fd4844 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "linuxdo-scripts", "description": "manifest.json description", "private": true, - "version": "1.0.8", + "version": "1.0.9", "type": "module", "scripts": { "dev": "wxt", diff --git a/version-log.md b/version-log.md index 25d7738b..f232d294 100644 --- a/version-log.md +++ b/version-log.md @@ -1,3 +1,7 @@ +## 1.0.9 + +- fix: 修复跨年份时期显示问题 + ## 1.0.8 - feat: 新增收藏夹文件夹功能(测试中,注意备份!)