From e360959dcaa55553141d7d066cc3c58ed6eef936 Mon Sep 17 00:00:00 2001 From: gongzhiyong Date: Tue, 26 May 2026 16:20:35 +0800 Subject: [PATCH] fix: correct agent spelling on website --- website/app/swarm/page.tsx | 2 +- website/components/features.tsx | 12 ++++---- website/components/footer.tsx | 8 +++--- website/components/hero.tsx | 28 +++++++++---------- website/components/launch-page.tsx | 16 +++++------ website/components/launch-popup.tsx | 4 +-- website/components/paradigm.tsx | 12 ++++---- website/components/principles.tsx | 16 +++++------ website/components/products.tsx | 28 +++++++++---------- website/components/roadmap.tsx | 8 +++--- website/components/swarm-page.tsx | 28 +++++++++---------- website/out/404.html | 2 +- website/out/__next.__PAGE__.txt | 4 +-- website/out/__next._full.txt | 4 +-- website/out/__next._head.txt | 2 +- website/out/__next._index.txt | 2 +- website/out/__next._tree.txt | 2 +- .../_buildManifest.js | 0 .../_clientMiddlewareManifest.js | 0 .../_ssgManifest.js | 0 .../{08qbitigdz5fc.js => 0.~8h3i-wc-r_.js} | 2 +- .../{0f7xtbawermky.js => 01nqpwwaars~6.js} | 2 +- .../{0jh79v35s44~4.js => 0d1zubw6yodx..js} | 2 +- .../{0j87d8gdm_jse.js => 0eu7_082nm_4p.js} | 2 +- .../{0hixj-q5jqjm~.js => 0uqrte8tmj1pz.js} | 2 +- .../{0pf7ew34_i5yo.js => 15gh0f9afubnf.js} | 2 +- website/out/_not-found.html | 2 +- website/out/_not-found.txt | 2 +- website/out/_not-found/__next._full.txt | 2 +- website/out/_not-found/__next._head.txt | 2 +- website/out/_not-found/__next._index.txt | 2 +- .../_not-found/__next._not-found.__PAGE__.txt | 2 +- website/out/_not-found/__next._not-found.txt | 2 +- website/out/_not-found/__next._tree.txt | 2 +- website/out/index.html | 2 +- website/out/index.txt | 4 +-- website/out/launch.html | 2 +- website/out/launch.txt | 4 +-- website/out/launch/__next._full.txt | 4 +-- website/out/launch/__next._head.txt | 2 +- website/out/launch/__next._index.txt | 2 +- website/out/launch/__next._tree.txt | 2 +- website/out/launch/__next.launch.__PAGE__.txt | 4 +-- website/out/launch/__next.launch.txt | 2 +- website/out/swarm.html | 2 +- website/out/swarm.txt | 4 +-- website/out/swarm/__next._full.txt | 4 +-- website/out/swarm/__next._head.txt | 2 +- website/out/swarm/__next._index.txt | 2 +- website/out/swarm/__next._tree.txt | 2 +- website/out/swarm/__next.swarm.__PAGE__.txt | 4 +-- website/out/swarm/__next.swarm.txt | 2 +- 52 files changed, 128 insertions(+), 128 deletions(-) rename website/out/_next/static/{8RO6H3xj_p2y6J02Fo0pG => SGPwzN5a2HLD9hQB6ZVVh}/_buildManifest.js (100%) rename website/out/_next/static/{8RO6H3xj_p2y6J02Fo0pG => SGPwzN5a2HLD9hQB6ZVVh}/_clientMiddlewareManifest.js (100%) rename website/out/_next/static/{8RO6H3xj_p2y6J02Fo0pG => SGPwzN5a2HLD9hQB6ZVVh}/_ssgManifest.js (100%) rename website/out/_next/static/chunks/{08qbitigdz5fc.js => 0.~8h3i-wc-r_.js} (96%) rename website/out/_next/static/chunks/{0f7xtbawermky.js => 01nqpwwaars~6.js} (93%) rename website/out/_next/static/chunks/{0jh79v35s44~4.js => 0d1zubw6yodx..js} (90%) rename website/out/_next/static/chunks/{0j87d8gdm_jse.js => 0eu7_082nm_4p.js} (99%) rename website/out/_next/static/chunks/{0hixj-q5jqjm~.js => 0uqrte8tmj1pz.js} (99%) rename website/out/_next/static/chunks/{0pf7ew34_i5yo.js => 15gh0f9afubnf.js} (99%) diff --git a/website/app/swarm/page.tsx b/website/app/swarm/page.tsx index c3b1569..8fb343e 100644 --- a/website/app/swarm/page.tsx +++ b/website/app/swarm/page.tsx @@ -6,7 +6,7 @@ import { Footer } from "@/components/footer"; import { SwarmPage } from "@/components/swarm-page"; import type { Lang } from "@/app/page"; -export default function AgnetSwarmRoute() { +export default function AgentSwarmRoute() { const [lang, setLang] = useState("zh"); useEffect(() => { diff --git a/website/components/features.tsx b/website/components/features.tsx index 975c1fe..ffbf7f1 100644 --- a/website/components/features.tsx +++ b/website/components/features.tsx @@ -18,12 +18,12 @@ const copy = { { title: "Resource binding and permission assignment", description: - "Git, SK, project docs, and cloud resources are modeled as Resource Bindings, then assigned to specific sub Agnet roles through Resource Grants.", + "Git, SK, project docs, and cloud resources are modeled as Resource Bindings, then assigned to specific sub Agent roles through Resource Grants.", }, { - title: "Sub Agnets execute continuously", + title: "Sub Agents execute continuously", description: - "Work is not thrown over the wall once. Agnets keep moving through requirements, design, development, testing, fixes, and deployment.", + "Work is not thrown over the wall once. Agents keep moving through requirements, design, development, testing, fixes, and deployment.", }, { title: "Usage, logs, security, and audit loop", @@ -46,12 +46,12 @@ const copy = { { title: "资源绑定和权限分配", description: - "Git、SK、项目文档和云资源被建模为 Resource Binding,再通过 Resource Grant 分配给具体子 Agnet 角色。", + "Git、SK、项目文档和云资源被建模为 Resource Binding,再通过 Resource Grant 分配给具体子 Agent 角色。", }, { - title: "子 Agnet 持续执行", + title: "子 Agent 持续执行", description: - "不是一次性把任务丢出去,而是在需求、设计、开发、测试、修复、部署的子环节中持续调用 Agnet 推进。", + "不是一次性把任务丢出去,而是在需求、设计、开发、测试、修复、部署的子环节中持续调用 Agent 推进。", }, { title: "用量、日志、安全和审计闭环", diff --git a/website/components/footer.tsx b/website/components/footer.tsx index a5060f2..81480c9 100644 --- a/website/components/footer.tsx +++ b/website/components/footer.tsx @@ -12,8 +12,8 @@ const copy = { Product: [ { label: "Heicode Client", href: "#" }, { label: "Heicode Manager", href: "https://code.xinghanlab.com/" }, - { label: "Agnet Platform", href: "https://agnet.taijiaicloud.com/" }, - { label: "Agnet Swarm", href: "/swarm" }, + { label: "Agent Platform", href: "https://agnet.taijiaicloud.com/" }, + { label: "Agent Swarm", href: "/swarm" }, ], Resources: [ { label: "Documentation", href: DOCS_URL }, @@ -42,8 +42,8 @@ const copy = { 产品: [ { label: "Heicode 客户端", href: "#" }, { label: "Heicode Manager", href: "https://code.xinghanlab.com/" }, - { label: "Agnet 平台", href: "https://agnet.taijiaicloud.com/" }, - { label: "Agnet 蜂群", href: "/swarm" }, + { label: "Agent 平台", href: "https://agnet.taijiaicloud.com/" }, + { label: "Agent 蜂群", href: "/swarm" }, ], 资源: [ { label: "文档", href: DOCS_URL }, diff --git a/website/components/hero.tsx b/website/components/hero.tsx index 681a736..0dc9f53 100644 --- a/website/components/hero.tsx +++ b/website/components/hero.tsx @@ -11,10 +11,10 @@ const copy = { titleA: "One idea,", titleB: "one AI development team.", intro: - "Heicode organizes sub-Agnet teams, connects your code, documents, SK skills and cloud resources, and continuously carries work through requirements, development, testing, fixes, deployment and maintenance.", + "Heicode organizes sub-Agent teams, connects your code, documents, SK skills and cloud resources, and continuously carries work through requirements, development, testing, fixes, deployment and maintenance.", primary: "Start with Heicode", secondary: "Register", - bullets: ["Input ideas in the client", "Bind resources in Manager", "Ship through Agnet"], + bullets: ["Input ideas in the client", "Bind resources in Manager", "Ship through Agent"], cockpit: "Heicode Task Cockpit", project: "Small-team task management SaaS", running: "Running", @@ -22,24 +22,24 @@ const copy = { prompt: "I want to build a small-team task management SaaS with login, projects, tasks, comments, notifications and admin, deployed to Azure.", agents: [ - ["Product Agnet", "Requirements and acceptance", "Done"], - ["Backend Agnet", "APIs and data model", "Building"], - ["Frontend Agnet", "Pages and interaction", "Waiting for API"], - ["Ops Agnet", "Deployment and observability", "Approval pending"], + ["Product Agent", "Requirements and acceptance", "Done"], + ["Backend Agent", "APIs and data model", "Building"], + ["Frontend Agent", "Pages and interaction", "Waiting for API"], + ["Ops Agent", "Deployment and observability", "Approval pending"], ], approvalTitle: "Production deployment requires client approval", approvalDesc: - "The secret vault will derive a 15-minute short-lived credential. Sub Agnets never receive long-term secrets.", + "The secret vault will derive a 15-minute short-lived credential. Sub Agents never receive long-term secrets.", }, zh: { eyebrow: "从想法到上线的软件生命周期平台", titleA: "一个想法,", titleB: "一支 AI 开发团队。", intro: - "Heicode 组织子 Agnet,接入你的代码、文档、SK 和云资源,持续完成需求、开发、测试、修复、部署和后续维护。", + "Heicode 组织子 Agent,接入你的代码、文档、SK 和云资源,持续完成需求、开发、测试、修复、部署和后续维护。", primary: "开始使用 Heicode", secondary: "注册", - bullets: ["客户端输入想法", "Manager 绑定资源", "Agnet 交付部署"], + bullets: ["客户端输入想法", "Manager 绑定资源", "Agent 交付部署"], cockpit: "Heicode Task Cockpit", project: "小团队任务管理 SaaS", running: "运行中", @@ -47,13 +47,13 @@ const copy = { prompt: "我想做一个小团队任务管理 SaaS,需要登录、项目、任务、评论、通知和后台管理,希望部署到 Azure。", agents: [ - ["Product Agnet", "需求和验收标准", "完成"], - ["Backend Agnet", "API 与数据模型", "开发中"], - ["Frontend Agnet", "页面与交互", "等待接口"], - ["Ops Agnet", "部署与观测", "待审批"], + ["Product Agent", "需求和验收标准", "完成"], + ["Backend Agent", "API 与数据模型", "开发中"], + ["Frontend Agent", "页面与交互", "等待接口"], + ["Ops Agent", "部署与观测", "待审批"], ], approvalTitle: "生产部署需要客户端审批", - approvalDesc: "密钥保管器将派生 15 分钟短期凭证,子 Agnet 不接触长期密钥。", + approvalDesc: "密钥保管器将派生 15 分钟短期凭证,子 Agent 不接触长期密钥。", }, } satisfies Record404: This page could not be found.Heicode - From one idea to production software

404

This page could not be found.

\ No newline at end of file +404: This page could not be found.Heicode - From one idea to production software

404

This page could not be found.

\ No newline at end of file diff --git a/website/out/__next.__PAGE__.txt b/website/out/__next.__PAGE__.txt index e37919a..caa3925 100644 --- a/website/out/__next.__PAGE__.txt +++ b/website/out/__next.__PAGE__.txt @@ -1,9 +1,9 @@ 1:"$Sreact.fragment" 2:I[88844,["/_next/static/chunks/16ug8_ttttewd.js","/_next/static/chunks/0duodrajo5fcx.js"],"ClientPageRoot"] -3:I[39629,["/_next/static/chunks/16ug8_ttttewd.js","/_next/static/chunks/0duodrajo5fcx.js","/_next/static/chunks/0jh79v35s44~4.js","/_next/static/chunks/0pf7ew34_i5yo.js"],"default"] +3:I[39629,["/_next/static/chunks/16ug8_ttttewd.js","/_next/static/chunks/0duodrajo5fcx.js","/_next/static/chunks/0d1zubw6yodx..js","/_next/static/chunks/15gh0f9afubnf.js"],"default"] 6:I[25078,["/_next/static/chunks/16ug8_ttttewd.js","/_next/static/chunks/0duodrajo5fcx.js"],"OutletBoundary"] 7:"$Sreact.suspense" -0:{"rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/0jh79v35s44~4.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/0pf7ew34_i5yo.js","async":true}]],["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"8RO6H3xj_p2y6J02Fo0pG"} +0:{"rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/0d1zubw6yodx..js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/15gh0f9afubnf.js","async":true}]],["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"SGPwzN5a2HLD9hQB6ZVVh"} 4:{} 5:"$0:rsc:props:children:0:props:serverProvidedParams:params" 8:null diff --git a/website/out/__next._full.txt b/website/out/__next._full.txt index 4b717e7..2788083 100644 --- a/website/out/__next._full.txt +++ b/website/out/__next._full.txt @@ -3,14 +3,14 @@ 3:I[87929,["/_next/static/chunks/16ug8_ttttewd.js","/_next/static/chunks/0duodrajo5fcx.js"],"default"] 4:I[52768,["/_next/static/chunks/16ug8_ttttewd.js","/_next/static/chunks/0duodrajo5fcx.js"],"Analytics"] 5:I[88844,["/_next/static/chunks/16ug8_ttttewd.js","/_next/static/chunks/0duodrajo5fcx.js"],"ClientPageRoot"] -6:I[39629,["/_next/static/chunks/16ug8_ttttewd.js","/_next/static/chunks/0duodrajo5fcx.js","/_next/static/chunks/0jh79v35s44~4.js","/_next/static/chunks/0pf7ew34_i5yo.js"],"default"] +6:I[39629,["/_next/static/chunks/16ug8_ttttewd.js","/_next/static/chunks/0duodrajo5fcx.js","/_next/static/chunks/0d1zubw6yodx..js","/_next/static/chunks/15gh0f9afubnf.js"],"default"] 9:I[25078,["/_next/static/chunks/16ug8_ttttewd.js","/_next/static/chunks/0duodrajo5fcx.js"],"OutletBoundary"] a:"$Sreact.suspense" c:I[25078,["/_next/static/chunks/16ug8_ttttewd.js","/_next/static/chunks/0duodrajo5fcx.js"],"ViewportBoundary"] e:I[25078,["/_next/static/chunks/16ug8_ttttewd.js","/_next/static/chunks/0duodrajo5fcx.js"],"MetadataBoundary"] 10:I[69701,["/_next/static/chunks/16ug8_ttttewd.js","/_next/static/chunks/0duodrajo5fcx.js"],"default",1] :HL["/_next/static/chunks/07p8r-wmy40nr.css","style"] -0:{"P":null,"c":["",""],"q":"","i":false,"f":[[["",{"children":["__PAGE__",{}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/07p8r-wmy40nr.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/16ug8_ttttewd.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/0duodrajo5fcx.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","className":"bg-background","children":["$","body",null,{"className":"font-sans antialiased","children":[["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L4",null,{}]]}]}]]}],{"children":[["$","$1","c",{"children":[["$","$L5",null,{"Component":"$6","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@7","$@8"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/0jh79v35s44~4.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/0pf7ew34_i5yo.js","async":true,"nonce":"$undefined"}]],["$","$L9",null,{"children":["$","$a",null,{"name":"Next.MetadataOutlet","children":"$@b"}]}]]}],{},null,false,null]},null,false,null],["$","$1","h",{"children":[null,["$","$Lc",null,{"children":"$Ld"}],["$","div",null,{"hidden":true,"children":["$","$Le",null,{"children":["$","$a",null,{"name":"Next.Metadata","children":"$Lf"}]}]}],null]}],false]],"m":"$undefined","G":["$10",[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/07p8r-wmy40nr.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"8RO6H3xj_p2y6J02Fo0pG"} +0:{"P":null,"c":["",""],"q":"","i":false,"f":[[["",{"children":["__PAGE__",{}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/07p8r-wmy40nr.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/16ug8_ttttewd.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/0duodrajo5fcx.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","className":"bg-background","children":["$","body",null,{"className":"font-sans antialiased","children":[["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L4",null,{}]]}]}]]}],{"children":[["$","$1","c",{"children":[["$","$L5",null,{"Component":"$6","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@7","$@8"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/0d1zubw6yodx..js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/15gh0f9afubnf.js","async":true,"nonce":"$undefined"}]],["$","$L9",null,{"children":["$","$a",null,{"name":"Next.MetadataOutlet","children":"$@b"}]}]]}],{},null,false,null]},null,false,null],["$","$1","h",{"children":[null,["$","$Lc",null,{"children":"$Ld"}],["$","div",null,{"hidden":true,"children":["$","$Le",null,{"children":["$","$a",null,{"name":"Next.Metadata","children":"$Lf"}]}]}],null]}],false]],"m":"$undefined","G":["$10",[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/07p8r-wmy40nr.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"SGPwzN5a2HLD9hQB6ZVVh"} 7:{} 8:"$0:f:0:1:1:children:0:props:children:0:props:serverProvidedParams:params" d:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]] diff --git a/website/out/__next._head.txt b/website/out/__next._head.txt index 0608d61..8fa8431 100644 --- a/website/out/__next._head.txt +++ b/website/out/__next._head.txt @@ -3,4 +3,4 @@ 3:I[25078,["/_next/static/chunks/16ug8_ttttewd.js","/_next/static/chunks/0duodrajo5fcx.js"],"MetadataBoundary"] 4:"$Sreact.suspense" 5:I[39451,["/_next/static/chunks/16ug8_ttttewd.js","/_next/static/chunks/0duodrajo5fcx.js"],"IconMark"] -0:{"rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Heicode - From one idea to production software"}],["$","meta","1",{"name":"description","content":"Heicode organizes AI development teams, connects your code, documents, SK skills and cloud resources, and carries work from product design to production deployment."}],["$","link","2",{"rel":"icon","href":"/taiji-logo.png","media":"(prefers-color-scheme: light)"}],["$","link","3",{"rel":"icon","href":"/taiji-logo.png","media":"(prefers-color-scheme: dark)"}],["$","link","4",{"rel":"icon","href":"/taiji-logo.png","type":"image/png"}],["$","link","5",{"rel":"apple-touch-icon","href":"/taiji-logo.png"}],["$","$L5","6",{}]]}]}]}],null]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"8RO6H3xj_p2y6J02Fo0pG"} +0:{"rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Heicode - From one idea to production software"}],["$","meta","1",{"name":"description","content":"Heicode organizes AI development teams, connects your code, documents, SK skills and cloud resources, and carries work from product design to production deployment."}],["$","link","2",{"rel":"icon","href":"/taiji-logo.png","media":"(prefers-color-scheme: light)"}],["$","link","3",{"rel":"icon","href":"/taiji-logo.png","media":"(prefers-color-scheme: dark)"}],["$","link","4",{"rel":"icon","href":"/taiji-logo.png","type":"image/png"}],["$","link","5",{"rel":"apple-touch-icon","href":"/taiji-logo.png"}],["$","$L5","6",{}]]}]}]}],null]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"SGPwzN5a2HLD9hQB6ZVVh"} diff --git a/website/out/__next._index.txt b/website/out/__next._index.txt index fcb5e41..7215487 100644 --- a/website/out/__next._index.txt +++ b/website/out/__next._index.txt @@ -3,4 +3,4 @@ 3:I[87929,["/_next/static/chunks/16ug8_ttttewd.js","/_next/static/chunks/0duodrajo5fcx.js"],"default"] 4:I[52768,["/_next/static/chunks/16ug8_ttttewd.js","/_next/static/chunks/0duodrajo5fcx.js"],"Analytics"] :HL["/_next/static/chunks/07p8r-wmy40nr.css","style"] -0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/07p8r-wmy40nr.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/16ug8_ttttewd.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/0duodrajo5fcx.js","async":true}]],["$","html",null,{"lang":"en","className":"bg-background","children":["$","body",null,{"className":"font-sans antialiased","children":[["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}],["$","$L4",null,{}]]}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"8RO6H3xj_p2y6J02Fo0pG"} +0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/07p8r-wmy40nr.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/16ug8_ttttewd.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/0duodrajo5fcx.js","async":true}]],["$","html",null,{"lang":"en","className":"bg-background","children":["$","body",null,{"className":"font-sans antialiased","children":[["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}],["$","$L4",null,{}]]}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"SGPwzN5a2HLD9hQB6ZVVh"} diff --git a/website/out/__next._tree.txt b/website/out/__next._tree.txt index 4bb4696..776a3c3 100644 --- a/website/out/__next._tree.txt +++ b/website/out/__next._tree.txt @@ -1,2 +1,2 @@ :HL["/_next/static/chunks/07p8r-wmy40nr.css","style"] -0:{"tree":{"name":"","param":null,"prefetchHints":16,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":0,"slots":null}}},"staleTime":300,"buildId":"8RO6H3xj_p2y6J02Fo0pG"} +0:{"tree":{"name":"","param":null,"prefetchHints":16,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":0,"slots":null}}},"staleTime":300,"buildId":"SGPwzN5a2HLD9hQB6ZVVh"} diff --git a/website/out/_next/static/8RO6H3xj_p2y6J02Fo0pG/_buildManifest.js b/website/out/_next/static/SGPwzN5a2HLD9hQB6ZVVh/_buildManifest.js similarity index 100% rename from website/out/_next/static/8RO6H3xj_p2y6J02Fo0pG/_buildManifest.js rename to website/out/_next/static/SGPwzN5a2HLD9hQB6ZVVh/_buildManifest.js diff --git a/website/out/_next/static/8RO6H3xj_p2y6J02Fo0pG/_clientMiddlewareManifest.js b/website/out/_next/static/SGPwzN5a2HLD9hQB6ZVVh/_clientMiddlewareManifest.js similarity index 100% rename from website/out/_next/static/8RO6H3xj_p2y6J02Fo0pG/_clientMiddlewareManifest.js rename to website/out/_next/static/SGPwzN5a2HLD9hQB6ZVVh/_clientMiddlewareManifest.js diff --git a/website/out/_next/static/8RO6H3xj_p2y6J02Fo0pG/_ssgManifest.js b/website/out/_next/static/SGPwzN5a2HLD9hQB6ZVVh/_ssgManifest.js similarity index 100% rename from website/out/_next/static/8RO6H3xj_p2y6J02Fo0pG/_ssgManifest.js rename to website/out/_next/static/SGPwzN5a2HLD9hQB6ZVVh/_ssgManifest.js diff --git a/website/out/_next/static/chunks/08qbitigdz5fc.js b/website/out/_next/static/chunks/0.~8h3i-wc-r_.js similarity index 96% rename from website/out/_next/static/chunks/08qbitigdz5fc.js rename to website/out/_next/static/chunks/0.~8h3i-wc-r_.js index 1b29547..7684f7a 100644 --- a/website/out/_next/static/chunks/08qbitigdz5fc.js +++ b/website/out/_next/static/chunks/0.~8h3i-wc-r_.js @@ -1 +1 @@ -(globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,41874,e=>{"use strict";let t=(0,e.i(35956).default)("git-branch",[["path",{d:"M15 6a9 9 0 0 0-9 9V3",key:"1cii5b"}],["circle",{cx:"18",cy:"6",r:"3",key:"1h7g24"}],["circle",{cx:"6",cy:"18",r:"3",key:"fqmcym"}]]);e.s(["GitBranch",0,t],41874)},3922,75835,e=>{"use strict";var t=e.i(35956);let r=(0,t.default)("key-round",[["path",{d:"M2.586 17.414A2 2 0 0 0 2 18.828V21a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1h1a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1h.172a2 2 0 0 0 1.414-.586l.814-.814a6.5 6.5 0 1 0-4-4z",key:"1s6t7t"}],["circle",{cx:"16.5",cy:"7.5",r:".5",fill:"currentColor",key:"w0ekpg"}]]);e.s(["KeyRound",0,r],3922);let a=(0,t.default)("layers",[["path",{d:"M12.83 2.18a2 2 0 0 0-1.66 0L2.6 6.08a1 1 0 0 0 0 1.83l8.58 3.91a2 2 0 0 0 1.66 0l8.58-3.9a1 1 0 0 0 0-1.83z",key:"zw3jo"}],["path",{d:"M2 12a1 1 0 0 0 .58.91l8.6 3.91a2 2 0 0 0 1.65 0l8.58-3.9A1 1 0 0 0 22 12",key:"1wduqc"}],["path",{d:"M2 17a1 1 0 0 0 .58.91l8.6 3.91a2 2 0 0 0 1.65 0l8.58-3.9A1 1 0 0 0 22 17",key:"kqbvx6"}]]);e.s(["default",0,a],75835)},60645,e=>{"use strict";let t=(0,e.i(35956).default)("lock-keyhole",[["circle",{cx:"12",cy:"16",r:"1",key:"1au0dj"}],["rect",{x:"3",y:"10",width:"18",height:"12",rx:"2",key:"6s8ecr"}],["path",{d:"M7 10V7a5 5 0 0 1 10 0v3",key:"1pqi11"}]]);e.s(["LockKeyhole",0,t],60645)},98043,e=>{"use strict";var t=e.i(21416),r=e.i(95599),a=e.i(96487),s=e.i(38309),l=e.i(91759),d=e.i(35956);let i=(0,d.default)("activity",[["path",{d:"M22 12h-2.48a2 2 0 0 0-1.93 1.46l-2.35 8.36a.25.25 0 0 1-.48 0L9.24 2.18a.25.25 0 0 0-.48 0l-2.35 8.36A2 2 0 0 1 4.49 12H2",key:"169zse"}]]);var c=e.i(155);let o=(0,d.default)("badge-check",[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",key:"3c2336"}],["path",{d:"m9 12 2 2 4-4",key:"dzmm74"}]]),n=(0,d.default)("boxes",[["path",{d:"M2.97 12.92A2 2 0 0 0 2 14.63v3.24a2 2 0 0 0 .97 1.71l3 1.8a2 2 0 0 0 2.06 0L12 19v-5.5l-5-3-4.03 2.42Z",key:"lc1i9w"}],["path",{d:"m7 16.5-4.74-2.85",key:"1o9zyk"}],["path",{d:"m7 16.5 5-3",key:"va8pkn"}],["path",{d:"M7 16.5v5.17",key:"jnp8gn"}],["path",{d:"M12 13.5V19l3.97 2.38a2 2 0 0 0 2.06 0l3-1.8a2 2 0 0 0 .97-1.71v-3.24a2 2 0 0 0-.97-1.71L17 10.5l-5 3Z",key:"8zsnat"}],["path",{d:"m17 16.5-5-3",key:"8arw3v"}],["path",{d:"m17 16.5 4.74-2.85",key:"8rfmw"}],["path",{d:"M17 16.5v5.17",key:"k6z78m"}],["path",{d:"M7.97 4.42A2 2 0 0 0 7 6.13v4.37l5 3 5-3V6.13a2 2 0 0 0-.97-1.71l-3-1.8a2 2 0 0 0-2.06 0l-3 1.8Z",key:"1xygjf"}],["path",{d:"M12 8 7.26 5.15",key:"1vbdud"}],["path",{d:"m12 8 4.74-2.85",key:"3rx089"}],["path",{d:"M12 13.5V8",key:"1io7kd"}]]),m=(0,d.default)("brain-circuit",[["path",{d:"M12 5a3 3 0 1 0-5.997.125 4 4 0 0 0-2.526 5.77 4 4 0 0 0 .556 6.588A4 4 0 1 0 12 18Z",key:"l5xja"}],["path",{d:"M9 13a4.5 4.5 0 0 0 3-4",key:"10igwf"}],["path",{d:"M6.003 5.125A3 3 0 0 0 6.401 6.5",key:"105sqy"}],["path",{d:"M3.477 10.896a4 4 0 0 1 .585-.396",key:"ql3yin"}],["path",{d:"M6 18a4 4 0 0 1-1.967-.516",key:"2e4loj"}],["path",{d:"M12 13h4",key:"1ku699"}],["path",{d:"M12 18h6a2 2 0 0 1 2 2v1",key:"105ag5"}],["path",{d:"M12 8h8",key:"1lhi5i"}],["path",{d:"M16 8V5a2 2 0 0 1 2-2",key:"u6izg6"}],["circle",{cx:"16",cy:"13",r:".5",key:"ry7gng"}],["circle",{cx:"18",cy:"3",r:".5",key:"1aiba7"}],["circle",{cx:"20",cy:"21",r:".5",key:"yhc1fs"}],["circle",{cx:"20",cy:"8",r:".5",key:"1e43v0"}]]),h=(0,d.default)("cloud-cog",[["path",{d:"m10.852 19.772-.383.924",key:"r7sl7d"}],["path",{d:"m13.148 14.228.383-.923",key:"1d5zpm"}],["path",{d:"M13.148 19.772a3 3 0 1 0-2.296-5.544l-.383-.923",key:"1ydik7"}],["path",{d:"m13.53 20.696-.382-.924a3 3 0 1 1-2.296-5.544",key:"1m1vsf"}],["path",{d:"m14.772 15.852.923-.383",key:"660p6e"}],["path",{d:"m14.772 18.148.923.383",key:"hrcpis"}],["path",{d:"M4.2 15.1a7 7 0 1 1 9.93-9.858A7 7 0 0 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.2",key:"j2q98n"}],["path",{d:"m9.228 15.852-.923-.383",key:"1p9ong"}],["path",{d:"m9.228 18.148-.923.383",key:"6558rz"}]]),x=(0,d.default)("cpu",[["path",{d:"M12 20v2",key:"1lh1kg"}],["path",{d:"M12 2v2",key:"tus03m"}],["path",{d:"M17 20v2",key:"1rnc9c"}],["path",{d:"M17 2v2",key:"11trls"}],["path",{d:"M2 12h2",key:"1t8f8n"}],["path",{d:"M2 17h2",key:"7oei6x"}],["path",{d:"M2 7h2",key:"asdhe0"}],["path",{d:"M20 12h2",key:"1q8mjw"}],["path",{d:"M20 17h2",key:"1fpfkl"}],["path",{d:"M20 7h2",key:"1o8tra"}],["path",{d:"M7 20v2",key:"4gnj0m"}],["path",{d:"M7 2v2",key:"1i4yhu"}],["rect",{x:"4",y:"4",width:"16",height:"16",rx:"2",key:"1vbyd7"}],["rect",{x:"8",y:"8",width:"8",height:"8",rx:"1",key:"z9xiuo"}]]),p=(0,d.default)("database-zap",[["ellipse",{cx:"12",cy:"5",rx:"9",ry:"3",key:"msslwz"}],["path",{d:"M3 5V19A9 3 0 0 0 15 21.84",key:"14ibmq"}],["path",{d:"M21 5V8",key:"1marbg"}],["path",{d:"M21 12L18 17H22L19 22",key:"zafso"}],["path",{d:"M3 12A9 3 0 0 0 14.59 14.87",key:"1y4wr8"}]]),u=(0,d.default)("file-check-corner",[["path",{d:"M10.5 22H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.706.706l3.588 3.588A2.4 2.4 0 0 1 20 8v6",key:"g5mvt7"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["path",{d:"m14 20 2 2 4-4",key:"15kota"}]]),g=(0,d.default)("fingerprint-pattern",[["path",{d:"M12 10a2 2 0 0 0-2 2c0 1.02-.1 2.51-.26 4",key:"1nerag"}],["path",{d:"M14 13.12c0 2.38 0 6.38-1 8.88",key:"o46ks0"}],["path",{d:"M17.29 21.02c.12-.6.43-2.3.5-3.02",key:"ptglia"}],["path",{d:"M2 12a10 10 0 0 1 18-6",key:"ydlgp0"}],["path",{d:"M2 16h.01",key:"1gqxmh"}],["path",{d:"M21.8 16c.2-2 .131-5.354 0-6",key:"drycrb"}],["path",{d:"M5 19.5C5.5 18 6 15 6 12a6 6 0 0 1 .34-2",key:"1tidbn"}],["path",{d:"M8.65 22c.21-.66.45-1.32.57-2",key:"13wd9y"}],["path",{d:"M9 6.8a6 6 0 0 1 9 5.2v2",key:"1fr1j5"}]]);var y=e.i(41874),b=e.i(3922),k=e.i(75835),k=k,f=e.i(60645);let w=(0,d.default)("network",[["rect",{x:"16",y:"16",width:"6",height:"6",rx:"1",key:"4q2zg0"}],["rect",{x:"2",y:"16",width:"6",height:"6",rx:"1",key:"8cvhb9"}],["rect",{x:"9",y:"2",width:"6",height:"6",rx:"1",key:"1egb70"}],["path",{d:"M5 16v-3a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v3",key:"1jsf9p"}],["path",{d:"M12 12V8",key:"2874zd"}]]);var v=e.i(9808),j=e.i(50103);let N=(0,d.default)("square-kanban",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M8 7v7",key:"1x2jlm"}],["path",{d:"M12 7v4",key:"xawao1"}],["path",{d:"M16 7v9",key:"1hp2iy"}]]),M=(0,d.default)("target",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["circle",{cx:"12",cy:"12",r:"6",key:"1vlfrh"}],["circle",{cx:"12",cy:"12",r:"2",key:"1c9p78"}]]);var z=e.i(21646);let A="https://code.xinghanlab.com/",T="november@taijiaicloud.com",S={en:{eyebrow:"Agnet Swarm",heroTitle:"A controlled autonomous AI development team.",heroLead:"Heicode Swarm turns one product goal into a Swarm Run, then coordinates tasks, shared context, permissions, artifacts, usage and audit across multiple Agnets.",primary:"Start from Heicode",secondary:"Read docs",proof:["Goal-driven","Shared resource layer","Approval and audit","Azure-ready"],cockpitTitle:"Swarm command map",cockpitMeta:"One target, many controlled executors",cockpitGoal:"Goal",cockpitGoalText:"Build a SaaS with login, project workspaces, billing, audit and Azure deployment.",cockpitNodes:[["Product","Acceptance criteria"],["Architect","Task graph"],["Frontend","User flows"],["Backend","API and data"],["Reviewer","Risk checks"],["Ops","Deployment"]],layerTitle:"Four layers customers can understand",layerDesc:"The swarm is not a group chat of bots. It is a productized operating model with clear layers and boundaries.",layers:[{title:"Goal layer",desc:"The customer describes the outcome, constraints, resources and delivery target. Heicode keeps the run anchored to the target."},{title:"Task layer",desc:"The platform creates a dynamic task graph. Tasks can split, merge, block, hand off, retry and return to review."},{title:"Shared resource layer",desc:"Task pool, cache, context, artifacts, approvals, model usage and resource permissions become shared infrastructure."},{title:"Governance layer",desc:"Secrets, cloud actions, production deployment, model spending and audit are controlled instead of exposed to every Agnet."}],flowTitle:"From an idea to an auditable delivery flow",flowDesc:"Each Swarm Run produces visible progress, reviewable artifacts and a traceable operating record.",flowNote:"Heicode keeps every run tied to the original target while recording task state, resource usage and approval history.",flow:[["Input goal","User describes product intent and constraints."],["Create Swarm Run","Heicode builds the controlled execution instance."],["Build task graph","Tasks are decomposed, scored and assigned."],["Execute with Agnets","Specialized Agnets work with minimal context."],["Review artifacts","Outputs return as specs, code, tests and deployment records."],["Approve risk","Production actions and sensitive access need explicit approval."]],resourceTitle:"The common resource layer behind the swarm",resourceEyebrow:"Shared layer",resourceDesc:"This is the key difference from ordinary multi-agent demos: Agnets do not freely share secrets or improvise infrastructure. They work through a controlled shared layer.",resources:[["Task pool","Stores waiting, running, blocked, review and completed work."],["Context cache","Keeps project facts, decisions, summaries and dependency state."],["Score signals","Pheromone-style signals help prioritize useful paths and avoid repeated dead ends."],["Artifact pool","Stores requirement drafts, code changes, test reports, deployment manifests and review notes."],["Approval center","Routes risky actions back to the client for explicit confirmation."],["Secret vault","Keeps long-lived credentials out of Git, prompts, Markdown and ordinary logs."]],azureTitle:"Mapped to an Azure-style infrastructure model",azureDesc:"Heicode explains swarm capability through concepts enterprise customers already recognize: orchestration, identity, storage, secrets, observability and cost control.",azure:[["Orchestration","Swarm Run, dynamic task graph, queue and worker scheduling"],["Compute","Agnet execution runtime, sandbox, review worker and deployment worker"],["Storage","Artifacts, task state, context pack, cache and run history"],["Identity","Resource Binding, Resource Grant, least-privilege scope and TTL"],["Secrets","Vault-backed secret_ref with short-lived derived credentials"],["Observability","Event stream, audit log, usage, cost and approval records"]],featureTitle:"What makes Heicode Swarm different",featureEyebrow:"Product features",featurePanelEyebrow:"Visible to customer",features:[{title:"Controlled autonomy",desc:"Agnets can continue work, but cannot cross permission, budget or production boundaries without approval."},{title:"Customer-readable progress",desc:"Users see what is being built, why a task is blocked, what was produced and what needs approval."},{title:"Resource-aware execution",desc:"Git, docs, SK, model balance, cloud accounts and deployment targets are explicit resources, not hidden prompt text."},{title:"Delivery-grade artifacts",desc:"The run produces specs, task records, code changes, tests, deployment notes and audit history."}],ctaTitle:"Use a swarm when the task is larger than one prompt",ctaDesc:"Heicode is designed for software work that needs requirements, roles, code, cloud resources, safety checks and long-running delivery.",contact:"Contact"},zh:{eyebrow:"Agnet 蜂群",heroTitle:"受控自治的 AI 开发团队。",heroLead:"Heicode 蜂群把一个产品目标转成一次 Swarm Run,并在多个 Agnet 之间协调任务、共享上下文、权限、成果物、用量和审计。",primary:"进入 Heicode",secondary:"查看文档",proof:["目标驱动","共享资源层","审批与审计","面向 Azure 部署"],cockpitTitle:"蜂群作战地图",cockpitMeta:"一个目标,多名受控执行者",cockpitGoal:"目标",cockpitGoalText:"构建一个包含登录、项目空间、计费、审计和 Azure 部署的 SaaS 产品。",cockpitNodes:[["Product","验收标准"],["Architect","任务图"],["Frontend","用户流程"],["Backend","API 与数据"],["Reviewer","风险检查"],["Ops","部署上线"]],layerTitle:"客户能理解的四个层面",layerDesc:"蜂群不是一组机器人聊天,而是一套产品化运行模型,每一层都有清晰边界。",layers:[{title:"目标层",desc:"客户描述交付结果、约束、资源和上线目标,Heicode 让整次执行始终围绕目标推进。"},{title:"任务层",desc:"平台生成动态任务图,任务可以拆分、合并、阻塞、交接、重试并回到复核。"},{title:"共享资源层",desc:"任务池、缓存、上下文、成果物、审批、模型用量和资源权限成为蜂群共同使用的基础设施。"},{title:"治理层",desc:"密钥、云操作、生产部署、模型消耗和审计被统一控制,而不是暴露给每个 Agnet。"}],flowTitle:"从一个想法到可审计的交付流程",flowDesc:"每一次 Swarm Run 都产生可见进展、可验收成果物和可追踪操作记录。",flowNote:"Heicode 会让每次运行始终绑定原始目标,同时记录任务状态、资源使用和审批历史。",flow:[["输入目标","用户描述产品意图和约束。"],["创建 Swarm Run","Heicode 建立受控执行实例。"],["生成任务图","任务被拆解、评分和分配。"],["Agnet 执行","专业 Agnet 使用最小上下文推进工作。"],["成果物复核","输出需求、代码、测试和部署记录。"],["风险审批","生产动作和敏感访问需要明确确认。"]],resourceTitle:"蜂群背后的共同资源层",resourceEyebrow:"共享资源层",resourceDesc:"这是区别于普通多 Agent Demo 的关键:Agnet 不自由共享密钥,也不临时乱接基础设施,而是通过受控共享层工作。",resources:[["任务池","保存待执行、执行中、阻塞、待复核和已完成的任务。"],["上下文缓存","保存项目事实、决策、摘要和依赖状态。"],["评分信号","类似信息素的信号帮助优先选择有效路径,避免重复踩坑。"],["成果物池","保存需求草案、代码变更、测试报告、部署清单和复核记录。"],["审批中心","把高风险操作回传到客户端,由用户明确确认。"],["密钥保管库","长期凭证不进入 Git、Prompt、Markdown 或普通日志。"]],azureTitle:"对标 Azure 的基础设施模型",azureDesc:"Heicode 用企业客户熟悉的概念解释蜂群能力:编排、身份、存储、密钥、观测和成本控制。",azure:[["编排","Swarm Run、动态任务图、队列和 Worker 调度"],["计算","Agnet 执行运行时、沙箱、复核 Worker 和部署 Worker"],["存储","成果物、任务状态、Context Pack、缓存和运行历史"],["身份","Resource Binding、Resource Grant、最小权限范围和 TTL"],["密钥","基于 Vault 的 secret_ref 和短期派生凭证"],["观测","事件流、审计日志、用量、成本和审批记录"]],featureTitle:"Heicode 蜂群的产品特色",featureEyebrow:"产品特色",featurePanelEyebrow:"客户可见",features:[{title:"受控自治",desc:"Agnet 可以持续推进工作,但不能越过权限、预算或生产边界。"},{title:"客户可读的进展",desc:"用户可以看到正在做什么、为什么阻塞、产出了什么、哪些动作需要审批。"},{title:"资源感知执行",desc:"Git、文档、SK、模型余额、云账号和部署目标都是明确资源,不是隐藏在 Prompt 里的文字。"},{title:"交付级成果物",desc:"一次执行会沉淀需求、任务记录、代码变更、测试、部署说明和审计历史。"}],ctaTitle:"当任务大于一次 Prompt,就需要蜂群",ctaDesc:"Heicode 面向真实软件工作:需求、角色、代码、云资源、安全检查和长周期交付必须被组织起来。",contact:"联系咨询"}},_=[M,y.GitBranch,p,v.ShieldCheck],R=[N,m,i,u,o,b.KeyRound],D=[f.LockKeyhole,g,n,k.default];function H({lang:e}){let r=S[e];return(0,t.jsxs)(t.Fragment,{children:[(0,t.jsxs)("section",{className:"relative isolate overflow-hidden bg-[#111820] pt-28 text-white sm:pt-36",children:[(0,t.jsx)("div",{className:"absolute inset-0 -z-10 bg-[radial-gradient(circle_at_16%_18%,rgba(245,158,11,0.24),transparent_30%),radial-gradient(circle_at_80%_0%,rgba(20,184,166,0.22),transparent_34%),linear-gradient(135deg,#111820_0%,#182330_45%,#0c1117_100%)]"}),(0,t.jsx)("div",{className:"absolute inset-0 -z-10 opacity-[0.18] [background-image:linear-gradient(to_right,white_1px,transparent_1px),linear-gradient(to_bottom,white_1px,transparent_1px)] [background-size:44px_44px]"}),(0,t.jsx)("div",{className:"absolute left-1/2 top-20 -z-10 h-80 w-80 -translate-x-1/2 rounded-full border border-amber-200/20"}),(0,t.jsx)("div",{className:"mx-auto max-w-7xl px-4 pb-20 sm:px-6 sm:pb-28 lg:px-8",children:(0,t.jsxs)("div",{className:"grid gap-12 lg:grid-cols-[0.95fr_1.05fr] lg:items-center",children:[(0,t.jsxs)("div",{children:[(0,t.jsxs)("div",{className:"inline-flex items-center gap-2 rounded-full border border-white/15 bg-white/8 px-4 py-2 text-sm font-semibold text-amber-100 shadow-2xl backdrop-blur",children:[(0,t.jsx)(j.Sparkles,{className:"h-4 w-4"}),r.eyebrow]}),(0,t.jsx)("h1",{className:"mt-7 max-w-4xl text-5xl font-black leading-[0.94] tracking-[-0.06em] sm:text-7xl lg:text-8xl",children:r.heroTitle}),(0,t.jsx)("p",{className:"mt-7 max-w-2xl text-lg leading-8 text-white/70 sm:text-xl",children:r.heroLead}),(0,t.jsxs)("div",{className:"mt-9 flex flex-col gap-4 sm:flex-row",children:[(0,t.jsx)(l.Button,{size:"lg",className:"h-12 rounded-full bg-amber-300 px-7 text-[#151a20] hover:bg-amber-200",asChild:!0,children:(0,t.jsxs)("a",{href:A,target:"_blank",rel:"noreferrer",children:[r.primary,(0,t.jsx)(c.ArrowRight,{className:"h-4 w-4"})]})}),(0,t.jsx)(l.Button,{variant:"outline",size:"lg",className:"h-12 rounded-full border-white/25 bg-white/5 px-7 text-white hover:bg-white hover:text-[#151a20]",asChild:!0,children:(0,t.jsx)("a",{href:"https://doc.xinghanlab.com/",target:"_blank",rel:"noreferrer",children:r.secondary})})]}),(0,t.jsx)("div",{className:"mt-8 grid max-w-2xl gap-3 text-sm text-white/70 sm:grid-cols-2",children:r.proof.map(e=>(0,t.jsxs)("div",{className:"flex items-center gap-2 rounded-full border border-white/10 bg-white/[0.04] px-4 py-2",children:[(0,t.jsx)("span",{className:"h-2 w-2 rounded-full bg-teal-300"}),e]},e))})]}),(0,t.jsxs)("div",{className:"relative",children:[(0,t.jsx)("div",{className:"absolute -inset-6 rounded-[2.5rem] bg-amber-300/10 blur-2xl"}),(0,t.jsxs)("div",{className:"relative overflow-hidden rounded-[2rem] border border-white/15 bg-[#0d1218]/90 p-5 shadow-2xl",children:[(0,t.jsxs)("div",{className:"flex items-center justify-between border-b border-white/10 pb-4",children:[(0,t.jsxs)("div",{children:[(0,t.jsx)("p",{className:"text-xs uppercase tracking-[0.3em] text-white/45",children:r.cockpitMeta}),(0,t.jsx)("h2",{className:"mt-2 text-xl font-black",children:r.cockpitTitle})]}),(0,t.jsx)(w,{className:"h-7 w-7 text-teal-200"})]}),(0,t.jsxs)("div",{className:"mt-5 rounded-3xl border border-amber-200/20 bg-amber-200/10 p-5",children:[(0,t.jsx)("p",{className:"text-xs font-bold uppercase tracking-[0.22em] text-amber-100/70",children:r.cockpitGoal}),(0,t.jsx)("p",{className:"mt-2 text-sm leading-6 text-amber-50/80",children:r.cockpitGoalText})]}),(0,t.jsxs)("div",{className:"relative mt-5 grid gap-3 sm:grid-cols-2",children:[(0,t.jsx)("div",{className:"absolute left-1/2 top-0 hidden h-full w-px bg-gradient-to-b from-transparent via-white/15 to-transparent sm:block"}),r.cockpitNodes.map(([e,r],a)=>(0,t.jsxs)("div",{className:"group rounded-3xl border border-white/10 bg-white/[0.045] p-4 transition-colors hover:border-teal-200/40",children:[(0,t.jsxs)("div",{className:"flex items-center justify-between",children:[(0,t.jsx)("p",{className:"font-semibold",children:e}),(0,t.jsx)("span",{className:"rounded-full bg-white/10 px-2 py-1 text-[10px] font-bold text-white/55",children:String(a+1).padStart(2,"0")})]}),(0,t.jsx)("p",{className:"mt-2 text-xs text-white/50",children:r})]},e))]})]})]})]})})]}),(0,t.jsx)("section",{className:"py-20 sm:py-28",children:(0,t.jsxs)("div",{className:"mx-auto max-w-7xl px-4 sm:px-6 lg:px-8",children:[(0,t.jsx)(G,{title:r.layerTitle,desc:r.layerDesc,eyebrow:r.eyebrow}),(0,t.jsx)("div",{className:"mt-14 grid gap-5 md:grid-cols-2 xl:grid-cols-4",children:r.layers.map((e,r)=>{let a=_[r];return(0,t.jsxs)("article",{className:"relative overflow-hidden rounded-[1.7rem] border border-border bg-card/70 p-6 shadow-sm",children:[(0,t.jsx)("span",{className:"absolute -right-5 -top-5 text-8xl font-black text-secondary/60",children:String(r+1).padStart(2,"0")}),(0,t.jsx)("div",{className:"relative flex h-12 w-12 items-center justify-center rounded-2xl bg-foreground text-background",children:(0,t.jsx)(a,{className:"h-6 w-6"})}),(0,t.jsx)("h3",{className:"relative mt-6 text-xl font-semibold",children:e.title}),(0,t.jsx)("p",{className:"relative mt-3 text-sm leading-7 text-muted-foreground",children:e.desc})]},e.title)})})]})}),(0,t.jsx)("section",{className:"border-y border-border bg-card/30 py-20 sm:py-28",children:(0,t.jsx)("div",{className:"mx-auto max-w-7xl px-4 sm:px-6 lg:px-8",children:(0,t.jsxs)("div",{className:"grid gap-12 lg:grid-cols-[0.85fr_1.15fr] lg:items-start",children:[(0,t.jsxs)("div",{children:[(0,t.jsx)("p",{className:"text-sm font-bold uppercase tracking-widest text-primary",children:"Swarm Run"}),(0,t.jsx)("h2",{className:"mt-4 text-3xl font-black tracking-tight sm:text-5xl",children:r.flowTitle}),(0,t.jsx)("p",{className:"mt-5 text-muted-foreground",children:r.flowDesc}),(0,t.jsxs)("div",{className:"mt-8 rounded-[1.7rem] border border-primary/20 bg-primary/10 p-6",children:[(0,t.jsxs)("div",{className:"flex items-center gap-3",children:[(0,t.jsx)(z.Workflow,{className:"h-5 w-5 text-primary"}),(0,t.jsx)("p",{className:"font-semibold text-primary",children:"Target - Task - Resource - Audit"})]}),(0,t.jsx)("p",{className:"mt-3 text-sm leading-6 text-muted-foreground",children:r.flowNote})]})]}),(0,t.jsxs)("div",{className:"relative rounded-[2rem] border border-border bg-background/80 p-4 shadow-sm",children:[(0,t.jsx)("div",{className:"absolute left-9 top-12 hidden h-[calc(100%-6rem)] w-px bg-border sm:block"}),(0,t.jsx)("div",{className:"grid gap-3",children:r.flow.map(([e,r],a)=>(0,t.jsxs)("div",{className:"relative grid gap-3 rounded-[1.4rem] border border-border bg-card/70 p-5 sm:grid-cols-[auto_1fr]",children:[(0,t.jsx)("div",{className:"z-10 flex h-11 w-11 items-center justify-center rounded-2xl bg-foreground text-sm font-black text-background",children:a+1}),(0,t.jsxs)("div",{children:[(0,t.jsx)("h3",{className:"font-semibold",children:e}),(0,t.jsx)("p",{className:"mt-1 text-sm leading-6 text-muted-foreground",children:r})]})]},e))})]})]})})}),(0,t.jsx)("section",{className:"py-20 sm:py-28",children:(0,t.jsxs)("div",{className:"mx-auto max-w-7xl px-4 sm:px-6 lg:px-8",children:[(0,t.jsx)(G,{title:r.resourceTitle,desc:r.resourceDesc,eyebrow:r.resourceEyebrow}),(0,t.jsx)("div",{className:"mt-14 grid gap-5 sm:grid-cols-2 lg:grid-cols-3",children:r.resources.map(([e,r],a)=>{let s=R[a];return(0,t.jsxs)("article",{className:"group rounded-[1.7rem] border border-border bg-card/70 p-6 shadow-sm transition-all hover:-translate-y-1 hover:border-primary/40 hover:shadow-xl",children:[(0,t.jsx)("div",{className:"mb-5 flex h-12 w-12 items-center justify-center rounded-2xl bg-secondary text-primary transition-colors group-hover:bg-primary group-hover:text-primary-foreground",children:(0,t.jsx)(s,{className:"h-6 w-6"})}),(0,t.jsx)("h3",{className:"text-lg font-semibold",children:e}),(0,t.jsx)("p",{className:"mt-3 text-sm leading-7 text-muted-foreground",children:r})]},e)})})]})}),(0,t.jsxs)("section",{className:"relative overflow-hidden border-y border-border bg-[#111820] py-20 text-white sm:py-28",children:[(0,t.jsx)("div",{className:"absolute inset-0 opacity-20 [background-image:linear-gradient(135deg,white_1px,transparent_1px)] [background-size:30px_30px]"}),(0,t.jsx)("div",{className:"relative mx-auto max-w-7xl px-4 sm:px-6 lg:px-8",children:(0,t.jsxs)("div",{className:"grid gap-12 lg:grid-cols-[0.8fr_1.2fr] lg:items-start",children:[(0,t.jsxs)("div",{children:[(0,t.jsx)("div",{className:"inline-flex h-12 w-12 items-center justify-center rounded-2xl bg-teal-300 text-[#111820]",children:(0,t.jsx)(h,{className:"h-6 w-6"})}),(0,t.jsx)("h2",{className:"mt-6 text-3xl font-black tracking-tight sm:text-5xl",children:r.azureTitle}),(0,t.jsx)("p",{className:"mt-5 text-white/68",children:r.azureDesc})]}),(0,t.jsx)("div",{className:"grid gap-4 sm:grid-cols-2",children:r.azure.map(([e,r])=>(0,t.jsxs)("article",{className:"rounded-[1.5rem] border border-white/12 bg-white/[0.055] p-5 backdrop-blur",children:[(0,t.jsxs)("div",{className:"mb-4 flex items-center gap-3",children:[(0,t.jsx)(x,{className:"h-5 w-5 text-amber-200"}),(0,t.jsx)("h3",{className:"font-semibold",children:e})]}),(0,t.jsx)("p",{className:"text-sm leading-6 text-white/58",children:r})]},e))})]})})]}),(0,t.jsx)("section",{className:"py-20 sm:py-28",children:(0,t.jsx)("div",{className:"mx-auto max-w-7xl px-4 sm:px-6 lg:px-8",children:(0,t.jsxs)("div",{className:"grid gap-12 lg:grid-cols-[0.95fr_1.05fr] lg:items-center",children:[(0,t.jsx)("div",{className:"rounded-[2rem] border border-border bg-card/60 p-5 shadow-sm",children:(0,t.jsxs)("div",{className:"rounded-[1.55rem] border border-border bg-background/80 p-5",children:[(0,t.jsxs)("div",{className:"flex items-center justify-between",children:[(0,t.jsxs)("div",{children:[(0,t.jsx)("p",{className:"text-xs font-bold uppercase tracking-[0.24em] text-primary",children:r.featurePanelEyebrow}),(0,t.jsx)("h3",{className:"mt-2 text-2xl font-black",children:r.featureTitle})]}),(0,t.jsx)(g,{className:"h-7 w-7 text-primary"})]}),(0,t.jsx)("div",{className:"mt-6 space-y-3",children:r.features.map((e,r)=>{let a=D[r];return(0,t.jsxs)("div",{className:"flex gap-4 rounded-2xl border border-border bg-card/60 p-4",children:[(0,t.jsx)("div",{className:"flex h-10 w-10 shrink-0 items-center justify-center rounded-xl bg-foreground text-background",children:(0,t.jsx)(a,{className:"h-5 w-5"})}),(0,t.jsxs)("div",{children:[(0,t.jsx)("h4",{className:"font-semibold",children:e.title}),(0,t.jsx)("p",{className:"mt-1 text-sm leading-6 text-muted-foreground",children:e.desc})]})]},e.title)})})]})}),(0,t.jsxs)("div",{children:[(0,t.jsx)("p",{className:"text-sm font-bold uppercase tracking-widest text-primary",children:r.featureEyebrow}),(0,t.jsx)("h2",{className:"mt-4 text-3xl font-black tracking-tight sm:text-5xl",children:r.featureTitle}),(0,t.jsx)("p",{className:"mt-5 text-muted-foreground",children:r.ctaDesc}),(0,t.jsxs)("div",{className:"mt-8 grid gap-4 sm:grid-cols-2",children:[(0,t.jsx)(C,{value:"01",label:"zh"===e?"目标驱动执行":"Goal-driven execution"}),(0,t.jsx)(C,{value:"02",label:"zh"===e?"任务动态回流":"Dynamic task backflow"}),(0,t.jsx)(C,{value:"03",label:"zh"===e?"资源安全隔离":"Safe resource isolation"}),(0,t.jsx)(C,{value:"04",label:"zh"===e?"成果可验收":"Reviewable artifacts"})]})]})]})})}),(0,t.jsx)("section",{className:"border-t border-border bg-foreground py-20 text-background sm:py-28",children:(0,t.jsxs)("div",{className:"mx-auto max-w-7xl px-4 text-center sm:px-6 lg:px-8",children:[(0,t.jsx)("h2",{className:"mx-auto max-w-3xl text-3xl font-black tracking-tight sm:text-5xl",children:r.ctaTitle}),(0,t.jsx)("p",{className:"mx-auto mt-5 max-w-2xl text-lg text-background/70",children:r.ctaDesc}),(0,t.jsxs)("div",{className:"mt-10 flex flex-col items-center justify-center gap-4 sm:flex-row",children:[(0,t.jsx)(l.Button,{size:"lg",className:"h-12 rounded-full bg-primary px-7 text-primary-foreground hover:bg-primary/90",asChild:!0,children:(0,t.jsxs)("a",{href:A,target:"_blank",rel:"noreferrer",children:[r.primary,(0,t.jsx)(c.ArrowRight,{className:"h-4 w-4"})]})}),(0,t.jsx)(l.Button,{variant:"outline",size:"lg",className:"h-12 rounded-full border-background/30 bg-transparent px-7 text-background hover:bg-background hover:text-foreground",asChild:!0,children:(0,t.jsxs)("a",{href:`mailto:${T}`,children:[r.contact,": ",T]})})]})]})})]})}function G({eyebrow:e,title:r,desc:a}){return(0,t.jsxs)("div",{className:"mx-auto max-w-2xl text-center",children:[(0,t.jsx)("p",{className:"text-sm font-bold uppercase tracking-widest text-primary",children:e}),(0,t.jsx)("h2",{className:"mt-4 text-3xl font-black tracking-tight sm:text-5xl",children:r}),(0,t.jsx)("p",{className:"mt-4 leading-7 text-muted-foreground",children:a})]})}function C({value:e,label:r}){return(0,t.jsxs)("div",{className:"rounded-[1.4rem] border border-border bg-card/70 p-5",children:[(0,t.jsx)("p",{className:"text-3xl font-black text-primary",children:e}),(0,t.jsx)("p",{className:"mt-2 text-sm font-semibold text-muted-foreground",children:r})]})}e.s(["default",0,function(){let[e,l]=(0,r.useState)("zh");return(0,r.useEffect)(()=>{document.documentElement.lang="zh"===e?"zh-CN":"en"},[e]),(0,t.jsxs)("main",{className:"min-h-screen",children:[(0,t.jsx)(a.Header,{lang:e,setLang:l}),(0,t.jsx)(H,{lang:e}),(0,t.jsx)(s.Footer,{lang:e})]})}],98043)}]); \ No newline at end of file +(globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,41874,e=>{"use strict";let t=(0,e.i(35956).default)("git-branch",[["path",{d:"M15 6a9 9 0 0 0-9 9V3",key:"1cii5b"}],["circle",{cx:"18",cy:"6",r:"3",key:"1h7g24"}],["circle",{cx:"6",cy:"18",r:"3",key:"fqmcym"}]]);e.s(["GitBranch",0,t],41874)},3922,75835,e=>{"use strict";var t=e.i(35956);let r=(0,t.default)("key-round",[["path",{d:"M2.586 17.414A2 2 0 0 0 2 18.828V21a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1h1a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1h.172a2 2 0 0 0 1.414-.586l.814-.814a6.5 6.5 0 1 0-4-4z",key:"1s6t7t"}],["circle",{cx:"16.5",cy:"7.5",r:".5",fill:"currentColor",key:"w0ekpg"}]]);e.s(["KeyRound",0,r],3922);let a=(0,t.default)("layers",[["path",{d:"M12.83 2.18a2 2 0 0 0-1.66 0L2.6 6.08a1 1 0 0 0 0 1.83l8.58 3.91a2 2 0 0 0 1.66 0l8.58-3.9a1 1 0 0 0 0-1.83z",key:"zw3jo"}],["path",{d:"M2 12a1 1 0 0 0 .58.91l8.6 3.91a2 2 0 0 0 1.65 0l8.58-3.9A1 1 0 0 0 22 12",key:"1wduqc"}],["path",{d:"M2 17a1 1 0 0 0 .58.91l8.6 3.91a2 2 0 0 0 1.65 0l8.58-3.9A1 1 0 0 0 22 17",key:"kqbvx6"}]]);e.s(["default",0,a],75835)},60645,e=>{"use strict";let t=(0,e.i(35956).default)("lock-keyhole",[["circle",{cx:"12",cy:"16",r:"1",key:"1au0dj"}],["rect",{x:"3",y:"10",width:"18",height:"12",rx:"2",key:"6s8ecr"}],["path",{d:"M7 10V7a5 5 0 0 1 10 0v3",key:"1pqi11"}]]);e.s(["LockKeyhole",0,t],60645)},98043,e=>{"use strict";var t=e.i(21416),r=e.i(95599),a=e.i(96487),s=e.i(38309),l=e.i(91759),d=e.i(35956);let i=(0,d.default)("activity",[["path",{d:"M22 12h-2.48a2 2 0 0 0-1.93 1.46l-2.35 8.36a.25.25 0 0 1-.48 0L9.24 2.18a.25.25 0 0 0-.48 0l-2.35 8.36A2 2 0 0 1 4.49 12H2",key:"169zse"}]]);var c=e.i(155);let o=(0,d.default)("badge-check",[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",key:"3c2336"}],["path",{d:"m9 12 2 2 4-4",key:"dzmm74"}]]),n=(0,d.default)("boxes",[["path",{d:"M2.97 12.92A2 2 0 0 0 2 14.63v3.24a2 2 0 0 0 .97 1.71l3 1.8a2 2 0 0 0 2.06 0L12 19v-5.5l-5-3-4.03 2.42Z",key:"lc1i9w"}],["path",{d:"m7 16.5-4.74-2.85",key:"1o9zyk"}],["path",{d:"m7 16.5 5-3",key:"va8pkn"}],["path",{d:"M7 16.5v5.17",key:"jnp8gn"}],["path",{d:"M12 13.5V19l3.97 2.38a2 2 0 0 0 2.06 0l3-1.8a2 2 0 0 0 .97-1.71v-3.24a2 2 0 0 0-.97-1.71L17 10.5l-5 3Z",key:"8zsnat"}],["path",{d:"m17 16.5-5-3",key:"8arw3v"}],["path",{d:"m17 16.5 4.74-2.85",key:"8rfmw"}],["path",{d:"M17 16.5v5.17",key:"k6z78m"}],["path",{d:"M7.97 4.42A2 2 0 0 0 7 6.13v4.37l5 3 5-3V6.13a2 2 0 0 0-.97-1.71l-3-1.8a2 2 0 0 0-2.06 0l-3 1.8Z",key:"1xygjf"}],["path",{d:"M12 8 7.26 5.15",key:"1vbdud"}],["path",{d:"m12 8 4.74-2.85",key:"3rx089"}],["path",{d:"M12 13.5V8",key:"1io7kd"}]]),m=(0,d.default)("brain-circuit",[["path",{d:"M12 5a3 3 0 1 0-5.997.125 4 4 0 0 0-2.526 5.77 4 4 0 0 0 .556 6.588A4 4 0 1 0 12 18Z",key:"l5xja"}],["path",{d:"M9 13a4.5 4.5 0 0 0 3-4",key:"10igwf"}],["path",{d:"M6.003 5.125A3 3 0 0 0 6.401 6.5",key:"105sqy"}],["path",{d:"M3.477 10.896a4 4 0 0 1 .585-.396",key:"ql3yin"}],["path",{d:"M6 18a4 4 0 0 1-1.967-.516",key:"2e4loj"}],["path",{d:"M12 13h4",key:"1ku699"}],["path",{d:"M12 18h6a2 2 0 0 1 2 2v1",key:"105ag5"}],["path",{d:"M12 8h8",key:"1lhi5i"}],["path",{d:"M16 8V5a2 2 0 0 1 2-2",key:"u6izg6"}],["circle",{cx:"16",cy:"13",r:".5",key:"ry7gng"}],["circle",{cx:"18",cy:"3",r:".5",key:"1aiba7"}],["circle",{cx:"20",cy:"21",r:".5",key:"yhc1fs"}],["circle",{cx:"20",cy:"8",r:".5",key:"1e43v0"}]]),h=(0,d.default)("cloud-cog",[["path",{d:"m10.852 19.772-.383.924",key:"r7sl7d"}],["path",{d:"m13.148 14.228.383-.923",key:"1d5zpm"}],["path",{d:"M13.148 19.772a3 3 0 1 0-2.296-5.544l-.383-.923",key:"1ydik7"}],["path",{d:"m13.53 20.696-.382-.924a3 3 0 1 1-2.296-5.544",key:"1m1vsf"}],["path",{d:"m14.772 15.852.923-.383",key:"660p6e"}],["path",{d:"m14.772 18.148.923.383",key:"hrcpis"}],["path",{d:"M4.2 15.1a7 7 0 1 1 9.93-9.858A7 7 0 0 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.2",key:"j2q98n"}],["path",{d:"m9.228 15.852-.923-.383",key:"1p9ong"}],["path",{d:"m9.228 18.148-.923.383",key:"6558rz"}]]),x=(0,d.default)("cpu",[["path",{d:"M12 20v2",key:"1lh1kg"}],["path",{d:"M12 2v2",key:"tus03m"}],["path",{d:"M17 20v2",key:"1rnc9c"}],["path",{d:"M17 2v2",key:"11trls"}],["path",{d:"M2 12h2",key:"1t8f8n"}],["path",{d:"M2 17h2",key:"7oei6x"}],["path",{d:"M2 7h2",key:"asdhe0"}],["path",{d:"M20 12h2",key:"1q8mjw"}],["path",{d:"M20 17h2",key:"1fpfkl"}],["path",{d:"M20 7h2",key:"1o8tra"}],["path",{d:"M7 20v2",key:"4gnj0m"}],["path",{d:"M7 2v2",key:"1i4yhu"}],["rect",{x:"4",y:"4",width:"16",height:"16",rx:"2",key:"1vbyd7"}],["rect",{x:"8",y:"8",width:"8",height:"8",rx:"1",key:"z9xiuo"}]]),p=(0,d.default)("database-zap",[["ellipse",{cx:"12",cy:"5",rx:"9",ry:"3",key:"msslwz"}],["path",{d:"M3 5V19A9 3 0 0 0 15 21.84",key:"14ibmq"}],["path",{d:"M21 5V8",key:"1marbg"}],["path",{d:"M21 12L18 17H22L19 22",key:"zafso"}],["path",{d:"M3 12A9 3 0 0 0 14.59 14.87",key:"1y4wr8"}]]),u=(0,d.default)("file-check-corner",[["path",{d:"M10.5 22H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.706.706l3.588 3.588A2.4 2.4 0 0 1 20 8v6",key:"g5mvt7"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["path",{d:"m14 20 2 2 4-4",key:"15kota"}]]),g=(0,d.default)("fingerprint-pattern",[["path",{d:"M12 10a2 2 0 0 0-2 2c0 1.02-.1 2.51-.26 4",key:"1nerag"}],["path",{d:"M14 13.12c0 2.38 0 6.38-1 8.88",key:"o46ks0"}],["path",{d:"M17.29 21.02c.12-.6.43-2.3.5-3.02",key:"ptglia"}],["path",{d:"M2 12a10 10 0 0 1 18-6",key:"ydlgp0"}],["path",{d:"M2 16h.01",key:"1gqxmh"}],["path",{d:"M21.8 16c.2-2 .131-5.354 0-6",key:"drycrb"}],["path",{d:"M5 19.5C5.5 18 6 15 6 12a6 6 0 0 1 .34-2",key:"1tidbn"}],["path",{d:"M8.65 22c.21-.66.45-1.32.57-2",key:"13wd9y"}],["path",{d:"M9 6.8a6 6 0 0 1 9 5.2v2",key:"1fr1j5"}]]);var y=e.i(41874),b=e.i(3922),k=e.i(75835),k=k,f=e.i(60645);let w=(0,d.default)("network",[["rect",{x:"16",y:"16",width:"6",height:"6",rx:"1",key:"4q2zg0"}],["rect",{x:"2",y:"16",width:"6",height:"6",rx:"1",key:"8cvhb9"}],["rect",{x:"9",y:"2",width:"6",height:"6",rx:"1",key:"1egb70"}],["path",{d:"M5 16v-3a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v3",key:"1jsf9p"}],["path",{d:"M12 12V8",key:"2874zd"}]]);var v=e.i(9808),j=e.i(50103);let N=(0,d.default)("square-kanban",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M8 7v7",key:"1x2jlm"}],["path",{d:"M12 7v4",key:"xawao1"}],["path",{d:"M16 7v9",key:"1hp2iy"}]]),M=(0,d.default)("target",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["circle",{cx:"12",cy:"12",r:"6",key:"1vlfrh"}],["circle",{cx:"12",cy:"12",r:"2",key:"1c9p78"}]]);var z=e.i(21646);let A="https://code.xinghanlab.com/",T="november@taijiaicloud.com",S={en:{eyebrow:"Agent Swarm",heroTitle:"A controlled autonomous AI development team.",heroLead:"Heicode Swarm turns one product goal into a Swarm Run, then coordinates tasks, shared context, permissions, artifacts, usage and audit across multiple Agents.",primary:"Start from Heicode",secondary:"Read docs",proof:["Goal-driven","Shared resource layer","Approval and audit","Azure-ready"],cockpitTitle:"Swarm command map",cockpitMeta:"One target, many controlled executors",cockpitGoal:"Goal",cockpitGoalText:"Build a SaaS with login, project workspaces, billing, audit and Azure deployment.",cockpitNodes:[["Product","Acceptance criteria"],["Architect","Task graph"],["Frontend","User flows"],["Backend","API and data"],["Reviewer","Risk checks"],["Ops","Deployment"]],layerTitle:"Four layers customers can understand",layerDesc:"The swarm is not a group chat of bots. It is a productized operating model with clear layers and boundaries.",layers:[{title:"Goal layer",desc:"The customer describes the outcome, constraints, resources and delivery target. Heicode keeps the run anchored to the target."},{title:"Task layer",desc:"The platform creates a dynamic task graph. Tasks can split, merge, block, hand off, retry and return to review."},{title:"Shared resource layer",desc:"Task pool, cache, context, artifacts, approvals, model usage and resource permissions become shared infrastructure."},{title:"Governance layer",desc:"Secrets, cloud actions, production deployment, model spending and audit are controlled instead of exposed to every Agent."}],flowTitle:"From an idea to an auditable delivery flow",flowDesc:"Each Swarm Run produces visible progress, reviewable artifacts and a traceable operating record.",flowNote:"Heicode keeps every run tied to the original target while recording task state, resource usage and approval history.",flow:[["Input goal","User describes product intent and constraints."],["Create Swarm Run","Heicode builds the controlled execution instance."],["Build task graph","Tasks are decomposed, scored and assigned."],["Execute with Agents","Specialized Agents work with minimal context."],["Review artifacts","Outputs return as specs, code, tests and deployment records."],["Approve risk","Production actions and sensitive access need explicit approval."]],resourceTitle:"The common resource layer behind the swarm",resourceEyebrow:"Shared layer",resourceDesc:"This is the key difference from ordinary multi-agent demos: Agents do not freely share secrets or improvise infrastructure. They work through a controlled shared layer.",resources:[["Task pool","Stores waiting, running, blocked, review and completed work."],["Context cache","Keeps project facts, decisions, summaries and dependency state."],["Score signals","Pheromone-style signals help prioritize useful paths and avoid repeated dead ends."],["Artifact pool","Stores requirement drafts, code changes, test reports, deployment manifests and review notes."],["Approval center","Routes risky actions back to the client for explicit confirmation."],["Secret vault","Keeps long-lived credentials out of Git, prompts, Markdown and ordinary logs."]],azureTitle:"Mapped to an Azure-style infrastructure model",azureDesc:"Heicode explains swarm capability through concepts enterprise customers already recognize: orchestration, identity, storage, secrets, observability and cost control.",azure:[["Orchestration","Swarm Run, dynamic task graph, queue and worker scheduling"],["Compute","Agent execution runtime, sandbox, review worker and deployment worker"],["Storage","Artifacts, task state, context pack, cache and run history"],["Identity","Resource Binding, Resource Grant, least-privilege scope and TTL"],["Secrets","Vault-backed secret_ref with short-lived derived credentials"],["Observability","Event stream, audit log, usage, cost and approval records"]],featureTitle:"What makes Heicode Swarm different",featureEyebrow:"Product features",featurePanelEyebrow:"Visible to customer",features:[{title:"Controlled autonomy",desc:"Agents can continue work, but cannot cross permission, budget or production boundaries without approval."},{title:"Customer-readable progress",desc:"Users see what is being built, why a task is blocked, what was produced and what needs approval."},{title:"Resource-aware execution",desc:"Git, docs, SK, model balance, cloud accounts and deployment targets are explicit resources, not hidden prompt text."},{title:"Delivery-grade artifacts",desc:"The run produces specs, task records, code changes, tests, deployment notes and audit history."}],ctaTitle:"Use a swarm when the task is larger than one prompt",ctaDesc:"Heicode is designed for software work that needs requirements, roles, code, cloud resources, safety checks and long-running delivery.",contact:"Contact"},zh:{eyebrow:"Agent 蜂群",heroTitle:"受控自治的 AI 开发团队。",heroLead:"Heicode 蜂群把一个产品目标转成一次 Swarm Run,并在多个 Agent 之间协调任务、共享上下文、权限、成果物、用量和审计。",primary:"进入 Heicode",secondary:"查看文档",proof:["目标驱动","共享资源层","审批与审计","面向 Azure 部署"],cockpitTitle:"蜂群作战地图",cockpitMeta:"一个目标,多名受控执行者",cockpitGoal:"目标",cockpitGoalText:"构建一个包含登录、项目空间、计费、审计和 Azure 部署的 SaaS 产品。",cockpitNodes:[["Product","验收标准"],["Architect","任务图"],["Frontend","用户流程"],["Backend","API 与数据"],["Reviewer","风险检查"],["Ops","部署上线"]],layerTitle:"客户能理解的四个层面",layerDesc:"蜂群不是一组机器人聊天,而是一套产品化运行模型,每一层都有清晰边界。",layers:[{title:"目标层",desc:"客户描述交付结果、约束、资源和上线目标,Heicode 让整次执行始终围绕目标推进。"},{title:"任务层",desc:"平台生成动态任务图,任务可以拆分、合并、阻塞、交接、重试并回到复核。"},{title:"共享资源层",desc:"任务池、缓存、上下文、成果物、审批、模型用量和资源权限成为蜂群共同使用的基础设施。"},{title:"治理层",desc:"密钥、云操作、生产部署、模型消耗和审计被统一控制,而不是暴露给每个 Agent。"}],flowTitle:"从一个想法到可审计的交付流程",flowDesc:"每一次 Swarm Run 都产生可见进展、可验收成果物和可追踪操作记录。",flowNote:"Heicode 会让每次运行始终绑定原始目标,同时记录任务状态、资源使用和审批历史。",flow:[["输入目标","用户描述产品意图和约束。"],["创建 Swarm Run","Heicode 建立受控执行实例。"],["生成任务图","任务被拆解、评分和分配。"],["Agent 执行","专业 Agent 使用最小上下文推进工作。"],["成果物复核","输出需求、代码、测试和部署记录。"],["风险审批","生产动作和敏感访问需要明确确认。"]],resourceTitle:"蜂群背后的共同资源层",resourceEyebrow:"共享资源层",resourceDesc:"这是区别于普通多 Agent Demo 的关键:Agent 不自由共享密钥,也不临时乱接基础设施,而是通过受控共享层工作。",resources:[["任务池","保存待执行、执行中、阻塞、待复核和已完成的任务。"],["上下文缓存","保存项目事实、决策、摘要和依赖状态。"],["评分信号","类似信息素的信号帮助优先选择有效路径,避免重复踩坑。"],["成果物池","保存需求草案、代码变更、测试报告、部署清单和复核记录。"],["审批中心","把高风险操作回传到客户端,由用户明确确认。"],["密钥保管库","长期凭证不进入 Git、Prompt、Markdown 或普通日志。"]],azureTitle:"对标 Azure 的基础设施模型",azureDesc:"Heicode 用企业客户熟悉的概念解释蜂群能力:编排、身份、存储、密钥、观测和成本控制。",azure:[["编排","Swarm Run、动态任务图、队列和 Worker 调度"],["计算","Agent 执行运行时、沙箱、复核 Worker 和部署 Worker"],["存储","成果物、任务状态、Context Pack、缓存和运行历史"],["身份","Resource Binding、Resource Grant、最小权限范围和 TTL"],["密钥","基于 Vault 的 secret_ref 和短期派生凭证"],["观测","事件流、审计日志、用量、成本和审批记录"]],featureTitle:"Heicode 蜂群的产品特色",featureEyebrow:"产品特色",featurePanelEyebrow:"客户可见",features:[{title:"受控自治",desc:"Agent 可以持续推进工作,但不能越过权限、预算或生产边界。"},{title:"客户可读的进展",desc:"用户可以看到正在做什么、为什么阻塞、产出了什么、哪些动作需要审批。"},{title:"资源感知执行",desc:"Git、文档、SK、模型余额、云账号和部署目标都是明确资源,不是隐藏在 Prompt 里的文字。"},{title:"交付级成果物",desc:"一次执行会沉淀需求、任务记录、代码变更、测试、部署说明和审计历史。"}],ctaTitle:"当任务大于一次 Prompt,就需要蜂群",ctaDesc:"Heicode 面向真实软件工作:需求、角色、代码、云资源、安全检查和长周期交付必须被组织起来。",contact:"联系咨询"}},_=[M,y.GitBranch,p,v.ShieldCheck],R=[N,m,i,u,o,b.KeyRound],D=[f.LockKeyhole,g,n,k.default];function H({lang:e}){let r=S[e];return(0,t.jsxs)(t.Fragment,{children:[(0,t.jsxs)("section",{className:"relative isolate overflow-hidden bg-[#111820] pt-28 text-white sm:pt-36",children:[(0,t.jsx)("div",{className:"absolute inset-0 -z-10 bg-[radial-gradient(circle_at_16%_18%,rgba(245,158,11,0.24),transparent_30%),radial-gradient(circle_at_80%_0%,rgba(20,184,166,0.22),transparent_34%),linear-gradient(135deg,#111820_0%,#182330_45%,#0c1117_100%)]"}),(0,t.jsx)("div",{className:"absolute inset-0 -z-10 opacity-[0.18] [background-image:linear-gradient(to_right,white_1px,transparent_1px),linear-gradient(to_bottom,white_1px,transparent_1px)] [background-size:44px_44px]"}),(0,t.jsx)("div",{className:"absolute left-1/2 top-20 -z-10 h-80 w-80 -translate-x-1/2 rounded-full border border-amber-200/20"}),(0,t.jsx)("div",{className:"mx-auto max-w-7xl px-4 pb-20 sm:px-6 sm:pb-28 lg:px-8",children:(0,t.jsxs)("div",{className:"grid gap-12 lg:grid-cols-[0.95fr_1.05fr] lg:items-center",children:[(0,t.jsxs)("div",{children:[(0,t.jsxs)("div",{className:"inline-flex items-center gap-2 rounded-full border border-white/15 bg-white/8 px-4 py-2 text-sm font-semibold text-amber-100 shadow-2xl backdrop-blur",children:[(0,t.jsx)(j.Sparkles,{className:"h-4 w-4"}),r.eyebrow]}),(0,t.jsx)("h1",{className:"mt-7 max-w-4xl text-5xl font-black leading-[0.94] tracking-[-0.06em] sm:text-7xl lg:text-8xl",children:r.heroTitle}),(0,t.jsx)("p",{className:"mt-7 max-w-2xl text-lg leading-8 text-white/70 sm:text-xl",children:r.heroLead}),(0,t.jsxs)("div",{className:"mt-9 flex flex-col gap-4 sm:flex-row",children:[(0,t.jsx)(l.Button,{size:"lg",className:"h-12 rounded-full bg-amber-300 px-7 text-[#151a20] hover:bg-amber-200",asChild:!0,children:(0,t.jsxs)("a",{href:A,target:"_blank",rel:"noreferrer",children:[r.primary,(0,t.jsx)(c.ArrowRight,{className:"h-4 w-4"})]})}),(0,t.jsx)(l.Button,{variant:"outline",size:"lg",className:"h-12 rounded-full border-white/25 bg-white/5 px-7 text-white hover:bg-white hover:text-[#151a20]",asChild:!0,children:(0,t.jsx)("a",{href:"https://doc.xinghanlab.com/",target:"_blank",rel:"noreferrer",children:r.secondary})})]}),(0,t.jsx)("div",{className:"mt-8 grid max-w-2xl gap-3 text-sm text-white/70 sm:grid-cols-2",children:r.proof.map(e=>(0,t.jsxs)("div",{className:"flex items-center gap-2 rounded-full border border-white/10 bg-white/[0.04] px-4 py-2",children:[(0,t.jsx)("span",{className:"h-2 w-2 rounded-full bg-teal-300"}),e]},e))})]}),(0,t.jsxs)("div",{className:"relative",children:[(0,t.jsx)("div",{className:"absolute -inset-6 rounded-[2.5rem] bg-amber-300/10 blur-2xl"}),(0,t.jsxs)("div",{className:"relative overflow-hidden rounded-[2rem] border border-white/15 bg-[#0d1218]/90 p-5 shadow-2xl",children:[(0,t.jsxs)("div",{className:"flex items-center justify-between border-b border-white/10 pb-4",children:[(0,t.jsxs)("div",{children:[(0,t.jsx)("p",{className:"text-xs uppercase tracking-[0.3em] text-white/45",children:r.cockpitMeta}),(0,t.jsx)("h2",{className:"mt-2 text-xl font-black",children:r.cockpitTitle})]}),(0,t.jsx)(w,{className:"h-7 w-7 text-teal-200"})]}),(0,t.jsxs)("div",{className:"mt-5 rounded-3xl border border-amber-200/20 bg-amber-200/10 p-5",children:[(0,t.jsx)("p",{className:"text-xs font-bold uppercase tracking-[0.22em] text-amber-100/70",children:r.cockpitGoal}),(0,t.jsx)("p",{className:"mt-2 text-sm leading-6 text-amber-50/80",children:r.cockpitGoalText})]}),(0,t.jsxs)("div",{className:"relative mt-5 grid gap-3 sm:grid-cols-2",children:[(0,t.jsx)("div",{className:"absolute left-1/2 top-0 hidden h-full w-px bg-gradient-to-b from-transparent via-white/15 to-transparent sm:block"}),r.cockpitNodes.map(([e,r],a)=>(0,t.jsxs)("div",{className:"group rounded-3xl border border-white/10 bg-white/[0.045] p-4 transition-colors hover:border-teal-200/40",children:[(0,t.jsxs)("div",{className:"flex items-center justify-between",children:[(0,t.jsx)("p",{className:"font-semibold",children:e}),(0,t.jsx)("span",{className:"rounded-full bg-white/10 px-2 py-1 text-[10px] font-bold text-white/55",children:String(a+1).padStart(2,"0")})]}),(0,t.jsx)("p",{className:"mt-2 text-xs text-white/50",children:r})]},e))]})]})]})]})})]}),(0,t.jsx)("section",{className:"py-20 sm:py-28",children:(0,t.jsxs)("div",{className:"mx-auto max-w-7xl px-4 sm:px-6 lg:px-8",children:[(0,t.jsx)(G,{title:r.layerTitle,desc:r.layerDesc,eyebrow:r.eyebrow}),(0,t.jsx)("div",{className:"mt-14 grid gap-5 md:grid-cols-2 xl:grid-cols-4",children:r.layers.map((e,r)=>{let a=_[r];return(0,t.jsxs)("article",{className:"relative overflow-hidden rounded-[1.7rem] border border-border bg-card/70 p-6 shadow-sm",children:[(0,t.jsx)("span",{className:"absolute -right-5 -top-5 text-8xl font-black text-secondary/60",children:String(r+1).padStart(2,"0")}),(0,t.jsx)("div",{className:"relative flex h-12 w-12 items-center justify-center rounded-2xl bg-foreground text-background",children:(0,t.jsx)(a,{className:"h-6 w-6"})}),(0,t.jsx)("h3",{className:"relative mt-6 text-xl font-semibold",children:e.title}),(0,t.jsx)("p",{className:"relative mt-3 text-sm leading-7 text-muted-foreground",children:e.desc})]},e.title)})})]})}),(0,t.jsx)("section",{className:"border-y border-border bg-card/30 py-20 sm:py-28",children:(0,t.jsx)("div",{className:"mx-auto max-w-7xl px-4 sm:px-6 lg:px-8",children:(0,t.jsxs)("div",{className:"grid gap-12 lg:grid-cols-[0.85fr_1.15fr] lg:items-start",children:[(0,t.jsxs)("div",{children:[(0,t.jsx)("p",{className:"text-sm font-bold uppercase tracking-widest text-primary",children:"Swarm Run"}),(0,t.jsx)("h2",{className:"mt-4 text-3xl font-black tracking-tight sm:text-5xl",children:r.flowTitle}),(0,t.jsx)("p",{className:"mt-5 text-muted-foreground",children:r.flowDesc}),(0,t.jsxs)("div",{className:"mt-8 rounded-[1.7rem] border border-primary/20 bg-primary/10 p-6",children:[(0,t.jsxs)("div",{className:"flex items-center gap-3",children:[(0,t.jsx)(z.Workflow,{className:"h-5 w-5 text-primary"}),(0,t.jsx)("p",{className:"font-semibold text-primary",children:"Target - Task - Resource - Audit"})]}),(0,t.jsx)("p",{className:"mt-3 text-sm leading-6 text-muted-foreground",children:r.flowNote})]})]}),(0,t.jsxs)("div",{className:"relative rounded-[2rem] border border-border bg-background/80 p-4 shadow-sm",children:[(0,t.jsx)("div",{className:"absolute left-9 top-12 hidden h-[calc(100%-6rem)] w-px bg-border sm:block"}),(0,t.jsx)("div",{className:"grid gap-3",children:r.flow.map(([e,r],a)=>(0,t.jsxs)("div",{className:"relative grid gap-3 rounded-[1.4rem] border border-border bg-card/70 p-5 sm:grid-cols-[auto_1fr]",children:[(0,t.jsx)("div",{className:"z-10 flex h-11 w-11 items-center justify-center rounded-2xl bg-foreground text-sm font-black text-background",children:a+1}),(0,t.jsxs)("div",{children:[(0,t.jsx)("h3",{className:"font-semibold",children:e}),(0,t.jsx)("p",{className:"mt-1 text-sm leading-6 text-muted-foreground",children:r})]})]},e))})]})]})})}),(0,t.jsx)("section",{className:"py-20 sm:py-28",children:(0,t.jsxs)("div",{className:"mx-auto max-w-7xl px-4 sm:px-6 lg:px-8",children:[(0,t.jsx)(G,{title:r.resourceTitle,desc:r.resourceDesc,eyebrow:r.resourceEyebrow}),(0,t.jsx)("div",{className:"mt-14 grid gap-5 sm:grid-cols-2 lg:grid-cols-3",children:r.resources.map(([e,r],a)=>{let s=R[a];return(0,t.jsxs)("article",{className:"group rounded-[1.7rem] border border-border bg-card/70 p-6 shadow-sm transition-all hover:-translate-y-1 hover:border-primary/40 hover:shadow-xl",children:[(0,t.jsx)("div",{className:"mb-5 flex h-12 w-12 items-center justify-center rounded-2xl bg-secondary text-primary transition-colors group-hover:bg-primary group-hover:text-primary-foreground",children:(0,t.jsx)(s,{className:"h-6 w-6"})}),(0,t.jsx)("h3",{className:"text-lg font-semibold",children:e}),(0,t.jsx)("p",{className:"mt-3 text-sm leading-7 text-muted-foreground",children:r})]},e)})})]})}),(0,t.jsxs)("section",{className:"relative overflow-hidden border-y border-border bg-[#111820] py-20 text-white sm:py-28",children:[(0,t.jsx)("div",{className:"absolute inset-0 opacity-20 [background-image:linear-gradient(135deg,white_1px,transparent_1px)] [background-size:30px_30px]"}),(0,t.jsx)("div",{className:"relative mx-auto max-w-7xl px-4 sm:px-6 lg:px-8",children:(0,t.jsxs)("div",{className:"grid gap-12 lg:grid-cols-[0.8fr_1.2fr] lg:items-start",children:[(0,t.jsxs)("div",{children:[(0,t.jsx)("div",{className:"inline-flex h-12 w-12 items-center justify-center rounded-2xl bg-teal-300 text-[#111820]",children:(0,t.jsx)(h,{className:"h-6 w-6"})}),(0,t.jsx)("h2",{className:"mt-6 text-3xl font-black tracking-tight sm:text-5xl",children:r.azureTitle}),(0,t.jsx)("p",{className:"mt-5 text-white/68",children:r.azureDesc})]}),(0,t.jsx)("div",{className:"grid gap-4 sm:grid-cols-2",children:r.azure.map(([e,r])=>(0,t.jsxs)("article",{className:"rounded-[1.5rem] border border-white/12 bg-white/[0.055] p-5 backdrop-blur",children:[(0,t.jsxs)("div",{className:"mb-4 flex items-center gap-3",children:[(0,t.jsx)(x,{className:"h-5 w-5 text-amber-200"}),(0,t.jsx)("h3",{className:"font-semibold",children:e})]}),(0,t.jsx)("p",{className:"text-sm leading-6 text-white/58",children:r})]},e))})]})})]}),(0,t.jsx)("section",{className:"py-20 sm:py-28",children:(0,t.jsx)("div",{className:"mx-auto max-w-7xl px-4 sm:px-6 lg:px-8",children:(0,t.jsxs)("div",{className:"grid gap-12 lg:grid-cols-[0.95fr_1.05fr] lg:items-center",children:[(0,t.jsx)("div",{className:"rounded-[2rem] border border-border bg-card/60 p-5 shadow-sm",children:(0,t.jsxs)("div",{className:"rounded-[1.55rem] border border-border bg-background/80 p-5",children:[(0,t.jsxs)("div",{className:"flex items-center justify-between",children:[(0,t.jsxs)("div",{children:[(0,t.jsx)("p",{className:"text-xs font-bold uppercase tracking-[0.24em] text-primary",children:r.featurePanelEyebrow}),(0,t.jsx)("h3",{className:"mt-2 text-2xl font-black",children:r.featureTitle})]}),(0,t.jsx)(g,{className:"h-7 w-7 text-primary"})]}),(0,t.jsx)("div",{className:"mt-6 space-y-3",children:r.features.map((e,r)=>{let a=D[r];return(0,t.jsxs)("div",{className:"flex gap-4 rounded-2xl border border-border bg-card/60 p-4",children:[(0,t.jsx)("div",{className:"flex h-10 w-10 shrink-0 items-center justify-center rounded-xl bg-foreground text-background",children:(0,t.jsx)(a,{className:"h-5 w-5"})}),(0,t.jsxs)("div",{children:[(0,t.jsx)("h4",{className:"font-semibold",children:e.title}),(0,t.jsx)("p",{className:"mt-1 text-sm leading-6 text-muted-foreground",children:e.desc})]})]},e.title)})})]})}),(0,t.jsxs)("div",{children:[(0,t.jsx)("p",{className:"text-sm font-bold uppercase tracking-widest text-primary",children:r.featureEyebrow}),(0,t.jsx)("h2",{className:"mt-4 text-3xl font-black tracking-tight sm:text-5xl",children:r.featureTitle}),(0,t.jsx)("p",{className:"mt-5 text-muted-foreground",children:r.ctaDesc}),(0,t.jsxs)("div",{className:"mt-8 grid gap-4 sm:grid-cols-2",children:[(0,t.jsx)(C,{value:"01",label:"zh"===e?"目标驱动执行":"Goal-driven execution"}),(0,t.jsx)(C,{value:"02",label:"zh"===e?"任务动态回流":"Dynamic task backflow"}),(0,t.jsx)(C,{value:"03",label:"zh"===e?"资源安全隔离":"Safe resource isolation"}),(0,t.jsx)(C,{value:"04",label:"zh"===e?"成果可验收":"Reviewable artifacts"})]})]})]})})}),(0,t.jsx)("section",{className:"border-t border-border bg-foreground py-20 text-background sm:py-28",children:(0,t.jsxs)("div",{className:"mx-auto max-w-7xl px-4 text-center sm:px-6 lg:px-8",children:[(0,t.jsx)("h2",{className:"mx-auto max-w-3xl text-3xl font-black tracking-tight sm:text-5xl",children:r.ctaTitle}),(0,t.jsx)("p",{className:"mx-auto mt-5 max-w-2xl text-lg text-background/70",children:r.ctaDesc}),(0,t.jsxs)("div",{className:"mt-10 flex flex-col items-center justify-center gap-4 sm:flex-row",children:[(0,t.jsx)(l.Button,{size:"lg",className:"h-12 rounded-full bg-primary px-7 text-primary-foreground hover:bg-primary/90",asChild:!0,children:(0,t.jsxs)("a",{href:A,target:"_blank",rel:"noreferrer",children:[r.primary,(0,t.jsx)(c.ArrowRight,{className:"h-4 w-4"})]})}),(0,t.jsx)(l.Button,{variant:"outline",size:"lg",className:"h-12 rounded-full border-background/30 bg-transparent px-7 text-background hover:bg-background hover:text-foreground",asChild:!0,children:(0,t.jsxs)("a",{href:`mailto:${T}`,children:[r.contact,": ",T]})})]})]})})]})}function G({eyebrow:e,title:r,desc:a}){return(0,t.jsxs)("div",{className:"mx-auto max-w-2xl text-center",children:[(0,t.jsx)("p",{className:"text-sm font-bold uppercase tracking-widest text-primary",children:e}),(0,t.jsx)("h2",{className:"mt-4 text-3xl font-black tracking-tight sm:text-5xl",children:r}),(0,t.jsx)("p",{className:"mt-4 leading-7 text-muted-foreground",children:a})]})}function C({value:e,label:r}){return(0,t.jsxs)("div",{className:"rounded-[1.4rem] border border-border bg-card/70 p-5",children:[(0,t.jsx)("p",{className:"text-3xl font-black text-primary",children:e}),(0,t.jsx)("p",{className:"mt-2 text-sm font-semibold text-muted-foreground",children:r})]})}e.s(["default",0,function(){let[e,l]=(0,r.useState)("zh");return(0,r.useEffect)(()=>{document.documentElement.lang="zh"===e?"zh-CN":"en"},[e]),(0,t.jsxs)("main",{className:"min-h-screen",children:[(0,t.jsx)(a.Header,{lang:e,setLang:l}),(0,t.jsx)(H,{lang:e}),(0,t.jsx)(s.Footer,{lang:e})]})}],98043)}]); \ No newline at end of file diff --git a/website/out/_next/static/chunks/0f7xtbawermky.js b/website/out/_next/static/chunks/01nqpwwaars~6.js similarity index 93% rename from website/out/_next/static/chunks/0f7xtbawermky.js rename to website/out/_next/static/chunks/01nqpwwaars~6.js index dde4738..400dfe2 100644 --- a/website/out/_next/static/chunks/0f7xtbawermky.js +++ b/website/out/_next/static/chunks/01nqpwwaars~6.js @@ -1 +1 @@ -(globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,5924,e=>{"use strict";let t=(0,e.i(35956).default)("calendar-days",[["path",{d:"M8 2v4",key:"1cmpym"}],["path",{d:"M16 2v4",key:"4m81vk"}],["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2",key:"1hopcy"}],["path",{d:"M3 10h18",key:"8toen8"}],["path",{d:"M8 14h.01",key:"6423bh"}],["path",{d:"M12 14h.01",key:"1etili"}],["path",{d:"M16 14h.01",key:"1gbofw"}],["path",{d:"M8 18h.01",key:"lrp35t"}],["path",{d:"M12 18h.01",key:"mhygvu"}],["path",{d:"M16 18h.01",key:"kzsmim"}]]);e.s(["CalendarDays",0,t],5924)},21432,e=>{"use strict";let t=(0,e.i(35956).default)("circle-check",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m9 12 2 2 4-4",key:"dzmm74"}]]);e.s(["CheckCircle2",0,t],21432)},15597,e=>{"use strict";let t=(0,e.i(35956).default)("rocket",[["path",{d:"M4.5 16.5c-1.5 1.26-2 5-2 5s3.74-.5 5-2c.71-.84.7-2.13-.09-2.91a2.18 2.18 0 0 0-2.91-.09z",key:"m3kijz"}],["path",{d:"m12 15-3-3a22 22 0 0 1 2-3.95A12.88 12.88 0 0 1 22 2c0 2.72-.78 7.5-6 11a22.35 22.35 0 0 1-4 2z",key:"1fmvmk"}],["path",{d:"M9 12H4s.55-3.03 2-4c1.62-1.08 5 0 5 0",key:"1f8sc4"}],["path",{d:"M12 15v5s3.03-.55 4-2c1.08-1.62 0-5 0-5",key:"qeys4"}]]);e.s(["Rocket",0,t],15597)},71226,e=>{"use strict";var t=e.i(21416),r=e.i(95599),a=e.i(38309),s=e.i(96487),i=e.i(91759),l=e.i(155),n=e.i(5924),d=e.i(21432),c=e.i(15597),o=e.i(9808),m=e.i(50103),h=e.i(21646);let g={en:{eyebrow:"Full launch",date:"June 5, 2026",title:"Heicode goes fully live on June 5, 2026.",lead:"The public launch brings together Heicode Client, Heicode Manager, Agnet Swarm, model usage, resource binding and approval audit into one delivery-ready product flow.",primary:"Register now",secondary:"Enter Heicode",highlights:["Client-first workflow","Agnet Swarm execution","Resource and secret governance","Usage, billing and audit visibility"],sections:[{icon:c.Rocket,title:"Launch scope",desc:"Users can register, enter Heicode, bind development resources, start an Agnet workflow and keep software delivery moving through the client."},{icon:h.Workflow,title:"Delivery loop",desc:"Idea intake, task decomposition, resource authorization, Agnet execution, review, approval and deployment records stay in one traceable loop."},{icon:o.ShieldCheck,title:"Governed access",desc:"Production actions, cloud resources, secrets and model budget are controlled by explicit approvals and auditable grants."}],timelineTitle:"Launch path",timeline:[["Now","Open registration and product preview entry."],["Before launch","Complete onboarding, docs, Manager links and launch readiness checks."],["June 5, 2026","Full public launch of the Heicode product flow."]],note:"The launch page is designed as the public landing point for announcements, registration, and product readiness communication."},zh:{eyebrow:"全面上线",date:"2026年6月5日",title:"Heicode 将于 2026年6月5日全面上线。",lead:"全面上线版本会把 Heicode 客户端、Heicode Manager、Agnet 蜂群、模型用量、资源绑定和审批审计整合成一条可交付的产品流程。",primary:"立即注册",secondary:"进入 Heicode",highlights:["客户端主流程","Agnet 蜂群执行","资源与密钥治理","用量、计费与审计可见"],sections:[{icon:c.Rocket,title:"上线范围",desc:"用户可以注册、进入 Heicode、绑定开发资源、启动 Agnet 工作流,并通过客户端持续推进软件交付。"},{icon:h.Workflow,title:"交付闭环",desc:"想法输入、任务拆解、资源授权、Agnet 执行、复核、审批和部署记录会留在同一个可追踪流程中。"},{icon:o.ShieldCheck,title:"受控访问",desc:"生产动作、云资源、密钥和模型预算都通过明确审批和可审计授权控制。"}],timelineTitle:"上线节奏",timeline:[["现在","开放注册入口和产品预览入口。"],["上线前","完成新手引导、文档、Manager 链接和上线检查。"],["2026年6月5日","Heicode 产品流程全面公开上线。"]],note:"该页面作为对外上线公告、注册引导和产品准备状态说明的统一入口。"}};function x({lang:e}){let r=g[e];return(0,t.jsxs)("section",{className:"relative overflow-hidden pt-28 pb-20 sm:pt-36 sm:pb-28",children:[(0,t.jsx)("div",{className:"pointer-events-none absolute inset-0 bg-[radial-gradient(circle_at_15%_10%,color-mix(in_oklch,var(--primary)_18%,transparent),transparent_32%),radial-gradient(circle_at_85%_15%,color-mix(in_oklch,var(--accent)_16%,transparent),transparent_30%)]"}),(0,t.jsxs)("div",{className:"relative mx-auto max-w-7xl px-4 sm:px-6 lg:px-8",children:[(0,t.jsxs)("div",{className:"grid gap-12 lg:grid-cols-[1fr_0.9fr] lg:items-center",children:[(0,t.jsxs)("div",{children:[(0,t.jsxs)("div",{className:"mb-6 inline-flex items-center gap-2 rounded-full border border-border bg-card/75 px-4 py-2 text-sm font-semibold shadow-sm backdrop-blur",children:[(0,t.jsx)(m.Sparkles,{className:"h-4 w-4 text-primary"}),r.eyebrow]}),(0,t.jsxs)("div",{className:"mb-5 inline-flex items-center gap-2 rounded-2xl bg-foreground px-4 py-3 text-background shadow-xl",children:[(0,t.jsx)(n.CalendarDays,{className:"h-5 w-5 text-primary"}),(0,t.jsx)("span",{className:"text-sm font-black tracking-wide",children:r.date})]}),(0,t.jsx)("h1",{className:"max-w-4xl text-5xl font-black leading-[0.95] tracking-[-0.06em] sm:text-7xl",children:r.title}),(0,t.jsx)("p",{className:"mt-7 max-w-2xl text-lg leading-8 text-muted-foreground sm:text-xl",children:r.lead}),(0,t.jsxs)("div",{className:"mt-9 flex flex-col gap-4 sm:flex-row",children:[(0,t.jsx)(i.Button,{size:"lg",className:"h-12 rounded-full bg-primary px-7 text-primary-foreground hover:bg-primary/90",asChild:!0,children:(0,t.jsxs)("a",{href:"https://code.xinghanlab.com/sign-up",target:"_blank",rel:"noreferrer",children:[r.primary,(0,t.jsx)(l.ArrowRight,{className:"h-4 w-4"})]})}),(0,t.jsx)(i.Button,{variant:"outline",size:"lg",className:"h-12 rounded-full border-foreground/20 bg-card/50 px-7",asChild:!0,children:(0,t.jsx)("a",{href:"https://code.xinghanlab.com/",target:"_blank",rel:"noreferrer",children:r.secondary})})]}),(0,t.jsx)("div",{className:"mt-8 grid gap-3 text-sm text-muted-foreground sm:grid-cols-2",children:r.highlights.map(e=>(0,t.jsxs)("div",{className:"flex items-center gap-2 rounded-full bg-card/70 px-4 py-3",children:[(0,t.jsx)(d.CheckCircle2,{className:"h-4 w-4 text-accent"}),e]},e))})]}),(0,t.jsx)("div",{className:"rounded-[2rem] border border-border bg-card/70 p-5 shadow-2xl backdrop-blur",children:(0,t.jsxs)("div",{className:"rounded-[1.5rem] bg-foreground p-6 text-background",children:[(0,t.jsx)("p",{className:"text-sm font-bold uppercase tracking-[0.22em] text-background/45",children:r.timelineTitle}),(0,t.jsx)("div",{className:"mt-6 space-y-4",children:r.timeline.map(([e,a],s)=>(0,t.jsxs)("div",{className:"grid grid-cols-[auto_1fr] gap-4",children:[(0,t.jsxs)("div",{className:"flex flex-col items-center",children:[(0,t.jsx)("div",{className:"flex h-10 w-10 items-center justify-center rounded-full bg-primary text-sm font-black text-primary-foreground",children:s+1}),s{let r=e.icon;return(0,t.jsxs)("div",{className:"rounded-[1.6rem] border border-border bg-card/70 p-6 shadow-sm",children:[(0,t.jsx)("div",{className:"mb-5 flex h-12 w-12 items-center justify-center rounded-2xl bg-primary/10 text-primary",children:(0,t.jsx)(r,{className:"h-6 w-6"})}),(0,t.jsx)("h2",{className:"text-xl font-bold",children:e.title}),(0,t.jsx)("p",{className:"mt-3 text-sm leading-7 text-muted-foreground",children:e.desc})]},e.title)})})]})]})}e.s(["default",0,function(){let[e,i]=(0,r.useState)("zh");return(0,r.useEffect)(()=>{document.documentElement.lang="zh"===e?"zh-CN":"en"},[e]),(0,t.jsxs)("main",{className:"min-h-screen",children:[(0,t.jsx)(s.Header,{lang:e,setLang:i}),(0,t.jsx)(x,{lang:e}),(0,t.jsx)(a.Footer,{lang:e})]})}],71226)}]); \ No newline at end of file +(globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,5924,e=>{"use strict";let t=(0,e.i(35956).default)("calendar-days",[["path",{d:"M8 2v4",key:"1cmpym"}],["path",{d:"M16 2v4",key:"4m81vk"}],["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2",key:"1hopcy"}],["path",{d:"M3 10h18",key:"8toen8"}],["path",{d:"M8 14h.01",key:"6423bh"}],["path",{d:"M12 14h.01",key:"1etili"}],["path",{d:"M16 14h.01",key:"1gbofw"}],["path",{d:"M8 18h.01",key:"lrp35t"}],["path",{d:"M12 18h.01",key:"mhygvu"}],["path",{d:"M16 18h.01",key:"kzsmim"}]]);e.s(["CalendarDays",0,t],5924)},21432,e=>{"use strict";let t=(0,e.i(35956).default)("circle-check",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m9 12 2 2 4-4",key:"dzmm74"}]]);e.s(["CheckCircle2",0,t],21432)},15597,e=>{"use strict";let t=(0,e.i(35956).default)("rocket",[["path",{d:"M4.5 16.5c-1.5 1.26-2 5-2 5s3.74-.5 5-2c.71-.84.7-2.13-.09-2.91a2.18 2.18 0 0 0-2.91-.09z",key:"m3kijz"}],["path",{d:"m12 15-3-3a22 22 0 0 1 2-3.95A12.88 12.88 0 0 1 22 2c0 2.72-.78 7.5-6 11a22.35 22.35 0 0 1-4 2z",key:"1fmvmk"}],["path",{d:"M9 12H4s.55-3.03 2-4c1.62-1.08 5 0 5 0",key:"1f8sc4"}],["path",{d:"M12 15v5s3.03-.55 4-2c1.08-1.62 0-5 0-5",key:"qeys4"}]]);e.s(["Rocket",0,t],15597)},71226,e=>{"use strict";var t=e.i(21416),r=e.i(95599),a=e.i(38309),s=e.i(96487),i=e.i(91759),l=e.i(155),n=e.i(5924),d=e.i(21432),c=e.i(15597),o=e.i(9808),m=e.i(50103),h=e.i(21646);let g={en:{eyebrow:"Full launch",date:"June 5, 2026",title:"Heicode goes fully live on June 5, 2026.",lead:"The public launch brings together Heicode Client, Heicode Manager, Agent Swarm, model usage, resource binding and approval audit into one delivery-ready product flow.",primary:"Register now",secondary:"Enter Heicode",highlights:["Client-first workflow","Agent Swarm execution","Resource and secret governance","Usage, billing and audit visibility"],sections:[{icon:c.Rocket,title:"Launch scope",desc:"Users can register, enter Heicode, bind development resources, start an Agent workflow and keep software delivery moving through the client."},{icon:h.Workflow,title:"Delivery loop",desc:"Idea intake, task decomposition, resource authorization, Agent execution, review, approval and deployment records stay in one traceable loop."},{icon:o.ShieldCheck,title:"Governed access",desc:"Production actions, cloud resources, secrets and model budget are controlled by explicit approvals and auditable grants."}],timelineTitle:"Launch path",timeline:[["Now","Open registration and product preview entry."],["Before launch","Complete onboarding, docs, Manager links and launch readiness checks."],["June 5, 2026","Full public launch of the Heicode product flow."]],note:"The launch page is designed as the public landing point for announcements, registration, and product readiness communication."},zh:{eyebrow:"全面上线",date:"2026年6月5日",title:"Heicode 将于 2026年6月5日全面上线。",lead:"全面上线版本会把 Heicode 客户端、Heicode Manager、Agent 蜂群、模型用量、资源绑定和审批审计整合成一条可交付的产品流程。",primary:"立即注册",secondary:"进入 Heicode",highlights:["客户端主流程","Agent 蜂群执行","资源与密钥治理","用量、计费与审计可见"],sections:[{icon:c.Rocket,title:"上线范围",desc:"用户可以注册、进入 Heicode、绑定开发资源、启动 Agent 工作流,并通过客户端持续推进软件交付。"},{icon:h.Workflow,title:"交付闭环",desc:"想法输入、任务拆解、资源授权、Agent 执行、复核、审批和部署记录会留在同一个可追踪流程中。"},{icon:o.ShieldCheck,title:"受控访问",desc:"生产动作、云资源、密钥和模型预算都通过明确审批和可审计授权控制。"}],timelineTitle:"上线节奏",timeline:[["现在","开放注册入口和产品预览入口。"],["上线前","完成新手引导、文档、Manager 链接和上线检查。"],["2026年6月5日","Heicode 产品流程全面公开上线。"]],note:"该页面作为对外上线公告、注册引导和产品准备状态说明的统一入口。"}};function x({lang:e}){let r=g[e];return(0,t.jsxs)("section",{className:"relative overflow-hidden pt-28 pb-20 sm:pt-36 sm:pb-28",children:[(0,t.jsx)("div",{className:"pointer-events-none absolute inset-0 bg-[radial-gradient(circle_at_15%_10%,color-mix(in_oklch,var(--primary)_18%,transparent),transparent_32%),radial-gradient(circle_at_85%_15%,color-mix(in_oklch,var(--accent)_16%,transparent),transparent_30%)]"}),(0,t.jsxs)("div",{className:"relative mx-auto max-w-7xl px-4 sm:px-6 lg:px-8",children:[(0,t.jsxs)("div",{className:"grid gap-12 lg:grid-cols-[1fr_0.9fr] lg:items-center",children:[(0,t.jsxs)("div",{children:[(0,t.jsxs)("div",{className:"mb-6 inline-flex items-center gap-2 rounded-full border border-border bg-card/75 px-4 py-2 text-sm font-semibold shadow-sm backdrop-blur",children:[(0,t.jsx)(m.Sparkles,{className:"h-4 w-4 text-primary"}),r.eyebrow]}),(0,t.jsxs)("div",{className:"mb-5 inline-flex items-center gap-2 rounded-2xl bg-foreground px-4 py-3 text-background shadow-xl",children:[(0,t.jsx)(n.CalendarDays,{className:"h-5 w-5 text-primary"}),(0,t.jsx)("span",{className:"text-sm font-black tracking-wide",children:r.date})]}),(0,t.jsx)("h1",{className:"max-w-4xl text-5xl font-black leading-[0.95] tracking-[-0.06em] sm:text-7xl",children:r.title}),(0,t.jsx)("p",{className:"mt-7 max-w-2xl text-lg leading-8 text-muted-foreground sm:text-xl",children:r.lead}),(0,t.jsxs)("div",{className:"mt-9 flex flex-col gap-4 sm:flex-row",children:[(0,t.jsx)(i.Button,{size:"lg",className:"h-12 rounded-full bg-primary px-7 text-primary-foreground hover:bg-primary/90",asChild:!0,children:(0,t.jsxs)("a",{href:"https://code.xinghanlab.com/sign-up",target:"_blank",rel:"noreferrer",children:[r.primary,(0,t.jsx)(l.ArrowRight,{className:"h-4 w-4"})]})}),(0,t.jsx)(i.Button,{variant:"outline",size:"lg",className:"h-12 rounded-full border-foreground/20 bg-card/50 px-7",asChild:!0,children:(0,t.jsx)("a",{href:"https://code.xinghanlab.com/",target:"_blank",rel:"noreferrer",children:r.secondary})})]}),(0,t.jsx)("div",{className:"mt-8 grid gap-3 text-sm text-muted-foreground sm:grid-cols-2",children:r.highlights.map(e=>(0,t.jsxs)("div",{className:"flex items-center gap-2 rounded-full bg-card/70 px-4 py-3",children:[(0,t.jsx)(d.CheckCircle2,{className:"h-4 w-4 text-accent"}),e]},e))})]}),(0,t.jsx)("div",{className:"rounded-[2rem] border border-border bg-card/70 p-5 shadow-2xl backdrop-blur",children:(0,t.jsxs)("div",{className:"rounded-[1.5rem] bg-foreground p-6 text-background",children:[(0,t.jsx)("p",{className:"text-sm font-bold uppercase tracking-[0.22em] text-background/45",children:r.timelineTitle}),(0,t.jsx)("div",{className:"mt-6 space-y-4",children:r.timeline.map(([e,a],s)=>(0,t.jsxs)("div",{className:"grid grid-cols-[auto_1fr] gap-4",children:[(0,t.jsxs)("div",{className:"flex flex-col items-center",children:[(0,t.jsx)("div",{className:"flex h-10 w-10 items-center justify-center rounded-full bg-primary text-sm font-black text-primary-foreground",children:s+1}),s{let r=e.icon;return(0,t.jsxs)("div",{className:"rounded-[1.6rem] border border-border bg-card/70 p-6 shadow-sm",children:[(0,t.jsx)("div",{className:"mb-5 flex h-12 w-12 items-center justify-center rounded-2xl bg-primary/10 text-primary",children:(0,t.jsx)(r,{className:"h-6 w-6"})}),(0,t.jsx)("h2",{className:"text-xl font-bold",children:e.title}),(0,t.jsx)("p",{className:"mt-3 text-sm leading-7 text-muted-foreground",children:e.desc})]},e.title)})})]})]})}e.s(["default",0,function(){let[e,i]=(0,r.useState)("zh");return(0,r.useEffect)(()=>{document.documentElement.lang="zh"===e?"zh-CN":"en"},[e]),(0,t.jsxs)("main",{className:"min-h-screen",children:[(0,t.jsx)(s.Header,{lang:e,setLang:i}),(0,t.jsx)(x,{lang:e}),(0,t.jsx)(a.Footer,{lang:e})]})}],71226)}]); \ No newline at end of file diff --git a/website/out/_next/static/chunks/0jh79v35s44~4.js b/website/out/_next/static/chunks/0d1zubw6yodx..js similarity index 90% rename from website/out/_next/static/chunks/0jh79v35s44~4.js rename to website/out/_next/static/chunks/0d1zubw6yodx..js index 9250103..a66a497 100644 --- a/website/out/_next/static/chunks/0jh79v35s44~4.js +++ b/website/out/_next/static/chunks/0d1zubw6yodx..js @@ -1 +1 @@ -(globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,60645,e=>{"use strict";let t=(0,e.i(35956).default)("lock-keyhole",[["circle",{cx:"12",cy:"16",r:"1",key:"1au0dj"}],["rect",{x:"3",y:"10",width:"18",height:"12",rx:"2",key:"6s8ecr"}],["path",{d:"M7 10V7a5 5 0 0 1 10 0v3",key:"1pqi11"}]]);e.s(["LockKeyhole",0,t],60645)},3922,75835,e=>{"use strict";var t=e.i(35956);let r=(0,t.default)("key-round",[["path",{d:"M2.586 17.414A2 2 0 0 0 2 18.828V21a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1h1a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1h.172a2 2 0 0 0 1.414-.586l.814-.814a6.5 6.5 0 1 0-4-4z",key:"1s6t7t"}],["circle",{cx:"16.5",cy:"7.5",r:".5",fill:"currentColor",key:"w0ekpg"}]]);e.s(["KeyRound",0,r],3922);let s=(0,t.default)("layers",[["path",{d:"M12.83 2.18a2 2 0 0 0-1.66 0L2.6 6.08a1 1 0 0 0 0 1.83l8.58 3.91a2 2 0 0 0 1.66 0l8.58-3.9a1 1 0 0 0 0-1.83z",key:"zw3jo"}],["path",{d:"M2 12a1 1 0 0 0 .58.91l8.6 3.91a2 2 0 0 0 1.65 0l8.58-3.9A1 1 0 0 0 22 12",key:"1wduqc"}],["path",{d:"M2 17a1 1 0 0 0 .58.91l8.6 3.91a2 2 0 0 0 1.65 0l8.58-3.9A1 1 0 0 0 22 17",key:"kqbvx6"}]]);e.s(["default",0,s],75835)},41874,e=>{"use strict";let t=(0,e.i(35956).default)("git-branch",[["path",{d:"M15 6a9 9 0 0 0-9 9V3",key:"1cii5b"}],["circle",{cx:"18",cy:"6",r:"3",key:"1h7g24"}],["circle",{cx:"6",cy:"18",r:"3",key:"fqmcym"}]]);e.s(["GitBranch",0,t],41874)},5924,e=>{"use strict";let t=(0,e.i(35956).default)("calendar-days",[["path",{d:"M8 2v4",key:"1cmpym"}],["path",{d:"M16 2v4",key:"4m81vk"}],["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2",key:"1hopcy"}],["path",{d:"M3 10h18",key:"8toen8"}],["path",{d:"M8 14h.01",key:"6423bh"}],["path",{d:"M12 14h.01",key:"1etili"}],["path",{d:"M16 14h.01",key:"1gbofw"}],["path",{d:"M8 18h.01",key:"lrp35t"}],["path",{d:"M12 18h.01",key:"mhygvu"}],["path",{d:"M16 18h.01",key:"kzsmim"}]]);e.s(["CalendarDays",0,t],5924)},15597,e=>{"use strict";let t=(0,e.i(35956).default)("rocket",[["path",{d:"M4.5 16.5c-1.5 1.26-2 5-2 5s3.74-.5 5-2c.71-.84.7-2.13-.09-2.91a2.18 2.18 0 0 0-2.91-.09z",key:"m3kijz"}],["path",{d:"m12 15-3-3a22 22 0 0 1 2-3.95A12.88 12.88 0 0 1 22 2c0 2.72-.78 7.5-6 11a22.35 22.35 0 0 1-4 2z",key:"1fmvmk"}],["path",{d:"M9 12H4s.55-3.03 2-4c1.62-1.08 5 0 5 0",key:"1f8sc4"}],["path",{d:"M12 15v5s3.03-.55 4-2c1.08-1.62 0-5 0-5",key:"qeys4"}]]);e.s(["Rocket",0,t],15597)},21432,e=>{"use strict";let t=(0,e.i(35956).default)("circle-check",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m9 12 2 2 4-4",key:"dzmm74"}]]);e.s(["CheckCircle2",0,t],21432)},39629,e=>{"use strict";var t=e.i(21416),r=e.i(95599),s=e.i(96487),a=e.i(91759),n=e.i(155),i=e.i(5924),o=e.i(15597),d=e.i(65645);let l={en:{eyebrow:"Full launch",title:"Heicode goes fully live on June 5, 2026.",desc:"Register now and follow launch readiness for Client, Manager, Agnet Swarm, resource binding and audit.",date:"June 5, 2026",primary:"Register now",secondary:"Launch details",close:"Close launch announcement"},zh:{eyebrow:"全面上线",title:"Heicode 将于 2026年6月5日全面上线。",desc:"现在可以注册,并查看客户端、Manager、Agnet 蜂群、资源绑定和审计能力的上线准备。",date:"2026年6月5日",primary:"立即注册",secondary:"查看上线详情",close:"关闭上线公告"}};function c({lang:e}){let[s,m]=(0,r.useState)(!0),p=(0,r.useRef)(e),x=l[e];return((0,r.useEffect)(()=>{"zh"!==p.current&&"zh"===e&&m(!0),p.current=e},[e]),s)?(0,t.jsx)("div",{className:"fixed inset-0 z-[70] flex items-center justify-center bg-foreground/55 px-4 py-8 backdrop-blur-sm",children:(0,t.jsxs)("div",{className:"relative w-full max-w-2xl overflow-hidden rounded-[2rem] border border-border bg-background p-6 shadow-2xl sm:p-8",children:[(0,t.jsx)("button",{type:"button","aria-label":x.close,onClick:()=>m(!1),className:"absolute right-4 top-4 rounded-full border border-border bg-card/80 p-2 text-muted-foreground transition-colors hover:text-foreground",children:(0,t.jsx)(d.X,{className:"h-5 w-5"})}),(0,t.jsx)("div",{className:"pointer-events-none absolute -right-24 -top-24 h-56 w-56 rounded-full bg-primary/15 blur-3xl"}),(0,t.jsx)("div",{className:"pointer-events-none absolute -bottom-24 -left-24 h-56 w-56 rounded-full bg-accent/15 blur-3xl"}),(0,t.jsxs)("div",{className:"relative",children:[(0,t.jsxs)("div",{className:"mb-5 inline-flex items-center gap-2 rounded-full border border-primary/20 bg-primary/10 px-4 py-2 text-sm font-bold text-primary",children:[(0,t.jsx)(o.Rocket,{className:"h-4 w-4"}),x.eyebrow]}),(0,t.jsxs)("div",{className:"mb-6 flex w-fit items-center gap-2 rounded-2xl bg-foreground px-4 py-3 text-background",children:[(0,t.jsx)(i.CalendarDays,{className:"h-5 w-5 text-primary"}),(0,t.jsx)("span",{className:"text-sm font-black tracking-wide",children:x.date})]}),(0,t.jsx)("h2",{className:"max-w-xl text-3xl font-black leading-tight tracking-[-0.04em] sm:text-5xl",children:x.title}),(0,t.jsx)("p",{className:"mt-4 max-w-xl text-base leading-7 text-muted-foreground sm:text-lg",children:x.desc}),(0,t.jsxs)("div",{className:"mt-8 flex flex-col gap-3 sm:flex-row",children:[(0,t.jsx)(a.Button,{className:"h-12 rounded-full bg-primary px-7 text-primary-foreground hover:bg-primary/90",asChild:!0,children:(0,t.jsxs)("a",{href:"https://code.xinghanlab.com/sign-up",target:"_blank",rel:"noreferrer",children:[x.primary,(0,t.jsx)(n.ArrowRight,{className:"h-4 w-4"})]})}),(0,t.jsx)(a.Button,{variant:"outline",className:"h-12 rounded-full bg-card/50 px-7",asChild:!0,children:(0,t.jsx)("a",{href:"/launch",children:x.secondary})})]})]})]})}):null}var m=e.i(21432),p=e.i(60645),x=e.i(35956);let u=(0,x.default)("play",[["path",{d:"M5 5a2 2 0 0 1 3.008-1.728l11.997 6.998a2 2 0 0 1 .003 3.458l-12 7A2 2 0 0 1 5 19z",key:"10ikf1"}]]);var h=e.i(50103);let g={en:{eyebrow:"From idea to production software",titleA:"One idea,",titleB:"one AI development team.",intro:"Heicode organizes sub-Agnet teams, connects your code, documents, SK skills and cloud resources, and continuously carries work through requirements, development, testing, fixes, deployment and maintenance.",primary:"Start with Heicode",secondary:"Register",bullets:["Input ideas in the client","Bind resources in Manager","Ship through Agnet"],cockpit:"Heicode Task Cockpit",project:"Small-team task management SaaS",running:"Running",inputLabel:"User input",prompt:"I want to build a small-team task management SaaS with login, projects, tasks, comments, notifications and admin, deployed to Azure.",agents:[["Product Agnet","Requirements and acceptance","Done"],["Backend Agnet","APIs and data model","Building"],["Frontend Agnet","Pages and interaction","Waiting for API"],["Ops Agnet","Deployment and observability","Approval pending"]],approvalTitle:"Production deployment requires client approval",approvalDesc:"The secret vault will derive a 15-minute short-lived credential. Sub Agnets never receive long-term secrets."},zh:{eyebrow:"从想法到上线的软件生命周期平台",titleA:"一个想法,",titleB:"一支 AI 开发团队。",intro:"Heicode 组织子 Agnet,接入你的代码、文档、SK 和云资源,持续完成需求、开发、测试、修复、部署和后续维护。",primary:"开始使用 Heicode",secondary:"注册",bullets:["客户端输入想法","Manager 绑定资源","Agnet 交付部署"],cockpit:"Heicode Task Cockpit",project:"小团队任务管理 SaaS",running:"运行中",inputLabel:"用户输入",prompt:"我想做一个小团队任务管理 SaaS,需要登录、项目、任务、评论、通知和后台管理,希望部署到 Azure。",agents:[["Product Agnet","需求和验收标准","完成"],["Backend Agnet","API 与数据模型","开发中"],["Frontend Agnet","页面与交互","等待接口"],["Ops Agnet","部署与观测","待审批"]],approvalTitle:"生产部署需要客户端审批",approvalDesc:"密钥保管器将派生 15 分钟短期凭证,子 Agnet 不接触长期密钥。"}};function b({lang:e}){let r=g[e];return(0,t.jsxs)("section",{className:"relative overflow-hidden pt-28 pb-16 sm:pt-36 sm:pb-24",children:[(0,t.jsx)("div",{className:"pointer-events-none absolute inset-0 bg-[linear-gradient(to_right,color-mix(in_oklch,var(--foreground)_5%,transparent)_1px,transparent_1px),linear-gradient(to_bottom,color-mix(in_oklch,var(--foreground)_5%,transparent)_1px,transparent_1px)] bg-[size:42px_42px]"}),(0,t.jsx)("div",{className:"pointer-events-none absolute left-1/2 top-24 h-[420px] w-[70vw] -translate-x-1/2 rounded-full bg-primary/10 blur-[120px]"}),(0,t.jsx)("div",{className:"relative mx-auto max-w-7xl px-4 sm:px-6 lg:px-8",children:(0,t.jsxs)("div",{className:"grid gap-12 lg:grid-cols-[1.03fr_0.97fr] lg:items-center",children:[(0,t.jsxs)("div",{children:[(0,t.jsxs)("div",{className:"mb-6 inline-flex items-center gap-2 rounded-full border border-border bg-card/70 px-4 py-2 text-sm font-semibold shadow-sm backdrop-blur",children:[(0,t.jsx)(h.Sparkles,{className:"h-4 w-4 text-primary"}),r.eyebrow]}),(0,t.jsxs)("h1",{className:"max-w-4xl text-5xl font-black leading-[0.95] tracking-[-0.06em] sm:text-7xl lg:text-8xl",children:[r.titleA,(0,t.jsx)("span",{className:"block text-primary",children:r.titleB})]}),(0,t.jsx)("p",{className:"mt-7 max-w-2xl text-lg leading-8 text-muted-foreground sm:text-xl",children:r.intro}),(0,t.jsxs)("div",{className:"mt-9 flex flex-col gap-4 sm:flex-row",children:[(0,t.jsx)(a.Button,{size:"lg",className:"h-12 rounded-full bg-foreground px-7 text-background hover:bg-foreground/90",asChild:!0,children:(0,t.jsxs)("a",{href:"https://code.xinghanlab.com/",target:"_blank",rel:"noreferrer",children:[r.primary,(0,t.jsx)(n.ArrowRight,{className:"h-4 w-4"})]})}),(0,t.jsx)(a.Button,{variant:"outline",size:"lg",className:"h-12 rounded-full border-foreground/20 bg-card/50 px-7",asChild:!0,children:(0,t.jsxs)("a",{href:"https://code.xinghanlab.com/sign-up",target:"_blank",rel:"noreferrer",children:[(0,t.jsx)(u,{className:"h-4 w-4"}),r.secondary]})})]}),(0,t.jsx)("div",{className:"mt-8 grid max-w-2xl gap-3 text-sm text-muted-foreground sm:grid-cols-3",children:r.bullets.map(e=>(0,t.jsxs)("div",{className:"flex items-center gap-2",children:[(0,t.jsx)(m.CheckCircle2,{className:"h-4 w-4 text-accent"}),e]},e))})]}),(0,t.jsxs)("div",{className:"relative",children:[(0,t.jsx)("div",{className:"absolute -left-6 -top-6 hidden h-24 w-24 rounded-full border border-primary/30 lg:block"}),(0,t.jsx)("div",{className:"rounded-[2rem] border border-foreground/10 bg-foreground p-3 shadow-2xl",children:(0,t.jsxs)("div",{className:"overflow-hidden rounded-[1.5rem] bg-[#10151d] text-white",children:[(0,t.jsxs)("div",{className:"flex items-center justify-between border-b border-white/10 px-5 py-4",children:[(0,t.jsxs)("div",{children:[(0,t.jsx)("p",{className:"text-xs uppercase tracking-[0.22em] text-white/45",children:r.cockpit}),(0,t.jsx)("p",{className:"mt-1 font-semibold",children:r.project})]}),(0,t.jsx)("span",{className:"rounded-full bg-emerald-400/15 px-3 py-1 text-xs font-semibold text-emerald-200",children:r.running})]}),(0,t.jsxs)("div",{className:"grid gap-3 p-5",children:[(0,t.jsxs)("div",{className:"rounded-2xl bg-white/[0.06] p-4",children:[(0,t.jsx)("p",{className:"text-xs text-white/45",children:r.inputLabel}),(0,t.jsx)("p",{className:"mt-2 text-sm leading-6 text-white/85",children:r.prompt})]}),(0,t.jsx)("div",{className:"grid gap-3 sm:grid-cols-2",children:r.agents.map(([e,r,s])=>(0,t.jsxs)("div",{className:"rounded-2xl border border-white/10 bg-white/[0.04] p-4",children:[(0,t.jsx)("p",{className:"font-semibold",children:e}),(0,t.jsx)("p",{className:"mt-1 text-xs text-white/50",children:r}),(0,t.jsx)("p",{className:"mt-4 text-xs font-semibold text-primary-foreground/90",children:s})]},e))}),(0,t.jsx)("div",{className:"rounded-2xl border border-amber-300/20 bg-amber-300/10 p-4",children:(0,t.jsxs)("div",{className:"flex items-start gap-3",children:[(0,t.jsx)(p.LockKeyhole,{className:"mt-0.5 h-5 w-5 text-amber-200"}),(0,t.jsxs)("div",{children:[(0,t.jsx)("p",{className:"text-sm font-semibold text-amber-100",children:r.approvalTitle}),(0,t.jsx)("p",{className:"mt-1 text-xs leading-5 text-amber-100/65",children:r.approvalDesc})]})]})})]})]})})]})]})})]})}let f=(0,x.default)("bot",[["path",{d:"M12 8V4H8",key:"hb8ula"}],["rect",{width:"16",height:"12",x:"4",y:"8",rx:"2",key:"enze0r"}],["path",{d:"M2 14h2",key:"vft8re"}],["path",{d:"M20 14h2",key:"4cs60a"}],["path",{d:"M15 13v2",key:"1xurst"}],["path",{d:"M9 13v2",key:"rq6x2g"}]]),y=(0,x.default)("credit-card",[["rect",{width:"20",height:"14",x:"2",y:"5",rx:"2",key:"ynyp8z"}],["line",{x1:"2",x2:"22",y1:"10",y2:"10",key:"1b3vmo"}]]);var v=e.i(3922),j=e.i(75835),j=j;let k=(0,x.default)("monitor",[["rect",{width:"20",height:"14",x:"2",y:"3",rx:"2",key:"48i651"}],["line",{x1:"8",x2:"16",y1:"21",y2:"21",key:"1svkeh"}],["line",{x1:"12",x2:"12",y1:"17",y2:"21",key:"vw1qmm"}]]),w=[(0,x.default)("terminal",[["path",{d:"M12 19h8",key:"baeox8"}],["path",{d:"m4 17 6-6-6-6",key:"1yngyt"}]]),k,f,y,v.KeyRound,j.default],N={en:{eyebrow:"Product surfaces",title:"Users operate Heicode. The underlying systems stay in their lanes.",description:"The client is the primary experience and Manager is the auxiliary console. CodeGW, the vault, and the Agnet platform are not exposed as ordinary user backends.",products:[{name:"Heicode Client",description:"The primary user experience. Describe ideas, continue development, review Agnet execution feedback, and approve risky operations before production deploys, secret access, or cloud changes.",features:["Idea input","Task progress","Execution feedback","Risk approval"]},{name:"Heicode Manager",description:"The browser-side control console for account safety, client downloads, resource binding, Agnet deployment, task status, balance, and audit.",features:["Resource binding","Deploy Agnets","Model balance","Audit logs"]},{name:"Agnet Platform",description:"The AI development-team execution layer. It runs Product, Frontend, Backend, Reviewer, Ops, and other sub Agnets on AKS, then reports state and events back.",features:["Role teams","Continuous execution","SK calls","State callback"]},{name:"CodeGW",description:"The internal model gateway and billing foundation. Heicode only exposes the models, balance, quota, usage, and call logs ordinary users need.",features:["Model gateway","Balance quota","Call logs","No admin exposure"]},{name:"Secret Vault",description:"Credential custody backed by OpenBao. Long-lived secrets only enter the vault; sub Agnets receive short-lived, least-privilege credentials.",features:["secret_ref","Short-lived creds","Rotate and revoke","Audit trail"]},{name:"Resource Context",description:"Git, SK, documents, cloud accounts, and cloud resources become Resource Bindings and Grants that can be authorized, revoked, and audited.",features:["Git","SK","Project docs","Cloud resources"]}]},zh:{eyebrow:"Product surfaces",title:"用户只操作 Heicode,底层能力各归其位",description:"客户端是主体验,Manager 是辅助控制台;CodeGW、密钥保管器和 Agnet 平台不作为普通用户后台。",products:[{name:"Heicode 客户端",description:"用户主体验。输入想法、继续开发、查看 Agnet 执行反馈,并在生产部署、密钥访问、云操作前完成高危审批。",features:["想法输入","任务推进","执行反馈","高危审批"]},{name:"Heicode Manager",description:"浏览器辅助控制台。负责账号安全、客户端下载、资源绑定、Agnet 部署、任务状态、余额和审计。",features:["资源绑定","部署 Agnet","模型余额","审计日志"]},{name:"Agnet 平台",description:"AI 开发团队执行层。在 AKS 上运行 Product、Frontend、Backend、Reviewer、Ops 等子 Agnet,并回传状态和事件。",features:["角色团队","持续执行","SK 调用","状态回传"]},{name:"CodeGW",description:"内部模型网关和计费底座。Heicode 只展示普通用户需要的模型、余额、额度、用量和调用日志。",features:["模型网关","余额额度","调用日志","不开放后台"]},{name:"密钥保管器",description:"OpenBao 实现的凭证托管服务。长期密钥只进入密钥保管器,子 Agnet 只拿短期、最小权限凭证。",features:["secret_ref","短期凭证","轮换撤销","审计记录"]},{name:"资源上下文",description:"把 Git、SK、文档、云账号和云资源变成可授权、可撤销、可审计的 Resource Binding 和 Grant。",features:["Git","SK","项目文档","云资源"]}]}};function A({lang:e}){let r=N[e];return(0,t.jsx)("section",{id:"products",className:"py-20 sm:py-28",children:(0,t.jsxs)("div",{className:"mx-auto max-w-7xl px-4 sm:px-6 lg:px-8",children:[(0,t.jsxs)("div",{className:"mx-auto max-w-2xl text-center",children:[(0,t.jsx)("p",{className:"text-sm font-bold tracking-widest text-primary uppercase",children:r.eyebrow}),(0,t.jsx)("h2",{className:"mt-4 text-3xl font-black tracking-tight sm:text-5xl",children:r.title}),(0,t.jsx)("p",{className:"mt-4 text-muted-foreground",children:r.description})]}),(0,t.jsx)("div",{className:"mt-14 grid gap-5 md:grid-cols-2 xl:grid-cols-3",children:r.products.map((e,r)=>{let s=w[r];return(0,t.jsxs)("div",{className:"group relative overflow-hidden rounded-[1.7rem] border border-border bg-card/65 p-7 shadow-sm transition-all hover:-translate-y-1 hover:border-primary/40 hover:shadow-xl",children:[(0,t.jsx)("div",{className:"absolute -right-10 -top-10 h-28 w-28 rounded-full bg-primary/5 transition-colors group-hover:bg-primary/10"}),(0,t.jsx)("div",{className:"mb-6 flex h-12 w-12 items-center justify-center rounded-2xl bg-secondary text-primary",children:(0,t.jsx)(s,{className:"h-6 w-6"})}),(0,t.jsx)("h3",{className:"text-xl font-semibold",children:e.name}),(0,t.jsx)("p",{className:"mt-3 text-sm leading-relaxed text-muted-foreground",children:e.description}),(0,t.jsx)("div",{className:"mt-6 flex flex-wrap gap-2",children:e.features.map(e=>(0,t.jsx)("span",{className:"rounded-full bg-secondary px-3 py-1 text-xs text-muted-foreground",children:e},e))})]},e.name)})})]})})}let M=(0,x.default)("file-text",[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z",key:"1oefj6"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["path",{d:"M10 9H8",key:"b1mrlr"}],["path",{d:"M16 13H8",key:"t4e002"}],["path",{d:"M16 17H8",key:"z1uh3a"}]]);var S=e.i(41874),C=e.i(9808),R=e.i(21646);let H=[M,S.GitBranch,R.Workflow,C.ShieldCheck],z={en:{eyebrow:"Core abilities",title:"Four loops Heicode must close",description:"From idea, resources, team, and permissions to execution, launch, and maintenance, Heicode turns software delivery into an auditable lifecycle.",features:[{title:"Ideas become development work",description:"Users do not need a complete PRD first. Heicode turns natural-language goals into requirement summaries, task drafts, prototype notes, role suggestions, and resource needs."},{title:"Resource binding and permission assignment",description:"Git, SK, project docs, and cloud resources are modeled as Resource Bindings, then assigned to specific sub Agnet roles through Resource Grants."},{title:"Sub Agnets execute continuously",description:"Work is not thrown over the wall once. Agnets keep moving through requirements, design, development, testing, fixes, and deployment."},{title:"Usage, logs, security, and audit loop",description:"Model balance, call logs, resource access, risky approvals, and deployment records return to Heicode. Long-lived secrets never enter Git, Markdown, or logs."}]},zh:{eyebrow:"Core abilities",title:"Heicode 要闭环的四件事",description:"从想法、资源、团队、权限到执行、上线、维护,形成一条可审计的软件生命周期。",features:[{title:"想法转开发任务",description:"用户不需要先写完整 PRD。Heicode 会把自然语言目标整理成需求摘要、任务草案、原型描述、角色建议和资源需求。"},{title:"资源绑定和权限分配",description:"Git、SK、项目文档和云资源被建模为 Resource Binding,再通过 Resource Grant 分配给具体子 Agnet 角色。"},{title:"子 Agnet 持续执行",description:"不是一次性把任务丢出去,而是在需求、设计、开发、测试、修复、部署的子环节中持续调用 Agnet 推进。"},{title:"用量、日志、安全和审计闭环",description:"模型余额、调用日志、资源访问、高危审批、部署记录统一回到 Heicode,长期密钥不进入 Git、Markdown 或日志。"}]}};function G({lang:e}){let r=z[e];return(0,t.jsx)("section",{id:"features",className:"border-y border-border bg-card/30 py-20 sm:py-28",children:(0,t.jsxs)("div",{className:"mx-auto max-w-7xl px-4 sm:px-6 lg:px-8",children:[(0,t.jsxs)("div",{className:"mx-auto max-w-2xl text-center",children:[(0,t.jsx)("p",{className:"text-sm font-bold tracking-widest text-primary uppercase",children:r.eyebrow}),(0,t.jsx)("h2",{className:"mt-4 text-3xl font-black tracking-tight sm:text-5xl",children:r.title}),(0,t.jsx)("p",{className:"mt-4 text-muted-foreground",children:r.description})]}),(0,t.jsx)("div",{className:"mt-14 grid gap-5 sm:grid-cols-2 lg:gap-6",children:r.features.map((e,r)=>{let s=H[r];return(0,t.jsxs)("div",{className:"relative flex gap-6 overflow-hidden rounded-[1.7rem] border border-border bg-background/80 p-6 shadow-sm sm:p-8",children:[(0,t.jsx)("div",{className:"flex h-11 w-11 shrink-0 items-center justify-center rounded-2xl bg-primary/10 text-primary",children:(0,t.jsx)(s,{className:"h-5 w-5"})}),(0,t.jsxs)("div",{children:[(0,t.jsx)("h3",{className:"text-lg font-semibold",children:e.title}),(0,t.jsx)("p",{className:"mt-2 text-sm leading-relaxed text-muted-foreground",children:e.description})]}),(0,t.jsx)("span",{className:"absolute -bottom-4 right-5 text-7xl font-black text-secondary/55",children:String(r+1).padStart(2,"0")})]},e.title)})})]})})}let B={en:{eyebrow:"User journey",title:"Users see one continuous flow, not a wall of admin panels",description:"The homepage and primary workflow stay anchored to the active job: idea, resources, team, permissions, execution, launch, and maintenance.",pathTitle:"Minimum MVP path",pathDescription:"Sign in, download the client, describe the idea, bind Git and cloud resources, confirm role permissions, preview the manifest, create an Agnet deployment placeholder, then keep development and testing moving.",steps:[["Sign in","Users only sign in to Heicode, not CodeGW or the OpenBao console."],["Describe the idea","Capture the product, constraints, existing code, and deployment target in the client."],["Bind resources","Manager authorizes Git, SK, docs, and cloud accounts while storing secret_ref only."],["Generate the team","Recommend Product, Architect, Frontend, Backend, Reviewer, Ops, and other sub Agnets."],["Assign permissions","Confirm resources, actions, TTL, and approval requirements through role cards."],["Close the loop","Agnets keep pushing requirements, development, testing, fixes, deployment, and maintenance."]],cards:[["Users do not write manifests","The default flow shows roles, resources, actions, and approvals. Advanced users can expand the permission manifest."],["The web app is not the IDE","Manager handles auxiliary management and observation. Main development, continuation, and approvals return to the client."],["Risky actions need explicit approval","Production deploys, cloud operations, database writes, and production secret access must be confirmed in the client."]]},zh:{eyebrow:"User journey",title:"用户看到的是连续流程,不是一堆后台菜单",description:"首页第一屏和主流程都围绕当前任务展开:想法、资源、团队、权限、执行、上线、维护。",pathTitle:"MVP 最小路径",pathDescription:"登录、下载客户端、输入想法、绑定 Git 和云资源、确认角色权限、预览 manifest、创建 Agnet 部署占位任务、持续推进开发与测试。",steps:[["登录","用户只登录 Heicode,不进入 CodeGW 后台或 OpenBao 控制台。"],["输入想法","在客户端描述产品、约束、已有代码和部署目标。"],["绑定资源","Manager 授权 Git、SK、文档、云账号并保存 secret_ref。"],["生成团队","推荐 Product、Architect、Frontend、Backend、Reviewer、Ops 等子 Agnet。"],["分配权限","用角色卡确认资源、动作、有效期和审批要求。"],["执行闭环","Agnet 持续推进需求、开发、测试、修复、部署和维护。"]],cards:[["用户不手写 manifest","普通流程只展示角色、资源、动作和审批要求,高级用户可以展开查看 permission manifest。"],["网页不是 IDE","Manager 完成辅助管理和观测,主开发对话、继续推进和审批仍回到客户端。"],["高危操作单独审批","生产部署、云操作、数据库写入、访问生产密钥都必须在客户端确认。"]]}};function P({lang:e}){let r=B[e];return(0,t.jsx)("section",{id:"workflow",className:"py-20 sm:py-28",children:(0,t.jsxs)("div",{className:"mx-auto max-w-7xl px-4 sm:px-6 lg:px-8",children:[(0,t.jsxs)("div",{className:"grid gap-12 lg:grid-cols-[0.8fr_1.2fr] lg:items-start",children:[(0,t.jsxs)("div",{children:[(0,t.jsx)("p",{className:"text-sm font-bold uppercase tracking-widest text-primary",children:r.eyebrow}),(0,t.jsx)("h2",{className:"mt-4 text-3xl font-black tracking-tight sm:text-5xl",children:r.title}),(0,t.jsx)("p",{className:"mt-5 text-muted-foreground",children:r.description}),(0,t.jsxs)("div",{className:"mt-8 rounded-[1.7rem] border border-primary/20 bg-primary/10 p-6",children:[(0,t.jsx)("p",{className:"text-sm font-semibold text-primary",children:r.pathTitle}),(0,t.jsx)("p",{className:"mt-2 text-sm leading-6 text-muted-foreground",children:r.pathDescription})]})]}),(0,t.jsx)("div",{className:"rounded-[2rem] border border-border bg-card/60 p-4 shadow-sm",children:(0,t.jsx)("div",{className:"grid gap-3",children:r.steps.map(([e,s],a)=>(0,t.jsxs)("div",{className:"grid gap-3 rounded-[1.4rem] border border-border bg-background/70 p-5 sm:grid-cols-[auto_1fr_auto] sm:items-center",children:[(0,t.jsx)("div",{className:"flex h-11 w-11 items-center justify-center rounded-2xl bg-foreground text-sm font-black text-background",children:String(a+1).padStart(2,"0")}),(0,t.jsxs)("div",{children:[(0,t.jsx)("h3",{className:"font-semibold",children:e}),(0,t.jsx)("p",{className:"mt-1 text-sm leading-6 text-muted-foreground",children:s})]}),a(0,t.jsxs)("div",{className:"rounded-[1.5rem] border border-border bg-card/60 p-6",children:[(0,t.jsx)("h3",{className:"font-semibold",children:e}),(0,t.jsx)("p",{className:"mt-2 text-sm leading-6 text-muted-foreground",children:r})]},e))})]})})}let T={en:{eyebrow:"Security model",title:"Resources are usable. Secrets do not leak.",description:"Users authorize resources, the platform holds credentials, and sub Agnets only receive short-lived access inside the approved scope.",principles:[{number:"01",title:"Secrets never enter the product surface",description:"Git tokens, cloud access keys, SSH private keys, database passwords, and CodeGW keys never enter Git, Markdown, frontend responses, or ordinary logs."},{number:"02",title:"Only secret_ref is stored",description:"The Manager database stores resource metadata, permission relationships, and secret_ref. Real long-lived credentials are held by the vault."},{number:"03",title:"Sub Agnets only receive short-lived credentials",description:"After approval, the platform derives short-lived, least-privilege, auditable credentials by permission and TTL. Sub Agnets do not keep long-lived secrets."},{number:"04",title:"Risky actions are approved in the client",description:"Production deploys, cloud changes, database writes, production secret access, and large budget consumption require explicit client confirmation."},{number:"05",title:"Audit answers the critical questions",description:"Who used which resource, for which task, through which sub Agnet, at what time, with what action, and whether approval happened."}]},zh:{eyebrow:"Security model",title:"资源可用,密钥不外泄",description:"用户授权资源,平台托管凭证,子 Agnet 只获得被批准范围内的短期访问能力。",principles:[{number:"01",title:"密钥不进入产品表面",description:"Git token、云 access key、SSH 私钥、数据库密码和 CodeGW key 不进入 Git、Markdown、前端响应或普通日志。"},{number:"02",title:"只保存 secret_ref",description:"Manager 数据库保存资源元数据、权限关系和 secret_ref,真实长期凭证由密钥保管器托管。"},{number:"03",title:"子 Agnet 只拿短期凭证",description:"审批通过后,平台按权限和 TTL 派生短期、最小权限、可审计凭证;子 Agnet 不保存长期密钥。"},{number:"04",title:"高危操作只在客户端审批",description:"生产部署、云资源变更、数据库写入、访问生产密钥和大额预算消耗,必须由用户在客户端明确确认。"},{number:"05",title:"审计能回答关键问题",description:"谁在什么时候,为了哪个任务,让哪个子 Agnet 使用了哪个资源,执行了什么动作,是否经过审批。"}]}};function _({lang:e}){let r=T[e];return(0,t.jsx)("section",{id:"security",className:"border-t border-border bg-card/30 py-20 sm:py-28",children:(0,t.jsxs)("div",{className:"mx-auto max-w-7xl px-4 sm:px-6 lg:px-8",children:[(0,t.jsxs)("div",{className:"mx-auto max-w-2xl text-center",children:[(0,t.jsx)("p",{className:"text-sm font-bold tracking-widest text-primary uppercase",children:r.eyebrow}),(0,t.jsx)("h2",{className:"mt-4 text-3xl font-black tracking-tight sm:text-5xl",children:r.title}),(0,t.jsx)("p",{className:"mt-4 text-muted-foreground",children:r.description})]}),(0,t.jsx)("div",{className:"mt-16 grid gap-4 sm:grid-cols-2 lg:grid-cols-3",children:r.principles.map(e=>(0,t.jsxs)("div",{className:"group relative overflow-hidden rounded-[1.6rem] border border-border bg-background/80 p-6 transition-colors hover:border-primary/40",children:[(0,t.jsx)("span",{className:"absolute -top-2 -right-2 text-7xl font-black text-secondary/40 transition-colors group-hover:text-primary/10",children:e.number}),(0,t.jsxs)("div",{className:"relative",children:[(0,t.jsx)("h3",{className:"text-lg font-semibold",children:e.title}),(0,t.jsx)("p",{className:"mt-3 text-sm leading-relaxed text-muted-foreground",children:e.description})]})]},e.number))})]})})}let K={en:{eyebrow:"MVP to lifecycle",title:"Prove the loop first, then expand the full lifecycle",description:"The real Agnet platform deployment API can arrive later. Manager payloads, manifests, audit trails, and the client approval loop must be ready first.",phases:[{phase:"Current MVP",description:"Heicode, CodeGW, and OpenBao deploy separately. Resource bindings, Grants, manifests, and secret custody form the first closed loop. The client signs in only to Heicode.",status:"Converging"},{phase:"Next",description:"Expose user-side CodeGW model and usage views, close the client login and approval download path, and integrate the real Agnet deployment API.",status:"Priority"},{phase:"Long term",description:"Add automated maintenance, upgrade plans, and continuous cost and quality observation so development, deployment, and maintenance live in one lifecycle.",status:"Product direction"}]},zh:{eyebrow:"MVP to lifecycle",title:"当前先证明闭环,再做完整生命周期",description:"真实 Agnet 平台部署 API 可以后置,但 Manager 侧 payload、manifest、审计和客户端闭环必须先准备好。",phases:[{phase:"当前 MVP",description:"Heicode、CodeGW、OpenBao 解耦部署;资源绑定、Grant、manifest 和密钥保管闭环;客户端只登录 Heicode。",status:"正在收敛"},{phase:"下一步",description:"CodeGW 用户侧模型与用量展示、客户端登录审批下载闭环、Agnet 平台真实部署接口联调。",status:"优先推进"},{phase:"长期形态",description:"自动维护、升级计划、成本和质量持续观测,把开发、部署、维护纳入同一个生命周期闭环。",status:"产品方向"}]}};function q({lang:e}){let r=K[e];return(0,t.jsx)("section",{className:"py-20 sm:py-32",children:(0,t.jsxs)("div",{className:"mx-auto max-w-7xl px-4 sm:px-6 lg:px-8",children:[(0,t.jsxs)("div",{className:"mx-auto max-w-2xl text-center",children:[(0,t.jsx)("p",{className:"text-sm font-bold tracking-widest text-primary uppercase",children:r.eyebrow}),(0,t.jsx)("h2",{className:"mt-4 text-3xl font-black tracking-tight sm:text-5xl",children:r.title}),(0,t.jsx)("p",{className:"mt-4 text-sm text-muted-foreground",children:r.description})]}),(0,t.jsx)("div",{className:"mt-16",children:(0,t.jsxs)("div",{className:"relative",children:[(0,t.jsx)("div",{className:"absolute left-1/2 top-0 hidden h-full w-px -translate-x-1/2 bg-gradient-to-b from-primary/50 via-border to-border lg:block"}),(0,t.jsx)("div",{className:"grid gap-8 lg:grid-cols-3",children:r.phases.map((e,r)=>(0,t.jsxs)("div",{className:"relative",children:[(0,t.jsx)("div",{className:"mx-auto mb-6 flex h-16 w-16 items-center justify-center rounded-full border-2 border-primary/30 bg-background",children:(0,t.jsx)("span",{className:"text-2xl font-black text-primary",children:r+1})}),(0,t.jsxs)("div",{className:"rounded-[1.6rem] border border-border bg-card/60 p-6 text-center shadow-sm",children:[(0,t.jsx)("span",{className:"inline-block rounded-full bg-primary/10 px-3 py-1 text-xs font-semibold text-primary",children:e.status}),(0,t.jsx)("h3",{className:"mt-4 text-xl font-bold",children:e.phase}),(0,t.jsx)("p",{className:"mt-3 text-sm leading-relaxed text-muted-foreground",children:e.description})]})]},e.phase))})]})})]})})}let I={en:{title:"Move an idea into a real development flow",description:"Heicode does more than generate code. It organizes product intent, code, permissions, models, deployment, and maintenance into one auditable software lifecycle.",primary:"Enter Heicode",secondary:"Register account"},zh:{title:"让想法进入真实开发流程",description:"不是只生成代码,而是把产品、代码、权限、模型、部署和维护组织成一个可审计的软件生命周期。",primary:"进入 Heicode",secondary:"注册账号"}};function D({lang:e}){let r=I[e];return(0,t.jsx)("section",{className:"border-t border-border bg-foreground py-20 text-background sm:py-28",children:(0,t.jsx)("div",{className:"mx-auto max-w-7xl px-4 sm:px-6 lg:px-8",children:(0,t.jsxs)("div",{className:"mx-auto max-w-2xl text-center",children:[(0,t.jsx)("h2",{className:"text-3xl font-black tracking-tight sm:text-5xl",children:r.title}),(0,t.jsx)("p",{className:"mt-4 text-lg text-background/70",children:r.description}),(0,t.jsxs)("div",{className:"mt-10 flex flex-col items-center justify-center gap-4 sm:flex-row",children:[(0,t.jsx)(a.Button,{size:"lg",className:"h-12 rounded-full bg-primary px-7 text-primary-foreground hover:bg-primary/90",asChild:!0,children:(0,t.jsxs)("a",{href:"https://code.xinghanlab.com/",target:"_blank",rel:"noreferrer",children:[r.primary,(0,t.jsx)(n.ArrowRight,{className:"h-4 w-4"})]})}),(0,t.jsx)(a.Button,{variant:"outline",size:"lg",className:"h-12 rounded-full border-background/30 bg-transparent px-7 text-background hover:bg-background hover:text-foreground",asChild:!0,children:(0,t.jsx)("a",{href:"https://code.xinghanlab.com/sign-up",target:"_blank",rel:"noreferrer",children:r.secondary})})]})]})})})}var O=e.i(38309);e.s(["default",0,function(){let[e,a]=(0,r.useState)("en");return(0,r.useEffect)(()=>{document.documentElement.lang="zh"===e?"zh-CN":"en"},[e]),(0,t.jsxs)("main",{className:"min-h-screen",children:[(0,t.jsx)(s.Header,{lang:e,setLang:a}),(0,t.jsx)(c,{lang:e}),(0,t.jsx)(b,{lang:e}),(0,t.jsx)(P,{lang:e}),(0,t.jsx)(A,{lang:e}),(0,t.jsx)(G,{lang:e}),(0,t.jsx)(_,{lang:e}),(0,t.jsx)(q,{lang:e}),(0,t.jsx)(D,{lang:e}),(0,t.jsx)(O.Footer,{lang:e})]})}],39629)}]); \ No newline at end of file +(globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,60645,e=>{"use strict";let t=(0,e.i(35956).default)("lock-keyhole",[["circle",{cx:"12",cy:"16",r:"1",key:"1au0dj"}],["rect",{x:"3",y:"10",width:"18",height:"12",rx:"2",key:"6s8ecr"}],["path",{d:"M7 10V7a5 5 0 0 1 10 0v3",key:"1pqi11"}]]);e.s(["LockKeyhole",0,t],60645)},3922,75835,e=>{"use strict";var t=e.i(35956);let r=(0,t.default)("key-round",[["path",{d:"M2.586 17.414A2 2 0 0 0 2 18.828V21a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1h1a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1h.172a2 2 0 0 0 1.414-.586l.814-.814a6.5 6.5 0 1 0-4-4z",key:"1s6t7t"}],["circle",{cx:"16.5",cy:"7.5",r:".5",fill:"currentColor",key:"w0ekpg"}]]);e.s(["KeyRound",0,r],3922);let s=(0,t.default)("layers",[["path",{d:"M12.83 2.18a2 2 0 0 0-1.66 0L2.6 6.08a1 1 0 0 0 0 1.83l8.58 3.91a2 2 0 0 0 1.66 0l8.58-3.9a1 1 0 0 0 0-1.83z",key:"zw3jo"}],["path",{d:"M2 12a1 1 0 0 0 .58.91l8.6 3.91a2 2 0 0 0 1.65 0l8.58-3.9A1 1 0 0 0 22 12",key:"1wduqc"}],["path",{d:"M2 17a1 1 0 0 0 .58.91l8.6 3.91a2 2 0 0 0 1.65 0l8.58-3.9A1 1 0 0 0 22 17",key:"kqbvx6"}]]);e.s(["default",0,s],75835)},41874,e=>{"use strict";let t=(0,e.i(35956).default)("git-branch",[["path",{d:"M15 6a9 9 0 0 0-9 9V3",key:"1cii5b"}],["circle",{cx:"18",cy:"6",r:"3",key:"1h7g24"}],["circle",{cx:"6",cy:"18",r:"3",key:"fqmcym"}]]);e.s(["GitBranch",0,t],41874)},5924,e=>{"use strict";let t=(0,e.i(35956).default)("calendar-days",[["path",{d:"M8 2v4",key:"1cmpym"}],["path",{d:"M16 2v4",key:"4m81vk"}],["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2",key:"1hopcy"}],["path",{d:"M3 10h18",key:"8toen8"}],["path",{d:"M8 14h.01",key:"6423bh"}],["path",{d:"M12 14h.01",key:"1etili"}],["path",{d:"M16 14h.01",key:"1gbofw"}],["path",{d:"M8 18h.01",key:"lrp35t"}],["path",{d:"M12 18h.01",key:"mhygvu"}],["path",{d:"M16 18h.01",key:"kzsmim"}]]);e.s(["CalendarDays",0,t],5924)},15597,e=>{"use strict";let t=(0,e.i(35956).default)("rocket",[["path",{d:"M4.5 16.5c-1.5 1.26-2 5-2 5s3.74-.5 5-2c.71-.84.7-2.13-.09-2.91a2.18 2.18 0 0 0-2.91-.09z",key:"m3kijz"}],["path",{d:"m12 15-3-3a22 22 0 0 1 2-3.95A12.88 12.88 0 0 1 22 2c0 2.72-.78 7.5-6 11a22.35 22.35 0 0 1-4 2z",key:"1fmvmk"}],["path",{d:"M9 12H4s.55-3.03 2-4c1.62-1.08 5 0 5 0",key:"1f8sc4"}],["path",{d:"M12 15v5s3.03-.55 4-2c1.08-1.62 0-5 0-5",key:"qeys4"}]]);e.s(["Rocket",0,t],15597)},21432,e=>{"use strict";let t=(0,e.i(35956).default)("circle-check",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m9 12 2 2 4-4",key:"dzmm74"}]]);e.s(["CheckCircle2",0,t],21432)},39629,e=>{"use strict";var t=e.i(21416),r=e.i(95599),s=e.i(96487),a=e.i(91759),n=e.i(155),i=e.i(5924),o=e.i(15597),d=e.i(65645);let l={en:{eyebrow:"Full launch",title:"Heicode goes fully live on June 5, 2026.",desc:"Register now and follow launch readiness for Client, Manager, Agent Swarm, resource binding and audit.",date:"June 5, 2026",primary:"Register now",secondary:"Launch details",close:"Close launch announcement"},zh:{eyebrow:"全面上线",title:"Heicode 将于 2026年6月5日全面上线。",desc:"现在可以注册,并查看客户端、Manager、Agent 蜂群、资源绑定和审计能力的上线准备。",date:"2026年6月5日",primary:"立即注册",secondary:"查看上线详情",close:"关闭上线公告"}};function c({lang:e}){let[s,m]=(0,r.useState)(!0),p=(0,r.useRef)(e),x=l[e];return((0,r.useEffect)(()=>{"zh"!==p.current&&"zh"===e&&m(!0),p.current=e},[e]),s)?(0,t.jsx)("div",{className:"fixed inset-0 z-[70] flex items-center justify-center bg-foreground/55 px-4 py-8 backdrop-blur-sm",children:(0,t.jsxs)("div",{className:"relative w-full max-w-2xl overflow-hidden rounded-[2rem] border border-border bg-background p-6 shadow-2xl sm:p-8",children:[(0,t.jsx)("button",{type:"button","aria-label":x.close,onClick:()=>m(!1),className:"absolute right-4 top-4 rounded-full border border-border bg-card/80 p-2 text-muted-foreground transition-colors hover:text-foreground",children:(0,t.jsx)(d.X,{className:"h-5 w-5"})}),(0,t.jsx)("div",{className:"pointer-events-none absolute -right-24 -top-24 h-56 w-56 rounded-full bg-primary/15 blur-3xl"}),(0,t.jsx)("div",{className:"pointer-events-none absolute -bottom-24 -left-24 h-56 w-56 rounded-full bg-accent/15 blur-3xl"}),(0,t.jsxs)("div",{className:"relative",children:[(0,t.jsxs)("div",{className:"mb-5 inline-flex items-center gap-2 rounded-full border border-primary/20 bg-primary/10 px-4 py-2 text-sm font-bold text-primary",children:[(0,t.jsx)(o.Rocket,{className:"h-4 w-4"}),x.eyebrow]}),(0,t.jsxs)("div",{className:"mb-6 flex w-fit items-center gap-2 rounded-2xl bg-foreground px-4 py-3 text-background",children:[(0,t.jsx)(i.CalendarDays,{className:"h-5 w-5 text-primary"}),(0,t.jsx)("span",{className:"text-sm font-black tracking-wide",children:x.date})]}),(0,t.jsx)("h2",{className:"max-w-xl text-3xl font-black leading-tight tracking-[-0.04em] sm:text-5xl",children:x.title}),(0,t.jsx)("p",{className:"mt-4 max-w-xl text-base leading-7 text-muted-foreground sm:text-lg",children:x.desc}),(0,t.jsxs)("div",{className:"mt-8 flex flex-col gap-3 sm:flex-row",children:[(0,t.jsx)(a.Button,{className:"h-12 rounded-full bg-primary px-7 text-primary-foreground hover:bg-primary/90",asChild:!0,children:(0,t.jsxs)("a",{href:"https://code.xinghanlab.com/sign-up",target:"_blank",rel:"noreferrer",children:[x.primary,(0,t.jsx)(n.ArrowRight,{className:"h-4 w-4"})]})}),(0,t.jsx)(a.Button,{variant:"outline",className:"h-12 rounded-full bg-card/50 px-7",asChild:!0,children:(0,t.jsx)("a",{href:"/launch",children:x.secondary})})]})]})]})}):null}var m=e.i(21432),p=e.i(60645),x=e.i(35956);let u=(0,x.default)("play",[["path",{d:"M5 5a2 2 0 0 1 3.008-1.728l11.997 6.998a2 2 0 0 1 .003 3.458l-12 7A2 2 0 0 1 5 19z",key:"10ikf1"}]]);var h=e.i(50103);let g={en:{eyebrow:"From idea to production software",titleA:"One idea,",titleB:"one AI development team.",intro:"Heicode organizes sub-Agent teams, connects your code, documents, SK skills and cloud resources, and continuously carries work through requirements, development, testing, fixes, deployment and maintenance.",primary:"Start with Heicode",secondary:"Register",bullets:["Input ideas in the client","Bind resources in Manager","Ship through Agent"],cockpit:"Heicode Task Cockpit",project:"Small-team task management SaaS",running:"Running",inputLabel:"User input",prompt:"I want to build a small-team task management SaaS with login, projects, tasks, comments, notifications and admin, deployed to Azure.",agents:[["Product Agent","Requirements and acceptance","Done"],["Backend Agent","APIs and data model","Building"],["Frontend Agent","Pages and interaction","Waiting for API"],["Ops Agent","Deployment and observability","Approval pending"]],approvalTitle:"Production deployment requires client approval",approvalDesc:"The secret vault will derive a 15-minute short-lived credential. Sub Agents never receive long-term secrets."},zh:{eyebrow:"从想法到上线的软件生命周期平台",titleA:"一个想法,",titleB:"一支 AI 开发团队。",intro:"Heicode 组织子 Agent,接入你的代码、文档、SK 和云资源,持续完成需求、开发、测试、修复、部署和后续维护。",primary:"开始使用 Heicode",secondary:"注册",bullets:["客户端输入想法","Manager 绑定资源","Agent 交付部署"],cockpit:"Heicode Task Cockpit",project:"小团队任务管理 SaaS",running:"运行中",inputLabel:"用户输入",prompt:"我想做一个小团队任务管理 SaaS,需要登录、项目、任务、评论、通知和后台管理,希望部署到 Azure。",agents:[["Product Agent","需求和验收标准","完成"],["Backend Agent","API 与数据模型","开发中"],["Frontend Agent","页面与交互","等待接口"],["Ops Agent","部署与观测","待审批"]],approvalTitle:"生产部署需要客户端审批",approvalDesc:"密钥保管器将派生 15 分钟短期凭证,子 Agent 不接触长期密钥。"}};function b({lang:e}){let r=g[e];return(0,t.jsxs)("section",{className:"relative overflow-hidden pt-28 pb-16 sm:pt-36 sm:pb-24",children:[(0,t.jsx)("div",{className:"pointer-events-none absolute inset-0 bg-[linear-gradient(to_right,color-mix(in_oklch,var(--foreground)_5%,transparent)_1px,transparent_1px),linear-gradient(to_bottom,color-mix(in_oklch,var(--foreground)_5%,transparent)_1px,transparent_1px)] bg-[size:42px_42px]"}),(0,t.jsx)("div",{className:"pointer-events-none absolute left-1/2 top-24 h-[420px] w-[70vw] -translate-x-1/2 rounded-full bg-primary/10 blur-[120px]"}),(0,t.jsx)("div",{className:"relative mx-auto max-w-7xl px-4 sm:px-6 lg:px-8",children:(0,t.jsxs)("div",{className:"grid gap-12 lg:grid-cols-[1.03fr_0.97fr] lg:items-center",children:[(0,t.jsxs)("div",{children:[(0,t.jsxs)("div",{className:"mb-6 inline-flex items-center gap-2 rounded-full border border-border bg-card/70 px-4 py-2 text-sm font-semibold shadow-sm backdrop-blur",children:[(0,t.jsx)(h.Sparkles,{className:"h-4 w-4 text-primary"}),r.eyebrow]}),(0,t.jsxs)("h1",{className:"max-w-4xl text-5xl font-black leading-[0.95] tracking-[-0.06em] sm:text-7xl lg:text-8xl",children:[r.titleA,(0,t.jsx)("span",{className:"block text-primary",children:r.titleB})]}),(0,t.jsx)("p",{className:"mt-7 max-w-2xl text-lg leading-8 text-muted-foreground sm:text-xl",children:r.intro}),(0,t.jsxs)("div",{className:"mt-9 flex flex-col gap-4 sm:flex-row",children:[(0,t.jsx)(a.Button,{size:"lg",className:"h-12 rounded-full bg-foreground px-7 text-background hover:bg-foreground/90",asChild:!0,children:(0,t.jsxs)("a",{href:"https://code.xinghanlab.com/",target:"_blank",rel:"noreferrer",children:[r.primary,(0,t.jsx)(n.ArrowRight,{className:"h-4 w-4"})]})}),(0,t.jsx)(a.Button,{variant:"outline",size:"lg",className:"h-12 rounded-full border-foreground/20 bg-card/50 px-7",asChild:!0,children:(0,t.jsxs)("a",{href:"https://code.xinghanlab.com/sign-up",target:"_blank",rel:"noreferrer",children:[(0,t.jsx)(u,{className:"h-4 w-4"}),r.secondary]})})]}),(0,t.jsx)("div",{className:"mt-8 grid max-w-2xl gap-3 text-sm text-muted-foreground sm:grid-cols-3",children:r.bullets.map(e=>(0,t.jsxs)("div",{className:"flex items-center gap-2",children:[(0,t.jsx)(m.CheckCircle2,{className:"h-4 w-4 text-accent"}),e]},e))})]}),(0,t.jsxs)("div",{className:"relative",children:[(0,t.jsx)("div",{className:"absolute -left-6 -top-6 hidden h-24 w-24 rounded-full border border-primary/30 lg:block"}),(0,t.jsx)("div",{className:"rounded-[2rem] border border-foreground/10 bg-foreground p-3 shadow-2xl",children:(0,t.jsxs)("div",{className:"overflow-hidden rounded-[1.5rem] bg-[#10151d] text-white",children:[(0,t.jsxs)("div",{className:"flex items-center justify-between border-b border-white/10 px-5 py-4",children:[(0,t.jsxs)("div",{children:[(0,t.jsx)("p",{className:"text-xs uppercase tracking-[0.22em] text-white/45",children:r.cockpit}),(0,t.jsx)("p",{className:"mt-1 font-semibold",children:r.project})]}),(0,t.jsx)("span",{className:"rounded-full bg-emerald-400/15 px-3 py-1 text-xs font-semibold text-emerald-200",children:r.running})]}),(0,t.jsxs)("div",{className:"grid gap-3 p-5",children:[(0,t.jsxs)("div",{className:"rounded-2xl bg-white/[0.06] p-4",children:[(0,t.jsx)("p",{className:"text-xs text-white/45",children:r.inputLabel}),(0,t.jsx)("p",{className:"mt-2 text-sm leading-6 text-white/85",children:r.prompt})]}),(0,t.jsx)("div",{className:"grid gap-3 sm:grid-cols-2",children:r.agents.map(([e,r,s])=>(0,t.jsxs)("div",{className:"rounded-2xl border border-white/10 bg-white/[0.04] p-4",children:[(0,t.jsx)("p",{className:"font-semibold",children:e}),(0,t.jsx)("p",{className:"mt-1 text-xs text-white/50",children:r}),(0,t.jsx)("p",{className:"mt-4 text-xs font-semibold text-primary-foreground/90",children:s})]},e))}),(0,t.jsx)("div",{className:"rounded-2xl border border-amber-300/20 bg-amber-300/10 p-4",children:(0,t.jsxs)("div",{className:"flex items-start gap-3",children:[(0,t.jsx)(p.LockKeyhole,{className:"mt-0.5 h-5 w-5 text-amber-200"}),(0,t.jsxs)("div",{children:[(0,t.jsx)("p",{className:"text-sm font-semibold text-amber-100",children:r.approvalTitle}),(0,t.jsx)("p",{className:"mt-1 text-xs leading-5 text-amber-100/65",children:r.approvalDesc})]})]})})]})]})})]})]})})]})}let f=(0,x.default)("bot",[["path",{d:"M12 8V4H8",key:"hb8ula"}],["rect",{width:"16",height:"12",x:"4",y:"8",rx:"2",key:"enze0r"}],["path",{d:"M2 14h2",key:"vft8re"}],["path",{d:"M20 14h2",key:"4cs60a"}],["path",{d:"M15 13v2",key:"1xurst"}],["path",{d:"M9 13v2",key:"rq6x2g"}]]),y=(0,x.default)("credit-card",[["rect",{width:"20",height:"14",x:"2",y:"5",rx:"2",key:"ynyp8z"}],["line",{x1:"2",x2:"22",y1:"10",y2:"10",key:"1b3vmo"}]]);var v=e.i(3922),j=e.i(75835),j=j;let k=(0,x.default)("monitor",[["rect",{width:"20",height:"14",x:"2",y:"3",rx:"2",key:"48i651"}],["line",{x1:"8",x2:"16",y1:"21",y2:"21",key:"1svkeh"}],["line",{x1:"12",x2:"12",y1:"17",y2:"21",key:"vw1qmm"}]]),w=[(0,x.default)("terminal",[["path",{d:"M12 19h8",key:"baeox8"}],["path",{d:"m4 17 6-6-6-6",key:"1yngyt"}]]),k,f,y,v.KeyRound,j.default],N={en:{eyebrow:"Product surfaces",title:"Users operate Heicode. The underlying systems stay in their lanes.",description:"The client is the primary experience and Manager is the auxiliary console. CodeGW, the vault, and the Agent platform are not exposed as ordinary user backends.",products:[{name:"Heicode Client",description:"The primary user experience. Describe ideas, continue development, review Agent execution feedback, and approve risky operations before production deploys, secret access, or cloud changes.",features:["Idea input","Task progress","Execution feedback","Risk approval"]},{name:"Heicode Manager",description:"The browser-side control console for account safety, client downloads, resource binding, Agent deployment, task status, balance, and audit.",features:["Resource binding","Deploy Agents","Model balance","Audit logs"]},{name:"Agent Platform",description:"The AI development-team execution layer. It runs Product, Frontend, Backend, Reviewer, Ops, and other sub Agents on AKS, then reports state and events back.",features:["Role teams","Continuous execution","SK calls","State callback"]},{name:"CodeGW",description:"The internal model gateway and billing foundation. Heicode only exposes the models, balance, quota, usage, and call logs ordinary users need.",features:["Model gateway","Balance quota","Call logs","No admin exposure"]},{name:"Secret Vault",description:"Credential custody backed by OpenBao. Long-lived secrets only enter the vault; sub Agents receive short-lived, least-privilege credentials.",features:["secret_ref","Short-lived creds","Rotate and revoke","Audit trail"]},{name:"Resource Context",description:"Git, SK, documents, cloud accounts, and cloud resources become Resource Bindings and Grants that can be authorized, revoked, and audited.",features:["Git","SK","Project docs","Cloud resources"]}]},zh:{eyebrow:"Product surfaces",title:"用户只操作 Heicode,底层能力各归其位",description:"客户端是主体验,Manager 是辅助控制台;CodeGW、密钥保管器和 Agent 平台不作为普通用户后台。",products:[{name:"Heicode 客户端",description:"用户主体验。输入想法、继续开发、查看 Agent 执行反馈,并在生产部署、密钥访问、云操作前完成高危审批。",features:["想法输入","任务推进","执行反馈","高危审批"]},{name:"Heicode Manager",description:"浏览器辅助控制台。负责账号安全、客户端下载、资源绑定、Agent 部署、任务状态、余额和审计。",features:["资源绑定","部署 Agent","模型余额","审计日志"]},{name:"Agent 平台",description:"AI 开发团队执行层。在 AKS 上运行 Product、Frontend、Backend、Reviewer、Ops 等子 Agent,并回传状态和事件。",features:["角色团队","持续执行","SK 调用","状态回传"]},{name:"CodeGW",description:"内部模型网关和计费底座。Heicode 只展示普通用户需要的模型、余额、额度、用量和调用日志。",features:["模型网关","余额额度","调用日志","不开放后台"]},{name:"密钥保管器",description:"OpenBao 实现的凭证托管服务。长期密钥只进入密钥保管器,子 Agent 只拿短期、最小权限凭证。",features:["secret_ref","短期凭证","轮换撤销","审计记录"]},{name:"资源上下文",description:"把 Git、SK、文档、云账号和云资源变成可授权、可撤销、可审计的 Resource Binding 和 Grant。",features:["Git","SK","项目文档","云资源"]}]}};function A({lang:e}){let r=N[e];return(0,t.jsx)("section",{id:"products",className:"py-20 sm:py-28",children:(0,t.jsxs)("div",{className:"mx-auto max-w-7xl px-4 sm:px-6 lg:px-8",children:[(0,t.jsxs)("div",{className:"mx-auto max-w-2xl text-center",children:[(0,t.jsx)("p",{className:"text-sm font-bold tracking-widest text-primary uppercase",children:r.eyebrow}),(0,t.jsx)("h2",{className:"mt-4 text-3xl font-black tracking-tight sm:text-5xl",children:r.title}),(0,t.jsx)("p",{className:"mt-4 text-muted-foreground",children:r.description})]}),(0,t.jsx)("div",{className:"mt-14 grid gap-5 md:grid-cols-2 xl:grid-cols-3",children:r.products.map((e,r)=>{let s=w[r];return(0,t.jsxs)("div",{className:"group relative overflow-hidden rounded-[1.7rem] border border-border bg-card/65 p-7 shadow-sm transition-all hover:-translate-y-1 hover:border-primary/40 hover:shadow-xl",children:[(0,t.jsx)("div",{className:"absolute -right-10 -top-10 h-28 w-28 rounded-full bg-primary/5 transition-colors group-hover:bg-primary/10"}),(0,t.jsx)("div",{className:"mb-6 flex h-12 w-12 items-center justify-center rounded-2xl bg-secondary text-primary",children:(0,t.jsx)(s,{className:"h-6 w-6"})}),(0,t.jsx)("h3",{className:"text-xl font-semibold",children:e.name}),(0,t.jsx)("p",{className:"mt-3 text-sm leading-relaxed text-muted-foreground",children:e.description}),(0,t.jsx)("div",{className:"mt-6 flex flex-wrap gap-2",children:e.features.map(e=>(0,t.jsx)("span",{className:"rounded-full bg-secondary px-3 py-1 text-xs text-muted-foreground",children:e},e))})]},e.name)})})]})})}let M=(0,x.default)("file-text",[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z",key:"1oefj6"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["path",{d:"M10 9H8",key:"b1mrlr"}],["path",{d:"M16 13H8",key:"t4e002"}],["path",{d:"M16 17H8",key:"z1uh3a"}]]);var S=e.i(41874),C=e.i(9808),R=e.i(21646);let H=[M,S.GitBranch,R.Workflow,C.ShieldCheck],z={en:{eyebrow:"Core abilities",title:"Four loops Heicode must close",description:"From idea, resources, team, and permissions to execution, launch, and maintenance, Heicode turns software delivery into an auditable lifecycle.",features:[{title:"Ideas become development work",description:"Users do not need a complete PRD first. Heicode turns natural-language goals into requirement summaries, task drafts, prototype notes, role suggestions, and resource needs."},{title:"Resource binding and permission assignment",description:"Git, SK, project docs, and cloud resources are modeled as Resource Bindings, then assigned to specific sub Agent roles through Resource Grants."},{title:"Sub Agents execute continuously",description:"Work is not thrown over the wall once. Agents keep moving through requirements, design, development, testing, fixes, and deployment."},{title:"Usage, logs, security, and audit loop",description:"Model balance, call logs, resource access, risky approvals, and deployment records return to Heicode. Long-lived secrets never enter Git, Markdown, or logs."}]},zh:{eyebrow:"Core abilities",title:"Heicode 要闭环的四件事",description:"从想法、资源、团队、权限到执行、上线、维护,形成一条可审计的软件生命周期。",features:[{title:"想法转开发任务",description:"用户不需要先写完整 PRD。Heicode 会把自然语言目标整理成需求摘要、任务草案、原型描述、角色建议和资源需求。"},{title:"资源绑定和权限分配",description:"Git、SK、项目文档和云资源被建模为 Resource Binding,再通过 Resource Grant 分配给具体子 Agent 角色。"},{title:"子 Agent 持续执行",description:"不是一次性把任务丢出去,而是在需求、设计、开发、测试、修复、部署的子环节中持续调用 Agent 推进。"},{title:"用量、日志、安全和审计闭环",description:"模型余额、调用日志、资源访问、高危审批、部署记录统一回到 Heicode,长期密钥不进入 Git、Markdown 或日志。"}]}};function G({lang:e}){let r=z[e];return(0,t.jsx)("section",{id:"features",className:"border-y border-border bg-card/30 py-20 sm:py-28",children:(0,t.jsxs)("div",{className:"mx-auto max-w-7xl px-4 sm:px-6 lg:px-8",children:[(0,t.jsxs)("div",{className:"mx-auto max-w-2xl text-center",children:[(0,t.jsx)("p",{className:"text-sm font-bold tracking-widest text-primary uppercase",children:r.eyebrow}),(0,t.jsx)("h2",{className:"mt-4 text-3xl font-black tracking-tight sm:text-5xl",children:r.title}),(0,t.jsx)("p",{className:"mt-4 text-muted-foreground",children:r.description})]}),(0,t.jsx)("div",{className:"mt-14 grid gap-5 sm:grid-cols-2 lg:gap-6",children:r.features.map((e,r)=>{let s=H[r];return(0,t.jsxs)("div",{className:"relative flex gap-6 overflow-hidden rounded-[1.7rem] border border-border bg-background/80 p-6 shadow-sm sm:p-8",children:[(0,t.jsx)("div",{className:"flex h-11 w-11 shrink-0 items-center justify-center rounded-2xl bg-primary/10 text-primary",children:(0,t.jsx)(s,{className:"h-5 w-5"})}),(0,t.jsxs)("div",{children:[(0,t.jsx)("h3",{className:"text-lg font-semibold",children:e.title}),(0,t.jsx)("p",{className:"mt-2 text-sm leading-relaxed text-muted-foreground",children:e.description})]}),(0,t.jsx)("span",{className:"absolute -bottom-4 right-5 text-7xl font-black text-secondary/55",children:String(r+1).padStart(2,"0")})]},e.title)})})]})})}let B={en:{eyebrow:"User journey",title:"Users see one continuous flow, not a wall of admin panels",description:"The homepage and primary workflow stay anchored to the active job: idea, resources, team, permissions, execution, launch, and maintenance.",pathTitle:"Minimum MVP path",pathDescription:"Sign in, download the client, describe the idea, bind Git and cloud resources, confirm role permissions, preview the manifest, create an Agent deployment placeholder, then keep development and testing moving.",steps:[["Sign in","Users only sign in to Heicode, not CodeGW or the OpenBao console."],["Describe the idea","Capture the product, constraints, existing code, and deployment target in the client."],["Bind resources","Manager authorizes Git, SK, docs, and cloud accounts while storing secret_ref only."],["Generate the team","Recommend Product, Architect, Frontend, Backend, Reviewer, Ops, and other sub Agents."],["Assign permissions","Confirm resources, actions, TTL, and approval requirements through role cards."],["Close the loop","Agents keep pushing requirements, development, testing, fixes, deployment, and maintenance."]],cards:[["Users do not write manifests","The default flow shows roles, resources, actions, and approvals. Advanced users can expand the permission manifest."],["The web app is not the IDE","Manager handles auxiliary management and observation. Main development, continuation, and approvals return to the client."],["Risky actions need explicit approval","Production deploys, cloud operations, database writes, and production secret access must be confirmed in the client."]]},zh:{eyebrow:"User journey",title:"用户看到的是连续流程,不是一堆后台菜单",description:"首页第一屏和主流程都围绕当前任务展开:想法、资源、团队、权限、执行、上线、维护。",pathTitle:"MVP 最小路径",pathDescription:"登录、下载客户端、输入想法、绑定 Git 和云资源、确认角色权限、预览 manifest、创建 Agent 部署占位任务、持续推进开发与测试。",steps:[["登录","用户只登录 Heicode,不进入 CodeGW 后台或 OpenBao 控制台。"],["输入想法","在客户端描述产品、约束、已有代码和部署目标。"],["绑定资源","Manager 授权 Git、SK、文档、云账号并保存 secret_ref。"],["生成团队","推荐 Product、Architect、Frontend、Backend、Reviewer、Ops 等子 Agent。"],["分配权限","用角色卡确认资源、动作、有效期和审批要求。"],["执行闭环","Agent 持续推进需求、开发、测试、修复、部署和维护。"]],cards:[["用户不手写 manifest","普通流程只展示角色、资源、动作和审批要求,高级用户可以展开查看 permission manifest。"],["网页不是 IDE","Manager 完成辅助管理和观测,主开发对话、继续推进和审批仍回到客户端。"],["高危操作单独审批","生产部署、云操作、数据库写入、访问生产密钥都必须在客户端确认。"]]}};function P({lang:e}){let r=B[e];return(0,t.jsx)("section",{id:"workflow",className:"py-20 sm:py-28",children:(0,t.jsxs)("div",{className:"mx-auto max-w-7xl px-4 sm:px-6 lg:px-8",children:[(0,t.jsxs)("div",{className:"grid gap-12 lg:grid-cols-[0.8fr_1.2fr] lg:items-start",children:[(0,t.jsxs)("div",{children:[(0,t.jsx)("p",{className:"text-sm font-bold uppercase tracking-widest text-primary",children:r.eyebrow}),(0,t.jsx)("h2",{className:"mt-4 text-3xl font-black tracking-tight sm:text-5xl",children:r.title}),(0,t.jsx)("p",{className:"mt-5 text-muted-foreground",children:r.description}),(0,t.jsxs)("div",{className:"mt-8 rounded-[1.7rem] border border-primary/20 bg-primary/10 p-6",children:[(0,t.jsx)("p",{className:"text-sm font-semibold text-primary",children:r.pathTitle}),(0,t.jsx)("p",{className:"mt-2 text-sm leading-6 text-muted-foreground",children:r.pathDescription})]})]}),(0,t.jsx)("div",{className:"rounded-[2rem] border border-border bg-card/60 p-4 shadow-sm",children:(0,t.jsx)("div",{className:"grid gap-3",children:r.steps.map(([e,s],a)=>(0,t.jsxs)("div",{className:"grid gap-3 rounded-[1.4rem] border border-border bg-background/70 p-5 sm:grid-cols-[auto_1fr_auto] sm:items-center",children:[(0,t.jsx)("div",{className:"flex h-11 w-11 items-center justify-center rounded-2xl bg-foreground text-sm font-black text-background",children:String(a+1).padStart(2,"0")}),(0,t.jsxs)("div",{children:[(0,t.jsx)("h3",{className:"font-semibold",children:e}),(0,t.jsx)("p",{className:"mt-1 text-sm leading-6 text-muted-foreground",children:s})]}),a(0,t.jsxs)("div",{className:"rounded-[1.5rem] border border-border bg-card/60 p-6",children:[(0,t.jsx)("h3",{className:"font-semibold",children:e}),(0,t.jsx)("p",{className:"mt-2 text-sm leading-6 text-muted-foreground",children:r})]},e))})]})})}let T={en:{eyebrow:"Security model",title:"Resources are usable. Secrets do not leak.",description:"Users authorize resources, the platform holds credentials, and sub Agents only receive short-lived access inside the approved scope.",principles:[{number:"01",title:"Secrets never enter the product surface",description:"Git tokens, cloud access keys, SSH private keys, database passwords, and CodeGW keys never enter Git, Markdown, frontend responses, or ordinary logs."},{number:"02",title:"Only secret_ref is stored",description:"The Manager database stores resource metadata, permission relationships, and secret_ref. Real long-lived credentials are held by the vault."},{number:"03",title:"Sub Agents only receive short-lived credentials",description:"After approval, the platform derives short-lived, least-privilege, auditable credentials by permission and TTL. Sub Agents do not keep long-lived secrets."},{number:"04",title:"Risky actions are approved in the client",description:"Production deploys, cloud changes, database writes, production secret access, and large budget consumption require explicit client confirmation."},{number:"05",title:"Audit answers the critical questions",description:"Who used which resource, for which task, through which sub Agent, at what time, with what action, and whether approval happened."}]},zh:{eyebrow:"Security model",title:"资源可用,密钥不外泄",description:"用户授权资源,平台托管凭证,子 Agent 只获得被批准范围内的短期访问能力。",principles:[{number:"01",title:"密钥不进入产品表面",description:"Git token、云 access key、SSH 私钥、数据库密码和 CodeGW key 不进入 Git、Markdown、前端响应或普通日志。"},{number:"02",title:"只保存 secret_ref",description:"Manager 数据库保存资源元数据、权限关系和 secret_ref,真实长期凭证由密钥保管器托管。"},{number:"03",title:"子 Agent 只拿短期凭证",description:"审批通过后,平台按权限和 TTL 派生短期、最小权限、可审计凭证;子 Agent 不保存长期密钥。"},{number:"04",title:"高危操作只在客户端审批",description:"生产部署、云资源变更、数据库写入、访问生产密钥和大额预算消耗,必须由用户在客户端明确确认。"},{number:"05",title:"审计能回答关键问题",description:"谁在什么时候,为了哪个任务,让哪个子 Agent 使用了哪个资源,执行了什么动作,是否经过审批。"}]}};function _({lang:e}){let r=T[e];return(0,t.jsx)("section",{id:"security",className:"border-t border-border bg-card/30 py-20 sm:py-28",children:(0,t.jsxs)("div",{className:"mx-auto max-w-7xl px-4 sm:px-6 lg:px-8",children:[(0,t.jsxs)("div",{className:"mx-auto max-w-2xl text-center",children:[(0,t.jsx)("p",{className:"text-sm font-bold tracking-widest text-primary uppercase",children:r.eyebrow}),(0,t.jsx)("h2",{className:"mt-4 text-3xl font-black tracking-tight sm:text-5xl",children:r.title}),(0,t.jsx)("p",{className:"mt-4 text-muted-foreground",children:r.description})]}),(0,t.jsx)("div",{className:"mt-16 grid gap-4 sm:grid-cols-2 lg:grid-cols-3",children:r.principles.map(e=>(0,t.jsxs)("div",{className:"group relative overflow-hidden rounded-[1.6rem] border border-border bg-background/80 p-6 transition-colors hover:border-primary/40",children:[(0,t.jsx)("span",{className:"absolute -top-2 -right-2 text-7xl font-black text-secondary/40 transition-colors group-hover:text-primary/10",children:e.number}),(0,t.jsxs)("div",{className:"relative",children:[(0,t.jsx)("h3",{className:"text-lg font-semibold",children:e.title}),(0,t.jsx)("p",{className:"mt-3 text-sm leading-relaxed text-muted-foreground",children:e.description})]})]},e.number))})]})})}let K={en:{eyebrow:"MVP to lifecycle",title:"Prove the loop first, then expand the full lifecycle",description:"The real Agent platform deployment API can arrive later. Manager payloads, manifests, audit trails, and the client approval loop must be ready first.",phases:[{phase:"Current MVP",description:"Heicode, CodeGW, and OpenBao deploy separately. Resource bindings, Grants, manifests, and secret custody form the first closed loop. The client signs in only to Heicode.",status:"Converging"},{phase:"Next",description:"Expose user-side CodeGW model and usage views, close the client login and approval download path, and integrate the real Agent deployment API.",status:"Priority"},{phase:"Long term",description:"Add automated maintenance, upgrade plans, and continuous cost and quality observation so development, deployment, and maintenance live in one lifecycle.",status:"Product direction"}]},zh:{eyebrow:"MVP to lifecycle",title:"当前先证明闭环,再做完整生命周期",description:"真实 Agent 平台部署 API 可以后置,但 Manager 侧 payload、manifest、审计和客户端闭环必须先准备好。",phases:[{phase:"当前 MVP",description:"Heicode、CodeGW、OpenBao 解耦部署;资源绑定、Grant、manifest 和密钥保管闭环;客户端只登录 Heicode。",status:"正在收敛"},{phase:"下一步",description:"CodeGW 用户侧模型与用量展示、客户端登录审批下载闭环、Agent 平台真实部署接口联调。",status:"优先推进"},{phase:"长期形态",description:"自动维护、升级计划、成本和质量持续观测,把开发、部署、维护纳入同一个生命周期闭环。",status:"产品方向"}]}};function q({lang:e}){let r=K[e];return(0,t.jsx)("section",{className:"py-20 sm:py-32",children:(0,t.jsxs)("div",{className:"mx-auto max-w-7xl px-4 sm:px-6 lg:px-8",children:[(0,t.jsxs)("div",{className:"mx-auto max-w-2xl text-center",children:[(0,t.jsx)("p",{className:"text-sm font-bold tracking-widest text-primary uppercase",children:r.eyebrow}),(0,t.jsx)("h2",{className:"mt-4 text-3xl font-black tracking-tight sm:text-5xl",children:r.title}),(0,t.jsx)("p",{className:"mt-4 text-sm text-muted-foreground",children:r.description})]}),(0,t.jsx)("div",{className:"mt-16",children:(0,t.jsxs)("div",{className:"relative",children:[(0,t.jsx)("div",{className:"absolute left-1/2 top-0 hidden h-full w-px -translate-x-1/2 bg-gradient-to-b from-primary/50 via-border to-border lg:block"}),(0,t.jsx)("div",{className:"grid gap-8 lg:grid-cols-3",children:r.phases.map((e,r)=>(0,t.jsxs)("div",{className:"relative",children:[(0,t.jsx)("div",{className:"mx-auto mb-6 flex h-16 w-16 items-center justify-center rounded-full border-2 border-primary/30 bg-background",children:(0,t.jsx)("span",{className:"text-2xl font-black text-primary",children:r+1})}),(0,t.jsxs)("div",{className:"rounded-[1.6rem] border border-border bg-card/60 p-6 text-center shadow-sm",children:[(0,t.jsx)("span",{className:"inline-block rounded-full bg-primary/10 px-3 py-1 text-xs font-semibold text-primary",children:e.status}),(0,t.jsx)("h3",{className:"mt-4 text-xl font-bold",children:e.phase}),(0,t.jsx)("p",{className:"mt-3 text-sm leading-relaxed text-muted-foreground",children:e.description})]})]},e.phase))})]})})]})})}let I={en:{title:"Move an idea into a real development flow",description:"Heicode does more than generate code. It organizes product intent, code, permissions, models, deployment, and maintenance into one auditable software lifecycle.",primary:"Enter Heicode",secondary:"Register account"},zh:{title:"让想法进入真实开发流程",description:"不是只生成代码,而是把产品、代码、权限、模型、部署和维护组织成一个可审计的软件生命周期。",primary:"进入 Heicode",secondary:"注册账号"}};function D({lang:e}){let r=I[e];return(0,t.jsx)("section",{className:"border-t border-border bg-foreground py-20 text-background sm:py-28",children:(0,t.jsx)("div",{className:"mx-auto max-w-7xl px-4 sm:px-6 lg:px-8",children:(0,t.jsxs)("div",{className:"mx-auto max-w-2xl text-center",children:[(0,t.jsx)("h2",{className:"text-3xl font-black tracking-tight sm:text-5xl",children:r.title}),(0,t.jsx)("p",{className:"mt-4 text-lg text-background/70",children:r.description}),(0,t.jsxs)("div",{className:"mt-10 flex flex-col items-center justify-center gap-4 sm:flex-row",children:[(0,t.jsx)(a.Button,{size:"lg",className:"h-12 rounded-full bg-primary px-7 text-primary-foreground hover:bg-primary/90",asChild:!0,children:(0,t.jsxs)("a",{href:"https://code.xinghanlab.com/",target:"_blank",rel:"noreferrer",children:[r.primary,(0,t.jsx)(n.ArrowRight,{className:"h-4 w-4"})]})}),(0,t.jsx)(a.Button,{variant:"outline",size:"lg",className:"h-12 rounded-full border-background/30 bg-transparent px-7 text-background hover:bg-background hover:text-foreground",asChild:!0,children:(0,t.jsx)("a",{href:"https://code.xinghanlab.com/sign-up",target:"_blank",rel:"noreferrer",children:r.secondary})})]})]})})})}var O=e.i(38309);e.s(["default",0,function(){let[e,a]=(0,r.useState)("en");return(0,r.useEffect)(()=>{document.documentElement.lang="zh"===e?"zh-CN":"en"},[e]),(0,t.jsxs)("main",{className:"min-h-screen",children:[(0,t.jsx)(s.Header,{lang:e,setLang:a}),(0,t.jsx)(c,{lang:e}),(0,t.jsx)(b,{lang:e}),(0,t.jsx)(P,{lang:e}),(0,t.jsx)(A,{lang:e}),(0,t.jsx)(G,{lang:e}),(0,t.jsx)(_,{lang:e}),(0,t.jsx)(q,{lang:e}),(0,t.jsx)(D,{lang:e}),(0,t.jsx)(O.Footer,{lang:e})]})}],39629)}]); \ No newline at end of file diff --git a/website/out/_next/static/chunks/0j87d8gdm_jse.js b/website/out/_next/static/chunks/0eu7_082nm_4p.js similarity index 99% rename from website/out/_next/static/chunks/0j87d8gdm_jse.js rename to website/out/_next/static/chunks/0eu7_082nm_4p.js index 4afd709..bfb1e3c 100644 --- a/website/out/_next/static/chunks/0j87d8gdm_jse.js +++ b/website/out/_next/static/chunks/0eu7_082nm_4p.js @@ -1,3 +1,3 @@ (globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,61649,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var o={formatUrl:function(){return i},formatWithValidation:function(){return d},urlObjectKeys:function(){return s}};for(var n in o)Object.defineProperty(r,n,{enumerable:!0,get:o[n]});let l=e.r(33517)._(e.r(14025)),a=/https?|ftp|gopher|file/;function i(e){let{auth:t,hostname:r}=e,o=e.protocol||"",n=e.pathname||"",i=e.hash||"",s=e.query||"",d=!1;t=t?encodeURIComponent(t).replace(/%3A/i,":")+"@":"",e.host?d=t+e.host:r&&(d=t+(~r.indexOf(":")?`[${r}]`:r),e.port&&(d+=":"+e.port)),s&&"object"==typeof s&&(s=String(l.urlQueryToSearchParams(s)));let c=e.search||s&&`?${s}`||"";return o&&!o.endsWith(":")&&(o+=":"),e.slashes||(!o||a.test(o))&&!1!==d?(d="//"+(d||""),n&&"/"!==n[0]&&(n="/"+n)):d||(d=""),i&&"#"!==i[0]&&(i="#"+i),c&&"?"!==c[0]&&(c="?"+c),n=n.replace(/[?#]/g,encodeURIComponent),c=c.replace("#","%23"),`${o}${d}${n}${c}${i}`}let s=["auth","hash","host","hostname","href","path","pathname","port","protocol","query","search","slashes"];function d(e){return i(e)}},62798,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"useMergedRef",{enumerable:!0,get:function(){return n}});let o=e.r(95599);function n(e,t){let r=(0,o.useRef)(null),n=(0,o.useRef)(null);return(0,o.useCallback)(o=>{if(null===o){let e=r.current;e&&(r.current=null,e());let t=n.current;t&&(n.current=null,t())}else e&&(r.current=l(e,o)),t&&(n.current=l(t,o))},[e,t])}function l(e,t){if("function"!=typeof e)return e.current=t,()=>{e.current=null};{let r=e(t);return"function"==typeof r?r:()=>e(null)}}("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},76376,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"isLocalURL",{enumerable:!0,get:function(){return l}});let o=e.r(63522),n=e.r(58983);function l(e){if(!(0,o.isAbsoluteUrl)(e))return!0;try{let t=(0,o.getLocationOrigin)(),r=new URL(e,t);return r.origin===t&&(0,n.hasBasePath)(r.pathname)}catch(e){return!1}}},45704,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"errorOnce",{enumerable:!0,get:function(){return o}});let o=e=>{}},21212,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var o={default:function(){return b},useLinkStatus:function(){return x}};for(var n in o)Object.defineProperty(r,n,{enumerable:!0,get:o[n]});let l=e.r(33517),a=e.r(21416),i=l._(e.r(95599)),s=e.r(61649),d=e.r(1246),c=e.r(62798),u=e.r(63522),f=e.r(19809);e.r(50443);let m=e.r(91335),p=e.r(73381),h=e.r(76376),g=e.r(7786);function b(t){var r,o;let n,l,b,[x,v]=(0,i.useOptimistic)(p.IDLE_LINK_STATUS),w=(0,i.useRef)(null),{href:k,as:j,children:_,prefetch:z=null,passHref:C,replace:O,shallow:S,scroll:P,onClick:N,onMouseEnter:E,onTouchStart:R,legacyBehavior:M=!1,onNavigate:I,transitionTypes:A,ref:$,unstable_dynamicOnHover:L,...T}=t;n=_,M&&("string"==typeof n||"number"==typeof n)&&(n=(0,a.jsx)("a",{children:n}));let D=i.default.useContext(d.AppRouterContext),W=!1!==z,U=!1!==z?null===(o=z)||"auto"===o?g.FetchStrategy.PPR:g.FetchStrategy.Full:g.FetchStrategy.PPR,G="string"==typeof(r=j||k)?r:(0,s.formatUrl)(r);if(M){if(n?.$$typeof===Symbol.for("react.lazy"))throw Object.defineProperty(Error("`` received a direct child that is either a Server Component, or JSX that was loaded with React.lazy(). This is not supported. Either remove legacyBehavior, or make the direct child a Client Component that renders the Link's `` tag."),"__NEXT_ERROR_CODE",{value:"E863",enumerable:!1,configurable:!0});l=i.default.Children.only(n)}let B=M?l&&"object"==typeof l&&l.ref:$,F=i.default.useCallback(e=>(null!==D&&(w.current=(0,p.mountLinkInstance)(e,G,D,U,W,v)),()=>{w.current&&((0,p.unmountLinkForCurrentNavigation)(w.current),w.current=null),(0,p.unmountPrefetchableInstance)(e)}),[W,G,D,U,v]),q={ref:(0,c.useMergedRef)(F,B),onClick(t){M||"function"!=typeof N||N(t),M&&l.props&&"function"==typeof l.props.onClick&&l.props.onClick(t),!D||t.defaultPrevented||function(t,r,o,n,l,a,s){if("u">typeof window){let d,{nodeName:c}=t.currentTarget;if("A"===c.toUpperCase()&&((d=t.currentTarget.getAttribute("target"))&&"_self"!==d||t.metaKey||t.ctrlKey||t.shiftKey||t.altKey||t.nativeEvent&&2===t.nativeEvent.which)||t.currentTarget.hasAttribute("download"))return;if(!(0,h.isLocalURL)(r)){n&&(t.preventDefault(),location.replace(r));return}if(t.preventDefault(),a){let e=!1;if(a({preventDefault:()=>{e=!0}}),e)return}let{dispatchNavigateAction:u}=e.r(21453);i.default.startTransition(()=>{u(r,n?"replace":"push",!1===l?m.ScrollBehavior.NoScroll:m.ScrollBehavior.Default,o.current,s)})}}(t,G,w,O,P,I,A)},onMouseEnter(e){M||"function"!=typeof E||E(e),M&&l.props&&"function"==typeof l.props.onMouseEnter&&l.props.onMouseEnter(e),D&&W&&(0,p.onNavigationIntent)(e.currentTarget,!0===L)},onTouchStart:function(e){M||"function"!=typeof R||R(e),M&&l.props&&"function"==typeof l.props.onTouchStart&&l.props.onTouchStart(e),D&&W&&(0,p.onNavigationIntent)(e.currentTarget,!0===L)}};return(0,u.isAbsoluteUrl)(G)?q.href=G:M&&!C&&("a"!==l.type||"href"in l.props)||(q.href=(0,f.addBasePath)(G)),b=M?i.default.cloneElement(l,q):(0,a.jsx)("a",{...T,...q,children:n}),(0,a.jsx)(y.Provider,{value:x,children:b})}e.r(45704);let y=(0,i.createContext)(p.IDLE_LINK_STATUS),x=()=>(0,i.useContext)(y);("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},99414,(e,t,r)=>{"use strict";function o({widthInt:e,heightInt:t,blurWidth:r,blurHeight:n,blurDataURL:l,objectFit:a}){let i=r?40*r:e,s=n?40*n:t,d=i&&s?`viewBox='0 0 ${i} ${s}'`:"";return`%3Csvg xmlns='http://www.w3.org/2000/svg' ${d}%3E%3Cfilter id='b' color-interpolation-filters='sRGB'%3E%3CfeGaussianBlur stdDeviation='20'/%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 100 -1' result='s'/%3E%3CfeFlood x='0' y='0' width='100%25' height='100%25'/%3E%3CfeComposite operator='out' in='s'/%3E%3CfeComposite in2='SourceGraphic'/%3E%3CfeGaussianBlur stdDeviation='20'/%3E%3C/filter%3E%3Cimage width='100%25' height='100%25' x='0' y='0' preserveAspectRatio='${d?"none":"contain"===a?"xMidYMid":"cover"===a?"xMidYMid slice":"none"}' style='filter: url(%23b);' href='${l}'/%3E%3C/svg%3E`}Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"getImageBlurSvg",{enumerable:!0,get:function(){return o}})},4633,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var o={VALID_LOADERS:function(){return l},imageConfigDefault:function(){return a}};for(var n in o)Object.defineProperty(r,n,{enumerable:!0,get:o[n]});let l=["default","imgix","cloudinary","akamai","custom"],a={deviceSizes:[640,750,828,1080,1200,1920,2048,3840],imageSizes:[32,48,64,96,128,256,384],path:"/_next/image",loader:"default",loaderFile:"",domains:[],disableStaticImages:!1,minimumCacheTTL:14400,formats:["image/webp"],maximumDiskCacheSize:void 0,maximumRedirects:3,maximumResponseBody:5e7,dangerouslyAllowLocalIP:!1,dangerouslyAllowSVG:!1,contentSecurityPolicy:"script-src 'none'; frame-src 'none'; sandbox;",contentDispositionType:"attachment",localPatterns:void 0,remotePatterns:[],qualities:[75],unoptimized:!1,customCacheHandler:!1}},99082,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"getImgProps",{enumerable:!0,get:function(){return d}}),e.r(50443);let o=e.r(19288),n=e.r(99414),l=e.r(4633),a=["-moz-initial","fill","none","scale-down",void 0];function i(e){return void 0!==e.default}function s(e){return void 0===e?e:"number"==typeof e?Number.isFinite(e)?e:NaN:"string"==typeof e&&/^[0-9]+$/.test(e)?parseInt(e,10):NaN}function d({src:e,sizes:t,unoptimized:r=!1,priority:c=!1,preload:u=!1,loading:f,className:m,quality:p,width:h,height:g,fill:b=!1,style:y,overrideSrc:x,onLoad:v,onLoadingComplete:w,placeholder:k="empty",blurDataURL:j,fetchPriority:_,decoding:z="async",layout:C,objectFit:O,objectPosition:S,lazyBoundary:P,lazyRoot:N,...E},R){var M;let I,A,$,{imgConf:L,showAltText:T,blurComplete:D,defaultLoader:W}=R,U=L||l.imageConfigDefault;if("allSizes"in U)I=U;else{let e=[...U.deviceSizes,...U.imageSizes].sort((e,t)=>e-t),t=U.deviceSizes.sort((e,t)=>e-t),r=U.qualities?.sort((e,t)=>e-t);I={...U,allSizes:e,deviceSizes:t,qualities:r}}if(void 0===W)throw Object.defineProperty(Error("images.loaderFile detected but the file is missing default export.\nRead more: https://nextjs.org/docs/messages/invalid-images-config"),"__NEXT_ERROR_CODE",{value:"E163",enumerable:!1,configurable:!0});let G=E.loader||W;delete E.loader,delete E.srcSet;let B="__next_img_default"in G;if(B){if("custom"===I.loader)throw Object.defineProperty(Error(`Image with src "${e}" is missing "loader" prop. Read more: https://nextjs.org/docs/messages/next-image-missing-loader`),"__NEXT_ERROR_CODE",{value:"E252",enumerable:!1,configurable:!0})}else{let e=G;G=t=>{let{config:r,...o}=t;return e(o)}}if(C){"fill"===C&&(b=!0);let e={intrinsic:{maxWidth:"100%",height:"auto"},responsive:{width:"100%",height:"auto"}}[C];e&&(y={...y,...e});let r={responsive:"100vw",fill:"100vw"}[C];r&&!t&&(t=r)}let F="",q=s(h),H=s(g);if((M=e)&&"object"==typeof M&&(i(M)||void 0!==M.src)){let t=i(e)?e.default:e;if(!t.src)throw Object.defineProperty(Error(`An object should only be passed to the image component src parameter if it comes from a static image import. It must include src. Received ${JSON.stringify(t)}`),"__NEXT_ERROR_CODE",{value:"E460",enumerable:!1,configurable:!0});if(!t.height||!t.width)throw Object.defineProperty(Error(`An object should only be passed to the image component src parameter if it comes from a static image import. It must include height and width. Received ${JSON.stringify(t)}`),"__NEXT_ERROR_CODE",{value:"E48",enumerable:!1,configurable:!0});if(A=t.blurWidth,$=t.blurHeight,j=j||t.blurDataURL,F=t.src,!b)if(q||H){if(q&&!H){let e=q/t.width;H=Math.round(t.height*e)}else if(!q&&H){let e=H/t.height;q=Math.round(t.width*e)}}else q=t.width,H=t.height}let V=!c&&!u&&("lazy"===f||void 0===f);(!(e="string"==typeof e?e:F)||e.startsWith("data:")||e.startsWith("blob:"))&&(r=!0,V=!1),I.unoptimized&&(r=!0),B&&!I.dangerouslyAllowSVG&&e.split("?",1)[0].endsWith(".svg")&&(r=!0);let K=s(p),X=Object.assign(b?{position:"absolute",height:"100%",width:"100%",left:0,top:0,right:0,bottom:0,objectFit:O,objectPosition:S}:{},T?{}:{color:"transparent"},y),J=D||"empty"===k?null:"blur"===k?`url("data:image/svg+xml;charset=utf-8,${(0,n.getImageBlurSvg)({widthInt:q,heightInt:H,blurWidth:A,blurHeight:$,blurDataURL:j||"",objectFit:X.objectFit})}")`:`url("${k}")`,Q=a.includes(X.objectFit)?"fill"===X.objectFit?"100% 100%":"cover":X.objectFit,Y=J?{backgroundSize:Q,backgroundPosition:X.objectPosition||"50% 50%",backgroundRepeat:"no-repeat",backgroundImage:J}:{},Z=function({config:e,src:t,unoptimized:r,width:n,quality:l,sizes:a,loader:i}){if(r){if(t.startsWith("/")&&!t.startsWith("//")){let e=(0,o.getDeploymentId)();if(e){let r=t.indexOf("?");if(-1!==r){let o=new URLSearchParams(t.slice(r+1));o.get("dpl")||(o.append("dpl",e),t=t.slice(0,r)+"?"+o.toString())}else t+=`?dpl=${e}`}}return{src:t,srcSet:void 0,sizes:void 0}}let{widths:s,kind:d}=function({deviceSizes:e,allSizes:t},r,o){if(o){let r=/(^|\s)(1?\d?\d)vw/g,n=[];for(let e;e=r.exec(o);)n.push(parseInt(e[2]));if(n.length){let r=.01*Math.min(...n);return{widths:t.filter(t=>t>=e[0]*r),kind:"w"}}return{widths:t,kind:"w"}}return"number"!=typeof r?{widths:e,kind:"w"}:{widths:[...new Set([r,2*r].map(e=>t.find(t=>t>=e)||t[t.length-1]))],kind:"x"}}(e,n,a),c=s.length-1;return{sizes:a||"w"!==d?a:"100vw",srcSet:s.map((r,o)=>`${i({config:e,src:t,quality:l,width:r})} ${"w"===d?r:o+1}${d}`).join(", "),src:i({config:e,src:t,quality:l,width:s[c]})}}({config:I,src:e,unoptimized:r,width:q,quality:K,sizes:t,loader:G}),ee=V?"lazy":f;return{props:{...E,loading:ee,fetchPriority:_,width:q,height:H,decoding:z,className:m,style:{...X,...Y},sizes:Z.sizes,srcSet:Z.srcSet,src:x||Z.src},meta:{unoptimized:r,preload:u||c,placeholder:k,fill:b}}}},6708,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"default",{enumerable:!0,get:function(){return i}});let o=e.r(95599),n="u"{}:o.useLayoutEffect,a=n?()=>{}:o.useEffect;function i(e){let{headManager:t,reduceComponentsToState:r}=e;function i(){if(t&&t.mountedInstances){let e=o.Children.toArray(Array.from(t.mountedInstances).filter(Boolean));t.updateHead(r(e))}}return n&&(t?.mountedInstances?.add(e.children),i()),l(()=>(t?.mountedInstances?.add(e.children),()=>{t?.mountedInstances?.delete(e.children)})),l(()=>(t&&(t._pendingUpdate=i),()=>{t&&(t._pendingUpdate=i)})),a(()=>(t&&t._pendingUpdate&&(t._pendingUpdate(),t._pendingUpdate=null),()=>{t&&t._pendingUpdate&&(t._pendingUpdate(),t._pendingUpdate=null)})),null}},46946,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var o={default:function(){return h},defaultHead:function(){return u}};for(var n in o)Object.defineProperty(r,n,{enumerable:!0,get:o[n]});let l=e.r(77532),a=e.r(33517),i=e.r(21416),s=a._(e.r(95599)),d=l._(e.r(6708)),c=e.r(46211);function u(){return[(0,i.jsx)("meta",{charSet:"utf-8"},"charset"),(0,i.jsx)("meta",{name:"viewport",content:"width=device-width"},"viewport")]}function f(e,t){return"string"==typeof t||"number"==typeof t?e:t.type===s.default.Fragment?e.concat(s.default.Children.toArray(t.props.children).reduce((e,t)=>"string"==typeof t||"number"==typeof t?e:e.concat(t),[])):e.concat(t)}e.r(50443);let m=["name","httpEquiv","charSet","itemProp"];function p(e){let t,r,o,n;return e.reduce(f,[]).reverse().concat(u().reverse()).filter((t=new Set,r=new Set,o=new Set,n={},e=>{let l=!0,a=!1;if(e.key&&"number"!=typeof e.key&&e.key.indexOf("$")>0){a=!0;let r=e.key.slice(e.key.indexOf("$")+1);t.has(r)?l=!1:t.add(r)}switch(e.type){case"title":case"base":r.has(e.type)?l=!1:r.add(e.type);break;case"meta":for(let t=0,r=m.length;t{let r=e.key||t;return s.default.cloneElement(e,{key:r})})}let h=function({children:e}){let t=(0,s.useContext)(c.HeadManagerContext);return(0,i.jsx)(d.default,{reduceComponentsToState:p,headManager:t,children:e})};("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},43356,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"ImageConfigContext",{enumerable:!0,get:function(){return l}});let o=e.r(77532)._(e.r(95599)),n=e.r(4633),l=o.default.createContext(n.imageConfigDefault)},2248,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"RouterContext",{enumerable:!0,get:function(){return o}});let o=e.r(77532)._(e.r(95599)).default.createContext(null)},95412,(e,t,r)=>{"use strict";function o(e,t){let r=e||75;return t?.qualities?.length?t.qualities.reduce((e,t)=>Math.abs(t-r){"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"default",{enumerable:!0,get:function(){return a}});let o=e.r(95412),n=e.r(19288);function l({config:e,src:t,width:r,quality:a}){let i=(0,n.getDeploymentId)();if(t.startsWith("/")&&!t.startsWith("//")){let e=t.indexOf("?");if(-1!==e){let r=new URLSearchParams(t.slice(e+1)),o=r.get("dpl");if(o){i=o,r.delete("dpl");let n=r.toString();t=t.slice(0,e)+(n?"?"+n:"")}}}if(t.startsWith("/")&&t.includes("?")&&e.localPatterns?.length===1&&"**"===e.localPatterns[0].pathname&&""===e.localPatterns[0].search)throw Object.defineProperty(Error(`Image with src "${t}" is using a query string which is not configured in images.localPatterns. -Read more: https://nextjs.org/docs/messages/next-image-unconfigured-localpatterns`),"__NEXT_ERROR_CODE",{value:"E871",enumerable:!1,configurable:!0});let s=(0,o.findClosestQuality)(a,e);return`${e.path}?url=${encodeURIComponent(t)}&w=${r}&q=${s}${t.startsWith("/")&&i?`&dpl=${i}`:""}`}l.__next_img_default=!0;let a=l},29023,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"Image",{enumerable:!0,get:function(){return v}});let o=e.r(77532),n=e.r(33517),l=e.r(21416),a=n._(e.r(95599)),i=o._(e.r(95801)),s=o._(e.r(46946)),d=e.r(99082),c=e.r(4633),u=e.r(43356);e.r(50443);let f=e.r(2248),m=o._(e.r(88179)),p=e.r(62798),h={deviceSizes:[640,750,828,1080,1200,1920,2048,3840],imageSizes:[32,48,64,96,128,256,384],qualities:[75],path:"/_next/image",loader:"default",dangerouslyAllowSVG:!1,unoptimized:!0};function g(e,t,r,o,n,l,a){let i=e?.src;e&&e["data-loaded-src"]!==i&&(e["data-loaded-src"]=i,("decode"in e?e.decode():Promise.resolve()).catch(()=>{}).then(()=>{if(e.parentElement&&e.isConnected){if("empty"!==t&&n(!0),r?.current){let t=new Event("load");Object.defineProperty(t,"target",{writable:!1,value:e});let o=!1,n=!1;r.current({...t,nativeEvent:t,currentTarget:e,target:e,isDefaultPrevented:()=>o,isPropagationStopped:()=>n,persist:()=>{},preventDefault:()=>{o=!0,t.preventDefault()},stopPropagation:()=>{n=!0,t.stopPropagation()}})}o?.current&&o.current(e)}}))}function b(e){return a.use?{fetchPriority:e}:{fetchpriority:e}}"u"{let O=(0,a.useCallback)(e=>{e&&(_&&(e.src=e.src),e.complete&&g(e,u,y,x,v,m,k))},[e,u,y,x,v,_,m,k]),S=(0,p.useMergedRef)(C,O);return(0,l.jsx)("img",{...z,...b(c),loading:f,width:n,height:o,decoding:i,"data-nimg":h?"fill":"1",className:s,style:d,sizes:r,srcSet:t,src:e,ref:S,onLoad:e=>{g(e.currentTarget,u,y,x,v,m,k)},onError:e=>{w(!0),"empty"!==u&&v(!0),_&&_(e)}})});function x({isAppRouter:e,imgAttributes:t}){let r={as:"image",imageSrcSet:t.srcSet,imageSizes:t.sizes,crossOrigin:t.crossOrigin,referrerPolicy:t.referrerPolicy,...b(t.fetchPriority)};return e&&i.default.preload?(i.default.preload(t.src,r),null):(0,l.jsx)(s.default,{children:(0,l.jsx)("link",{rel:"preload",href:t.srcSet?void 0:t.src,...r},"__nimg-"+t.src+t.srcSet+t.sizes)})}let v=(0,a.forwardRef)((e,t)=>{let r=(0,a.useContext)(f.RouterContext),o=(0,a.useContext)(u.ImageConfigContext),n=(0,a.useMemo)(()=>{let e=h||o||c.imageConfigDefault,t=[...e.deviceSizes,...e.imageSizes].sort((e,t)=>e-t),r=e.deviceSizes.sort((e,t)=>e-t),n=e.qualities?.sort((e,t)=>e-t);return{...e,allSizes:t,deviceSizes:r,qualities:n,localPatterns:"u"{p.current=i},[i]);let g=(0,a.useRef)(s);(0,a.useEffect)(()=>{g.current=s},[s]);let[b,v]=(0,a.useState)(!1),[w,k]=(0,a.useState)(!1),{props:j,meta:_}=(0,d.getImgProps)(e,{defaultLoader:m.default,imgConf:n,blurComplete:b,showAltText:w});return(0,l.jsxs)(l.Fragment,{children:[(0,l.jsx)(y,{...j,unoptimized:_.unoptimized,placeholder:_.placeholder,fill:_.fill,onLoadRef:p,onLoadingCompleteRef:g,setBlurComplete:v,setShowAltText:k,sizesInput:e.sizes,ref:t}),_.preload?(0,l.jsx)(x,{isAppRouter:!r,imgAttributes:j}):null]})});("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},53147,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var o={default:function(){return c},getImageProps:function(){return d}};for(var n in o)Object.defineProperty(r,n,{enumerable:!0,get:o[n]});let l=e.r(77532),a=e.r(99082),i=e.r(29023),s=l._(e.r(88179));function d(e){let{props:t}=(0,a.getImgProps)(e,{defaultLoader:s.default,imgConf:{deviceSizes:[640,750,828,1080,1200,1920,2048,3840],imageSizes:[32,48,64,96,128,256,384],qualities:[75],path:"/_next/image",loader:"default",dangerouslyAllowSVG:!1,unoptimized:!0}});for(let[e,r]of Object.entries(t))void 0===r&&delete t[e];return{props:t}}let c=i.Image},98488,(e,t,r)=>{t.exports=e.r(53147)},38309,e=>{"use strict";var t=e.i(21416),r=e.i(21212),o=e.i(98488);let n="https://doc.xinghanlab.com/",l={en:{tagline:["From one idea to production software","Organize an AI development team with code and cloud resources"],copyright:"All rights reserved.",footerLinks:{Product:[{label:"Heicode Client",href:"#"},{label:"Heicode Manager",href:"https://code.xinghanlab.com/"},{label:"Agnet Platform",href:"https://agnet.taijiaicloud.com/"},{label:"Agnet Swarm",href:"/swarm"}],Resources:[{label:"Documentation",href:n},{label:"Resource binding",href:"#"},{label:"Secret vault",href:"#"},{label:"CodeGW boundary",href:"#"},{label:"Product demo",href:"#"}],Company:[{label:"About us",href:"https://www.taijiaicloud.com/"},{label:"Blog",href:"#"},{label:"Careers",href:"#"},{label:"Contact",href:"mailto:november@taijiaicloud.com"}],Legal:[{label:"Privacy",href:"#"},{label:"Terms",href:"#"},{label:"Security",href:"#"}]}},zh:{tagline:["从一个想法,到可上线的软件产品","组织 AI 开发团队,接入代码和云资源"],copyright:"保留所有权利。",footerLinks:{产品:[{label:"Heicode 客户端",href:"#"},{label:"Heicode Manager",href:"https://code.xinghanlab.com/"},{label:"Agnet 平台",href:"https://agnet.taijiaicloud.com/"},{label:"Agnet 蜂群",href:"/swarm"}],资源:[{label:"文档",href:n},{label:"资源绑定",href:"#"},{label:"密钥保管器",href:"#"},{label:"CodeGW 边界",href:"#"},{label:"产品演示",href:"#"}],公司:[{label:"关于我们",href:"https://www.taijiaicloud.com/"},{label:"博客",href:"#"},{label:"加入我们",href:"#"},{label:"联系方式",href:"mailto:november@taijiaicloud.com"}],法律:[{label:"隐私政策",href:"#"},{label:"服务条款",href:"#"},{label:"安全",href:"#"}]}}};e.s(["Footer",0,function({lang:e}){let n=l[e];return(0,t.jsx)("footer",{className:"border-t border-border bg-background",children:(0,t.jsxs)("div",{className:"mx-auto max-w-7xl px-4 py-12 sm:px-6 lg:px-8 lg:py-16",children:[(0,t.jsxs)("div",{className:"grid gap-8 sm:grid-cols-2 lg:grid-cols-5",children:[(0,t.jsxs)("div",{className:"lg:col-span-1",children:[(0,t.jsxs)(r.default,{href:"/",className:"flex items-center gap-2",children:[(0,t.jsx)("div",{className:"flex h-8 w-8 items-center justify-center rounded-md border border-border/70 bg-card/60 text-foreground",children:(0,t.jsx)(o.default,{src:"/taiji-logo.png",alt:"Heicode",width:18,height:18})}),(0,t.jsx)("span",{className:"text-lg font-black tracking-tight text-foreground",children:"Heicode"})]}),(0,t.jsxs)("p",{className:"mt-4 text-sm leading-relaxed text-muted-foreground",children:[n.tagline[0],(0,t.jsx)("br",{}),n.tagline[1]]})]}),Object.entries(n.footerLinks).map(([e,o])=>(0,t.jsxs)("div",{children:[(0,t.jsx)("h3",{className:"text-sm font-semibold",children:e}),(0,t.jsx)("ul",{className:"mt-4 space-y-3",children:o.map(e=>(0,t.jsx)("li",{children:e.href.startsWith("http")||e.href.startsWith("mailto:")?(0,t.jsx)("a",{href:e.href,target:"_blank",rel:"noreferrer",className:"text-sm text-muted-foreground transition-colors hover:text-foreground",children:e.label}):(0,t.jsx)(r.default,{href:e.href,className:"text-sm text-muted-foreground transition-colors hover:text-foreground",children:e.label})},e.label))})]},e))]}),(0,t.jsx)("div",{className:"mt-12 border-t border-border pt-8",children:(0,t.jsx)("div",{className:"flex flex-col items-center justify-between gap-4 sm:flex-row",children:(0,t.jsxs)("p",{className:"text-sm text-muted-foreground",children:["© ",new Date().getFullYear()," Taiji. ",n.copyright]})})})]})})}])},96487,91759,35956,65645,e=>{"use strict";let t,r,o,n,l;var a=e.i(21416),i=e.i(95599),s=e.i(21212),d=e.i(98488);function c(e,t){if("function"==typeof e)return e(t);null!=e&&(e.current=t)}var u=Symbol.for("react.lazy"),f=i[" use ".trim().toString()];function m(e){var t;return null!=e&&"object"==typeof e&&"$$typeof"in e&&e.$$typeof===u&&"_payload"in e&&"object"==typeof(t=e._payload)&&null!==t&&"then"in t}var p=((l=i.forwardRef((e,t)=>{let{children:r,...o}=e;if(m(r)&&"function"==typeof f&&(r=f(r._payload)),i.isValidElement(r)){var n;let e,l,a=(n=r,(l=(e=Object.getOwnPropertyDescriptor(n.props,"ref")?.get)&&"isReactWarning"in e&&e.isReactWarning)?n.ref:(l=(e=Object.getOwnPropertyDescriptor(n,"ref")?.get)&&"isReactWarning"in e&&e.isReactWarning)?n.props.ref:n.props.ref||n.ref),s=function(e,t){let r={...t};for(let o in t){let n=e[o],l=t[o];/^on[A-Z]/.test(o)?n&&l?r[o]=(...e)=>{let t=l(...e);return n(...e),t}:n&&(r[o]=n):"style"===o?r[o]={...n,...l}:"className"===o&&(r[o]=[n,l].filter(Boolean).join(" "))}return{...e,...r}}(o,r.props);return r.type!==i.Fragment&&(s.ref=t?function(...e){return t=>{let r=!1,o=e.map(e=>{let o=c(e,t);return r||"function"!=typeof o||(r=!0),o});if(r)return()=>{for(let t=0;t1?i.Children.only(null):null})).displayName="Slot.SlotClone",t=l,(r=i.forwardRef((e,r)=>{let{children:o,...n}=e;m(o)&&"function"==typeof f&&(o=f(o._payload));let l=i.Children.toArray(o),s=l.find(g);if(s){let e=s.props.children,o=l.map(t=>t!==s?t:i.Children.count(e)>1?i.Children.only(null):i.isValidElement(e)?e.props.children:null);return(0,a.jsx)(t,{...n,ref:r,children:i.isValidElement(e)?i.cloneElement(e,void 0,o):null})}return(0,a.jsx)(t,{...n,ref:r,children:o})})).displayName="Slot.Slot",r),h=Symbol("radix.slottable");function g(e){return i.isValidElement(e)&&"function"==typeof e.type&&"__radixId"in e.type&&e.type.__radixId===h}function b(){for(var e,t,r=0,o="",n=arguments.length;r"boolean"==typeof e?`${e}`:0===e?"0":e,x=(e=new Map,t=null,r)=>({nextPart:e,validators:t,classGroupId:r}),v=[],w=(e,t,r)=>{if(0==e.length-t)return r.classGroupId;let o=e[t],n=r.nextPart.get(o);if(n){let r=w(e,t+1,n);if(r)return r}let l=r.validators;if(null===l)return;let a=0===t?e.join("-"):e.slice(t).join("-"),i=l.length;for(let e=0;e{let r=x();for(let o in e)j(e[o],r,o,t);return r},j=(e,t,r,o)=>{let n=e.length;for(let l=0;l{"string"==typeof e?z(e,t,r):"function"==typeof e?C(e,t,r,o):O(e,t,r,o)},z=(e,t,r)=>{(""===e?t:S(t,e)).classGroupId=r},C=(e,t,r,o)=>{P(e)?j(e(o),t,r,o):(null===t.validators&&(t.validators=[]),t.validators.push({classGroupId:r,validator:e}))},O=(e,t,r,o)=>{let n=Object.entries(e),l=n.length;for(let e=0;e{let r=e,o=t.split("-"),n=o.length;for(let e=0;e"isThemeGetter"in e&&!0===e.isThemeGetter,N=[],E=(e,t,r,o,n)=>({modifiers:e,hasImportantModifier:t,baseClassName:r,maybePostfixModifierPosition:o,isExternal:n}),R=/\s+/,M=e=>{let t;if("string"==typeof e)return e;let r="";for(let o=0;o{let t=t=>t[e]||I;return t.isThemeGetter=!0,t},$=/^\[(?:(\w[\w-]*):)?(.+)\]$/i,L=/^\((?:(\w[\w-]*):)?(.+)\)$/i,T=/^\d+\/\d+$/,D=/^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/,W=/\d+(%|px|r?em|[sdl]?v([hwib]|min|max)|pt|pc|in|cm|mm|cap|ch|ex|r?lh|cq(w|h|i|b|min|max))|\b(calc|min|max|clamp)\(.+\)|^0$/,U=/^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/,G=/^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/,B=/^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/,F=e=>T.test(e),q=e=>!!e&&!Number.isNaN(Number(e)),H=e=>!!e&&Number.isInteger(Number(e)),V=e=>e.endsWith("%")&&q(e.slice(0,-1)),K=e=>D.test(e),X=()=>!0,J=e=>W.test(e)&&!U.test(e),Q=()=>!1,Y=e=>G.test(e),Z=e=>B.test(e),ee=e=>!er(e)&&!es(e),et=e=>eh(e,ex,Q),er=e=>$.test(e),eo=e=>eh(e,ev,J),en=e=>eh(e,ew,q),el=e=>eh(e,eb,Q),ea=e=>eh(e,ey,Z),ei=e=>eh(e,ej,Y),es=e=>L.test(e),ed=e=>eg(e,ev),ec=e=>eg(e,ek),eu=e=>eg(e,eb),ef=e=>eg(e,ex),em=e=>eg(e,ey),ep=e=>eg(e,ej,!0),eh=(e,t,r)=>{let o=$.exec(e);return!!o&&(o[1]?t(o[1]):r(o[2]))},eg=(e,t,r=!1)=>{let o=L.exec(e);return!!o&&(o[1]?t(o[1]):r)},eb=e=>"position"===e||"percentage"===e,ey=e=>"image"===e||"url"===e,ex=e=>"length"===e||"size"===e||"bg-size"===e,ev=e=>"length"===e,ew=e=>"number"===e,ek=e=>"family-name"===e,ej=e=>"shadow"===e,e_=((e,...t)=>{let r,o,n,l,a=e=>{let t=o(e);if(t)return t;let l=((e,t)=>{let{parseClassName:r,getClassGroupId:o,getConflictingClassGroupIds:n,sortModifiers:l}=t,a=[],i=e.trim().split(R),s="";for(let e=i.length-1;e>=0;e-=1){let t=i[e],{isExternal:d,modifiers:c,hasImportantModifier:u,baseClassName:f,maybePostfixModifierPosition:m}=r(t);if(d){s=t+(s.length>0?" "+s:s);continue}let p=!!m,h=o(p?f.substring(0,m):f);if(!h){if(!p||!(h=o(f))){s=t+(s.length>0?" "+s:s);continue}p=!1}let g=0===c.length?"":1===c.length?c[0]:l(c).join(":"),b=u?g+"!":g,y=b+h;if(a.indexOf(y)>-1)continue;a.push(y);let x=n(h,p);for(let e=0;e0?" "+s:s)}return s})(e,r);return n(e,l),l};return l=i=>{var s;let d;return o=(r={cache:(e=>{if(e<1)return{get:()=>void 0,set:()=>{}};let t=0,r=Object.create(null),o=Object.create(null),n=(n,l)=>{r[n]=l,++t>e&&(t=0,o=r,r=Object.create(null))};return{get(e){let t=r[e];return void 0!==t?t:void 0!==(t=o[e])?(n(e,t),t):void 0},set(e,t){e in r?r[e]=t:n(e,t)}}})((s=t.reduce((e,t)=>t(e),e())).cacheSize),parseClassName:(e=>{let{prefix:t,experimentalParseClassName:r}=e,o=e=>{let t,r=[],o=0,n=0,l=0,a=e.length;for(let i=0;il?t-l:void 0)};if(t){let e=t+":",r=o;o=t=>t.startsWith(e)?r(t.slice(e.length)):E(N,!1,t,void 0,!0)}if(r){let e=o;o=t=>r({className:t,parseClassName:e})}return o})(s),sortModifiers:(d=new Map,s.orderSensitiveModifiers.forEach((e,t)=>{d.set(e,1e6+t)}),e=>{let t=[],r=[];for(let o=0;o0&&(r.sort(),t.push(...r),r=[]),t.push(n)):r.push(n)}return r.length>0&&(r.sort(),t.push(...r)),t}),...(e=>{let t=(e=>{let{theme:t,classGroups:r}=e;return k(r,t)})(e),{conflictingClassGroups:r,conflictingClassGroupModifiers:o}=e;return{getClassGroupId:e=>{if(e.startsWith("[")&&e.endsWith("]")){var r;let t,o,n;return -1===(r=e).slice(1,-1).indexOf(":")?void 0:(o=(t=r.slice(1,-1)).indexOf(":"),(n=t.slice(0,o))?"arbitrary.."+n:void 0)}let o=e.split("-"),n=+(""===o[0]&&o.length>1);return w(o,n,t)},getConflictingClassGroupIds:(e,t)=>{if(t){let t=o[e],n=r[e];if(t){if(n){let e=Array(n.length+t.length);for(let t=0;tl(((...e)=>{let t,r,o=0,n="";for(;o{let e=A("color"),t=A("font"),r=A("text"),o=A("font-weight"),n=A("tracking"),l=A("leading"),a=A("breakpoint"),i=A("container"),s=A("spacing"),d=A("radius"),c=A("shadow"),u=A("inset-shadow"),f=A("text-shadow"),m=A("drop-shadow"),p=A("blur"),h=A("perspective"),g=A("aspect"),b=A("ease"),y=A("animate"),x=()=>["auto","avoid","all","avoid-page","page","left","right","column"],v=()=>["center","top","bottom","left","right","top-left","left-top","top-right","right-top","bottom-right","right-bottom","bottom-left","left-bottom"],w=()=>[...v(),es,er],k=()=>["auto","hidden","clip","visible","scroll"],j=()=>["auto","contain","none"],_=()=>[es,er,s],z=()=>[F,"full","auto",..._()],C=()=>[H,"none","subgrid",es,er],O=()=>["auto",{span:["full",H,es,er]},H,es,er],S=()=>[H,"auto",es,er],P=()=>["auto","min","max","fr",es,er],N=()=>["start","end","center","between","around","evenly","stretch","baseline","center-safe","end-safe"],E=()=>["start","end","center","stretch","center-safe","end-safe"],R=()=>["auto",..._()],M=()=>[F,"auto","full","dvw","dvh","lvw","lvh","svw","svh","min","max","fit",..._()],I=()=>[e,es,er],$=()=>[...v(),eu,el,{position:[es,er]}],L=()=>["no-repeat",{repeat:["","x","y","space","round"]}],T=()=>["auto","cover","contain",ef,et,{size:[es,er]}],D=()=>[V,ed,eo],W=()=>["","none","full",d,es,er],U=()=>["",q,ed,eo],G=()=>["solid","dashed","dotted","double"],B=()=>["normal","multiply","screen","overlay","darken","lighten","color-dodge","color-burn","hard-light","soft-light","difference","exclusion","hue","saturation","color","luminosity"],J=()=>[q,V,eu,el],Q=()=>["","none",p,es,er],Y=()=>["none",q,es,er],Z=()=>["none",q,es,er],eh=()=>[q,es,er],eg=()=>[F,"full",..._()];return{cacheSize:500,theme:{animate:["spin","ping","pulse","bounce"],aspect:["video"],blur:[K],breakpoint:[K],color:[X],container:[K],"drop-shadow":[K],ease:["in","out","in-out"],font:[ee],"font-weight":["thin","extralight","light","normal","medium","semibold","bold","extrabold","black"],"inset-shadow":[K],leading:["none","tight","snug","normal","relaxed","loose"],perspective:["dramatic","near","normal","midrange","distant","none"],radius:[K],shadow:[K],spacing:["px",q],text:[K],"text-shadow":[K],tracking:["tighter","tight","normal","wide","wider","widest"]},classGroups:{aspect:[{aspect:["auto","square",F,er,es,g]}],container:["container"],columns:[{columns:[q,er,es,i]}],"break-after":[{"break-after":x()}],"break-before":[{"break-before":x()}],"break-inside":[{"break-inside":["auto","avoid","avoid-page","avoid-column"]}],"box-decoration":[{"box-decoration":["slice","clone"]}],box:[{box:["border","content"]}],display:["block","inline-block","inline","flex","inline-flex","table","inline-table","table-caption","table-cell","table-column","table-column-group","table-footer-group","table-header-group","table-row-group","table-row","flow-root","grid","inline-grid","contents","list-item","hidden"],sr:["sr-only","not-sr-only"],float:[{float:["right","left","none","start","end"]}],clear:[{clear:["left","right","both","none","start","end"]}],isolation:["isolate","isolation-auto"],"object-fit":[{object:["contain","cover","fill","none","scale-down"]}],"object-position":[{object:w()}],overflow:[{overflow:k()}],"overflow-x":[{"overflow-x":k()}],"overflow-y":[{"overflow-y":k()}],overscroll:[{overscroll:j()}],"overscroll-x":[{"overscroll-x":j()}],"overscroll-y":[{"overscroll-y":j()}],position:["static","fixed","absolute","relative","sticky"],inset:[{inset:z()}],"inset-x":[{"inset-x":z()}],"inset-y":[{"inset-y":z()}],start:[{start:z()}],end:[{end:z()}],top:[{top:z()}],right:[{right:z()}],bottom:[{bottom:z()}],left:[{left:z()}],visibility:["visible","invisible","collapse"],z:[{z:[H,"auto",es,er]}],basis:[{basis:[F,"full","auto",i,..._()]}],"flex-direction":[{flex:["row","row-reverse","col","col-reverse"]}],"flex-wrap":[{flex:["nowrap","wrap","wrap-reverse"]}],flex:[{flex:[q,F,"auto","initial","none",er]}],grow:[{grow:["",q,es,er]}],shrink:[{shrink:["",q,es,er]}],order:[{order:[H,"first","last","none",es,er]}],"grid-cols":[{"grid-cols":C()}],"col-start-end":[{col:O()}],"col-start":[{"col-start":S()}],"col-end":[{"col-end":S()}],"grid-rows":[{"grid-rows":C()}],"row-start-end":[{row:O()}],"row-start":[{"row-start":S()}],"row-end":[{"row-end":S()}],"grid-flow":[{"grid-flow":["row","col","dense","row-dense","col-dense"]}],"auto-cols":[{"auto-cols":P()}],"auto-rows":[{"auto-rows":P()}],gap:[{gap:_()}],"gap-x":[{"gap-x":_()}],"gap-y":[{"gap-y":_()}],"justify-content":[{justify:[...N(),"normal"]}],"justify-items":[{"justify-items":[...E(),"normal"]}],"justify-self":[{"justify-self":["auto",...E()]}],"align-content":[{content:["normal",...N()]}],"align-items":[{items:[...E(),{baseline:["","last"]}]}],"align-self":[{self:["auto",...E(),{baseline:["","last"]}]}],"place-content":[{"place-content":N()}],"place-items":[{"place-items":[...E(),"baseline"]}],"place-self":[{"place-self":["auto",...E()]}],p:[{p:_()}],px:[{px:_()}],py:[{py:_()}],ps:[{ps:_()}],pe:[{pe:_()}],pt:[{pt:_()}],pr:[{pr:_()}],pb:[{pb:_()}],pl:[{pl:_()}],m:[{m:R()}],mx:[{mx:R()}],my:[{my:R()}],ms:[{ms:R()}],me:[{me:R()}],mt:[{mt:R()}],mr:[{mr:R()}],mb:[{mb:R()}],ml:[{ml:R()}],"space-x":[{"space-x":_()}],"space-x-reverse":["space-x-reverse"],"space-y":[{"space-y":_()}],"space-y-reverse":["space-y-reverse"],size:[{size:M()}],w:[{w:[i,"screen",...M()]}],"min-w":[{"min-w":[i,"screen","none",...M()]}],"max-w":[{"max-w":[i,"screen","none","prose",{screen:[a]},...M()]}],h:[{h:["screen","lh",...M()]}],"min-h":[{"min-h":["screen","lh","none",...M()]}],"max-h":[{"max-h":["screen","lh",...M()]}],"font-size":[{text:["base",r,ed,eo]}],"font-smoothing":["antialiased","subpixel-antialiased"],"font-style":["italic","not-italic"],"font-weight":[{font:[o,es,en]}],"font-stretch":[{"font-stretch":["ultra-condensed","extra-condensed","condensed","semi-condensed","normal","semi-expanded","expanded","extra-expanded","ultra-expanded",V,er]}],"font-family":[{font:[ec,er,t]}],"fvn-normal":["normal-nums"],"fvn-ordinal":["ordinal"],"fvn-slashed-zero":["slashed-zero"],"fvn-figure":["lining-nums","oldstyle-nums"],"fvn-spacing":["proportional-nums","tabular-nums"],"fvn-fraction":["diagonal-fractions","stacked-fractions"],tracking:[{tracking:[n,es,er]}],"line-clamp":[{"line-clamp":[q,"none",es,en]}],leading:[{leading:[l,..._()]}],"list-image":[{"list-image":["none",es,er]}],"list-style-position":[{list:["inside","outside"]}],"list-style-type":[{list:["disc","decimal","none",es,er]}],"text-alignment":[{text:["left","center","right","justify","start","end"]}],"placeholder-color":[{placeholder:I()}],"text-color":[{text:I()}],"text-decoration":["underline","overline","line-through","no-underline"],"text-decoration-style":[{decoration:[...G(),"wavy"]}],"text-decoration-thickness":[{decoration:[q,"from-font","auto",es,eo]}],"text-decoration-color":[{decoration:I()}],"underline-offset":[{"underline-offset":[q,"auto",es,er]}],"text-transform":["uppercase","lowercase","capitalize","normal-case"],"text-overflow":["truncate","text-ellipsis","text-clip"],"text-wrap":[{text:["wrap","nowrap","balance","pretty"]}],indent:[{indent:_()}],"vertical-align":[{align:["baseline","top","middle","bottom","text-top","text-bottom","sub","super",es,er]}],whitespace:[{whitespace:["normal","nowrap","pre","pre-line","pre-wrap","break-spaces"]}],break:[{break:["normal","words","all","keep"]}],wrap:[{wrap:["break-word","anywhere","normal"]}],hyphens:[{hyphens:["none","manual","auto"]}],content:[{content:["none",es,er]}],"bg-attachment":[{bg:["fixed","local","scroll"]}],"bg-clip":[{"bg-clip":["border","padding","content","text"]}],"bg-origin":[{"bg-origin":["border","padding","content"]}],"bg-position":[{bg:$()}],"bg-repeat":[{bg:L()}],"bg-size":[{bg:T()}],"bg-image":[{bg:["none",{linear:[{to:["t","tr","r","br","b","bl","l","tl"]},H,es,er],radial:["",es,er],conic:[H,es,er]},em,ea]}],"bg-color":[{bg:I()}],"gradient-from-pos":[{from:D()}],"gradient-via-pos":[{via:D()}],"gradient-to-pos":[{to:D()}],"gradient-from":[{from:I()}],"gradient-via":[{via:I()}],"gradient-to":[{to:I()}],rounded:[{rounded:W()}],"rounded-s":[{"rounded-s":W()}],"rounded-e":[{"rounded-e":W()}],"rounded-t":[{"rounded-t":W()}],"rounded-r":[{"rounded-r":W()}],"rounded-b":[{"rounded-b":W()}],"rounded-l":[{"rounded-l":W()}],"rounded-ss":[{"rounded-ss":W()}],"rounded-se":[{"rounded-se":W()}],"rounded-ee":[{"rounded-ee":W()}],"rounded-es":[{"rounded-es":W()}],"rounded-tl":[{"rounded-tl":W()}],"rounded-tr":[{"rounded-tr":W()}],"rounded-br":[{"rounded-br":W()}],"rounded-bl":[{"rounded-bl":W()}],"border-w":[{border:U()}],"border-w-x":[{"border-x":U()}],"border-w-y":[{"border-y":U()}],"border-w-s":[{"border-s":U()}],"border-w-e":[{"border-e":U()}],"border-w-t":[{"border-t":U()}],"border-w-r":[{"border-r":U()}],"border-w-b":[{"border-b":U()}],"border-w-l":[{"border-l":U()}],"divide-x":[{"divide-x":U()}],"divide-x-reverse":["divide-x-reverse"],"divide-y":[{"divide-y":U()}],"divide-y-reverse":["divide-y-reverse"],"border-style":[{border:[...G(),"hidden","none"]}],"divide-style":[{divide:[...G(),"hidden","none"]}],"border-color":[{border:I()}],"border-color-x":[{"border-x":I()}],"border-color-y":[{"border-y":I()}],"border-color-s":[{"border-s":I()}],"border-color-e":[{"border-e":I()}],"border-color-t":[{"border-t":I()}],"border-color-r":[{"border-r":I()}],"border-color-b":[{"border-b":I()}],"border-color-l":[{"border-l":I()}],"divide-color":[{divide:I()}],"outline-style":[{outline:[...G(),"none","hidden"]}],"outline-offset":[{"outline-offset":[q,es,er]}],"outline-w":[{outline:["",q,ed,eo]}],"outline-color":[{outline:I()}],shadow:[{shadow:["","none",c,ep,ei]}],"shadow-color":[{shadow:I()}],"inset-shadow":[{"inset-shadow":["none",u,ep,ei]}],"inset-shadow-color":[{"inset-shadow":I()}],"ring-w":[{ring:U()}],"ring-w-inset":["ring-inset"],"ring-color":[{ring:I()}],"ring-offset-w":[{"ring-offset":[q,eo]}],"ring-offset-color":[{"ring-offset":I()}],"inset-ring-w":[{"inset-ring":U()}],"inset-ring-color":[{"inset-ring":I()}],"text-shadow":[{"text-shadow":["none",f,ep,ei]}],"text-shadow-color":[{"text-shadow":I()}],opacity:[{opacity:[q,es,er]}],"mix-blend":[{"mix-blend":[...B(),"plus-darker","plus-lighter"]}],"bg-blend":[{"bg-blend":B()}],"mask-clip":[{"mask-clip":["border","padding","content","fill","stroke","view"]},"mask-no-clip"],"mask-composite":[{mask:["add","subtract","intersect","exclude"]}],"mask-image-linear-pos":[{"mask-linear":[q]}],"mask-image-linear-from-pos":[{"mask-linear-from":J()}],"mask-image-linear-to-pos":[{"mask-linear-to":J()}],"mask-image-linear-from-color":[{"mask-linear-from":I()}],"mask-image-linear-to-color":[{"mask-linear-to":I()}],"mask-image-t-from-pos":[{"mask-t-from":J()}],"mask-image-t-to-pos":[{"mask-t-to":J()}],"mask-image-t-from-color":[{"mask-t-from":I()}],"mask-image-t-to-color":[{"mask-t-to":I()}],"mask-image-r-from-pos":[{"mask-r-from":J()}],"mask-image-r-to-pos":[{"mask-r-to":J()}],"mask-image-r-from-color":[{"mask-r-from":I()}],"mask-image-r-to-color":[{"mask-r-to":I()}],"mask-image-b-from-pos":[{"mask-b-from":J()}],"mask-image-b-to-pos":[{"mask-b-to":J()}],"mask-image-b-from-color":[{"mask-b-from":I()}],"mask-image-b-to-color":[{"mask-b-to":I()}],"mask-image-l-from-pos":[{"mask-l-from":J()}],"mask-image-l-to-pos":[{"mask-l-to":J()}],"mask-image-l-from-color":[{"mask-l-from":I()}],"mask-image-l-to-color":[{"mask-l-to":I()}],"mask-image-x-from-pos":[{"mask-x-from":J()}],"mask-image-x-to-pos":[{"mask-x-to":J()}],"mask-image-x-from-color":[{"mask-x-from":I()}],"mask-image-x-to-color":[{"mask-x-to":I()}],"mask-image-y-from-pos":[{"mask-y-from":J()}],"mask-image-y-to-pos":[{"mask-y-to":J()}],"mask-image-y-from-color":[{"mask-y-from":I()}],"mask-image-y-to-color":[{"mask-y-to":I()}],"mask-image-radial":[{"mask-radial":[es,er]}],"mask-image-radial-from-pos":[{"mask-radial-from":J()}],"mask-image-radial-to-pos":[{"mask-radial-to":J()}],"mask-image-radial-from-color":[{"mask-radial-from":I()}],"mask-image-radial-to-color":[{"mask-radial-to":I()}],"mask-image-radial-shape":[{"mask-radial":["circle","ellipse"]}],"mask-image-radial-size":[{"mask-radial":[{closest:["side","corner"],farthest:["side","corner"]}]}],"mask-image-radial-pos":[{"mask-radial-at":v()}],"mask-image-conic-pos":[{"mask-conic":[q]}],"mask-image-conic-from-pos":[{"mask-conic-from":J()}],"mask-image-conic-to-pos":[{"mask-conic-to":J()}],"mask-image-conic-from-color":[{"mask-conic-from":I()}],"mask-image-conic-to-color":[{"mask-conic-to":I()}],"mask-mode":[{mask:["alpha","luminance","match"]}],"mask-origin":[{"mask-origin":["border","padding","content","fill","stroke","view"]}],"mask-position":[{mask:$()}],"mask-repeat":[{mask:L()}],"mask-size":[{mask:T()}],"mask-type":[{"mask-type":["alpha","luminance"]}],"mask-image":[{mask:["none",es,er]}],filter:[{filter:["","none",es,er]}],blur:[{blur:Q()}],brightness:[{brightness:[q,es,er]}],contrast:[{contrast:[q,es,er]}],"drop-shadow":[{"drop-shadow":["","none",m,ep,ei]}],"drop-shadow-color":[{"drop-shadow":I()}],grayscale:[{grayscale:["",q,es,er]}],"hue-rotate":[{"hue-rotate":[q,es,er]}],invert:[{invert:["",q,es,er]}],saturate:[{saturate:[q,es,er]}],sepia:[{sepia:["",q,es,er]}],"backdrop-filter":[{"backdrop-filter":["","none",es,er]}],"backdrop-blur":[{"backdrop-blur":Q()}],"backdrop-brightness":[{"backdrop-brightness":[q,es,er]}],"backdrop-contrast":[{"backdrop-contrast":[q,es,er]}],"backdrop-grayscale":[{"backdrop-grayscale":["",q,es,er]}],"backdrop-hue-rotate":[{"backdrop-hue-rotate":[q,es,er]}],"backdrop-invert":[{"backdrop-invert":["",q,es,er]}],"backdrop-opacity":[{"backdrop-opacity":[q,es,er]}],"backdrop-saturate":[{"backdrop-saturate":[q,es,er]}],"backdrop-sepia":[{"backdrop-sepia":["",q,es,er]}],"border-collapse":[{border:["collapse","separate"]}],"border-spacing":[{"border-spacing":_()}],"border-spacing-x":[{"border-spacing-x":_()}],"border-spacing-y":[{"border-spacing-y":_()}],"table-layout":[{table:["auto","fixed"]}],caption:[{caption:["top","bottom"]}],transition:[{transition:["","all","colors","opacity","shadow","transform","none",es,er]}],"transition-behavior":[{transition:["normal","discrete"]}],duration:[{duration:[q,"initial",es,er]}],ease:[{ease:["linear","initial",b,es,er]}],delay:[{delay:[q,es,er]}],animate:[{animate:["none",y,es,er]}],backface:[{backface:["hidden","visible"]}],perspective:[{perspective:[h,es,er]}],"perspective-origin":[{"perspective-origin":w()}],rotate:[{rotate:Y()}],"rotate-x":[{"rotate-x":Y()}],"rotate-y":[{"rotate-y":Y()}],"rotate-z":[{"rotate-z":Y()}],scale:[{scale:Z()}],"scale-x":[{"scale-x":Z()}],"scale-y":[{"scale-y":Z()}],"scale-z":[{"scale-z":Z()}],"scale-3d":["scale-3d"],skew:[{skew:eh()}],"skew-x":[{"skew-x":eh()}],"skew-y":[{"skew-y":eh()}],transform:[{transform:[es,er,"","none","gpu","cpu"]}],"transform-origin":[{origin:w()}],"transform-style":[{transform:["3d","flat"]}],translate:[{translate:eg()}],"translate-x":[{"translate-x":eg()}],"translate-y":[{"translate-y":eg()}],"translate-z":[{"translate-z":eg()}],"translate-none":["translate-none"],accent:[{accent:I()}],appearance:[{appearance:["none","auto"]}],"caret-color":[{caret:I()}],"color-scheme":[{scheme:["normal","dark","light","light-dark","only-dark","only-light"]}],cursor:[{cursor:["auto","default","pointer","wait","text","move","help","not-allowed","none","context-menu","progress","cell","crosshair","vertical-text","alias","copy","no-drop","grab","grabbing","all-scroll","col-resize","row-resize","n-resize","e-resize","s-resize","w-resize","ne-resize","nw-resize","se-resize","sw-resize","ew-resize","ns-resize","nesw-resize","nwse-resize","zoom-in","zoom-out",es,er]}],"field-sizing":[{"field-sizing":["fixed","content"]}],"pointer-events":[{"pointer-events":["auto","none"]}],resize:[{resize:["none","","y","x"]}],"scroll-behavior":[{scroll:["auto","smooth"]}],"scroll-m":[{"scroll-m":_()}],"scroll-mx":[{"scroll-mx":_()}],"scroll-my":[{"scroll-my":_()}],"scroll-ms":[{"scroll-ms":_()}],"scroll-me":[{"scroll-me":_()}],"scroll-mt":[{"scroll-mt":_()}],"scroll-mr":[{"scroll-mr":_()}],"scroll-mb":[{"scroll-mb":_()}],"scroll-ml":[{"scroll-ml":_()}],"scroll-p":[{"scroll-p":_()}],"scroll-px":[{"scroll-px":_()}],"scroll-py":[{"scroll-py":_()}],"scroll-ps":[{"scroll-ps":_()}],"scroll-pe":[{"scroll-pe":_()}],"scroll-pt":[{"scroll-pt":_()}],"scroll-pr":[{"scroll-pr":_()}],"scroll-pb":[{"scroll-pb":_()}],"scroll-pl":[{"scroll-pl":_()}],"snap-align":[{snap:["start","end","center","align-none"]}],"snap-stop":[{snap:["normal","always"]}],"snap-type":[{snap:["none","x","y","both"]}],"snap-strictness":[{snap:["mandatory","proximity"]}],touch:[{touch:["auto","none","manipulation"]}],"touch-x":[{"touch-pan":["x","left","right"]}],"touch-y":[{"touch-pan":["y","up","down"]}],"touch-pz":["touch-pinch-zoom"],select:[{select:["none","text","all","auto"]}],"will-change":[{"will-change":["auto","scroll","contents","transform",es,er]}],fill:[{fill:["none",...I()]}],"stroke-w":[{stroke:[q,ed,eo,en]}],stroke:[{stroke:["none",...I()]}],"forced-color-adjust":[{"forced-color-adjust":["auto","none"]}]},conflictingClassGroups:{overflow:["overflow-x","overflow-y"],overscroll:["overscroll-x","overscroll-y"],inset:["inset-x","inset-y","start","end","top","right","bottom","left"],"inset-x":["right","left"],"inset-y":["top","bottom"],flex:["basis","grow","shrink"],gap:["gap-x","gap-y"],p:["px","py","ps","pe","pt","pr","pb","pl"],px:["pr","pl"],py:["pt","pb"],m:["mx","my","ms","me","mt","mr","mb","ml"],mx:["mr","ml"],my:["mt","mb"],size:["w","h"],"font-size":["leading"],"fvn-normal":["fvn-ordinal","fvn-slashed-zero","fvn-figure","fvn-spacing","fvn-fraction"],"fvn-ordinal":["fvn-normal"],"fvn-slashed-zero":["fvn-normal"],"fvn-figure":["fvn-normal"],"fvn-spacing":["fvn-normal"],"fvn-fraction":["fvn-normal"],"line-clamp":["display","overflow"],rounded:["rounded-s","rounded-e","rounded-t","rounded-r","rounded-b","rounded-l","rounded-ss","rounded-se","rounded-ee","rounded-es","rounded-tl","rounded-tr","rounded-br","rounded-bl"],"rounded-s":["rounded-ss","rounded-es"],"rounded-e":["rounded-se","rounded-ee"],"rounded-t":["rounded-tl","rounded-tr"],"rounded-r":["rounded-tr","rounded-br"],"rounded-b":["rounded-br","rounded-bl"],"rounded-l":["rounded-tl","rounded-bl"],"border-spacing":["border-spacing-x","border-spacing-y"],"border-w":["border-w-x","border-w-y","border-w-s","border-w-e","border-w-t","border-w-r","border-w-b","border-w-l"],"border-w-x":["border-w-r","border-w-l"],"border-w-y":["border-w-t","border-w-b"],"border-color":["border-color-x","border-color-y","border-color-s","border-color-e","border-color-t","border-color-r","border-color-b","border-color-l"],"border-color-x":["border-color-r","border-color-l"],"border-color-y":["border-color-t","border-color-b"],translate:["translate-x","translate-y","translate-none"],"translate-none":["translate","translate-x","translate-y","translate-z"],"scroll-m":["scroll-mx","scroll-my","scroll-ms","scroll-me","scroll-mt","scroll-mr","scroll-mb","scroll-ml"],"scroll-mx":["scroll-mr","scroll-ml"],"scroll-my":["scroll-mt","scroll-mb"],"scroll-p":["scroll-px","scroll-py","scroll-ps","scroll-pe","scroll-pt","scroll-pr","scroll-pb","scroll-pl"],"scroll-px":["scroll-pr","scroll-pl"],"scroll-py":["scroll-pt","scroll-pb"],touch:["touch-x","touch-y","touch-pz"],"touch-x":["touch"],"touch-y":["touch"],"touch-pz":["touch"]},conflictingClassGroupModifiers:{"font-size":["leading"]},orderSensitiveModifiers:["*","**","after","backdrop","before","details-content","file","first-letter","first-line","marker","placeholder","selection"]}}),ez=(o="inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium transition-all disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg:not([class*='size-'])]:size-4 shrink-0 [&_svg]:shrink-0 outline-none focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:ring-[3px] aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive",n={variants:{variant:{default:"bg-primary text-primary-foreground hover:bg-primary/90",destructive:"bg-destructive text-white hover:bg-destructive/90 focus-visible:ring-destructive/20 dark:focus-visible:ring-destructive/40 dark:bg-destructive/60",outline:"border bg-background shadow-xs hover:bg-accent hover:text-accent-foreground dark:bg-input/30 dark:border-input dark:hover:bg-input/50",secondary:"bg-secondary text-secondary-foreground hover:bg-secondary/80",ghost:"hover:bg-accent hover:text-accent-foreground dark:hover:bg-accent/50",link:"text-primary underline-offset-4 hover:underline"},size:{default:"h-9 px-4 py-2 has-[>svg]:px-3",sm:"h-8 rounded-md gap-1.5 px-3 has-[>svg]:px-2.5",lg:"h-10 rounded-md px-6 has-[>svg]:px-4",icon:"size-9","icon-sm":"size-8","icon-lg":"size-10"}},defaultVariants:{variant:"default",size:"default"}},e=>{var t;if((null==n?void 0:n.variants)==null)return b(o,null==e?void 0:e.class,null==e?void 0:e.className);let{variants:r,defaultVariants:l}=n,a=Object.keys(r).map(t=>{let o=null==e?void 0:e[t],n=null==l?void 0:l[t];if(null===o)return null;let a=y(o)||y(n);return r[t][a]}),i=e&&Object.entries(e).reduce((e,t)=>{let[r,o]=t;return void 0===o||(e[r]=o),e},{});return b(o,a,null==n||null==(t=n.compoundVariants)?void 0:t.reduce((e,t)=>{let{class:r,className:o,...n}=t;return Object.entries(n).every(e=>{let[t,r]=e;return Array.isArray(r)?r.includes({...l,...i}[t]):({...l,...i})[t]===r})?[...e,r,o]:e},[]),null==e?void 0:e.class,null==e?void 0:e.className)});function eC({className:e,variant:t,size:r,asChild:o=!1,...n}){return(0,a.jsx)(o?p:"button",{"data-slot":"button",className:function(...e){return e_(b(e))}(ez({variant:t,size:r,className:e})),...n})}e.s(["Button",0,eC],91759);let eO=(...e)=>e.filter((e,t,r)=>!!e&&""!==e.trim()&&r.indexOf(e)===t).join(" ").trim(),eS=e=>{let t=e.replace(/^([A-Z])|[\s-_]+(\w)/g,(e,t,r)=>r?r.toUpperCase():t.toLowerCase());return t.charAt(0).toUpperCase()+t.slice(1)};var eP={xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"};let eN=(0,i.forwardRef)(({color:e="currentColor",size:t=24,strokeWidth:r=2,absoluteStrokeWidth:o,className:n="",children:l,iconNode:a,...s},d)=>(0,i.createElement)("svg",{ref:d,...eP,width:t,height:t,stroke:e,strokeWidth:o?24*Number(r)/Number(t):r,className:eO("lucide",n),...!l&&!(e=>{for(let t in e)if(t.startsWith("aria-")||"role"===t||"title"===t)return!0;return!1})(s)&&{"aria-hidden":"true"},...s},[...a.map(([e,t])=>(0,i.createElement)(e,t)),...Array.isArray(l)?l:[l]])),eE=(e,t)=>{let r=(0,i.forwardRef)(({className:r,...o},n)=>(0,i.createElement)(eN,{ref:n,iconNode:t,className:eO(`lucide-${eS(e).replace(/([a-z0-9])([A-Z])/g,"$1-$2").toLowerCase()}`,`lucide-${e}`,r),...o}));return r.displayName=eS(e),r};e.s(["default",0,eE],35956);let eR=eE("menu",[["path",{d:"M4 5h16",key:"1tepv9"}],["path",{d:"M4 12h16",key:"1lakjw"}],["path",{d:"M4 19h16",key:"1djgab"}]]),eM=eE("x",[["path",{d:"M18 6 6 18",key:"1bl5f8"}],["path",{d:"m6 6 12 12",key:"d8bk6v"}]]);e.s(["X",0,eM],65645);let eI={en:{navLinks:[{href:"/#workflow",label:"Workflow"},{href:"/#products",label:"Surfaces"},{href:"/#features",label:"Capabilities"},{href:"/swarm",label:"Swarm"},{href:"/launch",label:"Launch"},{href:"/#security",label:"Security"}],register:"Register",start:"Get started",toggle:"中文",menuOpen:"Open menu",menuClose:"Close menu"},zh:{navLinks:[{href:"/#workflow",label:"流程"},{href:"/#products",label:"产品面"},{href:"/#features",label:"能力"},{href:"/swarm",label:"蜂群"},{href:"/launch",label:"上线"},{href:"/#security",label:"安全"}],register:"注册",start:"开始使用",toggle:"EN",menuOpen:"打开菜单",menuClose:"关闭菜单"}},eA="https://code.xinghanlab.com/",e$="https://code.xinghanlab.com/sign-up",eL="https://doc.xinghanlab.com/";e.s(["Header",0,function({lang:e,setLang:t}){let[r,o]=(0,i.useState)(!1),n=eI[e],l=()=>t("en"===e?"zh":"en");return(0,a.jsxs)("header",{className:"fixed top-0 left-0 right-0 z-50 border-b border-border/60 bg-background/75 backdrop-blur-xl",children:[(0,a.jsxs)("div",{className:"mx-auto flex h-16 max-w-7xl items-center justify-between px-4 sm:px-6 lg:px-8",children:[(0,a.jsxs)(s.default,{href:"/",className:"flex items-center gap-2",children:[(0,a.jsx)("div",{className:"flex h-9 w-9 items-center justify-center rounded-xl border border-border/70 bg-card/80 text-foreground shadow-sm",children:(0,a.jsx)(d.default,{src:"/taiji-logo.png",alt:"Heicode",width:18,height:18})}),(0,a.jsx)("span",{className:"text-lg font-black tracking-tight text-foreground",children:"Heicode"})]}),(0,a.jsx)("nav",{className:"hidden items-center gap-8 md:flex",children:n.navLinks.map(e=>(0,a.jsx)(s.default,{href:e.href,className:"text-sm text-muted-foreground transition-colors hover:text-foreground",children:e.label},e.href))}),(0,a.jsxs)("div",{className:"hidden items-center gap-4 md:flex",children:[(0,a.jsx)(eC,{variant:"outline",size:"sm",className:"rounded-full bg-card/50",onClick:l,children:n.toggle}),(0,a.jsx)(eC,{variant:"ghost",size:"sm",className:"rounded-full",asChild:!0,children:(0,a.jsx)("a",{href:eL,target:"_blank",rel:"noreferrer",children:"zh"===e?"文档":"Docs"})}),(0,a.jsx)(eC,{variant:"outline",size:"sm",className:"rounded-full bg-card/50",asChild:!0,children:(0,a.jsx)("a",{href:e$,target:"_blank",rel:"noreferrer",children:n.register})}),(0,a.jsx)(eC,{size:"sm",className:"rounded-full bg-foreground text-background hover:bg-foreground/90",asChild:!0,children:(0,a.jsx)("a",{href:eA,target:"_blank",rel:"noreferrer",children:n.start})})]}),(0,a.jsx)("button",{className:"md:hidden",onClick:()=>o(!r),"aria-label":r?n.menuClose:n.menuOpen,children:r?(0,a.jsx)(eM,{className:"h-6 w-6"}):(0,a.jsx)(eR,{className:"h-6 w-6"})})]}),r&&(0,a.jsx)("div",{className:"border-t border-border bg-background md:hidden",children:(0,a.jsxs)("nav",{className:"flex flex-col px-4 py-4",children:[n.navLinks.map(e=>(0,a.jsx)(s.default,{href:e.href,className:"py-3 text-sm text-muted-foreground transition-colors hover:text-foreground",onClick:()=>o(!1),children:e.label},e.href)),(0,a.jsxs)("div",{className:"mt-4 flex flex-col gap-2",children:[(0,a.jsx)(eC,{variant:"outline",size:"sm",className:"justify-start rounded-full bg-card/50",onClick:l,children:n.toggle}),(0,a.jsx)(eC,{variant:"ghost",size:"sm",className:"justify-start rounded-full",asChild:!0,children:(0,a.jsx)("a",{href:eL,target:"_blank",rel:"noreferrer",children:"zh"===e?"文档":"Docs"})}),(0,a.jsx)(eC,{variant:"outline",size:"sm",className:"justify-start rounded-full bg-card/50",asChild:!0,children:(0,a.jsx)("a",{href:e$,target:"_blank",rel:"noreferrer",children:n.register})}),(0,a.jsx)(eC,{size:"sm",className:"rounded-full bg-foreground text-background hover:bg-foreground/90",asChild:!0,children:(0,a.jsx)("a",{href:eA,target:"_blank",rel:"noreferrer",children:n.start})})]})]})})]})}],96487)},155,e=>{"use strict";let t=(0,e.i(35956).default)("arrow-right",[["path",{d:"M5 12h14",key:"1ays0h"}],["path",{d:"m12 5 7 7-7 7",key:"xquz4c"}]]);e.s(["ArrowRight",0,t],155)},9808,e=>{"use strict";let t=(0,e.i(35956).default)("shield-check",[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z",key:"oel41y"}],["path",{d:"m9 12 2 2 4-4",key:"dzmm74"}]]);e.s(["ShieldCheck",0,t],9808)},50103,e=>{"use strict";let t=(0,e.i(35956).default)("sparkles",[["path",{d:"M11.017 2.814a1 1 0 0 1 1.966 0l1.051 5.558a2 2 0 0 0 1.594 1.594l5.558 1.051a1 1 0 0 1 0 1.966l-5.558 1.051a2 2 0 0 0-1.594 1.594l-1.051 5.558a1 1 0 0 1-1.966 0l-1.051-5.558a2 2 0 0 0-1.594-1.594l-5.558-1.051a1 1 0 0 1 0-1.966l5.558-1.051a2 2 0 0 0 1.594-1.594z",key:"1s2grr"}],["path",{d:"M20 2v4",key:"1rf3ol"}],["path",{d:"M22 4h-4",key:"gwowj6"}],["circle",{cx:"4",cy:"20",r:"2",key:"6kqj1y"}]]);e.s(["Sparkles",0,t],50103)},21646,e=>{"use strict";let t=(0,e.i(35956).default)("workflow",[["rect",{width:"8",height:"8",x:"3",y:"3",rx:"2",key:"by2w9f"}],["path",{d:"M7 11v4a2 2 0 0 0 2 2h4",key:"xkn7yn"}],["rect",{width:"8",height:"8",x:"13",y:"13",rx:"2",key:"1cgmvn"}]]);e.s(["Workflow",0,t],21646)}]); \ No newline at end of file +Read more: https://nextjs.org/docs/messages/next-image-unconfigured-localpatterns`),"__NEXT_ERROR_CODE",{value:"E871",enumerable:!1,configurable:!0});let s=(0,o.findClosestQuality)(a,e);return`${e.path}?url=${encodeURIComponent(t)}&w=${r}&q=${s}${t.startsWith("/")&&i?`&dpl=${i}`:""}`}l.__next_img_default=!0;let a=l},29023,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"Image",{enumerable:!0,get:function(){return v}});let o=e.r(77532),n=e.r(33517),l=e.r(21416),a=n._(e.r(95599)),i=o._(e.r(95801)),s=o._(e.r(46946)),d=e.r(99082),c=e.r(4633),u=e.r(43356);e.r(50443);let f=e.r(2248),m=o._(e.r(88179)),p=e.r(62798),h={deviceSizes:[640,750,828,1080,1200,1920,2048,3840],imageSizes:[32,48,64,96,128,256,384],qualities:[75],path:"/_next/image",loader:"default",dangerouslyAllowSVG:!1,unoptimized:!0};function g(e,t,r,o,n,l,a){let i=e?.src;e&&e["data-loaded-src"]!==i&&(e["data-loaded-src"]=i,("decode"in e?e.decode():Promise.resolve()).catch(()=>{}).then(()=>{if(e.parentElement&&e.isConnected){if("empty"!==t&&n(!0),r?.current){let t=new Event("load");Object.defineProperty(t,"target",{writable:!1,value:e});let o=!1,n=!1;r.current({...t,nativeEvent:t,currentTarget:e,target:e,isDefaultPrevented:()=>o,isPropagationStopped:()=>n,persist:()=>{},preventDefault:()=>{o=!0,t.preventDefault()},stopPropagation:()=>{n=!0,t.stopPropagation()}})}o?.current&&o.current(e)}}))}function b(e){return a.use?{fetchPriority:e}:{fetchpriority:e}}"u"{let O=(0,a.useCallback)(e=>{e&&(_&&(e.src=e.src),e.complete&&g(e,u,y,x,v,m,k))},[e,u,y,x,v,_,m,k]),S=(0,p.useMergedRef)(C,O);return(0,l.jsx)("img",{...z,...b(c),loading:f,width:n,height:o,decoding:i,"data-nimg":h?"fill":"1",className:s,style:d,sizes:r,srcSet:t,src:e,ref:S,onLoad:e=>{g(e.currentTarget,u,y,x,v,m,k)},onError:e=>{w(!0),"empty"!==u&&v(!0),_&&_(e)}})});function x({isAppRouter:e,imgAttributes:t}){let r={as:"image",imageSrcSet:t.srcSet,imageSizes:t.sizes,crossOrigin:t.crossOrigin,referrerPolicy:t.referrerPolicy,...b(t.fetchPriority)};return e&&i.default.preload?(i.default.preload(t.src,r),null):(0,l.jsx)(s.default,{children:(0,l.jsx)("link",{rel:"preload",href:t.srcSet?void 0:t.src,...r},"__nimg-"+t.src+t.srcSet+t.sizes)})}let v=(0,a.forwardRef)((e,t)=>{let r=(0,a.useContext)(f.RouterContext),o=(0,a.useContext)(u.ImageConfigContext),n=(0,a.useMemo)(()=>{let e=h||o||c.imageConfigDefault,t=[...e.deviceSizes,...e.imageSizes].sort((e,t)=>e-t),r=e.deviceSizes.sort((e,t)=>e-t),n=e.qualities?.sort((e,t)=>e-t);return{...e,allSizes:t,deviceSizes:r,qualities:n,localPatterns:"u"{p.current=i},[i]);let g=(0,a.useRef)(s);(0,a.useEffect)(()=>{g.current=s},[s]);let[b,v]=(0,a.useState)(!1),[w,k]=(0,a.useState)(!1),{props:j,meta:_}=(0,d.getImgProps)(e,{defaultLoader:m.default,imgConf:n,blurComplete:b,showAltText:w});return(0,l.jsxs)(l.Fragment,{children:[(0,l.jsx)(y,{...j,unoptimized:_.unoptimized,placeholder:_.placeholder,fill:_.fill,onLoadRef:p,onLoadingCompleteRef:g,setBlurComplete:v,setShowAltText:k,sizesInput:e.sizes,ref:t}),_.preload?(0,l.jsx)(x,{isAppRouter:!r,imgAttributes:j}):null]})});("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},53147,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var o={default:function(){return c},getImageProps:function(){return d}};for(var n in o)Object.defineProperty(r,n,{enumerable:!0,get:o[n]});let l=e.r(77532),a=e.r(99082),i=e.r(29023),s=l._(e.r(88179));function d(e){let{props:t}=(0,a.getImgProps)(e,{defaultLoader:s.default,imgConf:{deviceSizes:[640,750,828,1080,1200,1920,2048,3840],imageSizes:[32,48,64,96,128,256,384],qualities:[75],path:"/_next/image",loader:"default",dangerouslyAllowSVG:!1,unoptimized:!0}});for(let[e,r]of Object.entries(t))void 0===r&&delete t[e];return{props:t}}let c=i.Image},98488,(e,t,r)=>{t.exports=e.r(53147)},38309,e=>{"use strict";var t=e.i(21416),r=e.i(21212),o=e.i(98488);let n="https://doc.xinghanlab.com/",l={en:{tagline:["From one idea to production software","Organize an AI development team with code and cloud resources"],copyright:"All rights reserved.",footerLinks:{Product:[{label:"Heicode Client",href:"#"},{label:"Heicode Manager",href:"https://code.xinghanlab.com/"},{label:"Agent Platform",href:"https://agnet.taijiaicloud.com/"},{label:"Agent Swarm",href:"/swarm"}],Resources:[{label:"Documentation",href:n},{label:"Resource binding",href:"#"},{label:"Secret vault",href:"#"},{label:"CodeGW boundary",href:"#"},{label:"Product demo",href:"#"}],Company:[{label:"About us",href:"https://www.taijiaicloud.com/"},{label:"Blog",href:"#"},{label:"Careers",href:"#"},{label:"Contact",href:"mailto:november@taijiaicloud.com"}],Legal:[{label:"Privacy",href:"#"},{label:"Terms",href:"#"},{label:"Security",href:"#"}]}},zh:{tagline:["从一个想法,到可上线的软件产品","组织 AI 开发团队,接入代码和云资源"],copyright:"保留所有权利。",footerLinks:{产品:[{label:"Heicode 客户端",href:"#"},{label:"Heicode Manager",href:"https://code.xinghanlab.com/"},{label:"Agent 平台",href:"https://agnet.taijiaicloud.com/"},{label:"Agent 蜂群",href:"/swarm"}],资源:[{label:"文档",href:n},{label:"资源绑定",href:"#"},{label:"密钥保管器",href:"#"},{label:"CodeGW 边界",href:"#"},{label:"产品演示",href:"#"}],公司:[{label:"关于我们",href:"https://www.taijiaicloud.com/"},{label:"博客",href:"#"},{label:"加入我们",href:"#"},{label:"联系方式",href:"mailto:november@taijiaicloud.com"}],法律:[{label:"隐私政策",href:"#"},{label:"服务条款",href:"#"},{label:"安全",href:"#"}]}}};e.s(["Footer",0,function({lang:e}){let n=l[e];return(0,t.jsx)("footer",{className:"border-t border-border bg-background",children:(0,t.jsxs)("div",{className:"mx-auto max-w-7xl px-4 py-12 sm:px-6 lg:px-8 lg:py-16",children:[(0,t.jsxs)("div",{className:"grid gap-8 sm:grid-cols-2 lg:grid-cols-5",children:[(0,t.jsxs)("div",{className:"lg:col-span-1",children:[(0,t.jsxs)(r.default,{href:"/",className:"flex items-center gap-2",children:[(0,t.jsx)("div",{className:"flex h-8 w-8 items-center justify-center rounded-md border border-border/70 bg-card/60 text-foreground",children:(0,t.jsx)(o.default,{src:"/taiji-logo.png",alt:"Heicode",width:18,height:18})}),(0,t.jsx)("span",{className:"text-lg font-black tracking-tight text-foreground",children:"Heicode"})]}),(0,t.jsxs)("p",{className:"mt-4 text-sm leading-relaxed text-muted-foreground",children:[n.tagline[0],(0,t.jsx)("br",{}),n.tagline[1]]})]}),Object.entries(n.footerLinks).map(([e,o])=>(0,t.jsxs)("div",{children:[(0,t.jsx)("h3",{className:"text-sm font-semibold",children:e}),(0,t.jsx)("ul",{className:"mt-4 space-y-3",children:o.map(e=>(0,t.jsx)("li",{children:e.href.startsWith("http")||e.href.startsWith("mailto:")?(0,t.jsx)("a",{href:e.href,target:"_blank",rel:"noreferrer",className:"text-sm text-muted-foreground transition-colors hover:text-foreground",children:e.label}):(0,t.jsx)(r.default,{href:e.href,className:"text-sm text-muted-foreground transition-colors hover:text-foreground",children:e.label})},e.label))})]},e))]}),(0,t.jsx)("div",{className:"mt-12 border-t border-border pt-8",children:(0,t.jsx)("div",{className:"flex flex-col items-center justify-between gap-4 sm:flex-row",children:(0,t.jsxs)("p",{className:"text-sm text-muted-foreground",children:["© ",new Date().getFullYear()," Taiji. ",n.copyright]})})})]})})}])},96487,91759,35956,65645,e=>{"use strict";let t,r,o,n,l;var a=e.i(21416),i=e.i(95599),s=e.i(21212),d=e.i(98488);function c(e,t){if("function"==typeof e)return e(t);null!=e&&(e.current=t)}var u=Symbol.for("react.lazy"),f=i[" use ".trim().toString()];function m(e){var t;return null!=e&&"object"==typeof e&&"$$typeof"in e&&e.$$typeof===u&&"_payload"in e&&"object"==typeof(t=e._payload)&&null!==t&&"then"in t}var p=((l=i.forwardRef((e,t)=>{let{children:r,...o}=e;if(m(r)&&"function"==typeof f&&(r=f(r._payload)),i.isValidElement(r)){var n;let e,l,a=(n=r,(l=(e=Object.getOwnPropertyDescriptor(n.props,"ref")?.get)&&"isReactWarning"in e&&e.isReactWarning)?n.ref:(l=(e=Object.getOwnPropertyDescriptor(n,"ref")?.get)&&"isReactWarning"in e&&e.isReactWarning)?n.props.ref:n.props.ref||n.ref),s=function(e,t){let r={...t};for(let o in t){let n=e[o],l=t[o];/^on[A-Z]/.test(o)?n&&l?r[o]=(...e)=>{let t=l(...e);return n(...e),t}:n&&(r[o]=n):"style"===o?r[o]={...n,...l}:"className"===o&&(r[o]=[n,l].filter(Boolean).join(" "))}return{...e,...r}}(o,r.props);return r.type!==i.Fragment&&(s.ref=t?function(...e){return t=>{let r=!1,o=e.map(e=>{let o=c(e,t);return r||"function"!=typeof o||(r=!0),o});if(r)return()=>{for(let t=0;t1?i.Children.only(null):null})).displayName="Slot.SlotClone",t=l,(r=i.forwardRef((e,r)=>{let{children:o,...n}=e;m(o)&&"function"==typeof f&&(o=f(o._payload));let l=i.Children.toArray(o),s=l.find(g);if(s){let e=s.props.children,o=l.map(t=>t!==s?t:i.Children.count(e)>1?i.Children.only(null):i.isValidElement(e)?e.props.children:null);return(0,a.jsx)(t,{...n,ref:r,children:i.isValidElement(e)?i.cloneElement(e,void 0,o):null})}return(0,a.jsx)(t,{...n,ref:r,children:o})})).displayName="Slot.Slot",r),h=Symbol("radix.slottable");function g(e){return i.isValidElement(e)&&"function"==typeof e.type&&"__radixId"in e.type&&e.type.__radixId===h}function b(){for(var e,t,r=0,o="",n=arguments.length;r"boolean"==typeof e?`${e}`:0===e?"0":e,x=(e=new Map,t=null,r)=>({nextPart:e,validators:t,classGroupId:r}),v=[],w=(e,t,r)=>{if(0==e.length-t)return r.classGroupId;let o=e[t],n=r.nextPart.get(o);if(n){let r=w(e,t+1,n);if(r)return r}let l=r.validators;if(null===l)return;let a=0===t?e.join("-"):e.slice(t).join("-"),i=l.length;for(let e=0;e{let r=x();for(let o in e)j(e[o],r,o,t);return r},j=(e,t,r,o)=>{let n=e.length;for(let l=0;l{"string"==typeof e?z(e,t,r):"function"==typeof e?C(e,t,r,o):O(e,t,r,o)},z=(e,t,r)=>{(""===e?t:S(t,e)).classGroupId=r},C=(e,t,r,o)=>{P(e)?j(e(o),t,r,o):(null===t.validators&&(t.validators=[]),t.validators.push({classGroupId:r,validator:e}))},O=(e,t,r,o)=>{let n=Object.entries(e),l=n.length;for(let e=0;e{let r=e,o=t.split("-"),n=o.length;for(let e=0;e"isThemeGetter"in e&&!0===e.isThemeGetter,N=[],E=(e,t,r,o,n)=>({modifiers:e,hasImportantModifier:t,baseClassName:r,maybePostfixModifierPosition:o,isExternal:n}),R=/\s+/,M=e=>{let t;if("string"==typeof e)return e;let r="";for(let o=0;o{let t=t=>t[e]||I;return t.isThemeGetter=!0,t},$=/^\[(?:(\w[\w-]*):)?(.+)\]$/i,L=/^\((?:(\w[\w-]*):)?(.+)\)$/i,T=/^\d+\/\d+$/,D=/^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/,W=/\d+(%|px|r?em|[sdl]?v([hwib]|min|max)|pt|pc|in|cm|mm|cap|ch|ex|r?lh|cq(w|h|i|b|min|max))|\b(calc|min|max|clamp)\(.+\)|^0$/,U=/^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/,G=/^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/,B=/^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/,F=e=>T.test(e),q=e=>!!e&&!Number.isNaN(Number(e)),H=e=>!!e&&Number.isInteger(Number(e)),V=e=>e.endsWith("%")&&q(e.slice(0,-1)),K=e=>D.test(e),X=()=>!0,J=e=>W.test(e)&&!U.test(e),Q=()=>!1,Y=e=>G.test(e),Z=e=>B.test(e),ee=e=>!er(e)&&!es(e),et=e=>eh(e,ex,Q),er=e=>$.test(e),eo=e=>eh(e,ev,J),en=e=>eh(e,ew,q),el=e=>eh(e,eb,Q),ea=e=>eh(e,ey,Z),ei=e=>eh(e,ej,Y),es=e=>L.test(e),ed=e=>eg(e,ev),ec=e=>eg(e,ek),eu=e=>eg(e,eb),ef=e=>eg(e,ex),em=e=>eg(e,ey),ep=e=>eg(e,ej,!0),eh=(e,t,r)=>{let o=$.exec(e);return!!o&&(o[1]?t(o[1]):r(o[2]))},eg=(e,t,r=!1)=>{let o=L.exec(e);return!!o&&(o[1]?t(o[1]):r)},eb=e=>"position"===e||"percentage"===e,ey=e=>"image"===e||"url"===e,ex=e=>"length"===e||"size"===e||"bg-size"===e,ev=e=>"length"===e,ew=e=>"number"===e,ek=e=>"family-name"===e,ej=e=>"shadow"===e,e_=((e,...t)=>{let r,o,n,l,a=e=>{let t=o(e);if(t)return t;let l=((e,t)=>{let{parseClassName:r,getClassGroupId:o,getConflictingClassGroupIds:n,sortModifiers:l}=t,a=[],i=e.trim().split(R),s="";for(let e=i.length-1;e>=0;e-=1){let t=i[e],{isExternal:d,modifiers:c,hasImportantModifier:u,baseClassName:f,maybePostfixModifierPosition:m}=r(t);if(d){s=t+(s.length>0?" "+s:s);continue}let p=!!m,h=o(p?f.substring(0,m):f);if(!h){if(!p||!(h=o(f))){s=t+(s.length>0?" "+s:s);continue}p=!1}let g=0===c.length?"":1===c.length?c[0]:l(c).join(":"),b=u?g+"!":g,y=b+h;if(a.indexOf(y)>-1)continue;a.push(y);let x=n(h,p);for(let e=0;e0?" "+s:s)}return s})(e,r);return n(e,l),l};return l=i=>{var s;let d;return o=(r={cache:(e=>{if(e<1)return{get:()=>void 0,set:()=>{}};let t=0,r=Object.create(null),o=Object.create(null),n=(n,l)=>{r[n]=l,++t>e&&(t=0,o=r,r=Object.create(null))};return{get(e){let t=r[e];return void 0!==t?t:void 0!==(t=o[e])?(n(e,t),t):void 0},set(e,t){e in r?r[e]=t:n(e,t)}}})((s=t.reduce((e,t)=>t(e),e())).cacheSize),parseClassName:(e=>{let{prefix:t,experimentalParseClassName:r}=e,o=e=>{let t,r=[],o=0,n=0,l=0,a=e.length;for(let i=0;il?t-l:void 0)};if(t){let e=t+":",r=o;o=t=>t.startsWith(e)?r(t.slice(e.length)):E(N,!1,t,void 0,!0)}if(r){let e=o;o=t=>r({className:t,parseClassName:e})}return o})(s),sortModifiers:(d=new Map,s.orderSensitiveModifiers.forEach((e,t)=>{d.set(e,1e6+t)}),e=>{let t=[],r=[];for(let o=0;o0&&(r.sort(),t.push(...r),r=[]),t.push(n)):r.push(n)}return r.length>0&&(r.sort(),t.push(...r)),t}),...(e=>{let t=(e=>{let{theme:t,classGroups:r}=e;return k(r,t)})(e),{conflictingClassGroups:r,conflictingClassGroupModifiers:o}=e;return{getClassGroupId:e=>{if(e.startsWith("[")&&e.endsWith("]")){var r;let t,o,n;return -1===(r=e).slice(1,-1).indexOf(":")?void 0:(o=(t=r.slice(1,-1)).indexOf(":"),(n=t.slice(0,o))?"arbitrary.."+n:void 0)}let o=e.split("-"),n=+(""===o[0]&&o.length>1);return w(o,n,t)},getConflictingClassGroupIds:(e,t)=>{if(t){let t=o[e],n=r[e];if(t){if(n){let e=Array(n.length+t.length);for(let t=0;tl(((...e)=>{let t,r,o=0,n="";for(;o{let e=A("color"),t=A("font"),r=A("text"),o=A("font-weight"),n=A("tracking"),l=A("leading"),a=A("breakpoint"),i=A("container"),s=A("spacing"),d=A("radius"),c=A("shadow"),u=A("inset-shadow"),f=A("text-shadow"),m=A("drop-shadow"),p=A("blur"),h=A("perspective"),g=A("aspect"),b=A("ease"),y=A("animate"),x=()=>["auto","avoid","all","avoid-page","page","left","right","column"],v=()=>["center","top","bottom","left","right","top-left","left-top","top-right","right-top","bottom-right","right-bottom","bottom-left","left-bottom"],w=()=>[...v(),es,er],k=()=>["auto","hidden","clip","visible","scroll"],j=()=>["auto","contain","none"],_=()=>[es,er,s],z=()=>[F,"full","auto",..._()],C=()=>[H,"none","subgrid",es,er],O=()=>["auto",{span:["full",H,es,er]},H,es,er],S=()=>[H,"auto",es,er],P=()=>["auto","min","max","fr",es,er],N=()=>["start","end","center","between","around","evenly","stretch","baseline","center-safe","end-safe"],E=()=>["start","end","center","stretch","center-safe","end-safe"],R=()=>["auto",..._()],M=()=>[F,"auto","full","dvw","dvh","lvw","lvh","svw","svh","min","max","fit",..._()],I=()=>[e,es,er],$=()=>[...v(),eu,el,{position:[es,er]}],L=()=>["no-repeat",{repeat:["","x","y","space","round"]}],T=()=>["auto","cover","contain",ef,et,{size:[es,er]}],D=()=>[V,ed,eo],W=()=>["","none","full",d,es,er],U=()=>["",q,ed,eo],G=()=>["solid","dashed","dotted","double"],B=()=>["normal","multiply","screen","overlay","darken","lighten","color-dodge","color-burn","hard-light","soft-light","difference","exclusion","hue","saturation","color","luminosity"],J=()=>[q,V,eu,el],Q=()=>["","none",p,es,er],Y=()=>["none",q,es,er],Z=()=>["none",q,es,er],eh=()=>[q,es,er],eg=()=>[F,"full",..._()];return{cacheSize:500,theme:{animate:["spin","ping","pulse","bounce"],aspect:["video"],blur:[K],breakpoint:[K],color:[X],container:[K],"drop-shadow":[K],ease:["in","out","in-out"],font:[ee],"font-weight":["thin","extralight","light","normal","medium","semibold","bold","extrabold","black"],"inset-shadow":[K],leading:["none","tight","snug","normal","relaxed","loose"],perspective:["dramatic","near","normal","midrange","distant","none"],radius:[K],shadow:[K],spacing:["px",q],text:[K],"text-shadow":[K],tracking:["tighter","tight","normal","wide","wider","widest"]},classGroups:{aspect:[{aspect:["auto","square",F,er,es,g]}],container:["container"],columns:[{columns:[q,er,es,i]}],"break-after":[{"break-after":x()}],"break-before":[{"break-before":x()}],"break-inside":[{"break-inside":["auto","avoid","avoid-page","avoid-column"]}],"box-decoration":[{"box-decoration":["slice","clone"]}],box:[{box:["border","content"]}],display:["block","inline-block","inline","flex","inline-flex","table","inline-table","table-caption","table-cell","table-column","table-column-group","table-footer-group","table-header-group","table-row-group","table-row","flow-root","grid","inline-grid","contents","list-item","hidden"],sr:["sr-only","not-sr-only"],float:[{float:["right","left","none","start","end"]}],clear:[{clear:["left","right","both","none","start","end"]}],isolation:["isolate","isolation-auto"],"object-fit":[{object:["contain","cover","fill","none","scale-down"]}],"object-position":[{object:w()}],overflow:[{overflow:k()}],"overflow-x":[{"overflow-x":k()}],"overflow-y":[{"overflow-y":k()}],overscroll:[{overscroll:j()}],"overscroll-x":[{"overscroll-x":j()}],"overscroll-y":[{"overscroll-y":j()}],position:["static","fixed","absolute","relative","sticky"],inset:[{inset:z()}],"inset-x":[{"inset-x":z()}],"inset-y":[{"inset-y":z()}],start:[{start:z()}],end:[{end:z()}],top:[{top:z()}],right:[{right:z()}],bottom:[{bottom:z()}],left:[{left:z()}],visibility:["visible","invisible","collapse"],z:[{z:[H,"auto",es,er]}],basis:[{basis:[F,"full","auto",i,..._()]}],"flex-direction":[{flex:["row","row-reverse","col","col-reverse"]}],"flex-wrap":[{flex:["nowrap","wrap","wrap-reverse"]}],flex:[{flex:[q,F,"auto","initial","none",er]}],grow:[{grow:["",q,es,er]}],shrink:[{shrink:["",q,es,er]}],order:[{order:[H,"first","last","none",es,er]}],"grid-cols":[{"grid-cols":C()}],"col-start-end":[{col:O()}],"col-start":[{"col-start":S()}],"col-end":[{"col-end":S()}],"grid-rows":[{"grid-rows":C()}],"row-start-end":[{row:O()}],"row-start":[{"row-start":S()}],"row-end":[{"row-end":S()}],"grid-flow":[{"grid-flow":["row","col","dense","row-dense","col-dense"]}],"auto-cols":[{"auto-cols":P()}],"auto-rows":[{"auto-rows":P()}],gap:[{gap:_()}],"gap-x":[{"gap-x":_()}],"gap-y":[{"gap-y":_()}],"justify-content":[{justify:[...N(),"normal"]}],"justify-items":[{"justify-items":[...E(),"normal"]}],"justify-self":[{"justify-self":["auto",...E()]}],"align-content":[{content:["normal",...N()]}],"align-items":[{items:[...E(),{baseline:["","last"]}]}],"align-self":[{self:["auto",...E(),{baseline:["","last"]}]}],"place-content":[{"place-content":N()}],"place-items":[{"place-items":[...E(),"baseline"]}],"place-self":[{"place-self":["auto",...E()]}],p:[{p:_()}],px:[{px:_()}],py:[{py:_()}],ps:[{ps:_()}],pe:[{pe:_()}],pt:[{pt:_()}],pr:[{pr:_()}],pb:[{pb:_()}],pl:[{pl:_()}],m:[{m:R()}],mx:[{mx:R()}],my:[{my:R()}],ms:[{ms:R()}],me:[{me:R()}],mt:[{mt:R()}],mr:[{mr:R()}],mb:[{mb:R()}],ml:[{ml:R()}],"space-x":[{"space-x":_()}],"space-x-reverse":["space-x-reverse"],"space-y":[{"space-y":_()}],"space-y-reverse":["space-y-reverse"],size:[{size:M()}],w:[{w:[i,"screen",...M()]}],"min-w":[{"min-w":[i,"screen","none",...M()]}],"max-w":[{"max-w":[i,"screen","none","prose",{screen:[a]},...M()]}],h:[{h:["screen","lh",...M()]}],"min-h":[{"min-h":["screen","lh","none",...M()]}],"max-h":[{"max-h":["screen","lh",...M()]}],"font-size":[{text:["base",r,ed,eo]}],"font-smoothing":["antialiased","subpixel-antialiased"],"font-style":["italic","not-italic"],"font-weight":[{font:[o,es,en]}],"font-stretch":[{"font-stretch":["ultra-condensed","extra-condensed","condensed","semi-condensed","normal","semi-expanded","expanded","extra-expanded","ultra-expanded",V,er]}],"font-family":[{font:[ec,er,t]}],"fvn-normal":["normal-nums"],"fvn-ordinal":["ordinal"],"fvn-slashed-zero":["slashed-zero"],"fvn-figure":["lining-nums","oldstyle-nums"],"fvn-spacing":["proportional-nums","tabular-nums"],"fvn-fraction":["diagonal-fractions","stacked-fractions"],tracking:[{tracking:[n,es,er]}],"line-clamp":[{"line-clamp":[q,"none",es,en]}],leading:[{leading:[l,..._()]}],"list-image":[{"list-image":["none",es,er]}],"list-style-position":[{list:["inside","outside"]}],"list-style-type":[{list:["disc","decimal","none",es,er]}],"text-alignment":[{text:["left","center","right","justify","start","end"]}],"placeholder-color":[{placeholder:I()}],"text-color":[{text:I()}],"text-decoration":["underline","overline","line-through","no-underline"],"text-decoration-style":[{decoration:[...G(),"wavy"]}],"text-decoration-thickness":[{decoration:[q,"from-font","auto",es,eo]}],"text-decoration-color":[{decoration:I()}],"underline-offset":[{"underline-offset":[q,"auto",es,er]}],"text-transform":["uppercase","lowercase","capitalize","normal-case"],"text-overflow":["truncate","text-ellipsis","text-clip"],"text-wrap":[{text:["wrap","nowrap","balance","pretty"]}],indent:[{indent:_()}],"vertical-align":[{align:["baseline","top","middle","bottom","text-top","text-bottom","sub","super",es,er]}],whitespace:[{whitespace:["normal","nowrap","pre","pre-line","pre-wrap","break-spaces"]}],break:[{break:["normal","words","all","keep"]}],wrap:[{wrap:["break-word","anywhere","normal"]}],hyphens:[{hyphens:["none","manual","auto"]}],content:[{content:["none",es,er]}],"bg-attachment":[{bg:["fixed","local","scroll"]}],"bg-clip":[{"bg-clip":["border","padding","content","text"]}],"bg-origin":[{"bg-origin":["border","padding","content"]}],"bg-position":[{bg:$()}],"bg-repeat":[{bg:L()}],"bg-size":[{bg:T()}],"bg-image":[{bg:["none",{linear:[{to:["t","tr","r","br","b","bl","l","tl"]},H,es,er],radial:["",es,er],conic:[H,es,er]},em,ea]}],"bg-color":[{bg:I()}],"gradient-from-pos":[{from:D()}],"gradient-via-pos":[{via:D()}],"gradient-to-pos":[{to:D()}],"gradient-from":[{from:I()}],"gradient-via":[{via:I()}],"gradient-to":[{to:I()}],rounded:[{rounded:W()}],"rounded-s":[{"rounded-s":W()}],"rounded-e":[{"rounded-e":W()}],"rounded-t":[{"rounded-t":W()}],"rounded-r":[{"rounded-r":W()}],"rounded-b":[{"rounded-b":W()}],"rounded-l":[{"rounded-l":W()}],"rounded-ss":[{"rounded-ss":W()}],"rounded-se":[{"rounded-se":W()}],"rounded-ee":[{"rounded-ee":W()}],"rounded-es":[{"rounded-es":W()}],"rounded-tl":[{"rounded-tl":W()}],"rounded-tr":[{"rounded-tr":W()}],"rounded-br":[{"rounded-br":W()}],"rounded-bl":[{"rounded-bl":W()}],"border-w":[{border:U()}],"border-w-x":[{"border-x":U()}],"border-w-y":[{"border-y":U()}],"border-w-s":[{"border-s":U()}],"border-w-e":[{"border-e":U()}],"border-w-t":[{"border-t":U()}],"border-w-r":[{"border-r":U()}],"border-w-b":[{"border-b":U()}],"border-w-l":[{"border-l":U()}],"divide-x":[{"divide-x":U()}],"divide-x-reverse":["divide-x-reverse"],"divide-y":[{"divide-y":U()}],"divide-y-reverse":["divide-y-reverse"],"border-style":[{border:[...G(),"hidden","none"]}],"divide-style":[{divide:[...G(),"hidden","none"]}],"border-color":[{border:I()}],"border-color-x":[{"border-x":I()}],"border-color-y":[{"border-y":I()}],"border-color-s":[{"border-s":I()}],"border-color-e":[{"border-e":I()}],"border-color-t":[{"border-t":I()}],"border-color-r":[{"border-r":I()}],"border-color-b":[{"border-b":I()}],"border-color-l":[{"border-l":I()}],"divide-color":[{divide:I()}],"outline-style":[{outline:[...G(),"none","hidden"]}],"outline-offset":[{"outline-offset":[q,es,er]}],"outline-w":[{outline:["",q,ed,eo]}],"outline-color":[{outline:I()}],shadow:[{shadow:["","none",c,ep,ei]}],"shadow-color":[{shadow:I()}],"inset-shadow":[{"inset-shadow":["none",u,ep,ei]}],"inset-shadow-color":[{"inset-shadow":I()}],"ring-w":[{ring:U()}],"ring-w-inset":["ring-inset"],"ring-color":[{ring:I()}],"ring-offset-w":[{"ring-offset":[q,eo]}],"ring-offset-color":[{"ring-offset":I()}],"inset-ring-w":[{"inset-ring":U()}],"inset-ring-color":[{"inset-ring":I()}],"text-shadow":[{"text-shadow":["none",f,ep,ei]}],"text-shadow-color":[{"text-shadow":I()}],opacity:[{opacity:[q,es,er]}],"mix-blend":[{"mix-blend":[...B(),"plus-darker","plus-lighter"]}],"bg-blend":[{"bg-blend":B()}],"mask-clip":[{"mask-clip":["border","padding","content","fill","stroke","view"]},"mask-no-clip"],"mask-composite":[{mask:["add","subtract","intersect","exclude"]}],"mask-image-linear-pos":[{"mask-linear":[q]}],"mask-image-linear-from-pos":[{"mask-linear-from":J()}],"mask-image-linear-to-pos":[{"mask-linear-to":J()}],"mask-image-linear-from-color":[{"mask-linear-from":I()}],"mask-image-linear-to-color":[{"mask-linear-to":I()}],"mask-image-t-from-pos":[{"mask-t-from":J()}],"mask-image-t-to-pos":[{"mask-t-to":J()}],"mask-image-t-from-color":[{"mask-t-from":I()}],"mask-image-t-to-color":[{"mask-t-to":I()}],"mask-image-r-from-pos":[{"mask-r-from":J()}],"mask-image-r-to-pos":[{"mask-r-to":J()}],"mask-image-r-from-color":[{"mask-r-from":I()}],"mask-image-r-to-color":[{"mask-r-to":I()}],"mask-image-b-from-pos":[{"mask-b-from":J()}],"mask-image-b-to-pos":[{"mask-b-to":J()}],"mask-image-b-from-color":[{"mask-b-from":I()}],"mask-image-b-to-color":[{"mask-b-to":I()}],"mask-image-l-from-pos":[{"mask-l-from":J()}],"mask-image-l-to-pos":[{"mask-l-to":J()}],"mask-image-l-from-color":[{"mask-l-from":I()}],"mask-image-l-to-color":[{"mask-l-to":I()}],"mask-image-x-from-pos":[{"mask-x-from":J()}],"mask-image-x-to-pos":[{"mask-x-to":J()}],"mask-image-x-from-color":[{"mask-x-from":I()}],"mask-image-x-to-color":[{"mask-x-to":I()}],"mask-image-y-from-pos":[{"mask-y-from":J()}],"mask-image-y-to-pos":[{"mask-y-to":J()}],"mask-image-y-from-color":[{"mask-y-from":I()}],"mask-image-y-to-color":[{"mask-y-to":I()}],"mask-image-radial":[{"mask-radial":[es,er]}],"mask-image-radial-from-pos":[{"mask-radial-from":J()}],"mask-image-radial-to-pos":[{"mask-radial-to":J()}],"mask-image-radial-from-color":[{"mask-radial-from":I()}],"mask-image-radial-to-color":[{"mask-radial-to":I()}],"mask-image-radial-shape":[{"mask-radial":["circle","ellipse"]}],"mask-image-radial-size":[{"mask-radial":[{closest:["side","corner"],farthest:["side","corner"]}]}],"mask-image-radial-pos":[{"mask-radial-at":v()}],"mask-image-conic-pos":[{"mask-conic":[q]}],"mask-image-conic-from-pos":[{"mask-conic-from":J()}],"mask-image-conic-to-pos":[{"mask-conic-to":J()}],"mask-image-conic-from-color":[{"mask-conic-from":I()}],"mask-image-conic-to-color":[{"mask-conic-to":I()}],"mask-mode":[{mask:["alpha","luminance","match"]}],"mask-origin":[{"mask-origin":["border","padding","content","fill","stroke","view"]}],"mask-position":[{mask:$()}],"mask-repeat":[{mask:L()}],"mask-size":[{mask:T()}],"mask-type":[{"mask-type":["alpha","luminance"]}],"mask-image":[{mask:["none",es,er]}],filter:[{filter:["","none",es,er]}],blur:[{blur:Q()}],brightness:[{brightness:[q,es,er]}],contrast:[{contrast:[q,es,er]}],"drop-shadow":[{"drop-shadow":["","none",m,ep,ei]}],"drop-shadow-color":[{"drop-shadow":I()}],grayscale:[{grayscale:["",q,es,er]}],"hue-rotate":[{"hue-rotate":[q,es,er]}],invert:[{invert:["",q,es,er]}],saturate:[{saturate:[q,es,er]}],sepia:[{sepia:["",q,es,er]}],"backdrop-filter":[{"backdrop-filter":["","none",es,er]}],"backdrop-blur":[{"backdrop-blur":Q()}],"backdrop-brightness":[{"backdrop-brightness":[q,es,er]}],"backdrop-contrast":[{"backdrop-contrast":[q,es,er]}],"backdrop-grayscale":[{"backdrop-grayscale":["",q,es,er]}],"backdrop-hue-rotate":[{"backdrop-hue-rotate":[q,es,er]}],"backdrop-invert":[{"backdrop-invert":["",q,es,er]}],"backdrop-opacity":[{"backdrop-opacity":[q,es,er]}],"backdrop-saturate":[{"backdrop-saturate":[q,es,er]}],"backdrop-sepia":[{"backdrop-sepia":["",q,es,er]}],"border-collapse":[{border:["collapse","separate"]}],"border-spacing":[{"border-spacing":_()}],"border-spacing-x":[{"border-spacing-x":_()}],"border-spacing-y":[{"border-spacing-y":_()}],"table-layout":[{table:["auto","fixed"]}],caption:[{caption:["top","bottom"]}],transition:[{transition:["","all","colors","opacity","shadow","transform","none",es,er]}],"transition-behavior":[{transition:["normal","discrete"]}],duration:[{duration:[q,"initial",es,er]}],ease:[{ease:["linear","initial",b,es,er]}],delay:[{delay:[q,es,er]}],animate:[{animate:["none",y,es,er]}],backface:[{backface:["hidden","visible"]}],perspective:[{perspective:[h,es,er]}],"perspective-origin":[{"perspective-origin":w()}],rotate:[{rotate:Y()}],"rotate-x":[{"rotate-x":Y()}],"rotate-y":[{"rotate-y":Y()}],"rotate-z":[{"rotate-z":Y()}],scale:[{scale:Z()}],"scale-x":[{"scale-x":Z()}],"scale-y":[{"scale-y":Z()}],"scale-z":[{"scale-z":Z()}],"scale-3d":["scale-3d"],skew:[{skew:eh()}],"skew-x":[{"skew-x":eh()}],"skew-y":[{"skew-y":eh()}],transform:[{transform:[es,er,"","none","gpu","cpu"]}],"transform-origin":[{origin:w()}],"transform-style":[{transform:["3d","flat"]}],translate:[{translate:eg()}],"translate-x":[{"translate-x":eg()}],"translate-y":[{"translate-y":eg()}],"translate-z":[{"translate-z":eg()}],"translate-none":["translate-none"],accent:[{accent:I()}],appearance:[{appearance:["none","auto"]}],"caret-color":[{caret:I()}],"color-scheme":[{scheme:["normal","dark","light","light-dark","only-dark","only-light"]}],cursor:[{cursor:["auto","default","pointer","wait","text","move","help","not-allowed","none","context-menu","progress","cell","crosshair","vertical-text","alias","copy","no-drop","grab","grabbing","all-scroll","col-resize","row-resize","n-resize","e-resize","s-resize","w-resize","ne-resize","nw-resize","se-resize","sw-resize","ew-resize","ns-resize","nesw-resize","nwse-resize","zoom-in","zoom-out",es,er]}],"field-sizing":[{"field-sizing":["fixed","content"]}],"pointer-events":[{"pointer-events":["auto","none"]}],resize:[{resize:["none","","y","x"]}],"scroll-behavior":[{scroll:["auto","smooth"]}],"scroll-m":[{"scroll-m":_()}],"scroll-mx":[{"scroll-mx":_()}],"scroll-my":[{"scroll-my":_()}],"scroll-ms":[{"scroll-ms":_()}],"scroll-me":[{"scroll-me":_()}],"scroll-mt":[{"scroll-mt":_()}],"scroll-mr":[{"scroll-mr":_()}],"scroll-mb":[{"scroll-mb":_()}],"scroll-ml":[{"scroll-ml":_()}],"scroll-p":[{"scroll-p":_()}],"scroll-px":[{"scroll-px":_()}],"scroll-py":[{"scroll-py":_()}],"scroll-ps":[{"scroll-ps":_()}],"scroll-pe":[{"scroll-pe":_()}],"scroll-pt":[{"scroll-pt":_()}],"scroll-pr":[{"scroll-pr":_()}],"scroll-pb":[{"scroll-pb":_()}],"scroll-pl":[{"scroll-pl":_()}],"snap-align":[{snap:["start","end","center","align-none"]}],"snap-stop":[{snap:["normal","always"]}],"snap-type":[{snap:["none","x","y","both"]}],"snap-strictness":[{snap:["mandatory","proximity"]}],touch:[{touch:["auto","none","manipulation"]}],"touch-x":[{"touch-pan":["x","left","right"]}],"touch-y":[{"touch-pan":["y","up","down"]}],"touch-pz":["touch-pinch-zoom"],select:[{select:["none","text","all","auto"]}],"will-change":[{"will-change":["auto","scroll","contents","transform",es,er]}],fill:[{fill:["none",...I()]}],"stroke-w":[{stroke:[q,ed,eo,en]}],stroke:[{stroke:["none",...I()]}],"forced-color-adjust":[{"forced-color-adjust":["auto","none"]}]},conflictingClassGroups:{overflow:["overflow-x","overflow-y"],overscroll:["overscroll-x","overscroll-y"],inset:["inset-x","inset-y","start","end","top","right","bottom","left"],"inset-x":["right","left"],"inset-y":["top","bottom"],flex:["basis","grow","shrink"],gap:["gap-x","gap-y"],p:["px","py","ps","pe","pt","pr","pb","pl"],px:["pr","pl"],py:["pt","pb"],m:["mx","my","ms","me","mt","mr","mb","ml"],mx:["mr","ml"],my:["mt","mb"],size:["w","h"],"font-size":["leading"],"fvn-normal":["fvn-ordinal","fvn-slashed-zero","fvn-figure","fvn-spacing","fvn-fraction"],"fvn-ordinal":["fvn-normal"],"fvn-slashed-zero":["fvn-normal"],"fvn-figure":["fvn-normal"],"fvn-spacing":["fvn-normal"],"fvn-fraction":["fvn-normal"],"line-clamp":["display","overflow"],rounded:["rounded-s","rounded-e","rounded-t","rounded-r","rounded-b","rounded-l","rounded-ss","rounded-se","rounded-ee","rounded-es","rounded-tl","rounded-tr","rounded-br","rounded-bl"],"rounded-s":["rounded-ss","rounded-es"],"rounded-e":["rounded-se","rounded-ee"],"rounded-t":["rounded-tl","rounded-tr"],"rounded-r":["rounded-tr","rounded-br"],"rounded-b":["rounded-br","rounded-bl"],"rounded-l":["rounded-tl","rounded-bl"],"border-spacing":["border-spacing-x","border-spacing-y"],"border-w":["border-w-x","border-w-y","border-w-s","border-w-e","border-w-t","border-w-r","border-w-b","border-w-l"],"border-w-x":["border-w-r","border-w-l"],"border-w-y":["border-w-t","border-w-b"],"border-color":["border-color-x","border-color-y","border-color-s","border-color-e","border-color-t","border-color-r","border-color-b","border-color-l"],"border-color-x":["border-color-r","border-color-l"],"border-color-y":["border-color-t","border-color-b"],translate:["translate-x","translate-y","translate-none"],"translate-none":["translate","translate-x","translate-y","translate-z"],"scroll-m":["scroll-mx","scroll-my","scroll-ms","scroll-me","scroll-mt","scroll-mr","scroll-mb","scroll-ml"],"scroll-mx":["scroll-mr","scroll-ml"],"scroll-my":["scroll-mt","scroll-mb"],"scroll-p":["scroll-px","scroll-py","scroll-ps","scroll-pe","scroll-pt","scroll-pr","scroll-pb","scroll-pl"],"scroll-px":["scroll-pr","scroll-pl"],"scroll-py":["scroll-pt","scroll-pb"],touch:["touch-x","touch-y","touch-pz"],"touch-x":["touch"],"touch-y":["touch"],"touch-pz":["touch"]},conflictingClassGroupModifiers:{"font-size":["leading"]},orderSensitiveModifiers:["*","**","after","backdrop","before","details-content","file","first-letter","first-line","marker","placeholder","selection"]}}),ez=(o="inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium transition-all disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg:not([class*='size-'])]:size-4 shrink-0 [&_svg]:shrink-0 outline-none focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:ring-[3px] aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive",n={variants:{variant:{default:"bg-primary text-primary-foreground hover:bg-primary/90",destructive:"bg-destructive text-white hover:bg-destructive/90 focus-visible:ring-destructive/20 dark:focus-visible:ring-destructive/40 dark:bg-destructive/60",outline:"border bg-background shadow-xs hover:bg-accent hover:text-accent-foreground dark:bg-input/30 dark:border-input dark:hover:bg-input/50",secondary:"bg-secondary text-secondary-foreground hover:bg-secondary/80",ghost:"hover:bg-accent hover:text-accent-foreground dark:hover:bg-accent/50",link:"text-primary underline-offset-4 hover:underline"},size:{default:"h-9 px-4 py-2 has-[>svg]:px-3",sm:"h-8 rounded-md gap-1.5 px-3 has-[>svg]:px-2.5",lg:"h-10 rounded-md px-6 has-[>svg]:px-4",icon:"size-9","icon-sm":"size-8","icon-lg":"size-10"}},defaultVariants:{variant:"default",size:"default"}},e=>{var t;if((null==n?void 0:n.variants)==null)return b(o,null==e?void 0:e.class,null==e?void 0:e.className);let{variants:r,defaultVariants:l}=n,a=Object.keys(r).map(t=>{let o=null==e?void 0:e[t],n=null==l?void 0:l[t];if(null===o)return null;let a=y(o)||y(n);return r[t][a]}),i=e&&Object.entries(e).reduce((e,t)=>{let[r,o]=t;return void 0===o||(e[r]=o),e},{});return b(o,a,null==n||null==(t=n.compoundVariants)?void 0:t.reduce((e,t)=>{let{class:r,className:o,...n}=t;return Object.entries(n).every(e=>{let[t,r]=e;return Array.isArray(r)?r.includes({...l,...i}[t]):({...l,...i})[t]===r})?[...e,r,o]:e},[]),null==e?void 0:e.class,null==e?void 0:e.className)});function eC({className:e,variant:t,size:r,asChild:o=!1,...n}){return(0,a.jsx)(o?p:"button",{"data-slot":"button",className:function(...e){return e_(b(e))}(ez({variant:t,size:r,className:e})),...n})}e.s(["Button",0,eC],91759);let eO=(...e)=>e.filter((e,t,r)=>!!e&&""!==e.trim()&&r.indexOf(e)===t).join(" ").trim(),eS=e=>{let t=e.replace(/^([A-Z])|[\s-_]+(\w)/g,(e,t,r)=>r?r.toUpperCase():t.toLowerCase());return t.charAt(0).toUpperCase()+t.slice(1)};var eP={xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"};let eN=(0,i.forwardRef)(({color:e="currentColor",size:t=24,strokeWidth:r=2,absoluteStrokeWidth:o,className:n="",children:l,iconNode:a,...s},d)=>(0,i.createElement)("svg",{ref:d,...eP,width:t,height:t,stroke:e,strokeWidth:o?24*Number(r)/Number(t):r,className:eO("lucide",n),...!l&&!(e=>{for(let t in e)if(t.startsWith("aria-")||"role"===t||"title"===t)return!0;return!1})(s)&&{"aria-hidden":"true"},...s},[...a.map(([e,t])=>(0,i.createElement)(e,t)),...Array.isArray(l)?l:[l]])),eE=(e,t)=>{let r=(0,i.forwardRef)(({className:r,...o},n)=>(0,i.createElement)(eN,{ref:n,iconNode:t,className:eO(`lucide-${eS(e).replace(/([a-z0-9])([A-Z])/g,"$1-$2").toLowerCase()}`,`lucide-${e}`,r),...o}));return r.displayName=eS(e),r};e.s(["default",0,eE],35956);let eR=eE("menu",[["path",{d:"M4 5h16",key:"1tepv9"}],["path",{d:"M4 12h16",key:"1lakjw"}],["path",{d:"M4 19h16",key:"1djgab"}]]),eM=eE("x",[["path",{d:"M18 6 6 18",key:"1bl5f8"}],["path",{d:"m6 6 12 12",key:"d8bk6v"}]]);e.s(["X",0,eM],65645);let eI={en:{navLinks:[{href:"/#workflow",label:"Workflow"},{href:"/#products",label:"Surfaces"},{href:"/#features",label:"Capabilities"},{href:"/swarm",label:"Swarm"},{href:"/launch",label:"Launch"},{href:"/#security",label:"Security"}],register:"Register",start:"Get started",toggle:"中文",menuOpen:"Open menu",menuClose:"Close menu"},zh:{navLinks:[{href:"/#workflow",label:"流程"},{href:"/#products",label:"产品面"},{href:"/#features",label:"能力"},{href:"/swarm",label:"蜂群"},{href:"/launch",label:"上线"},{href:"/#security",label:"安全"}],register:"注册",start:"开始使用",toggle:"EN",menuOpen:"打开菜单",menuClose:"关闭菜单"}},eA="https://code.xinghanlab.com/",e$="https://code.xinghanlab.com/sign-up",eL="https://doc.xinghanlab.com/";e.s(["Header",0,function({lang:e,setLang:t}){let[r,o]=(0,i.useState)(!1),n=eI[e],l=()=>t("en"===e?"zh":"en");return(0,a.jsxs)("header",{className:"fixed top-0 left-0 right-0 z-50 border-b border-border/60 bg-background/75 backdrop-blur-xl",children:[(0,a.jsxs)("div",{className:"mx-auto flex h-16 max-w-7xl items-center justify-between px-4 sm:px-6 lg:px-8",children:[(0,a.jsxs)(s.default,{href:"/",className:"flex items-center gap-2",children:[(0,a.jsx)("div",{className:"flex h-9 w-9 items-center justify-center rounded-xl border border-border/70 bg-card/80 text-foreground shadow-sm",children:(0,a.jsx)(d.default,{src:"/taiji-logo.png",alt:"Heicode",width:18,height:18})}),(0,a.jsx)("span",{className:"text-lg font-black tracking-tight text-foreground",children:"Heicode"})]}),(0,a.jsx)("nav",{className:"hidden items-center gap-8 md:flex",children:n.navLinks.map(e=>(0,a.jsx)(s.default,{href:e.href,className:"text-sm text-muted-foreground transition-colors hover:text-foreground",children:e.label},e.href))}),(0,a.jsxs)("div",{className:"hidden items-center gap-4 md:flex",children:[(0,a.jsx)(eC,{variant:"outline",size:"sm",className:"rounded-full bg-card/50",onClick:l,children:n.toggle}),(0,a.jsx)(eC,{variant:"ghost",size:"sm",className:"rounded-full",asChild:!0,children:(0,a.jsx)("a",{href:eL,target:"_blank",rel:"noreferrer",children:"zh"===e?"文档":"Docs"})}),(0,a.jsx)(eC,{variant:"outline",size:"sm",className:"rounded-full bg-card/50",asChild:!0,children:(0,a.jsx)("a",{href:e$,target:"_blank",rel:"noreferrer",children:n.register})}),(0,a.jsx)(eC,{size:"sm",className:"rounded-full bg-foreground text-background hover:bg-foreground/90",asChild:!0,children:(0,a.jsx)("a",{href:eA,target:"_blank",rel:"noreferrer",children:n.start})})]}),(0,a.jsx)("button",{className:"md:hidden",onClick:()=>o(!r),"aria-label":r?n.menuClose:n.menuOpen,children:r?(0,a.jsx)(eM,{className:"h-6 w-6"}):(0,a.jsx)(eR,{className:"h-6 w-6"})})]}),r&&(0,a.jsx)("div",{className:"border-t border-border bg-background md:hidden",children:(0,a.jsxs)("nav",{className:"flex flex-col px-4 py-4",children:[n.navLinks.map(e=>(0,a.jsx)(s.default,{href:e.href,className:"py-3 text-sm text-muted-foreground transition-colors hover:text-foreground",onClick:()=>o(!1),children:e.label},e.href)),(0,a.jsxs)("div",{className:"mt-4 flex flex-col gap-2",children:[(0,a.jsx)(eC,{variant:"outline",size:"sm",className:"justify-start rounded-full bg-card/50",onClick:l,children:n.toggle}),(0,a.jsx)(eC,{variant:"ghost",size:"sm",className:"justify-start rounded-full",asChild:!0,children:(0,a.jsx)("a",{href:eL,target:"_blank",rel:"noreferrer",children:"zh"===e?"文档":"Docs"})}),(0,a.jsx)(eC,{variant:"outline",size:"sm",className:"justify-start rounded-full bg-card/50",asChild:!0,children:(0,a.jsx)("a",{href:e$,target:"_blank",rel:"noreferrer",children:n.register})}),(0,a.jsx)(eC,{size:"sm",className:"rounded-full bg-foreground text-background hover:bg-foreground/90",asChild:!0,children:(0,a.jsx)("a",{href:eA,target:"_blank",rel:"noreferrer",children:n.start})})]})]})})]})}],96487)},155,e=>{"use strict";let t=(0,e.i(35956).default)("arrow-right",[["path",{d:"M5 12h14",key:"1ays0h"}],["path",{d:"m12 5 7 7-7 7",key:"xquz4c"}]]);e.s(["ArrowRight",0,t],155)},9808,e=>{"use strict";let t=(0,e.i(35956).default)("shield-check",[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z",key:"oel41y"}],["path",{d:"m9 12 2 2 4-4",key:"dzmm74"}]]);e.s(["ShieldCheck",0,t],9808)},50103,e=>{"use strict";let t=(0,e.i(35956).default)("sparkles",[["path",{d:"M11.017 2.814a1 1 0 0 1 1.966 0l1.051 5.558a2 2 0 0 0 1.594 1.594l5.558 1.051a1 1 0 0 1 0 1.966l-5.558 1.051a2 2 0 0 0-1.594 1.594l-1.051 5.558a1 1 0 0 1-1.966 0l-1.051-5.558a2 2 0 0 0-1.594-1.594l-5.558-1.051a1 1 0 0 1 0-1.966l5.558-1.051a2 2 0 0 0 1.594-1.594z",key:"1s2grr"}],["path",{d:"M20 2v4",key:"1rf3ol"}],["path",{d:"M22 4h-4",key:"gwowj6"}],["circle",{cx:"4",cy:"20",r:"2",key:"6kqj1y"}]]);e.s(["Sparkles",0,t],50103)},21646,e=>{"use strict";let t=(0,e.i(35956).default)("workflow",[["rect",{width:"8",height:"8",x:"3",y:"3",rx:"2",key:"by2w9f"}],["path",{d:"M7 11v4a2 2 0 0 0 2 2h4",key:"xkn7yn"}],["rect",{width:"8",height:"8",x:"13",y:"13",rx:"2",key:"1cgmvn"}]]);e.s(["Workflow",0,t],21646)}]); \ No newline at end of file diff --git a/website/out/_next/static/chunks/0hixj-q5jqjm~.js b/website/out/_next/static/chunks/0uqrte8tmj1pz.js similarity index 99% rename from website/out/_next/static/chunks/0hixj-q5jqjm~.js rename to website/out/_next/static/chunks/0uqrte8tmj1pz.js index 663d1a6..cd11843 100644 --- a/website/out/_next/static/chunks/0hixj-q5jqjm~.js +++ b/website/out/_next/static/chunks/0uqrte8tmj1pz.js @@ -1,3 +1,3 @@ (globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,61649,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var o={formatUrl:function(){return i},formatWithValidation:function(){return d},urlObjectKeys:function(){return s}};for(var n in o)Object.defineProperty(r,n,{enumerable:!0,get:o[n]});let l=e.r(33517)._(e.r(14025)),a=/https?|ftp|gopher|file/;function i(e){let{auth:t,hostname:r}=e,o=e.protocol||"",n=e.pathname||"",i=e.hash||"",s=e.query||"",d=!1;t=t?encodeURIComponent(t).replace(/%3A/i,":")+"@":"",e.host?d=t+e.host:r&&(d=t+(~r.indexOf(":")?`[${r}]`:r),e.port&&(d+=":"+e.port)),s&&"object"==typeof s&&(s=String(l.urlQueryToSearchParams(s)));let c=e.search||s&&`?${s}`||"";return o&&!o.endsWith(":")&&(o+=":"),e.slashes||(!o||a.test(o))&&!1!==d?(d="//"+(d||""),n&&"/"!==n[0]&&(n="/"+n)):d||(d=""),i&&"#"!==i[0]&&(i="#"+i),c&&"?"!==c[0]&&(c="?"+c),n=n.replace(/[?#]/g,encodeURIComponent),c=c.replace("#","%23"),`${o}${d}${n}${c}${i}`}let s=["auth","hash","host","hostname","href","path","pathname","port","protocol","query","search","slashes"];function d(e){return i(e)}},62798,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"useMergedRef",{enumerable:!0,get:function(){return n}});let o=e.r(95599);function n(e,t){let r=(0,o.useRef)(null),n=(0,o.useRef)(null);return(0,o.useCallback)(o=>{if(null===o){let e=r.current;e&&(r.current=null,e());let t=n.current;t&&(n.current=null,t())}else e&&(r.current=l(e,o)),t&&(n.current=l(t,o))},[e,t])}function l(e,t){if("function"!=typeof e)return e.current=t,()=>{e.current=null};{let r=e(t);return"function"==typeof r?r:()=>e(null)}}("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},76376,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"isLocalURL",{enumerable:!0,get:function(){return l}});let o=e.r(63522),n=e.r(58983);function l(e){if(!(0,o.isAbsoluteUrl)(e))return!0;try{let t=(0,o.getLocationOrigin)(),r=new URL(e,t);return r.origin===t&&(0,n.hasBasePath)(r.pathname)}catch(e){return!1}}},45704,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"errorOnce",{enumerable:!0,get:function(){return o}});let o=e=>{}},21212,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var o={default:function(){return b},useLinkStatus:function(){return x}};for(var n in o)Object.defineProperty(r,n,{enumerable:!0,get:o[n]});let l=e.r(33517),a=e.r(21416),i=l._(e.r(95599)),s=e.r(61649),d=e.r(1246),c=e.r(62798),u=e.r(63522),f=e.r(19809);e.r(50443);let m=e.r(91335),p=e.r(73381),h=e.r(76376),g=e.r(7786);function b(t){var r,o;let n,l,b,[x,v]=(0,i.useOptimistic)(p.IDLE_LINK_STATUS),w=(0,i.useRef)(null),{href:k,as:j,children:_,prefetch:z=null,passHref:C,replace:O,shallow:S,scroll:P,onClick:N,onMouseEnter:E,onTouchStart:R,legacyBehavior:M=!1,onNavigate:I,transitionTypes:A,ref:$,unstable_dynamicOnHover:L,...T}=t;n=_,M&&("string"==typeof n||"number"==typeof n)&&(n=(0,a.jsx)("a",{children:n}));let D=i.default.useContext(d.AppRouterContext),W=!1!==z,U=!1!==z?null===(o=z)||"auto"===o?g.FetchStrategy.PPR:g.FetchStrategy.Full:g.FetchStrategy.PPR,G="string"==typeof(r=j||k)?r:(0,s.formatUrl)(r);if(M){if(n?.$$typeof===Symbol.for("react.lazy"))throw Object.defineProperty(Error("`` received a direct child that is either a Server Component, or JSX that was loaded with React.lazy(). This is not supported. Either remove legacyBehavior, or make the direct child a Client Component that renders the Link's `` tag."),"__NEXT_ERROR_CODE",{value:"E863",enumerable:!1,configurable:!0});l=i.default.Children.only(n)}let B=M?l&&"object"==typeof l&&l.ref:$,F=i.default.useCallback(e=>(null!==D&&(w.current=(0,p.mountLinkInstance)(e,G,D,U,W,v)),()=>{w.current&&((0,p.unmountLinkForCurrentNavigation)(w.current),w.current=null),(0,p.unmountPrefetchableInstance)(e)}),[W,G,D,U,v]),q={ref:(0,c.useMergedRef)(F,B),onClick(t){M||"function"!=typeof N||N(t),M&&l.props&&"function"==typeof l.props.onClick&&l.props.onClick(t),!D||t.defaultPrevented||function(t,r,o,n,l,a,s){if("u">typeof window){let d,{nodeName:c}=t.currentTarget;if("A"===c.toUpperCase()&&((d=t.currentTarget.getAttribute("target"))&&"_self"!==d||t.metaKey||t.ctrlKey||t.shiftKey||t.altKey||t.nativeEvent&&2===t.nativeEvent.which)||t.currentTarget.hasAttribute("download"))return;if(!(0,h.isLocalURL)(r)){n&&(t.preventDefault(),location.replace(r));return}if(t.preventDefault(),a){let e=!1;if(a({preventDefault:()=>{e=!0}}),e)return}let{dispatchNavigateAction:u}=e.r(21453);i.default.startTransition(()=>{u(r,n?"replace":"push",!1===l?m.ScrollBehavior.NoScroll:m.ScrollBehavior.Default,o.current,s)})}}(t,G,w,O,P,I,A)},onMouseEnter(e){M||"function"!=typeof E||E(e),M&&l.props&&"function"==typeof l.props.onMouseEnter&&l.props.onMouseEnter(e),D&&W&&(0,p.onNavigationIntent)(e.currentTarget,!0===L)},onTouchStart:function(e){M||"function"!=typeof R||R(e),M&&l.props&&"function"==typeof l.props.onTouchStart&&l.props.onTouchStart(e),D&&W&&(0,p.onNavigationIntent)(e.currentTarget,!0===L)}};return(0,u.isAbsoluteUrl)(G)?q.href=G:M&&!C&&("a"!==l.type||"href"in l.props)||(q.href=(0,f.addBasePath)(G)),b=M?i.default.cloneElement(l,q):(0,a.jsx)("a",{...T,...q,children:n}),(0,a.jsx)(y.Provider,{value:x,children:b})}e.r(45704);let y=(0,i.createContext)(p.IDLE_LINK_STATUS),x=()=>(0,i.useContext)(y);("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},99414,(e,t,r)=>{"use strict";function o({widthInt:e,heightInt:t,blurWidth:r,blurHeight:n,blurDataURL:l,objectFit:a}){let i=r?40*r:e,s=n?40*n:t,d=i&&s?`viewBox='0 0 ${i} ${s}'`:"";return`%3Csvg xmlns='http://www.w3.org/2000/svg' ${d}%3E%3Cfilter id='b' color-interpolation-filters='sRGB'%3E%3CfeGaussianBlur stdDeviation='20'/%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 100 -1' result='s'/%3E%3CfeFlood x='0' y='0' width='100%25' height='100%25'/%3E%3CfeComposite operator='out' in='s'/%3E%3CfeComposite in2='SourceGraphic'/%3E%3CfeGaussianBlur stdDeviation='20'/%3E%3C/filter%3E%3Cimage width='100%25' height='100%25' x='0' y='0' preserveAspectRatio='${d?"none":"contain"===a?"xMidYMid":"cover"===a?"xMidYMid slice":"none"}' style='filter: url(%23b);' href='${l}'/%3E%3C/svg%3E`}Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"getImageBlurSvg",{enumerable:!0,get:function(){return o}})},4633,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var o={VALID_LOADERS:function(){return l},imageConfigDefault:function(){return a}};for(var n in o)Object.defineProperty(r,n,{enumerable:!0,get:o[n]});let l=["default","imgix","cloudinary","akamai","custom"],a={deviceSizes:[640,750,828,1080,1200,1920,2048,3840],imageSizes:[32,48,64,96,128,256,384],path:"/_next/image",loader:"default",loaderFile:"",domains:[],disableStaticImages:!1,minimumCacheTTL:14400,formats:["image/webp"],maximumDiskCacheSize:void 0,maximumRedirects:3,maximumResponseBody:5e7,dangerouslyAllowLocalIP:!1,dangerouslyAllowSVG:!1,contentSecurityPolicy:"script-src 'none'; frame-src 'none'; sandbox;",contentDispositionType:"attachment",localPatterns:void 0,remotePatterns:[],qualities:[75],unoptimized:!1,customCacheHandler:!1}},99082,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"getImgProps",{enumerable:!0,get:function(){return d}}),e.r(50443);let o=e.r(19288),n=e.r(99414),l=e.r(4633),a=["-moz-initial","fill","none","scale-down",void 0];function i(e){return void 0!==e.default}function s(e){return void 0===e?e:"number"==typeof e?Number.isFinite(e)?e:NaN:"string"==typeof e&&/^[0-9]+$/.test(e)?parseInt(e,10):NaN}function d({src:e,sizes:t,unoptimized:r=!1,priority:c=!1,preload:u=!1,loading:f,className:m,quality:p,width:h,height:g,fill:b=!1,style:y,overrideSrc:x,onLoad:v,onLoadingComplete:w,placeholder:k="empty",blurDataURL:j,fetchPriority:_,decoding:z="async",layout:C,objectFit:O,objectPosition:S,lazyBoundary:P,lazyRoot:N,...E},R){var M;let I,A,$,{imgConf:L,showAltText:T,blurComplete:D,defaultLoader:W}=R,U=L||l.imageConfigDefault;if("allSizes"in U)I=U;else{let e=[...U.deviceSizes,...U.imageSizes].sort((e,t)=>e-t),t=U.deviceSizes.sort((e,t)=>e-t),r=U.qualities?.sort((e,t)=>e-t);I={...U,allSizes:e,deviceSizes:t,qualities:r}}if(void 0===W)throw Object.defineProperty(Error("images.loaderFile detected but the file is missing default export.\nRead more: https://nextjs.org/docs/messages/invalid-images-config"),"__NEXT_ERROR_CODE",{value:"E163",enumerable:!1,configurable:!0});let G=E.loader||W;delete E.loader,delete E.srcSet;let B="__next_img_default"in G;if(B){if("custom"===I.loader)throw Object.defineProperty(Error(`Image with src "${e}" is missing "loader" prop. Read more: https://nextjs.org/docs/messages/next-image-missing-loader`),"__NEXT_ERROR_CODE",{value:"E252",enumerable:!1,configurable:!0})}else{let e=G;G=t=>{let{config:r,...o}=t;return e(o)}}if(C){"fill"===C&&(b=!0);let e={intrinsic:{maxWidth:"100%",height:"auto"},responsive:{width:"100%",height:"auto"}}[C];e&&(y={...y,...e});let r={responsive:"100vw",fill:"100vw"}[C];r&&!t&&(t=r)}let F="",q=s(h),H=s(g);if((M=e)&&"object"==typeof M&&(i(M)||void 0!==M.src)){let t=i(e)?e.default:e;if(!t.src)throw Object.defineProperty(Error(`An object should only be passed to the image component src parameter if it comes from a static image import. It must include src. Received ${JSON.stringify(t)}`),"__NEXT_ERROR_CODE",{value:"E460",enumerable:!1,configurable:!0});if(!t.height||!t.width)throw Object.defineProperty(Error(`An object should only be passed to the image component src parameter if it comes from a static image import. It must include height and width. Received ${JSON.stringify(t)}`),"__NEXT_ERROR_CODE",{value:"E48",enumerable:!1,configurable:!0});if(A=t.blurWidth,$=t.blurHeight,j=j||t.blurDataURL,F=t.src,!b)if(q||H){if(q&&!H){let e=q/t.width;H=Math.round(t.height*e)}else if(!q&&H){let e=H/t.height;q=Math.round(t.width*e)}}else q=t.width,H=t.height}let V=!c&&!u&&("lazy"===f||void 0===f);(!(e="string"==typeof e?e:F)||e.startsWith("data:")||e.startsWith("blob:"))&&(r=!0,V=!1),I.unoptimized&&(r=!0),B&&!I.dangerouslyAllowSVG&&e.split("?",1)[0].endsWith(".svg")&&(r=!0);let K=s(p),X=Object.assign(b?{position:"absolute",height:"100%",width:"100%",left:0,top:0,right:0,bottom:0,objectFit:O,objectPosition:S}:{},T?{}:{color:"transparent"},y),J=D||"empty"===k?null:"blur"===k?`url("data:image/svg+xml;charset=utf-8,${(0,n.getImageBlurSvg)({widthInt:q,heightInt:H,blurWidth:A,blurHeight:$,blurDataURL:j||"",objectFit:X.objectFit})}")`:`url("${k}")`,Q=a.includes(X.objectFit)?"fill"===X.objectFit?"100% 100%":"cover":X.objectFit,Y=J?{backgroundSize:Q,backgroundPosition:X.objectPosition||"50% 50%",backgroundRepeat:"no-repeat",backgroundImage:J}:{},Z=function({config:e,src:t,unoptimized:r,width:n,quality:l,sizes:a,loader:i}){if(r){if(t.startsWith("/")&&!t.startsWith("//")){let e=(0,o.getDeploymentId)();if(e){let r=t.indexOf("?");if(-1!==r){let o=new URLSearchParams(t.slice(r+1));o.get("dpl")||(o.append("dpl",e),t=t.slice(0,r)+"?"+o.toString())}else t+=`?dpl=${e}`}}return{src:t,srcSet:void 0,sizes:void 0}}let{widths:s,kind:d}=function({deviceSizes:e,allSizes:t},r,o){if(o){let r=/(^|\s)(1?\d?\d)vw/g,n=[];for(let e;e=r.exec(o);)n.push(parseInt(e[2]));if(n.length){let r=.01*Math.min(...n);return{widths:t.filter(t=>t>=e[0]*r),kind:"w"}}return{widths:t,kind:"w"}}return"number"!=typeof r?{widths:e,kind:"w"}:{widths:[...new Set([r,2*r].map(e=>t.find(t=>t>=e)||t[t.length-1]))],kind:"x"}}(e,n,a),c=s.length-1;return{sizes:a||"w"!==d?a:"100vw",srcSet:s.map((r,o)=>`${i({config:e,src:t,quality:l,width:r})} ${"w"===d?r:o+1}${d}`).join(", "),src:i({config:e,src:t,quality:l,width:s[c]})}}({config:I,src:e,unoptimized:r,width:q,quality:K,sizes:t,loader:G}),ee=V?"lazy":f;return{props:{...E,loading:ee,fetchPriority:_,width:q,height:H,decoding:z,className:m,style:{...X,...Y},sizes:Z.sizes,srcSet:Z.srcSet,src:x||Z.src},meta:{unoptimized:r,preload:u||c,placeholder:k,fill:b}}}},6708,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"default",{enumerable:!0,get:function(){return i}});let o=e.r(95599),n="u"{}:o.useLayoutEffect,a=n?()=>{}:o.useEffect;function i(e){let{headManager:t,reduceComponentsToState:r}=e;function i(){if(t&&t.mountedInstances){let e=o.Children.toArray(Array.from(t.mountedInstances).filter(Boolean));t.updateHead(r(e))}}return n&&(t?.mountedInstances?.add(e.children),i()),l(()=>(t?.mountedInstances?.add(e.children),()=>{t?.mountedInstances?.delete(e.children)})),l(()=>(t&&(t._pendingUpdate=i),()=>{t&&(t._pendingUpdate=i)})),a(()=>(t&&t._pendingUpdate&&(t._pendingUpdate(),t._pendingUpdate=null),()=>{t&&t._pendingUpdate&&(t._pendingUpdate(),t._pendingUpdate=null)})),null}},46946,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var o={default:function(){return h},defaultHead:function(){return u}};for(var n in o)Object.defineProperty(r,n,{enumerable:!0,get:o[n]});let l=e.r(77532),a=e.r(33517),i=e.r(21416),s=a._(e.r(95599)),d=l._(e.r(6708)),c=e.r(46211);function u(){return[(0,i.jsx)("meta",{charSet:"utf-8"},"charset"),(0,i.jsx)("meta",{name:"viewport",content:"width=device-width"},"viewport")]}function f(e,t){return"string"==typeof t||"number"==typeof t?e:t.type===s.default.Fragment?e.concat(s.default.Children.toArray(t.props.children).reduce((e,t)=>"string"==typeof t||"number"==typeof t?e:e.concat(t),[])):e.concat(t)}e.r(50443);let m=["name","httpEquiv","charSet","itemProp"];function p(e){let t,r,o,n;return e.reduce(f,[]).reverse().concat(u().reverse()).filter((t=new Set,r=new Set,o=new Set,n={},e=>{let l=!0,a=!1;if(e.key&&"number"!=typeof e.key&&e.key.indexOf("$")>0){a=!0;let r=e.key.slice(e.key.indexOf("$")+1);t.has(r)?l=!1:t.add(r)}switch(e.type){case"title":case"base":r.has(e.type)?l=!1:r.add(e.type);break;case"meta":for(let t=0,r=m.length;t{let r=e.key||t;return s.default.cloneElement(e,{key:r})})}let h=function({children:e}){let t=(0,s.useContext)(c.HeadManagerContext);return(0,i.jsx)(d.default,{reduceComponentsToState:p,headManager:t,children:e})};("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},43356,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"ImageConfigContext",{enumerable:!0,get:function(){return l}});let o=e.r(77532)._(e.r(95599)),n=e.r(4633),l=o.default.createContext(n.imageConfigDefault)},2248,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"RouterContext",{enumerable:!0,get:function(){return o}});let o=e.r(77532)._(e.r(95599)).default.createContext(null)},95412,(e,t,r)=>{"use strict";function o(e,t){let r=e||75;return t?.qualities?.length?t.qualities.reduce((e,t)=>Math.abs(t-r){"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"default",{enumerable:!0,get:function(){return a}});let o=e.r(95412),n=e.r(19288);function l({config:e,src:t,width:r,quality:a}){let i=(0,n.getDeploymentId)();if(t.startsWith("/")&&!t.startsWith("//")){let e=t.indexOf("?");if(-1!==e){let r=new URLSearchParams(t.slice(e+1)),o=r.get("dpl");if(o){i=o,r.delete("dpl");let n=r.toString();t=t.slice(0,e)+(n?"?"+n:"")}}}if(t.startsWith("/")&&t.includes("?")&&e.localPatterns?.length===1&&"**"===e.localPatterns[0].pathname&&""===e.localPatterns[0].search)throw Object.defineProperty(Error(`Image with src "${t}" is using a query string which is not configured in images.localPatterns. -Read more: https://nextjs.org/docs/messages/next-image-unconfigured-localpatterns`),"__NEXT_ERROR_CODE",{value:"E871",enumerable:!1,configurable:!0});let s=(0,o.findClosestQuality)(a,e);return`${e.path}?url=${encodeURIComponent(t)}&w=${r}&q=${s}${t.startsWith("/")&&i?`&dpl=${i}`:""}`}l.__next_img_default=!0;let a=l},29023,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"Image",{enumerable:!0,get:function(){return v}});let o=e.r(77532),n=e.r(33517),l=e.r(21416),a=n._(e.r(95599)),i=o._(e.r(95801)),s=o._(e.r(46946)),d=e.r(99082),c=e.r(4633),u=e.r(43356);e.r(50443);let f=e.r(2248),m=o._(e.r(88179)),p=e.r(62798),h={deviceSizes:[640,750,828,1080,1200,1920,2048,3840],imageSizes:[32,48,64,96,128,256,384],qualities:[75],path:"/_next/image",loader:"default",dangerouslyAllowSVG:!1,unoptimized:!0};function g(e,t,r,o,n,l,a){let i=e?.src;e&&e["data-loaded-src"]!==i&&(e["data-loaded-src"]=i,("decode"in e?e.decode():Promise.resolve()).catch(()=>{}).then(()=>{if(e.parentElement&&e.isConnected){if("empty"!==t&&n(!0),r?.current){let t=new Event("load");Object.defineProperty(t,"target",{writable:!1,value:e});let o=!1,n=!1;r.current({...t,nativeEvent:t,currentTarget:e,target:e,isDefaultPrevented:()=>o,isPropagationStopped:()=>n,persist:()=>{},preventDefault:()=>{o=!0,t.preventDefault()},stopPropagation:()=>{n=!0,t.stopPropagation()}})}o?.current&&o.current(e)}}))}function b(e){return a.use?{fetchPriority:e}:{fetchpriority:e}}"u"{let O=(0,a.useCallback)(e=>{e&&(_&&(e.src=e.src),e.complete&&g(e,u,y,x,v,m,k))},[e,u,y,x,v,_,m,k]),S=(0,p.useMergedRef)(C,O);return(0,l.jsx)("img",{...z,...b(c),loading:f,width:n,height:o,decoding:i,"data-nimg":h?"fill":"1",className:s,style:d,sizes:r,srcSet:t,src:e,ref:S,onLoad:e=>{g(e.currentTarget,u,y,x,v,m,k)},onError:e=>{w(!0),"empty"!==u&&v(!0),_&&_(e)}})});function x({isAppRouter:e,imgAttributes:t}){let r={as:"image",imageSrcSet:t.srcSet,imageSizes:t.sizes,crossOrigin:t.crossOrigin,referrerPolicy:t.referrerPolicy,...b(t.fetchPriority)};return e&&i.default.preload?(i.default.preload(t.src,r),null):(0,l.jsx)(s.default,{children:(0,l.jsx)("link",{rel:"preload",href:t.srcSet?void 0:t.src,...r},"__nimg-"+t.src+t.srcSet+t.sizes)})}let v=(0,a.forwardRef)((e,t)=>{let r=(0,a.useContext)(f.RouterContext),o=(0,a.useContext)(u.ImageConfigContext),n=(0,a.useMemo)(()=>{let e=h||o||c.imageConfigDefault,t=[...e.deviceSizes,...e.imageSizes].sort((e,t)=>e-t),r=e.deviceSizes.sort((e,t)=>e-t),n=e.qualities?.sort((e,t)=>e-t);return{...e,allSizes:t,deviceSizes:r,qualities:n,localPatterns:"u"{p.current=i},[i]);let g=(0,a.useRef)(s);(0,a.useEffect)(()=>{g.current=s},[s]);let[b,v]=(0,a.useState)(!1),[w,k]=(0,a.useState)(!1),{props:j,meta:_}=(0,d.getImgProps)(e,{defaultLoader:m.default,imgConf:n,blurComplete:b,showAltText:w});return(0,l.jsxs)(l.Fragment,{children:[(0,l.jsx)(y,{...j,unoptimized:_.unoptimized,placeholder:_.placeholder,fill:_.fill,onLoadRef:p,onLoadingCompleteRef:g,setBlurComplete:v,setShowAltText:k,sizesInput:e.sizes,ref:t}),_.preload?(0,l.jsx)(x,{isAppRouter:!r,imgAttributes:j}):null]})});("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},53147,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var o={default:function(){return c},getImageProps:function(){return d}};for(var n in o)Object.defineProperty(r,n,{enumerable:!0,get:o[n]});let l=e.r(77532),a=e.r(99082),i=e.r(29023),s=l._(e.r(88179));function d(e){let{props:t}=(0,a.getImgProps)(e,{defaultLoader:s.default,imgConf:{deviceSizes:[640,750,828,1080,1200,1920,2048,3840],imageSizes:[32,48,64,96,128,256,384],qualities:[75],path:"/_next/image",loader:"default",dangerouslyAllowSVG:!1,unoptimized:!0}});for(let[e,r]of Object.entries(t))void 0===r&&delete t[e];return{props:t}}let c=i.Image},98488,(e,t,r)=>{t.exports=e.r(53147)},96487,91759,35956,65645,e=>{"use strict";let t,r,o,n,l;var a=e.i(21416),i=e.i(95599),s=e.i(21212),d=e.i(98488);function c(e,t){if("function"==typeof e)return e(t);null!=e&&(e.current=t)}var u=Symbol.for("react.lazy"),f=i[" use ".trim().toString()];function m(e){var t;return null!=e&&"object"==typeof e&&"$$typeof"in e&&e.$$typeof===u&&"_payload"in e&&"object"==typeof(t=e._payload)&&null!==t&&"then"in t}var p=((l=i.forwardRef((e,t)=>{let{children:r,...o}=e;if(m(r)&&"function"==typeof f&&(r=f(r._payload)),i.isValidElement(r)){var n;let e,l,a=(n=r,(l=(e=Object.getOwnPropertyDescriptor(n.props,"ref")?.get)&&"isReactWarning"in e&&e.isReactWarning)?n.ref:(l=(e=Object.getOwnPropertyDescriptor(n,"ref")?.get)&&"isReactWarning"in e&&e.isReactWarning)?n.props.ref:n.props.ref||n.ref),s=function(e,t){let r={...t};for(let o in t){let n=e[o],l=t[o];/^on[A-Z]/.test(o)?n&&l?r[o]=(...e)=>{let t=l(...e);return n(...e),t}:n&&(r[o]=n):"style"===o?r[o]={...n,...l}:"className"===o&&(r[o]=[n,l].filter(Boolean).join(" "))}return{...e,...r}}(o,r.props);return r.type!==i.Fragment&&(s.ref=t?function(...e){return t=>{let r=!1,o=e.map(e=>{let o=c(e,t);return r||"function"!=typeof o||(r=!0),o});if(r)return()=>{for(let t=0;t1?i.Children.only(null):null})).displayName="Slot.SlotClone",t=l,(r=i.forwardRef((e,r)=>{let{children:o,...n}=e;m(o)&&"function"==typeof f&&(o=f(o._payload));let l=i.Children.toArray(o),s=l.find(g);if(s){let e=s.props.children,o=l.map(t=>t!==s?t:i.Children.count(e)>1?i.Children.only(null):i.isValidElement(e)?e.props.children:null);return(0,a.jsx)(t,{...n,ref:r,children:i.isValidElement(e)?i.cloneElement(e,void 0,o):null})}return(0,a.jsx)(t,{...n,ref:r,children:o})})).displayName="Slot.Slot",r),h=Symbol("radix.slottable");function g(e){return i.isValidElement(e)&&"function"==typeof e.type&&"__radixId"in e.type&&e.type.__radixId===h}function b(){for(var e,t,r=0,o="",n=arguments.length;r"boolean"==typeof e?`${e}`:0===e?"0":e,x=(e=new Map,t=null,r)=>({nextPart:e,validators:t,classGroupId:r}),v=[],w=(e,t,r)=>{if(0==e.length-t)return r.classGroupId;let o=e[t],n=r.nextPart.get(o);if(n){let r=w(e,t+1,n);if(r)return r}let l=r.validators;if(null===l)return;let a=0===t?e.join("-"):e.slice(t).join("-"),i=l.length;for(let e=0;e{let r=x();for(let o in e)j(e[o],r,o,t);return r},j=(e,t,r,o)=>{let n=e.length;for(let l=0;l{"string"==typeof e?z(e,t,r):"function"==typeof e?C(e,t,r,o):O(e,t,r,o)},z=(e,t,r)=>{(""===e?t:S(t,e)).classGroupId=r},C=(e,t,r,o)=>{P(e)?j(e(o),t,r,o):(null===t.validators&&(t.validators=[]),t.validators.push({classGroupId:r,validator:e}))},O=(e,t,r,o)=>{let n=Object.entries(e),l=n.length;for(let e=0;e{let r=e,o=t.split("-"),n=o.length;for(let e=0;e"isThemeGetter"in e&&!0===e.isThemeGetter,N=[],E=(e,t,r,o,n)=>({modifiers:e,hasImportantModifier:t,baseClassName:r,maybePostfixModifierPosition:o,isExternal:n}),R=/\s+/,M=e=>{let t;if("string"==typeof e)return e;let r="";for(let o=0;o{let t=t=>t[e]||I;return t.isThemeGetter=!0,t},$=/^\[(?:(\w[\w-]*):)?(.+)\]$/i,L=/^\((?:(\w[\w-]*):)?(.+)\)$/i,T=/^\d+\/\d+$/,D=/^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/,W=/\d+(%|px|r?em|[sdl]?v([hwib]|min|max)|pt|pc|in|cm|mm|cap|ch|ex|r?lh|cq(w|h|i|b|min|max))|\b(calc|min|max|clamp)\(.+\)|^0$/,U=/^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/,G=/^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/,B=/^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/,F=e=>T.test(e),q=e=>!!e&&!Number.isNaN(Number(e)),H=e=>!!e&&Number.isInteger(Number(e)),V=e=>e.endsWith("%")&&q(e.slice(0,-1)),K=e=>D.test(e),X=()=>!0,J=e=>W.test(e)&&!U.test(e),Q=()=>!1,Y=e=>G.test(e),Z=e=>B.test(e),ee=e=>!er(e)&&!es(e),et=e=>eh(e,ex,Q),er=e=>$.test(e),eo=e=>eh(e,ev,J),en=e=>eh(e,ew,q),el=e=>eh(e,eb,Q),ea=e=>eh(e,ey,Z),ei=e=>eh(e,ej,Y),es=e=>L.test(e),ed=e=>eg(e,ev),ec=e=>eg(e,ek),eu=e=>eg(e,eb),ef=e=>eg(e,ex),em=e=>eg(e,ey),ep=e=>eg(e,ej,!0),eh=(e,t,r)=>{let o=$.exec(e);return!!o&&(o[1]?t(o[1]):r(o[2]))},eg=(e,t,r=!1)=>{let o=L.exec(e);return!!o&&(o[1]?t(o[1]):r)},eb=e=>"position"===e||"percentage"===e,ey=e=>"image"===e||"url"===e,ex=e=>"length"===e||"size"===e||"bg-size"===e,ev=e=>"length"===e,ew=e=>"number"===e,ek=e=>"family-name"===e,ej=e=>"shadow"===e,e_=((e,...t)=>{let r,o,n,l,a=e=>{let t=o(e);if(t)return t;let l=((e,t)=>{let{parseClassName:r,getClassGroupId:o,getConflictingClassGroupIds:n,sortModifiers:l}=t,a=[],i=e.trim().split(R),s="";for(let e=i.length-1;e>=0;e-=1){let t=i[e],{isExternal:d,modifiers:c,hasImportantModifier:u,baseClassName:f,maybePostfixModifierPosition:m}=r(t);if(d){s=t+(s.length>0?" "+s:s);continue}let p=!!m,h=o(p?f.substring(0,m):f);if(!h){if(!p||!(h=o(f))){s=t+(s.length>0?" "+s:s);continue}p=!1}let g=0===c.length?"":1===c.length?c[0]:l(c).join(":"),b=u?g+"!":g,y=b+h;if(a.indexOf(y)>-1)continue;a.push(y);let x=n(h,p);for(let e=0;e0?" "+s:s)}return s})(e,r);return n(e,l),l};return l=i=>{var s;let d;return o=(r={cache:(e=>{if(e<1)return{get:()=>void 0,set:()=>{}};let t=0,r=Object.create(null),o=Object.create(null),n=(n,l)=>{r[n]=l,++t>e&&(t=0,o=r,r=Object.create(null))};return{get(e){let t=r[e];return void 0!==t?t:void 0!==(t=o[e])?(n(e,t),t):void 0},set(e,t){e in r?r[e]=t:n(e,t)}}})((s=t.reduce((e,t)=>t(e),e())).cacheSize),parseClassName:(e=>{let{prefix:t,experimentalParseClassName:r}=e,o=e=>{let t,r=[],o=0,n=0,l=0,a=e.length;for(let i=0;il?t-l:void 0)};if(t){let e=t+":",r=o;o=t=>t.startsWith(e)?r(t.slice(e.length)):E(N,!1,t,void 0,!0)}if(r){let e=o;o=t=>r({className:t,parseClassName:e})}return o})(s),sortModifiers:(d=new Map,s.orderSensitiveModifiers.forEach((e,t)=>{d.set(e,1e6+t)}),e=>{let t=[],r=[];for(let o=0;o0&&(r.sort(),t.push(...r),r=[]),t.push(n)):r.push(n)}return r.length>0&&(r.sort(),t.push(...r)),t}),...(e=>{let t=(e=>{let{theme:t,classGroups:r}=e;return k(r,t)})(e),{conflictingClassGroups:r,conflictingClassGroupModifiers:o}=e;return{getClassGroupId:e=>{if(e.startsWith("[")&&e.endsWith("]")){var r;let t,o,n;return -1===(r=e).slice(1,-1).indexOf(":")?void 0:(o=(t=r.slice(1,-1)).indexOf(":"),(n=t.slice(0,o))?"arbitrary.."+n:void 0)}let o=e.split("-"),n=+(""===o[0]&&o.length>1);return w(o,n,t)},getConflictingClassGroupIds:(e,t)=>{if(t){let t=o[e],n=r[e];if(t){if(n){let e=Array(n.length+t.length);for(let t=0;tl(((...e)=>{let t,r,o=0,n="";for(;o{let e=A("color"),t=A("font"),r=A("text"),o=A("font-weight"),n=A("tracking"),l=A("leading"),a=A("breakpoint"),i=A("container"),s=A("spacing"),d=A("radius"),c=A("shadow"),u=A("inset-shadow"),f=A("text-shadow"),m=A("drop-shadow"),p=A("blur"),h=A("perspective"),g=A("aspect"),b=A("ease"),y=A("animate"),x=()=>["auto","avoid","all","avoid-page","page","left","right","column"],v=()=>["center","top","bottom","left","right","top-left","left-top","top-right","right-top","bottom-right","right-bottom","bottom-left","left-bottom"],w=()=>[...v(),es,er],k=()=>["auto","hidden","clip","visible","scroll"],j=()=>["auto","contain","none"],_=()=>[es,er,s],z=()=>[F,"full","auto",..._()],C=()=>[H,"none","subgrid",es,er],O=()=>["auto",{span:["full",H,es,er]},H,es,er],S=()=>[H,"auto",es,er],P=()=>["auto","min","max","fr",es,er],N=()=>["start","end","center","between","around","evenly","stretch","baseline","center-safe","end-safe"],E=()=>["start","end","center","stretch","center-safe","end-safe"],R=()=>["auto",..._()],M=()=>[F,"auto","full","dvw","dvh","lvw","lvh","svw","svh","min","max","fit",..._()],I=()=>[e,es,er],$=()=>[...v(),eu,el,{position:[es,er]}],L=()=>["no-repeat",{repeat:["","x","y","space","round"]}],T=()=>["auto","cover","contain",ef,et,{size:[es,er]}],D=()=>[V,ed,eo],W=()=>["","none","full",d,es,er],U=()=>["",q,ed,eo],G=()=>["solid","dashed","dotted","double"],B=()=>["normal","multiply","screen","overlay","darken","lighten","color-dodge","color-burn","hard-light","soft-light","difference","exclusion","hue","saturation","color","luminosity"],J=()=>[q,V,eu,el],Q=()=>["","none",p,es,er],Y=()=>["none",q,es,er],Z=()=>["none",q,es,er],eh=()=>[q,es,er],eg=()=>[F,"full",..._()];return{cacheSize:500,theme:{animate:["spin","ping","pulse","bounce"],aspect:["video"],blur:[K],breakpoint:[K],color:[X],container:[K],"drop-shadow":[K],ease:["in","out","in-out"],font:[ee],"font-weight":["thin","extralight","light","normal","medium","semibold","bold","extrabold","black"],"inset-shadow":[K],leading:["none","tight","snug","normal","relaxed","loose"],perspective:["dramatic","near","normal","midrange","distant","none"],radius:[K],shadow:[K],spacing:["px",q],text:[K],"text-shadow":[K],tracking:["tighter","tight","normal","wide","wider","widest"]},classGroups:{aspect:[{aspect:["auto","square",F,er,es,g]}],container:["container"],columns:[{columns:[q,er,es,i]}],"break-after":[{"break-after":x()}],"break-before":[{"break-before":x()}],"break-inside":[{"break-inside":["auto","avoid","avoid-page","avoid-column"]}],"box-decoration":[{"box-decoration":["slice","clone"]}],box:[{box:["border","content"]}],display:["block","inline-block","inline","flex","inline-flex","table","inline-table","table-caption","table-cell","table-column","table-column-group","table-footer-group","table-header-group","table-row-group","table-row","flow-root","grid","inline-grid","contents","list-item","hidden"],sr:["sr-only","not-sr-only"],float:[{float:["right","left","none","start","end"]}],clear:[{clear:["left","right","both","none","start","end"]}],isolation:["isolate","isolation-auto"],"object-fit":[{object:["contain","cover","fill","none","scale-down"]}],"object-position":[{object:w()}],overflow:[{overflow:k()}],"overflow-x":[{"overflow-x":k()}],"overflow-y":[{"overflow-y":k()}],overscroll:[{overscroll:j()}],"overscroll-x":[{"overscroll-x":j()}],"overscroll-y":[{"overscroll-y":j()}],position:["static","fixed","absolute","relative","sticky"],inset:[{inset:z()}],"inset-x":[{"inset-x":z()}],"inset-y":[{"inset-y":z()}],start:[{start:z()}],end:[{end:z()}],top:[{top:z()}],right:[{right:z()}],bottom:[{bottom:z()}],left:[{left:z()}],visibility:["visible","invisible","collapse"],z:[{z:[H,"auto",es,er]}],basis:[{basis:[F,"full","auto",i,..._()]}],"flex-direction":[{flex:["row","row-reverse","col","col-reverse"]}],"flex-wrap":[{flex:["nowrap","wrap","wrap-reverse"]}],flex:[{flex:[q,F,"auto","initial","none",er]}],grow:[{grow:["",q,es,er]}],shrink:[{shrink:["",q,es,er]}],order:[{order:[H,"first","last","none",es,er]}],"grid-cols":[{"grid-cols":C()}],"col-start-end":[{col:O()}],"col-start":[{"col-start":S()}],"col-end":[{"col-end":S()}],"grid-rows":[{"grid-rows":C()}],"row-start-end":[{row:O()}],"row-start":[{"row-start":S()}],"row-end":[{"row-end":S()}],"grid-flow":[{"grid-flow":["row","col","dense","row-dense","col-dense"]}],"auto-cols":[{"auto-cols":P()}],"auto-rows":[{"auto-rows":P()}],gap:[{gap:_()}],"gap-x":[{"gap-x":_()}],"gap-y":[{"gap-y":_()}],"justify-content":[{justify:[...N(),"normal"]}],"justify-items":[{"justify-items":[...E(),"normal"]}],"justify-self":[{"justify-self":["auto",...E()]}],"align-content":[{content:["normal",...N()]}],"align-items":[{items:[...E(),{baseline:["","last"]}]}],"align-self":[{self:["auto",...E(),{baseline:["","last"]}]}],"place-content":[{"place-content":N()}],"place-items":[{"place-items":[...E(),"baseline"]}],"place-self":[{"place-self":["auto",...E()]}],p:[{p:_()}],px:[{px:_()}],py:[{py:_()}],ps:[{ps:_()}],pe:[{pe:_()}],pt:[{pt:_()}],pr:[{pr:_()}],pb:[{pb:_()}],pl:[{pl:_()}],m:[{m:R()}],mx:[{mx:R()}],my:[{my:R()}],ms:[{ms:R()}],me:[{me:R()}],mt:[{mt:R()}],mr:[{mr:R()}],mb:[{mb:R()}],ml:[{ml:R()}],"space-x":[{"space-x":_()}],"space-x-reverse":["space-x-reverse"],"space-y":[{"space-y":_()}],"space-y-reverse":["space-y-reverse"],size:[{size:M()}],w:[{w:[i,"screen",...M()]}],"min-w":[{"min-w":[i,"screen","none",...M()]}],"max-w":[{"max-w":[i,"screen","none","prose",{screen:[a]},...M()]}],h:[{h:["screen","lh",...M()]}],"min-h":[{"min-h":["screen","lh","none",...M()]}],"max-h":[{"max-h":["screen","lh",...M()]}],"font-size":[{text:["base",r,ed,eo]}],"font-smoothing":["antialiased","subpixel-antialiased"],"font-style":["italic","not-italic"],"font-weight":[{font:[o,es,en]}],"font-stretch":[{"font-stretch":["ultra-condensed","extra-condensed","condensed","semi-condensed","normal","semi-expanded","expanded","extra-expanded","ultra-expanded",V,er]}],"font-family":[{font:[ec,er,t]}],"fvn-normal":["normal-nums"],"fvn-ordinal":["ordinal"],"fvn-slashed-zero":["slashed-zero"],"fvn-figure":["lining-nums","oldstyle-nums"],"fvn-spacing":["proportional-nums","tabular-nums"],"fvn-fraction":["diagonal-fractions","stacked-fractions"],tracking:[{tracking:[n,es,er]}],"line-clamp":[{"line-clamp":[q,"none",es,en]}],leading:[{leading:[l,..._()]}],"list-image":[{"list-image":["none",es,er]}],"list-style-position":[{list:["inside","outside"]}],"list-style-type":[{list:["disc","decimal","none",es,er]}],"text-alignment":[{text:["left","center","right","justify","start","end"]}],"placeholder-color":[{placeholder:I()}],"text-color":[{text:I()}],"text-decoration":["underline","overline","line-through","no-underline"],"text-decoration-style":[{decoration:[...G(),"wavy"]}],"text-decoration-thickness":[{decoration:[q,"from-font","auto",es,eo]}],"text-decoration-color":[{decoration:I()}],"underline-offset":[{"underline-offset":[q,"auto",es,er]}],"text-transform":["uppercase","lowercase","capitalize","normal-case"],"text-overflow":["truncate","text-ellipsis","text-clip"],"text-wrap":[{text:["wrap","nowrap","balance","pretty"]}],indent:[{indent:_()}],"vertical-align":[{align:["baseline","top","middle","bottom","text-top","text-bottom","sub","super",es,er]}],whitespace:[{whitespace:["normal","nowrap","pre","pre-line","pre-wrap","break-spaces"]}],break:[{break:["normal","words","all","keep"]}],wrap:[{wrap:["break-word","anywhere","normal"]}],hyphens:[{hyphens:["none","manual","auto"]}],content:[{content:["none",es,er]}],"bg-attachment":[{bg:["fixed","local","scroll"]}],"bg-clip":[{"bg-clip":["border","padding","content","text"]}],"bg-origin":[{"bg-origin":["border","padding","content"]}],"bg-position":[{bg:$()}],"bg-repeat":[{bg:L()}],"bg-size":[{bg:T()}],"bg-image":[{bg:["none",{linear:[{to:["t","tr","r","br","b","bl","l","tl"]},H,es,er],radial:["",es,er],conic:[H,es,er]},em,ea]}],"bg-color":[{bg:I()}],"gradient-from-pos":[{from:D()}],"gradient-via-pos":[{via:D()}],"gradient-to-pos":[{to:D()}],"gradient-from":[{from:I()}],"gradient-via":[{via:I()}],"gradient-to":[{to:I()}],rounded:[{rounded:W()}],"rounded-s":[{"rounded-s":W()}],"rounded-e":[{"rounded-e":W()}],"rounded-t":[{"rounded-t":W()}],"rounded-r":[{"rounded-r":W()}],"rounded-b":[{"rounded-b":W()}],"rounded-l":[{"rounded-l":W()}],"rounded-ss":[{"rounded-ss":W()}],"rounded-se":[{"rounded-se":W()}],"rounded-ee":[{"rounded-ee":W()}],"rounded-es":[{"rounded-es":W()}],"rounded-tl":[{"rounded-tl":W()}],"rounded-tr":[{"rounded-tr":W()}],"rounded-br":[{"rounded-br":W()}],"rounded-bl":[{"rounded-bl":W()}],"border-w":[{border:U()}],"border-w-x":[{"border-x":U()}],"border-w-y":[{"border-y":U()}],"border-w-s":[{"border-s":U()}],"border-w-e":[{"border-e":U()}],"border-w-t":[{"border-t":U()}],"border-w-r":[{"border-r":U()}],"border-w-b":[{"border-b":U()}],"border-w-l":[{"border-l":U()}],"divide-x":[{"divide-x":U()}],"divide-x-reverse":["divide-x-reverse"],"divide-y":[{"divide-y":U()}],"divide-y-reverse":["divide-y-reverse"],"border-style":[{border:[...G(),"hidden","none"]}],"divide-style":[{divide:[...G(),"hidden","none"]}],"border-color":[{border:I()}],"border-color-x":[{"border-x":I()}],"border-color-y":[{"border-y":I()}],"border-color-s":[{"border-s":I()}],"border-color-e":[{"border-e":I()}],"border-color-t":[{"border-t":I()}],"border-color-r":[{"border-r":I()}],"border-color-b":[{"border-b":I()}],"border-color-l":[{"border-l":I()}],"divide-color":[{divide:I()}],"outline-style":[{outline:[...G(),"none","hidden"]}],"outline-offset":[{"outline-offset":[q,es,er]}],"outline-w":[{outline:["",q,ed,eo]}],"outline-color":[{outline:I()}],shadow:[{shadow:["","none",c,ep,ei]}],"shadow-color":[{shadow:I()}],"inset-shadow":[{"inset-shadow":["none",u,ep,ei]}],"inset-shadow-color":[{"inset-shadow":I()}],"ring-w":[{ring:U()}],"ring-w-inset":["ring-inset"],"ring-color":[{ring:I()}],"ring-offset-w":[{"ring-offset":[q,eo]}],"ring-offset-color":[{"ring-offset":I()}],"inset-ring-w":[{"inset-ring":U()}],"inset-ring-color":[{"inset-ring":I()}],"text-shadow":[{"text-shadow":["none",f,ep,ei]}],"text-shadow-color":[{"text-shadow":I()}],opacity:[{opacity:[q,es,er]}],"mix-blend":[{"mix-blend":[...B(),"plus-darker","plus-lighter"]}],"bg-blend":[{"bg-blend":B()}],"mask-clip":[{"mask-clip":["border","padding","content","fill","stroke","view"]},"mask-no-clip"],"mask-composite":[{mask:["add","subtract","intersect","exclude"]}],"mask-image-linear-pos":[{"mask-linear":[q]}],"mask-image-linear-from-pos":[{"mask-linear-from":J()}],"mask-image-linear-to-pos":[{"mask-linear-to":J()}],"mask-image-linear-from-color":[{"mask-linear-from":I()}],"mask-image-linear-to-color":[{"mask-linear-to":I()}],"mask-image-t-from-pos":[{"mask-t-from":J()}],"mask-image-t-to-pos":[{"mask-t-to":J()}],"mask-image-t-from-color":[{"mask-t-from":I()}],"mask-image-t-to-color":[{"mask-t-to":I()}],"mask-image-r-from-pos":[{"mask-r-from":J()}],"mask-image-r-to-pos":[{"mask-r-to":J()}],"mask-image-r-from-color":[{"mask-r-from":I()}],"mask-image-r-to-color":[{"mask-r-to":I()}],"mask-image-b-from-pos":[{"mask-b-from":J()}],"mask-image-b-to-pos":[{"mask-b-to":J()}],"mask-image-b-from-color":[{"mask-b-from":I()}],"mask-image-b-to-color":[{"mask-b-to":I()}],"mask-image-l-from-pos":[{"mask-l-from":J()}],"mask-image-l-to-pos":[{"mask-l-to":J()}],"mask-image-l-from-color":[{"mask-l-from":I()}],"mask-image-l-to-color":[{"mask-l-to":I()}],"mask-image-x-from-pos":[{"mask-x-from":J()}],"mask-image-x-to-pos":[{"mask-x-to":J()}],"mask-image-x-from-color":[{"mask-x-from":I()}],"mask-image-x-to-color":[{"mask-x-to":I()}],"mask-image-y-from-pos":[{"mask-y-from":J()}],"mask-image-y-to-pos":[{"mask-y-to":J()}],"mask-image-y-from-color":[{"mask-y-from":I()}],"mask-image-y-to-color":[{"mask-y-to":I()}],"mask-image-radial":[{"mask-radial":[es,er]}],"mask-image-radial-from-pos":[{"mask-radial-from":J()}],"mask-image-radial-to-pos":[{"mask-radial-to":J()}],"mask-image-radial-from-color":[{"mask-radial-from":I()}],"mask-image-radial-to-color":[{"mask-radial-to":I()}],"mask-image-radial-shape":[{"mask-radial":["circle","ellipse"]}],"mask-image-radial-size":[{"mask-radial":[{closest:["side","corner"],farthest:["side","corner"]}]}],"mask-image-radial-pos":[{"mask-radial-at":v()}],"mask-image-conic-pos":[{"mask-conic":[q]}],"mask-image-conic-from-pos":[{"mask-conic-from":J()}],"mask-image-conic-to-pos":[{"mask-conic-to":J()}],"mask-image-conic-from-color":[{"mask-conic-from":I()}],"mask-image-conic-to-color":[{"mask-conic-to":I()}],"mask-mode":[{mask:["alpha","luminance","match"]}],"mask-origin":[{"mask-origin":["border","padding","content","fill","stroke","view"]}],"mask-position":[{mask:$()}],"mask-repeat":[{mask:L()}],"mask-size":[{mask:T()}],"mask-type":[{"mask-type":["alpha","luminance"]}],"mask-image":[{mask:["none",es,er]}],filter:[{filter:["","none",es,er]}],blur:[{blur:Q()}],brightness:[{brightness:[q,es,er]}],contrast:[{contrast:[q,es,er]}],"drop-shadow":[{"drop-shadow":["","none",m,ep,ei]}],"drop-shadow-color":[{"drop-shadow":I()}],grayscale:[{grayscale:["",q,es,er]}],"hue-rotate":[{"hue-rotate":[q,es,er]}],invert:[{invert:["",q,es,er]}],saturate:[{saturate:[q,es,er]}],sepia:[{sepia:["",q,es,er]}],"backdrop-filter":[{"backdrop-filter":["","none",es,er]}],"backdrop-blur":[{"backdrop-blur":Q()}],"backdrop-brightness":[{"backdrop-brightness":[q,es,er]}],"backdrop-contrast":[{"backdrop-contrast":[q,es,er]}],"backdrop-grayscale":[{"backdrop-grayscale":["",q,es,er]}],"backdrop-hue-rotate":[{"backdrop-hue-rotate":[q,es,er]}],"backdrop-invert":[{"backdrop-invert":["",q,es,er]}],"backdrop-opacity":[{"backdrop-opacity":[q,es,er]}],"backdrop-saturate":[{"backdrop-saturate":[q,es,er]}],"backdrop-sepia":[{"backdrop-sepia":["",q,es,er]}],"border-collapse":[{border:["collapse","separate"]}],"border-spacing":[{"border-spacing":_()}],"border-spacing-x":[{"border-spacing-x":_()}],"border-spacing-y":[{"border-spacing-y":_()}],"table-layout":[{table:["auto","fixed"]}],caption:[{caption:["top","bottom"]}],transition:[{transition:["","all","colors","opacity","shadow","transform","none",es,er]}],"transition-behavior":[{transition:["normal","discrete"]}],duration:[{duration:[q,"initial",es,er]}],ease:[{ease:["linear","initial",b,es,er]}],delay:[{delay:[q,es,er]}],animate:[{animate:["none",y,es,er]}],backface:[{backface:["hidden","visible"]}],perspective:[{perspective:[h,es,er]}],"perspective-origin":[{"perspective-origin":w()}],rotate:[{rotate:Y()}],"rotate-x":[{"rotate-x":Y()}],"rotate-y":[{"rotate-y":Y()}],"rotate-z":[{"rotate-z":Y()}],scale:[{scale:Z()}],"scale-x":[{"scale-x":Z()}],"scale-y":[{"scale-y":Z()}],"scale-z":[{"scale-z":Z()}],"scale-3d":["scale-3d"],skew:[{skew:eh()}],"skew-x":[{"skew-x":eh()}],"skew-y":[{"skew-y":eh()}],transform:[{transform:[es,er,"","none","gpu","cpu"]}],"transform-origin":[{origin:w()}],"transform-style":[{transform:["3d","flat"]}],translate:[{translate:eg()}],"translate-x":[{"translate-x":eg()}],"translate-y":[{"translate-y":eg()}],"translate-z":[{"translate-z":eg()}],"translate-none":["translate-none"],accent:[{accent:I()}],appearance:[{appearance:["none","auto"]}],"caret-color":[{caret:I()}],"color-scheme":[{scheme:["normal","dark","light","light-dark","only-dark","only-light"]}],cursor:[{cursor:["auto","default","pointer","wait","text","move","help","not-allowed","none","context-menu","progress","cell","crosshair","vertical-text","alias","copy","no-drop","grab","grabbing","all-scroll","col-resize","row-resize","n-resize","e-resize","s-resize","w-resize","ne-resize","nw-resize","se-resize","sw-resize","ew-resize","ns-resize","nesw-resize","nwse-resize","zoom-in","zoom-out",es,er]}],"field-sizing":[{"field-sizing":["fixed","content"]}],"pointer-events":[{"pointer-events":["auto","none"]}],resize:[{resize:["none","","y","x"]}],"scroll-behavior":[{scroll:["auto","smooth"]}],"scroll-m":[{"scroll-m":_()}],"scroll-mx":[{"scroll-mx":_()}],"scroll-my":[{"scroll-my":_()}],"scroll-ms":[{"scroll-ms":_()}],"scroll-me":[{"scroll-me":_()}],"scroll-mt":[{"scroll-mt":_()}],"scroll-mr":[{"scroll-mr":_()}],"scroll-mb":[{"scroll-mb":_()}],"scroll-ml":[{"scroll-ml":_()}],"scroll-p":[{"scroll-p":_()}],"scroll-px":[{"scroll-px":_()}],"scroll-py":[{"scroll-py":_()}],"scroll-ps":[{"scroll-ps":_()}],"scroll-pe":[{"scroll-pe":_()}],"scroll-pt":[{"scroll-pt":_()}],"scroll-pr":[{"scroll-pr":_()}],"scroll-pb":[{"scroll-pb":_()}],"scroll-pl":[{"scroll-pl":_()}],"snap-align":[{snap:["start","end","center","align-none"]}],"snap-stop":[{snap:["normal","always"]}],"snap-type":[{snap:["none","x","y","both"]}],"snap-strictness":[{snap:["mandatory","proximity"]}],touch:[{touch:["auto","none","manipulation"]}],"touch-x":[{"touch-pan":["x","left","right"]}],"touch-y":[{"touch-pan":["y","up","down"]}],"touch-pz":["touch-pinch-zoom"],select:[{select:["none","text","all","auto"]}],"will-change":[{"will-change":["auto","scroll","contents","transform",es,er]}],fill:[{fill:["none",...I()]}],"stroke-w":[{stroke:[q,ed,eo,en]}],stroke:[{stroke:["none",...I()]}],"forced-color-adjust":[{"forced-color-adjust":["auto","none"]}]},conflictingClassGroups:{overflow:["overflow-x","overflow-y"],overscroll:["overscroll-x","overscroll-y"],inset:["inset-x","inset-y","start","end","top","right","bottom","left"],"inset-x":["right","left"],"inset-y":["top","bottom"],flex:["basis","grow","shrink"],gap:["gap-x","gap-y"],p:["px","py","ps","pe","pt","pr","pb","pl"],px:["pr","pl"],py:["pt","pb"],m:["mx","my","ms","me","mt","mr","mb","ml"],mx:["mr","ml"],my:["mt","mb"],size:["w","h"],"font-size":["leading"],"fvn-normal":["fvn-ordinal","fvn-slashed-zero","fvn-figure","fvn-spacing","fvn-fraction"],"fvn-ordinal":["fvn-normal"],"fvn-slashed-zero":["fvn-normal"],"fvn-figure":["fvn-normal"],"fvn-spacing":["fvn-normal"],"fvn-fraction":["fvn-normal"],"line-clamp":["display","overflow"],rounded:["rounded-s","rounded-e","rounded-t","rounded-r","rounded-b","rounded-l","rounded-ss","rounded-se","rounded-ee","rounded-es","rounded-tl","rounded-tr","rounded-br","rounded-bl"],"rounded-s":["rounded-ss","rounded-es"],"rounded-e":["rounded-se","rounded-ee"],"rounded-t":["rounded-tl","rounded-tr"],"rounded-r":["rounded-tr","rounded-br"],"rounded-b":["rounded-br","rounded-bl"],"rounded-l":["rounded-tl","rounded-bl"],"border-spacing":["border-spacing-x","border-spacing-y"],"border-w":["border-w-x","border-w-y","border-w-s","border-w-e","border-w-t","border-w-r","border-w-b","border-w-l"],"border-w-x":["border-w-r","border-w-l"],"border-w-y":["border-w-t","border-w-b"],"border-color":["border-color-x","border-color-y","border-color-s","border-color-e","border-color-t","border-color-r","border-color-b","border-color-l"],"border-color-x":["border-color-r","border-color-l"],"border-color-y":["border-color-t","border-color-b"],translate:["translate-x","translate-y","translate-none"],"translate-none":["translate","translate-x","translate-y","translate-z"],"scroll-m":["scroll-mx","scroll-my","scroll-ms","scroll-me","scroll-mt","scroll-mr","scroll-mb","scroll-ml"],"scroll-mx":["scroll-mr","scroll-ml"],"scroll-my":["scroll-mt","scroll-mb"],"scroll-p":["scroll-px","scroll-py","scroll-ps","scroll-pe","scroll-pt","scroll-pr","scroll-pb","scroll-pl"],"scroll-px":["scroll-pr","scroll-pl"],"scroll-py":["scroll-pt","scroll-pb"],touch:["touch-x","touch-y","touch-pz"],"touch-x":["touch"],"touch-y":["touch"],"touch-pz":["touch"]},conflictingClassGroupModifiers:{"font-size":["leading"]},orderSensitiveModifiers:["*","**","after","backdrop","before","details-content","file","first-letter","first-line","marker","placeholder","selection"]}}),ez=(o="inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium transition-all disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg:not([class*='size-'])]:size-4 shrink-0 [&_svg]:shrink-0 outline-none focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:ring-[3px] aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive",n={variants:{variant:{default:"bg-primary text-primary-foreground hover:bg-primary/90",destructive:"bg-destructive text-white hover:bg-destructive/90 focus-visible:ring-destructive/20 dark:focus-visible:ring-destructive/40 dark:bg-destructive/60",outline:"border bg-background shadow-xs hover:bg-accent hover:text-accent-foreground dark:bg-input/30 dark:border-input dark:hover:bg-input/50",secondary:"bg-secondary text-secondary-foreground hover:bg-secondary/80",ghost:"hover:bg-accent hover:text-accent-foreground dark:hover:bg-accent/50",link:"text-primary underline-offset-4 hover:underline"},size:{default:"h-9 px-4 py-2 has-[>svg]:px-3",sm:"h-8 rounded-md gap-1.5 px-3 has-[>svg]:px-2.5",lg:"h-10 rounded-md px-6 has-[>svg]:px-4",icon:"size-9","icon-sm":"size-8","icon-lg":"size-10"}},defaultVariants:{variant:"default",size:"default"}},e=>{var t;if((null==n?void 0:n.variants)==null)return b(o,null==e?void 0:e.class,null==e?void 0:e.className);let{variants:r,defaultVariants:l}=n,a=Object.keys(r).map(t=>{let o=null==e?void 0:e[t],n=null==l?void 0:l[t];if(null===o)return null;let a=y(o)||y(n);return r[t][a]}),i=e&&Object.entries(e).reduce((e,t)=>{let[r,o]=t;return void 0===o||(e[r]=o),e},{});return b(o,a,null==n||null==(t=n.compoundVariants)?void 0:t.reduce((e,t)=>{let{class:r,className:o,...n}=t;return Object.entries(n).every(e=>{let[t,r]=e;return Array.isArray(r)?r.includes({...l,...i}[t]):({...l,...i})[t]===r})?[...e,r,o]:e},[]),null==e?void 0:e.class,null==e?void 0:e.className)});function eC({className:e,variant:t,size:r,asChild:o=!1,...n}){return(0,a.jsx)(o?p:"button",{"data-slot":"button",className:function(...e){return e_(b(e))}(ez({variant:t,size:r,className:e})),...n})}e.s(["Button",0,eC],91759);let eO=(...e)=>e.filter((e,t,r)=>!!e&&""!==e.trim()&&r.indexOf(e)===t).join(" ").trim(),eS=e=>{let t=e.replace(/^([A-Z])|[\s-_]+(\w)/g,(e,t,r)=>r?r.toUpperCase():t.toLowerCase());return t.charAt(0).toUpperCase()+t.slice(1)};var eP={xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"};let eN=(0,i.forwardRef)(({color:e="currentColor",size:t=24,strokeWidth:r=2,absoluteStrokeWidth:o,className:n="",children:l,iconNode:a,...s},d)=>(0,i.createElement)("svg",{ref:d,...eP,width:t,height:t,stroke:e,strokeWidth:o?24*Number(r)/Number(t):r,className:eO("lucide",n),...!l&&!(e=>{for(let t in e)if(t.startsWith("aria-")||"role"===t||"title"===t)return!0;return!1})(s)&&{"aria-hidden":"true"},...s},[...a.map(([e,t])=>(0,i.createElement)(e,t)),...Array.isArray(l)?l:[l]])),eE=(e,t)=>{let r=(0,i.forwardRef)(({className:r,...o},n)=>(0,i.createElement)(eN,{ref:n,iconNode:t,className:eO(`lucide-${eS(e).replace(/([a-z0-9])([A-Z])/g,"$1-$2").toLowerCase()}`,`lucide-${e}`,r),...o}));return r.displayName=eS(e),r};e.s(["default",0,eE],35956);let eR=eE("menu",[["path",{d:"M4 5h16",key:"1tepv9"}],["path",{d:"M4 12h16",key:"1lakjw"}],["path",{d:"M4 19h16",key:"1djgab"}]]),eM=eE("x",[["path",{d:"M18 6 6 18",key:"1bl5f8"}],["path",{d:"m6 6 12 12",key:"d8bk6v"}]]);e.s(["X",0,eM],65645);let eI={en:{navLinks:[{href:"/#workflow",label:"Workflow"},{href:"/#products",label:"Surfaces"},{href:"/#features",label:"Capabilities"},{href:"/swarm",label:"Swarm"},{href:"/launch",label:"Launch"},{href:"/#security",label:"Security"}],register:"Register",start:"Get started",toggle:"中文",menuOpen:"Open menu",menuClose:"Close menu"},zh:{navLinks:[{href:"/#workflow",label:"流程"},{href:"/#products",label:"产品面"},{href:"/#features",label:"能力"},{href:"/swarm",label:"蜂群"},{href:"/launch",label:"上线"},{href:"/#security",label:"安全"}],register:"注册",start:"开始使用",toggle:"EN",menuOpen:"打开菜单",menuClose:"关闭菜单"}},eA="https://code.xinghanlab.com/",e$="https://code.xinghanlab.com/sign-up",eL="https://doc.xinghanlab.com/";e.s(["Header",0,function({lang:e,setLang:t}){let[r,o]=(0,i.useState)(!1),n=eI[e],l=()=>t("en"===e?"zh":"en");return(0,a.jsxs)("header",{className:"fixed top-0 left-0 right-0 z-50 border-b border-border/60 bg-background/75 backdrop-blur-xl",children:[(0,a.jsxs)("div",{className:"mx-auto flex h-16 max-w-7xl items-center justify-between px-4 sm:px-6 lg:px-8",children:[(0,a.jsxs)(s.default,{href:"/",className:"flex items-center gap-2",children:[(0,a.jsx)("div",{className:"flex h-9 w-9 items-center justify-center rounded-xl border border-border/70 bg-card/80 text-foreground shadow-sm",children:(0,a.jsx)(d.default,{src:"/taiji-logo.png",alt:"Heicode",width:18,height:18})}),(0,a.jsx)("span",{className:"text-lg font-black tracking-tight text-foreground",children:"Heicode"})]}),(0,a.jsx)("nav",{className:"hidden items-center gap-8 md:flex",children:n.navLinks.map(e=>(0,a.jsx)(s.default,{href:e.href,className:"text-sm text-muted-foreground transition-colors hover:text-foreground",children:e.label},e.href))}),(0,a.jsxs)("div",{className:"hidden items-center gap-4 md:flex",children:[(0,a.jsx)(eC,{variant:"outline",size:"sm",className:"rounded-full bg-card/50",onClick:l,children:n.toggle}),(0,a.jsx)(eC,{variant:"ghost",size:"sm",className:"rounded-full",asChild:!0,children:(0,a.jsx)("a",{href:eL,target:"_blank",rel:"noreferrer",children:"zh"===e?"文档":"Docs"})}),(0,a.jsx)(eC,{variant:"outline",size:"sm",className:"rounded-full bg-card/50",asChild:!0,children:(0,a.jsx)("a",{href:e$,target:"_blank",rel:"noreferrer",children:n.register})}),(0,a.jsx)(eC,{size:"sm",className:"rounded-full bg-foreground text-background hover:bg-foreground/90",asChild:!0,children:(0,a.jsx)("a",{href:eA,target:"_blank",rel:"noreferrer",children:n.start})})]}),(0,a.jsx)("button",{className:"md:hidden",onClick:()=>o(!r),"aria-label":r?n.menuClose:n.menuOpen,children:r?(0,a.jsx)(eM,{className:"h-6 w-6"}):(0,a.jsx)(eR,{className:"h-6 w-6"})})]}),r&&(0,a.jsx)("div",{className:"border-t border-border bg-background md:hidden",children:(0,a.jsxs)("nav",{className:"flex flex-col px-4 py-4",children:[n.navLinks.map(e=>(0,a.jsx)(s.default,{href:e.href,className:"py-3 text-sm text-muted-foreground transition-colors hover:text-foreground",onClick:()=>o(!1),children:e.label},e.href)),(0,a.jsxs)("div",{className:"mt-4 flex flex-col gap-2",children:[(0,a.jsx)(eC,{variant:"outline",size:"sm",className:"justify-start rounded-full bg-card/50",onClick:l,children:n.toggle}),(0,a.jsx)(eC,{variant:"ghost",size:"sm",className:"justify-start rounded-full",asChild:!0,children:(0,a.jsx)("a",{href:eL,target:"_blank",rel:"noreferrer",children:"zh"===e?"文档":"Docs"})}),(0,a.jsx)(eC,{variant:"outline",size:"sm",className:"justify-start rounded-full bg-card/50",asChild:!0,children:(0,a.jsx)("a",{href:e$,target:"_blank",rel:"noreferrer",children:n.register})}),(0,a.jsx)(eC,{size:"sm",className:"rounded-full bg-foreground text-background hover:bg-foreground/90",asChild:!0,children:(0,a.jsx)("a",{href:eA,target:"_blank",rel:"noreferrer",children:n.start})})]})]})})]})}],96487)},38309,e=>{"use strict";var t=e.i(21416),r=e.i(21212),o=e.i(98488);let n="https://doc.xinghanlab.com/",l={en:{tagline:["From one idea to production software","Organize an AI development team with code and cloud resources"],copyright:"All rights reserved.",footerLinks:{Product:[{label:"Heicode Client",href:"#"},{label:"Heicode Manager",href:"https://code.xinghanlab.com/"},{label:"Agnet Platform",href:"https://agnet.taijiaicloud.com/"},{label:"Agnet Swarm",href:"/swarm"}],Resources:[{label:"Documentation",href:n},{label:"Resource binding",href:"#"},{label:"Secret vault",href:"#"},{label:"CodeGW boundary",href:"#"},{label:"Product demo",href:"#"}],Company:[{label:"About us",href:"https://www.taijiaicloud.com/"},{label:"Blog",href:"#"},{label:"Careers",href:"#"},{label:"Contact",href:"mailto:november@taijiaicloud.com"}],Legal:[{label:"Privacy",href:"#"},{label:"Terms",href:"#"},{label:"Security",href:"#"}]}},zh:{tagline:["从一个想法,到可上线的软件产品","组织 AI 开发团队,接入代码和云资源"],copyright:"保留所有权利。",footerLinks:{产品:[{label:"Heicode 客户端",href:"#"},{label:"Heicode Manager",href:"https://code.xinghanlab.com/"},{label:"Agnet 平台",href:"https://agnet.taijiaicloud.com/"},{label:"Agnet 蜂群",href:"/swarm"}],资源:[{label:"文档",href:n},{label:"资源绑定",href:"#"},{label:"密钥保管器",href:"#"},{label:"CodeGW 边界",href:"#"},{label:"产品演示",href:"#"}],公司:[{label:"关于我们",href:"https://www.taijiaicloud.com/"},{label:"博客",href:"#"},{label:"加入我们",href:"#"},{label:"联系方式",href:"mailto:november@taijiaicloud.com"}],法律:[{label:"隐私政策",href:"#"},{label:"服务条款",href:"#"},{label:"安全",href:"#"}]}}};e.s(["Footer",0,function({lang:e}){let n=l[e];return(0,t.jsx)("footer",{className:"border-t border-border bg-background",children:(0,t.jsxs)("div",{className:"mx-auto max-w-7xl px-4 py-12 sm:px-6 lg:px-8 lg:py-16",children:[(0,t.jsxs)("div",{className:"grid gap-8 sm:grid-cols-2 lg:grid-cols-5",children:[(0,t.jsxs)("div",{className:"lg:col-span-1",children:[(0,t.jsxs)(r.default,{href:"/",className:"flex items-center gap-2",children:[(0,t.jsx)("div",{className:"flex h-8 w-8 items-center justify-center rounded-md border border-border/70 bg-card/60 text-foreground",children:(0,t.jsx)(o.default,{src:"/taiji-logo.png",alt:"Heicode",width:18,height:18})}),(0,t.jsx)("span",{className:"text-lg font-black tracking-tight text-foreground",children:"Heicode"})]}),(0,t.jsxs)("p",{className:"mt-4 text-sm leading-relaxed text-muted-foreground",children:[n.tagline[0],(0,t.jsx)("br",{}),n.tagline[1]]})]}),Object.entries(n.footerLinks).map(([e,o])=>(0,t.jsxs)("div",{children:[(0,t.jsx)("h3",{className:"text-sm font-semibold",children:e}),(0,t.jsx)("ul",{className:"mt-4 space-y-3",children:o.map(e=>(0,t.jsx)("li",{children:e.href.startsWith("http")||e.href.startsWith("mailto:")?(0,t.jsx)("a",{href:e.href,target:"_blank",rel:"noreferrer",className:"text-sm text-muted-foreground transition-colors hover:text-foreground",children:e.label}):(0,t.jsx)(r.default,{href:e.href,className:"text-sm text-muted-foreground transition-colors hover:text-foreground",children:e.label})},e.label))})]},e))]}),(0,t.jsx)("div",{className:"mt-12 border-t border-border pt-8",children:(0,t.jsx)("div",{className:"flex flex-col items-center justify-between gap-4 sm:flex-row",children:(0,t.jsxs)("p",{className:"text-sm text-muted-foreground",children:["© ",new Date().getFullYear()," Taiji. ",n.copyright]})})})]})})}])},155,e=>{"use strict";let t=(0,e.i(35956).default)("arrow-right",[["path",{d:"M5 12h14",key:"1ays0h"}],["path",{d:"m12 5 7 7-7 7",key:"xquz4c"}]]);e.s(["ArrowRight",0,t],155)},9808,e=>{"use strict";let t=(0,e.i(35956).default)("shield-check",[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z",key:"oel41y"}],["path",{d:"m9 12 2 2 4-4",key:"dzmm74"}]]);e.s(["ShieldCheck",0,t],9808)},50103,e=>{"use strict";let t=(0,e.i(35956).default)("sparkles",[["path",{d:"M11.017 2.814a1 1 0 0 1 1.966 0l1.051 5.558a2 2 0 0 0 1.594 1.594l5.558 1.051a1 1 0 0 1 0 1.966l-5.558 1.051a2 2 0 0 0-1.594 1.594l-1.051 5.558a1 1 0 0 1-1.966 0l-1.051-5.558a2 2 0 0 0-1.594-1.594l-5.558-1.051a1 1 0 0 1 0-1.966l5.558-1.051a2 2 0 0 0 1.594-1.594z",key:"1s2grr"}],["path",{d:"M20 2v4",key:"1rf3ol"}],["path",{d:"M22 4h-4",key:"gwowj6"}],["circle",{cx:"4",cy:"20",r:"2",key:"6kqj1y"}]]);e.s(["Sparkles",0,t],50103)},21646,e=>{"use strict";let t=(0,e.i(35956).default)("workflow",[["rect",{width:"8",height:"8",x:"3",y:"3",rx:"2",key:"by2w9f"}],["path",{d:"M7 11v4a2 2 0 0 0 2 2h4",key:"xkn7yn"}],["rect",{width:"8",height:"8",x:"13",y:"13",rx:"2",key:"1cgmvn"}]]);e.s(["Workflow",0,t],21646)}]); \ No newline at end of file +Read more: https://nextjs.org/docs/messages/next-image-unconfigured-localpatterns`),"__NEXT_ERROR_CODE",{value:"E871",enumerable:!1,configurable:!0});let s=(0,o.findClosestQuality)(a,e);return`${e.path}?url=${encodeURIComponent(t)}&w=${r}&q=${s}${t.startsWith("/")&&i?`&dpl=${i}`:""}`}l.__next_img_default=!0;let a=l},29023,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"Image",{enumerable:!0,get:function(){return v}});let o=e.r(77532),n=e.r(33517),l=e.r(21416),a=n._(e.r(95599)),i=o._(e.r(95801)),s=o._(e.r(46946)),d=e.r(99082),c=e.r(4633),u=e.r(43356);e.r(50443);let f=e.r(2248),m=o._(e.r(88179)),p=e.r(62798),h={deviceSizes:[640,750,828,1080,1200,1920,2048,3840],imageSizes:[32,48,64,96,128,256,384],qualities:[75],path:"/_next/image",loader:"default",dangerouslyAllowSVG:!1,unoptimized:!0};function g(e,t,r,o,n,l,a){let i=e?.src;e&&e["data-loaded-src"]!==i&&(e["data-loaded-src"]=i,("decode"in e?e.decode():Promise.resolve()).catch(()=>{}).then(()=>{if(e.parentElement&&e.isConnected){if("empty"!==t&&n(!0),r?.current){let t=new Event("load");Object.defineProperty(t,"target",{writable:!1,value:e});let o=!1,n=!1;r.current({...t,nativeEvent:t,currentTarget:e,target:e,isDefaultPrevented:()=>o,isPropagationStopped:()=>n,persist:()=>{},preventDefault:()=>{o=!0,t.preventDefault()},stopPropagation:()=>{n=!0,t.stopPropagation()}})}o?.current&&o.current(e)}}))}function b(e){return a.use?{fetchPriority:e}:{fetchpriority:e}}"u"{let O=(0,a.useCallback)(e=>{e&&(_&&(e.src=e.src),e.complete&&g(e,u,y,x,v,m,k))},[e,u,y,x,v,_,m,k]),S=(0,p.useMergedRef)(C,O);return(0,l.jsx)("img",{...z,...b(c),loading:f,width:n,height:o,decoding:i,"data-nimg":h?"fill":"1",className:s,style:d,sizes:r,srcSet:t,src:e,ref:S,onLoad:e=>{g(e.currentTarget,u,y,x,v,m,k)},onError:e=>{w(!0),"empty"!==u&&v(!0),_&&_(e)}})});function x({isAppRouter:e,imgAttributes:t}){let r={as:"image",imageSrcSet:t.srcSet,imageSizes:t.sizes,crossOrigin:t.crossOrigin,referrerPolicy:t.referrerPolicy,...b(t.fetchPriority)};return e&&i.default.preload?(i.default.preload(t.src,r),null):(0,l.jsx)(s.default,{children:(0,l.jsx)("link",{rel:"preload",href:t.srcSet?void 0:t.src,...r},"__nimg-"+t.src+t.srcSet+t.sizes)})}let v=(0,a.forwardRef)((e,t)=>{let r=(0,a.useContext)(f.RouterContext),o=(0,a.useContext)(u.ImageConfigContext),n=(0,a.useMemo)(()=>{let e=h||o||c.imageConfigDefault,t=[...e.deviceSizes,...e.imageSizes].sort((e,t)=>e-t),r=e.deviceSizes.sort((e,t)=>e-t),n=e.qualities?.sort((e,t)=>e-t);return{...e,allSizes:t,deviceSizes:r,qualities:n,localPatterns:"u"{p.current=i},[i]);let g=(0,a.useRef)(s);(0,a.useEffect)(()=>{g.current=s},[s]);let[b,v]=(0,a.useState)(!1),[w,k]=(0,a.useState)(!1),{props:j,meta:_}=(0,d.getImgProps)(e,{defaultLoader:m.default,imgConf:n,blurComplete:b,showAltText:w});return(0,l.jsxs)(l.Fragment,{children:[(0,l.jsx)(y,{...j,unoptimized:_.unoptimized,placeholder:_.placeholder,fill:_.fill,onLoadRef:p,onLoadingCompleteRef:g,setBlurComplete:v,setShowAltText:k,sizesInput:e.sizes,ref:t}),_.preload?(0,l.jsx)(x,{isAppRouter:!r,imgAttributes:j}):null]})});("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},53147,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var o={default:function(){return c},getImageProps:function(){return d}};for(var n in o)Object.defineProperty(r,n,{enumerable:!0,get:o[n]});let l=e.r(77532),a=e.r(99082),i=e.r(29023),s=l._(e.r(88179));function d(e){let{props:t}=(0,a.getImgProps)(e,{defaultLoader:s.default,imgConf:{deviceSizes:[640,750,828,1080,1200,1920,2048,3840],imageSizes:[32,48,64,96,128,256,384],qualities:[75],path:"/_next/image",loader:"default",dangerouslyAllowSVG:!1,unoptimized:!0}});for(let[e,r]of Object.entries(t))void 0===r&&delete t[e];return{props:t}}let c=i.Image},98488,(e,t,r)=>{t.exports=e.r(53147)},96487,91759,35956,65645,e=>{"use strict";let t,r,o,n,l;var a=e.i(21416),i=e.i(95599),s=e.i(21212),d=e.i(98488);function c(e,t){if("function"==typeof e)return e(t);null!=e&&(e.current=t)}var u=Symbol.for("react.lazy"),f=i[" use ".trim().toString()];function m(e){var t;return null!=e&&"object"==typeof e&&"$$typeof"in e&&e.$$typeof===u&&"_payload"in e&&"object"==typeof(t=e._payload)&&null!==t&&"then"in t}var p=((l=i.forwardRef((e,t)=>{let{children:r,...o}=e;if(m(r)&&"function"==typeof f&&(r=f(r._payload)),i.isValidElement(r)){var n;let e,l,a=(n=r,(l=(e=Object.getOwnPropertyDescriptor(n.props,"ref")?.get)&&"isReactWarning"in e&&e.isReactWarning)?n.ref:(l=(e=Object.getOwnPropertyDescriptor(n,"ref")?.get)&&"isReactWarning"in e&&e.isReactWarning)?n.props.ref:n.props.ref||n.ref),s=function(e,t){let r={...t};for(let o in t){let n=e[o],l=t[o];/^on[A-Z]/.test(o)?n&&l?r[o]=(...e)=>{let t=l(...e);return n(...e),t}:n&&(r[o]=n):"style"===o?r[o]={...n,...l}:"className"===o&&(r[o]=[n,l].filter(Boolean).join(" "))}return{...e,...r}}(o,r.props);return r.type!==i.Fragment&&(s.ref=t?function(...e){return t=>{let r=!1,o=e.map(e=>{let o=c(e,t);return r||"function"!=typeof o||(r=!0),o});if(r)return()=>{for(let t=0;t1?i.Children.only(null):null})).displayName="Slot.SlotClone",t=l,(r=i.forwardRef((e,r)=>{let{children:o,...n}=e;m(o)&&"function"==typeof f&&(o=f(o._payload));let l=i.Children.toArray(o),s=l.find(g);if(s){let e=s.props.children,o=l.map(t=>t!==s?t:i.Children.count(e)>1?i.Children.only(null):i.isValidElement(e)?e.props.children:null);return(0,a.jsx)(t,{...n,ref:r,children:i.isValidElement(e)?i.cloneElement(e,void 0,o):null})}return(0,a.jsx)(t,{...n,ref:r,children:o})})).displayName="Slot.Slot",r),h=Symbol("radix.slottable");function g(e){return i.isValidElement(e)&&"function"==typeof e.type&&"__radixId"in e.type&&e.type.__radixId===h}function b(){for(var e,t,r=0,o="",n=arguments.length;r"boolean"==typeof e?`${e}`:0===e?"0":e,x=(e=new Map,t=null,r)=>({nextPart:e,validators:t,classGroupId:r}),v=[],w=(e,t,r)=>{if(0==e.length-t)return r.classGroupId;let o=e[t],n=r.nextPart.get(o);if(n){let r=w(e,t+1,n);if(r)return r}let l=r.validators;if(null===l)return;let a=0===t?e.join("-"):e.slice(t).join("-"),i=l.length;for(let e=0;e{let r=x();for(let o in e)j(e[o],r,o,t);return r},j=(e,t,r,o)=>{let n=e.length;for(let l=0;l{"string"==typeof e?z(e,t,r):"function"==typeof e?C(e,t,r,o):O(e,t,r,o)},z=(e,t,r)=>{(""===e?t:S(t,e)).classGroupId=r},C=(e,t,r,o)=>{P(e)?j(e(o),t,r,o):(null===t.validators&&(t.validators=[]),t.validators.push({classGroupId:r,validator:e}))},O=(e,t,r,o)=>{let n=Object.entries(e),l=n.length;for(let e=0;e{let r=e,o=t.split("-"),n=o.length;for(let e=0;e"isThemeGetter"in e&&!0===e.isThemeGetter,N=[],E=(e,t,r,o,n)=>({modifiers:e,hasImportantModifier:t,baseClassName:r,maybePostfixModifierPosition:o,isExternal:n}),R=/\s+/,M=e=>{let t;if("string"==typeof e)return e;let r="";for(let o=0;o{let t=t=>t[e]||I;return t.isThemeGetter=!0,t},$=/^\[(?:(\w[\w-]*):)?(.+)\]$/i,L=/^\((?:(\w[\w-]*):)?(.+)\)$/i,T=/^\d+\/\d+$/,D=/^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/,W=/\d+(%|px|r?em|[sdl]?v([hwib]|min|max)|pt|pc|in|cm|mm|cap|ch|ex|r?lh|cq(w|h|i|b|min|max))|\b(calc|min|max|clamp)\(.+\)|^0$/,U=/^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/,G=/^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/,B=/^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/,F=e=>T.test(e),q=e=>!!e&&!Number.isNaN(Number(e)),H=e=>!!e&&Number.isInteger(Number(e)),V=e=>e.endsWith("%")&&q(e.slice(0,-1)),K=e=>D.test(e),X=()=>!0,J=e=>W.test(e)&&!U.test(e),Q=()=>!1,Y=e=>G.test(e),Z=e=>B.test(e),ee=e=>!er(e)&&!es(e),et=e=>eh(e,ex,Q),er=e=>$.test(e),eo=e=>eh(e,ev,J),en=e=>eh(e,ew,q),el=e=>eh(e,eb,Q),ea=e=>eh(e,ey,Z),ei=e=>eh(e,ej,Y),es=e=>L.test(e),ed=e=>eg(e,ev),ec=e=>eg(e,ek),eu=e=>eg(e,eb),ef=e=>eg(e,ex),em=e=>eg(e,ey),ep=e=>eg(e,ej,!0),eh=(e,t,r)=>{let o=$.exec(e);return!!o&&(o[1]?t(o[1]):r(o[2]))},eg=(e,t,r=!1)=>{let o=L.exec(e);return!!o&&(o[1]?t(o[1]):r)},eb=e=>"position"===e||"percentage"===e,ey=e=>"image"===e||"url"===e,ex=e=>"length"===e||"size"===e||"bg-size"===e,ev=e=>"length"===e,ew=e=>"number"===e,ek=e=>"family-name"===e,ej=e=>"shadow"===e,e_=((e,...t)=>{let r,o,n,l,a=e=>{let t=o(e);if(t)return t;let l=((e,t)=>{let{parseClassName:r,getClassGroupId:o,getConflictingClassGroupIds:n,sortModifiers:l}=t,a=[],i=e.trim().split(R),s="";for(let e=i.length-1;e>=0;e-=1){let t=i[e],{isExternal:d,modifiers:c,hasImportantModifier:u,baseClassName:f,maybePostfixModifierPosition:m}=r(t);if(d){s=t+(s.length>0?" "+s:s);continue}let p=!!m,h=o(p?f.substring(0,m):f);if(!h){if(!p||!(h=o(f))){s=t+(s.length>0?" "+s:s);continue}p=!1}let g=0===c.length?"":1===c.length?c[0]:l(c).join(":"),b=u?g+"!":g,y=b+h;if(a.indexOf(y)>-1)continue;a.push(y);let x=n(h,p);for(let e=0;e0?" "+s:s)}return s})(e,r);return n(e,l),l};return l=i=>{var s;let d;return o=(r={cache:(e=>{if(e<1)return{get:()=>void 0,set:()=>{}};let t=0,r=Object.create(null),o=Object.create(null),n=(n,l)=>{r[n]=l,++t>e&&(t=0,o=r,r=Object.create(null))};return{get(e){let t=r[e];return void 0!==t?t:void 0!==(t=o[e])?(n(e,t),t):void 0},set(e,t){e in r?r[e]=t:n(e,t)}}})((s=t.reduce((e,t)=>t(e),e())).cacheSize),parseClassName:(e=>{let{prefix:t,experimentalParseClassName:r}=e,o=e=>{let t,r=[],o=0,n=0,l=0,a=e.length;for(let i=0;il?t-l:void 0)};if(t){let e=t+":",r=o;o=t=>t.startsWith(e)?r(t.slice(e.length)):E(N,!1,t,void 0,!0)}if(r){let e=o;o=t=>r({className:t,parseClassName:e})}return o})(s),sortModifiers:(d=new Map,s.orderSensitiveModifiers.forEach((e,t)=>{d.set(e,1e6+t)}),e=>{let t=[],r=[];for(let o=0;o0&&(r.sort(),t.push(...r),r=[]),t.push(n)):r.push(n)}return r.length>0&&(r.sort(),t.push(...r)),t}),...(e=>{let t=(e=>{let{theme:t,classGroups:r}=e;return k(r,t)})(e),{conflictingClassGroups:r,conflictingClassGroupModifiers:o}=e;return{getClassGroupId:e=>{if(e.startsWith("[")&&e.endsWith("]")){var r;let t,o,n;return -1===(r=e).slice(1,-1).indexOf(":")?void 0:(o=(t=r.slice(1,-1)).indexOf(":"),(n=t.slice(0,o))?"arbitrary.."+n:void 0)}let o=e.split("-"),n=+(""===o[0]&&o.length>1);return w(o,n,t)},getConflictingClassGroupIds:(e,t)=>{if(t){let t=o[e],n=r[e];if(t){if(n){let e=Array(n.length+t.length);for(let t=0;tl(((...e)=>{let t,r,o=0,n="";for(;o{let e=A("color"),t=A("font"),r=A("text"),o=A("font-weight"),n=A("tracking"),l=A("leading"),a=A("breakpoint"),i=A("container"),s=A("spacing"),d=A("radius"),c=A("shadow"),u=A("inset-shadow"),f=A("text-shadow"),m=A("drop-shadow"),p=A("blur"),h=A("perspective"),g=A("aspect"),b=A("ease"),y=A("animate"),x=()=>["auto","avoid","all","avoid-page","page","left","right","column"],v=()=>["center","top","bottom","left","right","top-left","left-top","top-right","right-top","bottom-right","right-bottom","bottom-left","left-bottom"],w=()=>[...v(),es,er],k=()=>["auto","hidden","clip","visible","scroll"],j=()=>["auto","contain","none"],_=()=>[es,er,s],z=()=>[F,"full","auto",..._()],C=()=>[H,"none","subgrid",es,er],O=()=>["auto",{span:["full",H,es,er]},H,es,er],S=()=>[H,"auto",es,er],P=()=>["auto","min","max","fr",es,er],N=()=>["start","end","center","between","around","evenly","stretch","baseline","center-safe","end-safe"],E=()=>["start","end","center","stretch","center-safe","end-safe"],R=()=>["auto",..._()],M=()=>[F,"auto","full","dvw","dvh","lvw","lvh","svw","svh","min","max","fit",..._()],I=()=>[e,es,er],$=()=>[...v(),eu,el,{position:[es,er]}],L=()=>["no-repeat",{repeat:["","x","y","space","round"]}],T=()=>["auto","cover","contain",ef,et,{size:[es,er]}],D=()=>[V,ed,eo],W=()=>["","none","full",d,es,er],U=()=>["",q,ed,eo],G=()=>["solid","dashed","dotted","double"],B=()=>["normal","multiply","screen","overlay","darken","lighten","color-dodge","color-burn","hard-light","soft-light","difference","exclusion","hue","saturation","color","luminosity"],J=()=>[q,V,eu,el],Q=()=>["","none",p,es,er],Y=()=>["none",q,es,er],Z=()=>["none",q,es,er],eh=()=>[q,es,er],eg=()=>[F,"full",..._()];return{cacheSize:500,theme:{animate:["spin","ping","pulse","bounce"],aspect:["video"],blur:[K],breakpoint:[K],color:[X],container:[K],"drop-shadow":[K],ease:["in","out","in-out"],font:[ee],"font-weight":["thin","extralight","light","normal","medium","semibold","bold","extrabold","black"],"inset-shadow":[K],leading:["none","tight","snug","normal","relaxed","loose"],perspective:["dramatic","near","normal","midrange","distant","none"],radius:[K],shadow:[K],spacing:["px",q],text:[K],"text-shadow":[K],tracking:["tighter","tight","normal","wide","wider","widest"]},classGroups:{aspect:[{aspect:["auto","square",F,er,es,g]}],container:["container"],columns:[{columns:[q,er,es,i]}],"break-after":[{"break-after":x()}],"break-before":[{"break-before":x()}],"break-inside":[{"break-inside":["auto","avoid","avoid-page","avoid-column"]}],"box-decoration":[{"box-decoration":["slice","clone"]}],box:[{box:["border","content"]}],display:["block","inline-block","inline","flex","inline-flex","table","inline-table","table-caption","table-cell","table-column","table-column-group","table-footer-group","table-header-group","table-row-group","table-row","flow-root","grid","inline-grid","contents","list-item","hidden"],sr:["sr-only","not-sr-only"],float:[{float:["right","left","none","start","end"]}],clear:[{clear:["left","right","both","none","start","end"]}],isolation:["isolate","isolation-auto"],"object-fit":[{object:["contain","cover","fill","none","scale-down"]}],"object-position":[{object:w()}],overflow:[{overflow:k()}],"overflow-x":[{"overflow-x":k()}],"overflow-y":[{"overflow-y":k()}],overscroll:[{overscroll:j()}],"overscroll-x":[{"overscroll-x":j()}],"overscroll-y":[{"overscroll-y":j()}],position:["static","fixed","absolute","relative","sticky"],inset:[{inset:z()}],"inset-x":[{"inset-x":z()}],"inset-y":[{"inset-y":z()}],start:[{start:z()}],end:[{end:z()}],top:[{top:z()}],right:[{right:z()}],bottom:[{bottom:z()}],left:[{left:z()}],visibility:["visible","invisible","collapse"],z:[{z:[H,"auto",es,er]}],basis:[{basis:[F,"full","auto",i,..._()]}],"flex-direction":[{flex:["row","row-reverse","col","col-reverse"]}],"flex-wrap":[{flex:["nowrap","wrap","wrap-reverse"]}],flex:[{flex:[q,F,"auto","initial","none",er]}],grow:[{grow:["",q,es,er]}],shrink:[{shrink:["",q,es,er]}],order:[{order:[H,"first","last","none",es,er]}],"grid-cols":[{"grid-cols":C()}],"col-start-end":[{col:O()}],"col-start":[{"col-start":S()}],"col-end":[{"col-end":S()}],"grid-rows":[{"grid-rows":C()}],"row-start-end":[{row:O()}],"row-start":[{"row-start":S()}],"row-end":[{"row-end":S()}],"grid-flow":[{"grid-flow":["row","col","dense","row-dense","col-dense"]}],"auto-cols":[{"auto-cols":P()}],"auto-rows":[{"auto-rows":P()}],gap:[{gap:_()}],"gap-x":[{"gap-x":_()}],"gap-y":[{"gap-y":_()}],"justify-content":[{justify:[...N(),"normal"]}],"justify-items":[{"justify-items":[...E(),"normal"]}],"justify-self":[{"justify-self":["auto",...E()]}],"align-content":[{content:["normal",...N()]}],"align-items":[{items:[...E(),{baseline:["","last"]}]}],"align-self":[{self:["auto",...E(),{baseline:["","last"]}]}],"place-content":[{"place-content":N()}],"place-items":[{"place-items":[...E(),"baseline"]}],"place-self":[{"place-self":["auto",...E()]}],p:[{p:_()}],px:[{px:_()}],py:[{py:_()}],ps:[{ps:_()}],pe:[{pe:_()}],pt:[{pt:_()}],pr:[{pr:_()}],pb:[{pb:_()}],pl:[{pl:_()}],m:[{m:R()}],mx:[{mx:R()}],my:[{my:R()}],ms:[{ms:R()}],me:[{me:R()}],mt:[{mt:R()}],mr:[{mr:R()}],mb:[{mb:R()}],ml:[{ml:R()}],"space-x":[{"space-x":_()}],"space-x-reverse":["space-x-reverse"],"space-y":[{"space-y":_()}],"space-y-reverse":["space-y-reverse"],size:[{size:M()}],w:[{w:[i,"screen",...M()]}],"min-w":[{"min-w":[i,"screen","none",...M()]}],"max-w":[{"max-w":[i,"screen","none","prose",{screen:[a]},...M()]}],h:[{h:["screen","lh",...M()]}],"min-h":[{"min-h":["screen","lh","none",...M()]}],"max-h":[{"max-h":["screen","lh",...M()]}],"font-size":[{text:["base",r,ed,eo]}],"font-smoothing":["antialiased","subpixel-antialiased"],"font-style":["italic","not-italic"],"font-weight":[{font:[o,es,en]}],"font-stretch":[{"font-stretch":["ultra-condensed","extra-condensed","condensed","semi-condensed","normal","semi-expanded","expanded","extra-expanded","ultra-expanded",V,er]}],"font-family":[{font:[ec,er,t]}],"fvn-normal":["normal-nums"],"fvn-ordinal":["ordinal"],"fvn-slashed-zero":["slashed-zero"],"fvn-figure":["lining-nums","oldstyle-nums"],"fvn-spacing":["proportional-nums","tabular-nums"],"fvn-fraction":["diagonal-fractions","stacked-fractions"],tracking:[{tracking:[n,es,er]}],"line-clamp":[{"line-clamp":[q,"none",es,en]}],leading:[{leading:[l,..._()]}],"list-image":[{"list-image":["none",es,er]}],"list-style-position":[{list:["inside","outside"]}],"list-style-type":[{list:["disc","decimal","none",es,er]}],"text-alignment":[{text:["left","center","right","justify","start","end"]}],"placeholder-color":[{placeholder:I()}],"text-color":[{text:I()}],"text-decoration":["underline","overline","line-through","no-underline"],"text-decoration-style":[{decoration:[...G(),"wavy"]}],"text-decoration-thickness":[{decoration:[q,"from-font","auto",es,eo]}],"text-decoration-color":[{decoration:I()}],"underline-offset":[{"underline-offset":[q,"auto",es,er]}],"text-transform":["uppercase","lowercase","capitalize","normal-case"],"text-overflow":["truncate","text-ellipsis","text-clip"],"text-wrap":[{text:["wrap","nowrap","balance","pretty"]}],indent:[{indent:_()}],"vertical-align":[{align:["baseline","top","middle","bottom","text-top","text-bottom","sub","super",es,er]}],whitespace:[{whitespace:["normal","nowrap","pre","pre-line","pre-wrap","break-spaces"]}],break:[{break:["normal","words","all","keep"]}],wrap:[{wrap:["break-word","anywhere","normal"]}],hyphens:[{hyphens:["none","manual","auto"]}],content:[{content:["none",es,er]}],"bg-attachment":[{bg:["fixed","local","scroll"]}],"bg-clip":[{"bg-clip":["border","padding","content","text"]}],"bg-origin":[{"bg-origin":["border","padding","content"]}],"bg-position":[{bg:$()}],"bg-repeat":[{bg:L()}],"bg-size":[{bg:T()}],"bg-image":[{bg:["none",{linear:[{to:["t","tr","r","br","b","bl","l","tl"]},H,es,er],radial:["",es,er],conic:[H,es,er]},em,ea]}],"bg-color":[{bg:I()}],"gradient-from-pos":[{from:D()}],"gradient-via-pos":[{via:D()}],"gradient-to-pos":[{to:D()}],"gradient-from":[{from:I()}],"gradient-via":[{via:I()}],"gradient-to":[{to:I()}],rounded:[{rounded:W()}],"rounded-s":[{"rounded-s":W()}],"rounded-e":[{"rounded-e":W()}],"rounded-t":[{"rounded-t":W()}],"rounded-r":[{"rounded-r":W()}],"rounded-b":[{"rounded-b":W()}],"rounded-l":[{"rounded-l":W()}],"rounded-ss":[{"rounded-ss":W()}],"rounded-se":[{"rounded-se":W()}],"rounded-ee":[{"rounded-ee":W()}],"rounded-es":[{"rounded-es":W()}],"rounded-tl":[{"rounded-tl":W()}],"rounded-tr":[{"rounded-tr":W()}],"rounded-br":[{"rounded-br":W()}],"rounded-bl":[{"rounded-bl":W()}],"border-w":[{border:U()}],"border-w-x":[{"border-x":U()}],"border-w-y":[{"border-y":U()}],"border-w-s":[{"border-s":U()}],"border-w-e":[{"border-e":U()}],"border-w-t":[{"border-t":U()}],"border-w-r":[{"border-r":U()}],"border-w-b":[{"border-b":U()}],"border-w-l":[{"border-l":U()}],"divide-x":[{"divide-x":U()}],"divide-x-reverse":["divide-x-reverse"],"divide-y":[{"divide-y":U()}],"divide-y-reverse":["divide-y-reverse"],"border-style":[{border:[...G(),"hidden","none"]}],"divide-style":[{divide:[...G(),"hidden","none"]}],"border-color":[{border:I()}],"border-color-x":[{"border-x":I()}],"border-color-y":[{"border-y":I()}],"border-color-s":[{"border-s":I()}],"border-color-e":[{"border-e":I()}],"border-color-t":[{"border-t":I()}],"border-color-r":[{"border-r":I()}],"border-color-b":[{"border-b":I()}],"border-color-l":[{"border-l":I()}],"divide-color":[{divide:I()}],"outline-style":[{outline:[...G(),"none","hidden"]}],"outline-offset":[{"outline-offset":[q,es,er]}],"outline-w":[{outline:["",q,ed,eo]}],"outline-color":[{outline:I()}],shadow:[{shadow:["","none",c,ep,ei]}],"shadow-color":[{shadow:I()}],"inset-shadow":[{"inset-shadow":["none",u,ep,ei]}],"inset-shadow-color":[{"inset-shadow":I()}],"ring-w":[{ring:U()}],"ring-w-inset":["ring-inset"],"ring-color":[{ring:I()}],"ring-offset-w":[{"ring-offset":[q,eo]}],"ring-offset-color":[{"ring-offset":I()}],"inset-ring-w":[{"inset-ring":U()}],"inset-ring-color":[{"inset-ring":I()}],"text-shadow":[{"text-shadow":["none",f,ep,ei]}],"text-shadow-color":[{"text-shadow":I()}],opacity:[{opacity:[q,es,er]}],"mix-blend":[{"mix-blend":[...B(),"plus-darker","plus-lighter"]}],"bg-blend":[{"bg-blend":B()}],"mask-clip":[{"mask-clip":["border","padding","content","fill","stroke","view"]},"mask-no-clip"],"mask-composite":[{mask:["add","subtract","intersect","exclude"]}],"mask-image-linear-pos":[{"mask-linear":[q]}],"mask-image-linear-from-pos":[{"mask-linear-from":J()}],"mask-image-linear-to-pos":[{"mask-linear-to":J()}],"mask-image-linear-from-color":[{"mask-linear-from":I()}],"mask-image-linear-to-color":[{"mask-linear-to":I()}],"mask-image-t-from-pos":[{"mask-t-from":J()}],"mask-image-t-to-pos":[{"mask-t-to":J()}],"mask-image-t-from-color":[{"mask-t-from":I()}],"mask-image-t-to-color":[{"mask-t-to":I()}],"mask-image-r-from-pos":[{"mask-r-from":J()}],"mask-image-r-to-pos":[{"mask-r-to":J()}],"mask-image-r-from-color":[{"mask-r-from":I()}],"mask-image-r-to-color":[{"mask-r-to":I()}],"mask-image-b-from-pos":[{"mask-b-from":J()}],"mask-image-b-to-pos":[{"mask-b-to":J()}],"mask-image-b-from-color":[{"mask-b-from":I()}],"mask-image-b-to-color":[{"mask-b-to":I()}],"mask-image-l-from-pos":[{"mask-l-from":J()}],"mask-image-l-to-pos":[{"mask-l-to":J()}],"mask-image-l-from-color":[{"mask-l-from":I()}],"mask-image-l-to-color":[{"mask-l-to":I()}],"mask-image-x-from-pos":[{"mask-x-from":J()}],"mask-image-x-to-pos":[{"mask-x-to":J()}],"mask-image-x-from-color":[{"mask-x-from":I()}],"mask-image-x-to-color":[{"mask-x-to":I()}],"mask-image-y-from-pos":[{"mask-y-from":J()}],"mask-image-y-to-pos":[{"mask-y-to":J()}],"mask-image-y-from-color":[{"mask-y-from":I()}],"mask-image-y-to-color":[{"mask-y-to":I()}],"mask-image-radial":[{"mask-radial":[es,er]}],"mask-image-radial-from-pos":[{"mask-radial-from":J()}],"mask-image-radial-to-pos":[{"mask-radial-to":J()}],"mask-image-radial-from-color":[{"mask-radial-from":I()}],"mask-image-radial-to-color":[{"mask-radial-to":I()}],"mask-image-radial-shape":[{"mask-radial":["circle","ellipse"]}],"mask-image-radial-size":[{"mask-radial":[{closest:["side","corner"],farthest:["side","corner"]}]}],"mask-image-radial-pos":[{"mask-radial-at":v()}],"mask-image-conic-pos":[{"mask-conic":[q]}],"mask-image-conic-from-pos":[{"mask-conic-from":J()}],"mask-image-conic-to-pos":[{"mask-conic-to":J()}],"mask-image-conic-from-color":[{"mask-conic-from":I()}],"mask-image-conic-to-color":[{"mask-conic-to":I()}],"mask-mode":[{mask:["alpha","luminance","match"]}],"mask-origin":[{"mask-origin":["border","padding","content","fill","stroke","view"]}],"mask-position":[{mask:$()}],"mask-repeat":[{mask:L()}],"mask-size":[{mask:T()}],"mask-type":[{"mask-type":["alpha","luminance"]}],"mask-image":[{mask:["none",es,er]}],filter:[{filter:["","none",es,er]}],blur:[{blur:Q()}],brightness:[{brightness:[q,es,er]}],contrast:[{contrast:[q,es,er]}],"drop-shadow":[{"drop-shadow":["","none",m,ep,ei]}],"drop-shadow-color":[{"drop-shadow":I()}],grayscale:[{grayscale:["",q,es,er]}],"hue-rotate":[{"hue-rotate":[q,es,er]}],invert:[{invert:["",q,es,er]}],saturate:[{saturate:[q,es,er]}],sepia:[{sepia:["",q,es,er]}],"backdrop-filter":[{"backdrop-filter":["","none",es,er]}],"backdrop-blur":[{"backdrop-blur":Q()}],"backdrop-brightness":[{"backdrop-brightness":[q,es,er]}],"backdrop-contrast":[{"backdrop-contrast":[q,es,er]}],"backdrop-grayscale":[{"backdrop-grayscale":["",q,es,er]}],"backdrop-hue-rotate":[{"backdrop-hue-rotate":[q,es,er]}],"backdrop-invert":[{"backdrop-invert":["",q,es,er]}],"backdrop-opacity":[{"backdrop-opacity":[q,es,er]}],"backdrop-saturate":[{"backdrop-saturate":[q,es,er]}],"backdrop-sepia":[{"backdrop-sepia":["",q,es,er]}],"border-collapse":[{border:["collapse","separate"]}],"border-spacing":[{"border-spacing":_()}],"border-spacing-x":[{"border-spacing-x":_()}],"border-spacing-y":[{"border-spacing-y":_()}],"table-layout":[{table:["auto","fixed"]}],caption:[{caption:["top","bottom"]}],transition:[{transition:["","all","colors","opacity","shadow","transform","none",es,er]}],"transition-behavior":[{transition:["normal","discrete"]}],duration:[{duration:[q,"initial",es,er]}],ease:[{ease:["linear","initial",b,es,er]}],delay:[{delay:[q,es,er]}],animate:[{animate:["none",y,es,er]}],backface:[{backface:["hidden","visible"]}],perspective:[{perspective:[h,es,er]}],"perspective-origin":[{"perspective-origin":w()}],rotate:[{rotate:Y()}],"rotate-x":[{"rotate-x":Y()}],"rotate-y":[{"rotate-y":Y()}],"rotate-z":[{"rotate-z":Y()}],scale:[{scale:Z()}],"scale-x":[{"scale-x":Z()}],"scale-y":[{"scale-y":Z()}],"scale-z":[{"scale-z":Z()}],"scale-3d":["scale-3d"],skew:[{skew:eh()}],"skew-x":[{"skew-x":eh()}],"skew-y":[{"skew-y":eh()}],transform:[{transform:[es,er,"","none","gpu","cpu"]}],"transform-origin":[{origin:w()}],"transform-style":[{transform:["3d","flat"]}],translate:[{translate:eg()}],"translate-x":[{"translate-x":eg()}],"translate-y":[{"translate-y":eg()}],"translate-z":[{"translate-z":eg()}],"translate-none":["translate-none"],accent:[{accent:I()}],appearance:[{appearance:["none","auto"]}],"caret-color":[{caret:I()}],"color-scheme":[{scheme:["normal","dark","light","light-dark","only-dark","only-light"]}],cursor:[{cursor:["auto","default","pointer","wait","text","move","help","not-allowed","none","context-menu","progress","cell","crosshair","vertical-text","alias","copy","no-drop","grab","grabbing","all-scroll","col-resize","row-resize","n-resize","e-resize","s-resize","w-resize","ne-resize","nw-resize","se-resize","sw-resize","ew-resize","ns-resize","nesw-resize","nwse-resize","zoom-in","zoom-out",es,er]}],"field-sizing":[{"field-sizing":["fixed","content"]}],"pointer-events":[{"pointer-events":["auto","none"]}],resize:[{resize:["none","","y","x"]}],"scroll-behavior":[{scroll:["auto","smooth"]}],"scroll-m":[{"scroll-m":_()}],"scroll-mx":[{"scroll-mx":_()}],"scroll-my":[{"scroll-my":_()}],"scroll-ms":[{"scroll-ms":_()}],"scroll-me":[{"scroll-me":_()}],"scroll-mt":[{"scroll-mt":_()}],"scroll-mr":[{"scroll-mr":_()}],"scroll-mb":[{"scroll-mb":_()}],"scroll-ml":[{"scroll-ml":_()}],"scroll-p":[{"scroll-p":_()}],"scroll-px":[{"scroll-px":_()}],"scroll-py":[{"scroll-py":_()}],"scroll-ps":[{"scroll-ps":_()}],"scroll-pe":[{"scroll-pe":_()}],"scroll-pt":[{"scroll-pt":_()}],"scroll-pr":[{"scroll-pr":_()}],"scroll-pb":[{"scroll-pb":_()}],"scroll-pl":[{"scroll-pl":_()}],"snap-align":[{snap:["start","end","center","align-none"]}],"snap-stop":[{snap:["normal","always"]}],"snap-type":[{snap:["none","x","y","both"]}],"snap-strictness":[{snap:["mandatory","proximity"]}],touch:[{touch:["auto","none","manipulation"]}],"touch-x":[{"touch-pan":["x","left","right"]}],"touch-y":[{"touch-pan":["y","up","down"]}],"touch-pz":["touch-pinch-zoom"],select:[{select:["none","text","all","auto"]}],"will-change":[{"will-change":["auto","scroll","contents","transform",es,er]}],fill:[{fill:["none",...I()]}],"stroke-w":[{stroke:[q,ed,eo,en]}],stroke:[{stroke:["none",...I()]}],"forced-color-adjust":[{"forced-color-adjust":["auto","none"]}]},conflictingClassGroups:{overflow:["overflow-x","overflow-y"],overscroll:["overscroll-x","overscroll-y"],inset:["inset-x","inset-y","start","end","top","right","bottom","left"],"inset-x":["right","left"],"inset-y":["top","bottom"],flex:["basis","grow","shrink"],gap:["gap-x","gap-y"],p:["px","py","ps","pe","pt","pr","pb","pl"],px:["pr","pl"],py:["pt","pb"],m:["mx","my","ms","me","mt","mr","mb","ml"],mx:["mr","ml"],my:["mt","mb"],size:["w","h"],"font-size":["leading"],"fvn-normal":["fvn-ordinal","fvn-slashed-zero","fvn-figure","fvn-spacing","fvn-fraction"],"fvn-ordinal":["fvn-normal"],"fvn-slashed-zero":["fvn-normal"],"fvn-figure":["fvn-normal"],"fvn-spacing":["fvn-normal"],"fvn-fraction":["fvn-normal"],"line-clamp":["display","overflow"],rounded:["rounded-s","rounded-e","rounded-t","rounded-r","rounded-b","rounded-l","rounded-ss","rounded-se","rounded-ee","rounded-es","rounded-tl","rounded-tr","rounded-br","rounded-bl"],"rounded-s":["rounded-ss","rounded-es"],"rounded-e":["rounded-se","rounded-ee"],"rounded-t":["rounded-tl","rounded-tr"],"rounded-r":["rounded-tr","rounded-br"],"rounded-b":["rounded-br","rounded-bl"],"rounded-l":["rounded-tl","rounded-bl"],"border-spacing":["border-spacing-x","border-spacing-y"],"border-w":["border-w-x","border-w-y","border-w-s","border-w-e","border-w-t","border-w-r","border-w-b","border-w-l"],"border-w-x":["border-w-r","border-w-l"],"border-w-y":["border-w-t","border-w-b"],"border-color":["border-color-x","border-color-y","border-color-s","border-color-e","border-color-t","border-color-r","border-color-b","border-color-l"],"border-color-x":["border-color-r","border-color-l"],"border-color-y":["border-color-t","border-color-b"],translate:["translate-x","translate-y","translate-none"],"translate-none":["translate","translate-x","translate-y","translate-z"],"scroll-m":["scroll-mx","scroll-my","scroll-ms","scroll-me","scroll-mt","scroll-mr","scroll-mb","scroll-ml"],"scroll-mx":["scroll-mr","scroll-ml"],"scroll-my":["scroll-mt","scroll-mb"],"scroll-p":["scroll-px","scroll-py","scroll-ps","scroll-pe","scroll-pt","scroll-pr","scroll-pb","scroll-pl"],"scroll-px":["scroll-pr","scroll-pl"],"scroll-py":["scroll-pt","scroll-pb"],touch:["touch-x","touch-y","touch-pz"],"touch-x":["touch"],"touch-y":["touch"],"touch-pz":["touch"]},conflictingClassGroupModifiers:{"font-size":["leading"]},orderSensitiveModifiers:["*","**","after","backdrop","before","details-content","file","first-letter","first-line","marker","placeholder","selection"]}}),ez=(o="inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium transition-all disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg:not([class*='size-'])]:size-4 shrink-0 [&_svg]:shrink-0 outline-none focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:ring-[3px] aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive",n={variants:{variant:{default:"bg-primary text-primary-foreground hover:bg-primary/90",destructive:"bg-destructive text-white hover:bg-destructive/90 focus-visible:ring-destructive/20 dark:focus-visible:ring-destructive/40 dark:bg-destructive/60",outline:"border bg-background shadow-xs hover:bg-accent hover:text-accent-foreground dark:bg-input/30 dark:border-input dark:hover:bg-input/50",secondary:"bg-secondary text-secondary-foreground hover:bg-secondary/80",ghost:"hover:bg-accent hover:text-accent-foreground dark:hover:bg-accent/50",link:"text-primary underline-offset-4 hover:underline"},size:{default:"h-9 px-4 py-2 has-[>svg]:px-3",sm:"h-8 rounded-md gap-1.5 px-3 has-[>svg]:px-2.5",lg:"h-10 rounded-md px-6 has-[>svg]:px-4",icon:"size-9","icon-sm":"size-8","icon-lg":"size-10"}},defaultVariants:{variant:"default",size:"default"}},e=>{var t;if((null==n?void 0:n.variants)==null)return b(o,null==e?void 0:e.class,null==e?void 0:e.className);let{variants:r,defaultVariants:l}=n,a=Object.keys(r).map(t=>{let o=null==e?void 0:e[t],n=null==l?void 0:l[t];if(null===o)return null;let a=y(o)||y(n);return r[t][a]}),i=e&&Object.entries(e).reduce((e,t)=>{let[r,o]=t;return void 0===o||(e[r]=o),e},{});return b(o,a,null==n||null==(t=n.compoundVariants)?void 0:t.reduce((e,t)=>{let{class:r,className:o,...n}=t;return Object.entries(n).every(e=>{let[t,r]=e;return Array.isArray(r)?r.includes({...l,...i}[t]):({...l,...i})[t]===r})?[...e,r,o]:e},[]),null==e?void 0:e.class,null==e?void 0:e.className)});function eC({className:e,variant:t,size:r,asChild:o=!1,...n}){return(0,a.jsx)(o?p:"button",{"data-slot":"button",className:function(...e){return e_(b(e))}(ez({variant:t,size:r,className:e})),...n})}e.s(["Button",0,eC],91759);let eO=(...e)=>e.filter((e,t,r)=>!!e&&""!==e.trim()&&r.indexOf(e)===t).join(" ").trim(),eS=e=>{let t=e.replace(/^([A-Z])|[\s-_]+(\w)/g,(e,t,r)=>r?r.toUpperCase():t.toLowerCase());return t.charAt(0).toUpperCase()+t.slice(1)};var eP={xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"};let eN=(0,i.forwardRef)(({color:e="currentColor",size:t=24,strokeWidth:r=2,absoluteStrokeWidth:o,className:n="",children:l,iconNode:a,...s},d)=>(0,i.createElement)("svg",{ref:d,...eP,width:t,height:t,stroke:e,strokeWidth:o?24*Number(r)/Number(t):r,className:eO("lucide",n),...!l&&!(e=>{for(let t in e)if(t.startsWith("aria-")||"role"===t||"title"===t)return!0;return!1})(s)&&{"aria-hidden":"true"},...s},[...a.map(([e,t])=>(0,i.createElement)(e,t)),...Array.isArray(l)?l:[l]])),eE=(e,t)=>{let r=(0,i.forwardRef)(({className:r,...o},n)=>(0,i.createElement)(eN,{ref:n,iconNode:t,className:eO(`lucide-${eS(e).replace(/([a-z0-9])([A-Z])/g,"$1-$2").toLowerCase()}`,`lucide-${e}`,r),...o}));return r.displayName=eS(e),r};e.s(["default",0,eE],35956);let eR=eE("menu",[["path",{d:"M4 5h16",key:"1tepv9"}],["path",{d:"M4 12h16",key:"1lakjw"}],["path",{d:"M4 19h16",key:"1djgab"}]]),eM=eE("x",[["path",{d:"M18 6 6 18",key:"1bl5f8"}],["path",{d:"m6 6 12 12",key:"d8bk6v"}]]);e.s(["X",0,eM],65645);let eI={en:{navLinks:[{href:"/#workflow",label:"Workflow"},{href:"/#products",label:"Surfaces"},{href:"/#features",label:"Capabilities"},{href:"/swarm",label:"Swarm"},{href:"/launch",label:"Launch"},{href:"/#security",label:"Security"}],register:"Register",start:"Get started",toggle:"中文",menuOpen:"Open menu",menuClose:"Close menu"},zh:{navLinks:[{href:"/#workflow",label:"流程"},{href:"/#products",label:"产品面"},{href:"/#features",label:"能力"},{href:"/swarm",label:"蜂群"},{href:"/launch",label:"上线"},{href:"/#security",label:"安全"}],register:"注册",start:"开始使用",toggle:"EN",menuOpen:"打开菜单",menuClose:"关闭菜单"}},eA="https://code.xinghanlab.com/",e$="https://code.xinghanlab.com/sign-up",eL="https://doc.xinghanlab.com/";e.s(["Header",0,function({lang:e,setLang:t}){let[r,o]=(0,i.useState)(!1),n=eI[e],l=()=>t("en"===e?"zh":"en");return(0,a.jsxs)("header",{className:"fixed top-0 left-0 right-0 z-50 border-b border-border/60 bg-background/75 backdrop-blur-xl",children:[(0,a.jsxs)("div",{className:"mx-auto flex h-16 max-w-7xl items-center justify-between px-4 sm:px-6 lg:px-8",children:[(0,a.jsxs)(s.default,{href:"/",className:"flex items-center gap-2",children:[(0,a.jsx)("div",{className:"flex h-9 w-9 items-center justify-center rounded-xl border border-border/70 bg-card/80 text-foreground shadow-sm",children:(0,a.jsx)(d.default,{src:"/taiji-logo.png",alt:"Heicode",width:18,height:18})}),(0,a.jsx)("span",{className:"text-lg font-black tracking-tight text-foreground",children:"Heicode"})]}),(0,a.jsx)("nav",{className:"hidden items-center gap-8 md:flex",children:n.navLinks.map(e=>(0,a.jsx)(s.default,{href:e.href,className:"text-sm text-muted-foreground transition-colors hover:text-foreground",children:e.label},e.href))}),(0,a.jsxs)("div",{className:"hidden items-center gap-4 md:flex",children:[(0,a.jsx)(eC,{variant:"outline",size:"sm",className:"rounded-full bg-card/50",onClick:l,children:n.toggle}),(0,a.jsx)(eC,{variant:"ghost",size:"sm",className:"rounded-full",asChild:!0,children:(0,a.jsx)("a",{href:eL,target:"_blank",rel:"noreferrer",children:"zh"===e?"文档":"Docs"})}),(0,a.jsx)(eC,{variant:"outline",size:"sm",className:"rounded-full bg-card/50",asChild:!0,children:(0,a.jsx)("a",{href:e$,target:"_blank",rel:"noreferrer",children:n.register})}),(0,a.jsx)(eC,{size:"sm",className:"rounded-full bg-foreground text-background hover:bg-foreground/90",asChild:!0,children:(0,a.jsx)("a",{href:eA,target:"_blank",rel:"noreferrer",children:n.start})})]}),(0,a.jsx)("button",{className:"md:hidden",onClick:()=>o(!r),"aria-label":r?n.menuClose:n.menuOpen,children:r?(0,a.jsx)(eM,{className:"h-6 w-6"}):(0,a.jsx)(eR,{className:"h-6 w-6"})})]}),r&&(0,a.jsx)("div",{className:"border-t border-border bg-background md:hidden",children:(0,a.jsxs)("nav",{className:"flex flex-col px-4 py-4",children:[n.navLinks.map(e=>(0,a.jsx)(s.default,{href:e.href,className:"py-3 text-sm text-muted-foreground transition-colors hover:text-foreground",onClick:()=>o(!1),children:e.label},e.href)),(0,a.jsxs)("div",{className:"mt-4 flex flex-col gap-2",children:[(0,a.jsx)(eC,{variant:"outline",size:"sm",className:"justify-start rounded-full bg-card/50",onClick:l,children:n.toggle}),(0,a.jsx)(eC,{variant:"ghost",size:"sm",className:"justify-start rounded-full",asChild:!0,children:(0,a.jsx)("a",{href:eL,target:"_blank",rel:"noreferrer",children:"zh"===e?"文档":"Docs"})}),(0,a.jsx)(eC,{variant:"outline",size:"sm",className:"justify-start rounded-full bg-card/50",asChild:!0,children:(0,a.jsx)("a",{href:e$,target:"_blank",rel:"noreferrer",children:n.register})}),(0,a.jsx)(eC,{size:"sm",className:"rounded-full bg-foreground text-background hover:bg-foreground/90",asChild:!0,children:(0,a.jsx)("a",{href:eA,target:"_blank",rel:"noreferrer",children:n.start})})]})]})})]})}],96487)},38309,e=>{"use strict";var t=e.i(21416),r=e.i(21212),o=e.i(98488);let n="https://doc.xinghanlab.com/",l={en:{tagline:["From one idea to production software","Organize an AI development team with code and cloud resources"],copyright:"All rights reserved.",footerLinks:{Product:[{label:"Heicode Client",href:"#"},{label:"Heicode Manager",href:"https://code.xinghanlab.com/"},{label:"Agent Platform",href:"https://agnet.taijiaicloud.com/"},{label:"Agent Swarm",href:"/swarm"}],Resources:[{label:"Documentation",href:n},{label:"Resource binding",href:"#"},{label:"Secret vault",href:"#"},{label:"CodeGW boundary",href:"#"},{label:"Product demo",href:"#"}],Company:[{label:"About us",href:"https://www.taijiaicloud.com/"},{label:"Blog",href:"#"},{label:"Careers",href:"#"},{label:"Contact",href:"mailto:november@taijiaicloud.com"}],Legal:[{label:"Privacy",href:"#"},{label:"Terms",href:"#"},{label:"Security",href:"#"}]}},zh:{tagline:["从一个想法,到可上线的软件产品","组织 AI 开发团队,接入代码和云资源"],copyright:"保留所有权利。",footerLinks:{产品:[{label:"Heicode 客户端",href:"#"},{label:"Heicode Manager",href:"https://code.xinghanlab.com/"},{label:"Agent 平台",href:"https://agnet.taijiaicloud.com/"},{label:"Agent 蜂群",href:"/swarm"}],资源:[{label:"文档",href:n},{label:"资源绑定",href:"#"},{label:"密钥保管器",href:"#"},{label:"CodeGW 边界",href:"#"},{label:"产品演示",href:"#"}],公司:[{label:"关于我们",href:"https://www.taijiaicloud.com/"},{label:"博客",href:"#"},{label:"加入我们",href:"#"},{label:"联系方式",href:"mailto:november@taijiaicloud.com"}],法律:[{label:"隐私政策",href:"#"},{label:"服务条款",href:"#"},{label:"安全",href:"#"}]}}};e.s(["Footer",0,function({lang:e}){let n=l[e];return(0,t.jsx)("footer",{className:"border-t border-border bg-background",children:(0,t.jsxs)("div",{className:"mx-auto max-w-7xl px-4 py-12 sm:px-6 lg:px-8 lg:py-16",children:[(0,t.jsxs)("div",{className:"grid gap-8 sm:grid-cols-2 lg:grid-cols-5",children:[(0,t.jsxs)("div",{className:"lg:col-span-1",children:[(0,t.jsxs)(r.default,{href:"/",className:"flex items-center gap-2",children:[(0,t.jsx)("div",{className:"flex h-8 w-8 items-center justify-center rounded-md border border-border/70 bg-card/60 text-foreground",children:(0,t.jsx)(o.default,{src:"/taiji-logo.png",alt:"Heicode",width:18,height:18})}),(0,t.jsx)("span",{className:"text-lg font-black tracking-tight text-foreground",children:"Heicode"})]}),(0,t.jsxs)("p",{className:"mt-4 text-sm leading-relaxed text-muted-foreground",children:[n.tagline[0],(0,t.jsx)("br",{}),n.tagline[1]]})]}),Object.entries(n.footerLinks).map(([e,o])=>(0,t.jsxs)("div",{children:[(0,t.jsx)("h3",{className:"text-sm font-semibold",children:e}),(0,t.jsx)("ul",{className:"mt-4 space-y-3",children:o.map(e=>(0,t.jsx)("li",{children:e.href.startsWith("http")||e.href.startsWith("mailto:")?(0,t.jsx)("a",{href:e.href,target:"_blank",rel:"noreferrer",className:"text-sm text-muted-foreground transition-colors hover:text-foreground",children:e.label}):(0,t.jsx)(r.default,{href:e.href,className:"text-sm text-muted-foreground transition-colors hover:text-foreground",children:e.label})},e.label))})]},e))]}),(0,t.jsx)("div",{className:"mt-12 border-t border-border pt-8",children:(0,t.jsx)("div",{className:"flex flex-col items-center justify-between gap-4 sm:flex-row",children:(0,t.jsxs)("p",{className:"text-sm text-muted-foreground",children:["© ",new Date().getFullYear()," Taiji. ",n.copyright]})})})]})})}])},155,e=>{"use strict";let t=(0,e.i(35956).default)("arrow-right",[["path",{d:"M5 12h14",key:"1ays0h"}],["path",{d:"m12 5 7 7-7 7",key:"xquz4c"}]]);e.s(["ArrowRight",0,t],155)},9808,e=>{"use strict";let t=(0,e.i(35956).default)("shield-check",[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z",key:"oel41y"}],["path",{d:"m9 12 2 2 4-4",key:"dzmm74"}]]);e.s(["ShieldCheck",0,t],9808)},50103,e=>{"use strict";let t=(0,e.i(35956).default)("sparkles",[["path",{d:"M11.017 2.814a1 1 0 0 1 1.966 0l1.051 5.558a2 2 0 0 0 1.594 1.594l5.558 1.051a1 1 0 0 1 0 1.966l-5.558 1.051a2 2 0 0 0-1.594 1.594l-1.051 5.558a1 1 0 0 1-1.966 0l-1.051-5.558a2 2 0 0 0-1.594-1.594l-5.558-1.051a1 1 0 0 1 0-1.966l5.558-1.051a2 2 0 0 0 1.594-1.594z",key:"1s2grr"}],["path",{d:"M20 2v4",key:"1rf3ol"}],["path",{d:"M22 4h-4",key:"gwowj6"}],["circle",{cx:"4",cy:"20",r:"2",key:"6kqj1y"}]]);e.s(["Sparkles",0,t],50103)},21646,e=>{"use strict";let t=(0,e.i(35956).default)("workflow",[["rect",{width:"8",height:"8",x:"3",y:"3",rx:"2",key:"by2w9f"}],["path",{d:"M7 11v4a2 2 0 0 0 2 2h4",key:"xkn7yn"}],["rect",{width:"8",height:"8",x:"13",y:"13",rx:"2",key:"1cgmvn"}]]);e.s(["Workflow",0,t],21646)}]); \ No newline at end of file diff --git a/website/out/_next/static/chunks/0pf7ew34_i5yo.js b/website/out/_next/static/chunks/15gh0f9afubnf.js similarity index 99% rename from website/out/_next/static/chunks/0pf7ew34_i5yo.js rename to website/out/_next/static/chunks/15gh0f9afubnf.js index 2bdb950..041f56c 100644 --- a/website/out/_next/static/chunks/0pf7ew34_i5yo.js +++ b/website/out/_next/static/chunks/15gh0f9afubnf.js @@ -1,3 +1,3 @@ (globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,61649,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var o={formatUrl:function(){return i},formatWithValidation:function(){return d},urlObjectKeys:function(){return s}};for(var n in o)Object.defineProperty(r,n,{enumerable:!0,get:o[n]});let l=e.r(33517)._(e.r(14025)),a=/https?|ftp|gopher|file/;function i(e){let{auth:t,hostname:r}=e,o=e.protocol||"",n=e.pathname||"",i=e.hash||"",s=e.query||"",d=!1;t=t?encodeURIComponent(t).replace(/%3A/i,":")+"@":"",e.host?d=t+e.host:r&&(d=t+(~r.indexOf(":")?`[${r}]`:r),e.port&&(d+=":"+e.port)),s&&"object"==typeof s&&(s=String(l.urlQueryToSearchParams(s)));let c=e.search||s&&`?${s}`||"";return o&&!o.endsWith(":")&&(o+=":"),e.slashes||(!o||a.test(o))&&!1!==d?(d="//"+(d||""),n&&"/"!==n[0]&&(n="/"+n)):d||(d=""),i&&"#"!==i[0]&&(i="#"+i),c&&"?"!==c[0]&&(c="?"+c),n=n.replace(/[?#]/g,encodeURIComponent),c=c.replace("#","%23"),`${o}${d}${n}${c}${i}`}let s=["auth","hash","host","hostname","href","path","pathname","port","protocol","query","search","slashes"];function d(e){return i(e)}},62798,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"useMergedRef",{enumerable:!0,get:function(){return n}});let o=e.r(95599);function n(e,t){let r=(0,o.useRef)(null),n=(0,o.useRef)(null);return(0,o.useCallback)(o=>{if(null===o){let e=r.current;e&&(r.current=null,e());let t=n.current;t&&(n.current=null,t())}else e&&(r.current=l(e,o)),t&&(n.current=l(t,o))},[e,t])}function l(e,t){if("function"!=typeof e)return e.current=t,()=>{e.current=null};{let r=e(t);return"function"==typeof r?r:()=>e(null)}}("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},76376,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"isLocalURL",{enumerable:!0,get:function(){return l}});let o=e.r(63522),n=e.r(58983);function l(e){if(!(0,o.isAbsoluteUrl)(e))return!0;try{let t=(0,o.getLocationOrigin)(),r=new URL(e,t);return r.origin===t&&(0,n.hasBasePath)(r.pathname)}catch(e){return!1}}},45704,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"errorOnce",{enumerable:!0,get:function(){return o}});let o=e=>{}},21212,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var o={default:function(){return b},useLinkStatus:function(){return x}};for(var n in o)Object.defineProperty(r,n,{enumerable:!0,get:o[n]});let l=e.r(33517),a=e.r(21416),i=l._(e.r(95599)),s=e.r(61649),d=e.r(1246),c=e.r(62798),u=e.r(63522),f=e.r(19809);e.r(50443);let m=e.r(91335),p=e.r(73381),h=e.r(76376),g=e.r(7786);function b(t){var r,o;let n,l,b,[x,v]=(0,i.useOptimistic)(p.IDLE_LINK_STATUS),w=(0,i.useRef)(null),{href:k,as:j,children:_,prefetch:z=null,passHref:C,replace:O,shallow:S,scroll:P,onClick:N,onMouseEnter:E,onTouchStart:R,legacyBehavior:M=!1,onNavigate:I,transitionTypes:A,ref:$,unstable_dynamicOnHover:L,...T}=t;n=_,M&&("string"==typeof n||"number"==typeof n)&&(n=(0,a.jsx)("a",{children:n}));let D=i.default.useContext(d.AppRouterContext),W=!1!==z,U=!1!==z?null===(o=z)||"auto"===o?g.FetchStrategy.PPR:g.FetchStrategy.Full:g.FetchStrategy.PPR,G="string"==typeof(r=j||k)?r:(0,s.formatUrl)(r);if(M){if(n?.$$typeof===Symbol.for("react.lazy"))throw Object.defineProperty(Error("`` received a direct child that is either a Server Component, or JSX that was loaded with React.lazy(). This is not supported. Either remove legacyBehavior, or make the direct child a Client Component that renders the Link's `` tag."),"__NEXT_ERROR_CODE",{value:"E863",enumerable:!1,configurable:!0});l=i.default.Children.only(n)}let B=M?l&&"object"==typeof l&&l.ref:$,F=i.default.useCallback(e=>(null!==D&&(w.current=(0,p.mountLinkInstance)(e,G,D,U,W,v)),()=>{w.current&&((0,p.unmountLinkForCurrentNavigation)(w.current),w.current=null),(0,p.unmountPrefetchableInstance)(e)}),[W,G,D,U,v]),q={ref:(0,c.useMergedRef)(F,B),onClick(t){M||"function"!=typeof N||N(t),M&&l.props&&"function"==typeof l.props.onClick&&l.props.onClick(t),!D||t.defaultPrevented||function(t,r,o,n,l,a,s){if("u">typeof window){let d,{nodeName:c}=t.currentTarget;if("A"===c.toUpperCase()&&((d=t.currentTarget.getAttribute("target"))&&"_self"!==d||t.metaKey||t.ctrlKey||t.shiftKey||t.altKey||t.nativeEvent&&2===t.nativeEvent.which)||t.currentTarget.hasAttribute("download"))return;if(!(0,h.isLocalURL)(r)){n&&(t.preventDefault(),location.replace(r));return}if(t.preventDefault(),a){let e=!1;if(a({preventDefault:()=>{e=!0}}),e)return}let{dispatchNavigateAction:u}=e.r(21453);i.default.startTransition(()=>{u(r,n?"replace":"push",!1===l?m.ScrollBehavior.NoScroll:m.ScrollBehavior.Default,o.current,s)})}}(t,G,w,O,P,I,A)},onMouseEnter(e){M||"function"!=typeof E||E(e),M&&l.props&&"function"==typeof l.props.onMouseEnter&&l.props.onMouseEnter(e),D&&W&&(0,p.onNavigationIntent)(e.currentTarget,!0===L)},onTouchStart:function(e){M||"function"!=typeof R||R(e),M&&l.props&&"function"==typeof l.props.onTouchStart&&l.props.onTouchStart(e),D&&W&&(0,p.onNavigationIntent)(e.currentTarget,!0===L)}};return(0,u.isAbsoluteUrl)(G)?q.href=G:M&&!C&&("a"!==l.type||"href"in l.props)||(q.href=(0,f.addBasePath)(G)),b=M?i.default.cloneElement(l,q):(0,a.jsx)("a",{...T,...q,children:n}),(0,a.jsx)(y.Provider,{value:x,children:b})}e.r(45704);let y=(0,i.createContext)(p.IDLE_LINK_STATUS),x=()=>(0,i.useContext)(y);("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},99414,(e,t,r)=>{"use strict";function o({widthInt:e,heightInt:t,blurWidth:r,blurHeight:n,blurDataURL:l,objectFit:a}){let i=r?40*r:e,s=n?40*n:t,d=i&&s?`viewBox='0 0 ${i} ${s}'`:"";return`%3Csvg xmlns='http://www.w3.org/2000/svg' ${d}%3E%3Cfilter id='b' color-interpolation-filters='sRGB'%3E%3CfeGaussianBlur stdDeviation='20'/%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 100 -1' result='s'/%3E%3CfeFlood x='0' y='0' width='100%25' height='100%25'/%3E%3CfeComposite operator='out' in='s'/%3E%3CfeComposite in2='SourceGraphic'/%3E%3CfeGaussianBlur stdDeviation='20'/%3E%3C/filter%3E%3Cimage width='100%25' height='100%25' x='0' y='0' preserveAspectRatio='${d?"none":"contain"===a?"xMidYMid":"cover"===a?"xMidYMid slice":"none"}' style='filter: url(%23b);' href='${l}'/%3E%3C/svg%3E`}Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"getImageBlurSvg",{enumerable:!0,get:function(){return o}})},4633,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var o={VALID_LOADERS:function(){return l},imageConfigDefault:function(){return a}};for(var n in o)Object.defineProperty(r,n,{enumerable:!0,get:o[n]});let l=["default","imgix","cloudinary","akamai","custom"],a={deviceSizes:[640,750,828,1080,1200,1920,2048,3840],imageSizes:[32,48,64,96,128,256,384],path:"/_next/image",loader:"default",loaderFile:"",domains:[],disableStaticImages:!1,minimumCacheTTL:14400,formats:["image/webp"],maximumDiskCacheSize:void 0,maximumRedirects:3,maximumResponseBody:5e7,dangerouslyAllowLocalIP:!1,dangerouslyAllowSVG:!1,contentSecurityPolicy:"script-src 'none'; frame-src 'none'; sandbox;",contentDispositionType:"attachment",localPatterns:void 0,remotePatterns:[],qualities:[75],unoptimized:!1,customCacheHandler:!1}},99082,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"getImgProps",{enumerable:!0,get:function(){return d}}),e.r(50443);let o=e.r(19288),n=e.r(99414),l=e.r(4633),a=["-moz-initial","fill","none","scale-down",void 0];function i(e){return void 0!==e.default}function s(e){return void 0===e?e:"number"==typeof e?Number.isFinite(e)?e:NaN:"string"==typeof e&&/^[0-9]+$/.test(e)?parseInt(e,10):NaN}function d({src:e,sizes:t,unoptimized:r=!1,priority:c=!1,preload:u=!1,loading:f,className:m,quality:p,width:h,height:g,fill:b=!1,style:y,overrideSrc:x,onLoad:v,onLoadingComplete:w,placeholder:k="empty",blurDataURL:j,fetchPriority:_,decoding:z="async",layout:C,objectFit:O,objectPosition:S,lazyBoundary:P,lazyRoot:N,...E},R){var M;let I,A,$,{imgConf:L,showAltText:T,blurComplete:D,defaultLoader:W}=R,U=L||l.imageConfigDefault;if("allSizes"in U)I=U;else{let e=[...U.deviceSizes,...U.imageSizes].sort((e,t)=>e-t),t=U.deviceSizes.sort((e,t)=>e-t),r=U.qualities?.sort((e,t)=>e-t);I={...U,allSizes:e,deviceSizes:t,qualities:r}}if(void 0===W)throw Object.defineProperty(Error("images.loaderFile detected but the file is missing default export.\nRead more: https://nextjs.org/docs/messages/invalid-images-config"),"__NEXT_ERROR_CODE",{value:"E163",enumerable:!1,configurable:!0});let G=E.loader||W;delete E.loader,delete E.srcSet;let B="__next_img_default"in G;if(B){if("custom"===I.loader)throw Object.defineProperty(Error(`Image with src "${e}" is missing "loader" prop. Read more: https://nextjs.org/docs/messages/next-image-missing-loader`),"__NEXT_ERROR_CODE",{value:"E252",enumerable:!1,configurable:!0})}else{let e=G;G=t=>{let{config:r,...o}=t;return e(o)}}if(C){"fill"===C&&(b=!0);let e={intrinsic:{maxWidth:"100%",height:"auto"},responsive:{width:"100%",height:"auto"}}[C];e&&(y={...y,...e});let r={responsive:"100vw",fill:"100vw"}[C];r&&!t&&(t=r)}let F="",q=s(h),H=s(g);if((M=e)&&"object"==typeof M&&(i(M)||void 0!==M.src)){let t=i(e)?e.default:e;if(!t.src)throw Object.defineProperty(Error(`An object should only be passed to the image component src parameter if it comes from a static image import. It must include src. Received ${JSON.stringify(t)}`),"__NEXT_ERROR_CODE",{value:"E460",enumerable:!1,configurable:!0});if(!t.height||!t.width)throw Object.defineProperty(Error(`An object should only be passed to the image component src parameter if it comes from a static image import. It must include height and width. Received ${JSON.stringify(t)}`),"__NEXT_ERROR_CODE",{value:"E48",enumerable:!1,configurable:!0});if(A=t.blurWidth,$=t.blurHeight,j=j||t.blurDataURL,F=t.src,!b)if(q||H){if(q&&!H){let e=q/t.width;H=Math.round(t.height*e)}else if(!q&&H){let e=H/t.height;q=Math.round(t.width*e)}}else q=t.width,H=t.height}let V=!c&&!u&&("lazy"===f||void 0===f);(!(e="string"==typeof e?e:F)||e.startsWith("data:")||e.startsWith("blob:"))&&(r=!0,V=!1),I.unoptimized&&(r=!0),B&&!I.dangerouslyAllowSVG&&e.split("?",1)[0].endsWith(".svg")&&(r=!0);let K=s(p),X=Object.assign(b?{position:"absolute",height:"100%",width:"100%",left:0,top:0,right:0,bottom:0,objectFit:O,objectPosition:S}:{},T?{}:{color:"transparent"},y),J=D||"empty"===k?null:"blur"===k?`url("data:image/svg+xml;charset=utf-8,${(0,n.getImageBlurSvg)({widthInt:q,heightInt:H,blurWidth:A,blurHeight:$,blurDataURL:j||"",objectFit:X.objectFit})}")`:`url("${k}")`,Q=a.includes(X.objectFit)?"fill"===X.objectFit?"100% 100%":"cover":X.objectFit,Y=J?{backgroundSize:Q,backgroundPosition:X.objectPosition||"50% 50%",backgroundRepeat:"no-repeat",backgroundImage:J}:{},Z=function({config:e,src:t,unoptimized:r,width:n,quality:l,sizes:a,loader:i}){if(r){if(t.startsWith("/")&&!t.startsWith("//")){let e=(0,o.getDeploymentId)();if(e){let r=t.indexOf("?");if(-1!==r){let o=new URLSearchParams(t.slice(r+1));o.get("dpl")||(o.append("dpl",e),t=t.slice(0,r)+"?"+o.toString())}else t+=`?dpl=${e}`}}return{src:t,srcSet:void 0,sizes:void 0}}let{widths:s,kind:d}=function({deviceSizes:e,allSizes:t},r,o){if(o){let r=/(^|\s)(1?\d?\d)vw/g,n=[];for(let e;e=r.exec(o);)n.push(parseInt(e[2]));if(n.length){let r=.01*Math.min(...n);return{widths:t.filter(t=>t>=e[0]*r),kind:"w"}}return{widths:t,kind:"w"}}return"number"!=typeof r?{widths:e,kind:"w"}:{widths:[...new Set([r,2*r].map(e=>t.find(t=>t>=e)||t[t.length-1]))],kind:"x"}}(e,n,a),c=s.length-1;return{sizes:a||"w"!==d?a:"100vw",srcSet:s.map((r,o)=>`${i({config:e,src:t,quality:l,width:r})} ${"w"===d?r:o+1}${d}`).join(", "),src:i({config:e,src:t,quality:l,width:s[c]})}}({config:I,src:e,unoptimized:r,width:q,quality:K,sizes:t,loader:G}),ee=V?"lazy":f;return{props:{...E,loading:ee,fetchPriority:_,width:q,height:H,decoding:z,className:m,style:{...X,...Y},sizes:Z.sizes,srcSet:Z.srcSet,src:x||Z.src},meta:{unoptimized:r,preload:u||c,placeholder:k,fill:b}}}},6708,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"default",{enumerable:!0,get:function(){return i}});let o=e.r(95599),n="u"{}:o.useLayoutEffect,a=n?()=>{}:o.useEffect;function i(e){let{headManager:t,reduceComponentsToState:r}=e;function i(){if(t&&t.mountedInstances){let e=o.Children.toArray(Array.from(t.mountedInstances).filter(Boolean));t.updateHead(r(e))}}return n&&(t?.mountedInstances?.add(e.children),i()),l(()=>(t?.mountedInstances?.add(e.children),()=>{t?.mountedInstances?.delete(e.children)})),l(()=>(t&&(t._pendingUpdate=i),()=>{t&&(t._pendingUpdate=i)})),a(()=>(t&&t._pendingUpdate&&(t._pendingUpdate(),t._pendingUpdate=null),()=>{t&&t._pendingUpdate&&(t._pendingUpdate(),t._pendingUpdate=null)})),null}},46946,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var o={default:function(){return h},defaultHead:function(){return u}};for(var n in o)Object.defineProperty(r,n,{enumerable:!0,get:o[n]});let l=e.r(77532),a=e.r(33517),i=e.r(21416),s=a._(e.r(95599)),d=l._(e.r(6708)),c=e.r(46211);function u(){return[(0,i.jsx)("meta",{charSet:"utf-8"},"charset"),(0,i.jsx)("meta",{name:"viewport",content:"width=device-width"},"viewport")]}function f(e,t){return"string"==typeof t||"number"==typeof t?e:t.type===s.default.Fragment?e.concat(s.default.Children.toArray(t.props.children).reduce((e,t)=>"string"==typeof t||"number"==typeof t?e:e.concat(t),[])):e.concat(t)}e.r(50443);let m=["name","httpEquiv","charSet","itemProp"];function p(e){let t,r,o,n;return e.reduce(f,[]).reverse().concat(u().reverse()).filter((t=new Set,r=new Set,o=new Set,n={},e=>{let l=!0,a=!1;if(e.key&&"number"!=typeof e.key&&e.key.indexOf("$")>0){a=!0;let r=e.key.slice(e.key.indexOf("$")+1);t.has(r)?l=!1:t.add(r)}switch(e.type){case"title":case"base":r.has(e.type)?l=!1:r.add(e.type);break;case"meta":for(let t=0,r=m.length;t{let r=e.key||t;return s.default.cloneElement(e,{key:r})})}let h=function({children:e}){let t=(0,s.useContext)(c.HeadManagerContext);return(0,i.jsx)(d.default,{reduceComponentsToState:p,headManager:t,children:e})};("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},43356,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"ImageConfigContext",{enumerable:!0,get:function(){return l}});let o=e.r(77532)._(e.r(95599)),n=e.r(4633),l=o.default.createContext(n.imageConfigDefault)},2248,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"RouterContext",{enumerable:!0,get:function(){return o}});let o=e.r(77532)._(e.r(95599)).default.createContext(null)},95412,(e,t,r)=>{"use strict";function o(e,t){let r=e||75;return t?.qualities?.length?t.qualities.reduce((e,t)=>Math.abs(t-r){"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"default",{enumerable:!0,get:function(){return a}});let o=e.r(95412),n=e.r(19288);function l({config:e,src:t,width:r,quality:a}){let i=(0,n.getDeploymentId)();if(t.startsWith("/")&&!t.startsWith("//")){let e=t.indexOf("?");if(-1!==e){let r=new URLSearchParams(t.slice(e+1)),o=r.get("dpl");if(o){i=o,r.delete("dpl");let n=r.toString();t=t.slice(0,e)+(n?"?"+n:"")}}}if(t.startsWith("/")&&t.includes("?")&&e.localPatterns?.length===1&&"**"===e.localPatterns[0].pathname&&""===e.localPatterns[0].search)throw Object.defineProperty(Error(`Image with src "${t}" is using a query string which is not configured in images.localPatterns. -Read more: https://nextjs.org/docs/messages/next-image-unconfigured-localpatterns`),"__NEXT_ERROR_CODE",{value:"E871",enumerable:!1,configurable:!0});let s=(0,o.findClosestQuality)(a,e);return`${e.path}?url=${encodeURIComponent(t)}&w=${r}&q=${s}${t.startsWith("/")&&i?`&dpl=${i}`:""}`}l.__next_img_default=!0;let a=l},29023,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"Image",{enumerable:!0,get:function(){return v}});let o=e.r(77532),n=e.r(33517),l=e.r(21416),a=n._(e.r(95599)),i=o._(e.r(95801)),s=o._(e.r(46946)),d=e.r(99082),c=e.r(4633),u=e.r(43356);e.r(50443);let f=e.r(2248),m=o._(e.r(88179)),p=e.r(62798),h={deviceSizes:[640,750,828,1080,1200,1920,2048,3840],imageSizes:[32,48,64,96,128,256,384],qualities:[75],path:"/_next/image",loader:"default",dangerouslyAllowSVG:!1,unoptimized:!0};function g(e,t,r,o,n,l,a){let i=e?.src;e&&e["data-loaded-src"]!==i&&(e["data-loaded-src"]=i,("decode"in e?e.decode():Promise.resolve()).catch(()=>{}).then(()=>{if(e.parentElement&&e.isConnected){if("empty"!==t&&n(!0),r?.current){let t=new Event("load");Object.defineProperty(t,"target",{writable:!1,value:e});let o=!1,n=!1;r.current({...t,nativeEvent:t,currentTarget:e,target:e,isDefaultPrevented:()=>o,isPropagationStopped:()=>n,persist:()=>{},preventDefault:()=>{o=!0,t.preventDefault()},stopPropagation:()=>{n=!0,t.stopPropagation()}})}o?.current&&o.current(e)}}))}function b(e){return a.use?{fetchPriority:e}:{fetchpriority:e}}"u"{let O=(0,a.useCallback)(e=>{e&&(_&&(e.src=e.src),e.complete&&g(e,u,y,x,v,m,k))},[e,u,y,x,v,_,m,k]),S=(0,p.useMergedRef)(C,O);return(0,l.jsx)("img",{...z,...b(c),loading:f,width:n,height:o,decoding:i,"data-nimg":h?"fill":"1",className:s,style:d,sizes:r,srcSet:t,src:e,ref:S,onLoad:e=>{g(e.currentTarget,u,y,x,v,m,k)},onError:e=>{w(!0),"empty"!==u&&v(!0),_&&_(e)}})});function x({isAppRouter:e,imgAttributes:t}){let r={as:"image",imageSrcSet:t.srcSet,imageSizes:t.sizes,crossOrigin:t.crossOrigin,referrerPolicy:t.referrerPolicy,...b(t.fetchPriority)};return e&&i.default.preload?(i.default.preload(t.src,r),null):(0,l.jsx)(s.default,{children:(0,l.jsx)("link",{rel:"preload",href:t.srcSet?void 0:t.src,...r},"__nimg-"+t.src+t.srcSet+t.sizes)})}let v=(0,a.forwardRef)((e,t)=>{let r=(0,a.useContext)(f.RouterContext),o=(0,a.useContext)(u.ImageConfigContext),n=(0,a.useMemo)(()=>{let e=h||o||c.imageConfigDefault,t=[...e.deviceSizes,...e.imageSizes].sort((e,t)=>e-t),r=e.deviceSizes.sort((e,t)=>e-t),n=e.qualities?.sort((e,t)=>e-t);return{...e,allSizes:t,deviceSizes:r,qualities:n,localPatterns:"u"{p.current=i},[i]);let g=(0,a.useRef)(s);(0,a.useEffect)(()=>{g.current=s},[s]);let[b,v]=(0,a.useState)(!1),[w,k]=(0,a.useState)(!1),{props:j,meta:_}=(0,d.getImgProps)(e,{defaultLoader:m.default,imgConf:n,blurComplete:b,showAltText:w});return(0,l.jsxs)(l.Fragment,{children:[(0,l.jsx)(y,{...j,unoptimized:_.unoptimized,placeholder:_.placeholder,fill:_.fill,onLoadRef:p,onLoadingCompleteRef:g,setBlurComplete:v,setShowAltText:k,sizesInput:e.sizes,ref:t}),_.preload?(0,l.jsx)(x,{isAppRouter:!r,imgAttributes:j}):null]})});("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},53147,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var o={default:function(){return c},getImageProps:function(){return d}};for(var n in o)Object.defineProperty(r,n,{enumerable:!0,get:o[n]});let l=e.r(77532),a=e.r(99082),i=e.r(29023),s=l._(e.r(88179));function d(e){let{props:t}=(0,a.getImgProps)(e,{defaultLoader:s.default,imgConf:{deviceSizes:[640,750,828,1080,1200,1920,2048,3840],imageSizes:[32,48,64,96,128,256,384],qualities:[75],path:"/_next/image",loader:"default",dangerouslyAllowSVG:!1,unoptimized:!0}});for(let[e,r]of Object.entries(t))void 0===r&&delete t[e];return{props:t}}let c=i.Image},98488,(e,t,r)=>{t.exports=e.r(53147)},96487,91759,35956,65645,e=>{"use strict";let t,r,o,n,l;var a=e.i(21416),i=e.i(95599),s=e.i(21212),d=e.i(98488);function c(e,t){if("function"==typeof e)return e(t);null!=e&&(e.current=t)}var u=Symbol.for("react.lazy"),f=i[" use ".trim().toString()];function m(e){var t;return null!=e&&"object"==typeof e&&"$$typeof"in e&&e.$$typeof===u&&"_payload"in e&&"object"==typeof(t=e._payload)&&null!==t&&"then"in t}var p=((l=i.forwardRef((e,t)=>{let{children:r,...o}=e;if(m(r)&&"function"==typeof f&&(r=f(r._payload)),i.isValidElement(r)){var n;let e,l,a=(n=r,(l=(e=Object.getOwnPropertyDescriptor(n.props,"ref")?.get)&&"isReactWarning"in e&&e.isReactWarning)?n.ref:(l=(e=Object.getOwnPropertyDescriptor(n,"ref")?.get)&&"isReactWarning"in e&&e.isReactWarning)?n.props.ref:n.props.ref||n.ref),s=function(e,t){let r={...t};for(let o in t){let n=e[o],l=t[o];/^on[A-Z]/.test(o)?n&&l?r[o]=(...e)=>{let t=l(...e);return n(...e),t}:n&&(r[o]=n):"style"===o?r[o]={...n,...l}:"className"===o&&(r[o]=[n,l].filter(Boolean).join(" "))}return{...e,...r}}(o,r.props);return r.type!==i.Fragment&&(s.ref=t?function(...e){return t=>{let r=!1,o=e.map(e=>{let o=c(e,t);return r||"function"!=typeof o||(r=!0),o});if(r)return()=>{for(let t=0;t1?i.Children.only(null):null})).displayName="Slot.SlotClone",t=l,(r=i.forwardRef((e,r)=>{let{children:o,...n}=e;m(o)&&"function"==typeof f&&(o=f(o._payload));let l=i.Children.toArray(o),s=l.find(g);if(s){let e=s.props.children,o=l.map(t=>t!==s?t:i.Children.count(e)>1?i.Children.only(null):i.isValidElement(e)?e.props.children:null);return(0,a.jsx)(t,{...n,ref:r,children:i.isValidElement(e)?i.cloneElement(e,void 0,o):null})}return(0,a.jsx)(t,{...n,ref:r,children:o})})).displayName="Slot.Slot",r),h=Symbol("radix.slottable");function g(e){return i.isValidElement(e)&&"function"==typeof e.type&&"__radixId"in e.type&&e.type.__radixId===h}function b(){for(var e,t,r=0,o="",n=arguments.length;r"boolean"==typeof e?`${e}`:0===e?"0":e,x=(e=new Map,t=null,r)=>({nextPart:e,validators:t,classGroupId:r}),v=[],w=(e,t,r)=>{if(0==e.length-t)return r.classGroupId;let o=e[t],n=r.nextPart.get(o);if(n){let r=w(e,t+1,n);if(r)return r}let l=r.validators;if(null===l)return;let a=0===t?e.join("-"):e.slice(t).join("-"),i=l.length;for(let e=0;e{let r=x();for(let o in e)j(e[o],r,o,t);return r},j=(e,t,r,o)=>{let n=e.length;for(let l=0;l{"string"==typeof e?z(e,t,r):"function"==typeof e?C(e,t,r,o):O(e,t,r,o)},z=(e,t,r)=>{(""===e?t:S(t,e)).classGroupId=r},C=(e,t,r,o)=>{P(e)?j(e(o),t,r,o):(null===t.validators&&(t.validators=[]),t.validators.push({classGroupId:r,validator:e}))},O=(e,t,r,o)=>{let n=Object.entries(e),l=n.length;for(let e=0;e{let r=e,o=t.split("-"),n=o.length;for(let e=0;e"isThemeGetter"in e&&!0===e.isThemeGetter,N=[],E=(e,t,r,o,n)=>({modifiers:e,hasImportantModifier:t,baseClassName:r,maybePostfixModifierPosition:o,isExternal:n}),R=/\s+/,M=e=>{let t;if("string"==typeof e)return e;let r="";for(let o=0;o{let t=t=>t[e]||I;return t.isThemeGetter=!0,t},$=/^\[(?:(\w[\w-]*):)?(.+)\]$/i,L=/^\((?:(\w[\w-]*):)?(.+)\)$/i,T=/^\d+\/\d+$/,D=/^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/,W=/\d+(%|px|r?em|[sdl]?v([hwib]|min|max)|pt|pc|in|cm|mm|cap|ch|ex|r?lh|cq(w|h|i|b|min|max))|\b(calc|min|max|clamp)\(.+\)|^0$/,U=/^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/,G=/^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/,B=/^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/,F=e=>T.test(e),q=e=>!!e&&!Number.isNaN(Number(e)),H=e=>!!e&&Number.isInteger(Number(e)),V=e=>e.endsWith("%")&&q(e.slice(0,-1)),K=e=>D.test(e),X=()=>!0,J=e=>W.test(e)&&!U.test(e),Q=()=>!1,Y=e=>G.test(e),Z=e=>B.test(e),ee=e=>!er(e)&&!es(e),et=e=>eh(e,ex,Q),er=e=>$.test(e),eo=e=>eh(e,ev,J),en=e=>eh(e,ew,q),el=e=>eh(e,eb,Q),ea=e=>eh(e,ey,Z),ei=e=>eh(e,ej,Y),es=e=>L.test(e),ed=e=>eg(e,ev),ec=e=>eg(e,ek),eu=e=>eg(e,eb),ef=e=>eg(e,ex),em=e=>eg(e,ey),ep=e=>eg(e,ej,!0),eh=(e,t,r)=>{let o=$.exec(e);return!!o&&(o[1]?t(o[1]):r(o[2]))},eg=(e,t,r=!1)=>{let o=L.exec(e);return!!o&&(o[1]?t(o[1]):r)},eb=e=>"position"===e||"percentage"===e,ey=e=>"image"===e||"url"===e,ex=e=>"length"===e||"size"===e||"bg-size"===e,ev=e=>"length"===e,ew=e=>"number"===e,ek=e=>"family-name"===e,ej=e=>"shadow"===e,e_=((e,...t)=>{let r,o,n,l,a=e=>{let t=o(e);if(t)return t;let l=((e,t)=>{let{parseClassName:r,getClassGroupId:o,getConflictingClassGroupIds:n,sortModifiers:l}=t,a=[],i=e.trim().split(R),s="";for(let e=i.length-1;e>=0;e-=1){let t=i[e],{isExternal:d,modifiers:c,hasImportantModifier:u,baseClassName:f,maybePostfixModifierPosition:m}=r(t);if(d){s=t+(s.length>0?" "+s:s);continue}let p=!!m,h=o(p?f.substring(0,m):f);if(!h){if(!p||!(h=o(f))){s=t+(s.length>0?" "+s:s);continue}p=!1}let g=0===c.length?"":1===c.length?c[0]:l(c).join(":"),b=u?g+"!":g,y=b+h;if(a.indexOf(y)>-1)continue;a.push(y);let x=n(h,p);for(let e=0;e0?" "+s:s)}return s})(e,r);return n(e,l),l};return l=i=>{var s;let d;return o=(r={cache:(e=>{if(e<1)return{get:()=>void 0,set:()=>{}};let t=0,r=Object.create(null),o=Object.create(null),n=(n,l)=>{r[n]=l,++t>e&&(t=0,o=r,r=Object.create(null))};return{get(e){let t=r[e];return void 0!==t?t:void 0!==(t=o[e])?(n(e,t),t):void 0},set(e,t){e in r?r[e]=t:n(e,t)}}})((s=t.reduce((e,t)=>t(e),e())).cacheSize),parseClassName:(e=>{let{prefix:t,experimentalParseClassName:r}=e,o=e=>{let t,r=[],o=0,n=0,l=0,a=e.length;for(let i=0;il?t-l:void 0)};if(t){let e=t+":",r=o;o=t=>t.startsWith(e)?r(t.slice(e.length)):E(N,!1,t,void 0,!0)}if(r){let e=o;o=t=>r({className:t,parseClassName:e})}return o})(s),sortModifiers:(d=new Map,s.orderSensitiveModifiers.forEach((e,t)=>{d.set(e,1e6+t)}),e=>{let t=[],r=[];for(let o=0;o0&&(r.sort(),t.push(...r),r=[]),t.push(n)):r.push(n)}return r.length>0&&(r.sort(),t.push(...r)),t}),...(e=>{let t=(e=>{let{theme:t,classGroups:r}=e;return k(r,t)})(e),{conflictingClassGroups:r,conflictingClassGroupModifiers:o}=e;return{getClassGroupId:e=>{if(e.startsWith("[")&&e.endsWith("]")){var r;let t,o,n;return -1===(r=e).slice(1,-1).indexOf(":")?void 0:(o=(t=r.slice(1,-1)).indexOf(":"),(n=t.slice(0,o))?"arbitrary.."+n:void 0)}let o=e.split("-"),n=+(""===o[0]&&o.length>1);return w(o,n,t)},getConflictingClassGroupIds:(e,t)=>{if(t){let t=o[e],n=r[e];if(t){if(n){let e=Array(n.length+t.length);for(let t=0;tl(((...e)=>{let t,r,o=0,n="";for(;o{let e=A("color"),t=A("font"),r=A("text"),o=A("font-weight"),n=A("tracking"),l=A("leading"),a=A("breakpoint"),i=A("container"),s=A("spacing"),d=A("radius"),c=A("shadow"),u=A("inset-shadow"),f=A("text-shadow"),m=A("drop-shadow"),p=A("blur"),h=A("perspective"),g=A("aspect"),b=A("ease"),y=A("animate"),x=()=>["auto","avoid","all","avoid-page","page","left","right","column"],v=()=>["center","top","bottom","left","right","top-left","left-top","top-right","right-top","bottom-right","right-bottom","bottom-left","left-bottom"],w=()=>[...v(),es,er],k=()=>["auto","hidden","clip","visible","scroll"],j=()=>["auto","contain","none"],_=()=>[es,er,s],z=()=>[F,"full","auto",..._()],C=()=>[H,"none","subgrid",es,er],O=()=>["auto",{span:["full",H,es,er]},H,es,er],S=()=>[H,"auto",es,er],P=()=>["auto","min","max","fr",es,er],N=()=>["start","end","center","between","around","evenly","stretch","baseline","center-safe","end-safe"],E=()=>["start","end","center","stretch","center-safe","end-safe"],R=()=>["auto",..._()],M=()=>[F,"auto","full","dvw","dvh","lvw","lvh","svw","svh","min","max","fit",..._()],I=()=>[e,es,er],$=()=>[...v(),eu,el,{position:[es,er]}],L=()=>["no-repeat",{repeat:["","x","y","space","round"]}],T=()=>["auto","cover","contain",ef,et,{size:[es,er]}],D=()=>[V,ed,eo],W=()=>["","none","full",d,es,er],U=()=>["",q,ed,eo],G=()=>["solid","dashed","dotted","double"],B=()=>["normal","multiply","screen","overlay","darken","lighten","color-dodge","color-burn","hard-light","soft-light","difference","exclusion","hue","saturation","color","luminosity"],J=()=>[q,V,eu,el],Q=()=>["","none",p,es,er],Y=()=>["none",q,es,er],Z=()=>["none",q,es,er],eh=()=>[q,es,er],eg=()=>[F,"full",..._()];return{cacheSize:500,theme:{animate:["spin","ping","pulse","bounce"],aspect:["video"],blur:[K],breakpoint:[K],color:[X],container:[K],"drop-shadow":[K],ease:["in","out","in-out"],font:[ee],"font-weight":["thin","extralight","light","normal","medium","semibold","bold","extrabold","black"],"inset-shadow":[K],leading:["none","tight","snug","normal","relaxed","loose"],perspective:["dramatic","near","normal","midrange","distant","none"],radius:[K],shadow:[K],spacing:["px",q],text:[K],"text-shadow":[K],tracking:["tighter","tight","normal","wide","wider","widest"]},classGroups:{aspect:[{aspect:["auto","square",F,er,es,g]}],container:["container"],columns:[{columns:[q,er,es,i]}],"break-after":[{"break-after":x()}],"break-before":[{"break-before":x()}],"break-inside":[{"break-inside":["auto","avoid","avoid-page","avoid-column"]}],"box-decoration":[{"box-decoration":["slice","clone"]}],box:[{box:["border","content"]}],display:["block","inline-block","inline","flex","inline-flex","table","inline-table","table-caption","table-cell","table-column","table-column-group","table-footer-group","table-header-group","table-row-group","table-row","flow-root","grid","inline-grid","contents","list-item","hidden"],sr:["sr-only","not-sr-only"],float:[{float:["right","left","none","start","end"]}],clear:[{clear:["left","right","both","none","start","end"]}],isolation:["isolate","isolation-auto"],"object-fit":[{object:["contain","cover","fill","none","scale-down"]}],"object-position":[{object:w()}],overflow:[{overflow:k()}],"overflow-x":[{"overflow-x":k()}],"overflow-y":[{"overflow-y":k()}],overscroll:[{overscroll:j()}],"overscroll-x":[{"overscroll-x":j()}],"overscroll-y":[{"overscroll-y":j()}],position:["static","fixed","absolute","relative","sticky"],inset:[{inset:z()}],"inset-x":[{"inset-x":z()}],"inset-y":[{"inset-y":z()}],start:[{start:z()}],end:[{end:z()}],top:[{top:z()}],right:[{right:z()}],bottom:[{bottom:z()}],left:[{left:z()}],visibility:["visible","invisible","collapse"],z:[{z:[H,"auto",es,er]}],basis:[{basis:[F,"full","auto",i,..._()]}],"flex-direction":[{flex:["row","row-reverse","col","col-reverse"]}],"flex-wrap":[{flex:["nowrap","wrap","wrap-reverse"]}],flex:[{flex:[q,F,"auto","initial","none",er]}],grow:[{grow:["",q,es,er]}],shrink:[{shrink:["",q,es,er]}],order:[{order:[H,"first","last","none",es,er]}],"grid-cols":[{"grid-cols":C()}],"col-start-end":[{col:O()}],"col-start":[{"col-start":S()}],"col-end":[{"col-end":S()}],"grid-rows":[{"grid-rows":C()}],"row-start-end":[{row:O()}],"row-start":[{"row-start":S()}],"row-end":[{"row-end":S()}],"grid-flow":[{"grid-flow":["row","col","dense","row-dense","col-dense"]}],"auto-cols":[{"auto-cols":P()}],"auto-rows":[{"auto-rows":P()}],gap:[{gap:_()}],"gap-x":[{"gap-x":_()}],"gap-y":[{"gap-y":_()}],"justify-content":[{justify:[...N(),"normal"]}],"justify-items":[{"justify-items":[...E(),"normal"]}],"justify-self":[{"justify-self":["auto",...E()]}],"align-content":[{content:["normal",...N()]}],"align-items":[{items:[...E(),{baseline:["","last"]}]}],"align-self":[{self:["auto",...E(),{baseline:["","last"]}]}],"place-content":[{"place-content":N()}],"place-items":[{"place-items":[...E(),"baseline"]}],"place-self":[{"place-self":["auto",...E()]}],p:[{p:_()}],px:[{px:_()}],py:[{py:_()}],ps:[{ps:_()}],pe:[{pe:_()}],pt:[{pt:_()}],pr:[{pr:_()}],pb:[{pb:_()}],pl:[{pl:_()}],m:[{m:R()}],mx:[{mx:R()}],my:[{my:R()}],ms:[{ms:R()}],me:[{me:R()}],mt:[{mt:R()}],mr:[{mr:R()}],mb:[{mb:R()}],ml:[{ml:R()}],"space-x":[{"space-x":_()}],"space-x-reverse":["space-x-reverse"],"space-y":[{"space-y":_()}],"space-y-reverse":["space-y-reverse"],size:[{size:M()}],w:[{w:[i,"screen",...M()]}],"min-w":[{"min-w":[i,"screen","none",...M()]}],"max-w":[{"max-w":[i,"screen","none","prose",{screen:[a]},...M()]}],h:[{h:["screen","lh",...M()]}],"min-h":[{"min-h":["screen","lh","none",...M()]}],"max-h":[{"max-h":["screen","lh",...M()]}],"font-size":[{text:["base",r,ed,eo]}],"font-smoothing":["antialiased","subpixel-antialiased"],"font-style":["italic","not-italic"],"font-weight":[{font:[o,es,en]}],"font-stretch":[{"font-stretch":["ultra-condensed","extra-condensed","condensed","semi-condensed","normal","semi-expanded","expanded","extra-expanded","ultra-expanded",V,er]}],"font-family":[{font:[ec,er,t]}],"fvn-normal":["normal-nums"],"fvn-ordinal":["ordinal"],"fvn-slashed-zero":["slashed-zero"],"fvn-figure":["lining-nums","oldstyle-nums"],"fvn-spacing":["proportional-nums","tabular-nums"],"fvn-fraction":["diagonal-fractions","stacked-fractions"],tracking:[{tracking:[n,es,er]}],"line-clamp":[{"line-clamp":[q,"none",es,en]}],leading:[{leading:[l,..._()]}],"list-image":[{"list-image":["none",es,er]}],"list-style-position":[{list:["inside","outside"]}],"list-style-type":[{list:["disc","decimal","none",es,er]}],"text-alignment":[{text:["left","center","right","justify","start","end"]}],"placeholder-color":[{placeholder:I()}],"text-color":[{text:I()}],"text-decoration":["underline","overline","line-through","no-underline"],"text-decoration-style":[{decoration:[...G(),"wavy"]}],"text-decoration-thickness":[{decoration:[q,"from-font","auto",es,eo]}],"text-decoration-color":[{decoration:I()}],"underline-offset":[{"underline-offset":[q,"auto",es,er]}],"text-transform":["uppercase","lowercase","capitalize","normal-case"],"text-overflow":["truncate","text-ellipsis","text-clip"],"text-wrap":[{text:["wrap","nowrap","balance","pretty"]}],indent:[{indent:_()}],"vertical-align":[{align:["baseline","top","middle","bottom","text-top","text-bottom","sub","super",es,er]}],whitespace:[{whitespace:["normal","nowrap","pre","pre-line","pre-wrap","break-spaces"]}],break:[{break:["normal","words","all","keep"]}],wrap:[{wrap:["break-word","anywhere","normal"]}],hyphens:[{hyphens:["none","manual","auto"]}],content:[{content:["none",es,er]}],"bg-attachment":[{bg:["fixed","local","scroll"]}],"bg-clip":[{"bg-clip":["border","padding","content","text"]}],"bg-origin":[{"bg-origin":["border","padding","content"]}],"bg-position":[{bg:$()}],"bg-repeat":[{bg:L()}],"bg-size":[{bg:T()}],"bg-image":[{bg:["none",{linear:[{to:["t","tr","r","br","b","bl","l","tl"]},H,es,er],radial:["",es,er],conic:[H,es,er]},em,ea]}],"bg-color":[{bg:I()}],"gradient-from-pos":[{from:D()}],"gradient-via-pos":[{via:D()}],"gradient-to-pos":[{to:D()}],"gradient-from":[{from:I()}],"gradient-via":[{via:I()}],"gradient-to":[{to:I()}],rounded:[{rounded:W()}],"rounded-s":[{"rounded-s":W()}],"rounded-e":[{"rounded-e":W()}],"rounded-t":[{"rounded-t":W()}],"rounded-r":[{"rounded-r":W()}],"rounded-b":[{"rounded-b":W()}],"rounded-l":[{"rounded-l":W()}],"rounded-ss":[{"rounded-ss":W()}],"rounded-se":[{"rounded-se":W()}],"rounded-ee":[{"rounded-ee":W()}],"rounded-es":[{"rounded-es":W()}],"rounded-tl":[{"rounded-tl":W()}],"rounded-tr":[{"rounded-tr":W()}],"rounded-br":[{"rounded-br":W()}],"rounded-bl":[{"rounded-bl":W()}],"border-w":[{border:U()}],"border-w-x":[{"border-x":U()}],"border-w-y":[{"border-y":U()}],"border-w-s":[{"border-s":U()}],"border-w-e":[{"border-e":U()}],"border-w-t":[{"border-t":U()}],"border-w-r":[{"border-r":U()}],"border-w-b":[{"border-b":U()}],"border-w-l":[{"border-l":U()}],"divide-x":[{"divide-x":U()}],"divide-x-reverse":["divide-x-reverse"],"divide-y":[{"divide-y":U()}],"divide-y-reverse":["divide-y-reverse"],"border-style":[{border:[...G(),"hidden","none"]}],"divide-style":[{divide:[...G(),"hidden","none"]}],"border-color":[{border:I()}],"border-color-x":[{"border-x":I()}],"border-color-y":[{"border-y":I()}],"border-color-s":[{"border-s":I()}],"border-color-e":[{"border-e":I()}],"border-color-t":[{"border-t":I()}],"border-color-r":[{"border-r":I()}],"border-color-b":[{"border-b":I()}],"border-color-l":[{"border-l":I()}],"divide-color":[{divide:I()}],"outline-style":[{outline:[...G(),"none","hidden"]}],"outline-offset":[{"outline-offset":[q,es,er]}],"outline-w":[{outline:["",q,ed,eo]}],"outline-color":[{outline:I()}],shadow:[{shadow:["","none",c,ep,ei]}],"shadow-color":[{shadow:I()}],"inset-shadow":[{"inset-shadow":["none",u,ep,ei]}],"inset-shadow-color":[{"inset-shadow":I()}],"ring-w":[{ring:U()}],"ring-w-inset":["ring-inset"],"ring-color":[{ring:I()}],"ring-offset-w":[{"ring-offset":[q,eo]}],"ring-offset-color":[{"ring-offset":I()}],"inset-ring-w":[{"inset-ring":U()}],"inset-ring-color":[{"inset-ring":I()}],"text-shadow":[{"text-shadow":["none",f,ep,ei]}],"text-shadow-color":[{"text-shadow":I()}],opacity:[{opacity:[q,es,er]}],"mix-blend":[{"mix-blend":[...B(),"plus-darker","plus-lighter"]}],"bg-blend":[{"bg-blend":B()}],"mask-clip":[{"mask-clip":["border","padding","content","fill","stroke","view"]},"mask-no-clip"],"mask-composite":[{mask:["add","subtract","intersect","exclude"]}],"mask-image-linear-pos":[{"mask-linear":[q]}],"mask-image-linear-from-pos":[{"mask-linear-from":J()}],"mask-image-linear-to-pos":[{"mask-linear-to":J()}],"mask-image-linear-from-color":[{"mask-linear-from":I()}],"mask-image-linear-to-color":[{"mask-linear-to":I()}],"mask-image-t-from-pos":[{"mask-t-from":J()}],"mask-image-t-to-pos":[{"mask-t-to":J()}],"mask-image-t-from-color":[{"mask-t-from":I()}],"mask-image-t-to-color":[{"mask-t-to":I()}],"mask-image-r-from-pos":[{"mask-r-from":J()}],"mask-image-r-to-pos":[{"mask-r-to":J()}],"mask-image-r-from-color":[{"mask-r-from":I()}],"mask-image-r-to-color":[{"mask-r-to":I()}],"mask-image-b-from-pos":[{"mask-b-from":J()}],"mask-image-b-to-pos":[{"mask-b-to":J()}],"mask-image-b-from-color":[{"mask-b-from":I()}],"mask-image-b-to-color":[{"mask-b-to":I()}],"mask-image-l-from-pos":[{"mask-l-from":J()}],"mask-image-l-to-pos":[{"mask-l-to":J()}],"mask-image-l-from-color":[{"mask-l-from":I()}],"mask-image-l-to-color":[{"mask-l-to":I()}],"mask-image-x-from-pos":[{"mask-x-from":J()}],"mask-image-x-to-pos":[{"mask-x-to":J()}],"mask-image-x-from-color":[{"mask-x-from":I()}],"mask-image-x-to-color":[{"mask-x-to":I()}],"mask-image-y-from-pos":[{"mask-y-from":J()}],"mask-image-y-to-pos":[{"mask-y-to":J()}],"mask-image-y-from-color":[{"mask-y-from":I()}],"mask-image-y-to-color":[{"mask-y-to":I()}],"mask-image-radial":[{"mask-radial":[es,er]}],"mask-image-radial-from-pos":[{"mask-radial-from":J()}],"mask-image-radial-to-pos":[{"mask-radial-to":J()}],"mask-image-radial-from-color":[{"mask-radial-from":I()}],"mask-image-radial-to-color":[{"mask-radial-to":I()}],"mask-image-radial-shape":[{"mask-radial":["circle","ellipse"]}],"mask-image-radial-size":[{"mask-radial":[{closest:["side","corner"],farthest:["side","corner"]}]}],"mask-image-radial-pos":[{"mask-radial-at":v()}],"mask-image-conic-pos":[{"mask-conic":[q]}],"mask-image-conic-from-pos":[{"mask-conic-from":J()}],"mask-image-conic-to-pos":[{"mask-conic-to":J()}],"mask-image-conic-from-color":[{"mask-conic-from":I()}],"mask-image-conic-to-color":[{"mask-conic-to":I()}],"mask-mode":[{mask:["alpha","luminance","match"]}],"mask-origin":[{"mask-origin":["border","padding","content","fill","stroke","view"]}],"mask-position":[{mask:$()}],"mask-repeat":[{mask:L()}],"mask-size":[{mask:T()}],"mask-type":[{"mask-type":["alpha","luminance"]}],"mask-image":[{mask:["none",es,er]}],filter:[{filter:["","none",es,er]}],blur:[{blur:Q()}],brightness:[{brightness:[q,es,er]}],contrast:[{contrast:[q,es,er]}],"drop-shadow":[{"drop-shadow":["","none",m,ep,ei]}],"drop-shadow-color":[{"drop-shadow":I()}],grayscale:[{grayscale:["",q,es,er]}],"hue-rotate":[{"hue-rotate":[q,es,er]}],invert:[{invert:["",q,es,er]}],saturate:[{saturate:[q,es,er]}],sepia:[{sepia:["",q,es,er]}],"backdrop-filter":[{"backdrop-filter":["","none",es,er]}],"backdrop-blur":[{"backdrop-blur":Q()}],"backdrop-brightness":[{"backdrop-brightness":[q,es,er]}],"backdrop-contrast":[{"backdrop-contrast":[q,es,er]}],"backdrop-grayscale":[{"backdrop-grayscale":["",q,es,er]}],"backdrop-hue-rotate":[{"backdrop-hue-rotate":[q,es,er]}],"backdrop-invert":[{"backdrop-invert":["",q,es,er]}],"backdrop-opacity":[{"backdrop-opacity":[q,es,er]}],"backdrop-saturate":[{"backdrop-saturate":[q,es,er]}],"backdrop-sepia":[{"backdrop-sepia":["",q,es,er]}],"border-collapse":[{border:["collapse","separate"]}],"border-spacing":[{"border-spacing":_()}],"border-spacing-x":[{"border-spacing-x":_()}],"border-spacing-y":[{"border-spacing-y":_()}],"table-layout":[{table:["auto","fixed"]}],caption:[{caption:["top","bottom"]}],transition:[{transition:["","all","colors","opacity","shadow","transform","none",es,er]}],"transition-behavior":[{transition:["normal","discrete"]}],duration:[{duration:[q,"initial",es,er]}],ease:[{ease:["linear","initial",b,es,er]}],delay:[{delay:[q,es,er]}],animate:[{animate:["none",y,es,er]}],backface:[{backface:["hidden","visible"]}],perspective:[{perspective:[h,es,er]}],"perspective-origin":[{"perspective-origin":w()}],rotate:[{rotate:Y()}],"rotate-x":[{"rotate-x":Y()}],"rotate-y":[{"rotate-y":Y()}],"rotate-z":[{"rotate-z":Y()}],scale:[{scale:Z()}],"scale-x":[{"scale-x":Z()}],"scale-y":[{"scale-y":Z()}],"scale-z":[{"scale-z":Z()}],"scale-3d":["scale-3d"],skew:[{skew:eh()}],"skew-x":[{"skew-x":eh()}],"skew-y":[{"skew-y":eh()}],transform:[{transform:[es,er,"","none","gpu","cpu"]}],"transform-origin":[{origin:w()}],"transform-style":[{transform:["3d","flat"]}],translate:[{translate:eg()}],"translate-x":[{"translate-x":eg()}],"translate-y":[{"translate-y":eg()}],"translate-z":[{"translate-z":eg()}],"translate-none":["translate-none"],accent:[{accent:I()}],appearance:[{appearance:["none","auto"]}],"caret-color":[{caret:I()}],"color-scheme":[{scheme:["normal","dark","light","light-dark","only-dark","only-light"]}],cursor:[{cursor:["auto","default","pointer","wait","text","move","help","not-allowed","none","context-menu","progress","cell","crosshair","vertical-text","alias","copy","no-drop","grab","grabbing","all-scroll","col-resize","row-resize","n-resize","e-resize","s-resize","w-resize","ne-resize","nw-resize","se-resize","sw-resize","ew-resize","ns-resize","nesw-resize","nwse-resize","zoom-in","zoom-out",es,er]}],"field-sizing":[{"field-sizing":["fixed","content"]}],"pointer-events":[{"pointer-events":["auto","none"]}],resize:[{resize:["none","","y","x"]}],"scroll-behavior":[{scroll:["auto","smooth"]}],"scroll-m":[{"scroll-m":_()}],"scroll-mx":[{"scroll-mx":_()}],"scroll-my":[{"scroll-my":_()}],"scroll-ms":[{"scroll-ms":_()}],"scroll-me":[{"scroll-me":_()}],"scroll-mt":[{"scroll-mt":_()}],"scroll-mr":[{"scroll-mr":_()}],"scroll-mb":[{"scroll-mb":_()}],"scroll-ml":[{"scroll-ml":_()}],"scroll-p":[{"scroll-p":_()}],"scroll-px":[{"scroll-px":_()}],"scroll-py":[{"scroll-py":_()}],"scroll-ps":[{"scroll-ps":_()}],"scroll-pe":[{"scroll-pe":_()}],"scroll-pt":[{"scroll-pt":_()}],"scroll-pr":[{"scroll-pr":_()}],"scroll-pb":[{"scroll-pb":_()}],"scroll-pl":[{"scroll-pl":_()}],"snap-align":[{snap:["start","end","center","align-none"]}],"snap-stop":[{snap:["normal","always"]}],"snap-type":[{snap:["none","x","y","both"]}],"snap-strictness":[{snap:["mandatory","proximity"]}],touch:[{touch:["auto","none","manipulation"]}],"touch-x":[{"touch-pan":["x","left","right"]}],"touch-y":[{"touch-pan":["y","up","down"]}],"touch-pz":["touch-pinch-zoom"],select:[{select:["none","text","all","auto"]}],"will-change":[{"will-change":["auto","scroll","contents","transform",es,er]}],fill:[{fill:["none",...I()]}],"stroke-w":[{stroke:[q,ed,eo,en]}],stroke:[{stroke:["none",...I()]}],"forced-color-adjust":[{"forced-color-adjust":["auto","none"]}]},conflictingClassGroups:{overflow:["overflow-x","overflow-y"],overscroll:["overscroll-x","overscroll-y"],inset:["inset-x","inset-y","start","end","top","right","bottom","left"],"inset-x":["right","left"],"inset-y":["top","bottom"],flex:["basis","grow","shrink"],gap:["gap-x","gap-y"],p:["px","py","ps","pe","pt","pr","pb","pl"],px:["pr","pl"],py:["pt","pb"],m:["mx","my","ms","me","mt","mr","mb","ml"],mx:["mr","ml"],my:["mt","mb"],size:["w","h"],"font-size":["leading"],"fvn-normal":["fvn-ordinal","fvn-slashed-zero","fvn-figure","fvn-spacing","fvn-fraction"],"fvn-ordinal":["fvn-normal"],"fvn-slashed-zero":["fvn-normal"],"fvn-figure":["fvn-normal"],"fvn-spacing":["fvn-normal"],"fvn-fraction":["fvn-normal"],"line-clamp":["display","overflow"],rounded:["rounded-s","rounded-e","rounded-t","rounded-r","rounded-b","rounded-l","rounded-ss","rounded-se","rounded-ee","rounded-es","rounded-tl","rounded-tr","rounded-br","rounded-bl"],"rounded-s":["rounded-ss","rounded-es"],"rounded-e":["rounded-se","rounded-ee"],"rounded-t":["rounded-tl","rounded-tr"],"rounded-r":["rounded-tr","rounded-br"],"rounded-b":["rounded-br","rounded-bl"],"rounded-l":["rounded-tl","rounded-bl"],"border-spacing":["border-spacing-x","border-spacing-y"],"border-w":["border-w-x","border-w-y","border-w-s","border-w-e","border-w-t","border-w-r","border-w-b","border-w-l"],"border-w-x":["border-w-r","border-w-l"],"border-w-y":["border-w-t","border-w-b"],"border-color":["border-color-x","border-color-y","border-color-s","border-color-e","border-color-t","border-color-r","border-color-b","border-color-l"],"border-color-x":["border-color-r","border-color-l"],"border-color-y":["border-color-t","border-color-b"],translate:["translate-x","translate-y","translate-none"],"translate-none":["translate","translate-x","translate-y","translate-z"],"scroll-m":["scroll-mx","scroll-my","scroll-ms","scroll-me","scroll-mt","scroll-mr","scroll-mb","scroll-ml"],"scroll-mx":["scroll-mr","scroll-ml"],"scroll-my":["scroll-mt","scroll-mb"],"scroll-p":["scroll-px","scroll-py","scroll-ps","scroll-pe","scroll-pt","scroll-pr","scroll-pb","scroll-pl"],"scroll-px":["scroll-pr","scroll-pl"],"scroll-py":["scroll-pt","scroll-pb"],touch:["touch-x","touch-y","touch-pz"],"touch-x":["touch"],"touch-y":["touch"],"touch-pz":["touch"]},conflictingClassGroupModifiers:{"font-size":["leading"]},orderSensitiveModifiers:["*","**","after","backdrop","before","details-content","file","first-letter","first-line","marker","placeholder","selection"]}}),ez=(o="inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium transition-all disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg:not([class*='size-'])]:size-4 shrink-0 [&_svg]:shrink-0 outline-none focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:ring-[3px] aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive",n={variants:{variant:{default:"bg-primary text-primary-foreground hover:bg-primary/90",destructive:"bg-destructive text-white hover:bg-destructive/90 focus-visible:ring-destructive/20 dark:focus-visible:ring-destructive/40 dark:bg-destructive/60",outline:"border bg-background shadow-xs hover:bg-accent hover:text-accent-foreground dark:bg-input/30 dark:border-input dark:hover:bg-input/50",secondary:"bg-secondary text-secondary-foreground hover:bg-secondary/80",ghost:"hover:bg-accent hover:text-accent-foreground dark:hover:bg-accent/50",link:"text-primary underline-offset-4 hover:underline"},size:{default:"h-9 px-4 py-2 has-[>svg]:px-3",sm:"h-8 rounded-md gap-1.5 px-3 has-[>svg]:px-2.5",lg:"h-10 rounded-md px-6 has-[>svg]:px-4",icon:"size-9","icon-sm":"size-8","icon-lg":"size-10"}},defaultVariants:{variant:"default",size:"default"}},e=>{var t;if((null==n?void 0:n.variants)==null)return b(o,null==e?void 0:e.class,null==e?void 0:e.className);let{variants:r,defaultVariants:l}=n,a=Object.keys(r).map(t=>{let o=null==e?void 0:e[t],n=null==l?void 0:l[t];if(null===o)return null;let a=y(o)||y(n);return r[t][a]}),i=e&&Object.entries(e).reduce((e,t)=>{let[r,o]=t;return void 0===o||(e[r]=o),e},{});return b(o,a,null==n||null==(t=n.compoundVariants)?void 0:t.reduce((e,t)=>{let{class:r,className:o,...n}=t;return Object.entries(n).every(e=>{let[t,r]=e;return Array.isArray(r)?r.includes({...l,...i}[t]):({...l,...i})[t]===r})?[...e,r,o]:e},[]),null==e?void 0:e.class,null==e?void 0:e.className)});function eC({className:e,variant:t,size:r,asChild:o=!1,...n}){return(0,a.jsx)(o?p:"button",{"data-slot":"button",className:function(...e){return e_(b(e))}(ez({variant:t,size:r,className:e})),...n})}e.s(["Button",0,eC],91759);let eO=(...e)=>e.filter((e,t,r)=>!!e&&""!==e.trim()&&r.indexOf(e)===t).join(" ").trim(),eS=e=>{let t=e.replace(/^([A-Z])|[\s-_]+(\w)/g,(e,t,r)=>r?r.toUpperCase():t.toLowerCase());return t.charAt(0).toUpperCase()+t.slice(1)};var eP={xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"};let eN=(0,i.forwardRef)(({color:e="currentColor",size:t=24,strokeWidth:r=2,absoluteStrokeWidth:o,className:n="",children:l,iconNode:a,...s},d)=>(0,i.createElement)("svg",{ref:d,...eP,width:t,height:t,stroke:e,strokeWidth:o?24*Number(r)/Number(t):r,className:eO("lucide",n),...!l&&!(e=>{for(let t in e)if(t.startsWith("aria-")||"role"===t||"title"===t)return!0;return!1})(s)&&{"aria-hidden":"true"},...s},[...a.map(([e,t])=>(0,i.createElement)(e,t)),...Array.isArray(l)?l:[l]])),eE=(e,t)=>{let r=(0,i.forwardRef)(({className:r,...o},n)=>(0,i.createElement)(eN,{ref:n,iconNode:t,className:eO(`lucide-${eS(e).replace(/([a-z0-9])([A-Z])/g,"$1-$2").toLowerCase()}`,`lucide-${e}`,r),...o}));return r.displayName=eS(e),r};e.s(["default",0,eE],35956);let eR=eE("menu",[["path",{d:"M4 5h16",key:"1tepv9"}],["path",{d:"M4 12h16",key:"1lakjw"}],["path",{d:"M4 19h16",key:"1djgab"}]]),eM=eE("x",[["path",{d:"M18 6 6 18",key:"1bl5f8"}],["path",{d:"m6 6 12 12",key:"d8bk6v"}]]);e.s(["X",0,eM],65645);let eI={en:{navLinks:[{href:"/#workflow",label:"Workflow"},{href:"/#products",label:"Surfaces"},{href:"/#features",label:"Capabilities"},{href:"/swarm",label:"Swarm"},{href:"/launch",label:"Launch"},{href:"/#security",label:"Security"}],register:"Register",start:"Get started",toggle:"中文",menuOpen:"Open menu",menuClose:"Close menu"},zh:{navLinks:[{href:"/#workflow",label:"流程"},{href:"/#products",label:"产品面"},{href:"/#features",label:"能力"},{href:"/swarm",label:"蜂群"},{href:"/launch",label:"上线"},{href:"/#security",label:"安全"}],register:"注册",start:"开始使用",toggle:"EN",menuOpen:"打开菜单",menuClose:"关闭菜单"}},eA="https://code.xinghanlab.com/",e$="https://code.xinghanlab.com/sign-up",eL="https://doc.xinghanlab.com/";e.s(["Header",0,function({lang:e,setLang:t}){let[r,o]=(0,i.useState)(!1),n=eI[e],l=()=>t("en"===e?"zh":"en");return(0,a.jsxs)("header",{className:"fixed top-0 left-0 right-0 z-50 border-b border-border/60 bg-background/75 backdrop-blur-xl",children:[(0,a.jsxs)("div",{className:"mx-auto flex h-16 max-w-7xl items-center justify-between px-4 sm:px-6 lg:px-8",children:[(0,a.jsxs)(s.default,{href:"/",className:"flex items-center gap-2",children:[(0,a.jsx)("div",{className:"flex h-9 w-9 items-center justify-center rounded-xl border border-border/70 bg-card/80 text-foreground shadow-sm",children:(0,a.jsx)(d.default,{src:"/taiji-logo.png",alt:"Heicode",width:18,height:18})}),(0,a.jsx)("span",{className:"text-lg font-black tracking-tight text-foreground",children:"Heicode"})]}),(0,a.jsx)("nav",{className:"hidden items-center gap-8 md:flex",children:n.navLinks.map(e=>(0,a.jsx)(s.default,{href:e.href,className:"text-sm text-muted-foreground transition-colors hover:text-foreground",children:e.label},e.href))}),(0,a.jsxs)("div",{className:"hidden items-center gap-4 md:flex",children:[(0,a.jsx)(eC,{variant:"outline",size:"sm",className:"rounded-full bg-card/50",onClick:l,children:n.toggle}),(0,a.jsx)(eC,{variant:"ghost",size:"sm",className:"rounded-full",asChild:!0,children:(0,a.jsx)("a",{href:eL,target:"_blank",rel:"noreferrer",children:"zh"===e?"文档":"Docs"})}),(0,a.jsx)(eC,{variant:"outline",size:"sm",className:"rounded-full bg-card/50",asChild:!0,children:(0,a.jsx)("a",{href:e$,target:"_blank",rel:"noreferrer",children:n.register})}),(0,a.jsx)(eC,{size:"sm",className:"rounded-full bg-foreground text-background hover:bg-foreground/90",asChild:!0,children:(0,a.jsx)("a",{href:eA,target:"_blank",rel:"noreferrer",children:n.start})})]}),(0,a.jsx)("button",{className:"md:hidden",onClick:()=>o(!r),"aria-label":r?n.menuClose:n.menuOpen,children:r?(0,a.jsx)(eM,{className:"h-6 w-6"}):(0,a.jsx)(eR,{className:"h-6 w-6"})})]}),r&&(0,a.jsx)("div",{className:"border-t border-border bg-background md:hidden",children:(0,a.jsxs)("nav",{className:"flex flex-col px-4 py-4",children:[n.navLinks.map(e=>(0,a.jsx)(s.default,{href:e.href,className:"py-3 text-sm text-muted-foreground transition-colors hover:text-foreground",onClick:()=>o(!1),children:e.label},e.href)),(0,a.jsxs)("div",{className:"mt-4 flex flex-col gap-2",children:[(0,a.jsx)(eC,{variant:"outline",size:"sm",className:"justify-start rounded-full bg-card/50",onClick:l,children:n.toggle}),(0,a.jsx)(eC,{variant:"ghost",size:"sm",className:"justify-start rounded-full",asChild:!0,children:(0,a.jsx)("a",{href:eL,target:"_blank",rel:"noreferrer",children:"zh"===e?"文档":"Docs"})}),(0,a.jsx)(eC,{variant:"outline",size:"sm",className:"justify-start rounded-full bg-card/50",asChild:!0,children:(0,a.jsx)("a",{href:e$,target:"_blank",rel:"noreferrer",children:n.register})}),(0,a.jsx)(eC,{size:"sm",className:"rounded-full bg-foreground text-background hover:bg-foreground/90",asChild:!0,children:(0,a.jsx)("a",{href:eA,target:"_blank",rel:"noreferrer",children:n.start})})]})]})})]})}],96487)},155,e=>{"use strict";let t=(0,e.i(35956).default)("arrow-right",[["path",{d:"M5 12h14",key:"1ays0h"}],["path",{d:"m12 5 7 7-7 7",key:"xquz4c"}]]);e.s(["ArrowRight",0,t],155)},50103,e=>{"use strict";let t=(0,e.i(35956).default)("sparkles",[["path",{d:"M11.017 2.814a1 1 0 0 1 1.966 0l1.051 5.558a2 2 0 0 0 1.594 1.594l5.558 1.051a1 1 0 0 1 0 1.966l-5.558 1.051a2 2 0 0 0-1.594 1.594l-1.051 5.558a1 1 0 0 1-1.966 0l-1.051-5.558a2 2 0 0 0-1.594-1.594l-5.558-1.051a1 1 0 0 1 0-1.966l5.558-1.051a2 2 0 0 0 1.594-1.594z",key:"1s2grr"}],["path",{d:"M20 2v4",key:"1rf3ol"}],["path",{d:"M22 4h-4",key:"gwowj6"}],["circle",{cx:"4",cy:"20",r:"2",key:"6kqj1y"}]]);e.s(["Sparkles",0,t],50103)},9808,e=>{"use strict";let t=(0,e.i(35956).default)("shield-check",[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z",key:"oel41y"}],["path",{d:"m9 12 2 2 4-4",key:"dzmm74"}]]);e.s(["ShieldCheck",0,t],9808)},21646,e=>{"use strict";let t=(0,e.i(35956).default)("workflow",[["rect",{width:"8",height:"8",x:"3",y:"3",rx:"2",key:"by2w9f"}],["path",{d:"M7 11v4a2 2 0 0 0 2 2h4",key:"xkn7yn"}],["rect",{width:"8",height:"8",x:"13",y:"13",rx:"2",key:"1cgmvn"}]]);e.s(["Workflow",0,t],21646)},38309,e=>{"use strict";var t=e.i(21416),r=e.i(21212),o=e.i(98488);let n="https://doc.xinghanlab.com/",l={en:{tagline:["From one idea to production software","Organize an AI development team with code and cloud resources"],copyright:"All rights reserved.",footerLinks:{Product:[{label:"Heicode Client",href:"#"},{label:"Heicode Manager",href:"https://code.xinghanlab.com/"},{label:"Agnet Platform",href:"https://agnet.taijiaicloud.com/"},{label:"Agnet Swarm",href:"/swarm"}],Resources:[{label:"Documentation",href:n},{label:"Resource binding",href:"#"},{label:"Secret vault",href:"#"},{label:"CodeGW boundary",href:"#"},{label:"Product demo",href:"#"}],Company:[{label:"About us",href:"https://www.taijiaicloud.com/"},{label:"Blog",href:"#"},{label:"Careers",href:"#"},{label:"Contact",href:"mailto:november@taijiaicloud.com"}],Legal:[{label:"Privacy",href:"#"},{label:"Terms",href:"#"},{label:"Security",href:"#"}]}},zh:{tagline:["从一个想法,到可上线的软件产品","组织 AI 开发团队,接入代码和云资源"],copyright:"保留所有权利。",footerLinks:{产品:[{label:"Heicode 客户端",href:"#"},{label:"Heicode Manager",href:"https://code.xinghanlab.com/"},{label:"Agnet 平台",href:"https://agnet.taijiaicloud.com/"},{label:"Agnet 蜂群",href:"/swarm"}],资源:[{label:"文档",href:n},{label:"资源绑定",href:"#"},{label:"密钥保管器",href:"#"},{label:"CodeGW 边界",href:"#"},{label:"产品演示",href:"#"}],公司:[{label:"关于我们",href:"https://www.taijiaicloud.com/"},{label:"博客",href:"#"},{label:"加入我们",href:"#"},{label:"联系方式",href:"mailto:november@taijiaicloud.com"}],法律:[{label:"隐私政策",href:"#"},{label:"服务条款",href:"#"},{label:"安全",href:"#"}]}}};e.s(["Footer",0,function({lang:e}){let n=l[e];return(0,t.jsx)("footer",{className:"border-t border-border bg-background",children:(0,t.jsxs)("div",{className:"mx-auto max-w-7xl px-4 py-12 sm:px-6 lg:px-8 lg:py-16",children:[(0,t.jsxs)("div",{className:"grid gap-8 sm:grid-cols-2 lg:grid-cols-5",children:[(0,t.jsxs)("div",{className:"lg:col-span-1",children:[(0,t.jsxs)(r.default,{href:"/",className:"flex items-center gap-2",children:[(0,t.jsx)("div",{className:"flex h-8 w-8 items-center justify-center rounded-md border border-border/70 bg-card/60 text-foreground",children:(0,t.jsx)(o.default,{src:"/taiji-logo.png",alt:"Heicode",width:18,height:18})}),(0,t.jsx)("span",{className:"text-lg font-black tracking-tight text-foreground",children:"Heicode"})]}),(0,t.jsxs)("p",{className:"mt-4 text-sm leading-relaxed text-muted-foreground",children:[n.tagline[0],(0,t.jsx)("br",{}),n.tagline[1]]})]}),Object.entries(n.footerLinks).map(([e,o])=>(0,t.jsxs)("div",{children:[(0,t.jsx)("h3",{className:"text-sm font-semibold",children:e}),(0,t.jsx)("ul",{className:"mt-4 space-y-3",children:o.map(e=>(0,t.jsx)("li",{children:e.href.startsWith("http")||e.href.startsWith("mailto:")?(0,t.jsx)("a",{href:e.href,target:"_blank",rel:"noreferrer",className:"text-sm text-muted-foreground transition-colors hover:text-foreground",children:e.label}):(0,t.jsx)(r.default,{href:e.href,className:"text-sm text-muted-foreground transition-colors hover:text-foreground",children:e.label})},e.label))})]},e))]}),(0,t.jsx)("div",{className:"mt-12 border-t border-border pt-8",children:(0,t.jsx)("div",{className:"flex flex-col items-center justify-between gap-4 sm:flex-row",children:(0,t.jsxs)("p",{className:"text-sm text-muted-foreground",children:["© ",new Date().getFullYear()," Taiji. ",n.copyright]})})})]})})}])}]); \ No newline at end of file +Read more: https://nextjs.org/docs/messages/next-image-unconfigured-localpatterns`),"__NEXT_ERROR_CODE",{value:"E871",enumerable:!1,configurable:!0});let s=(0,o.findClosestQuality)(a,e);return`${e.path}?url=${encodeURIComponent(t)}&w=${r}&q=${s}${t.startsWith("/")&&i?`&dpl=${i}`:""}`}l.__next_img_default=!0;let a=l},29023,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"Image",{enumerable:!0,get:function(){return v}});let o=e.r(77532),n=e.r(33517),l=e.r(21416),a=n._(e.r(95599)),i=o._(e.r(95801)),s=o._(e.r(46946)),d=e.r(99082),c=e.r(4633),u=e.r(43356);e.r(50443);let f=e.r(2248),m=o._(e.r(88179)),p=e.r(62798),h={deviceSizes:[640,750,828,1080,1200,1920,2048,3840],imageSizes:[32,48,64,96,128,256,384],qualities:[75],path:"/_next/image",loader:"default",dangerouslyAllowSVG:!1,unoptimized:!0};function g(e,t,r,o,n,l,a){let i=e?.src;e&&e["data-loaded-src"]!==i&&(e["data-loaded-src"]=i,("decode"in e?e.decode():Promise.resolve()).catch(()=>{}).then(()=>{if(e.parentElement&&e.isConnected){if("empty"!==t&&n(!0),r?.current){let t=new Event("load");Object.defineProperty(t,"target",{writable:!1,value:e});let o=!1,n=!1;r.current({...t,nativeEvent:t,currentTarget:e,target:e,isDefaultPrevented:()=>o,isPropagationStopped:()=>n,persist:()=>{},preventDefault:()=>{o=!0,t.preventDefault()},stopPropagation:()=>{n=!0,t.stopPropagation()}})}o?.current&&o.current(e)}}))}function b(e){return a.use?{fetchPriority:e}:{fetchpriority:e}}"u"{let O=(0,a.useCallback)(e=>{e&&(_&&(e.src=e.src),e.complete&&g(e,u,y,x,v,m,k))},[e,u,y,x,v,_,m,k]),S=(0,p.useMergedRef)(C,O);return(0,l.jsx)("img",{...z,...b(c),loading:f,width:n,height:o,decoding:i,"data-nimg":h?"fill":"1",className:s,style:d,sizes:r,srcSet:t,src:e,ref:S,onLoad:e=>{g(e.currentTarget,u,y,x,v,m,k)},onError:e=>{w(!0),"empty"!==u&&v(!0),_&&_(e)}})});function x({isAppRouter:e,imgAttributes:t}){let r={as:"image",imageSrcSet:t.srcSet,imageSizes:t.sizes,crossOrigin:t.crossOrigin,referrerPolicy:t.referrerPolicy,...b(t.fetchPriority)};return e&&i.default.preload?(i.default.preload(t.src,r),null):(0,l.jsx)(s.default,{children:(0,l.jsx)("link",{rel:"preload",href:t.srcSet?void 0:t.src,...r},"__nimg-"+t.src+t.srcSet+t.sizes)})}let v=(0,a.forwardRef)((e,t)=>{let r=(0,a.useContext)(f.RouterContext),o=(0,a.useContext)(u.ImageConfigContext),n=(0,a.useMemo)(()=>{let e=h||o||c.imageConfigDefault,t=[...e.deviceSizes,...e.imageSizes].sort((e,t)=>e-t),r=e.deviceSizes.sort((e,t)=>e-t),n=e.qualities?.sort((e,t)=>e-t);return{...e,allSizes:t,deviceSizes:r,qualities:n,localPatterns:"u"{p.current=i},[i]);let g=(0,a.useRef)(s);(0,a.useEffect)(()=>{g.current=s},[s]);let[b,v]=(0,a.useState)(!1),[w,k]=(0,a.useState)(!1),{props:j,meta:_}=(0,d.getImgProps)(e,{defaultLoader:m.default,imgConf:n,blurComplete:b,showAltText:w});return(0,l.jsxs)(l.Fragment,{children:[(0,l.jsx)(y,{...j,unoptimized:_.unoptimized,placeholder:_.placeholder,fill:_.fill,onLoadRef:p,onLoadingCompleteRef:g,setBlurComplete:v,setShowAltText:k,sizesInput:e.sizes,ref:t}),_.preload?(0,l.jsx)(x,{isAppRouter:!r,imgAttributes:j}):null]})});("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},53147,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var o={default:function(){return c},getImageProps:function(){return d}};for(var n in o)Object.defineProperty(r,n,{enumerable:!0,get:o[n]});let l=e.r(77532),a=e.r(99082),i=e.r(29023),s=l._(e.r(88179));function d(e){let{props:t}=(0,a.getImgProps)(e,{defaultLoader:s.default,imgConf:{deviceSizes:[640,750,828,1080,1200,1920,2048,3840],imageSizes:[32,48,64,96,128,256,384],qualities:[75],path:"/_next/image",loader:"default",dangerouslyAllowSVG:!1,unoptimized:!0}});for(let[e,r]of Object.entries(t))void 0===r&&delete t[e];return{props:t}}let c=i.Image},98488,(e,t,r)=>{t.exports=e.r(53147)},96487,91759,35956,65645,e=>{"use strict";let t,r,o,n,l;var a=e.i(21416),i=e.i(95599),s=e.i(21212),d=e.i(98488);function c(e,t){if("function"==typeof e)return e(t);null!=e&&(e.current=t)}var u=Symbol.for("react.lazy"),f=i[" use ".trim().toString()];function m(e){var t;return null!=e&&"object"==typeof e&&"$$typeof"in e&&e.$$typeof===u&&"_payload"in e&&"object"==typeof(t=e._payload)&&null!==t&&"then"in t}var p=((l=i.forwardRef((e,t)=>{let{children:r,...o}=e;if(m(r)&&"function"==typeof f&&(r=f(r._payload)),i.isValidElement(r)){var n;let e,l,a=(n=r,(l=(e=Object.getOwnPropertyDescriptor(n.props,"ref")?.get)&&"isReactWarning"in e&&e.isReactWarning)?n.ref:(l=(e=Object.getOwnPropertyDescriptor(n,"ref")?.get)&&"isReactWarning"in e&&e.isReactWarning)?n.props.ref:n.props.ref||n.ref),s=function(e,t){let r={...t};for(let o in t){let n=e[o],l=t[o];/^on[A-Z]/.test(o)?n&&l?r[o]=(...e)=>{let t=l(...e);return n(...e),t}:n&&(r[o]=n):"style"===o?r[o]={...n,...l}:"className"===o&&(r[o]=[n,l].filter(Boolean).join(" "))}return{...e,...r}}(o,r.props);return r.type!==i.Fragment&&(s.ref=t?function(...e){return t=>{let r=!1,o=e.map(e=>{let o=c(e,t);return r||"function"!=typeof o||(r=!0),o});if(r)return()=>{for(let t=0;t1?i.Children.only(null):null})).displayName="Slot.SlotClone",t=l,(r=i.forwardRef((e,r)=>{let{children:o,...n}=e;m(o)&&"function"==typeof f&&(o=f(o._payload));let l=i.Children.toArray(o),s=l.find(g);if(s){let e=s.props.children,o=l.map(t=>t!==s?t:i.Children.count(e)>1?i.Children.only(null):i.isValidElement(e)?e.props.children:null);return(0,a.jsx)(t,{...n,ref:r,children:i.isValidElement(e)?i.cloneElement(e,void 0,o):null})}return(0,a.jsx)(t,{...n,ref:r,children:o})})).displayName="Slot.Slot",r),h=Symbol("radix.slottable");function g(e){return i.isValidElement(e)&&"function"==typeof e.type&&"__radixId"in e.type&&e.type.__radixId===h}function b(){for(var e,t,r=0,o="",n=arguments.length;r"boolean"==typeof e?`${e}`:0===e?"0":e,x=(e=new Map,t=null,r)=>({nextPart:e,validators:t,classGroupId:r}),v=[],w=(e,t,r)=>{if(0==e.length-t)return r.classGroupId;let o=e[t],n=r.nextPart.get(o);if(n){let r=w(e,t+1,n);if(r)return r}let l=r.validators;if(null===l)return;let a=0===t?e.join("-"):e.slice(t).join("-"),i=l.length;for(let e=0;e{let r=x();for(let o in e)j(e[o],r,o,t);return r},j=(e,t,r,o)=>{let n=e.length;for(let l=0;l{"string"==typeof e?z(e,t,r):"function"==typeof e?C(e,t,r,o):O(e,t,r,o)},z=(e,t,r)=>{(""===e?t:S(t,e)).classGroupId=r},C=(e,t,r,o)=>{P(e)?j(e(o),t,r,o):(null===t.validators&&(t.validators=[]),t.validators.push({classGroupId:r,validator:e}))},O=(e,t,r,o)=>{let n=Object.entries(e),l=n.length;for(let e=0;e{let r=e,o=t.split("-"),n=o.length;for(let e=0;e"isThemeGetter"in e&&!0===e.isThemeGetter,N=[],E=(e,t,r,o,n)=>({modifiers:e,hasImportantModifier:t,baseClassName:r,maybePostfixModifierPosition:o,isExternal:n}),R=/\s+/,M=e=>{let t;if("string"==typeof e)return e;let r="";for(let o=0;o{let t=t=>t[e]||I;return t.isThemeGetter=!0,t},$=/^\[(?:(\w[\w-]*):)?(.+)\]$/i,L=/^\((?:(\w[\w-]*):)?(.+)\)$/i,T=/^\d+\/\d+$/,D=/^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/,W=/\d+(%|px|r?em|[sdl]?v([hwib]|min|max)|pt|pc|in|cm|mm|cap|ch|ex|r?lh|cq(w|h|i|b|min|max))|\b(calc|min|max|clamp)\(.+\)|^0$/,U=/^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/,G=/^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/,B=/^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/,F=e=>T.test(e),q=e=>!!e&&!Number.isNaN(Number(e)),H=e=>!!e&&Number.isInteger(Number(e)),V=e=>e.endsWith("%")&&q(e.slice(0,-1)),K=e=>D.test(e),X=()=>!0,J=e=>W.test(e)&&!U.test(e),Q=()=>!1,Y=e=>G.test(e),Z=e=>B.test(e),ee=e=>!er(e)&&!es(e),et=e=>eh(e,ex,Q),er=e=>$.test(e),eo=e=>eh(e,ev,J),en=e=>eh(e,ew,q),el=e=>eh(e,eb,Q),ea=e=>eh(e,ey,Z),ei=e=>eh(e,ej,Y),es=e=>L.test(e),ed=e=>eg(e,ev),ec=e=>eg(e,ek),eu=e=>eg(e,eb),ef=e=>eg(e,ex),em=e=>eg(e,ey),ep=e=>eg(e,ej,!0),eh=(e,t,r)=>{let o=$.exec(e);return!!o&&(o[1]?t(o[1]):r(o[2]))},eg=(e,t,r=!1)=>{let o=L.exec(e);return!!o&&(o[1]?t(o[1]):r)},eb=e=>"position"===e||"percentage"===e,ey=e=>"image"===e||"url"===e,ex=e=>"length"===e||"size"===e||"bg-size"===e,ev=e=>"length"===e,ew=e=>"number"===e,ek=e=>"family-name"===e,ej=e=>"shadow"===e,e_=((e,...t)=>{let r,o,n,l,a=e=>{let t=o(e);if(t)return t;let l=((e,t)=>{let{parseClassName:r,getClassGroupId:o,getConflictingClassGroupIds:n,sortModifiers:l}=t,a=[],i=e.trim().split(R),s="";for(let e=i.length-1;e>=0;e-=1){let t=i[e],{isExternal:d,modifiers:c,hasImportantModifier:u,baseClassName:f,maybePostfixModifierPosition:m}=r(t);if(d){s=t+(s.length>0?" "+s:s);continue}let p=!!m,h=o(p?f.substring(0,m):f);if(!h){if(!p||!(h=o(f))){s=t+(s.length>0?" "+s:s);continue}p=!1}let g=0===c.length?"":1===c.length?c[0]:l(c).join(":"),b=u?g+"!":g,y=b+h;if(a.indexOf(y)>-1)continue;a.push(y);let x=n(h,p);for(let e=0;e0?" "+s:s)}return s})(e,r);return n(e,l),l};return l=i=>{var s;let d;return o=(r={cache:(e=>{if(e<1)return{get:()=>void 0,set:()=>{}};let t=0,r=Object.create(null),o=Object.create(null),n=(n,l)=>{r[n]=l,++t>e&&(t=0,o=r,r=Object.create(null))};return{get(e){let t=r[e];return void 0!==t?t:void 0!==(t=o[e])?(n(e,t),t):void 0},set(e,t){e in r?r[e]=t:n(e,t)}}})((s=t.reduce((e,t)=>t(e),e())).cacheSize),parseClassName:(e=>{let{prefix:t,experimentalParseClassName:r}=e,o=e=>{let t,r=[],o=0,n=0,l=0,a=e.length;for(let i=0;il?t-l:void 0)};if(t){let e=t+":",r=o;o=t=>t.startsWith(e)?r(t.slice(e.length)):E(N,!1,t,void 0,!0)}if(r){let e=o;o=t=>r({className:t,parseClassName:e})}return o})(s),sortModifiers:(d=new Map,s.orderSensitiveModifiers.forEach((e,t)=>{d.set(e,1e6+t)}),e=>{let t=[],r=[];for(let o=0;o0&&(r.sort(),t.push(...r),r=[]),t.push(n)):r.push(n)}return r.length>0&&(r.sort(),t.push(...r)),t}),...(e=>{let t=(e=>{let{theme:t,classGroups:r}=e;return k(r,t)})(e),{conflictingClassGroups:r,conflictingClassGroupModifiers:o}=e;return{getClassGroupId:e=>{if(e.startsWith("[")&&e.endsWith("]")){var r;let t,o,n;return -1===(r=e).slice(1,-1).indexOf(":")?void 0:(o=(t=r.slice(1,-1)).indexOf(":"),(n=t.slice(0,o))?"arbitrary.."+n:void 0)}let o=e.split("-"),n=+(""===o[0]&&o.length>1);return w(o,n,t)},getConflictingClassGroupIds:(e,t)=>{if(t){let t=o[e],n=r[e];if(t){if(n){let e=Array(n.length+t.length);for(let t=0;tl(((...e)=>{let t,r,o=0,n="";for(;o{let e=A("color"),t=A("font"),r=A("text"),o=A("font-weight"),n=A("tracking"),l=A("leading"),a=A("breakpoint"),i=A("container"),s=A("spacing"),d=A("radius"),c=A("shadow"),u=A("inset-shadow"),f=A("text-shadow"),m=A("drop-shadow"),p=A("blur"),h=A("perspective"),g=A("aspect"),b=A("ease"),y=A("animate"),x=()=>["auto","avoid","all","avoid-page","page","left","right","column"],v=()=>["center","top","bottom","left","right","top-left","left-top","top-right","right-top","bottom-right","right-bottom","bottom-left","left-bottom"],w=()=>[...v(),es,er],k=()=>["auto","hidden","clip","visible","scroll"],j=()=>["auto","contain","none"],_=()=>[es,er,s],z=()=>[F,"full","auto",..._()],C=()=>[H,"none","subgrid",es,er],O=()=>["auto",{span:["full",H,es,er]},H,es,er],S=()=>[H,"auto",es,er],P=()=>["auto","min","max","fr",es,er],N=()=>["start","end","center","between","around","evenly","stretch","baseline","center-safe","end-safe"],E=()=>["start","end","center","stretch","center-safe","end-safe"],R=()=>["auto",..._()],M=()=>[F,"auto","full","dvw","dvh","lvw","lvh","svw","svh","min","max","fit",..._()],I=()=>[e,es,er],$=()=>[...v(),eu,el,{position:[es,er]}],L=()=>["no-repeat",{repeat:["","x","y","space","round"]}],T=()=>["auto","cover","contain",ef,et,{size:[es,er]}],D=()=>[V,ed,eo],W=()=>["","none","full",d,es,er],U=()=>["",q,ed,eo],G=()=>["solid","dashed","dotted","double"],B=()=>["normal","multiply","screen","overlay","darken","lighten","color-dodge","color-burn","hard-light","soft-light","difference","exclusion","hue","saturation","color","luminosity"],J=()=>[q,V,eu,el],Q=()=>["","none",p,es,er],Y=()=>["none",q,es,er],Z=()=>["none",q,es,er],eh=()=>[q,es,er],eg=()=>[F,"full",..._()];return{cacheSize:500,theme:{animate:["spin","ping","pulse","bounce"],aspect:["video"],blur:[K],breakpoint:[K],color:[X],container:[K],"drop-shadow":[K],ease:["in","out","in-out"],font:[ee],"font-weight":["thin","extralight","light","normal","medium","semibold","bold","extrabold","black"],"inset-shadow":[K],leading:["none","tight","snug","normal","relaxed","loose"],perspective:["dramatic","near","normal","midrange","distant","none"],radius:[K],shadow:[K],spacing:["px",q],text:[K],"text-shadow":[K],tracking:["tighter","tight","normal","wide","wider","widest"]},classGroups:{aspect:[{aspect:["auto","square",F,er,es,g]}],container:["container"],columns:[{columns:[q,er,es,i]}],"break-after":[{"break-after":x()}],"break-before":[{"break-before":x()}],"break-inside":[{"break-inside":["auto","avoid","avoid-page","avoid-column"]}],"box-decoration":[{"box-decoration":["slice","clone"]}],box:[{box:["border","content"]}],display:["block","inline-block","inline","flex","inline-flex","table","inline-table","table-caption","table-cell","table-column","table-column-group","table-footer-group","table-header-group","table-row-group","table-row","flow-root","grid","inline-grid","contents","list-item","hidden"],sr:["sr-only","not-sr-only"],float:[{float:["right","left","none","start","end"]}],clear:[{clear:["left","right","both","none","start","end"]}],isolation:["isolate","isolation-auto"],"object-fit":[{object:["contain","cover","fill","none","scale-down"]}],"object-position":[{object:w()}],overflow:[{overflow:k()}],"overflow-x":[{"overflow-x":k()}],"overflow-y":[{"overflow-y":k()}],overscroll:[{overscroll:j()}],"overscroll-x":[{"overscroll-x":j()}],"overscroll-y":[{"overscroll-y":j()}],position:["static","fixed","absolute","relative","sticky"],inset:[{inset:z()}],"inset-x":[{"inset-x":z()}],"inset-y":[{"inset-y":z()}],start:[{start:z()}],end:[{end:z()}],top:[{top:z()}],right:[{right:z()}],bottom:[{bottom:z()}],left:[{left:z()}],visibility:["visible","invisible","collapse"],z:[{z:[H,"auto",es,er]}],basis:[{basis:[F,"full","auto",i,..._()]}],"flex-direction":[{flex:["row","row-reverse","col","col-reverse"]}],"flex-wrap":[{flex:["nowrap","wrap","wrap-reverse"]}],flex:[{flex:[q,F,"auto","initial","none",er]}],grow:[{grow:["",q,es,er]}],shrink:[{shrink:["",q,es,er]}],order:[{order:[H,"first","last","none",es,er]}],"grid-cols":[{"grid-cols":C()}],"col-start-end":[{col:O()}],"col-start":[{"col-start":S()}],"col-end":[{"col-end":S()}],"grid-rows":[{"grid-rows":C()}],"row-start-end":[{row:O()}],"row-start":[{"row-start":S()}],"row-end":[{"row-end":S()}],"grid-flow":[{"grid-flow":["row","col","dense","row-dense","col-dense"]}],"auto-cols":[{"auto-cols":P()}],"auto-rows":[{"auto-rows":P()}],gap:[{gap:_()}],"gap-x":[{"gap-x":_()}],"gap-y":[{"gap-y":_()}],"justify-content":[{justify:[...N(),"normal"]}],"justify-items":[{"justify-items":[...E(),"normal"]}],"justify-self":[{"justify-self":["auto",...E()]}],"align-content":[{content:["normal",...N()]}],"align-items":[{items:[...E(),{baseline:["","last"]}]}],"align-self":[{self:["auto",...E(),{baseline:["","last"]}]}],"place-content":[{"place-content":N()}],"place-items":[{"place-items":[...E(),"baseline"]}],"place-self":[{"place-self":["auto",...E()]}],p:[{p:_()}],px:[{px:_()}],py:[{py:_()}],ps:[{ps:_()}],pe:[{pe:_()}],pt:[{pt:_()}],pr:[{pr:_()}],pb:[{pb:_()}],pl:[{pl:_()}],m:[{m:R()}],mx:[{mx:R()}],my:[{my:R()}],ms:[{ms:R()}],me:[{me:R()}],mt:[{mt:R()}],mr:[{mr:R()}],mb:[{mb:R()}],ml:[{ml:R()}],"space-x":[{"space-x":_()}],"space-x-reverse":["space-x-reverse"],"space-y":[{"space-y":_()}],"space-y-reverse":["space-y-reverse"],size:[{size:M()}],w:[{w:[i,"screen",...M()]}],"min-w":[{"min-w":[i,"screen","none",...M()]}],"max-w":[{"max-w":[i,"screen","none","prose",{screen:[a]},...M()]}],h:[{h:["screen","lh",...M()]}],"min-h":[{"min-h":["screen","lh","none",...M()]}],"max-h":[{"max-h":["screen","lh",...M()]}],"font-size":[{text:["base",r,ed,eo]}],"font-smoothing":["antialiased","subpixel-antialiased"],"font-style":["italic","not-italic"],"font-weight":[{font:[o,es,en]}],"font-stretch":[{"font-stretch":["ultra-condensed","extra-condensed","condensed","semi-condensed","normal","semi-expanded","expanded","extra-expanded","ultra-expanded",V,er]}],"font-family":[{font:[ec,er,t]}],"fvn-normal":["normal-nums"],"fvn-ordinal":["ordinal"],"fvn-slashed-zero":["slashed-zero"],"fvn-figure":["lining-nums","oldstyle-nums"],"fvn-spacing":["proportional-nums","tabular-nums"],"fvn-fraction":["diagonal-fractions","stacked-fractions"],tracking:[{tracking:[n,es,er]}],"line-clamp":[{"line-clamp":[q,"none",es,en]}],leading:[{leading:[l,..._()]}],"list-image":[{"list-image":["none",es,er]}],"list-style-position":[{list:["inside","outside"]}],"list-style-type":[{list:["disc","decimal","none",es,er]}],"text-alignment":[{text:["left","center","right","justify","start","end"]}],"placeholder-color":[{placeholder:I()}],"text-color":[{text:I()}],"text-decoration":["underline","overline","line-through","no-underline"],"text-decoration-style":[{decoration:[...G(),"wavy"]}],"text-decoration-thickness":[{decoration:[q,"from-font","auto",es,eo]}],"text-decoration-color":[{decoration:I()}],"underline-offset":[{"underline-offset":[q,"auto",es,er]}],"text-transform":["uppercase","lowercase","capitalize","normal-case"],"text-overflow":["truncate","text-ellipsis","text-clip"],"text-wrap":[{text:["wrap","nowrap","balance","pretty"]}],indent:[{indent:_()}],"vertical-align":[{align:["baseline","top","middle","bottom","text-top","text-bottom","sub","super",es,er]}],whitespace:[{whitespace:["normal","nowrap","pre","pre-line","pre-wrap","break-spaces"]}],break:[{break:["normal","words","all","keep"]}],wrap:[{wrap:["break-word","anywhere","normal"]}],hyphens:[{hyphens:["none","manual","auto"]}],content:[{content:["none",es,er]}],"bg-attachment":[{bg:["fixed","local","scroll"]}],"bg-clip":[{"bg-clip":["border","padding","content","text"]}],"bg-origin":[{"bg-origin":["border","padding","content"]}],"bg-position":[{bg:$()}],"bg-repeat":[{bg:L()}],"bg-size":[{bg:T()}],"bg-image":[{bg:["none",{linear:[{to:["t","tr","r","br","b","bl","l","tl"]},H,es,er],radial:["",es,er],conic:[H,es,er]},em,ea]}],"bg-color":[{bg:I()}],"gradient-from-pos":[{from:D()}],"gradient-via-pos":[{via:D()}],"gradient-to-pos":[{to:D()}],"gradient-from":[{from:I()}],"gradient-via":[{via:I()}],"gradient-to":[{to:I()}],rounded:[{rounded:W()}],"rounded-s":[{"rounded-s":W()}],"rounded-e":[{"rounded-e":W()}],"rounded-t":[{"rounded-t":W()}],"rounded-r":[{"rounded-r":W()}],"rounded-b":[{"rounded-b":W()}],"rounded-l":[{"rounded-l":W()}],"rounded-ss":[{"rounded-ss":W()}],"rounded-se":[{"rounded-se":W()}],"rounded-ee":[{"rounded-ee":W()}],"rounded-es":[{"rounded-es":W()}],"rounded-tl":[{"rounded-tl":W()}],"rounded-tr":[{"rounded-tr":W()}],"rounded-br":[{"rounded-br":W()}],"rounded-bl":[{"rounded-bl":W()}],"border-w":[{border:U()}],"border-w-x":[{"border-x":U()}],"border-w-y":[{"border-y":U()}],"border-w-s":[{"border-s":U()}],"border-w-e":[{"border-e":U()}],"border-w-t":[{"border-t":U()}],"border-w-r":[{"border-r":U()}],"border-w-b":[{"border-b":U()}],"border-w-l":[{"border-l":U()}],"divide-x":[{"divide-x":U()}],"divide-x-reverse":["divide-x-reverse"],"divide-y":[{"divide-y":U()}],"divide-y-reverse":["divide-y-reverse"],"border-style":[{border:[...G(),"hidden","none"]}],"divide-style":[{divide:[...G(),"hidden","none"]}],"border-color":[{border:I()}],"border-color-x":[{"border-x":I()}],"border-color-y":[{"border-y":I()}],"border-color-s":[{"border-s":I()}],"border-color-e":[{"border-e":I()}],"border-color-t":[{"border-t":I()}],"border-color-r":[{"border-r":I()}],"border-color-b":[{"border-b":I()}],"border-color-l":[{"border-l":I()}],"divide-color":[{divide:I()}],"outline-style":[{outline:[...G(),"none","hidden"]}],"outline-offset":[{"outline-offset":[q,es,er]}],"outline-w":[{outline:["",q,ed,eo]}],"outline-color":[{outline:I()}],shadow:[{shadow:["","none",c,ep,ei]}],"shadow-color":[{shadow:I()}],"inset-shadow":[{"inset-shadow":["none",u,ep,ei]}],"inset-shadow-color":[{"inset-shadow":I()}],"ring-w":[{ring:U()}],"ring-w-inset":["ring-inset"],"ring-color":[{ring:I()}],"ring-offset-w":[{"ring-offset":[q,eo]}],"ring-offset-color":[{"ring-offset":I()}],"inset-ring-w":[{"inset-ring":U()}],"inset-ring-color":[{"inset-ring":I()}],"text-shadow":[{"text-shadow":["none",f,ep,ei]}],"text-shadow-color":[{"text-shadow":I()}],opacity:[{opacity:[q,es,er]}],"mix-blend":[{"mix-blend":[...B(),"plus-darker","plus-lighter"]}],"bg-blend":[{"bg-blend":B()}],"mask-clip":[{"mask-clip":["border","padding","content","fill","stroke","view"]},"mask-no-clip"],"mask-composite":[{mask:["add","subtract","intersect","exclude"]}],"mask-image-linear-pos":[{"mask-linear":[q]}],"mask-image-linear-from-pos":[{"mask-linear-from":J()}],"mask-image-linear-to-pos":[{"mask-linear-to":J()}],"mask-image-linear-from-color":[{"mask-linear-from":I()}],"mask-image-linear-to-color":[{"mask-linear-to":I()}],"mask-image-t-from-pos":[{"mask-t-from":J()}],"mask-image-t-to-pos":[{"mask-t-to":J()}],"mask-image-t-from-color":[{"mask-t-from":I()}],"mask-image-t-to-color":[{"mask-t-to":I()}],"mask-image-r-from-pos":[{"mask-r-from":J()}],"mask-image-r-to-pos":[{"mask-r-to":J()}],"mask-image-r-from-color":[{"mask-r-from":I()}],"mask-image-r-to-color":[{"mask-r-to":I()}],"mask-image-b-from-pos":[{"mask-b-from":J()}],"mask-image-b-to-pos":[{"mask-b-to":J()}],"mask-image-b-from-color":[{"mask-b-from":I()}],"mask-image-b-to-color":[{"mask-b-to":I()}],"mask-image-l-from-pos":[{"mask-l-from":J()}],"mask-image-l-to-pos":[{"mask-l-to":J()}],"mask-image-l-from-color":[{"mask-l-from":I()}],"mask-image-l-to-color":[{"mask-l-to":I()}],"mask-image-x-from-pos":[{"mask-x-from":J()}],"mask-image-x-to-pos":[{"mask-x-to":J()}],"mask-image-x-from-color":[{"mask-x-from":I()}],"mask-image-x-to-color":[{"mask-x-to":I()}],"mask-image-y-from-pos":[{"mask-y-from":J()}],"mask-image-y-to-pos":[{"mask-y-to":J()}],"mask-image-y-from-color":[{"mask-y-from":I()}],"mask-image-y-to-color":[{"mask-y-to":I()}],"mask-image-radial":[{"mask-radial":[es,er]}],"mask-image-radial-from-pos":[{"mask-radial-from":J()}],"mask-image-radial-to-pos":[{"mask-radial-to":J()}],"mask-image-radial-from-color":[{"mask-radial-from":I()}],"mask-image-radial-to-color":[{"mask-radial-to":I()}],"mask-image-radial-shape":[{"mask-radial":["circle","ellipse"]}],"mask-image-radial-size":[{"mask-radial":[{closest:["side","corner"],farthest:["side","corner"]}]}],"mask-image-radial-pos":[{"mask-radial-at":v()}],"mask-image-conic-pos":[{"mask-conic":[q]}],"mask-image-conic-from-pos":[{"mask-conic-from":J()}],"mask-image-conic-to-pos":[{"mask-conic-to":J()}],"mask-image-conic-from-color":[{"mask-conic-from":I()}],"mask-image-conic-to-color":[{"mask-conic-to":I()}],"mask-mode":[{mask:["alpha","luminance","match"]}],"mask-origin":[{"mask-origin":["border","padding","content","fill","stroke","view"]}],"mask-position":[{mask:$()}],"mask-repeat":[{mask:L()}],"mask-size":[{mask:T()}],"mask-type":[{"mask-type":["alpha","luminance"]}],"mask-image":[{mask:["none",es,er]}],filter:[{filter:["","none",es,er]}],blur:[{blur:Q()}],brightness:[{brightness:[q,es,er]}],contrast:[{contrast:[q,es,er]}],"drop-shadow":[{"drop-shadow":["","none",m,ep,ei]}],"drop-shadow-color":[{"drop-shadow":I()}],grayscale:[{grayscale:["",q,es,er]}],"hue-rotate":[{"hue-rotate":[q,es,er]}],invert:[{invert:["",q,es,er]}],saturate:[{saturate:[q,es,er]}],sepia:[{sepia:["",q,es,er]}],"backdrop-filter":[{"backdrop-filter":["","none",es,er]}],"backdrop-blur":[{"backdrop-blur":Q()}],"backdrop-brightness":[{"backdrop-brightness":[q,es,er]}],"backdrop-contrast":[{"backdrop-contrast":[q,es,er]}],"backdrop-grayscale":[{"backdrop-grayscale":["",q,es,er]}],"backdrop-hue-rotate":[{"backdrop-hue-rotate":[q,es,er]}],"backdrop-invert":[{"backdrop-invert":["",q,es,er]}],"backdrop-opacity":[{"backdrop-opacity":[q,es,er]}],"backdrop-saturate":[{"backdrop-saturate":[q,es,er]}],"backdrop-sepia":[{"backdrop-sepia":["",q,es,er]}],"border-collapse":[{border:["collapse","separate"]}],"border-spacing":[{"border-spacing":_()}],"border-spacing-x":[{"border-spacing-x":_()}],"border-spacing-y":[{"border-spacing-y":_()}],"table-layout":[{table:["auto","fixed"]}],caption:[{caption:["top","bottom"]}],transition:[{transition:["","all","colors","opacity","shadow","transform","none",es,er]}],"transition-behavior":[{transition:["normal","discrete"]}],duration:[{duration:[q,"initial",es,er]}],ease:[{ease:["linear","initial",b,es,er]}],delay:[{delay:[q,es,er]}],animate:[{animate:["none",y,es,er]}],backface:[{backface:["hidden","visible"]}],perspective:[{perspective:[h,es,er]}],"perspective-origin":[{"perspective-origin":w()}],rotate:[{rotate:Y()}],"rotate-x":[{"rotate-x":Y()}],"rotate-y":[{"rotate-y":Y()}],"rotate-z":[{"rotate-z":Y()}],scale:[{scale:Z()}],"scale-x":[{"scale-x":Z()}],"scale-y":[{"scale-y":Z()}],"scale-z":[{"scale-z":Z()}],"scale-3d":["scale-3d"],skew:[{skew:eh()}],"skew-x":[{"skew-x":eh()}],"skew-y":[{"skew-y":eh()}],transform:[{transform:[es,er,"","none","gpu","cpu"]}],"transform-origin":[{origin:w()}],"transform-style":[{transform:["3d","flat"]}],translate:[{translate:eg()}],"translate-x":[{"translate-x":eg()}],"translate-y":[{"translate-y":eg()}],"translate-z":[{"translate-z":eg()}],"translate-none":["translate-none"],accent:[{accent:I()}],appearance:[{appearance:["none","auto"]}],"caret-color":[{caret:I()}],"color-scheme":[{scheme:["normal","dark","light","light-dark","only-dark","only-light"]}],cursor:[{cursor:["auto","default","pointer","wait","text","move","help","not-allowed","none","context-menu","progress","cell","crosshair","vertical-text","alias","copy","no-drop","grab","grabbing","all-scroll","col-resize","row-resize","n-resize","e-resize","s-resize","w-resize","ne-resize","nw-resize","se-resize","sw-resize","ew-resize","ns-resize","nesw-resize","nwse-resize","zoom-in","zoom-out",es,er]}],"field-sizing":[{"field-sizing":["fixed","content"]}],"pointer-events":[{"pointer-events":["auto","none"]}],resize:[{resize:["none","","y","x"]}],"scroll-behavior":[{scroll:["auto","smooth"]}],"scroll-m":[{"scroll-m":_()}],"scroll-mx":[{"scroll-mx":_()}],"scroll-my":[{"scroll-my":_()}],"scroll-ms":[{"scroll-ms":_()}],"scroll-me":[{"scroll-me":_()}],"scroll-mt":[{"scroll-mt":_()}],"scroll-mr":[{"scroll-mr":_()}],"scroll-mb":[{"scroll-mb":_()}],"scroll-ml":[{"scroll-ml":_()}],"scroll-p":[{"scroll-p":_()}],"scroll-px":[{"scroll-px":_()}],"scroll-py":[{"scroll-py":_()}],"scroll-ps":[{"scroll-ps":_()}],"scroll-pe":[{"scroll-pe":_()}],"scroll-pt":[{"scroll-pt":_()}],"scroll-pr":[{"scroll-pr":_()}],"scroll-pb":[{"scroll-pb":_()}],"scroll-pl":[{"scroll-pl":_()}],"snap-align":[{snap:["start","end","center","align-none"]}],"snap-stop":[{snap:["normal","always"]}],"snap-type":[{snap:["none","x","y","both"]}],"snap-strictness":[{snap:["mandatory","proximity"]}],touch:[{touch:["auto","none","manipulation"]}],"touch-x":[{"touch-pan":["x","left","right"]}],"touch-y":[{"touch-pan":["y","up","down"]}],"touch-pz":["touch-pinch-zoom"],select:[{select:["none","text","all","auto"]}],"will-change":[{"will-change":["auto","scroll","contents","transform",es,er]}],fill:[{fill:["none",...I()]}],"stroke-w":[{stroke:[q,ed,eo,en]}],stroke:[{stroke:["none",...I()]}],"forced-color-adjust":[{"forced-color-adjust":["auto","none"]}]},conflictingClassGroups:{overflow:["overflow-x","overflow-y"],overscroll:["overscroll-x","overscroll-y"],inset:["inset-x","inset-y","start","end","top","right","bottom","left"],"inset-x":["right","left"],"inset-y":["top","bottom"],flex:["basis","grow","shrink"],gap:["gap-x","gap-y"],p:["px","py","ps","pe","pt","pr","pb","pl"],px:["pr","pl"],py:["pt","pb"],m:["mx","my","ms","me","mt","mr","mb","ml"],mx:["mr","ml"],my:["mt","mb"],size:["w","h"],"font-size":["leading"],"fvn-normal":["fvn-ordinal","fvn-slashed-zero","fvn-figure","fvn-spacing","fvn-fraction"],"fvn-ordinal":["fvn-normal"],"fvn-slashed-zero":["fvn-normal"],"fvn-figure":["fvn-normal"],"fvn-spacing":["fvn-normal"],"fvn-fraction":["fvn-normal"],"line-clamp":["display","overflow"],rounded:["rounded-s","rounded-e","rounded-t","rounded-r","rounded-b","rounded-l","rounded-ss","rounded-se","rounded-ee","rounded-es","rounded-tl","rounded-tr","rounded-br","rounded-bl"],"rounded-s":["rounded-ss","rounded-es"],"rounded-e":["rounded-se","rounded-ee"],"rounded-t":["rounded-tl","rounded-tr"],"rounded-r":["rounded-tr","rounded-br"],"rounded-b":["rounded-br","rounded-bl"],"rounded-l":["rounded-tl","rounded-bl"],"border-spacing":["border-spacing-x","border-spacing-y"],"border-w":["border-w-x","border-w-y","border-w-s","border-w-e","border-w-t","border-w-r","border-w-b","border-w-l"],"border-w-x":["border-w-r","border-w-l"],"border-w-y":["border-w-t","border-w-b"],"border-color":["border-color-x","border-color-y","border-color-s","border-color-e","border-color-t","border-color-r","border-color-b","border-color-l"],"border-color-x":["border-color-r","border-color-l"],"border-color-y":["border-color-t","border-color-b"],translate:["translate-x","translate-y","translate-none"],"translate-none":["translate","translate-x","translate-y","translate-z"],"scroll-m":["scroll-mx","scroll-my","scroll-ms","scroll-me","scroll-mt","scroll-mr","scroll-mb","scroll-ml"],"scroll-mx":["scroll-mr","scroll-ml"],"scroll-my":["scroll-mt","scroll-mb"],"scroll-p":["scroll-px","scroll-py","scroll-ps","scroll-pe","scroll-pt","scroll-pr","scroll-pb","scroll-pl"],"scroll-px":["scroll-pr","scroll-pl"],"scroll-py":["scroll-pt","scroll-pb"],touch:["touch-x","touch-y","touch-pz"],"touch-x":["touch"],"touch-y":["touch"],"touch-pz":["touch"]},conflictingClassGroupModifiers:{"font-size":["leading"]},orderSensitiveModifiers:["*","**","after","backdrop","before","details-content","file","first-letter","first-line","marker","placeholder","selection"]}}),ez=(o="inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium transition-all disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg:not([class*='size-'])]:size-4 shrink-0 [&_svg]:shrink-0 outline-none focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:ring-[3px] aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive",n={variants:{variant:{default:"bg-primary text-primary-foreground hover:bg-primary/90",destructive:"bg-destructive text-white hover:bg-destructive/90 focus-visible:ring-destructive/20 dark:focus-visible:ring-destructive/40 dark:bg-destructive/60",outline:"border bg-background shadow-xs hover:bg-accent hover:text-accent-foreground dark:bg-input/30 dark:border-input dark:hover:bg-input/50",secondary:"bg-secondary text-secondary-foreground hover:bg-secondary/80",ghost:"hover:bg-accent hover:text-accent-foreground dark:hover:bg-accent/50",link:"text-primary underline-offset-4 hover:underline"},size:{default:"h-9 px-4 py-2 has-[>svg]:px-3",sm:"h-8 rounded-md gap-1.5 px-3 has-[>svg]:px-2.5",lg:"h-10 rounded-md px-6 has-[>svg]:px-4",icon:"size-9","icon-sm":"size-8","icon-lg":"size-10"}},defaultVariants:{variant:"default",size:"default"}},e=>{var t;if((null==n?void 0:n.variants)==null)return b(o,null==e?void 0:e.class,null==e?void 0:e.className);let{variants:r,defaultVariants:l}=n,a=Object.keys(r).map(t=>{let o=null==e?void 0:e[t],n=null==l?void 0:l[t];if(null===o)return null;let a=y(o)||y(n);return r[t][a]}),i=e&&Object.entries(e).reduce((e,t)=>{let[r,o]=t;return void 0===o||(e[r]=o),e},{});return b(o,a,null==n||null==(t=n.compoundVariants)?void 0:t.reduce((e,t)=>{let{class:r,className:o,...n}=t;return Object.entries(n).every(e=>{let[t,r]=e;return Array.isArray(r)?r.includes({...l,...i}[t]):({...l,...i})[t]===r})?[...e,r,o]:e},[]),null==e?void 0:e.class,null==e?void 0:e.className)});function eC({className:e,variant:t,size:r,asChild:o=!1,...n}){return(0,a.jsx)(o?p:"button",{"data-slot":"button",className:function(...e){return e_(b(e))}(ez({variant:t,size:r,className:e})),...n})}e.s(["Button",0,eC],91759);let eO=(...e)=>e.filter((e,t,r)=>!!e&&""!==e.trim()&&r.indexOf(e)===t).join(" ").trim(),eS=e=>{let t=e.replace(/^([A-Z])|[\s-_]+(\w)/g,(e,t,r)=>r?r.toUpperCase():t.toLowerCase());return t.charAt(0).toUpperCase()+t.slice(1)};var eP={xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"};let eN=(0,i.forwardRef)(({color:e="currentColor",size:t=24,strokeWidth:r=2,absoluteStrokeWidth:o,className:n="",children:l,iconNode:a,...s},d)=>(0,i.createElement)("svg",{ref:d,...eP,width:t,height:t,stroke:e,strokeWidth:o?24*Number(r)/Number(t):r,className:eO("lucide",n),...!l&&!(e=>{for(let t in e)if(t.startsWith("aria-")||"role"===t||"title"===t)return!0;return!1})(s)&&{"aria-hidden":"true"},...s},[...a.map(([e,t])=>(0,i.createElement)(e,t)),...Array.isArray(l)?l:[l]])),eE=(e,t)=>{let r=(0,i.forwardRef)(({className:r,...o},n)=>(0,i.createElement)(eN,{ref:n,iconNode:t,className:eO(`lucide-${eS(e).replace(/([a-z0-9])([A-Z])/g,"$1-$2").toLowerCase()}`,`lucide-${e}`,r),...o}));return r.displayName=eS(e),r};e.s(["default",0,eE],35956);let eR=eE("menu",[["path",{d:"M4 5h16",key:"1tepv9"}],["path",{d:"M4 12h16",key:"1lakjw"}],["path",{d:"M4 19h16",key:"1djgab"}]]),eM=eE("x",[["path",{d:"M18 6 6 18",key:"1bl5f8"}],["path",{d:"m6 6 12 12",key:"d8bk6v"}]]);e.s(["X",0,eM],65645);let eI={en:{navLinks:[{href:"/#workflow",label:"Workflow"},{href:"/#products",label:"Surfaces"},{href:"/#features",label:"Capabilities"},{href:"/swarm",label:"Swarm"},{href:"/launch",label:"Launch"},{href:"/#security",label:"Security"}],register:"Register",start:"Get started",toggle:"中文",menuOpen:"Open menu",menuClose:"Close menu"},zh:{navLinks:[{href:"/#workflow",label:"流程"},{href:"/#products",label:"产品面"},{href:"/#features",label:"能力"},{href:"/swarm",label:"蜂群"},{href:"/launch",label:"上线"},{href:"/#security",label:"安全"}],register:"注册",start:"开始使用",toggle:"EN",menuOpen:"打开菜单",menuClose:"关闭菜单"}},eA="https://code.xinghanlab.com/",e$="https://code.xinghanlab.com/sign-up",eL="https://doc.xinghanlab.com/";e.s(["Header",0,function({lang:e,setLang:t}){let[r,o]=(0,i.useState)(!1),n=eI[e],l=()=>t("en"===e?"zh":"en");return(0,a.jsxs)("header",{className:"fixed top-0 left-0 right-0 z-50 border-b border-border/60 bg-background/75 backdrop-blur-xl",children:[(0,a.jsxs)("div",{className:"mx-auto flex h-16 max-w-7xl items-center justify-between px-4 sm:px-6 lg:px-8",children:[(0,a.jsxs)(s.default,{href:"/",className:"flex items-center gap-2",children:[(0,a.jsx)("div",{className:"flex h-9 w-9 items-center justify-center rounded-xl border border-border/70 bg-card/80 text-foreground shadow-sm",children:(0,a.jsx)(d.default,{src:"/taiji-logo.png",alt:"Heicode",width:18,height:18})}),(0,a.jsx)("span",{className:"text-lg font-black tracking-tight text-foreground",children:"Heicode"})]}),(0,a.jsx)("nav",{className:"hidden items-center gap-8 md:flex",children:n.navLinks.map(e=>(0,a.jsx)(s.default,{href:e.href,className:"text-sm text-muted-foreground transition-colors hover:text-foreground",children:e.label},e.href))}),(0,a.jsxs)("div",{className:"hidden items-center gap-4 md:flex",children:[(0,a.jsx)(eC,{variant:"outline",size:"sm",className:"rounded-full bg-card/50",onClick:l,children:n.toggle}),(0,a.jsx)(eC,{variant:"ghost",size:"sm",className:"rounded-full",asChild:!0,children:(0,a.jsx)("a",{href:eL,target:"_blank",rel:"noreferrer",children:"zh"===e?"文档":"Docs"})}),(0,a.jsx)(eC,{variant:"outline",size:"sm",className:"rounded-full bg-card/50",asChild:!0,children:(0,a.jsx)("a",{href:e$,target:"_blank",rel:"noreferrer",children:n.register})}),(0,a.jsx)(eC,{size:"sm",className:"rounded-full bg-foreground text-background hover:bg-foreground/90",asChild:!0,children:(0,a.jsx)("a",{href:eA,target:"_blank",rel:"noreferrer",children:n.start})})]}),(0,a.jsx)("button",{className:"md:hidden",onClick:()=>o(!r),"aria-label":r?n.menuClose:n.menuOpen,children:r?(0,a.jsx)(eM,{className:"h-6 w-6"}):(0,a.jsx)(eR,{className:"h-6 w-6"})})]}),r&&(0,a.jsx)("div",{className:"border-t border-border bg-background md:hidden",children:(0,a.jsxs)("nav",{className:"flex flex-col px-4 py-4",children:[n.navLinks.map(e=>(0,a.jsx)(s.default,{href:e.href,className:"py-3 text-sm text-muted-foreground transition-colors hover:text-foreground",onClick:()=>o(!1),children:e.label},e.href)),(0,a.jsxs)("div",{className:"mt-4 flex flex-col gap-2",children:[(0,a.jsx)(eC,{variant:"outline",size:"sm",className:"justify-start rounded-full bg-card/50",onClick:l,children:n.toggle}),(0,a.jsx)(eC,{variant:"ghost",size:"sm",className:"justify-start rounded-full",asChild:!0,children:(0,a.jsx)("a",{href:eL,target:"_blank",rel:"noreferrer",children:"zh"===e?"文档":"Docs"})}),(0,a.jsx)(eC,{variant:"outline",size:"sm",className:"justify-start rounded-full bg-card/50",asChild:!0,children:(0,a.jsx)("a",{href:e$,target:"_blank",rel:"noreferrer",children:n.register})}),(0,a.jsx)(eC,{size:"sm",className:"rounded-full bg-foreground text-background hover:bg-foreground/90",asChild:!0,children:(0,a.jsx)("a",{href:eA,target:"_blank",rel:"noreferrer",children:n.start})})]})]})})]})}],96487)},155,e=>{"use strict";let t=(0,e.i(35956).default)("arrow-right",[["path",{d:"M5 12h14",key:"1ays0h"}],["path",{d:"m12 5 7 7-7 7",key:"xquz4c"}]]);e.s(["ArrowRight",0,t],155)},50103,e=>{"use strict";let t=(0,e.i(35956).default)("sparkles",[["path",{d:"M11.017 2.814a1 1 0 0 1 1.966 0l1.051 5.558a2 2 0 0 0 1.594 1.594l5.558 1.051a1 1 0 0 1 0 1.966l-5.558 1.051a2 2 0 0 0-1.594 1.594l-1.051 5.558a1 1 0 0 1-1.966 0l-1.051-5.558a2 2 0 0 0-1.594-1.594l-5.558-1.051a1 1 0 0 1 0-1.966l5.558-1.051a2 2 0 0 0 1.594-1.594z",key:"1s2grr"}],["path",{d:"M20 2v4",key:"1rf3ol"}],["path",{d:"M22 4h-4",key:"gwowj6"}],["circle",{cx:"4",cy:"20",r:"2",key:"6kqj1y"}]]);e.s(["Sparkles",0,t],50103)},9808,e=>{"use strict";let t=(0,e.i(35956).default)("shield-check",[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z",key:"oel41y"}],["path",{d:"m9 12 2 2 4-4",key:"dzmm74"}]]);e.s(["ShieldCheck",0,t],9808)},21646,e=>{"use strict";let t=(0,e.i(35956).default)("workflow",[["rect",{width:"8",height:"8",x:"3",y:"3",rx:"2",key:"by2w9f"}],["path",{d:"M7 11v4a2 2 0 0 0 2 2h4",key:"xkn7yn"}],["rect",{width:"8",height:"8",x:"13",y:"13",rx:"2",key:"1cgmvn"}]]);e.s(["Workflow",0,t],21646)},38309,e=>{"use strict";var t=e.i(21416),r=e.i(21212),o=e.i(98488);let n="https://doc.xinghanlab.com/",l={en:{tagline:["From one idea to production software","Organize an AI development team with code and cloud resources"],copyright:"All rights reserved.",footerLinks:{Product:[{label:"Heicode Client",href:"#"},{label:"Heicode Manager",href:"https://code.xinghanlab.com/"},{label:"Agent Platform",href:"https://agnet.taijiaicloud.com/"},{label:"Agent Swarm",href:"/swarm"}],Resources:[{label:"Documentation",href:n},{label:"Resource binding",href:"#"},{label:"Secret vault",href:"#"},{label:"CodeGW boundary",href:"#"},{label:"Product demo",href:"#"}],Company:[{label:"About us",href:"https://www.taijiaicloud.com/"},{label:"Blog",href:"#"},{label:"Careers",href:"#"},{label:"Contact",href:"mailto:november@taijiaicloud.com"}],Legal:[{label:"Privacy",href:"#"},{label:"Terms",href:"#"},{label:"Security",href:"#"}]}},zh:{tagline:["从一个想法,到可上线的软件产品","组织 AI 开发团队,接入代码和云资源"],copyright:"保留所有权利。",footerLinks:{产品:[{label:"Heicode 客户端",href:"#"},{label:"Heicode Manager",href:"https://code.xinghanlab.com/"},{label:"Agent 平台",href:"https://agnet.taijiaicloud.com/"},{label:"Agent 蜂群",href:"/swarm"}],资源:[{label:"文档",href:n},{label:"资源绑定",href:"#"},{label:"密钥保管器",href:"#"},{label:"CodeGW 边界",href:"#"},{label:"产品演示",href:"#"}],公司:[{label:"关于我们",href:"https://www.taijiaicloud.com/"},{label:"博客",href:"#"},{label:"加入我们",href:"#"},{label:"联系方式",href:"mailto:november@taijiaicloud.com"}],法律:[{label:"隐私政策",href:"#"},{label:"服务条款",href:"#"},{label:"安全",href:"#"}]}}};e.s(["Footer",0,function({lang:e}){let n=l[e];return(0,t.jsx)("footer",{className:"border-t border-border bg-background",children:(0,t.jsxs)("div",{className:"mx-auto max-w-7xl px-4 py-12 sm:px-6 lg:px-8 lg:py-16",children:[(0,t.jsxs)("div",{className:"grid gap-8 sm:grid-cols-2 lg:grid-cols-5",children:[(0,t.jsxs)("div",{className:"lg:col-span-1",children:[(0,t.jsxs)(r.default,{href:"/",className:"flex items-center gap-2",children:[(0,t.jsx)("div",{className:"flex h-8 w-8 items-center justify-center rounded-md border border-border/70 bg-card/60 text-foreground",children:(0,t.jsx)(o.default,{src:"/taiji-logo.png",alt:"Heicode",width:18,height:18})}),(0,t.jsx)("span",{className:"text-lg font-black tracking-tight text-foreground",children:"Heicode"})]}),(0,t.jsxs)("p",{className:"mt-4 text-sm leading-relaxed text-muted-foreground",children:[n.tagline[0],(0,t.jsx)("br",{}),n.tagline[1]]})]}),Object.entries(n.footerLinks).map(([e,o])=>(0,t.jsxs)("div",{children:[(0,t.jsx)("h3",{className:"text-sm font-semibold",children:e}),(0,t.jsx)("ul",{className:"mt-4 space-y-3",children:o.map(e=>(0,t.jsx)("li",{children:e.href.startsWith("http")||e.href.startsWith("mailto:")?(0,t.jsx)("a",{href:e.href,target:"_blank",rel:"noreferrer",className:"text-sm text-muted-foreground transition-colors hover:text-foreground",children:e.label}):(0,t.jsx)(r.default,{href:e.href,className:"text-sm text-muted-foreground transition-colors hover:text-foreground",children:e.label})},e.label))})]},e))]}),(0,t.jsx)("div",{className:"mt-12 border-t border-border pt-8",children:(0,t.jsx)("div",{className:"flex flex-col items-center justify-between gap-4 sm:flex-row",children:(0,t.jsxs)("p",{className:"text-sm text-muted-foreground",children:["© ",new Date().getFullYear()," Taiji. ",n.copyright]})})})]})})}])}]); \ No newline at end of file diff --git a/website/out/_not-found.html b/website/out/_not-found.html index 43e509a..ceb1a42 100644 --- a/website/out/_not-found.html +++ b/website/out/_not-found.html @@ -1 +1 @@ -404: This page could not be found.Heicode - From one idea to production software

404

This page could not be found.

\ No newline at end of file +404: This page could not be found.Heicode - From one idea to production software

404

This page could not be found.

\ No newline at end of file diff --git a/website/out/_not-found.txt b/website/out/_not-found.txt index 9245da7..192da0d 100644 --- a/website/out/_not-found.txt +++ b/website/out/_not-found.txt @@ -8,7 +8,7 @@ b:I[25078,["/_next/static/chunks/16ug8_ttttewd.js","/_next/static/chunks/0duodrajo5fcx.js"],"MetadataBoundary"] d:I[69701,["/_next/static/chunks/16ug8_ttttewd.js","/_next/static/chunks/0duodrajo5fcx.js"],"default",1] :HL["/_next/static/chunks/07p8r-wmy40nr.css","style"] -0:{"P":null,"c":["","_not-found"],"q":"","i":false,"f":[[["",{"children":["/_not-found",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/07p8r-wmy40nr.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/16ug8_ttttewd.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/0duodrajo5fcx.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","className":"bg-background","children":["$","body",null,{"className":"font-sans antialiased","children":[["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L4",null,{}]]}]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],null,["$","$L5",null,{"children":["$","$6",null,{"name":"Next.MetadataOutlet","children":"$@7"}]}]]}],{},null,false,null]},null,false,"$@8"]},null,false,null],["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$L9",null,{"children":"$La"}],["$","div",null,{"hidden":true,"children":["$","$Lb",null,{"children":["$","$6",null,{"name":"Next.Metadata","children":"$Lc"}]}]}],null]}],false]],"m":"$undefined","G":["$d",[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/07p8r-wmy40nr.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"8RO6H3xj_p2y6J02Fo0pG"} +0:{"P":null,"c":["","_not-found"],"q":"","i":false,"f":[[["",{"children":["/_not-found",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/07p8r-wmy40nr.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/16ug8_ttttewd.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/0duodrajo5fcx.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","className":"bg-background","children":["$","body",null,{"className":"font-sans antialiased","children":[["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L4",null,{}]]}]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],null,["$","$L5",null,{"children":["$","$6",null,{"name":"Next.MetadataOutlet","children":"$@7"}]}]]}],{},null,false,null]},null,false,"$@8"]},null,false,null],["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$L9",null,{"children":"$La"}],["$","div",null,{"hidden":true,"children":["$","$Lb",null,{"children":["$","$6",null,{"name":"Next.Metadata","children":"$Lc"}]}]}],null]}],false]],"m":"$undefined","G":["$d",[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/07p8r-wmy40nr.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"SGPwzN5a2HLD9hQB6ZVVh"} e:[] 8:"$We" a:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]] diff --git a/website/out/_not-found/__next._full.txt b/website/out/_not-found/__next._full.txt index 9245da7..192da0d 100644 --- a/website/out/_not-found/__next._full.txt +++ b/website/out/_not-found/__next._full.txt @@ -8,7 +8,7 @@ b:I[25078,["/_next/static/chunks/16ug8_ttttewd.js","/_next/static/chunks/0duodrajo5fcx.js"],"MetadataBoundary"] d:I[69701,["/_next/static/chunks/16ug8_ttttewd.js","/_next/static/chunks/0duodrajo5fcx.js"],"default",1] :HL["/_next/static/chunks/07p8r-wmy40nr.css","style"] -0:{"P":null,"c":["","_not-found"],"q":"","i":false,"f":[[["",{"children":["/_not-found",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/07p8r-wmy40nr.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/16ug8_ttttewd.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/0duodrajo5fcx.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","className":"bg-background","children":["$","body",null,{"className":"font-sans antialiased","children":[["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L4",null,{}]]}]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],null,["$","$L5",null,{"children":["$","$6",null,{"name":"Next.MetadataOutlet","children":"$@7"}]}]]}],{},null,false,null]},null,false,"$@8"]},null,false,null],["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$L9",null,{"children":"$La"}],["$","div",null,{"hidden":true,"children":["$","$Lb",null,{"children":["$","$6",null,{"name":"Next.Metadata","children":"$Lc"}]}]}],null]}],false]],"m":"$undefined","G":["$d",[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/07p8r-wmy40nr.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"8RO6H3xj_p2y6J02Fo0pG"} +0:{"P":null,"c":["","_not-found"],"q":"","i":false,"f":[[["",{"children":["/_not-found",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/07p8r-wmy40nr.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/16ug8_ttttewd.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/0duodrajo5fcx.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","className":"bg-background","children":["$","body",null,{"className":"font-sans antialiased","children":[["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L4",null,{}]]}]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],null,["$","$L5",null,{"children":["$","$6",null,{"name":"Next.MetadataOutlet","children":"$@7"}]}]]}],{},null,false,null]},null,false,"$@8"]},null,false,null],["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$L9",null,{"children":"$La"}],["$","div",null,{"hidden":true,"children":["$","$Lb",null,{"children":["$","$6",null,{"name":"Next.Metadata","children":"$Lc"}]}]}],null]}],false]],"m":"$undefined","G":["$d",[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/07p8r-wmy40nr.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"SGPwzN5a2HLD9hQB6ZVVh"} e:[] 8:"$We" a:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]] diff --git a/website/out/_not-found/__next._head.txt b/website/out/_not-found/__next._head.txt index a1449b4..a44b380 100644 --- a/website/out/_not-found/__next._head.txt +++ b/website/out/_not-found/__next._head.txt @@ -3,4 +3,4 @@ 3:I[25078,["/_next/static/chunks/16ug8_ttttewd.js","/_next/static/chunks/0duodrajo5fcx.js"],"MetadataBoundary"] 4:"$Sreact.suspense" 5:I[39451,["/_next/static/chunks/16ug8_ttttewd.js","/_next/static/chunks/0duodrajo5fcx.js"],"IconMark"] -0:{"rsc":["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Heicode - From one idea to production software"}],["$","meta","1",{"name":"description","content":"Heicode organizes AI development teams, connects your code, documents, SK skills and cloud resources, and carries work from product design to production deployment."}],["$","link","2",{"rel":"icon","href":"/taiji-logo.png","media":"(prefers-color-scheme: light)"}],["$","link","3",{"rel":"icon","href":"/taiji-logo.png","media":"(prefers-color-scheme: dark)"}],["$","link","4",{"rel":"icon","href":"/taiji-logo.png","type":"image/png"}],["$","link","5",{"rel":"apple-touch-icon","href":"/taiji-logo.png"}],["$","$L5","6",{}]]}]}]}],null]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"8RO6H3xj_p2y6J02Fo0pG"} +0:{"rsc":["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Heicode - From one idea to production software"}],["$","meta","1",{"name":"description","content":"Heicode organizes AI development teams, connects your code, documents, SK skills and cloud resources, and carries work from product design to production deployment."}],["$","link","2",{"rel":"icon","href":"/taiji-logo.png","media":"(prefers-color-scheme: light)"}],["$","link","3",{"rel":"icon","href":"/taiji-logo.png","media":"(prefers-color-scheme: dark)"}],["$","link","4",{"rel":"icon","href":"/taiji-logo.png","type":"image/png"}],["$","link","5",{"rel":"apple-touch-icon","href":"/taiji-logo.png"}],["$","$L5","6",{}]]}]}]}],null]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"SGPwzN5a2HLD9hQB6ZVVh"} diff --git a/website/out/_not-found/__next._index.txt b/website/out/_not-found/__next._index.txt index fcb5e41..7215487 100644 --- a/website/out/_not-found/__next._index.txt +++ b/website/out/_not-found/__next._index.txt @@ -3,4 +3,4 @@ 3:I[87929,["/_next/static/chunks/16ug8_ttttewd.js","/_next/static/chunks/0duodrajo5fcx.js"],"default"] 4:I[52768,["/_next/static/chunks/16ug8_ttttewd.js","/_next/static/chunks/0duodrajo5fcx.js"],"Analytics"] :HL["/_next/static/chunks/07p8r-wmy40nr.css","style"] -0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/07p8r-wmy40nr.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/16ug8_ttttewd.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/0duodrajo5fcx.js","async":true}]],["$","html",null,{"lang":"en","className":"bg-background","children":["$","body",null,{"className":"font-sans antialiased","children":[["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}],["$","$L4",null,{}]]}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"8RO6H3xj_p2y6J02Fo0pG"} +0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/07p8r-wmy40nr.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/16ug8_ttttewd.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/0duodrajo5fcx.js","async":true}]],["$","html",null,{"lang":"en","className":"bg-background","children":["$","body",null,{"className":"font-sans antialiased","children":[["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}],["$","$L4",null,{}]]}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"SGPwzN5a2HLD9hQB6ZVVh"} diff --git a/website/out/_not-found/__next._not-found.__PAGE__.txt b/website/out/_not-found/__next._not-found.__PAGE__.txt index 2ddd916..8bf622e 100644 --- a/website/out/_not-found/__next._not-found.__PAGE__.txt +++ b/website/out/_not-found/__next._not-found.__PAGE__.txt @@ -1,5 +1,5 @@ 1:"$Sreact.fragment" 2:I[25078,["/_next/static/chunks/16ug8_ttttewd.js","/_next/static/chunks/0duodrajo5fcx.js"],"OutletBoundary"] 3:"$Sreact.suspense" -0:{"rsc":["$","$1","c",{"children":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],null,["$","$L2",null,{"children":["$","$3",null,{"name":"Next.MetadataOutlet","children":"$@4"}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"8RO6H3xj_p2y6J02Fo0pG"} +0:{"rsc":["$","$1","c",{"children":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],null,["$","$L2",null,{"children":["$","$3",null,{"name":"Next.MetadataOutlet","children":"$@4"}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"SGPwzN5a2HLD9hQB6ZVVh"} 4:null diff --git a/website/out/_not-found/__next._not-found.txt b/website/out/_not-found/__next._not-found.txt index 02c4343..17fb9d3 100644 --- a/website/out/_not-found/__next._not-found.txt +++ b/website/out/_not-found/__next._not-found.txt @@ -2,4 +2,4 @@ 2:I[60483,["/_next/static/chunks/16ug8_ttttewd.js","/_next/static/chunks/0duodrajo5fcx.js"],"default"] 3:I[87929,["/_next/static/chunks/16ug8_ttttewd.js","/_next/static/chunks/0duodrajo5fcx.js"],"default"] 4:[] -0:{"rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"isPartial":false,"staleTime":300,"varyParams":"$W4","buildId":"8RO6H3xj_p2y6J02Fo0pG"} +0:{"rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"isPartial":false,"staleTime":300,"varyParams":"$W4","buildId":"SGPwzN5a2HLD9hQB6ZVVh"} diff --git a/website/out/_not-found/__next._tree.txt b/website/out/_not-found/__next._tree.txt index 45b879e..2c229b6 100644 --- a/website/out/_not-found/__next._tree.txt +++ b/website/out/_not-found/__next._tree.txt @@ -1,2 +1,2 @@ :HL["/_next/static/chunks/07p8r-wmy40nr.css","style"] -0:{"tree":{"name":"","param":null,"prefetchHints":16,"slots":{"children":{"name":"/_not-found","param":null,"prefetchHints":0,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":0,"slots":null}}}}},"staleTime":300,"buildId":"8RO6H3xj_p2y6J02Fo0pG"} +0:{"tree":{"name":"","param":null,"prefetchHints":16,"slots":{"children":{"name":"/_not-found","param":null,"prefetchHints":0,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":0,"slots":null}}}}},"staleTime":300,"buildId":"SGPwzN5a2HLD9hQB6ZVVh"} diff --git a/website/out/index.html b/website/out/index.html index 30e1e89..291ce81 100644 --- a/website/out/index.html +++ b/website/out/index.html @@ -1 +1 @@ -Heicode - From one idea to production software
Full launch
June 5, 2026

Heicode goes fully live on June 5, 2026.

Register now and follow launch readiness for Client, Manager, Agnet Swarm, resource binding and audit.

From idea to production software

One idea,one AI development team.

Heicode organizes sub-Agnet teams, connects your code, documents, SK skills and cloud resources, and continuously carries work through requirements, development, testing, fixes, deployment and maintenance.

Input ideas in the client
Bind resources in Manager
Ship through Agnet

Heicode Task Cockpit

Small-team task management SaaS

Running

User input

I want to build a small-team task management SaaS with login, projects, tasks, comments, notifications and admin, deployed to Azure.

Product Agnet

Requirements and acceptance

Done

Backend Agnet

APIs and data model

Building

Frontend Agnet

Pages and interaction

Waiting for API

Ops Agnet

Deployment and observability

Approval pending

Production deployment requires client approval

The secret vault will derive a 15-minute short-lived credential. Sub Agnets never receive long-term secrets.

User journey

Users see one continuous flow, not a wall of admin panels

The homepage and primary workflow stay anchored to the active job: idea, resources, team, permissions, execution, launch, and maintenance.

Minimum MVP path

Sign in, download the client, describe the idea, bind Git and cloud resources, confirm role permissions, preview the manifest, create an Agnet deployment placeholder, then keep development and testing moving.

01

Sign in

Users only sign in to Heicode, not CodeGW or the OpenBao console.

02

Describe the idea

Capture the product, constraints, existing code, and deployment target in the client.

03

Bind resources

Manager authorizes Git, SK, docs, and cloud accounts while storing secret_ref only.

04

Generate the team

Recommend Product, Architect, Frontend, Backend, Reviewer, Ops, and other sub Agnets.

05

Assign permissions

Confirm resources, actions, TTL, and approval requirements through role cards.

06

Close the loop

Agnets keep pushing requirements, development, testing, fixes, deployment, and maintenance.

Users do not write manifests

The default flow shows roles, resources, actions, and approvals. Advanced users can expand the permission manifest.

The web app is not the IDE

Manager handles auxiliary management and observation. Main development, continuation, and approvals return to the client.

Risky actions need explicit approval

Production deploys, cloud operations, database writes, and production secret access must be confirmed in the client.

Product surfaces

Users operate Heicode. The underlying systems stay in their lanes.

The client is the primary experience and Manager is the auxiliary console. CodeGW, the vault, and the Agnet platform are not exposed as ordinary user backends.

Heicode Client

The primary user experience. Describe ideas, continue development, review Agnet execution feedback, and approve risky operations before production deploys, secret access, or cloud changes.

Idea inputTask progressExecution feedbackRisk approval

Heicode Manager

The browser-side control console for account safety, client downloads, resource binding, Agnet deployment, task status, balance, and audit.

Resource bindingDeploy AgnetsModel balanceAudit logs

Agnet Platform

The AI development-team execution layer. It runs Product, Frontend, Backend, Reviewer, Ops, and other sub Agnets on AKS, then reports state and events back.

Role teamsContinuous executionSK callsState callback

CodeGW

The internal model gateway and billing foundation. Heicode only exposes the models, balance, quota, usage, and call logs ordinary users need.

Model gatewayBalance quotaCall logsNo admin exposure

Secret Vault

Credential custody backed by OpenBao. Long-lived secrets only enter the vault; sub Agnets receive short-lived, least-privilege credentials.

secret_refShort-lived credsRotate and revokeAudit trail

Resource Context

Git, SK, documents, cloud accounts, and cloud resources become Resource Bindings and Grants that can be authorized, revoked, and audited.

GitSKProject docsCloud resources

Core abilities

Four loops Heicode must close

From idea, resources, team, and permissions to execution, launch, and maintenance, Heicode turns software delivery into an auditable lifecycle.

Ideas become development work

Users do not need a complete PRD first. Heicode turns natural-language goals into requirement summaries, task drafts, prototype notes, role suggestions, and resource needs.

01

Resource binding and permission assignment

Git, SK, project docs, and cloud resources are modeled as Resource Bindings, then assigned to specific sub Agnet roles through Resource Grants.

02

Sub Agnets execute continuously

Work is not thrown over the wall once. Agnets keep moving through requirements, design, development, testing, fixes, and deployment.

03

Usage, logs, security, and audit loop

Model balance, call logs, resource access, risky approvals, and deployment records return to Heicode. Long-lived secrets never enter Git, Markdown, or logs.

04

Security model

Resources are usable. Secrets do not leak.

Users authorize resources, the platform holds credentials, and sub Agnets only receive short-lived access inside the approved scope.

01

Secrets never enter the product surface

Git tokens, cloud access keys, SSH private keys, database passwords, and CodeGW keys never enter Git, Markdown, frontend responses, or ordinary logs.

02

Only secret_ref is stored

The Manager database stores resource metadata, permission relationships, and secret_ref. Real long-lived credentials are held by the vault.

03

Sub Agnets only receive short-lived credentials

After approval, the platform derives short-lived, least-privilege, auditable credentials by permission and TTL. Sub Agnets do not keep long-lived secrets.

04

Risky actions are approved in the client

Production deploys, cloud changes, database writes, production secret access, and large budget consumption require explicit client confirmation.

05

Audit answers the critical questions

Who used which resource, for which task, through which sub Agnet, at what time, with what action, and whether approval happened.

MVP to lifecycle

Prove the loop first, then expand the full lifecycle

The real Agnet platform deployment API can arrive later. Manager payloads, manifests, audit trails, and the client approval loop must be ready first.

1
Converging

Current MVP

Heicode, CodeGW, and OpenBao deploy separately. Resource bindings, Grants, manifests, and secret custody form the first closed loop. The client signs in only to Heicode.

2
Priority

Next

Expose user-side CodeGW model and usage views, close the client login and approval download path, and integrate the real Agnet deployment API.

3
Product direction

Long term

Add automated maintenance, upgrade plans, and continuous cost and quality observation so development, deployment, and maintenance live in one lifecycle.

Move an idea into a real development flow

Heicode does more than generate code. It organizes product intent, code, permissions, models, deployment, and maintenance into one auditable software lifecycle.

\ No newline at end of file +Heicode - From one idea to production software
Full launch
June 5, 2026

Heicode goes fully live on June 5, 2026.

Register now and follow launch readiness for Client, Manager, Agent Swarm, resource binding and audit.

From idea to production software

One idea,one AI development team.

Heicode organizes sub-Agent teams, connects your code, documents, SK skills and cloud resources, and continuously carries work through requirements, development, testing, fixes, deployment and maintenance.

Input ideas in the client
Bind resources in Manager
Ship through Agent

Heicode Task Cockpit

Small-team task management SaaS

Running

User input

I want to build a small-team task management SaaS with login, projects, tasks, comments, notifications and admin, deployed to Azure.

Product Agent

Requirements and acceptance

Done

Backend Agent

APIs and data model

Building

Frontend Agent

Pages and interaction

Waiting for API

Ops Agent

Deployment and observability

Approval pending

Production deployment requires client approval

The secret vault will derive a 15-minute short-lived credential. Sub Agents never receive long-term secrets.

User journey

Users see one continuous flow, not a wall of admin panels

The homepage and primary workflow stay anchored to the active job: idea, resources, team, permissions, execution, launch, and maintenance.

Minimum MVP path

Sign in, download the client, describe the idea, bind Git and cloud resources, confirm role permissions, preview the manifest, create an Agent deployment placeholder, then keep development and testing moving.

01

Sign in

Users only sign in to Heicode, not CodeGW or the OpenBao console.

02

Describe the idea

Capture the product, constraints, existing code, and deployment target in the client.

03

Bind resources

Manager authorizes Git, SK, docs, and cloud accounts while storing secret_ref only.

04

Generate the team

Recommend Product, Architect, Frontend, Backend, Reviewer, Ops, and other sub Agents.

05

Assign permissions

Confirm resources, actions, TTL, and approval requirements through role cards.

06

Close the loop

Agents keep pushing requirements, development, testing, fixes, deployment, and maintenance.

Users do not write manifests

The default flow shows roles, resources, actions, and approvals. Advanced users can expand the permission manifest.

The web app is not the IDE

Manager handles auxiliary management and observation. Main development, continuation, and approvals return to the client.

Risky actions need explicit approval

Production deploys, cloud operations, database writes, and production secret access must be confirmed in the client.

Product surfaces

Users operate Heicode. The underlying systems stay in their lanes.

The client is the primary experience and Manager is the auxiliary console. CodeGW, the vault, and the Agent platform are not exposed as ordinary user backends.

Heicode Client

The primary user experience. Describe ideas, continue development, review Agent execution feedback, and approve risky operations before production deploys, secret access, or cloud changes.

Idea inputTask progressExecution feedbackRisk approval

Heicode Manager

The browser-side control console for account safety, client downloads, resource binding, Agent deployment, task status, balance, and audit.

Resource bindingDeploy AgentsModel balanceAudit logs

Agent Platform

The AI development-team execution layer. It runs Product, Frontend, Backend, Reviewer, Ops, and other sub Agents on AKS, then reports state and events back.

Role teamsContinuous executionSK callsState callback

CodeGW

The internal model gateway and billing foundation. Heicode only exposes the models, balance, quota, usage, and call logs ordinary users need.

Model gatewayBalance quotaCall logsNo admin exposure

Secret Vault

Credential custody backed by OpenBao. Long-lived secrets only enter the vault; sub Agents receive short-lived, least-privilege credentials.

secret_refShort-lived credsRotate and revokeAudit trail

Resource Context

Git, SK, documents, cloud accounts, and cloud resources become Resource Bindings and Grants that can be authorized, revoked, and audited.

GitSKProject docsCloud resources

Core abilities

Four loops Heicode must close

From idea, resources, team, and permissions to execution, launch, and maintenance, Heicode turns software delivery into an auditable lifecycle.

Ideas become development work

Users do not need a complete PRD first. Heicode turns natural-language goals into requirement summaries, task drafts, prototype notes, role suggestions, and resource needs.

01

Resource binding and permission assignment

Git, SK, project docs, and cloud resources are modeled as Resource Bindings, then assigned to specific sub Agent roles through Resource Grants.

02

Sub Agents execute continuously

Work is not thrown over the wall once. Agents keep moving through requirements, design, development, testing, fixes, and deployment.

03

Usage, logs, security, and audit loop

Model balance, call logs, resource access, risky approvals, and deployment records return to Heicode. Long-lived secrets never enter Git, Markdown, or logs.

04

Security model

Resources are usable. Secrets do not leak.

Users authorize resources, the platform holds credentials, and sub Agents only receive short-lived access inside the approved scope.

01

Secrets never enter the product surface

Git tokens, cloud access keys, SSH private keys, database passwords, and CodeGW keys never enter Git, Markdown, frontend responses, or ordinary logs.

02

Only secret_ref is stored

The Manager database stores resource metadata, permission relationships, and secret_ref. Real long-lived credentials are held by the vault.

03

Sub Agents only receive short-lived credentials

After approval, the platform derives short-lived, least-privilege, auditable credentials by permission and TTL. Sub Agents do not keep long-lived secrets.

04

Risky actions are approved in the client

Production deploys, cloud changes, database writes, production secret access, and large budget consumption require explicit client confirmation.

05

Audit answers the critical questions

Who used which resource, for which task, through which sub Agent, at what time, with what action, and whether approval happened.

MVP to lifecycle

Prove the loop first, then expand the full lifecycle

The real Agent platform deployment API can arrive later. Manager payloads, manifests, audit trails, and the client approval loop must be ready first.

1
Converging

Current MVP

Heicode, CodeGW, and OpenBao deploy separately. Resource bindings, Grants, manifests, and secret custody form the first closed loop. The client signs in only to Heicode.

2
Priority

Next

Expose user-side CodeGW model and usage views, close the client login and approval download path, and integrate the real Agent deployment API.

3
Product direction

Long term

Add automated maintenance, upgrade plans, and continuous cost and quality observation so development, deployment, and maintenance live in one lifecycle.

Move an idea into a real development flow

Heicode does more than generate code. It organizes product intent, code, permissions, models, deployment, and maintenance into one auditable software lifecycle.

\ No newline at end of file diff --git a/website/out/index.txt b/website/out/index.txt index 4b717e7..2788083 100644 --- a/website/out/index.txt +++ b/website/out/index.txt @@ -3,14 +3,14 @@ 3:I[87929,["/_next/static/chunks/16ug8_ttttewd.js","/_next/static/chunks/0duodrajo5fcx.js"],"default"] 4:I[52768,["/_next/static/chunks/16ug8_ttttewd.js","/_next/static/chunks/0duodrajo5fcx.js"],"Analytics"] 5:I[88844,["/_next/static/chunks/16ug8_ttttewd.js","/_next/static/chunks/0duodrajo5fcx.js"],"ClientPageRoot"] -6:I[39629,["/_next/static/chunks/16ug8_ttttewd.js","/_next/static/chunks/0duodrajo5fcx.js","/_next/static/chunks/0jh79v35s44~4.js","/_next/static/chunks/0pf7ew34_i5yo.js"],"default"] +6:I[39629,["/_next/static/chunks/16ug8_ttttewd.js","/_next/static/chunks/0duodrajo5fcx.js","/_next/static/chunks/0d1zubw6yodx..js","/_next/static/chunks/15gh0f9afubnf.js"],"default"] 9:I[25078,["/_next/static/chunks/16ug8_ttttewd.js","/_next/static/chunks/0duodrajo5fcx.js"],"OutletBoundary"] a:"$Sreact.suspense" c:I[25078,["/_next/static/chunks/16ug8_ttttewd.js","/_next/static/chunks/0duodrajo5fcx.js"],"ViewportBoundary"] e:I[25078,["/_next/static/chunks/16ug8_ttttewd.js","/_next/static/chunks/0duodrajo5fcx.js"],"MetadataBoundary"] 10:I[69701,["/_next/static/chunks/16ug8_ttttewd.js","/_next/static/chunks/0duodrajo5fcx.js"],"default",1] :HL["/_next/static/chunks/07p8r-wmy40nr.css","style"] -0:{"P":null,"c":["",""],"q":"","i":false,"f":[[["",{"children":["__PAGE__",{}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/07p8r-wmy40nr.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/16ug8_ttttewd.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/0duodrajo5fcx.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","className":"bg-background","children":["$","body",null,{"className":"font-sans antialiased","children":[["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L4",null,{}]]}]}]]}],{"children":[["$","$1","c",{"children":[["$","$L5",null,{"Component":"$6","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@7","$@8"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/0jh79v35s44~4.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/0pf7ew34_i5yo.js","async":true,"nonce":"$undefined"}]],["$","$L9",null,{"children":["$","$a",null,{"name":"Next.MetadataOutlet","children":"$@b"}]}]]}],{},null,false,null]},null,false,null],["$","$1","h",{"children":[null,["$","$Lc",null,{"children":"$Ld"}],["$","div",null,{"hidden":true,"children":["$","$Le",null,{"children":["$","$a",null,{"name":"Next.Metadata","children":"$Lf"}]}]}],null]}],false]],"m":"$undefined","G":["$10",[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/07p8r-wmy40nr.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"8RO6H3xj_p2y6J02Fo0pG"} +0:{"P":null,"c":["",""],"q":"","i":false,"f":[[["",{"children":["__PAGE__",{}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/07p8r-wmy40nr.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/16ug8_ttttewd.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/0duodrajo5fcx.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","className":"bg-background","children":["$","body",null,{"className":"font-sans antialiased","children":[["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L4",null,{}]]}]}]]}],{"children":[["$","$1","c",{"children":[["$","$L5",null,{"Component":"$6","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@7","$@8"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/0d1zubw6yodx..js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/15gh0f9afubnf.js","async":true,"nonce":"$undefined"}]],["$","$L9",null,{"children":["$","$a",null,{"name":"Next.MetadataOutlet","children":"$@b"}]}]]}],{},null,false,null]},null,false,null],["$","$1","h",{"children":[null,["$","$Lc",null,{"children":"$Ld"}],["$","div",null,{"hidden":true,"children":["$","$Le",null,{"children":["$","$a",null,{"name":"Next.Metadata","children":"$Lf"}]}]}],null]}],false]],"m":"$undefined","G":["$10",[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/07p8r-wmy40nr.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"SGPwzN5a2HLD9hQB6ZVVh"} 7:{} 8:"$0:f:0:1:1:children:0:props:children:0:props:serverProvidedParams:params" d:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]] diff --git a/website/out/launch.html b/website/out/launch.html index 30d9973..fbb44e1 100644 --- a/website/out/launch.html +++ b/website/out/launch.html @@ -1 +1 @@ -Heicode - From one idea to production software
全面上线
2026年6月5日

Heicode 将于 2026年6月5日全面上线。

全面上线版本会把 Heicode 客户端、Heicode Manager、Agnet 蜂群、模型用量、资源绑定和审批审计整合成一条可交付的产品流程。

客户端主流程
Agnet 蜂群执行
资源与密钥治理
用量、计费与审计可见

上线节奏

1

现在

开放注册入口和产品预览入口。

2

上线前

完成新手引导、文档、Manager 链接和上线检查。

3

2026年6月5日

Heicode 产品流程全面公开上线。

该页面作为对外上线公告、注册引导和产品准备状态说明的统一入口。

上线范围

用户可以注册、进入 Heicode、绑定开发资源、启动 Agnet 工作流,并通过客户端持续推进软件交付。

交付闭环

想法输入、任务拆解、资源授权、Agnet 执行、复核、审批和部署记录会留在同一个可追踪流程中。

受控访问

生产动作、云资源、密钥和模型预算都通过明确审批和可审计授权控制。

\ No newline at end of file +Heicode - From one idea to production software
全面上线
2026年6月5日

Heicode 将于 2026年6月5日全面上线。

全面上线版本会把 Heicode 客户端、Heicode Manager、Agent 蜂群、模型用量、资源绑定和审批审计整合成一条可交付的产品流程。

客户端主流程
Agent 蜂群执行
资源与密钥治理
用量、计费与审计可见

上线节奏

1

现在

开放注册入口和产品预览入口。

2

上线前

完成新手引导、文档、Manager 链接和上线检查。

3

2026年6月5日

Heicode 产品流程全面公开上线。

该页面作为对外上线公告、注册引导和产品准备状态说明的统一入口。

上线范围

用户可以注册、进入 Heicode、绑定开发资源、启动 Agent 工作流,并通过客户端持续推进软件交付。

交付闭环

想法输入、任务拆解、资源授权、Agent 执行、复核、审批和部署记录会留在同一个可追踪流程中。

受控访问

生产动作、云资源、密钥和模型预算都通过明确审批和可审计授权控制。

\ No newline at end of file diff --git a/website/out/launch.txt b/website/out/launch.txt index 7401dd1..05ad15a 100644 --- a/website/out/launch.txt +++ b/website/out/launch.txt @@ -3,14 +3,14 @@ 3:I[87929,["/_next/static/chunks/16ug8_ttttewd.js","/_next/static/chunks/0duodrajo5fcx.js"],"default"] 4:I[52768,["/_next/static/chunks/16ug8_ttttewd.js","/_next/static/chunks/0duodrajo5fcx.js"],"Analytics"] 5:I[88844,["/_next/static/chunks/16ug8_ttttewd.js","/_next/static/chunks/0duodrajo5fcx.js"],"ClientPageRoot"] -6:I[71226,["/_next/static/chunks/16ug8_ttttewd.js","/_next/static/chunks/0duodrajo5fcx.js","/_next/static/chunks/0f7xtbawermky.js","/_next/static/chunks/0j87d8gdm_jse.js"],"default"] +6:I[71226,["/_next/static/chunks/16ug8_ttttewd.js","/_next/static/chunks/0duodrajo5fcx.js","/_next/static/chunks/01nqpwwaars~6.js","/_next/static/chunks/0eu7_082nm_4p.js"],"default"] 9:I[25078,["/_next/static/chunks/16ug8_ttttewd.js","/_next/static/chunks/0duodrajo5fcx.js"],"OutletBoundary"] a:"$Sreact.suspense" d:I[25078,["/_next/static/chunks/16ug8_ttttewd.js","/_next/static/chunks/0duodrajo5fcx.js"],"ViewportBoundary"] f:I[25078,["/_next/static/chunks/16ug8_ttttewd.js","/_next/static/chunks/0duodrajo5fcx.js"],"MetadataBoundary"] 11:I[69701,["/_next/static/chunks/16ug8_ttttewd.js","/_next/static/chunks/0duodrajo5fcx.js"],"default",1] :HL["/_next/static/chunks/07p8r-wmy40nr.css","style"] -0:{"P":null,"c":["","launch"],"q":"","i":false,"f":[[["",{"children":["launch",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/07p8r-wmy40nr.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/16ug8_ttttewd.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/0duodrajo5fcx.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","className":"bg-background","children":["$","body",null,{"className":"font-sans antialiased","children":[["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L4",null,{}]]}]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$L5",null,{"Component":"$6","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@7","$@8"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/0f7xtbawermky.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/0j87d8gdm_jse.js","async":true,"nonce":"$undefined"}]],["$","$L9",null,{"children":["$","$a",null,{"name":"Next.MetadataOutlet","children":"$@b"}]}]]}],{},null,false,null]},null,false,"$@c"]},null,false,null],["$","$1","h",{"children":[null,["$","$Ld",null,{"children":"$Le"}],["$","div",null,{"hidden":true,"children":["$","$Lf",null,{"children":["$","$a",null,{"name":"Next.Metadata","children":"$L10"}]}]}],null]}],false]],"m":"$undefined","G":["$11",[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/07p8r-wmy40nr.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"8RO6H3xj_p2y6J02Fo0pG"} +0:{"P":null,"c":["","launch"],"q":"","i":false,"f":[[["",{"children":["launch",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/07p8r-wmy40nr.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/16ug8_ttttewd.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/0duodrajo5fcx.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","className":"bg-background","children":["$","body",null,{"className":"font-sans antialiased","children":[["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L4",null,{}]]}]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$L5",null,{"Component":"$6","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@7","$@8"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/01nqpwwaars~6.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/0eu7_082nm_4p.js","async":true,"nonce":"$undefined"}]],["$","$L9",null,{"children":["$","$a",null,{"name":"Next.MetadataOutlet","children":"$@b"}]}]]}],{},null,false,null]},null,false,"$@c"]},null,false,null],["$","$1","h",{"children":[null,["$","$Ld",null,{"children":"$Le"}],["$","div",null,{"hidden":true,"children":["$","$Lf",null,{"children":["$","$a",null,{"name":"Next.Metadata","children":"$L10"}]}]}],null]}],false]],"m":"$undefined","G":["$11",[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/07p8r-wmy40nr.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"SGPwzN5a2HLD9hQB6ZVVh"} 12:[] c:"$W12" 7:{} diff --git a/website/out/launch/__next._full.txt b/website/out/launch/__next._full.txt index 7401dd1..05ad15a 100644 --- a/website/out/launch/__next._full.txt +++ b/website/out/launch/__next._full.txt @@ -3,14 +3,14 @@ 3:I[87929,["/_next/static/chunks/16ug8_ttttewd.js","/_next/static/chunks/0duodrajo5fcx.js"],"default"] 4:I[52768,["/_next/static/chunks/16ug8_ttttewd.js","/_next/static/chunks/0duodrajo5fcx.js"],"Analytics"] 5:I[88844,["/_next/static/chunks/16ug8_ttttewd.js","/_next/static/chunks/0duodrajo5fcx.js"],"ClientPageRoot"] -6:I[71226,["/_next/static/chunks/16ug8_ttttewd.js","/_next/static/chunks/0duodrajo5fcx.js","/_next/static/chunks/0f7xtbawermky.js","/_next/static/chunks/0j87d8gdm_jse.js"],"default"] +6:I[71226,["/_next/static/chunks/16ug8_ttttewd.js","/_next/static/chunks/0duodrajo5fcx.js","/_next/static/chunks/01nqpwwaars~6.js","/_next/static/chunks/0eu7_082nm_4p.js"],"default"] 9:I[25078,["/_next/static/chunks/16ug8_ttttewd.js","/_next/static/chunks/0duodrajo5fcx.js"],"OutletBoundary"] a:"$Sreact.suspense" d:I[25078,["/_next/static/chunks/16ug8_ttttewd.js","/_next/static/chunks/0duodrajo5fcx.js"],"ViewportBoundary"] f:I[25078,["/_next/static/chunks/16ug8_ttttewd.js","/_next/static/chunks/0duodrajo5fcx.js"],"MetadataBoundary"] 11:I[69701,["/_next/static/chunks/16ug8_ttttewd.js","/_next/static/chunks/0duodrajo5fcx.js"],"default",1] :HL["/_next/static/chunks/07p8r-wmy40nr.css","style"] -0:{"P":null,"c":["","launch"],"q":"","i":false,"f":[[["",{"children":["launch",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/07p8r-wmy40nr.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/16ug8_ttttewd.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/0duodrajo5fcx.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","className":"bg-background","children":["$","body",null,{"className":"font-sans antialiased","children":[["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L4",null,{}]]}]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$L5",null,{"Component":"$6","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@7","$@8"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/0f7xtbawermky.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/0j87d8gdm_jse.js","async":true,"nonce":"$undefined"}]],["$","$L9",null,{"children":["$","$a",null,{"name":"Next.MetadataOutlet","children":"$@b"}]}]]}],{},null,false,null]},null,false,"$@c"]},null,false,null],["$","$1","h",{"children":[null,["$","$Ld",null,{"children":"$Le"}],["$","div",null,{"hidden":true,"children":["$","$Lf",null,{"children":["$","$a",null,{"name":"Next.Metadata","children":"$L10"}]}]}],null]}],false]],"m":"$undefined","G":["$11",[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/07p8r-wmy40nr.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"8RO6H3xj_p2y6J02Fo0pG"} +0:{"P":null,"c":["","launch"],"q":"","i":false,"f":[[["",{"children":["launch",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/07p8r-wmy40nr.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/16ug8_ttttewd.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/0duodrajo5fcx.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","className":"bg-background","children":["$","body",null,{"className":"font-sans antialiased","children":[["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L4",null,{}]]}]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$L5",null,{"Component":"$6","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@7","$@8"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/01nqpwwaars~6.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/0eu7_082nm_4p.js","async":true,"nonce":"$undefined"}]],["$","$L9",null,{"children":["$","$a",null,{"name":"Next.MetadataOutlet","children":"$@b"}]}]]}],{},null,false,null]},null,false,"$@c"]},null,false,null],["$","$1","h",{"children":[null,["$","$Ld",null,{"children":"$Le"}],["$","div",null,{"hidden":true,"children":["$","$Lf",null,{"children":["$","$a",null,{"name":"Next.Metadata","children":"$L10"}]}]}],null]}],false]],"m":"$undefined","G":["$11",[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/07p8r-wmy40nr.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"SGPwzN5a2HLD9hQB6ZVVh"} 12:[] c:"$W12" 7:{} diff --git a/website/out/launch/__next._head.txt b/website/out/launch/__next._head.txt index 0608d61..8fa8431 100644 --- a/website/out/launch/__next._head.txt +++ b/website/out/launch/__next._head.txt @@ -3,4 +3,4 @@ 3:I[25078,["/_next/static/chunks/16ug8_ttttewd.js","/_next/static/chunks/0duodrajo5fcx.js"],"MetadataBoundary"] 4:"$Sreact.suspense" 5:I[39451,["/_next/static/chunks/16ug8_ttttewd.js","/_next/static/chunks/0duodrajo5fcx.js"],"IconMark"] -0:{"rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Heicode - From one idea to production software"}],["$","meta","1",{"name":"description","content":"Heicode organizes AI development teams, connects your code, documents, SK skills and cloud resources, and carries work from product design to production deployment."}],["$","link","2",{"rel":"icon","href":"/taiji-logo.png","media":"(prefers-color-scheme: light)"}],["$","link","3",{"rel":"icon","href":"/taiji-logo.png","media":"(prefers-color-scheme: dark)"}],["$","link","4",{"rel":"icon","href":"/taiji-logo.png","type":"image/png"}],["$","link","5",{"rel":"apple-touch-icon","href":"/taiji-logo.png"}],["$","$L5","6",{}]]}]}]}],null]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"8RO6H3xj_p2y6J02Fo0pG"} +0:{"rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Heicode - From one idea to production software"}],["$","meta","1",{"name":"description","content":"Heicode organizes AI development teams, connects your code, documents, SK skills and cloud resources, and carries work from product design to production deployment."}],["$","link","2",{"rel":"icon","href":"/taiji-logo.png","media":"(prefers-color-scheme: light)"}],["$","link","3",{"rel":"icon","href":"/taiji-logo.png","media":"(prefers-color-scheme: dark)"}],["$","link","4",{"rel":"icon","href":"/taiji-logo.png","type":"image/png"}],["$","link","5",{"rel":"apple-touch-icon","href":"/taiji-logo.png"}],["$","$L5","6",{}]]}]}]}],null]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"SGPwzN5a2HLD9hQB6ZVVh"} diff --git a/website/out/launch/__next._index.txt b/website/out/launch/__next._index.txt index fcb5e41..7215487 100644 --- a/website/out/launch/__next._index.txt +++ b/website/out/launch/__next._index.txt @@ -3,4 +3,4 @@ 3:I[87929,["/_next/static/chunks/16ug8_ttttewd.js","/_next/static/chunks/0duodrajo5fcx.js"],"default"] 4:I[52768,["/_next/static/chunks/16ug8_ttttewd.js","/_next/static/chunks/0duodrajo5fcx.js"],"Analytics"] :HL["/_next/static/chunks/07p8r-wmy40nr.css","style"] -0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/07p8r-wmy40nr.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/16ug8_ttttewd.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/0duodrajo5fcx.js","async":true}]],["$","html",null,{"lang":"en","className":"bg-background","children":["$","body",null,{"className":"font-sans antialiased","children":[["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}],["$","$L4",null,{}]]}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"8RO6H3xj_p2y6J02Fo0pG"} +0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/07p8r-wmy40nr.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/16ug8_ttttewd.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/0duodrajo5fcx.js","async":true}]],["$","html",null,{"lang":"en","className":"bg-background","children":["$","body",null,{"className":"font-sans antialiased","children":[["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}],["$","$L4",null,{}]]}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"SGPwzN5a2HLD9hQB6ZVVh"} diff --git a/website/out/launch/__next._tree.txt b/website/out/launch/__next._tree.txt index d3751c1..ec851a3 100644 --- a/website/out/launch/__next._tree.txt +++ b/website/out/launch/__next._tree.txt @@ -1,2 +1,2 @@ :HL["/_next/static/chunks/07p8r-wmy40nr.css","style"] -0:{"tree":{"name":"","param":null,"prefetchHints":16,"slots":{"children":{"name":"launch","param":null,"prefetchHints":0,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":0,"slots":null}}}}},"staleTime":300,"buildId":"8RO6H3xj_p2y6J02Fo0pG"} +0:{"tree":{"name":"","param":null,"prefetchHints":16,"slots":{"children":{"name":"launch","param":null,"prefetchHints":0,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":0,"slots":null}}}}},"staleTime":300,"buildId":"SGPwzN5a2HLD9hQB6ZVVh"} diff --git a/website/out/launch/__next.launch.__PAGE__.txt b/website/out/launch/__next.launch.__PAGE__.txt index eaf1bf7..316d0ff 100644 --- a/website/out/launch/__next.launch.__PAGE__.txt +++ b/website/out/launch/__next.launch.__PAGE__.txt @@ -1,9 +1,9 @@ 1:"$Sreact.fragment" 2:I[88844,["/_next/static/chunks/16ug8_ttttewd.js","/_next/static/chunks/0duodrajo5fcx.js"],"ClientPageRoot"] -3:I[71226,["/_next/static/chunks/16ug8_ttttewd.js","/_next/static/chunks/0duodrajo5fcx.js","/_next/static/chunks/0f7xtbawermky.js","/_next/static/chunks/0j87d8gdm_jse.js"],"default"] +3:I[71226,["/_next/static/chunks/16ug8_ttttewd.js","/_next/static/chunks/0duodrajo5fcx.js","/_next/static/chunks/01nqpwwaars~6.js","/_next/static/chunks/0eu7_082nm_4p.js"],"default"] 6:I[25078,["/_next/static/chunks/16ug8_ttttewd.js","/_next/static/chunks/0duodrajo5fcx.js"],"OutletBoundary"] 7:"$Sreact.suspense" -0:{"rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/0f7xtbawermky.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/0j87d8gdm_jse.js","async":true}]],["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"8RO6H3xj_p2y6J02Fo0pG"} +0:{"rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/01nqpwwaars~6.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/0eu7_082nm_4p.js","async":true}]],["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"SGPwzN5a2HLD9hQB6ZVVh"} 4:{} 5:"$0:rsc:props:children:0:props:serverProvidedParams:params" 8:null diff --git a/website/out/launch/__next.launch.txt b/website/out/launch/__next.launch.txt index 02c4343..17fb9d3 100644 --- a/website/out/launch/__next.launch.txt +++ b/website/out/launch/__next.launch.txt @@ -2,4 +2,4 @@ 2:I[60483,["/_next/static/chunks/16ug8_ttttewd.js","/_next/static/chunks/0duodrajo5fcx.js"],"default"] 3:I[87929,["/_next/static/chunks/16ug8_ttttewd.js","/_next/static/chunks/0duodrajo5fcx.js"],"default"] 4:[] -0:{"rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"isPartial":false,"staleTime":300,"varyParams":"$W4","buildId":"8RO6H3xj_p2y6J02Fo0pG"} +0:{"rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"isPartial":false,"staleTime":300,"varyParams":"$W4","buildId":"SGPwzN5a2HLD9hQB6ZVVh"} diff --git a/website/out/swarm.html b/website/out/swarm.html index 0d1f9c3..0fd6acb 100644 --- a/website/out/swarm.html +++ b/website/out/swarm.html @@ -1 +1 @@ -Heicode - From one idea to production software
Agnet 蜂群

受控自治的 AI 开发团队。

Heicode 蜂群把一个产品目标转成一次 Swarm Run,并在多个 Agnet 之间协调任务、共享上下文、权限、成果物、用量和审计。

目标驱动
共享资源层
审批与审计
面向 Azure 部署

一个目标,多名受控执行者

蜂群作战地图

目标

构建一个包含登录、项目空间、计费、审计和 Azure 部署的 SaaS 产品。

Product

01

验收标准

Architect

02

任务图

Frontend

03

用户流程

Backend

04

API 与数据

Reviewer

05

风险检查

Ops

06

部署上线

Agnet 蜂群

客户能理解的四个层面

蜂群不是一组机器人聊天,而是一套产品化运行模型,每一层都有清晰边界。

01

目标层

客户描述交付结果、约束、资源和上线目标,Heicode 让整次执行始终围绕目标推进。

02

任务层

平台生成动态任务图,任务可以拆分、合并、阻塞、交接、重试并回到复核。

03

共享资源层

任务池、缓存、上下文、成果物、审批、模型用量和资源权限成为蜂群共同使用的基础设施。

04

治理层

密钥、云操作、生产部署、模型消耗和审计被统一控制,而不是暴露给每个 Agnet。

Swarm Run

从一个想法到可审计的交付流程

每一次 Swarm Run 都产生可见进展、可验收成果物和可追踪操作记录。

Target - Task - Resource - Audit

Heicode 会让每次运行始终绑定原始目标,同时记录任务状态、资源使用和审批历史。

1

输入目标

用户描述产品意图和约束。

2

创建 Swarm Run

Heicode 建立受控执行实例。

3

生成任务图

任务被拆解、评分和分配。

4

Agnet 执行

专业 Agnet 使用最小上下文推进工作。

5

成果物复核

输出需求、代码、测试和部署记录。

6

风险审批

生产动作和敏感访问需要明确确认。

共享资源层

蜂群背后的共同资源层

这是区别于普通多 Agent Demo 的关键:Agnet 不自由共享密钥,也不临时乱接基础设施,而是通过受控共享层工作。

任务池

保存待执行、执行中、阻塞、待复核和已完成的任务。

上下文缓存

保存项目事实、决策、摘要和依赖状态。

评分信号

类似信息素的信号帮助优先选择有效路径,避免重复踩坑。

成果物池

保存需求草案、代码变更、测试报告、部署清单和复核记录。

审批中心

把高风险操作回传到客户端,由用户明确确认。

密钥保管库

长期凭证不进入 Git、Prompt、Markdown 或普通日志。

对标 Azure 的基础设施模型

Heicode 用企业客户熟悉的概念解释蜂群能力:编排、身份、存储、密钥、观测和成本控制。

编排

Swarm Run、动态任务图、队列和 Worker 调度

计算

Agnet 执行运行时、沙箱、复核 Worker 和部署 Worker

存储

成果物、任务状态、Context Pack、缓存和运行历史

身份

Resource Binding、Resource Grant、最小权限范围和 TTL

密钥

基于 Vault 的 secret_ref 和短期派生凭证

观测

事件流、审计日志、用量、成本和审批记录

客户可见

Heicode 蜂群的产品特色

受控自治

Agnet 可以持续推进工作,但不能越过权限、预算或生产边界。

客户可读的进展

用户可以看到正在做什么、为什么阻塞、产出了什么、哪些动作需要审批。

资源感知执行

Git、文档、SK、模型余额、云账号和部署目标都是明确资源,不是隐藏在 Prompt 里的文字。

交付级成果物

一次执行会沉淀需求、任务记录、代码变更、测试、部署说明和审计历史。

产品特色

Heicode 蜂群的产品特色

Heicode 面向真实软件工作:需求、角色、代码、云资源、安全检查和长周期交付必须被组织起来。

01

目标驱动执行

02

任务动态回流

03

资源安全隔离

04

成果可验收

当任务大于一次 Prompt,就需要蜂群

Heicode 面向真实软件工作:需求、角色、代码、云资源、安全检查和长周期交付必须被组织起来。

\ No newline at end of file +Heicode - From one idea to production software
Agent 蜂群

受控自治的 AI 开发团队。

Heicode 蜂群把一个产品目标转成一次 Swarm Run,并在多个 Agent 之间协调任务、共享上下文、权限、成果物、用量和审计。

目标驱动
共享资源层
审批与审计
面向 Azure 部署

一个目标,多名受控执行者

蜂群作战地图

目标

构建一个包含登录、项目空间、计费、审计和 Azure 部署的 SaaS 产品。

Product

01

验收标准

Architect

02

任务图

Frontend

03

用户流程

Backend

04

API 与数据

Reviewer

05

风险检查

Ops

06

部署上线

Agent 蜂群

客户能理解的四个层面

蜂群不是一组机器人聊天,而是一套产品化运行模型,每一层都有清晰边界。

01

目标层

客户描述交付结果、约束、资源和上线目标,Heicode 让整次执行始终围绕目标推进。

02

任务层

平台生成动态任务图,任务可以拆分、合并、阻塞、交接、重试并回到复核。

03

共享资源层

任务池、缓存、上下文、成果物、审批、模型用量和资源权限成为蜂群共同使用的基础设施。

04

治理层

密钥、云操作、生产部署、模型消耗和审计被统一控制,而不是暴露给每个 Agent。

Swarm Run

从一个想法到可审计的交付流程

每一次 Swarm Run 都产生可见进展、可验收成果物和可追踪操作记录。

Target - Task - Resource - Audit

Heicode 会让每次运行始终绑定原始目标,同时记录任务状态、资源使用和审批历史。

1

输入目标

用户描述产品意图和约束。

2

创建 Swarm Run

Heicode 建立受控执行实例。

3

生成任务图

任务被拆解、评分和分配。

4

Agent 执行

专业 Agent 使用最小上下文推进工作。

5

成果物复核

输出需求、代码、测试和部署记录。

6

风险审批

生产动作和敏感访问需要明确确认。

共享资源层

蜂群背后的共同资源层

这是区别于普通多 Agent Demo 的关键:Agent 不自由共享密钥,也不临时乱接基础设施,而是通过受控共享层工作。

任务池

保存待执行、执行中、阻塞、待复核和已完成的任务。

上下文缓存

保存项目事实、决策、摘要和依赖状态。

评分信号

类似信息素的信号帮助优先选择有效路径,避免重复踩坑。

成果物池

保存需求草案、代码变更、测试报告、部署清单和复核记录。

审批中心

把高风险操作回传到客户端,由用户明确确认。

密钥保管库

长期凭证不进入 Git、Prompt、Markdown 或普通日志。

对标 Azure 的基础设施模型

Heicode 用企业客户熟悉的概念解释蜂群能力:编排、身份、存储、密钥、观测和成本控制。

编排

Swarm Run、动态任务图、队列和 Worker 调度

计算

Agent 执行运行时、沙箱、复核 Worker 和部署 Worker

存储

成果物、任务状态、Context Pack、缓存和运行历史

身份

Resource Binding、Resource Grant、最小权限范围和 TTL

密钥

基于 Vault 的 secret_ref 和短期派生凭证

观测

事件流、审计日志、用量、成本和审批记录

客户可见

Heicode 蜂群的产品特色

受控自治

Agent 可以持续推进工作,但不能越过权限、预算或生产边界。

客户可读的进展

用户可以看到正在做什么、为什么阻塞、产出了什么、哪些动作需要审批。

资源感知执行

Git、文档、SK、模型余额、云账号和部署目标都是明确资源,不是隐藏在 Prompt 里的文字。

交付级成果物

一次执行会沉淀需求、任务记录、代码变更、测试、部署说明和审计历史。

产品特色

Heicode 蜂群的产品特色

Heicode 面向真实软件工作:需求、角色、代码、云资源、安全检查和长周期交付必须被组织起来。

01

目标驱动执行

02

任务动态回流

03

资源安全隔离

04

成果可验收

当任务大于一次 Prompt,就需要蜂群

Heicode 面向真实软件工作:需求、角色、代码、云资源、安全检查和长周期交付必须被组织起来。

\ No newline at end of file diff --git a/website/out/swarm.txt b/website/out/swarm.txt index 1aea910..e14bb59 100644 --- a/website/out/swarm.txt +++ b/website/out/swarm.txt @@ -3,14 +3,14 @@ 3:I[87929,["/_next/static/chunks/16ug8_ttttewd.js","/_next/static/chunks/0duodrajo5fcx.js"],"default"] 4:I[52768,["/_next/static/chunks/16ug8_ttttewd.js","/_next/static/chunks/0duodrajo5fcx.js"],"Analytics"] 5:I[88844,["/_next/static/chunks/16ug8_ttttewd.js","/_next/static/chunks/0duodrajo5fcx.js"],"ClientPageRoot"] -6:I[98043,["/_next/static/chunks/16ug8_ttttewd.js","/_next/static/chunks/0duodrajo5fcx.js","/_next/static/chunks/08qbitigdz5fc.js","/_next/static/chunks/0hixj-q5jqjm~.js"],"default"] +6:I[98043,["/_next/static/chunks/16ug8_ttttewd.js","/_next/static/chunks/0duodrajo5fcx.js","/_next/static/chunks/0.~8h3i-wc-r_.js","/_next/static/chunks/0uqrte8tmj1pz.js"],"default"] 9:I[25078,["/_next/static/chunks/16ug8_ttttewd.js","/_next/static/chunks/0duodrajo5fcx.js"],"OutletBoundary"] a:"$Sreact.suspense" d:I[25078,["/_next/static/chunks/16ug8_ttttewd.js","/_next/static/chunks/0duodrajo5fcx.js"],"ViewportBoundary"] f:I[25078,["/_next/static/chunks/16ug8_ttttewd.js","/_next/static/chunks/0duodrajo5fcx.js"],"MetadataBoundary"] 11:I[69701,["/_next/static/chunks/16ug8_ttttewd.js","/_next/static/chunks/0duodrajo5fcx.js"],"default",1] :HL["/_next/static/chunks/07p8r-wmy40nr.css","style"] -0:{"P":null,"c":["","swarm"],"q":"","i":false,"f":[[["",{"children":["swarm",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/07p8r-wmy40nr.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/16ug8_ttttewd.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/0duodrajo5fcx.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","className":"bg-background","children":["$","body",null,{"className":"font-sans antialiased","children":[["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L4",null,{}]]}]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$L5",null,{"Component":"$6","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@7","$@8"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/08qbitigdz5fc.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/0hixj-q5jqjm~.js","async":true,"nonce":"$undefined"}]],["$","$L9",null,{"children":["$","$a",null,{"name":"Next.MetadataOutlet","children":"$@b"}]}]]}],{},null,false,null]},null,false,"$@c"]},null,false,null],["$","$1","h",{"children":[null,["$","$Ld",null,{"children":"$Le"}],["$","div",null,{"hidden":true,"children":["$","$Lf",null,{"children":["$","$a",null,{"name":"Next.Metadata","children":"$L10"}]}]}],null]}],false]],"m":"$undefined","G":["$11",[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/07p8r-wmy40nr.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"8RO6H3xj_p2y6J02Fo0pG"} +0:{"P":null,"c":["","swarm"],"q":"","i":false,"f":[[["",{"children":["swarm",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/07p8r-wmy40nr.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/16ug8_ttttewd.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/0duodrajo5fcx.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","className":"bg-background","children":["$","body",null,{"className":"font-sans antialiased","children":[["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L4",null,{}]]}]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$L5",null,{"Component":"$6","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@7","$@8"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/0.~8h3i-wc-r_.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/0uqrte8tmj1pz.js","async":true,"nonce":"$undefined"}]],["$","$L9",null,{"children":["$","$a",null,{"name":"Next.MetadataOutlet","children":"$@b"}]}]]}],{},null,false,null]},null,false,"$@c"]},null,false,null],["$","$1","h",{"children":[null,["$","$Ld",null,{"children":"$Le"}],["$","div",null,{"hidden":true,"children":["$","$Lf",null,{"children":["$","$a",null,{"name":"Next.Metadata","children":"$L10"}]}]}],null]}],false]],"m":"$undefined","G":["$11",[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/07p8r-wmy40nr.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"SGPwzN5a2HLD9hQB6ZVVh"} 12:[] c:"$W12" 7:{} diff --git a/website/out/swarm/__next._full.txt b/website/out/swarm/__next._full.txt index 1aea910..e14bb59 100644 --- a/website/out/swarm/__next._full.txt +++ b/website/out/swarm/__next._full.txt @@ -3,14 +3,14 @@ 3:I[87929,["/_next/static/chunks/16ug8_ttttewd.js","/_next/static/chunks/0duodrajo5fcx.js"],"default"] 4:I[52768,["/_next/static/chunks/16ug8_ttttewd.js","/_next/static/chunks/0duodrajo5fcx.js"],"Analytics"] 5:I[88844,["/_next/static/chunks/16ug8_ttttewd.js","/_next/static/chunks/0duodrajo5fcx.js"],"ClientPageRoot"] -6:I[98043,["/_next/static/chunks/16ug8_ttttewd.js","/_next/static/chunks/0duodrajo5fcx.js","/_next/static/chunks/08qbitigdz5fc.js","/_next/static/chunks/0hixj-q5jqjm~.js"],"default"] +6:I[98043,["/_next/static/chunks/16ug8_ttttewd.js","/_next/static/chunks/0duodrajo5fcx.js","/_next/static/chunks/0.~8h3i-wc-r_.js","/_next/static/chunks/0uqrte8tmj1pz.js"],"default"] 9:I[25078,["/_next/static/chunks/16ug8_ttttewd.js","/_next/static/chunks/0duodrajo5fcx.js"],"OutletBoundary"] a:"$Sreact.suspense" d:I[25078,["/_next/static/chunks/16ug8_ttttewd.js","/_next/static/chunks/0duodrajo5fcx.js"],"ViewportBoundary"] f:I[25078,["/_next/static/chunks/16ug8_ttttewd.js","/_next/static/chunks/0duodrajo5fcx.js"],"MetadataBoundary"] 11:I[69701,["/_next/static/chunks/16ug8_ttttewd.js","/_next/static/chunks/0duodrajo5fcx.js"],"default",1] :HL["/_next/static/chunks/07p8r-wmy40nr.css","style"] -0:{"P":null,"c":["","swarm"],"q":"","i":false,"f":[[["",{"children":["swarm",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/07p8r-wmy40nr.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/16ug8_ttttewd.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/0duodrajo5fcx.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","className":"bg-background","children":["$","body",null,{"className":"font-sans antialiased","children":[["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L4",null,{}]]}]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$L5",null,{"Component":"$6","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@7","$@8"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/08qbitigdz5fc.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/0hixj-q5jqjm~.js","async":true,"nonce":"$undefined"}]],["$","$L9",null,{"children":["$","$a",null,{"name":"Next.MetadataOutlet","children":"$@b"}]}]]}],{},null,false,null]},null,false,"$@c"]},null,false,null],["$","$1","h",{"children":[null,["$","$Ld",null,{"children":"$Le"}],["$","div",null,{"hidden":true,"children":["$","$Lf",null,{"children":["$","$a",null,{"name":"Next.Metadata","children":"$L10"}]}]}],null]}],false]],"m":"$undefined","G":["$11",[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/07p8r-wmy40nr.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"8RO6H3xj_p2y6J02Fo0pG"} +0:{"P":null,"c":["","swarm"],"q":"","i":false,"f":[[["",{"children":["swarm",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/07p8r-wmy40nr.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/16ug8_ttttewd.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/0duodrajo5fcx.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","className":"bg-background","children":["$","body",null,{"className":"font-sans antialiased","children":[["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L4",null,{}]]}]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$L5",null,{"Component":"$6","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@7","$@8"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/0.~8h3i-wc-r_.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/0uqrte8tmj1pz.js","async":true,"nonce":"$undefined"}]],["$","$L9",null,{"children":["$","$a",null,{"name":"Next.MetadataOutlet","children":"$@b"}]}]]}],{},null,false,null]},null,false,"$@c"]},null,false,null],["$","$1","h",{"children":[null,["$","$Ld",null,{"children":"$Le"}],["$","div",null,{"hidden":true,"children":["$","$Lf",null,{"children":["$","$a",null,{"name":"Next.Metadata","children":"$L10"}]}]}],null]}],false]],"m":"$undefined","G":["$11",[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/07p8r-wmy40nr.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"SGPwzN5a2HLD9hQB6ZVVh"} 12:[] c:"$W12" 7:{} diff --git a/website/out/swarm/__next._head.txt b/website/out/swarm/__next._head.txt index 0608d61..8fa8431 100644 --- a/website/out/swarm/__next._head.txt +++ b/website/out/swarm/__next._head.txt @@ -3,4 +3,4 @@ 3:I[25078,["/_next/static/chunks/16ug8_ttttewd.js","/_next/static/chunks/0duodrajo5fcx.js"],"MetadataBoundary"] 4:"$Sreact.suspense" 5:I[39451,["/_next/static/chunks/16ug8_ttttewd.js","/_next/static/chunks/0duodrajo5fcx.js"],"IconMark"] -0:{"rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Heicode - From one idea to production software"}],["$","meta","1",{"name":"description","content":"Heicode organizes AI development teams, connects your code, documents, SK skills and cloud resources, and carries work from product design to production deployment."}],["$","link","2",{"rel":"icon","href":"/taiji-logo.png","media":"(prefers-color-scheme: light)"}],["$","link","3",{"rel":"icon","href":"/taiji-logo.png","media":"(prefers-color-scheme: dark)"}],["$","link","4",{"rel":"icon","href":"/taiji-logo.png","type":"image/png"}],["$","link","5",{"rel":"apple-touch-icon","href":"/taiji-logo.png"}],["$","$L5","6",{}]]}]}]}],null]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"8RO6H3xj_p2y6J02Fo0pG"} +0:{"rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Heicode - From one idea to production software"}],["$","meta","1",{"name":"description","content":"Heicode organizes AI development teams, connects your code, documents, SK skills and cloud resources, and carries work from product design to production deployment."}],["$","link","2",{"rel":"icon","href":"/taiji-logo.png","media":"(prefers-color-scheme: light)"}],["$","link","3",{"rel":"icon","href":"/taiji-logo.png","media":"(prefers-color-scheme: dark)"}],["$","link","4",{"rel":"icon","href":"/taiji-logo.png","type":"image/png"}],["$","link","5",{"rel":"apple-touch-icon","href":"/taiji-logo.png"}],["$","$L5","6",{}]]}]}]}],null]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"SGPwzN5a2HLD9hQB6ZVVh"} diff --git a/website/out/swarm/__next._index.txt b/website/out/swarm/__next._index.txt index fcb5e41..7215487 100644 --- a/website/out/swarm/__next._index.txt +++ b/website/out/swarm/__next._index.txt @@ -3,4 +3,4 @@ 3:I[87929,["/_next/static/chunks/16ug8_ttttewd.js","/_next/static/chunks/0duodrajo5fcx.js"],"default"] 4:I[52768,["/_next/static/chunks/16ug8_ttttewd.js","/_next/static/chunks/0duodrajo5fcx.js"],"Analytics"] :HL["/_next/static/chunks/07p8r-wmy40nr.css","style"] -0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/07p8r-wmy40nr.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/16ug8_ttttewd.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/0duodrajo5fcx.js","async":true}]],["$","html",null,{"lang":"en","className":"bg-background","children":["$","body",null,{"className":"font-sans antialiased","children":[["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}],["$","$L4",null,{}]]}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"8RO6H3xj_p2y6J02Fo0pG"} +0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/07p8r-wmy40nr.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/16ug8_ttttewd.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/0duodrajo5fcx.js","async":true}]],["$","html",null,{"lang":"en","className":"bg-background","children":["$","body",null,{"className":"font-sans antialiased","children":[["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}],["$","$L4",null,{}]]}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"SGPwzN5a2HLD9hQB6ZVVh"} diff --git a/website/out/swarm/__next._tree.txt b/website/out/swarm/__next._tree.txt index 175b03f..b083f7d 100644 --- a/website/out/swarm/__next._tree.txt +++ b/website/out/swarm/__next._tree.txt @@ -1,2 +1,2 @@ :HL["/_next/static/chunks/07p8r-wmy40nr.css","style"] -0:{"tree":{"name":"","param":null,"prefetchHints":16,"slots":{"children":{"name":"swarm","param":null,"prefetchHints":0,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":0,"slots":null}}}}},"staleTime":300,"buildId":"8RO6H3xj_p2y6J02Fo0pG"} +0:{"tree":{"name":"","param":null,"prefetchHints":16,"slots":{"children":{"name":"swarm","param":null,"prefetchHints":0,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":0,"slots":null}}}}},"staleTime":300,"buildId":"SGPwzN5a2HLD9hQB6ZVVh"} diff --git a/website/out/swarm/__next.swarm.__PAGE__.txt b/website/out/swarm/__next.swarm.__PAGE__.txt index 1c06609..b9b9e2b 100644 --- a/website/out/swarm/__next.swarm.__PAGE__.txt +++ b/website/out/swarm/__next.swarm.__PAGE__.txt @@ -1,9 +1,9 @@ 1:"$Sreact.fragment" 2:I[88844,["/_next/static/chunks/16ug8_ttttewd.js","/_next/static/chunks/0duodrajo5fcx.js"],"ClientPageRoot"] -3:I[98043,["/_next/static/chunks/16ug8_ttttewd.js","/_next/static/chunks/0duodrajo5fcx.js","/_next/static/chunks/08qbitigdz5fc.js","/_next/static/chunks/0hixj-q5jqjm~.js"],"default"] +3:I[98043,["/_next/static/chunks/16ug8_ttttewd.js","/_next/static/chunks/0duodrajo5fcx.js","/_next/static/chunks/0.~8h3i-wc-r_.js","/_next/static/chunks/0uqrte8tmj1pz.js"],"default"] 6:I[25078,["/_next/static/chunks/16ug8_ttttewd.js","/_next/static/chunks/0duodrajo5fcx.js"],"OutletBoundary"] 7:"$Sreact.suspense" -0:{"rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/08qbitigdz5fc.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/0hixj-q5jqjm~.js","async":true}]],["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"8RO6H3xj_p2y6J02Fo0pG"} +0:{"rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/0.~8h3i-wc-r_.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/0uqrte8tmj1pz.js","async":true}]],["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"SGPwzN5a2HLD9hQB6ZVVh"} 4:{} 5:"$0:rsc:props:children:0:props:serverProvidedParams:params" 8:null diff --git a/website/out/swarm/__next.swarm.txt b/website/out/swarm/__next.swarm.txt index 02c4343..17fb9d3 100644 --- a/website/out/swarm/__next.swarm.txt +++ b/website/out/swarm/__next.swarm.txt @@ -2,4 +2,4 @@ 2:I[60483,["/_next/static/chunks/16ug8_ttttewd.js","/_next/static/chunks/0duodrajo5fcx.js"],"default"] 3:I[87929,["/_next/static/chunks/16ug8_ttttewd.js","/_next/static/chunks/0duodrajo5fcx.js"],"default"] 4:[] -0:{"rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"isPartial":false,"staleTime":300,"varyParams":"$W4","buildId":"8RO6H3xj_p2y6J02Fo0pG"} +0:{"rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"isPartial":false,"staleTime":300,"varyParams":"$W4","buildId":"SGPwzN5a2HLD9hQB6ZVVh"}