Initial commit for OpenSeek-v0.1
Browse files- assets/FeatureCardsSection-D2l8nsK4.js +1 -0
- assets/FeatureCardsSection-GP4SnJ2J.css +1 -0
- assets/FooterSection-QKnFl7Jn.js +1 -0
- assets/FooterSection-u_u4mk6V.css +1 -0
- assets/HeroSection-CKKEMNNv.css +1 -0
- assets/HeroSection-Cuy9rgax.js +1 -0
- assets/ModelFamilySection-CqqNzY6h.css +1 -0
- assets/ModelFamilySection-yLHBxXx6.js +1 -0
- assets/OpenPhilosophySection-BNKCrrgx.js +1 -0
- assets/OpenPhilosophySection-DPy1SRNQ.css +1 -0
- assets/ReleaseNotesSection-BiQgZVT_.js +1 -0
- assets/ReleaseNotesSection-wE_UWmb2.css +1 -0
- assets/antd-vendor-BaRhxx_v.js +0 -0
- assets/index-B4ZMNcC0.css +1 -0
- assets/index-D8Tp3Qg8.js +2 -0
- assets/vue-vendor-BhBNFBI8.js +25 -0
- index.html +23 -0
assets/FeatureCardsSection-D2l8nsK4.js
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
import{_ as e}from"./index-D8Tp3Qg8.js";import{U as a,W as t,Y as i,F as n,_ as s,V as o,a3 as r,k as c,a0 as l,Z as d,G as g}from"./vue-vendor-BhBNFBI8.js";import"./antd-vendor-BaRhxx_v.js";const p={class:"section feature-cards-section"},u={class:"cards-container"},m={class:"card-content"},h={class:"unified-card-title unified-card-text"},f=["innerHTML"];const b=e({name:"FeatureCardsSection",data:()=>({features:[{title:"Data Group",description:"\n Our goal is to create a multilingual pretraining dataset exceeding 10 trillion tokens, enhanced by data synthesis techniques like chain-of-thought generation and instruction tuning to improve quality and efficiency.\n ",link:"https://huggingface.co/collections/BAAI/cci40-68199d90bbc798680df16d7c",gradientPos:"80% 20%",gradientColor:"rgba(78, 171, 248, 0.3)",image:"https://images.pexels.com/photos/373543/pexels-photo-373543.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2"},{title:"Algorithm Group",description:"\n Our goal is to optimize large-scale language model training by focusing on four key areas: data mixing, hyperparameter tuning, reinforcement learning (RL), and enhancing reasoning capabilities, while expanding multimodal abilities, such as vision, language, and motion. \n ",link:"https://github.com/FlagAI-Open/OpenSeek",gradientPos:"20% 80%",gradientColor:"rgba(255, 59, 143, 0.3)",image:"https://images.unsplash.com/photo-1555066931-4365d14bab8c?auto=format&fit=crop&w=1260&h=750"},{title:"System Group",description:"\n The goal is to collaborate with the open-source community to replicate DeepSeek V3 & R1's distributed training system, ensuring stable and high-performance end-to-end training.\n ",link:"https://github.com/FlagOpen/FlagScale",gradientPos:"50% 50%",gradientColor:"rgba(120, 198, 255, 0.3)",image:"https://images.pexels.com/photos/8386440/pexels-photo-8386440.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2"}]})},[["render",function(e,b,y,k,x,v){const _=o("a-button");return t(),a("section",p,[b[1]||(b[1]=i("h2",{class:"section-title"},"Working Groups",-1)),i("div",u,[(t(!0),a(n,null,s(x.features,((e,n)=>(t(),a("div",{key:n,class:"feature-card card gradient-border unified-card",style:{}},[i("div",{class:"card-image",style:r({backgroundImage:`url(${e.image})`})},null,4),i("div",m,[i("h2",h,l(e.title),1),i("p",{class:"unified-card-text",innerHTML:e.description},null,8,f),c(_,{type:"link",class:"learn-more",target:"_blank",href:e.link},{default:d((()=>b[0]||(b[0]=[g(" Learn More → ")]))),_:2,__:[0]},1032,["href"])])])))),128))])])}],["__scopeId","data-v-40f151db"]]);export{b as default};
|
assets/FeatureCardsSection-GP4SnJ2J.css
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
.section-title[data-v-40f151db]{text-align:center;font-size:2.8em;margin-bottom:3rem;font-weight:700;color:#fff;text-shadow:0 0 10px rgba(78,171,248,.3);background:linear-gradient(90deg,#fff,#4eabf8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;display:block;width:100%}.feature-cards-section[data-v-40f151db]{position:relative;padding-top:4rem;padding-bottom:4rem}.cards-container[data-v-40f151db]{display:flex;gap:2.5rem;justify-content:center;align-items:stretch;flex-wrap:wrap;max-width:1400px;margin:0 auto}.feature-card[data-v-40f151db]{min-width:320px;max-width:420px;flex:1 1 320px;min-height:550px;max-height:640px;position:relative;overflow:hidden;display:flex;flex-direction:column;background:none;background-size:auto;background-position:initial;transition:box-shadow .3s,transform .3s;border-radius:4px;border:1px solid rgba(78,171,248,.2)}.feature-card[data-v-40f151db]:hover{box-shadow:0 16px 48px #1e3c782e;transform:translateY(-6px) scale(1.03);border-color:#4eabf880}.card-image[data-v-40f151db]{width:100%;height:250px;margin-bottom:1rem;background-size:cover;background-position:center;background-repeat:no-repeat;transition:transform .3s ease}.feature-card:hover .card-image[data-v-40f151db]{transform:scale(1.05)}.card-content[data-v-40f151db]{display:flex;flex-direction:column;height:100%;padding:0 1rem 1.5rem}.unified-card-title[data-v-40f151db]{font-size:1.4rem}.unified-card-text[data-v-40f151db]{color:#fff;opacity:.9}.desc-items[data-v-40f151db]{font-size:.8rem}.learn-more[data-v-40f151db]{margin-top:auto;align-self:flex-start;position:relative;overflow:hidden;z-index:1;background-color:transparent;border:none;padding:8px 6px;color:#4eabf8;font-size:1rem;transition:all .3s ease;display:flex;align-items:center;gap:4px}.learn-more[data-v-40f151db]:hover{color:#6fb9ff;transform:translate(4px)}.learn-more[data-v-40f151db]:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:1px;background-color:#4eabf8;transform:scaleX(0);transform-origin:right;transition:transform .3s ease}.learn-more[data-v-40f151db]:hover:after{transform:scaleX(1);transform-origin:left}@media (max-width: 900px){.feature-cards-section[data-v-40f151db]{padding-top:4rem;padding-bottom:4rem}.cards-container[data-v-40f151db]{flex-direction:column;align-items:center;gap:2rem}.feature-card[data-v-40f151db]{min-width:0;width:100%;max-width:420px}.card-image[data-v-40f151db]{height:200px}}
|
assets/FooterSection-QKnFl7Jn.js
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
import{_ as t}from"./index-D8Tp3Qg8.js";import{V as e,U as o,W as a,Y as s,X as i,k as f}from"./vue-vendor-BhBNFBI8.js";import"./antd-vendor-BaRhxx_v.js";const l={class:"footer-section unified-section-bg"},r={class:"footer-content section"},n={class:"footer-right"},d={class:"footer-contact"},c={class:"footer-col"},p={style:{"margin-bottom":"1rem"}};const v=t({name:"FooterSection"},[["render",function(t,v,h,m,g,y){const x=e("a-image");return a(),o("footer",l,[s("div",r,[v[2]||(v[2]=i('<div class="footer-left" data-v-38424f4f><div class="footer-bg-svg" data-v-38424f4f><svg viewBox="0 0 1440 240" fill="none" xmlns="http://www.w3.org/2000/svg" data-v-38424f4f><defs data-v-38424f4f><linearGradient id="footerTextGrad" x1="0%" y1="0%" x2="100%" y2="100%" data-v-38424f4f><stop offset="0%" stop-color="#4eabf8" stop-opacity="0.25" data-v-38424f4f></stop><stop offset="100%" stop-color="#02164c" stop-opacity="0.2" data-v-38424f4f></stop></linearGradient></defs><text x="50%" y="50%" text-anchor="middle" dominant-baseline="middle" font-family="Inter, sans-serif" font-size="180" font-weight="800" fill="url(#footerTextGrad)" opacity="0.6" data-v-38424f4f> OpenSeek </text><path d="M0 180 Q 360 140 720 160 T 1440 140" stroke="#4eabf8" stroke-opacity="0.1" stroke-width="2" fill="none" data-v-38424f4f></path><path d="M0 200 Q 400 220 800 180 T 1440 200" stroke="#02164c" stroke-opacity="0.1" stroke-width="2" fill="none" data-v-38424f4f></path><ellipse cx="450" cy="260" rx="180" ry="40" fill="#4eabf8" fill-opacity="0.05" data-v-38424f4f></ellipse><ellipse cx="950" cy="240" rx="150" ry="30" fill="#02164c" fill-opacity="0.05" data-v-38424f4f></ellipse></svg></div></div>',1)),s("div",n,[s("div",d,[s("div",c,[v[0]||(v[0]=s("h4",null,"Contact us",-1)),s("div",p,[f(x,{width:160,src:"/wechat.png"})])])]),v[1]||(v[1]=s("div",{class:"footer-links"},[s("div",{class:"footer-col"},[s("h4",null,"Connect"),s("ul",null,[s("li",null,[s("a",{href:"http://discord.com/invite/dPKWUC7ZP5",target:"_blank"},"Discord")]),s("li",null,[s("a",{href:"https://github.com/FlagAI-Open/OpenSeek",target:"_blank"},"GitHub")])])])],-1))])]),v[3]||(v[3]=s("div",{class:"footer-bottom"},[s("p",{style:{margin:"0"}},"© 2025 OpenSeek. All rights reserved.")],-1))])}],["__scopeId","data-v-38424f4f"]]);export{v as default};
|
assets/FooterSection-u_u4mk6V.css
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
.footer-section[data-v-38424f4f]{background:none;border-top:none;color:#fff;position:relative;overflow:hidden}.footer-content[data-v-38424f4f]{display:flex;flex-direction:row;gap:4rem;padding-top:3rem;padding-bottom:3rem;align-items:center;justify-content:space-between}.footer-left[data-v-38424f4f]{flex:1.5;position:relative;display:flex;align-items:center;justify-content:center}.footer-right[data-v-38424f4f]{flex:1;display:flex;flex-direction:row;gap:2rem;justify-content:space-around;align-items:flex-start}.footer-bg-svg[data-v-38424f4f]{position:relative;width:100%;height:220px;z-index:0;pointer-events:none;overflow:hidden;transform:scale(1.1);transform-origin:center}.footer-bg-svg svg[data-v-38424f4f]{width:100%;height:100%;display:block}.footer-bg-svg svg text[data-v-38424f4f]{font-size:180px;letter-spacing:-2px}.footer-bg-svg svg path[data-v-38424f4f]{stroke-width:2}.footer-contact[data-v-38424f4f],.footer-links[data-v-38424f4f]{display:flex;flex-direction:column}.footer-contact .footer-col[data-v-38424f4f],.footer-links .footer-col[data-v-38424f4f]{display:flex;flex-direction:column;gap:1rem}.footer-col h4[data-v-38424f4f]{margin-bottom:1rem;font-size:1.1rem;font-weight:700;color:#fff;text-shadow:0 0 15px rgba(255,255,255,.5)}.footer-col ul[data-v-38424f4f]{list-style:none;padding:0}.footer-col ul li[data-v-38424f4f]{margin-bottom:.5rem}.footer-col ul li a[data-v-38424f4f]{color:#ffffffb3;text-decoration:none;transition:all .2s ease;font-weight:500;font-size:.95rem}.footer-col ul li a[data-v-38424f4f]:hover{color:#4eabf8;text-shadow:0 0 8px rgba(78,171,248,.3);transform:translate(2px)}.footer-bottom[data-v-38424f4f]{padding:.8rem 1.5rem;text-align:center;font-size:.9rem;color:#ffffff80;background:#0000004d;backdrop-filter:blur(10px)}@media (max-width: 900px){.footer-content[data-v-38424f4f]{flex-direction:column;gap:2rem}.footer-left[data-v-38424f4f]{flex:1}.footer-right[data-v-38424f4f]{width:100%;flex-direction:row;gap:1rem;justify-content:space-around;align-items:flex-start}.footer-contact[data-v-38424f4f],.footer-links[data-v-38424f4f]{width:auto;align-items:flex-start}.footer-bg-svg[data-v-38424f4f]{position:absolute;bottom:0;right:0;width:50%;height:160px;transform:scale(1)}.footer-bg-svg svg text[data-v-38424f4f]{font-size:100px;transform:scale(1.02);transform-origin:center}.footer-bg-svg:hover svg text[data-v-38424f4f]{transform:scale(1)}}@media (max-width: 600px){.footer-content[data-v-38424f4f]{padding-top:2rem;padding-bottom:2rem}.footer-contact-btn[data-v-38424f4f]{width:100%;text-align:center}}.section[data-v-38424f4f]{position:relative;padding:2rem;max-width:1400px;margin:0 auto;overflow:hidden}.tech-bg[data-v-38424f4f]{position:absolute;inset:0;z-index:0;background:radial-gradient(circle at 40% 10%,rgba(78,171,248,.1) 0%,transparent 30%),radial-gradient(circle at 60% 90%,rgba(2,22,76,.1) 0%,transparent 30%);filter:blur(40px)}.tech-waves[data-v-38424f4f]{position:absolute;inset:0;background:linear-gradient(45deg,transparent 48%,rgba(78,171,248,.05) 49%,rgba(78,171,248,.05) 51%,transparent 52%),linear-gradient(-45deg,transparent 48%,rgba(78,171,248,.05) 49%,rgba(78,171,248,.05) 51%,transparent 52%);background-size:100px 100px;opacity:.3;animation:wavesMove-38424f4f 30s linear infinite}.tech-particles[data-v-38424f4f]{position:absolute;inset:0;background-image:radial-gradient(rgba(78,171,248,.1) 1px,transparent 1px);background-size:20px 20px;opacity:.2;animation:particlesMove-38424f4f 15s linear infinite}@keyframes wavesMove-38424f4f{0%{background-position:0 0}to{background-position:100px 100px}}@keyframes particlesMove-38424f4f{0%{background-position:0 0}to{background-position:20px 20px}}.footer-contact .footer-col h4[data-v-38424f4f]{color:#fff;text-shadow:0 0 15px rgba(255,255,255,.5)}
|
assets/HeroSection-CKKEMNNv.css
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
.hero-section[data-v-940b7d5a]{min-height:520px;position:relative;display:flex;flex-direction:column;justify-content:flex-end;background:var(--bg-dark);overflow:hidden;padding-bottom:2rem}.hero-animated-bg[data-v-940b7d5a]{position:absolute;inset:-60px 0 0;width:100%;height:110%;z-index:0;pointer-events:none;overflow:hidden;will-change:transform,opacity}.hero-bg-grid[data-v-940b7d5a]{position:absolute;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(to right,rgba(78,171,248,.1) 1px,transparent 1px),linear-gradient(to bottom,rgba(78,171,248,.1) 1px,transparent 1px);background-size:40px 40px;z-index:0;opacity:.3;animation:wavyGrid-940b7d5a 12s linear infinite;will-change:background-position,transform}@keyframes wavyGrid-940b7d5a{0%{background-position:0 0;transform:translate(0) translateY(0)}25%{background-position:20px 20px;transform:translate(5px) translateY(5px)}50%{background-position:0 0;transform:translate(0) translateY(0)}75%{background-position:-20px -20px;transform:translate(-5px) translateY(-5px)}to{background-position:0 0;transform:translate(0) translateY(0)}}.hero-bg-gradient[data-v-940b7d5a]{position:absolute;width:120vw;height:120vh;left:-10vw;top:-10vh;background:radial-gradient(circle at 30% 30%,#4eabf8,#02164c 60% 100%),radial-gradient(circle at 70% 60%,#4eabf8 0%,#02164c 60%,transparent 100%);opacity:.85;filter:blur(8px);will-change:background-position,opacity,filter}.hero-bg-glow[data-v-940b7d5a]{position:absolute;width:400px;height:180px;transform:translate(60%);background:radial-gradient(circle,rgba(255,255,255,.22) 0%,rgba(78,171,248,.12) 60%,transparent 100%);opacity:.7;animation:heroGlowMove-940b7d5a 8s linear infinite alternate;will-change:transform,opacity}@keyframes heroGradientMove-940b7d5a{0%{background-position:30% 30%,70% 60%}to{background-position:40% 40%,60% 70%}}@keyframes heroGlowMove-940b7d5a{0%{transform:translate(60%);opacity:.7}50%{transform:translate(40%,40px);opacity:1}to{transform:translate(60%,60px);opacity:.7}}.hero-bg-wave[data-v-940b7d5a]{position:absolute;top:-60px;left:0;width:100%;height:400px;z-index:1;pointer-events:none;animation:waveFloat-940b7d5a 6s ease-in-out infinite alternate;will-change:transform,opacity}@keyframes waveFloat-940b7d5a{0%{transform:translateY(0)}to{transform:translateY(-20px)}}.hero-bg-wave svg[data-v-940b7d5a]{width:100%;height:100%;display:block}@media (max-width: 900px){.hero-content-wrapper[data-v-940b7d5a]{flex-direction:column;align-items:flex-start;padding:120px 1rem 0;min-height:0}.hero-bg-wave[data-v-940b7d5a]{height:280px;top:0}.hero-section[data-v-940b7d5a]{padding-top:0}}@media (max-width: 600px){.hero-section[data-v-940b7d5a]{min-height:340px;padding-bottom:1rem}.hero-bg-wave[data-v-940b7d5a]{height:180px;top:-30px}.hero-content-wrapper[data-v-940b7d5a]{padding-top:60px}}.hero-content-wrapper[data-v-940b7d5a]{position:relative;z-index:2;display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;max-width:1280px;margin:0 auto;width:100%;padding:0 2rem;min-height:380px;padding-top:58px;gap:2rem}.hero-left[data-v-940b7d5a]{flex:1.2;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;padding-top:.5rem;gap:1.6rem;margin-bottom:0;padding-bottom:0}.hero-left h1[data-v-940b7d5a]{margin:0;line-height:1.1}.hero-left h1[data-v-940b7d5a]:first-child{font-size:2.5rem;font-weight:600;letter-spacing:-.02em;position:relative;padding-bottom:.3rem;white-space:nowrap}.hero-left h1[data-v-940b7d5a]:first-child:after{content:"";position:absolute;bottom:0;left:0;width:50px;height:2px;background:linear-gradient(90deg,#4eabf8cc,#fff9);border-radius:2px}.hero-left h1[data-v-940b7d5a]:last-child{font-size:3.5rem;opacity:.95;color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.1);font-weight:800;letter-spacing:-.03em;margin-top:.2rem;text-transform:none;font-family:Inter,sans-serif}.text-gradient[data-v-940b7d5a]{background:linear-gradient(90deg,#4eabf8f2,#ffffffe6,#4eabf8f2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;display:inline-block;text-shadow:0 2px 16px rgba(30,60,120,.18);position:relative;z-index:2}.hero-button[data-v-940b7d5a]{margin-top:1.5rem;position:relative;overflow:hidden;z-index:1;background:#4eabf814;border:1px solid rgba(78,171,248,.2);border-radius:6px;padding:14px 40px;height:52px;line-height:24px;color:#4eabf8e6;font-size:1.1rem;font-weight:500;letter-spacing:.5px;transition:all .3s cubic-bezier(.4,0,.2,1);backdrop-filter:blur(8px);display:flex;justify-content:center;align-items:center}.hero-button[data-v-940b7d5a]:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(78,171,248,.2),transparent);animation:codeShine-940b7d5a 2s infinite}.hero-button[data-v-940b7d5a]:after{content:"";position:absolute;inset:0;border:1px solid rgba(78,171,248,.1);border-radius:6px;background:linear-gradient(90deg,transparent,rgba(78,171,248,.1),transparent);opacity:0;transition:opacity .3s ease}@keyframes codeShine-940b7d5a{0%{transform:translate(-100%)}to{transform:translate(200%)}}.hero-button[data-v-940b7d5a]:hover{transform:translateY(-2px);background:#4eabf81f;border-color:#4eabf84d;color:#4eabf8;box-shadow:0 4px 12px #4eabf81a,0 0 0 1px #4eabf81a}.hero-button[data-v-940b7d5a]:hover:before{animation:codeShine-940b7d5a 1s infinite}.hero-button[data-v-940b7d5a]:hover:after{opacity:1}.hero-button[data-v-940b7d5a]:active{transform:translateY(1px);background:#4eabf826;box-shadow:0 2px 8px #4eabf81a}.hero-right[data-v-940b7d5a]{flex:1;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;padding-left:1rem;padding-right:1rem;padding-top:0;margin-bottom:0;padding-bottom:0}.hero-subtitle[data-v-940b7d5a]{font-size:1.4rem;color:var(--text);opacity:.92;margin-bottom:0;text-shadow:0 2px 8px rgba(30,60,120,.1);line-height:1.8;animation:none;transition:none;position:static;margin-top:5rem;text-align:left}@media (max-width: 900px){.hero-content-wrapper[data-v-940b7d5a]{flex-direction:column;align-items:center;padding:80px 1rem 0;gap:2rem}.hero-left[data-v-940b7d5a]{align-items:center;padding-top:0;gap:1.5rem;margin-bottom:0;padding-bottom:0}.hero-left h1[data-v-940b7d5a]:first-child,.hero-left h1[data-v-940b7d5a]:last-child{text-align:center;white-space:normal}.hero-left h1[data-v-940b7d5a]:first-child:after{left:50%;transform:translate(-50%)}.hero-right[data-v-940b7d5a]{padding-left:1rem;padding-right:1rem;padding-top:0;align-items:flex-start;justify-content:flex-start;width:100%;margin-top:0}.hero-subtitle[data-v-940b7d5a]{font-size:1.1rem;max-width:100%;margin-top:0;text-align:left}}@media (max-width: 600px){.hero-content-wrapper[data-v-940b7d5a]{flex-direction:column;align-items:center;padding:60px 1rem 0;gap:1.5rem}.hero-left[data-v-940b7d5a]{align-items:center;padding-top:0;gap:1rem;margin-bottom:0;padding-bottom:0}.hero-left h1[data-v-940b7d5a]:first-child,.hero-left h1[data-v-940b7d5a]:last-child{text-align:center}.hero-left h1[data-v-940b7d5a]:first-child:after{left:50%;transform:translate(-50%)}.hero-right[data-v-940b7d5a]{padding-left:1rem;padding-right:1rem;padding-top:0;align-items:flex-start;justify-content:flex-start;width:100%;margin-top:0}.hero-subtitle[data-v-940b7d5a]{font-size:1.2rem;max-width:100%;margin-top:0;margin-bottom:2rem;text-align:left}}
|
assets/HeroSection-Cuy9rgax.js
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
import{d as a,U as e,W as t,X as s,Y as o,k as i,Z as d,V as n,G as l}from"./vue-vendor-BhBNFBI8.js";import{_ as r}from"./index-D8Tp3Qg8.js";import"./antd-vendor-BaRhxx_v.js";const v={class:"hero-section"},c={class:"hero-content-wrapper"},p={class:"hero-left"},h=r(a({__name:"HeroSection",setup(a){const r=()=>{window.open("https://github.com/FlagAI-Open/OpenSeek","_blank")};return(a,h)=>{const b=n("a-button");return t(),e("section",v,[h[4]||(h[4]=s('<div class="hero-animated-bg" data-v-940b7d5a><div class="hero-bg-grid" data-v-940b7d5a></div><div class="hero-bg-gradient" data-v-940b7d5a></div></div><div class="hero-bg-wave" data-v-940b7d5a><svg viewBox="0 0 1440 400" fill="none" xmlns="http://www.w3.org/2000/svg" data-v-940b7d5a><path fill="#4eabf8" fill-opacity="1" d="M0,160L60,154.7C120,149,240,139,360,154.7C480,171,600,213,720,229.3C840,245,960,235,1080,197.3C1200,160,1320,96,1380,64L1440,32L1440,0L1380,0C1320,0,1200,0,1080,0C960,0,840,0,720,0C600,0,480,0,360,0C240,0,120,0,60,0L0,0Z" data-v-940b7d5a></path><path fill="#02164c" fill-opacity="1" d="M0,320L60,293.3C120,267,240,213,360,197.3C480,181,600,203,720,197.3C840,192,960,160,1080,149.3C1200,139,1320,149,1380,154.7L1440,160L1440,0L1380,0C1320,0,1200,0,1080,0C960,0,840,0,720,0C600,0,480,0,360,0C240,0,120,0,60,0L0,0Z" data-v-940b7d5a></path></svg></div>',2)),o("div",c,[o("div",p,[h[1]||(h[1]=o("h1",null,[o("span",{class:"text-gradient"},"Open-Source Driven")],-1)),h[2]||(h[2]=o("h1",null,"Next AI Model",-1)),i(b,{class:"unified-btn hero-button",type:"primary",size:"large",onClick:r},{default:d((()=>h[0]||(h[0]=[l(" Get Started ")]))),_:1,__:[0]})]),h[3]||(h[3]=o("div",{class:"hero-right"},[o("h5",{class:"hero-subtitle"},"OpenSeek is dedicated to uniting the global open-source community to drive collaborative innovation in algorithms, data, and systems, with the goal of developing next-generation models that surpass DeepSeek")],-1))])])}}}),[["__scopeId","data-v-940b7d5a"]]);export{h as default};
|
assets/ModelFamilySection-CqqNzY6h.css
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
.model-family-section[data-v-fbc74da6]{position:relative;padding-top:4rem;padding-bottom:4rem}.section-title[data-v-fbc74da6]{text-align:center;font-size:2.8em;margin-bottom:3rem;font-weight:700;color:#fff;text-shadow:0 0 40px rgba(78,171,248,.3);background:linear-gradient(90deg,#fff,#4eabf8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;display:inline-block;width:100%}.model-cards-row[data-v-fbc74da6]{display:flex;gap:2.5rem;justify-content:center;align-items:stretch;flex-wrap:wrap}.model-card[data-v-fbc74da6]{position:relative;background:#0a2b6b4d;border:none;padding:2.5rem 2rem 2rem;min-width:320px;max-width:600px;min-height:380px;max-height:700px;flex:1 1 320px;display:flex;flex-direction:column;overflow:hidden;transition:all .3s ease;border-radius:12px;backdrop-filter:blur(10px);box-shadow:0 0 20px #4eabf81a}.model-card[data-v-fbc74da6]:before{content:"";position:absolute;inset:0;border-radius:12px;padding:2px;background:linear-gradient(90deg,transparent 0%,rgba(78,171,248,.1) 25%,rgba(78,171,248,.4) 50%,rgba(78,171,248,.1) 75%,transparent 100%);background-size:200% 100%;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;animation:borderFlow-fbc74da6 8s linear infinite}.model-card[data-v-fbc74da6]:after{content:"";position:absolute;inset:0;border-radius:4px;padding:2px;background:linear-gradient(90deg,transparent 0%,rgba(2,22,76,.1) 25%,rgba(2,22,76,.4) 50%,rgba(2,22,76,.1) 75%,transparent 100%);background-size:200% 100%;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;animation:borderFlow-fbc74da6 8s linear infinite;animation-delay:-4s}@keyframes borderFlow-fbc74da6{0%{background-position:0% 0}to{background-position:200% 0}}.model-card-bg[data-v-fbc74da6]{position:absolute;inset:0;background:linear-gradient(90deg,rgba(78,171,248,.03) 1px,transparent 1px),linear-gradient(0deg,rgba(78,171,248,.03) 1px,transparent 1px);background-size:20px 20px;opacity:.3;animation:gridMove 30s linear infinite}.model-card-glow[data-v-fbc74da6]{position:absolute;width:100%;height:100%;top:0;left:0;background:radial-gradient(circle at center,rgba(78,171,248,.12) 0%,transparent 70%);opacity:.6;animation:glowPulse-fbc74da6 4s ease-in-out infinite alternate}@keyframes glowPulse-fbc74da6{0%{opacity:.4;transform:scale(1)}to{opacity:.8;transform:scale(1.1)}}.model-card-grid[data-v-fbc74da6]{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);background-size:15px 15px;opacity:.2;animation:gridPan-fbc74da6 20s linear infinite}@keyframes gridPan-fbc74da6{0%{background-position:0 0}to{background-position:30px 30px}}.model-card[data-v-fbc74da6]:hover{transform:translateY(-5px);box-shadow:0 10px 30px #4eabf833}.model-card[data-v-fbc74da6]:hover:before{animation:borderFlow-fbc74da6 4s linear infinite}.model-card[data-v-fbc74da6]:hover:after{animation:borderFlow-fbc74da6 4s linear infinite;animation-delay:-2s}.model-card-content[data-v-fbc74da6]{position:relative;z-index:1;display:flex;flex-direction:column;flex:1 1 auto}.model-card h3[data-v-fbc74da6]{font-size:1.5em;font-weight:700;margin-bottom:1.1rem;color:#fff;text-shadow:0 0 15px rgba(78,171,248,.4)}.model-desc[data-v-fbc74da6]{font-size:1.08em;color:#ffffffe6;opacity:.96;margin-bottom:2.2rem;line-height:1.7}.model-btn-links[data-v-fbc74da6]{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;padding:10px;margin-bottom:18px;border-radius:4px;border-bottom:2px solid rgba(78,171,248,.05)}.model-link-tag[data-v-fbc74da6]{padding:10px 8px;font-size:.75em;cursor:pointer;transition:none;position:relative;display:inline-flex;align-items:center;justify-content:center;margin:0;flex:0 0 auto;width:80px;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;box-sizing:border-box;line-height:1.6;height:28px;gap:2px}.model-link-tag[data-key=evaluation][data-v-fbc74da6],.model-link-tag[data-key=wandb][data-v-fbc74da6]{width:100px}.model-link-tag[data-v-fbc74da6]:hover{font-weight:800;transform:none!important;box-shadow:none!important;margin:0!important;padding:10px 8px!important;flex:0 0 auto!important;box-sizing:border-box!important;line-height:1.4!important;height:28px!important;justify-content:center!important;gap:2px!important}.model-link-tag[data-key=evaluation][data-v-fbc74da6]:hover,.model-link-tag[data-key=wandb][data-v-fbc74da6]:hover{width:100px!important}.model-link-tag[data-v-fbc74da6]:not([data-key=evaluation]):not([data-key=wandb]):hover{width:80px!important}.tag-icon[data-v-fbc74da6]{font-size:1em;opacity:.9;display:inline-flex;align-items:center;justify-content:center;margin:0;flex:0 0 auto;width:16px;text-align:center;box-sizing:border-box;line-height:1.4;height:28px}.model-link-tag span[data-v-fbc74da6]{line-height:1.6;display:inline-flex;align-items:center;justify-content:center;height:28px;flex:0 0 auto;text-align:center;margin:0}.card-hidden[data-v-fbc74da6]{opacity:0;transform:translateY(20px);transition:opacity .5s ease,transform .5s ease}.card-visible[data-v-fbc74da6]{opacity:1;transform:translateY(0)}@media (max-width: 900px){.model-family-section[data-v-fbc74da6]{padding-top:3rem;padding-bottom:3rem}.model-cards-row[data-v-fbc74da6]{flex-direction:column;align-items:center;gap:2rem}.model-card[data-v-fbc74da6]{width:100%;max-width:500px}.model-card h3[data-v-fbc74da6]{font-size:1.5em}.model-desc[data-v-fbc74da6]{font-size:1em}}
|
assets/ModelFamilySection-yLHBxXx6.js
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
import{_ as e}from"./index-D8Tp3Qg8.js";import{U as a,W as t,Y as n,F as o,_ as s,f as l,o as i,j as d,V as c,$ as r,a0 as m,a1 as p,Z as g}from"./vue-vendor-BhBNFBI8.js";import"./antd-vendor-BaRhxx_v.js";const h={class:"section model-family-section",ref:"sectionRef"},u={class:"model-cards-row"},v=["data-index"],f={class:"model-card-content"},k={style:{"text-align":"center"}},S={class:"model-btns"},b={class:"model-btn-links"},B={style:{cursor:"pointer"},class:"tag-icon"},O=["innerHTML"];const A=e({name:"ModelFamilySection",setup(){const e=[{parameters:"52B",context:"32K"},{parameters:"7B",context:"8K"}],a=["We provide a 100B-token subset randomly sampled from the CCI4.0-M2-v1 dataset, along with the open-source baseline model OpenSeek-Small-Baseline-v1. Both the model and dataset serve as the baseline.","OpenSeek-Small-v1 is the first-stage production model of the OpenSeek project. It adopts the sparse expert architecture(MoE) with 1.4B total parameters and 0.4B activated parameters, trained on 720B tokens. Compared to models of similar size, it achieves strong performance with less training data, demonstrating the efficiency of the dataset."],t=l([]),n=l(null);let o=null,s=!1;return i((()=>{t.value=new Array(e.length).fill(null),o=new IntersectionObserver((e=>{e.forEach((e=>{if(e.isIntersecting&&!s){s=!0,console.log("Section visible, starting animations");const a=document.querySelectorAll(".model-card");console.log("Found cards:",a.length),a.forEach(((e,a)=>{console.log(`Animating card ${a}`),setTimeout((()=>{e&&(e.classList.add("card-visible"),e.classList.remove("card-hidden"))}),400*a)})),o.unobserve(e.target)}}))}),{threshold:.1,rootMargin:"0px 0px -50px 0px"}),n.value&&(console.log("Observing section"),o.observe(n.value))})),d((()=>{o&&o.disconnect()})),{models:e,modelCards:t,sectionRef:n,modelNames:["OpenSeek-Small-v1-Baseline","OpenSeek-Small-v1"],modelDescriptions:a,modelLinks:[{model:"https://huggingface.co/BAAI/OpenSeek-Small-v1-Baseline",data:"https://huggingface.co/datasets/BAAI/OpenSeek-Pretrain-100B",code:"https://github.com/FlagAI-Open/OpenSeek/tree/main/openseek/baseline",wandb:"https://wandb.ai/openseek-team/OpenSeek-Small-v1-Baseline",evaluation:"https://huggingface.co/BAAI/OpenSeek-Small-v1-Baseline#evalation"},{model:"https://huggingface.co/BAAI/OpenSeek-Small-v1",data:"https://huggingface.co/collections/BAAI/cci40-68199d90bbc798680df16d7c",code:"https://github.com/FlagAI-Open/OpenSeek/tree/main/configs/OpenSeek-Small-v1",wandb:"https://wandb.ai/openseek-team/OpenSeek-Small-v1",evaluation:"https://huggingface.co/BAAI/OpenSeek-Small-v1#benchmark-performance"}],getTagColor:e=>({model:"processing",data:"magenta",code:"geekblue",wandb:"purple",evaluation:"cyan"}[e]||"default"),getTagIcon:e=>({model:"🤖",data:"📊",code:"💻",wandb:"📈",evaluation:"📋"}[e]||""),formatLinkText:e=>e.charAt(0).toUpperCase()+e.slice(1),openLink:e=>{e&&"#"!==e&&window.open(e,"_blank")}}}},[["render",function(e,l,i,d,A,w){const x=c("a-tag");return t(),a("section",h,[l[1]||(l[1]=n("h2",{class:"section-title"},"Model Family",-1)),n("div",u,[(t(!0),a(o,null,s(d.models,((e,i)=>(t(),a("div",{key:i,class:r(["model-card","card-hidden"]),ref_for:!0,ref:e=>{e&&(d.modelCards[i]=e)},"data-index":i},[l[0]||(l[0]=n("div",{class:"model-card-bg"},[n("div",{class:"model-card-glow"}),n("div",{class:"model-card-grid"})],-1)),n("div",f,[n("h3",k,m(d.modelNames[i]),1),n("div",S,[n("div",b,[(t(!0),a(o,null,s(d.modelLinks[i],((e,a)=>(t(),p(x,{key:a,color:d.getTagColor(a),class:"model-link-tag","data-key":a,bordered:"false",onClick:a=>d.openLink(e)},{default:g((()=>[n("span",B,m(d.getTagIcon(a)),1),n("span",null,m(d.formatLinkText(a)),1)])),_:2},1032,["color","data-key","onClick"])))),128))])]),n("p",{class:"model-desc unified-card-text",innerHTML:d.modelDescriptions[i]},null,8,O)])],8,v)))),128))])],512)}],["__scopeId","data-v-fbc74da6"]]);export{A as default};
|
assets/OpenPhilosophySection-BNKCrrgx.js
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
import{_ as e}from"./index-D8Tp3Qg8.js";import{U as i,W as t,Y as o,k as a,Z as n,V as s,F as l,f as r,_ as p,$ as c,a2 as m,a0 as h,G as d}from"./vue-vendor-BhBNFBI8.js";import"./antd-vendor-BaRhxx_v.js";const g={class:"section open-philosophy-section unified-section-bg"},f={class:"philosophy-card-wrapper unified-card"},u={class:"philosophy-item-img"},y=["src"],v={key:0,class:"philosophy-item-title",style:{"font-size":"1.2rem","margin-top":"1rem"}},k={class:"philosophy-item-text"},C={key:0,class:"philosophy-item-title"},b=["innerHTML"],w={class:"philosophy-item-action"};const _=e({name:"OpenPhilosophySection",setup:()=>({philosophyItems:r([{title:"Chaoyue Cup: OpenSeek's Journey Beyond Co-Creation of LLM Challenge Competition",description:"\n The competition centers around three key tracks: designing effective data mixing strategies to balance diverse domains, developing optimized training strategies to improve learning efficiency, and enhancing framework performance for large-scale training and inference. \n <br><br>\n To support these efforts, we provide a 100B-tokens subset randomly sampled from the CCI4.0-M2-v1 dataset, along with the open-source baseline model OpenSeek-Small-Baseline-v1. Both the model and dataset serve as strong starting points for participants. Additionally, compute resources are available for selected teams, and top-performing solutions from each track will be integrated into the OpenSeek open-source initiative.\n ",linkText:"Competition Details",link:"https://www.aicompetition-pz.com/topic_detail/25",imageUrl:"/Competition1.png",layout:"image-left"},{title:"Challenge: Enhancing Chinese Performance of Base Models",description:"\n The competition primarily explored new directions for refining and optimizing Chinese pretraining datasets, offering valuable insights for future dataset construction. Several participant solutions contributed to improving the quality of Chinese samples, and their ideas have been partially incorporated into the CCI4.0-M2-v1 dataset to enhance its overall effectiveness.\n ",linkText:"Competition Details",link:"https://www.dcic-china.com/competitions/10166",imageUrl:"/Competition2.jpg",layout:"image-right"}])})},[["render",function(e,r,_,x,T,I){const M=s("a-button"),S=s("a-carousel");return t(),i(l,null,[r[1]||(r[1]=o("h2",{class:"section-title"},"Competitions",-1)),o("section",g,[o("div",f,[a(S,{autoplay:""},{default:n((()=>[(t(!0),i(l,null,p(x.philosophyItems,((e,s)=>(t(),i("div",{key:s,class:"philosophy-carousel-item"},[o("div",{class:c(["philosophy-item-content","image-left"===e.layout?"layout-image-left":"layout-image-right"])},[o("div",u,[o("img",{src:e.imageUrl,alt:"Placeholder Image",class:"item-image"},null,8,y),0==s?(t(),i("h5",v,h(e.title),1)):m("",!0)]),o("div",k,[0!=s?(t(),i("h3",C,h(e.title),1)):m("",!0),o("p",{class:"philosophy-item-description",innerHTML:e.description},null,8,b),o("div",w,[r[0]||(r[0]=o("a",{href:"#",_block:""},null,-1)),a(M,{type:"link",href:e.link,class:"philosophy-item-btn",target:"_blank"},{default:n((()=>[d(h(e.linkText)+" → ",1)])),_:2},1032,["href"])])])],2)])))),128))])),_:1})])])],64)}],["__scopeId","data-v-871a5e11"]]);export{_ as default};
|
assets/OpenPhilosophySection-DPy1SRNQ.css
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
.section[data-v-871a5e11]{position:relative;padding:6rem 2rem;max-width:1340px;margin:0 auto;overflow:hidden}.section-title[data-v-871a5e11]{text-align:center;font-size:2.8em;margin-bottom:3rem;font-weight:700;color:#fff;text-shadow:0 0 20px rgba(78,171,248,.3);background:linear-gradient(90deg,#fff,#4eabf8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;display:block;width:100%}.open-philosophy-section[data-v-871a5e11]{padding-top:4rem;padding-bottom:4rem;display:flex;justify-content:center;z-index:1;position:relative}.philosophy-card-wrapper[data-v-871a5e11]{max-width:1300px;width:100%;margin:0 auto;background:#0a2b6b4d;border-radius:8px;backdrop-filter:blur(10px);border:0px solid rgba(255,255,255,.1);box-shadow:0 4px 15px #1e3c7826;padding:2rem}.philosophy-card-wrapper.unified-card[data-v-871a5e11]:hover{transform:none;box-shadow:0 4px 15px #1e3c7826}.philosophy-carousel-item[data-v-871a5e11]{padding:0;background:none;border:none;box-shadow:none;backdrop-filter:none}.philosophy-item-content[data-v-871a5e11]{display:flex;align-items:center;gap:2.5rem}.layout-image-left[data-v-871a5e11]{flex-direction:row}.layout-image-right[data-v-871a5e11]{flex-direction:row-reverse}.philosophy-item-img[data-v-871a5e11]{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;max-width:400px}.item-image[data-v-871a5e11]{width:100%;height:100%;border-radius:4px;object-fit:scale-down}.philosophy-item-text[data-v-871a5e11]{flex:1;text-align:center}.philosophy-item-title[data-v-871a5e11]{font-size:1.8em;font-weight:700;color:var(--text);margin-bottom:1rem}.philosophy-item-description[data-v-871a5e11]{text-align:left;font-size:1.1em;color:var(--text);opacity:.9;margin-bottom:1.5rem;line-height:1.6}.philosophy-item-action[data-v-871a5e11]{display:flex;align-items:center}.philosophy-item-btn[data-v-871a5e11]{color:#4eabf8;font-size:1em;padding:.5em 1em}.philosophy-item-btn[data-v-871a5e11]:hover{color:#6fb9ff;text-decoration:underline}@media (max-width: 768px){.philosophy-item-content[data-v-871a5e11]{flex-direction:column}.layout-image-right .philosophy-item-img[data-v-871a5e11]{order:-1}.philosophy-item-img[data-v-871a5e11],.philosophy-item-text[data-v-871a5e11]{flex:none;width:100%;max-width:100%}.philosophy-item-title[data-v-871a5e11]{font-size:1.8em}.philosophy-item-description[data-v-871a5e11]{font-size:1em}}[data-v-871a5e11] .ant-carousel .slick-dots{bottom:-30px}[data-v-871a5e11] .ant-carousel .slick-dots li button{background-color:#ffffff80}[data-v-871a5e11] .ant-carousel .slick-dots li.slick-active button{background-color:#4eabf8}.philosophy-card-wrapper[data-v-871a5e11],.philosophy-carousel-item[data-v-871a5e11],.philosophy-item-content[data-v-871a5e11],.philosophy-item-img[data-v-871a5e11],.philosophy-item-text[data-v-871a5e11],.philosophy-item-action[data-v-871a5e11]{position:relative;z-index:2}
|
assets/ReleaseNotesSection-BiQgZVT_.js
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
import{_ as e}from"./index-D8Tp3Qg8.js";import{U as s,W as a,Y as t,k as n,Z as o,V as l,G as r}from"./vue-vendor-BhBNFBI8.js";import"./antd-vendor-BaRhxx_v.js";const i={class:"section release-notes-section"},c={class:"release-card"},d={class:"release-action"},p=e({__name:"ReleaseNotesSection",setup(e){const p=()=>{window.open("https://github.com/FlagAI-Open/OpenSeek?tab=readme-ov-file#-news","_blank")};return(e,u)=>{const h=l("a-button");return a(),s("section",i,[t("div",c,[u[1]||(u[1]=t("div",{class:"release-content"},[t("h2",{class:"release-title"},"Online Meetup "),t("p",{class:"release-desc"},"Join us to explore new features, technical insights, and roadmap plans! Exchange ideas with contributors, witness live demos, and collaborate on solving challenges while shaping the project's future.")],-1)),t("div",d,[n(h,{class:"release-btn",type:"primary",onClick:p},{default:o((()=>u[0]||(u[0]=[r(" Learn More News ")]))),_:1,__:[0]})])])])}}},[["__scopeId","data-v-426cb56d"]]);export{p as default};
|
assets/ReleaseNotesSection-wE_UWmb2.css
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
.section[data-v-426cb56d]{position:relative;padding:6rem 2rem;max-width:1400px;margin:0 auto;overflow:hidden}.release-notes-section[data-v-426cb56d]{padding-top:4rem;padding-bottom:4rem;display:flex;justify-content:center;z-index:1;position:relative}.release-card[data-v-426cb56d]{background:#ffffff1a;border-radius:16px;box-shadow:0 8px 32px #1e3c781a;display:flex;align-items:center;justify-content:space-between;max-width:900px;width:100%;padding:2.5rem;gap:2.5rem;z-index:1;position:relative;border:1px solid rgba(78,171,248,.2)}.release-content[data-v-426cb56d]{flex:1}.release-title[data-v-426cb56d]{font-size:2em;font-weight:700;color:#fff;margin-bottom:1.2rem}.release-desc[data-v-426cb56d]{font-size:1.13em;color:#fffc;opacity:.96;margin-bottom:0;line-height:1.7}.release-action[data-v-426cb56d]{display:flex;align-items:center}.release-btn[data-v-426cb56d]{color:#fff!important;border:none!important}@media (max-width: 700px){.release-card[data-v-426cb56d]{flex-direction:column;align-items:flex-start;gap:1.5rem;padding:1.5rem}.release-action[data-v-426cb56d]{width:100%;justify-content:flex-start}}
|
assets/antd-vendor-BaRhxx_v.js
ADDED
The diff for this file is too large to render.
See raw diff
|
|
assets/index-B4ZMNcC0.css
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
.app-container[data-v-dcc84cfd]{min-height:100vh;transition:all .3s ease;position:relative;overflow-x:hidden}.theme-toggle[data-v-dcc84cfd]{position:fixed;right:24px;top:24px;z-index:1000;background:#ffffff1a;backdrop-filter:blur(10px);border-radius:50%;padding:8px}[data-v-dcc84cfd] .ant-select-selector{background:transparent!important;border:none!important}[data-v-dcc84cfd] .ant-select-selection-item{color:var(--text)!important}[data-v-dcc84cfd] .ant-btn{color:var(--text)!important;background:transparent!important;border:none!important}[data-v-dcc84cfd] .ant-btn:hover{background:#ffffff1a!important}html,body{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}@-ms-viewport{width:device-width}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{-webkit-text-decoration:underline dotted;text-decoration:underline;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-size:1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;text-align:left;caption-side:bottom}input,button,select,optgroup,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{padding:.2em;background-color:#feffe6}:root{--primary: #02164c;--secondary: #0a2b6b;--accent: #4eabf8;--text: rgba(255, 255, 255, .95);--background: #02164c;--card-bg: rgba(10, 43, 107, .7);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color-scheme:dark}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;overflow-x:hidden;background:var(--background);position:relative}body:before{content:"";position:fixed;inset:0;background:radial-gradient(circle at 20% 20%,rgba(78,171,248,.15) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(2,22,76,.15) 0%,transparent 50%);pointer-events:none;z-index:0}body:after{content:"";position:fixed;inset:0;background-image:linear-gradient(rgba(78,171,248,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(78,171,248,.1) 1px,transparent 1px);background-size:50px 50px;opacity:.3;pointer-events:none;z-index:0;animation:globalWavyGrid 20s linear infinite alternate}@keyframes globalWavyGrid{0%{background-position:0 0;transform:scale(1)}50%{background-position:50px 50px;transform:scale(1.02)}to{background-position:0 0;transform:scale(1)}}h1{font-size:4em;line-height:1.1;font-weight:800;margin-bottom:1.5rem;letter-spacing:-.02em}h2{font-size:3em;line-height:1.2;font-weight:700;margin-bottom:1.5rem;letter-spacing:-.01em}h3{font-size:2em;line-height:1.3;font-weight:600;margin-bottom:1rem}p{margin-bottom:1.5rem;font-size:1.1em;line-height:1.6}.section{padding:6rem 2rem;max-width:1400px;margin:0 auto;position:relative}.card{background:var(--card-bg);border-radius:24px;padding:2rem;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);transition:transform .3s ease,box-shadow .3s ease}.card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #00000026}.btn{padding:.8em 1.6em;font-size:1.1em;font-weight:600;border-radius:12px;cursor:pointer;transition:all .3s ease;background:linear-gradient(90deg,var(--primary),var(--accent));color:#fff;border:none;box-shadow:0 4px 12px #00000026}.btn:hover{transform:translateY(-2px);box-shadow:0 8px 16px #0003}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}@keyframes pulse{0%{opacity:.6}50%{opacity:1}to{opacity:.6}}@media (max-width: 768px){.section{padding:4rem 1.5rem}h1{font-size:3em}h2{font-size:2.5em}h3{font-size:1.8em}p{font-size:1em}}@media (max-width: 480px){.section{padding:3rem 1rem}h1{font-size:2.5em}h2{font-size:2em}h3{font-size:1.5em}}.text-gradient{background:linear-gradient(90deg,var(--primary),var(--accent));-webkit-background-clip:text;-webkit-text-fill-color:transparent;display:inline-block}.wave-bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;opacity:.8;background-image:radial-gradient(circle at 20% 30%,var(--accent) 0%,transparent 30%),radial-gradient(circle at 80% 70%,var(--primary) 0%,transparent 40%);filter:blur(80px)}.gradient-border{position:relative;border-radius:18px;overflow:hidden}.gradient-border:before{content:"";position:absolute;inset:-2px;background:linear-gradient(45deg,var(--primary),var(--accent));z-index:-1;border-radius:18px;opacity:0;transition:opacity .3s ease}.gradient-border:hover:before{opacity:1}.card-image{width:100%;height:160px;border-radius:8px;margin-bottom:1rem;background:linear-gradient(45deg,var(--primary),var(--accent));opacity:.8}.unified-card{background:var(--card-bg);border-radius:24px;padding:2rem;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);transition:transform .3s ease,box-shadow .3s ease}.unified-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #00000026}.unified-btn{padding:.8em 1.6em;font-size:1.1em;font-weight:600;border-radius:12px;cursor:pointer;transition:all .3s ease;background:linear-gradient(90deg,var(--primary),var(--accent));color:#fff;border:none;box-shadow:0 4px 12px #00000026}.unified-btn:hover{transform:translateY(-2px);box-shadow:0 8px 16px #0003}.unified-card-text{color:var(--text);font-size:1.1em;line-height:1.6}.unified-section-bg{position:relative;overflow:hidden}.unified-section-bg:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 20%,rgba(78,171,248,.15) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(2,22,76,.15) 0%,transparent 50%);pointer-events:none;z-index:-1}.unified-section-bg:after{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(78,171,248,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(78,171,248,.1) 1px,transparent 1px);background-size:50px 50px;opacity:.3;pointer-events:none;z-index:-1;animation:unifiedGridMove 20s linear infinite alternate}@keyframes unifiedGridMove{0%{background-position:0 0;transform:scale(1)}50%{background-position:50px 50px;transform:scale(1.02)}to{background-position:0 0;transform:scale(1)}}@keyframes unifiedGlowPulse{0%{opacity:.6}50%{opacity:1}to{opacity:.6}}
|
assets/index-D8Tp3Qg8.js
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
const __vite__mapDeps=(i,m=__vite__mapDeps,d=(m.f||(m.f=["./HeroSection-Cuy9rgax.js","./vue-vendor-BhBNFBI8.js","./antd-vendor-BaRhxx_v.js","./HeroSection-CKKEMNNv.css","./ModelFamilySection-yLHBxXx6.js","./ModelFamilySection-CqqNzY6h.css","./OpenPhilosophySection-BNKCrrgx.js","./OpenPhilosophySection-DPy1SRNQ.css","./FeatureCardsSection-D2l8nsK4.js","./FeatureCardsSection-GP4SnJ2J.css","./ReleaseNotesSection-BiQgZVT_.js","./ReleaseNotesSection-wE_UWmb2.css","./FooterSection-QKnFl7Jn.js","./FooterSection-u_u4mk6V.css"])))=>i.map(i=>d[i]);
|
2 |
+
import{S as e,U as t,k as o,V as r,W as n,R as i}from"./vue-vendor-BhBNFBI8.js";import{A as s}from"./antd-vendor-BaRhxx_v.js";!function(){const e=document.createElement("link").relList;if(!(e&&e.supports&&e.supports("modulepreload"))){for(const e of document.querySelectorAll('link[rel="modulepreload"]'))t(e);new MutationObserver((e=>{for(const o of e)if("childList"===o.type)for(const e of o.addedNodes)"LINK"===e.tagName&&"modulepreload"===e.rel&&t(e)})).observe(document,{childList:!0,subtree:!0})}function t(e){if(e.ep)return;e.ep=!0;const t=function(e){const t={};return e.integrity&&(t.integrity=e.integrity),e.referrerPolicy&&(t.referrerPolicy=e.referrerPolicy),"use-credentials"===e.crossOrigin?t.credentials="include":"anonymous"===e.crossOrigin?t.credentials="omit":t.credentials="same-origin",t}(e);fetch(e.href,t)}}();const c={},l=function(e,t,o){let r=Promise.resolve();if(t&&t.length>0){const e=document.getElementsByTagName("link"),n=document.querySelector("meta[property=csp-nonce]"),i=(null==n?void 0:n.nonce)||(null==n?void 0:n.getAttribute("nonce"));r=Promise.allSettled(t.map((t=>{if(t=function(e,t){return new URL(e,t).href}(t,o),t in c)return;c[t]=!0;const r=t.endsWith(".css"),n=r?'[rel="stylesheet"]':"";if(!!o)for(let o=e.length-1;o>=0;o--){const n=e[o];if(n.href===t&&(!r||"stylesheet"===n.rel))return}else if(document.querySelector(`link[href="${t}"]${n}`))return;const s=document.createElement("link");return s.rel=r?"stylesheet":"modulepreload",r||(s.as="script"),s.crossOrigin="",s.href=t,i&&s.setAttribute("nonce",i),document.head.appendChild(s),r?new Promise(((e,o)=>{s.addEventListener("load",e),s.addEventListener("error",(()=>o(new Error(`Unable to preload CSS for ${t}`))))})):void 0})))}function n(e){const t=new Event("vite:preloadError",{cancelable:!0});if(t.payload=e,window.dispatchEvent(t),!t.defaultPrevented)throw e}return r.then((t=>{for(const e of t||[])"rejected"===e.status&&n(e.reason);return e().catch(n)}))},a=(e,t)=>{const o=e.__vccOpts||e;for(const[r,n]of t)o[r]=n;return o},d=e((()=>l((()=>import("./HeroSection-Cuy9rgax.js")),__vite__mapDeps([0,1,2,3]),import.meta.url))),u=e((()=>l((()=>import("./ModelFamilySection-yLHBxXx6.js")),__vite__mapDeps([4,1,2,5]),import.meta.url))),m=e((()=>l((()=>import("./OpenPhilosophySection-BNKCrrgx.js")),__vite__mapDeps([6,1,2,7]),import.meta.url))),p=e((()=>l((()=>import("./FeatureCardsSection-D2l8nsK4.js")),__vite__mapDeps([8,1,2,9]),import.meta.url))),f=e((()=>l((()=>import("./ReleaseNotesSection-BiQgZVT_.js")),__vite__mapDeps([10,1,2,11]),import.meta.url))),_=e((()=>l((()=>import("./FooterSection-QKnFl7Jn.js")),__vite__mapDeps([12,1,2,13]),import.meta.url))),h={class:"app-container"};const y=i(a({name:"App",components:{HeroSection:d,ModelFamilySection:u,OpenPhilosophySection:m,FeatureCardsSection:p,ReleaseNotesSection:f,FooterSection:_},setup:()=>({})},[["render",function(e,i,s,c,l,a){const d=r("hero-section"),u=r("model-family-section"),m=r("open-philosophy-section"),p=r("feature-cards-section"),f=r("release-notes-section"),_=r("footer-section");return n(),t("div",h,[o(d),o(u),o(m),o(p),o(f),o(_)])}],["__scopeId","data-v-dcc84cfd"]]));y.use(s),y.mount("#app");export{a as _};
|
assets/vue-vendor-BhBNFBI8.js
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
/**
|
2 |
+
* @vue/shared v3.5.14
|
3 |
+
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
4 |
+
* @license MIT
|
5 |
+
**/
|
6 |
+
/*! #__NO_SIDE_EFFECTS__ */
|
7 |
+
function e(e){const t=Object.create(null);for(const n of e.split(","))t[n]=1;return e=>e in t}const t={},n=[],s=()=>{},o=()=>!1,r=e=>111===e.charCodeAt(0)&&110===e.charCodeAt(1)&&(e.charCodeAt(2)>122||e.charCodeAt(2)<97),i=e=>e.startsWith("onUpdate:"),l=Object.assign,c=(e,t)=>{const n=e.indexOf(t);n>-1&&e.splice(n,1)},a=Object.prototype.hasOwnProperty,u=(e,t)=>a.call(e,t),f=Array.isArray,p=e=>"[object Map]"===b(e),d=e=>"[object Set]"===b(e),h=e=>"function"==typeof e,v=e=>"string"==typeof e,g=e=>"symbol"==typeof e,m=e=>null!==e&&"object"==typeof e,y=e=>(m(e)||h(e))&&h(e.then)&&h(e.catch),_=Object.prototype.toString,b=e=>_.call(e),x=e=>"[object Object]"===b(e),S=e=>v(e)&&"NaN"!==e&&"-"!==e[0]&&""+parseInt(e,10)===e,C=e(",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"),w=e=>{const t=Object.create(null);return n=>t[n]||(t[n]=e(n))},k=/-(\w)/g,A=w((e=>e.replace(k,((e,t)=>t?t.toUpperCase():"")))),E=/\B([A-Z])/g,T=w((e=>e.replace(E,"-$1").toLowerCase())),O=w((e=>e.charAt(0).toUpperCase()+e.slice(1))),F=w((e=>e?`on${O(e)}`:"")),L=(e,t)=>!Object.is(e,t),M=(e,...t)=>{for(let n=0;n<e.length;n++)e[n](...t)},P=(e,t,n,s=!1)=>{Object.defineProperty(e,t,{configurable:!0,enumerable:!1,writable:s,value:n})},j=e=>{const t=parseFloat(e);return isNaN(t)?e:t};let D;const $=()=>D||(D="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:"undefined"!=typeof window?window:"undefined"!=typeof global?global:{});function R(e){if(f(e)){const t={};for(let n=0;n<e.length;n++){const s=e[n],o=v(s)?U(s):R(s);if(o)for(const e in o)t[e]=o[e]}return t}if(v(e)||m(e))return e}const N=/;(?![^(]*\))/g,V=/:([^]+)/,I=/\/\*[^]*?\*\//g;function U(e){const t={};return e.replace(I,"").split(N).forEach((e=>{if(e){const n=e.split(V);n.length>1&&(t[n[0].trim()]=n[1].trim())}})),t}function B(e){let t="";if(v(e))t=e;else if(f(e))for(let n=0;n<e.length;n++){const s=B(e[n]);s&&(t+=s+" ")}else if(m(e))for(const n in e)e[n]&&(t+=n+" ");return t.trim()}const W=e("itemscope,allowfullscreen,formnovalidate,ismap,nomodule,novalidate,readonly");function H(e){return!!e||""===e}const K=e=>!(!e||!0!==e.__v_isRef),q=e=>v(e)?e:null==e?"":f(e)||m(e)&&(e.toString===_||!h(e.toString))?K(e)?q(e.value):JSON.stringify(e,z,2):String(e),z=(e,t)=>K(t)?z(e,t.value):p(t)?{[`Map(${t.size})`]:[...t.entries()].reduce(((e,[t,n],s)=>(e[G(t,s)+" =>"]=n,e)),{})}:d(t)?{[`Set(${t.size})`]:[...t.values()].map((e=>G(e)))}:g(t)?G(t):!m(t)||f(t)||x(t)?t:String(t),G=(e,t="")=>{var n;return g(e)?`Symbol(${null!=(n=e.description)?n:t})`:e};
|
8 |
+
/**
|
9 |
+
* @vue/reactivity v3.5.14
|
10 |
+
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
11 |
+
* @license MIT
|
12 |
+
**/
|
13 |
+
let J,Z;class X{constructor(e=!1){this.detached=e,this._active=!0,this._on=0,this.effects=[],this.cleanups=[],this._isPaused=!1,this.parent=J,!e&&J&&(this.index=(J.scopes||(J.scopes=[])).push(this)-1)}get active(){return this._active}pause(){if(this._active){let e,t;if(this._isPaused=!0,this.scopes)for(e=0,t=this.scopes.length;e<t;e++)this.scopes[e].pause();for(e=0,t=this.effects.length;e<t;e++)this.effects[e].pause()}}resume(){if(this._active&&this._isPaused){let e,t;if(this._isPaused=!1,this.scopes)for(e=0,t=this.scopes.length;e<t;e++)this.scopes[e].resume();for(e=0,t=this.effects.length;e<t;e++)this.effects[e].resume()}}run(e){if(this._active){const t=J;try{return J=this,e()}finally{J=t}}}on(){1===++this._on&&(this.prevScope=J,J=this)}off(){this._on>0&&0===--this._on&&(J=this.prevScope,this.prevScope=void 0)}stop(e){if(this._active){let t,n;for(this._active=!1,t=0,n=this.effects.length;t<n;t++)this.effects[t].stop();for(this.effects.length=0,t=0,n=this.cleanups.length;t<n;t++)this.cleanups[t]();if(this.cleanups.length=0,this.scopes){for(t=0,n=this.scopes.length;t<n;t++)this.scopes[t].stop(!0);this.scopes.length=0}if(!this.detached&&this.parent&&!e){const e=this.parent.scopes.pop();e&&e!==this&&(this.parent.scopes[this.index]=e,e.index=this.index)}this.parent=void 0}}}function Q(){return J}function Y(e,t=!1){J&&J.cleanups.push(e)}const ee=new WeakSet;class te{constructor(e){this.fn=e,this.deps=void 0,this.depsTail=void 0,this.flags=5,this.next=void 0,this.cleanup=void 0,this.scheduler=void 0,J&&J.active&&J.effects.push(this)}pause(){this.flags|=64}resume(){64&this.flags&&(this.flags&=-65,ee.has(this)&&(ee.delete(this),this.trigger()))}notify(){2&this.flags&&!(32&this.flags)||8&this.flags||re(this)}run(){if(!(1&this.flags))return this.fn();this.flags|=2,ye(this),ce(this);const e=Z,t=he;Z=this,he=!0;try{return this.fn()}finally{ae(this),Z=e,he=t,this.flags&=-3}}stop(){if(1&this.flags){for(let e=this.deps;e;e=e.nextDep)pe(e);this.deps=this.depsTail=void 0,ye(this),this.onStop&&this.onStop(),this.flags&=-2}}trigger(){64&this.flags?ee.add(this):this.scheduler?this.scheduler():this.runIfDirty()}runIfDirty(){ue(this)&&this.run()}get dirty(){return ue(this)}}let ne,se,oe=0;function re(e,t=!1){if(e.flags|=8,t)return e.next=se,void(se=e);e.next=ne,ne=e}function ie(){oe++}function le(){if(--oe>0)return;if(se){let e=se;for(se=void 0;e;){const t=e.next;e.next=void 0,e.flags&=-9,e=t}}let e;for(;ne;){let n=ne;for(ne=void 0;n;){const s=n.next;if(n.next=void 0,n.flags&=-9,1&n.flags)try{n.trigger()}catch(t){e||(e=t)}n=s}}if(e)throw e}function ce(e){for(let t=e.deps;t;t=t.nextDep)t.version=-1,t.prevActiveLink=t.dep.activeLink,t.dep.activeLink=t}function ae(e){let t,n=e.depsTail,s=n;for(;s;){const e=s.prevDep;-1===s.version?(s===n&&(n=e),pe(s),de(s)):t=s,s.dep.activeLink=s.prevActiveLink,s.prevActiveLink=void 0,s=e}e.deps=t,e.depsTail=n}function ue(e){for(let t=e.deps;t;t=t.nextDep)if(t.dep.version!==t.version||t.dep.computed&&(fe(t.dep.computed)||t.dep.version!==t.version))return!0;return!!e._dirty}function fe(e){if(4&e.flags&&!(16&e.flags))return;if(e.flags&=-17,e.globalVersion===_e)return;if(e.globalVersion=_e,!e.isSSR&&128&e.flags&&(!e.deps&&!e._dirty||!ue(e)))return;e.flags|=2;const t=e.dep,n=Z,s=he;Z=e,he=!0;try{ce(e);const n=e.fn(e._value);(0===t.version||L(n,e._value))&&(e.flags|=128,e._value=n,t.version++)}catch(o){throw t.version++,o}finally{Z=n,he=s,ae(e),e.flags&=-3}}function pe(e,t=!1){const{dep:n,prevSub:s,nextSub:o}=e;if(s&&(s.nextSub=o,e.prevSub=void 0),o&&(o.prevSub=s,e.nextSub=void 0),n.subs===e&&(n.subs=s,!s&&n.computed)){n.computed.flags&=-5;for(let e=n.computed.deps;e;e=e.nextDep)pe(e,!0)}t||--n.sc||!n.map||n.map.delete(n.key)}function de(e){const{prevDep:t,nextDep:n}=e;t&&(t.nextDep=n,e.prevDep=void 0),n&&(n.prevDep=t,e.nextDep=void 0)}let he=!0;const ve=[];function ge(){ve.push(he),he=!1}function me(){const e=ve.pop();he=void 0===e||e}function ye(e){const{cleanup:t}=e;if(e.cleanup=void 0,t){const e=Z;Z=void 0;try{t()}finally{Z=e}}}let _e=0;class be{constructor(e,t){this.sub=e,this.dep=t,this.version=t.version,this.nextDep=this.prevDep=this.nextSub=this.prevSub=this.prevActiveLink=void 0}}class xe{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(!Z||!he||Z===this.computed)return;let t=this.activeLink;if(void 0===t||t.sub!==Z)t=this.activeLink=new be(Z,this),Z.deps?(t.prevDep=Z.depsTail,Z.depsTail.nextDep=t,Z.depsTail=t):Z.deps=Z.depsTail=t,Se(t);else if(-1===t.version&&(t.version=this.version,t.nextDep)){const e=t.nextDep;e.prevDep=t.prevDep,t.prevDep&&(t.prevDep.nextDep=e),t.prevDep=Z.depsTail,t.nextDep=void 0,Z.depsTail.nextDep=t,Z.depsTail=t,Z.deps===t&&(Z.deps=e)}return t}trigger(e){this.version++,_e++,this.notify(e)}notify(e){ie();try{0;for(let e=this.subs;e;e=e.prevSub)e.sub.notify()&&e.sub.dep.notify()}finally{le()}}}function Se(e){if(e.dep.sc++,4&e.sub.flags){const t=e.dep.computed;if(t&&!e.dep.subs){t.flags|=20;for(let e=t.deps;e;e=e.nextDep)Se(e)}const n=e.dep.subs;n!==e&&(e.prevSub=n,n&&(n.nextSub=e)),e.dep.subs=e}}const Ce=new WeakMap,we=Symbol(""),ke=Symbol(""),Ae=Symbol("");function Ee(e,t,n){if(he&&Z){let t=Ce.get(e);t||Ce.set(e,t=new Map);let s=t.get(n);s||(t.set(n,s=new xe),s.map=t,s.key=n),s.track()}}function Te(e,t,n,s,o,r){const i=Ce.get(e);if(!i)return void _e++;const l=e=>{e&&e.trigger()};if(ie(),"clear"===t)i.forEach(l);else{const o=f(e),r=o&&S(n);if(o&&"length"===n){const e=Number(s);i.forEach(((t,n)=>{("length"===n||n===Ae||!g(n)&&n>=e)&&l(t)}))}else switch((void 0!==n||i.has(void 0))&&l(i.get(n)),r&&l(i.get(Ae)),t){case"add":o?r&&l(i.get("length")):(l(i.get(we)),p(e)&&l(i.get(ke)));break;case"delete":o||(l(i.get(we)),p(e)&&l(i.get(ke)));break;case"set":p(e)&&l(i.get(we))}}le()}function Oe(e){const t=dt(e);return t===e?t:(Ee(t,0,Ae),ft(e)?t:t.map(ht))}function Fe(e){return Ee(e=dt(e),0,Ae),e}const Le={__proto__:null,[Symbol.iterator](){return Me(this,Symbol.iterator,ht)},concat(...e){return Oe(this).concat(...e.map((e=>f(e)?Oe(e):e)))},entries(){return Me(this,"entries",(e=>(e[1]=ht(e[1]),e)))},every(e,t){return je(this,"every",e,t,void 0,arguments)},filter(e,t){return je(this,"filter",e,t,(e=>e.map(ht)),arguments)},find(e,t){return je(this,"find",e,t,ht,arguments)},findIndex(e,t){return je(this,"findIndex",e,t,void 0,arguments)},findLast(e,t){return je(this,"findLast",e,t,ht,arguments)},findLastIndex(e,t){return je(this,"findLastIndex",e,t,void 0,arguments)},forEach(e,t){return je(this,"forEach",e,t,void 0,arguments)},includes(...e){return $e(this,"includes",e)},indexOf(...e){return $e(this,"indexOf",e)},join(e){return Oe(this).join(e)},lastIndexOf(...e){return $e(this,"lastIndexOf",e)},map(e,t){return je(this,"map",e,t,void 0,arguments)},pop(){return Re(this,"pop")},push(...e){return Re(this,"push",e)},reduce(e,...t){return De(this,"reduce",e,t)},reduceRight(e,...t){return De(this,"reduceRight",e,t)},shift(){return Re(this,"shift")},some(e,t){return je(this,"some",e,t,void 0,arguments)},splice(...e){return Re(this,"splice",e)},toReversed(){return Oe(this).toReversed()},toSorted(e){return Oe(this).toSorted(e)},toSpliced(...e){return Oe(this).toSpliced(...e)},unshift(...e){return Re(this,"unshift",e)},values(){return Me(this,"values",ht)}};function Me(e,t,n){const s=Fe(e),o=s[t]();return s===e||ft(e)||(o._next=o.next,o.next=()=>{const e=o._next();return e.value&&(e.value=n(e.value)),e}),o}const Pe=Array.prototype;function je(e,t,n,s,o,r){const i=Fe(e),l=i!==e&&!ft(e),c=i[t];if(c!==Pe[t]){const t=c.apply(e,r);return l?ht(t):t}let a=n;i!==e&&(l?a=function(t,s){return n.call(this,ht(t),s,e)}:n.length>2&&(a=function(t,s){return n.call(this,t,s,e)}));const u=c.call(i,a,s);return l&&o?o(u):u}function De(e,t,n,s){const o=Fe(e);let r=n;return o!==e&&(ft(e)?n.length>3&&(r=function(t,s,o){return n.call(this,t,s,o,e)}):r=function(t,s,o){return n.call(this,t,ht(s),o,e)}),o[t](r,...s)}function $e(e,t,n){const s=dt(e);Ee(s,0,Ae);const o=s[t](...n);return-1!==o&&!1!==o||!pt(n[0])?o:(n[0]=dt(n[0]),s[t](...n))}function Re(e,t,n=[]){ge(),ie();const s=dt(e)[t].apply(e,n);return le(),me(),s}const Ne=e("__proto__,__v_isRef,__isVue"),Ve=new Set(Object.getOwnPropertyNames(Symbol).filter((e=>"arguments"!==e&&"caller"!==e)).map((e=>Symbol[e])).filter(g));function Ie(e){g(e)||(e=String(e));const t=dt(this);return Ee(t,0,e),t.hasOwnProperty(e)}class Ue{constructor(e=!1,t=!1){this._isReadonly=e,this._isShallow=t}get(e,t,n){if("__v_skip"===t)return e.__v_skip;const s=this._isReadonly,o=this._isShallow;if("__v_isReactive"===t)return!s;if("__v_isReadonly"===t)return s;if("__v_isShallow"===t)return o;if("__v_raw"===t)return n===(s?o?ot:st:o?nt:tt).get(e)||Object.getPrototypeOf(e)===Object.getPrototypeOf(n)?e:void 0;const r=f(e);if(!s){let e;if(r&&(e=Le[t]))return e;if("hasOwnProperty"===t)return Ie}const i=Reflect.get(e,t,gt(e)?e:n);return(g(t)?Ve.has(t):Ne(t))?i:(s||Ee(e,0,t),o?i:gt(i)?r&&S(t)?i:i.value:m(i)?s?lt(i):it(i):i)}}class Be extends Ue{constructor(e=!1){super(!1,e)}set(e,t,n,s){let o=e[t];if(!this._isShallow){const t=ut(o);if(ft(n)||ut(n)||(o=dt(o),n=dt(n)),!f(e)&>(o)&&!gt(n))return!t&&(o.value=n,!0)}const r=f(e)&&S(t)?Number(t)<e.length:u(e,t),i=Reflect.set(e,t,n,gt(e)?e:s);return e===dt(s)&&(r?L(n,o)&&Te(e,"set",t,n):Te(e,"add",t,n)),i}deleteProperty(e,t){const n=u(e,t);e[t];const s=Reflect.deleteProperty(e,t);return s&&n&&Te(e,"delete",t,void 0),s}has(e,t){const n=Reflect.has(e,t);return g(t)&&Ve.has(t)||Ee(e,0,t),n}ownKeys(e){return Ee(e,0,f(e)?"length":we),Reflect.ownKeys(e)}}class We extends Ue{constructor(e=!1){super(!0,e)}set(e,t){return!0}deleteProperty(e,t){return!0}}const He=new Be,Ke=new We,qe=new Be(!0),ze=e=>e,Ge=e=>Reflect.getPrototypeOf(e);function Je(e){return function(...t){return"delete"!==e&&("clear"===e?void 0:this)}}function Ze(e,t){const n={get(n){const s=this.__v_raw,o=dt(s),r=dt(n);e||(L(n,r)&&Ee(o,0,n),Ee(o,0,r));const{has:i}=Ge(o),l=t?ze:e?vt:ht;return i.call(o,n)?l(s.get(n)):i.call(o,r)?l(s.get(r)):void(s!==o&&s.get(n))},get size(){const t=this.__v_raw;return!e&&Ee(dt(t),0,we),Reflect.get(t,"size",t)},has(t){const n=this.__v_raw,s=dt(n),o=dt(t);return e||(L(t,o)&&Ee(s,0,t),Ee(s,0,o)),t===o?n.has(t):n.has(t)||n.has(o)},forEach(n,s){const o=this,r=o.__v_raw,i=dt(r),l=t?ze:e?vt:ht;return!e&&Ee(i,0,we),r.forEach(((e,t)=>n.call(s,l(e),l(t),o)))}};l(n,e?{add:Je("add"),set:Je("set"),delete:Je("delete"),clear:Je("clear")}:{add(e){t||ft(e)||ut(e)||(e=dt(e));const n=dt(this);return Ge(n).has.call(n,e)||(n.add(e),Te(n,"add",e,e)),this},set(e,n){t||ft(n)||ut(n)||(n=dt(n));const s=dt(this),{has:o,get:r}=Ge(s);let i=o.call(s,e);i||(e=dt(e),i=o.call(s,e));const l=r.call(s,e);return s.set(e,n),i?L(n,l)&&Te(s,"set",e,n):Te(s,"add",e,n),this},delete(e){const t=dt(this),{has:n,get:s}=Ge(t);let o=n.call(t,e);o||(e=dt(e),o=n.call(t,e)),s&&s.call(t,e);const r=t.delete(e);return o&&Te(t,"delete",e,void 0),r},clear(){const e=dt(this),t=0!==e.size,n=e.clear();return t&&Te(e,"clear",void 0,void 0),n}});return["keys","values","entries",Symbol.iterator].forEach((s=>{n[s]=function(e,t,n){return function(...s){const o=this.__v_raw,r=dt(o),i=p(r),l="entries"===e||e===Symbol.iterator&&i,c="keys"===e&&i,a=o[e](...s),u=n?ze:t?vt:ht;return!t&&Ee(r,0,c?ke:we),{next(){const{value:e,done:t}=a.next();return t?{value:e,done:t}:{value:l?[u(e[0]),u(e[1])]:u(e),done:t}},[Symbol.iterator](){return this}}}}(s,e,t)})),n}function Xe(e,t){const n=Ze(e,t);return(t,s,o)=>"__v_isReactive"===s?!e:"__v_isReadonly"===s?e:"__v_raw"===s?t:Reflect.get(u(n,s)&&s in t?n:t,s,o)}const Qe={get:Xe(!1,!1)},Ye={get:Xe(!1,!0)},et={get:Xe(!0,!1)},tt=new WeakMap,nt=new WeakMap,st=new WeakMap,ot=new WeakMap;function rt(e){return e.__v_skip||!Object.isExtensible(e)?0:function(e){switch(e){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}((e=>b(e).slice(8,-1))(e))}function it(e){return ut(e)?e:ct(e,!1,He,Qe,tt)}function lt(e){return ct(e,!0,Ke,et,st)}function ct(e,t,n,s,o){if(!m(e))return e;if(e.__v_raw&&(!t||!e.__v_isReactive))return e;const r=rt(e);if(0===r)return e;const i=o.get(e);if(i)return i;const l=new Proxy(e,2===r?s:n);return o.set(e,l),l}function at(e){return ut(e)?at(e.__v_raw):!(!e||!e.__v_isReactive)}function ut(e){return!(!e||!e.__v_isReadonly)}function ft(e){return!(!e||!e.__v_isShallow)}function pt(e){return!!e&&!!e.__v_raw}function dt(e){const t=e&&e.__v_raw;return t?dt(t):e}const ht=e=>m(e)?it(e):e,vt=e=>m(e)?lt(e):e;function gt(e){return!!e&&!0===e.__v_isRef}function mt(e){return _t(e,!1)}function yt(e){return _t(e,!0)}function _t(e,t){return gt(e)?e:new bt(e,t)}class bt{constructor(e,t){this.dep=new xe,this.__v_isRef=!0,this.__v_isShallow=!1,this._rawValue=t?e:dt(e),this._value=t?e:ht(e),this.__v_isShallow=t}get value(){return this.dep.track(),this._value}set value(e){const t=this._rawValue,n=this.__v_isShallow||ft(e)||ut(e);e=n?e:dt(e),L(e,t)&&(this._rawValue=e,this._value=n?e:ht(e),this.dep.trigger())}}function xt(e){e.dep&&e.dep.trigger()}function St(e){return gt(e)?e.value:e}const Ct={get:(e,t,n)=>"__v_raw"===t?e:St(Reflect.get(e,t,n)),set:(e,t,n,s)=>{const o=e[t];return gt(o)&&!gt(n)?(o.value=n,!0):Reflect.set(e,t,n,s)}};function wt(e){return at(e)?e:new Proxy(e,Ct)}function kt(e){const t=f(e)?new Array(e.length):{};for(const n in e)t[n]=Ot(e,n);return t}class At{constructor(e,t,n){this._object=e,this._key=t,this._defaultValue=n,this.__v_isRef=!0,this._value=void 0}get value(){const e=this._object[this._key];return this._value=void 0===e?this._defaultValue:e}set value(e){this._object[this._key]=e}get dep(){return function(e,t){const n=Ce.get(e);return n&&n.get(t)}(dt(this._object),this._key)}}class Et{constructor(e){this._getter=e,this.__v_isRef=!0,this.__v_isReadonly=!0,this._value=void 0}get value(){return this._value=this._getter()}}function Tt(e,t,n){return gt(e)?e:h(e)?new Et(e):m(e)&&arguments.length>1?Ot(e,t,n):mt(e)}function Ot(e,t,n){const s=e[t];return gt(s)?s:new At(e,t,n)}class Ft{constructor(e,t,n){this.fn=e,this.setter=t,this._value=void 0,this.dep=new xe(this),this.__v_isRef=!0,this.deps=void 0,this.depsTail=void 0,this.flags=16,this.globalVersion=_e-1,this.next=void 0,this.effect=this,this.__v_isReadonly=!t,this.isSSR=n}notify(){if(this.flags|=16,!(8&this.flags)&&Z!==this)return re(this,!0),!0}get value(){const e=this.dep.track();return fe(this),e&&(e.version=this.dep.version),this._value}set value(e){this.setter&&this.setter(e)}}const Lt={},Mt=new WeakMap;let Pt;function jt(e,n,o=t){const{immediate:r,deep:i,once:l,scheduler:a,augmentJob:u,call:p}=o,d=e=>i?e:ft(e)||!1===i||0===i?Dt(e,1):Dt(e);let v,g,m,y,_=!1,b=!1;if(gt(e)?(g=()=>e.value,_=ft(e)):at(e)?(g=()=>d(e),_=!0):f(e)?(b=!0,_=e.some((e=>at(e)||ft(e))),g=()=>e.map((e=>gt(e)?e.value:at(e)?d(e):h(e)?p?p(e,2):e():void 0))):g=h(e)?n?p?()=>p(e,2):e:()=>{if(m){ge();try{m()}finally{me()}}const t=Pt;Pt=v;try{return p?p(e,3,[y]):e(y)}finally{Pt=t}}:s,n&&i){const e=g,t=!0===i?1/0:i;g=()=>Dt(e(),t)}const x=Q(),S=()=>{v.stop(),x&&x.active&&c(x.effects,v)};if(l&&n){const e=n;n=(...t)=>{e(...t),S()}}let C=b?new Array(e.length).fill(Lt):Lt;const w=e=>{if(1&v.flags&&(v.dirty||e))if(n){const e=v.run();if(i||_||(b?e.some(((e,t)=>L(e,C[t]))):L(e,C))){m&&m();const t=Pt;Pt=v;try{const t=[e,C===Lt?void 0:b&&C[0]===Lt?[]:C,y];p?p(n,3,t):n(...t),C=e}finally{Pt=t}}}else v.run()};return u&&u(w),v=new te(g),v.scheduler=a?()=>a(w,!1):w,y=e=>function(e,t=!1,n=Pt){if(n){let t=Mt.get(n);t||Mt.set(n,t=[]),t.push(e)}}(e,!1,v),m=v.onStop=()=>{const e=Mt.get(v);if(e){if(p)p(e,4);else for(const t of e)t();Mt.delete(v)}},n?r?w(!0):C=v.run():a?a(w.bind(null,!0),!0):v.run(),S.pause=v.pause.bind(v),S.resume=v.resume.bind(v),S.stop=S,S}function Dt(e,t=1/0,n){if(t<=0||!m(e)||e.__v_skip)return e;if((n=n||new Set).has(e))return e;if(n.add(e),t--,gt(e))Dt(e.value,t,n);else if(f(e))for(let s=0;s<e.length;s++)Dt(e[s],t,n);else if(d(e)||p(e))e.forEach((e=>{Dt(e,t,n)}));else if(x(e)){for(const s in e)Dt(e[s],t,n);for(const s of Object.getOwnPropertySymbols(e))Object.prototype.propertyIsEnumerable.call(e,s)&&Dt(e[s],t,n)}return e}
|
14 |
+
/**
|
15 |
+
* @vue/runtime-core v3.5.14
|
16 |
+
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
17 |
+
* @license MIT
|
18 |
+
**/function $t(e,t,n,s){try{return s?e(...s):e()}catch(o){Nt(o,t,n)}}function Rt(e,t,n,s){if(h(e)){const o=$t(e,t,n,s);return o&&y(o)&&o.catch((e=>{Nt(e,t,n)})),o}if(f(e)){const o=[];for(let r=0;r<e.length;r++)o.push(Rt(e[r],t,n,s));return o}}function Nt(e,n,s,o=!0){n&&n.vnode;const{errorHandler:r,throwUnhandledErrorInProduction:i}=n&&n.appContext.config||t;if(n){let t=n.parent;const o=n.proxy,i=`https://vuejs.org/error-reference/#runtime-${s}`;for(;t;){const n=t.ec;if(n)for(let t=0;t<n.length;t++)if(!1===n[t](e,o,i))return;t=t.parent}if(r)return ge(),$t(r,null,10,[e,o,i]),void me()}!function(e,t,n,s=!0,o=!1){if(o)throw e;console.error(e)}(e,0,0,o,i)}const Vt=[];let It=-1;const Ut=[];let Bt=null,Wt=0;const Ht=Promise.resolve();let Kt=null;function qt(e){const t=Kt||Ht;return e?t.then(this?e.bind(this):e):t}function zt(e){if(!(1&e.flags)){const t=Xt(e),n=Vt[Vt.length-1];!n||!(2&e.flags)&&t>=Xt(n)?Vt.push(e):Vt.splice(function(e){let t=It+1,n=Vt.length;for(;t<n;){const s=t+n>>>1,o=Vt[s],r=Xt(o);r<e||r===e&&2&o.flags?t=s+1:n=s}return t}(t),0,e),e.flags|=1,Gt()}}function Gt(){Kt||(Kt=Ht.then(Qt))}function Jt(e,t,n=It+1){for(;n<Vt.length;n++){const t=Vt[n];if(t&&2&t.flags){if(e&&t.id!==e.uid)continue;Vt.splice(n,1),n--,4&t.flags&&(t.flags&=-2),t(),4&t.flags||(t.flags&=-2)}}}function Zt(e){if(Ut.length){const e=[...new Set(Ut)].sort(((e,t)=>Xt(e)-Xt(t)));if(Ut.length=0,Bt)return void Bt.push(...e);for(Bt=e,Wt=0;Wt<Bt.length;Wt++){const e=Bt[Wt];4&e.flags&&(e.flags&=-2),8&e.flags||e(),e.flags&=-2}Bt=null,Wt=0}}const Xt=e=>null==e.id?2&e.flags?-1:1/0:e.id;function Qt(e){try{for(It=0;It<Vt.length;It++){const e=Vt[It];!e||8&e.flags||(4&e.flags&&(e.flags&=-2),$t(e,e.i,e.i?15:14),4&e.flags||(e.flags&=-2))}}finally{for(;It<Vt.length;It++){const e=Vt[It];e&&(e.flags&=-2)}It=-1,Vt.length=0,Zt(),Kt=null,(Vt.length||Ut.length)&&Qt()}}let Yt=null,en=null;function tn(e){const t=Yt;return Yt=e,en=e&&e.type.__scopeId||null,t}function nn(e,t=Yt,n){if(!t)return e;if(e._n)return e;const s=(...n)=>{s._d&&Ao(-1);const o=tn(t);let r;try{r=e(...n)}finally{tn(o),s._d&&Ao(1)}return r};return s._n=!0,s._c=!0,s._d=!0,s}function sn(e,n){if(null===Yt)return e;const s=or(Yt),o=e.dirs||(e.dirs=[]);for(let r=0;r<n.length;r++){let[e,i,l,c=t]=n[r];e&&(h(e)&&(e={mounted:e,updated:e}),e.deep&&Dt(i),o.push({dir:e,instance:s,value:i,oldValue:void 0,arg:l,modifiers:c}))}return e}function on(e,t,n,s){const o=e.dirs,r=t&&t.dirs;for(let i=0;i<o.length;i++){const l=o[i];r&&(l.oldValue=r[i].value);let c=l.dir[s];c&&(ge(),Rt(c,n,8,[e.el,l,e,t]),me())}}const rn=Symbol("_vte"),ln=e=>e.__isTeleport,cn=e=>e&&(e.disabled||""===e.disabled),an=e=>e&&(e.defer||""===e.defer),un=e=>"undefined"!=typeof SVGElement&&e instanceof SVGElement,fn=e=>"function"==typeof MathMLElement&&e instanceof MathMLElement,pn=(e,t)=>{const n=e&&e.to;if(v(n)){if(t){return t(n)}return null}return n},dn={name:"Teleport",__isTeleport:!0,process(e,t,n,s,o,r,i,l,c,a){const{mc:u,pc:f,pbc:p,o:{insert:d,querySelector:h,createText:v,createComment:g}}=a,m=cn(t.props);let{shapeFlag:y,children:_,dynamicChildren:b}=t;if(null==e){const e=t.el=v(""),a=t.anchor=v("");d(e,n,s),d(a,n,s);const f=(e,t)=>{16&y&&(o&&o.isCE&&(o.ce._teleportTarget=e),u(_,e,t,o,r,i,l,c))},p=()=>{const e=t.target=pn(t.props,h),n=mn(e,t,v,d);e&&("svg"!==i&&un(e)?i="svg":"mathml"!==i&&fn(e)&&(i="mathml"),m||(f(e,n),gn(t,!1)))};m&&(f(n,a),gn(t,!0)),an(t.props)?Gs((()=>{p(),t.el.__isMounted=!0}),r):p()}else{if(an(t.props)&&!e.el.__isMounted)return void Gs((()=>{dn.process(e,t,n,s,o,r,i,l,c,a),delete e.el.__isMounted}),r);t.el=e.el,t.targetStart=e.targetStart;const u=t.anchor=e.anchor,d=t.target=e.target,v=t.targetAnchor=e.targetAnchor,g=cn(e.props),y=g?n:d,_=g?u:v;if("svg"===i||un(d)?i="svg":("mathml"===i||fn(d))&&(i="mathml"),b?(p(e.dynamicChildren,b,y,o,r,i,l),Qs(e,t,!0)):c||f(e,t,y,_,o,r,i,l,!1),m)g?t.props&&e.props&&t.props.to!==e.props.to&&(t.props.to=e.props.to):hn(t,n,u,a,1);else if((t.props&&t.props.to)!==(e.props&&e.props.to)){const e=t.target=pn(t.props,h);e&&hn(t,e,null,a,0)}else g&&hn(t,d,v,a,1);gn(t,m)}},remove(e,t,n,{um:s,o:{remove:o}},r){const{shapeFlag:i,children:l,anchor:c,targetStart:a,targetAnchor:u,target:f,props:p}=e;if(f&&(o(a),o(u)),r&&o(c),16&i){const e=r||!cn(p);for(let o=0;o<l.length;o++){const r=l[o];s(r,t,n,e,!!r.dynamicChildren)}}},move:hn,hydrate:function(e,t,n,s,o,r,{o:{nextSibling:i,parentNode:l,querySelector:c,insert:a,createText:u}},f){const p=t.target=pn(t.props,c);if(p){const c=cn(t.props),d=p._lpa||p.firstChild;if(16&t.shapeFlag)if(c)t.anchor=f(i(e),t,l(e),n,s,o,r),t.targetStart=d,t.targetAnchor=d&&i(d);else{t.anchor=i(e);let l=d;for(;l;){if(l&&8===l.nodeType)if("teleport start anchor"===l.data)t.targetStart=l;else if("teleport anchor"===l.data){t.targetAnchor=l,p._lpa=t.targetAnchor&&i(t.targetAnchor);break}l=i(l)}t.targetAnchor||mn(p,t,u,a),f(d&&i(d),t,p,n,s,o,r)}gn(t,c)}return t.anchor&&i(t.anchor)}};function hn(e,t,n,{o:{insert:s},m:o},r=2){0===r&&s(e.targetAnchor,t,n);const{el:i,anchor:l,shapeFlag:c,children:a,props:u}=e,f=2===r;if(f&&s(i,t,n),(!f||cn(u))&&16&c)for(let p=0;p<a.length;p++)o(a[p],t,n,2);f&&s(l,t,n)}const vn=dn;function gn(e,t){const n=e.ctx;if(n&&n.ut){let s,o;for(t?(s=e.el,o=e.anchor):(s=e.targetStart,o=e.targetAnchor);s&&s!==o;)1===s.nodeType&&s.setAttribute("data-v-owner",n.uid),s=s.nextSibling;n.ut()}}function mn(e,t,n,s){const o=t.targetStart=n(""),r=t.targetAnchor=n("");return o[rn]=r,e&&(s(o,e),s(r,e)),r}const yn=Symbol("_leaveCb"),_n=Symbol("_enterCb");function bn(){const e={isMounted:!1,isLeaving:!1,isUnmounting:!1,leavingVNodes:new Map};return zn((()=>{e.isMounted=!0})),Zn((()=>{e.isUnmounting=!0})),e}const xn=[Function,Array],Sn={mode:String,appear:Boolean,persisted:Boolean,onBeforeEnter:xn,onEnter:xn,onAfterEnter:xn,onEnterCancelled:xn,onBeforeLeave:xn,onLeave:xn,onAfterLeave:xn,onLeaveCancelled:xn,onBeforeAppear:xn,onAppear:xn,onAfterAppear:xn,onAppearCancelled:xn},Cn=e=>{const t=e.subTree;return t.component?Cn(t.component):t};function wn(e){let t=e[0];if(e.length>1)for(const n of e)if(n.type!==bo){t=n;break}return t}const kn={name:"BaseTransition",props:Sn,setup(e,{slots:t}){const n=zo(),s=bn();return()=>{const o=t.default&&Ln(t.default(),!0);if(!o||!o.length)return;const r=wn(o),i=dt(e),{mode:l}=i;if(s.isLeaving)return Tn(r);const c=On(r);if(!c)return Tn(r);let a=En(c,i,s,n,(e=>a=e));c.type!==bo&&Fn(c,a);let u=n.subTree&&On(n.subTree);if(u&&u.type!==bo&&!Lo(c,u)&&Cn(n).type!==bo){let e=En(u,i,s,n);if(Fn(u,e),"out-in"===l&&c.type!==bo)return s.isLeaving=!0,e.afterLeave=()=>{s.isLeaving=!1,8&n.job.flags||n.update(),delete e.afterLeave,u=void 0},Tn(r);"in-out"===l&&c.type!==bo?e.delayLeave=(e,t,n)=>{An(s,u)[String(u.key)]=u,e[yn]=()=>{t(),e[yn]=void 0,delete a.delayedLeave,u=void 0},a.delayedLeave=()=>{n(),delete a.delayedLeave,u=void 0}}:u=void 0}else u&&(u=void 0);return r}}};function An(e,t){const{leavingVNodes:n}=e;let s=n.get(t.type);return s||(s=Object.create(null),n.set(t.type,s)),s}function En(e,t,n,s,o){const{appear:r,mode:i,persisted:l=!1,onBeforeEnter:c,onEnter:a,onAfterEnter:u,onEnterCancelled:p,onBeforeLeave:d,onLeave:h,onAfterLeave:v,onLeaveCancelled:g,onBeforeAppear:m,onAppear:y,onAfterAppear:_,onAppearCancelled:b}=t,x=String(e.key),S=An(n,e),C=(e,t)=>{e&&Rt(e,s,9,t)},w=(e,t)=>{const n=t[1];C(e,t),f(e)?e.every((e=>e.length<=1))&&n():e.length<=1&&n()},k={mode:i,persisted:l,beforeEnter(t){let s=c;if(!n.isMounted){if(!r)return;s=m||c}t[yn]&&t[yn](!0);const o=S[x];o&&Lo(e,o)&&o.el[yn]&&o.el[yn](),C(s,[t])},enter(e){let t=a,s=u,o=p;if(!n.isMounted){if(!r)return;t=y||a,s=_||u,o=b||p}let i=!1;const l=e[_n]=t=>{i||(i=!0,C(t?o:s,[e]),k.delayedLeave&&k.delayedLeave(),e[_n]=void 0)};t?w(t,[e,l]):l()},leave(t,s){const o=String(e.key);if(t[_n]&&t[_n](!0),n.isUnmounting)return s();C(d,[t]);let r=!1;const i=t[yn]=n=>{r||(r=!0,s(),C(n?g:v,[t]),t[yn]=void 0,S[o]===e&&delete S[o])};S[o]=e,h?w(h,[t,i]):i()},clone(e){const r=En(e,t,n,s,o);return o&&o(r),r}};return k}function Tn(e){if(Vn(e))return(e=$o(e)).children=null,e}function On(e){if(!Vn(e))return ln(e.type)&&e.children?wn(e.children):e;if(e.component)return e.component.subTree;const{shapeFlag:t,children:n}=e;if(n){if(16&t)return n[0];if(32&t&&h(n.default))return n.default()}}function Fn(e,t){6&e.shapeFlag&&e.component?(e.transition=t,Fn(e.component.subTree,t)):128&e.shapeFlag?(e.ssContent.transition=t.clone(e.ssContent),e.ssFallback.transition=t.clone(e.ssFallback)):e.transition=t}function Ln(e,t=!1,n){let s=[],o=0;for(let r=0;r<e.length;r++){let i=e[r];const l=null==n?i.key:String(n)+String(null!=i.key?i.key:r);i.type===yo?(128&i.patchFlag&&o++,s=s.concat(Ln(i.children,t,l))):(t||i.type!==bo)&&s.push(null!=l?$o(i,{key:l}):i)}if(o>1)for(let r=0;r<s.length;r++)s[r].patchFlag=-2;return s}
|
19 |
+
/*! #__NO_SIDE_EFFECTS__ */function Mn(e,t){return h(e)?(()=>l({name:e.name},t,{setup:e}))():e}function Pn(e){e.ids=[e.ids[0]+e.ids[2]+++"-",0,0]}function jn(e,n,s,o,r=!1){if(f(e))return void e.forEach(((e,t)=>jn(e,n&&(f(n)?n[t]:n),s,o,r)));if($n(o)&&!r)return void(512&o.shapeFlag&&o.type.__asyncResolved&&o.component.subTree.component&&jn(e,n,s,o.component.subTree));const i=4&o.shapeFlag?or(o.component):o.el,l=r?null:i,{i:a,r:p}=e,d=n&&n.r,g=a.refs===t?a.refs={}:a.refs,m=a.setupState,y=dt(m),_=m===t?()=>!1:e=>u(y,e);if(null!=d&&d!==p&&(v(d)?(g[d]=null,_(d)&&(m[d]=null)):gt(d)&&(d.value=null)),h(p))$t(p,a,12,[l,g]);else{const t=v(p),n=gt(p);if(t||n){const o=()=>{if(e.f){const n=t?_(p)?m[p]:g[p]:p.value;r?f(n)&&c(n,i):f(n)?n.includes(i)||n.push(i):t?(g[p]=[i],_(p)&&(m[p]=g[p])):(p.value=[i],e.k&&(g[e.k]=p.value))}else t?(g[p]=l,_(p)&&(m[p]=l)):n&&(p.value=l,e.k&&(g[e.k]=l))};l?(o.id=-1,Gs(o,s)):o()}}}const Dn=e=>8===e.nodeType;$().requestIdleCallback,$().cancelIdleCallback;const $n=e=>!!e.type.__asyncLoader
|
20 |
+
/*! #__NO_SIDE_EFFECTS__ */;function Rn(e){h(e)&&(e={loader:e});const{loader:t,loadingComponent:n,errorComponent:s,delay:o=200,hydrate:r,timeout:i,suspensible:l=!0,onError:c}=e;let a,u=null,f=0;const p=()=>{let e;return u||(e=u=t().catch((e=>{if(e=e instanceof Error?e:new Error(String(e)),c)return new Promise(((t,n)=>{c(e,(()=>t((f++,u=null,p()))),(()=>n(e)),f+1)}));throw e})).then((t=>e!==u&&u?u:(t&&(t.__esModule||"Module"===t[Symbol.toStringTag])&&(t=t.default),a=t,t))))};return Mn({name:"AsyncComponentWrapper",__asyncLoader:p,__asyncHydrate(e,t,n){const s=r?()=>{const s=r(n,(t=>function(e,t){if(Dn(e)&&"["===e.data){let n=1,s=e.nextSibling;for(;s;){if(1===s.nodeType){if(!1===t(s))break}else if(Dn(s))if("]"===s.data){if(0===--n)break}else"["===s.data&&n++;s=s.nextSibling}}else t(e)}(e,t)));s&&(t.bum||(t.bum=[])).push(s)}:n;a?s():p().then((()=>!t.isUnmounted&&s()))},get __asyncResolved(){return a},setup(){const e=qo;if(Pn(e),a)return()=>Nn(a,e);const t=t=>{u=null,Nt(t,e,13,!s)};if(l&&e.suspense||Yo)return p().then((t=>()=>Nn(t,e))).catch((e=>(t(e),()=>s?Do(s,{error:e}):null)));const r=mt(!1),c=mt(),f=mt(!!o);return o&&setTimeout((()=>{f.value=!1}),o),null!=i&&setTimeout((()=>{if(!r.value&&!c.value){const e=new Error(`Async component timed out after ${i}ms.`);t(e),c.value=e}}),i),p().then((()=>{r.value=!0,e.parent&&Vn(e.parent.vnode)&&e.parent.update()})).catch((e=>{t(e),c.value=e})),()=>r.value&&a?Nn(a,e):c.value&&s?Do(s,{error:c.value}):n&&!f.value?Do(n):void 0}})}function Nn(e,t){const{ref:n,props:s,children:o,ce:r}=t.vnode,i=Do(e,s,o);return i.ref=n,i.ce=r,delete t.vnode.ce,i}const Vn=e=>e.type.__isKeepAlive;function In(e,t){Bn(e,"a",t)}function Un(e,t){Bn(e,"da",t)}function Bn(e,t,n=qo){const s=e.__wdc||(e.__wdc=()=>{let t=n;for(;t;){if(t.isDeactivated)return;t=t.parent}return e()});if(Hn(t,s,n),n){let e=n.parent;for(;e&&e.parent;)Vn(e.parent.vnode)&&Wn(s,t,n,e),e=e.parent}}function Wn(e,t,n,s){const o=Hn(t,e,s,!0);Xn((()=>{c(s[t],o)}),n)}function Hn(e,t,n=qo,s=!1){if(n){const o=n[e]||(n[e]=[]),r=t.__weh||(t.__weh=(...s)=>{ge();const o=Zo(n),r=Rt(t,n,e,s);return o(),me(),r});return s?o.unshift(r):o.push(r),r}}const Kn=e=>(t,n=qo)=>{Yo&&"sp"!==e||Hn(e,((...e)=>t(...e)),n)},qn=Kn("bm"),zn=Kn("m"),Gn=Kn("bu"),Jn=Kn("u"),Zn=Kn("bum"),Xn=Kn("um"),Qn=Kn("sp"),Yn=Kn("rtg"),es=Kn("rtc");function ts(e,t=qo){Hn("ec",e,t)}const ns="components";function ss(e,t){return is(ns,e,!0,t)||e}const os=Symbol.for("v-ndc");function rs(e){return is("directives",e)}function is(e,t,n=!0,s=!1){const o=Yt||qo;if(o){const n=o.type;if(e===ns){const e=rr(n,!1);if(e&&(e===t||e===A(t)||e===O(A(t))))return n}const r=ls(o[e]||n[e],t)||ls(o.appContext[e],t);return!r&&s?n:r}}function ls(e,t){return e&&(e[t]||e[A(t)]||e[O(A(t))])}function cs(e,t,n,s){let o;const r=n,i=f(e);if(i||v(e)){let n=!1,s=!1;i&&at(e)&&(n=!ft(e),s=ut(e),e=Fe(e)),o=new Array(e.length);for(let i=0,l=e.length;i<l;i++)o[i]=t(n?s?vt(ht(e[i])):ht(e[i]):e[i],i,void 0,r)}else if("number"==typeof e){o=new Array(e);for(let n=0;n<e;n++)o[n]=t(n+1,n,void 0,r)}else if(m(e))if(e[Symbol.iterator])o=Array.from(e,((e,n)=>t(e,n,void 0,r)));else{const n=Object.keys(e);o=new Array(n.length);for(let s=0,i=n.length;s<i;s++){const i=n[s];o[s]=t(e[i],i,s,r)}}else o=[];return o}const as=e=>e?Qo(e)?or(e):as(e.parent):null,us=l(Object.create(null),{$:e=>e,$el:e=>e.vnode.el,$data:e=>e.data,$props:e=>e.props,$attrs:e=>e.attrs,$slots:e=>e.slots,$refs:e=>e.refs,$parent:e=>as(e.parent),$root:e=>as(e.root),$host:e=>e.ce,$emit:e=>e.emit,$options:e=>_s(e),$forceUpdate:e=>e.f||(e.f=()=>{zt(e.update)}),$nextTick:e=>e.n||(e.n=qt.bind(e.proxy)),$watch:e=>io.bind(e)}),fs=(e,n)=>e!==t&&!e.__isScriptSetup&&u(e,n),ps={get({_:e},n){if("__v_skip"===n)return!0;const{ctx:s,setupState:o,data:r,props:i,accessCache:l,type:c,appContext:a}=e;let f;if("$"!==n[0]){const c=l[n];if(void 0!==c)switch(c){case 1:return o[n];case 2:return r[n];case 4:return s[n];case 3:return i[n]}else{if(fs(o,n))return l[n]=1,o[n];if(r!==t&&u(r,n))return l[n]=2,r[n];if((f=e.propsOptions[0])&&u(f,n))return l[n]=3,i[n];if(s!==t&&u(s,n))return l[n]=4,s[n];vs&&(l[n]=0)}}const p=us[n];let d,h;return p?("$attrs"===n&&Ee(e.attrs,0,""),p(e)):(d=c.__cssModules)&&(d=d[n])?d:s!==t&&u(s,n)?(l[n]=4,s[n]):(h=a.config.globalProperties,u(h,n)?h[n]:void 0)},set({_:e},n,s){const{data:o,setupState:r,ctx:i}=e;return fs(r,n)?(r[n]=s,!0):o!==t&&u(o,n)?(o[n]=s,!0):!u(e.props,n)&&(("$"!==n[0]||!(n.slice(1)in e))&&(i[n]=s,!0))},has({_:{data:e,setupState:n,accessCache:s,ctx:o,appContext:r,propsOptions:i}},l){let c;return!!s[l]||e!==t&&u(e,l)||fs(n,l)||(c=i[0])&&u(c,l)||u(o,l)||u(us,l)||u(r.config.globalProperties,l)},defineProperty(e,t,n){return null!=n.get?e._.accessCache[t]=0:u(n,"value")&&this.set(e,t,n.value,null),Reflect.defineProperty(e,t,n)}};function ds(){return function(){const e=zo();return e.setupContext||(e.setupContext=sr(e))}().attrs}function hs(e){return f(e)?e.reduce(((e,t)=>(e[t]=null,e)),{}):e}let vs=!0;function gs(e){const t=_s(e),n=e.proxy,o=e.ctx;vs=!1,t.beforeCreate&&ms(t.beforeCreate,e,"bc");const{data:r,computed:i,methods:l,watch:c,provide:a,inject:u,created:p,beforeMount:d,mounted:v,beforeUpdate:g,updated:y,activated:_,deactivated:b,beforeDestroy:x,beforeUnmount:S,destroyed:C,unmounted:w,render:k,renderTracked:A,renderTriggered:E,errorCaptured:T,serverPrefetch:O,expose:F,inheritAttrs:L,components:M,directives:P,filters:j}=t;if(u&&function(e,t){f(e)&&(e=Cs(e));for(const n in e){const s=e[n];let o;o=m(s)?"default"in s?Ms(s.from||n,s.default,!0):Ms(s.from||n):Ms(s),gt(o)?Object.defineProperty(t,n,{enumerable:!0,configurable:!0,get:()=>o.value,set:e=>o.value=e}):t[n]=o}}(u,o,null),l)for(const s in l){const e=l[s];h(e)&&(o[s]=e.bind(n))}if(r){const t=r.call(n,n);m(t)&&(e.data=it(t))}if(vs=!0,i)for(const f in i){const e=i[f],t=h(e)?e.bind(n,n):h(e.get)?e.get.bind(n,n):s,r=!h(e)&&h(e.set)?e.set.bind(n):s,l=ir({get:t,set:r});Object.defineProperty(o,f,{enumerable:!0,configurable:!0,get:()=>l.value,set:e=>l.value=e})}if(c)for(const s in c)ys(c[s],o,n,s);if(a){const e=h(a)?a.call(n):a;Reflect.ownKeys(e).forEach((t=>{Ls(t,e[t])}))}function D(e,t){f(t)?t.forEach((t=>e(t.bind(n)))):t&&e(t.bind(n))}if(p&&ms(p,e,"c"),D(qn,d),D(zn,v),D(Gn,g),D(Jn,y),D(In,_),D(Un,b),D(ts,T),D(es,A),D(Yn,E),D(Zn,S),D(Xn,w),D(Qn,O),f(F))if(F.length){const t=e.exposed||(e.exposed={});F.forEach((e=>{Object.defineProperty(t,e,{get:()=>n[e],set:t=>n[e]=t})}))}else e.exposed||(e.exposed={});k&&e.render===s&&(e.render=k),null!=L&&(e.inheritAttrs=L),M&&(e.components=M),P&&(e.directives=P),O&&Pn(e)}function ms(e,t,n){Rt(f(e)?e.map((e=>e.bind(t.proxy))):e.bind(t.proxy),t,n)}function ys(e,t,n,s){let o=s.includes(".")?lo(n,s):()=>n[s];if(v(e)){const n=t[e];h(n)&&oo(o,n)}else if(h(e))oo(o,e.bind(n));else if(m(e))if(f(e))e.forEach((e=>ys(e,t,n,s)));else{const s=h(e.handler)?e.handler.bind(n):t[e.handler];h(s)&&oo(o,s,e)}}function _s(e){const t=e.type,{mixins:n,extends:s}=t,{mixins:o,optionsCache:r,config:{optionMergeStrategies:i}}=e.appContext,l=r.get(t);let c;return l?c=l:o.length||n||s?(c={},o.length&&o.forEach((e=>bs(c,e,i,!0))),bs(c,t,i)):c=t,m(t)&&r.set(t,c),c}function bs(e,t,n,s=!1){const{mixins:o,extends:r}=t;r&&bs(e,r,n,!0),o&&o.forEach((t=>bs(e,t,n,!0)));for(const i in t)if(s&&"expose"===i);else{const s=xs[i]||n&&n[i];e[i]=s?s(e[i],t[i]):t[i]}return e}const xs={data:Ss,props:As,emits:As,methods:ks,computed:ks,beforeCreate:ws,created:ws,beforeMount:ws,mounted:ws,beforeUpdate:ws,updated:ws,beforeDestroy:ws,beforeUnmount:ws,destroyed:ws,unmounted:ws,activated:ws,deactivated:ws,errorCaptured:ws,serverPrefetch:ws,components:ks,directives:ks,watch:function(e,t){if(!e)return t;if(!t)return e;const n=l(Object.create(null),e);for(const s in t)n[s]=ws(e[s],t[s]);return n},provide:Ss,inject:function(e,t){return ks(Cs(e),Cs(t))}};function Ss(e,t){return t?e?function(){return l(h(e)?e.call(this,this):e,h(t)?t.call(this,this):t)}:t:e}function Cs(e){if(f(e)){const t={};for(let n=0;n<e.length;n++)t[e[n]]=e[n];return t}return e}function ws(e,t){return e?[...new Set([].concat(e,t))]:t}function ks(e,t){return e?l(Object.create(null),e,t):t}function As(e,t){return e?f(e)&&f(t)?[...new Set([...e,...t])]:l(Object.create(null),hs(e),hs(null!=t?t:{})):t}function Es(){return{app:null,config:{isNativeTag:o,performance:!1,globalProperties:{},optionMergeStrategies:{},errorHandler:void 0,warnHandler:void 0,compilerOptions:{}},mixins:[],components:{},directives:{},provides:Object.create(null),optionsCache:new WeakMap,propsCache:new WeakMap,emitsCache:new WeakMap}}let Ts=0;function Os(e,t){return function(t,n=null){h(t)||(t=l({},t)),null==n||m(n)||(n=null);const s=Es(),o=new WeakSet,r=[];let i=!1;const c=s.app={_uid:Ts++,_component:t,_props:n,_container:null,_context:s,_instance:null,version:cr,get config(){return s.config},set config(e){},use:(e,...t)=>(o.has(e)||(e&&h(e.install)?(o.add(e),e.install(c,...t)):h(e)&&(o.add(e),e(c,...t))),c),mixin:e=>(s.mixins.includes(e)||s.mixins.push(e),c),component:(e,t)=>t?(s.components[e]=t,c):s.components[e],directive:(e,t)=>t?(s.directives[e]=t,c):s.directives[e],mount(o,r,l){if(!i){const r=c._ceVNode||Do(t,n);return r.appContext=s,!0===l?l="svg":!1===l&&(l=void 0),e(r,o,l),i=!0,c._container=o,o.__vue_app__=c,or(r.component)}},onUnmount(e){r.push(e)},unmount(){i&&(Rt(r,c._instance,16),e(null,c._container),delete c._container.__vue_app__)},provide:(e,t)=>(s.provides[e]=t,c),runWithContext(e){const t=Fs;Fs=c;try{return e()}finally{Fs=t}}};return c}}let Fs=null;function Ls(e,t){if(qo){let n=qo.provides;const s=qo.parent&&qo.parent.provides;s===n&&(n=qo.provides=Object.create(s)),n[e]=t}else;}function Ms(e,t,n=!1){const s=qo||Yt;if(s||Fs){const o=Fs?Fs._context.provides:s?null==s.parent?s.vnode.appContext&&s.vnode.appContext.provides:s.parent.provides:void 0;if(o&&e in o)return o[e];if(arguments.length>1)return n&&h(t)?t.call(s&&s.proxy):t}}const Ps={},js=()=>Object.create(Ps),Ds=e=>Object.getPrototypeOf(e)===Ps;function $s(e,t,n,s=!1){const o={},r=js();e.propsDefaults=Object.create(null),Rs(e,t,o,r);for(const i in e.propsOptions[0])i in o||(o[i]=void 0);n?e.props=s?o:ct(o,!1,qe,Ye,nt):e.type.props?e.props=o:e.props=r,e.attrs=r}function Rs(e,n,s,o){const[r,i]=e.propsOptions;let l,c=!1;if(n)for(let t in n){if(C(t))continue;const a=n[t];let f;r&&u(r,f=A(t))?i&&i.includes(f)?(l||(l={}))[f]=a:s[f]=a:fo(e.emitsOptions,t)||t in o&&a===o[t]||(o[t]=a,c=!0)}if(i){const n=dt(s),o=l||t;for(let t=0;t<i.length;t++){const l=i[t];s[l]=Ns(r,n,l,o[l],e,!u(o,l))}}return c}function Ns(e,t,n,s,o,r){const i=e[n];if(null!=i){const e=u(i,"default");if(e&&void 0===s){const e=i.default;if(i.type!==Function&&!i.skipFactory&&h(e)){const{propsDefaults:r}=o;if(n in r)s=r[n];else{const i=Zo(o);s=r[n]=e.call(null,t),i()}}else s=e;o.ce&&o.ce._setProp(n,s)}i[0]&&(r&&!e?s=!1:!i[1]||""!==s&&s!==T(n)||(s=!0))}return s}const Vs=new WeakMap;function Is(e,s,o=!1){const r=o?Vs:s.propsCache,i=r.get(e);if(i)return i;const c=e.props,a={},p=[];let d=!1;if(!h(e)){const t=e=>{d=!0;const[t,n]=Is(e,s,!0);l(a,t),n&&p.push(...n)};!o&&s.mixins.length&&s.mixins.forEach(t),e.extends&&t(e.extends),e.mixins&&e.mixins.forEach(t)}if(!c&&!d)return m(e)&&r.set(e,n),n;if(f(c))for(let n=0;n<c.length;n++){const e=A(c[n]);Us(e)&&(a[e]=t)}else if(c)for(const t in c){const e=A(t);if(Us(e)){const n=c[t],s=a[e]=f(n)||h(n)?{type:n}:l({},n),o=s.type;let r=!1,i=!0;if(f(o))for(let e=0;e<o.length;++e){const t=o[e],n=h(t)&&t.name;if("Boolean"===n){r=!0;break}"String"===n&&(i=!1)}else r=h(o)&&"Boolean"===o.name;s[0]=r,s[1]=i,(r||u(s,"default"))&&p.push(e)}}const v=[a,p];return m(e)&&r.set(e,v),v}function Us(e){return"$"!==e[0]&&!C(e)}const Bs=e=>"_"===e[0]||"$stable"===e,Ws=e=>f(e)?e.map(Io):[Io(e)],Hs=(e,t,n)=>{if(t._n)return t;const s=nn(((...e)=>Ws(t(...e))),n);return s._c=!1,s},Ks=(e,t,n)=>{const s=e._ctx;for(const o in e){if(Bs(o))continue;const n=e[o];if(h(n))t[o]=Hs(0,n,s);else if(null!=n){const e=Ws(n);t[o]=()=>e}}},qs=(e,t)=>{const n=Ws(t);e.slots.default=()=>n},zs=(e,t,n)=>{for(const s in t)!n&&Bs(s)||(e[s]=t[s])},Gs=function(e,t){t&&t.pendingBranch?f(e)?t.effects.push(...e):t.effects.push(e):(f(n=e)?Ut.push(...n):Bt&&-1===n.id?Bt.splice(Wt+1,0,n):1&n.flags||(Ut.push(n),n.flags|=1),Gt());var n};function Js(e){return function(e){$().__VUE__=!0;const{insert:o,remove:r,patchProp:i,createElement:l,createText:c,createComment:a,setText:p,setElementText:d,parentNode:h,nextSibling:v,setScopeId:g=s,insertStaticContent:m}=e,_=(e,t,n,s=null,o=null,r=null,i=void 0,l=null,c=!!t.dynamicChildren)=>{if(e===t)return;e&&!Lo(e,t)&&(s=ee(e),G(e,o,r,!0),e=null),-2===t.patchFlag&&(c=!1,t.dynamicChildren=null);const{type:a,ref:u,shapeFlag:f}=t;switch(a){case _o:b(e,t,n,s);break;case bo:x(e,t,n,s);break;case xo:null==e&&S(t,n,s,i);break;case yo:N(e,t,n,s,o,r,i,l,c);break;default:1&f?E(e,t,n,s,o,r,i,l,c):6&f?V(e,t,n,s,o,r,i,l,c):(64&f||128&f)&&a.process(e,t,n,s,o,r,i,l,c,oe)}null!=u&&o&&jn(u,e&&e.ref,r,t||e,!t)},b=(e,t,n,s)=>{if(null==e)o(t.el=c(t.children),n,s);else{const n=t.el=e.el;t.children!==e.children&&p(n,t.children)}},x=(e,t,n,s)=>{null==e?o(t.el=a(t.children||""),n,s):t.el=e.el},S=(e,t,n,s)=>{[e.el,e.anchor]=m(e.children,t,n,s,e.el,e.anchor)},w=({el:e,anchor:t},n,s)=>{let r;for(;e&&e!==t;)r=v(e),o(e,n,s),e=r;o(t,n,s)},k=({el:e,anchor:t})=>{let n;for(;e&&e!==t;)n=v(e),r(e),e=n;r(t)},E=(e,t,n,s,o,r,i,l,c)=>{"svg"===t.type?i="svg":"math"===t.type&&(i="mathml"),null==e?O(t,n,s,o,r,i,l,c):j(e,t,o,r,i,l,c)},O=(e,t,n,s,r,c,a,u)=>{let f,p;const{props:h,shapeFlag:v,transition:g,dirs:m}=e;if(f=e.el=l(e.type,c,h&&h.is,h),8&v?d(f,e.children):16&v&&L(e.children,f,null,s,r,Zs(e,c),a,u),m&&on(e,null,s,"created"),F(f,e,e.scopeId,a,s),h){for(const e in h)"value"===e||C(e)||i(f,e,null,h[e],c,s);"value"in h&&i(f,"value",null,h.value,c),(p=h.onVnodeBeforeMount)&&Wo(p,s,e)}m&&on(e,null,s,"beforeMount");const y=function(e,t){return(!e||e&&!e.pendingBranch)&&t&&!t.persisted}(r,g);y&&g.beforeEnter(f),o(f,t,n),((p=h&&h.onVnodeMounted)||y||m)&&Gs((()=>{p&&Wo(p,s,e),y&&g.enter(f),m&&on(e,null,s,"mounted")}),r)},F=(e,t,n,s,o)=>{if(n&&g(e,n),s)for(let r=0;r<s.length;r++)g(e,s[r]);if(o){let n=o.subTree;if(t===n||mo(n.type)&&(n.ssContent===t||n.ssFallback===t)){const t=o.vnode;F(e,t,t.scopeId,t.slotScopeIds,o.parent)}}},L=(e,t,n,s,o,r,i,l,c=0)=>{for(let a=c;a<e.length;a++){const c=e[a]=l?Uo(e[a]):Io(e[a]);_(null,c,t,n,s,o,r,i,l)}},j=(e,n,s,o,r,l,c)=>{const a=n.el=e.el;let{patchFlag:u,dynamicChildren:f,dirs:p}=n;u|=16&e.patchFlag;const h=e.props||t,v=n.props||t;let g;if(s&&Xs(s,!1),(g=v.onVnodeBeforeUpdate)&&Wo(g,s,n,e),p&&on(n,e,s,"beforeUpdate"),s&&Xs(s,!0),(h.innerHTML&&null==v.innerHTML||h.textContent&&null==v.textContent)&&d(a,""),f?D(e.dynamicChildren,f,a,s,o,Zs(n,r),l):c||H(e,n,a,null,s,o,Zs(n,r),l,!1),u>0){if(16&u)R(a,h,v,s,r);else if(2&u&&h.class!==v.class&&i(a,"class",null,v.class,r),4&u&&i(a,"style",h.style,v.style,r),8&u){const e=n.dynamicProps;for(let t=0;t<e.length;t++){const n=e[t],o=h[n],l=v[n];l===o&&"value"!==n||i(a,n,o,l,r,s)}}1&u&&e.children!==n.children&&d(a,n.children)}else c||null!=f||R(a,h,v,s,r);((g=v.onVnodeUpdated)||p)&&Gs((()=>{g&&Wo(g,s,n,e),p&&on(n,e,s,"updated")}),o)},D=(e,t,n,s,o,r,i)=>{for(let l=0;l<t.length;l++){const c=e[l],a=t[l],u=c.el&&(c.type===yo||!Lo(c,a)||70&c.shapeFlag)?h(c.el):n;_(c,a,u,null,s,o,r,i,!0)}},R=(e,n,s,o,r)=>{if(n!==s){if(n!==t)for(const t in n)C(t)||t in s||i(e,t,n[t],null,r,o);for(const t in s){if(C(t))continue;const l=s[t],c=n[t];l!==c&&"value"!==t&&i(e,t,c,l,r,o)}"value"in s&&i(e,"value",n.value,s.value,r)}},N=(e,t,n,s,r,i,l,a,u)=>{const f=t.el=e?e.el:c(""),p=t.anchor=e?e.anchor:c("");let{patchFlag:d,dynamicChildren:h,slotScopeIds:v}=t;v&&(a=a?a.concat(v):v),null==e?(o(f,n,s),o(p,n,s),L(t.children||[],n,p,r,i,l,a,u)):d>0&&64&d&&h&&e.dynamicChildren?(D(e.dynamicChildren,h,n,r,i,l,a),(null!=t.key||r&&t===r.subTree)&&Qs(e,t,!0)):H(e,t,n,p,r,i,l,a,u)},V=(e,t,n,s,o,r,i,l,c)=>{t.slotScopeIds=l,null==e?512&t.shapeFlag?o.ctx.activate(t,n,s,i,c):I(t,n,s,o,r,i,c):U(e,t,c)},I=(e,n,s,o,r,i,l)=>{const c=e.component=function(e,n,s){const o=e.type,r=(n?n.appContext:e.appContext)||Ho,i={uid:Ko++,vnode:e,type:o,parent:n,appContext:r,root:null,next:null,subTree:null,effect:null,update:null,job:null,scope:new X(!0),render:null,proxy:null,exposed:null,exposeProxy:null,withProxy:null,provides:n?n.provides:Object.create(r.provides),ids:n?n.ids:["",0,0],accessCache:null,renderCache:[],components:null,directives:null,propsOptions:Is(o,r),emitsOptions:uo(o,r),emit:null,emitted:null,propsDefaults:t,inheritAttrs:o.inheritAttrs,ctx:t,data:t,props:t,attrs:t,slots:t,refs:t,setupState:t,setupContext:null,suspense:s,suspenseId:s?s.pendingId:0,asyncDep:null,asyncResolved:!1,isMounted:!1,isUnmounted:!1,isDeactivated:!1,bc:null,c:null,bm:null,m:null,bu:null,u:null,um:null,bum:null,da:null,a:null,rtg:null,rtc:null,ec:null,sp:null};i.ctx={_:i},i.root=n?n.root:i,i.emit=ao.bind(null,i),e.ce&&e.ce(i);return i}(e,o,r);if(Vn(e)&&(c.ctx.renderer=oe),function(e,t=!1,n=!1){t&&Jo(t);const{props:s,children:o}=e.vnode,r=Qo(e);$s(e,s,r,t),((e,t,n)=>{const s=e.slots=js();if(32&e.vnode.shapeFlag){const e=t._;e?(zs(s,t,n),n&&P(s,"_",e,!0)):Ks(t,s)}else t&&qs(e,t)})(e,o,n||t);const i=r?function(e,t){const n=e.type;e.accessCache=Object.create(null),e.proxy=new Proxy(e.ctx,ps);const{setup:s}=n;if(s){ge();const n=e.setupContext=s.length>1?sr(e):null,o=Zo(e),r=$t(s,e,0,[e.props,n]),i=y(r);if(me(),o(),!i&&!e.sp||$n(e)||Pn(e),i){if(r.then(Xo,Xo),t)return r.then((t=>{er(e,t)})).catch((t=>{Nt(t,e,0)}));e.asyncDep=r}else er(e,r)}else tr(e)}(e,t):void 0;t&&Jo(!1)}(c,!1,l),c.asyncDep){if(r&&r.registerDep(c,B,l),!e.el){const e=c.subTree=Do(bo);x(null,e,n,s)}}else B(c,e,n,s,r,i,l)},U=(e,t,n)=>{const s=t.component=e.component;if(function(e,t,n){const{props:s,children:o,component:r}=e,{props:i,children:l,patchFlag:c}=t,a=r.emitsOptions;if(t.dirs||t.transition)return!0;if(!(n&&c>=0))return!(!o&&!l||l&&l.$stable)||s!==i&&(s?!i||go(s,i,a):!!i);if(1024&c)return!0;if(16&c)return s?go(s,i,a):!!i;if(8&c){const e=t.dynamicProps;for(let t=0;t<e.length;t++){const n=e[t];if(i[n]!==s[n]&&!fo(a,n))return!0}}return!1}(e,t,n)){if(s.asyncDep&&!s.asyncResolved)return void W(s,t,n);s.next=t,s.update()}else t.el=e.el,s.vnode=t},B=(e,t,n,s,o,r,i)=>{const l=()=>{if(e.isMounted){let{next:t,bu:n,u:s,parent:c,vnode:a}=e;{const n=Ys(e);if(n)return t&&(t.el=a.el,W(e,t,i)),void n.asyncDep.then((()=>{e.isUnmounted||l()}))}let u,f=t;Xs(e,!1),t?(t.el=a.el,W(e,t,i)):t=a,n&&M(n),(u=t.props&&t.props.onVnodeBeforeUpdate)&&Wo(u,c,t,a),Xs(e,!0);const p=po(e),d=e.subTree;e.subTree=p,_(d,p,h(d.el),ee(d),e,o,r),t.el=p.el,null===f&&function({vnode:e,parent:t},n){for(;t;){const s=t.subTree;if(s.suspense&&s.suspense.activeBranch===e&&(s.el=e.el),s!==e)break;(e=t.vnode).el=n,t=t.parent}}(e,p.el),s&&Gs(s,o),(u=t.props&&t.props.onVnodeUpdated)&&Gs((()=>Wo(u,c,t,a)),o)}else{let i;const{el:l,props:c}=t,{bm:a,m:u,parent:f,root:p,type:d}=e,h=$n(t);Xs(e,!1),a&&M(a),!h&&(i=c&&c.onVnodeBeforeMount)&&Wo(i,f,t),Xs(e,!0);{p.ce&&p.ce._injectChildStyle(d);const i=e.subTree=po(e);_(null,i,n,s,e,o,r),t.el=i.el}if(u&&Gs(u,o),!h&&(i=c&&c.onVnodeMounted)){const e=t;Gs((()=>Wo(i,f,e)),o)}(256&t.shapeFlag||f&&$n(f.vnode)&&256&f.vnode.shapeFlag)&&e.a&&Gs(e.a,o),e.isMounted=!0,t=n=s=null}};e.scope.on();const c=e.effect=new te(l);e.scope.off();const a=e.update=c.run.bind(c),u=e.job=c.runIfDirty.bind(c);u.i=e,u.id=e.uid,c.scheduler=()=>zt(u),Xs(e,!0),a()},W=(e,n,s)=>{n.component=e;const o=e.vnode.props;e.vnode=n,e.next=null,function(e,t,n,s){const{props:o,attrs:r,vnode:{patchFlag:i}}=e,l=dt(o),[c]=e.propsOptions;let a=!1;if(!(s||i>0)||16&i){let s;Rs(e,t,o,r)&&(a=!0);for(const r in l)t&&(u(t,r)||(s=T(r))!==r&&u(t,s))||(c?!n||void 0===n[r]&&void 0===n[s]||(o[r]=Ns(c,l,r,void 0,e,!0)):delete o[r]);if(r!==l)for(const e in r)t&&u(t,e)||(delete r[e],a=!0)}else if(8&i){const n=e.vnode.dynamicProps;for(let s=0;s<n.length;s++){let i=n[s];if(fo(e.emitsOptions,i))continue;const f=t[i];if(c)if(u(r,i))f!==r[i]&&(r[i]=f,a=!0);else{const t=A(i);o[t]=Ns(c,l,t,f,e,!1)}else f!==r[i]&&(r[i]=f,a=!0)}}a&&Te(e.attrs,"set","")}(e,n.props,o,s),((e,n,s)=>{const{vnode:o,slots:r}=e;let i=!0,l=t;if(32&o.shapeFlag){const e=n._;e?s&&1===e?i=!1:zs(r,n,s):(i=!n.$stable,Ks(n,r)),l=n}else n&&(qs(e,n),l={default:1});if(i)for(const t in r)Bs(t)||null!=l[t]||delete r[t]})(e,n.children,s),ge(),Jt(e),me()},H=(e,t,n,s,o,r,i,l,c=!1)=>{const a=e&&e.children,u=e?e.shapeFlag:0,f=t.children,{patchFlag:p,shapeFlag:h}=t;if(p>0){if(128&p)return void q(a,f,n,s,o,r,i,l,c);if(256&p)return void K(a,f,n,s,o,r,i,l,c)}8&h?(16&u&&Y(a,o,r),f!==a&&d(n,f)):16&u?16&h?q(a,f,n,s,o,r,i,l,c):Y(a,o,r,!0):(8&u&&d(n,""),16&h&&L(f,n,s,o,r,i,l,c))},K=(e,t,s,o,r,i,l,c,a)=>{t=t||n;const u=(e=e||n).length,f=t.length,p=Math.min(u,f);let d;for(d=0;d<p;d++){const n=t[d]=a?Uo(t[d]):Io(t[d]);_(e[d],n,s,null,r,i,l,c,a)}u>f?Y(e,r,i,!0,!1,p):L(t,s,o,r,i,l,c,a,p)},q=(e,t,s,o,r,i,l,c,a)=>{let u=0;const f=t.length;let p=e.length-1,d=f-1;for(;u<=p&&u<=d;){const n=e[u],o=t[u]=a?Uo(t[u]):Io(t[u]);if(!Lo(n,o))break;_(n,o,s,null,r,i,l,c,a),u++}for(;u<=p&&u<=d;){const n=e[p],o=t[d]=a?Uo(t[d]):Io(t[d]);if(!Lo(n,o))break;_(n,o,s,null,r,i,l,c,a),p--,d--}if(u>p){if(u<=d){const e=d+1,n=e<f?t[e].el:o;for(;u<=d;)_(null,t[u]=a?Uo(t[u]):Io(t[u]),s,n,r,i,l,c,a),u++}}else if(u>d)for(;u<=p;)G(e[u],r,i,!0),u++;else{const h=u,v=u,g=new Map;for(u=v;u<=d;u++){const e=t[u]=a?Uo(t[u]):Io(t[u]);null!=e.key&&g.set(e.key,u)}let m,y=0;const b=d-v+1;let x=!1,S=0;const C=new Array(b);for(u=0;u<b;u++)C[u]=0;for(u=h;u<=p;u++){const n=e[u];if(y>=b){G(n,r,i,!0);continue}let o;if(null!=n.key)o=g.get(n.key);else for(m=v;m<=d;m++)if(0===C[m-v]&&Lo(n,t[m])){o=m;break}void 0===o?G(n,r,i,!0):(C[o-v]=u+1,o>=S?S=o:x=!0,_(n,t[o],s,null,r,i,l,c,a),y++)}const w=x?function(e){const t=e.slice(),n=[0];let s,o,r,i,l;const c=e.length;for(s=0;s<c;s++){const c=e[s];if(0!==c){if(o=n[n.length-1],e[o]<c){t[s]=o,n.push(s);continue}for(r=0,i=n.length-1;r<i;)l=r+i>>1,e[n[l]]<c?r=l+1:i=l;c<e[n[r]]&&(r>0&&(t[s]=n[r-1]),n[r]=s)}}r=n.length,i=n[r-1];for(;r-- >0;)n[r]=i,i=t[i];return n}(C):n;for(m=w.length-1,u=b-1;u>=0;u--){const e=v+u,n=t[e],p=e+1<f?t[e+1].el:o;0===C[u]?_(null,n,s,p,r,i,l,c,a):x&&(m<0||u!==w[m]?z(n,s,p,2):m--)}}},z=(e,t,n,s,i=null)=>{const{el:l,type:c,transition:a,children:u,shapeFlag:f}=e;if(6&f)return void z(e.component.subTree,t,n,s);if(128&f)return void e.suspense.move(t,n,s);if(64&f)return void c.move(e,t,n,oe);if(c===yo){o(l,t,n);for(let e=0;e<u.length;e++)z(u[e],t,n,s);return void o(e.anchor,t,n)}if(c===xo)return void w(e,t,n);if(2!==s&&1&f&&a)if(0===s)a.beforeEnter(l),o(l,t,n),Gs((()=>a.enter(l)),i);else{const{leave:s,delayLeave:i,afterLeave:c}=a,u=()=>{e.ctx.isUnmounted?r(l):o(l,t,n)},f=()=>{s(l,(()=>{u(),c&&c()}))};i?i(l,u,f):f()}else o(l,t,n)},G=(e,t,n,s=!1,o=!1)=>{const{type:r,props:i,ref:l,children:c,dynamicChildren:a,shapeFlag:u,patchFlag:f,dirs:p,cacheIndex:d}=e;if(-2===f&&(o=!1),null!=l&&(ge(),jn(l,null,n,e,!0),me()),null!=d&&(t.renderCache[d]=void 0),256&u)return void t.ctx.deactivate(e);const h=1&u&&p,v=!$n(e);let g;if(v&&(g=i&&i.onVnodeBeforeUnmount)&&Wo(g,t,e),6&u)Q(e.component,n,s);else{if(128&u)return void e.suspense.unmount(n,s);h&&on(e,null,t,"beforeUnmount"),64&u?e.type.remove(e,t,n,oe,s):a&&!a.hasOnce&&(r!==yo||f>0&&64&f)?Y(a,t,n,!1,!0):(r===yo&&384&f||!o&&16&u)&&Y(c,t,n),s&&J(e)}(v&&(g=i&&i.onVnodeUnmounted)||h)&&Gs((()=>{g&&Wo(g,t,e),h&&on(e,null,t,"unmounted")}),n)},J=e=>{const{type:t,el:n,anchor:s,transition:o}=e;if(t===yo)return void Z(n,s);if(t===xo)return void k(e);const i=()=>{r(n),o&&!o.persisted&&o.afterLeave&&o.afterLeave()};if(1&e.shapeFlag&&o&&!o.persisted){const{leave:t,delayLeave:s}=o,r=()=>t(n,i);s?s(e.el,i,r):r()}else i()},Z=(e,t)=>{let n;for(;e!==t;)n=v(e),r(e),e=n;r(t)},Q=(e,t,n)=>{const{bum:s,scope:o,job:r,subTree:i,um:l,m:c,a:a,parent:u,slots:{__:p}}=e;eo(c),eo(a),s&&M(s),u&&f(p)&&p.forEach((e=>{u.renderCache[e]=void 0})),o.stop(),r&&(r.flags|=8,G(i,e,t,n)),l&&Gs(l,t),Gs((()=>{e.isUnmounted=!0}),t),t&&t.pendingBranch&&!t.isUnmounted&&e.asyncDep&&!e.asyncResolved&&e.suspenseId===t.pendingId&&(t.deps--,0===t.deps&&t.resolve())},Y=(e,t,n,s=!1,o=!1,r=0)=>{for(let i=r;i<e.length;i++)G(e[i],t,n,s,o)},ee=e=>{if(6&e.shapeFlag)return ee(e.component.subTree);if(128&e.shapeFlag)return e.suspense.next();const t=v(e.anchor||e.el),n=t&&t[rn];return n?v(n):t};let ne=!1;const se=(e,t,n)=>{null==e?t._vnode&&G(t._vnode,null,null,!0):_(t._vnode||null,e,t,null,null,null,n),t._vnode=e,ne||(ne=!0,Jt(),Zt(),ne=!1)},oe={p:_,um:G,m:z,r:J,mt:I,mc:L,pc:H,pbc:D,n:ee,o:e};let re;return{render:se,hydrate:re,createApp:Os(se)}}(e)}function Zs({type:e,props:t},n){return"svg"===n&&"foreignObject"===e||"mathml"===n&&"annotation-xml"===e&&t&&t.encoding&&t.encoding.includes("html")?void 0:n}function Xs({effect:e,job:t},n){n?(e.flags|=32,t.flags|=4):(e.flags&=-33,t.flags&=-5)}function Qs(e,t,n=!1){const s=e.children,o=t.children;if(f(s)&&f(o))for(let r=0;r<s.length;r++){const e=s[r];let t=o[r];1&t.shapeFlag&&!t.dynamicChildren&&((t.patchFlag<=0||32===t.patchFlag)&&(t=o[r]=Uo(o[r]),t.el=e.el),n||-2===t.patchFlag||Qs(e,t)),t.type===_o&&(t.el=e.el),t.type!==bo||t.el||(t.el=e.el)}}function Ys(e){const t=e.subTree.component;if(t)return t.asyncDep&&!t.asyncResolved?t:Ys(t)}function eo(e){if(e)for(let t=0;t<e.length;t++)e[t].flags|=8}const to=Symbol.for("v-scx"),no=()=>Ms(to);function so(e,t){return ro(e,null,t)}function oo(e,t,n){return ro(e,t,n)}function ro(e,n,o=t){const{immediate:r,deep:i,flush:c,once:a}=o,u=l({},o),f=n&&r||!n&&"post"!==c;let p;if(Yo)if("sync"===c){const e=no();p=e.__watcherHandles||(e.__watcherHandles=[])}else if(!f){const e=()=>{};return e.stop=s,e.resume=s,e.pause=s,e}const d=qo;u.call=(e,t,n)=>Rt(e,d,t,n);let h=!1;"post"===c?u.scheduler=e=>{Gs(e,d&&d.suspense)}:"sync"!==c&&(h=!0,u.scheduler=(e,t)=>{t?e():zt(e)}),u.augmentJob=e=>{n&&(e.flags|=4),h&&(e.flags|=2,d&&(e.id=d.uid,e.i=d))};const v=jt(e,n,u);return Yo&&(p?p.push(v):f&&v()),v}function io(e,t,n){const s=this.proxy,o=v(e)?e.includes(".")?lo(s,e):()=>s[e]:e.bind(s,s);let r;h(t)?r=t:(r=t.handler,n=t);const i=Zo(this),l=ro(o,r.bind(s),n);return i(),l}function lo(e,t){const n=t.split(".");return()=>{let t=e;for(let e=0;e<n.length&&t;e++)t=t[n[e]];return t}}const co=(e,t)=>"modelValue"===t||"model-value"===t?e.modelModifiers:e[`${t}Modifiers`]||e[`${A(t)}Modifiers`]||e[`${T(t)}Modifiers`];function ao(e,n,...s){if(e.isUnmounted)return;const o=e.vnode.props||t;let r=s;const i=n.startsWith("update:"),l=i&&co(o,n.slice(7));let c;l&&(l.trim&&(r=s.map((e=>v(e)?e.trim():e))),l.number&&(r=s.map(j)));let a=o[c=F(n)]||o[c=F(A(n))];!a&&i&&(a=o[c=F(T(n))]),a&&Rt(a,e,6,r);const u=o[c+"Once"];if(u){if(e.emitted){if(e.emitted[c])return}else e.emitted={};e.emitted[c]=!0,Rt(u,e,6,r)}}function uo(e,t,n=!1){const s=t.emitsCache,o=s.get(e);if(void 0!==o)return o;const r=e.emits;let i={},c=!1;if(!h(e)){const s=e=>{const n=uo(e,t,!0);n&&(c=!0,l(i,n))};!n&&t.mixins.length&&t.mixins.forEach(s),e.extends&&s(e.extends),e.mixins&&e.mixins.forEach(s)}return r||c?(f(r)?r.forEach((e=>i[e]=null)):l(i,r),m(e)&&s.set(e,i),i):(m(e)&&s.set(e,null),null)}function fo(e,t){return!(!e||!r(t))&&(t=t.slice(2).replace(/Once$/,""),u(e,t[0].toLowerCase()+t.slice(1))||u(e,T(t))||u(e,t))}function po(e){const{type:t,vnode:n,proxy:s,withProxy:o,propsOptions:[r],slots:l,attrs:c,emit:a,render:u,renderCache:f,props:p,data:d,setupState:h,ctx:v,inheritAttrs:g}=e,m=tn(e);let y,_;try{if(4&n.shapeFlag){const e=o||s,t=e;y=Io(u.call(t,e,f,p,h,d,v)),_=c}else{const e=t;0,y=Io(e.length>1?e(p,{attrs:c,slots:l,emit:a}):e(p,null)),_=t.props?c:ho(c)}}catch(x){So.length=0,Nt(x,e,1),y=Do(bo)}let b=y;if(_&&!1!==g){const e=Object.keys(_),{shapeFlag:t}=b;e.length&&7&t&&(r&&e.some(i)&&(_=vo(_,r)),b=$o(b,_,!1,!0))}return n.dirs&&(b=$o(b,null,!1,!0),b.dirs=b.dirs?b.dirs.concat(n.dirs):n.dirs),n.transition&&Fn(b,n.transition),y=b,tn(m),y}const ho=e=>{let t;for(const n in e)("class"===n||"style"===n||r(n))&&((t||(t={}))[n]=e[n]);return t},vo=(e,t)=>{const n={};for(const s in e)i(s)&&s.slice(9)in t||(n[s]=e[s]);return n};function go(e,t,n){const s=Object.keys(t);if(s.length!==Object.keys(e).length)return!0;for(let o=0;o<s.length;o++){const r=s[o];if(t[r]!==e[r]&&!fo(n,r))return!0}return!1}const mo=e=>e.__isSuspense;const yo=Symbol.for("v-fgt"),_o=Symbol.for("v-txt"),bo=Symbol.for("v-cmt"),xo=Symbol.for("v-stc"),So=[];let Co=null;function wo(e=!1){So.push(Co=e?null:[])}let ko=1;function Ao(e,t=!1){ko+=e,e<0&&Co&&t&&(Co.hasOnce=!0)}function Eo(e){return e.dynamicChildren=ko>0?Co||n:null,So.pop(),Co=So[So.length-1]||null,ko>0&&Co&&Co.push(e),e}function To(e,t,n,s,o,r){return Eo(jo(e,t,n,s,o,r,!0))}function Oo(e,t,n,s,o){return Eo(Do(e,t,n,s,o,!0))}function Fo(e){return!!e&&!0===e.__v_isVNode}function Lo(e,t){return e.type===t.type&&e.key===t.key}const Mo=({key:e})=>null!=e?e:null,Po=({ref:e,ref_key:t,ref_for:n})=>("number"==typeof e&&(e=""+e),null!=e?v(e)||gt(e)||h(e)?{i:Yt,r:e,k:t,f:!!n}:e:null);function jo(e,t=null,n=null,s=0,o=null,r=(e===yo?0:1),i=!1,l=!1){const c={__v_isVNode:!0,__v_skip:!0,type:e,props:t,key:t&&Mo(t),ref:t&&Po(t),scopeId:en,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:r,patchFlag:s,dynamicProps:o,dynamicChildren:null,appContext:null,ctx:Yt};return l?(Bo(c,n),128&r&&e.normalize(c)):n&&(c.shapeFlag|=v(n)?8:16),ko>0&&!i&&Co&&(c.patchFlag>0||6&r)&&32!==c.patchFlag&&Co.push(c),c}const Do=function(e,t=null,n=null,s=0,o=null,r=!1){e&&e!==os||(e=bo);if(Fo(e)){const s=$o(e,t,!0);return n&&Bo(s,n),ko>0&&!r&&Co&&(6&s.shapeFlag?Co[Co.indexOf(e)]=s:Co.push(s)),s.patchFlag=-2,s}i=e,h(i)&&"__vccOpts"in i&&(e=e.__vccOpts);var i;if(t){t=function(e){return e?pt(e)||Ds(e)?l({},e):e:null}(t);let{class:e,style:n}=t;e&&!v(e)&&(t.class=B(e)),m(n)&&(pt(n)&&!f(n)&&(n=l({},n)),t.style=R(n))}const c=v(e)?1:mo(e)?128:ln(e)?64:m(e)?4:h(e)?2:0;return jo(e,t,n,s,o,c,r,!0)};function $o(e,t,n=!1,s=!1){const{props:o,ref:i,patchFlag:l,children:c,transition:a}=e,u=t?function(...e){const t={};for(let n=0;n<e.length;n++){const s=e[n];for(const e in s)if("class"===e)t.class!==s.class&&(t.class=B([t.class,s.class]));else if("style"===e)t.style=R([t.style,s.style]);else if(r(e)){const n=t[e],o=s[e];!o||n===o||f(n)&&n.includes(o)||(t[e]=n?[].concat(n,o):o)}else""!==e&&(t[e]=s[e])}return t}(o||{},t):o,p={__v_isVNode:!0,__v_skip:!0,type:e.type,props:u,key:u&&Mo(u),ref:t&&t.ref?n&&i?f(i)?i.concat(Po(t)):[i,Po(t)]:Po(t):i,scopeId:e.scopeId,slotScopeIds:e.slotScopeIds,children:c,target:e.target,targetStart:e.targetStart,targetAnchor:e.targetAnchor,staticCount:e.staticCount,shapeFlag:e.shapeFlag,patchFlag:t&&e.type!==yo?-1===l?16:16|l:l,dynamicProps:e.dynamicProps,dynamicChildren:e.dynamicChildren,appContext:e.appContext,dirs:e.dirs,transition:a,component:e.component,suspense:e.suspense,ssContent:e.ssContent&&$o(e.ssContent),ssFallback:e.ssFallback&&$o(e.ssFallback),el:e.el,anchor:e.anchor,ctx:e.ctx,ce:e.ce};return a&&s&&Fn(p,a.clone(p)),p}function Ro(e=" ",t=0){return Do(_o,null,e,t)}function No(e,t){const n=Do(xo,null,e);return n.staticCount=t,n}function Vo(e="",t=!1){return t?(wo(),Oo(bo,null,e)):Do(bo,null,e)}function Io(e){return null==e||"boolean"==typeof e?Do(bo):f(e)?Do(yo,null,e.slice()):Fo(e)?Uo(e):Do(_o,null,String(e))}function Uo(e){return null===e.el&&-1!==e.patchFlag||e.memo?e:$o(e)}function Bo(e,t){let n=0;const{shapeFlag:s}=e;if(null==t)t=null;else if(f(t))n=16;else if("object"==typeof t){if(65&s){const n=t.default;return void(n&&(n._c&&(n._d=!1),Bo(e,n()),n._c&&(n._d=!0)))}{n=32;const s=t._;s||Ds(t)?3===s&&Yt&&(1===Yt.slots._?t._=1:(t._=2,e.patchFlag|=1024)):t._ctx=Yt}}else h(t)?(t={default:t,_ctx:Yt},n=32):(t=String(t),64&s?(n=16,t=[Ro(t)]):n=8);e.children=t,e.shapeFlag|=n}function Wo(e,t,n,s=null){Rt(e,t,7,[n,s])}const Ho=Es();let Ko=0;let qo=null;const zo=()=>qo||Yt;let Go,Jo;{const e=$(),t=(t,n)=>{let s;return(s=e[t])||(s=e[t]=[]),s.push(n),e=>{s.length>1?s.forEach((t=>t(e))):s[0](e)}};Go=t("__VUE_INSTANCE_SETTERS__",(e=>qo=e)),Jo=t("__VUE_SSR_SETTERS__",(e=>Yo=e))}const Zo=e=>{const t=qo;return Go(e),e.scope.on(),()=>{e.scope.off(),Go(t)}},Xo=()=>{qo&&qo.scope.off(),Go(null)};function Qo(e){return 4&e.vnode.shapeFlag}let Yo=!1;function er(e,t,n){h(t)?e.type.__ssrInlineRender?e.ssrRender=t:e.render=t:m(t)&&(e.setupState=wt(t)),tr(e)}function tr(e,t,n){const o=e.type;e.render||(e.render=o.render||s);{const t=Zo(e);ge();try{gs(e)}finally{me(),t()}}}const nr={get:(e,t)=>(Ee(e,0,""),e[t])};function sr(e){const t=t=>{e.exposed=t||{}};return{attrs:new Proxy(e.attrs,nr),slots:e.slots,emit:e.emit,expose:t}}function or(e){return e.exposed?e.exposeProxy||(e.exposeProxy=new Proxy(wt((t=e.exposed,!u(t,"__v_skip")&&Object.isExtensible(t)&&P(t,"__v_skip",!0),t)),{get:(t,n)=>n in t?t[n]:n in us?us[n](e):void 0,has:(e,t)=>t in e||t in us})):e.proxy;var t}function rr(e,t=!0){return h(e)?e.displayName||e.name:e.name||t&&e.__name}const ir=(e,t)=>{const n=function(e,t,n=!1){let s,o;return h(e)?s=e:(s=e.get,o=e.set),new Ft(s,o,n)}(e,0,Yo);return n};function lr(e,t,n){const s=arguments.length;return 2===s?m(t)&&!f(t)?Fo(t)?Do(e,null,[t]):Do(e,t):Do(e,null,t):(s>3?n=Array.prototype.slice.call(arguments,2):3===s&&Fo(n)&&(n=[n]),Do(e,t,n))}const cr="3.5.14";
|
21 |
+
/**
|
22 |
+
* @vue/runtime-dom v3.5.14
|
23 |
+
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
24 |
+
* @license MIT
|
25 |
+
**/let ar;const ur="undefined"!=typeof window&&window.trustedTypes;if(ur)try{ar=ur.createPolicy("vue",{createHTML:e=>e})}catch(gi){}const fr=ar?e=>ar.createHTML(e):e=>e,pr="undefined"!=typeof document?document:null,dr=pr&&pr.createElement("template"),hr={insert:(e,t,n)=>{t.insertBefore(e,n||null)},remove:e=>{const t=e.parentNode;t&&t.removeChild(e)},createElement:(e,t,n,s)=>{const o="svg"===t?pr.createElementNS("http://www.w3.org/2000/svg",e):"mathml"===t?pr.createElementNS("http://www.w3.org/1998/Math/MathML",e):n?pr.createElement(e,{is:n}):pr.createElement(e);return"select"===e&&s&&null!=s.multiple&&o.setAttribute("multiple",s.multiple),o},createText:e=>pr.createTextNode(e),createComment:e=>pr.createComment(e),setText:(e,t)=>{e.nodeValue=t},setElementText:(e,t)=>{e.textContent=t},parentNode:e=>e.parentNode,nextSibling:e=>e.nextSibling,querySelector:e=>pr.querySelector(e),setScopeId(e,t){e.setAttribute(t,"")},insertStaticContent(e,t,n,s,o,r){const i=n?n.previousSibling:t.lastChild;if(o&&(o===r||o.nextSibling))for(;t.insertBefore(o.cloneNode(!0),n),o!==r&&(o=o.nextSibling););else{dr.innerHTML=fr("svg"===s?`<svg>${e}</svg>`:"mathml"===s?`<math>${e}</math>`:e);const o=dr.content;if("svg"===s||"mathml"===s){const e=o.firstChild;for(;e.firstChild;)o.appendChild(e.firstChild);o.removeChild(e)}t.insertBefore(o,n)}return[i?i.nextSibling:t.firstChild,n?n.previousSibling:t.lastChild]}},vr="transition",gr="animation",mr=Symbol("_vtc"),yr={name:String,type:String,css:{type:Boolean,default:!0},duration:[String,Number,Object],enterFromClass:String,enterActiveClass:String,enterToClass:String,appearFromClass:String,appearActiveClass:String,appearToClass:String,leaveFromClass:String,leaveActiveClass:String,leaveToClass:String},_r=l({},Sn,yr),br=(e=>(e.displayName="Transition",e.props=_r,e))(((e,{slots:t})=>lr(kn,Cr(e),t))),xr=(e,t=[])=>{f(e)?e.forEach((e=>e(...t))):e&&e(...t)},Sr=e=>!!e&&(f(e)?e.some((e=>e.length>1)):e.length>1);function Cr(e){const t={};for(const l in e)l in yr||(t[l]=e[l]);if(!1===e.css)return t;const{name:n="v",type:s,duration:o,enterFromClass:r=`${n}-enter-from`,enterActiveClass:i=`${n}-enter-active`,enterToClass:c=`${n}-enter-to`,appearFromClass:a=r,appearActiveClass:u=i,appearToClass:f=c,leaveFromClass:p=`${n}-leave-from`,leaveActiveClass:d=`${n}-leave-active`,leaveToClass:h=`${n}-leave-to`}=e,v=function(e){if(null==e)return null;if(m(e))return[wr(e.enter),wr(e.leave)];{const t=wr(e);return[t,t]}}(o),g=v&&v[0],y=v&&v[1],{onBeforeEnter:_,onEnter:b,onEnterCancelled:x,onLeave:S,onLeaveCancelled:C,onBeforeAppear:w=_,onAppear:k=b,onAppearCancelled:A=x}=t,E=(e,t,n,s)=>{e._enterCancelled=s,Ar(e,t?f:c),Ar(e,t?u:i),n&&n()},T=(e,t)=>{e._isLeaving=!1,Ar(e,p),Ar(e,h),Ar(e,d),t&&t()},O=e=>(t,n)=>{const o=e?k:b,i=()=>E(t,e,n);xr(o,[t,i]),Er((()=>{Ar(t,e?a:r),kr(t,e?f:c),Sr(o)||Or(t,s,g,i)}))};return l(t,{onBeforeEnter(e){xr(_,[e]),kr(e,r),kr(e,i)},onBeforeAppear(e){xr(w,[e]),kr(e,a),kr(e,u)},onEnter:O(!1),onAppear:O(!0),onLeave(e,t){e._isLeaving=!0;const n=()=>T(e,t);kr(e,p),e._enterCancelled?(kr(e,d),Pr()):(Pr(),kr(e,d)),Er((()=>{e._isLeaving&&(Ar(e,p),kr(e,h),Sr(S)||Or(e,s,y,n))})),xr(S,[e,n])},onEnterCancelled(e){E(e,!1,void 0,!0),xr(x,[e])},onAppearCancelled(e){E(e,!0,void 0,!0),xr(A,[e])},onLeaveCancelled(e){T(e),xr(C,[e])}})}function wr(e){const t=(e=>{const t=v(e)?Number(e):NaN;return isNaN(t)?e:t})(e);return t}function kr(e,t){t.split(/\s+/).forEach((t=>t&&e.classList.add(t))),(e[mr]||(e[mr]=new Set)).add(t)}function Ar(e,t){t.split(/\s+/).forEach((t=>t&&e.classList.remove(t)));const n=e[mr];n&&(n.delete(t),n.size||(e[mr]=void 0))}function Er(e){requestAnimationFrame((()=>{requestAnimationFrame(e)}))}let Tr=0;function Or(e,t,n,s){const o=e._endId=++Tr,r=()=>{o===e._endId&&s()};if(null!=n)return setTimeout(r,n);const{type:i,timeout:l,propCount:c}=Fr(e,t);if(!i)return s();const a=i+"end";let u=0;const f=()=>{e.removeEventListener(a,p),r()},p=t=>{t.target===e&&++u>=c&&f()};setTimeout((()=>{u<c&&f()}),l+1),e.addEventListener(a,p)}function Fr(e,t){const n=window.getComputedStyle(e),s=e=>(n[e]||"").split(", "),o=s(`${vr}Delay`),r=s(`${vr}Duration`),i=Lr(o,r),l=s(`${gr}Delay`),c=s(`${gr}Duration`),a=Lr(l,c);let u=null,f=0,p=0;t===vr?i>0&&(u=vr,f=i,p=r.length):t===gr?a>0&&(u=gr,f=a,p=c.length):(f=Math.max(i,a),u=f>0?i>a?vr:gr:null,p=u?u===vr?r.length:c.length:0);return{type:u,timeout:f,propCount:p,hasTransform:u===vr&&/\b(transform|all)(,|$)/.test(s(`${vr}Property`).toString())}}function Lr(e,t){for(;e.length<t.length;)e=e.concat(e);return Math.max(...t.map(((t,n)=>Mr(t)+Mr(e[n]))))}function Mr(e){return"auto"===e?0:1e3*Number(e.slice(0,-1).replace(",","."))}function Pr(){return document.body.offsetHeight}const jr=Symbol("_vod"),Dr=Symbol("_vsh"),$r={beforeMount(e,{value:t},{transition:n}){e[jr]="none"===e.style.display?"":e.style.display,n&&t?n.beforeEnter(e):Rr(e,t)},mounted(e,{value:t},{transition:n}){n&&t&&n.enter(e)},updated(e,{value:t,oldValue:n},{transition:s}){!t!=!n&&(s?t?(s.beforeEnter(e),Rr(e,!0),s.enter(e)):s.leave(e,(()=>{Rr(e,!1)})):Rr(e,t))},beforeUnmount(e,{value:t}){Rr(e,t)}};function Rr(e,t){e.style.display=t?e[jr]:"none",e[Dr]=!t}const Nr=Symbol(""),Vr=/(^|;)\s*display\s*:/;const Ir=/\s*!important$/;function Ur(e,t,n){if(f(n))n.forEach((n=>Ur(e,t,n)));else if(null==n&&(n=""),t.startsWith("--"))e.setProperty(t,n);else{const s=function(e,t){const n=Wr[t];if(n)return n;let s=A(t);if("filter"!==s&&s in e)return Wr[t]=s;s=O(s);for(let o=0;o<Br.length;o++){const n=Br[o]+s;if(n in e)return Wr[t]=n}return t}(e,t);Ir.test(n)?e.setProperty(T(s),n.replace(Ir,""),"important"):e[s]=n}}const Br=["Webkit","Moz","ms"],Wr={};const Hr="http://www.w3.org/1999/xlink";function Kr(e,t,n,s,o,r=W(t)){s&&t.startsWith("xlink:")?null==n?e.removeAttributeNS(Hr,t.slice(6,t.length)):e.setAttributeNS(Hr,t,n):null==n||r&&!H(n)?e.removeAttribute(t):e.setAttribute(t,r?"":g(n)?String(n):n)}function qr(e,t,n,s,o){if("innerHTML"===t||"textContent"===t)return void(null!=n&&(e[t]="innerHTML"===t?fr(n):n));const r=e.tagName;if("value"===t&&"PROGRESS"!==r&&!r.includes("-")){const s="OPTION"===r?e.getAttribute("value")||"":e.value,o=null==n?"checkbox"===e.type?"on":"":String(n);return s===o&&"_value"in e||(e.value=o),null==n&&e.removeAttribute(t),void(e._value=n)}let i=!1;if(""===n||null==n){const s=typeof e[t];"boolean"===s?n=H(n):null==n&&"string"===s?(n="",i=!0):"number"===s&&(n=0,i=!0)}try{e[t]=n}catch(gi){}i&&e.removeAttribute(o||t)}const zr=Symbol("_vei");function Gr(e,t,n,s,o=null){const r=e[zr]||(e[zr]={}),i=r[t];if(s&&i)i.value=s;else{const[n,l]=function(e){let t;if(Jr.test(e)){let n;for(t={};n=e.match(Jr);)e=e.slice(0,e.length-n[0].length),t[n[0].toLowerCase()]=!0}const n=":"===e[2]?e.slice(3):T(e.slice(2));return[n,t]}(t);if(s){const i=r[t]=function(e,t){const n=e=>{if(e._vts){if(e._vts<=n.attached)return}else e._vts=Date.now();Rt(function(e,t){if(f(t)){const n=e.stopImmediatePropagation;return e.stopImmediatePropagation=()=>{n.call(e),e._stopped=!0},t.map((e=>t=>!t._stopped&&e&&e(t)))}return t}(e,n.value),t,5,[e])};return n.value=e,n.attached=Qr(),n}(s,o);!function(e,t,n,s){e.addEventListener(t,n,s)}(e,n,i,l)}else i&&(!function(e,t,n,s){e.removeEventListener(t,n,s)}(e,n,i,l),r[t]=void 0)}}const Jr=/(?:Once|Passive|Capture)$/;let Zr=0;const Xr=Promise.resolve(),Qr=()=>Zr||(Xr.then((()=>Zr=0)),Zr=Date.now());const Yr=e=>111===e.charCodeAt(0)&&110===e.charCodeAt(1)&&e.charCodeAt(2)>96&&e.charCodeAt(2)<123;const ei=new WeakMap,ti=new WeakMap,ni=Symbol("_moveCb"),si=Symbol("_enterCb"),oi=(e=>(delete e.props.mode,e))({name:"TransitionGroup",props:l({},_r,{tag:String,moveClass:String}),setup(e,{slots:t}){const n=zo(),s=bn();let o,r;return Jn((()=>{if(!o.length)return;const t=e.moveClass||`${e.name||"v"}-move`;if(!function(e,t,n){const s=e.cloneNode(),o=e[mr];o&&o.forEach((e=>{e.split(/\s+/).forEach((e=>e&&s.classList.remove(e)))}));n.split(/\s+/).forEach((e=>e&&s.classList.add(e))),s.style.display="none";const r=1===t.nodeType?t:t.parentNode;r.appendChild(s);const{hasTransform:i}=Fr(s);return r.removeChild(s),i}(o[0].el,n.vnode.el,t))return void(o=[]);o.forEach(ri),o.forEach(ii);const s=o.filter(li);Pr(),s.forEach((e=>{const n=e.el,s=n.style;kr(n,t),s.transform=s.webkitTransform=s.transitionDuration="";const o=n[ni]=e=>{e&&e.target!==n||e&&!/transform$/.test(e.propertyName)||(n.removeEventListener("transitionend",o),n[ni]=null,Ar(n,t))};n.addEventListener("transitionend",o)})),o=[]})),()=>{const i=dt(e),l=Cr(i);let c=i.tag||yo;if(o=[],r)for(let e=0;e<r.length;e++){const t=r[e];t.el&&t.el instanceof Element&&(o.push(t),Fn(t,En(t,l,s,n)),ei.set(t,t.el.getBoundingClientRect()))}r=t.default?Ln(t.default()):[];for(let e=0;e<r.length;e++){const t=r[e];null!=t.key&&Fn(t,En(t,l,s,n))}return Do(c,null,r)}}});function ri(e){const t=e.el;t[ni]&&t[ni](),t[si]&&t[si]()}function ii(e){ti.set(e,e.el.getBoundingClientRect())}function li(e){const t=ei.get(e),n=ti.get(e),s=t.left-n.left,o=t.top-n.top;if(s||o){const t=e.el.style;return t.transform=t.webkitTransform=`translate(${s}px,${o}px)`,t.transitionDuration="0s",e}}const ci=["ctrl","shift","alt","meta"],ai={stop:e=>e.stopPropagation(),prevent:e=>e.preventDefault(),self:e=>e.target!==e.currentTarget,ctrl:e=>!e.ctrlKey,shift:e=>!e.shiftKey,alt:e=>!e.altKey,meta:e=>!e.metaKey,left:e=>"button"in e&&0!==e.button,middle:e=>"button"in e&&1!==e.button,right:e=>"button"in e&&2!==e.button,exact:(e,t)=>ci.some((n=>e[`${n}Key`]&&!t.includes(n)))},ui=(e,t)=>{const n=e._withMods||(e._withMods={}),s=t.join(".");return n[s]||(n[s]=(n,...s)=>{for(let e=0;e<t.length;e++){const s=ai[t[e]];if(s&&s(n,t))return}return e(n,...s)})},fi=l({patchProp:(e,t,n,s,o,l)=>{const c="svg"===o;"class"===t?function(e,t,n){const s=e[mr];s&&(t=(t?[t,...s]:[...s]).join(" ")),null==t?e.removeAttribute("class"):n?e.setAttribute("class",t):e.className=t}(e,s,c):"style"===t?function(e,t,n){const s=e.style,o=v(n);let r=!1;if(n&&!o){if(t)if(v(t))for(const e of t.split(";")){const t=e.slice(0,e.indexOf(":")).trim();null==n[t]&&Ur(s,t,"")}else for(const e in t)null==n[e]&&Ur(s,e,"");for(const e in n)"display"===e&&(r=!0),Ur(s,e,n[e])}else if(o){if(t!==n){const e=s[Nr];e&&(n+=";"+e),s.cssText=n,r=Vr.test(n)}}else t&&e.removeAttribute("style");jr in e&&(e[jr]=r?s.display:"",e[Dr]&&(s.display="none"))}(e,n,s):r(t)?i(t)||Gr(e,t,0,s,l):("."===t[0]?(t=t.slice(1),1):"^"===t[0]?(t=t.slice(1),0):function(e,t,n,s){if(s)return"innerHTML"===t||"textContent"===t||!!(t in e&&Yr(t)&&h(n));if("spellcheck"===t||"draggable"===t||"translate"===t||"autocorrect"===t)return!1;if("form"===t)return!1;if("list"===t&&"INPUT"===e.tagName)return!1;if("type"===t&&"TEXTAREA"===e.tagName)return!1;if("width"===t||"height"===t){const t=e.tagName;if("IMG"===t||"VIDEO"===t||"CANVAS"===t||"SOURCE"===t)return!1}if(Yr(t)&&v(n))return!1;return t in e}(e,t,s,c))?(qr(e,t,s),e.tagName.includes("-")||"value"!==t&&"checked"!==t&&"selected"!==t||Kr(e,t,s,c,0,"value"!==t)):!e._isVueCE||!/[A-Z]/.test(t)&&v(s)?("true-value"===t?e._trueValue=s:"false-value"===t&&(e._falseValue=s),Kr(e,t,s,c)):qr(e,A(t),s,0,t)}},hr);let pi;function di(){return pi||(pi=Js(fi))}const hi=(...e)=>{di().render(...e)},vi=(...e)=>{const t=di().createApp(...e),{mount:n}=t;return t.mount=e=>{const s=function(e){if(v(e)){return document.querySelector(e)}return e}(e);if(!s)return;const o=t._component;h(o)||o.render||o.template||(o.template=s.innerHTML),1===s.nodeType&&(s.textContent="");const r=n(s,!1,function(e){if(e instanceof SVGElement)return"svg";if("function"==typeof MathMLElement&&e instanceof MathMLElement)return"mathml"}(s));return s instanceof Element&&(s.removeAttribute("v-cloak"),s.setAttribute("data-v-app","")),r},t};export{B as $,$r as A,ui as B,bo as C,qn as D,vn as E,yo as F,Ro as G,gt as H,kt as I,dt as J,ds as K,Gn as L,Q as M,Y as N,oi as O,In as P,Un as Q,vi as R,Rn as S,_o as T,To as U,ss as V,wo as W,No as X,jo as Y,nn as Z,cs as _,Jn as a,q as a0,Oo as a1,Vo as a2,R as a3,Xn as b,ir as c,Mn as d,Ms as e,mt as f,zo as g,so as h,Fo as i,Zn as j,Do as k,lr as l,br as m,qt as n,zn as o,Ls as p,sn as q,it as r,yt as s,xt as t,St as u,rs as v,oo as w,$o as x,hi as y,Tt as z};
|
index.html
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<!DOCTYPE html>
|
2 |
+
<html lang="en">
|
3 |
+
<head>
|
4 |
+
<meta charset="UTF-8" />
|
5 |
+
<link rel="icon" type="image/svg+xml" href="./logo.jpg" />
|
6 |
+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
7 |
+
<title>OpenSeek - Next Generation AI Model</title>
|
8 |
+
|
9 |
+
<!-- Import custom fonts -->
|
10 |
+
<link rel="preconnect" href="https://fonts.googleapis.com">
|
11 |
+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
12 |
+
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
|
13 |
+
<script type="module" crossorigin src="./assets/index-D8Tp3Qg8.js"></script>
|
14 |
+
<link rel="modulepreload" crossorigin href="./assets/vue-vendor-BhBNFBI8.js">
|
15 |
+
<link rel="modulepreload" crossorigin href="./assets/antd-vendor-BaRhxx_v.js">
|
16 |
+
<link rel="stylesheet" crossorigin href="./assets/index-B4ZMNcC0.css">
|
17 |
+
</head>
|
18 |
+
<body>
|
19 |
+
<div id="app"></div>
|
20 |
+
|
21 |
+
<!-- Import our app -->
|
22 |
+
</body>
|
23 |
+
</html>
|