diff --git a/app/components/ClientLayout.tsx b/app/components/ClientLayout.tsx index 0edcaf9..758e9f2 100644 --- a/app/components/ClientLayout.tsx +++ b/app/components/ClientLayout.tsx @@ -123,6 +123,12 @@ const ClientLayout: React.FC = ({ children }) => { LeonPan {/* My account */} + 其它 + (window.location.href = "/project/leonbasic")} + > + LeonBasic + diff --git a/app/project/leonbasic/page.tsx b/app/project/leonbasic/page.tsx new file mode 100644 index 0000000..001bf5a --- /dev/null +++ b/app/project/leonbasic/page.tsx @@ -0,0 +1,276 @@ +'use client'; + +import { Card, CardContent, Typography, Button, Grid, Box, Container } from '@mui/material'; +import { useTheme } from '@mui/material/styles'; +import useMediaQuery from '@mui/material/useMediaQuery'; +import EmojiEventsIcon from '@mui/icons-material/EmojiEvents'; +import CodeIcon from '@mui/icons-material/Code'; +import GitHubIcon from '@mui/icons-material/GitHub'; +import PublicIcon from '@mui/icons-material/Public'; +import TerminalIcon from '@mui/icons-material/Terminal'; +import BookIcon from '@mui/icons-material/Book'; +import { Book } from '@mui/icons-material'; + +export default function LeonBasic() { + const theme = useTheme(); + const isMobile = useMediaQuery(theme.breakpoints.down('sm')); + const isMedium = useMediaQuery(theme.breakpoints.down('md')); + + // 项目特点数据 + const features = [ + { + icon: , + title: '简单易学', + description: '语法简洁明了,适合编程初学者快速入门' + }, + { + icon: , + title: '基于Rust', + description: '底层使用Rust实现,保证高性能和内存安全' + }, + { + icon: , + title: '混合语法', + description: '融合了Python的简洁和Swift的现代语法特性' + }, + { + icon: , + title: '高性能', + description: '编译型语言,运行效率高,资源占用少' + } + ]; + + // 示例代码 + const exampleCode = `// LeonBasic示例代码 +print("Hello, World!") + +// 变量声明 +name = "LeonBasic" +version = 1.0 + +// 条件语句 +if version > 0.5: + print(f"当前版本: {version}") +else: + print("需要更新版本") + +// 循环语句 +for i in range(1, 5): + print(f"计数: {i}") + +// 函数定义 +def greet(name): + return f"你好, {name}!" + +// 函数调用 +message = greet("开发者") +print(message)`; + + return ( + + {/* 标题部分 */} + + + LeonBasic + + + The LeonBasic Programming Language + + + 一个简单易懂的编程语言,专为初学者设计,基于Rust实现,融合了Python的简洁和Swift的现代语法特性。 + + + + + + + + {/* 项目概述 */} + + + 项目概述 + + + + + LeonBasic是一门专为编程初学者设计的编程语言,旨在降低编程学习的门槛,同时保持良好的性能和现代语言特性。 + 该语言基于Rust实现,结合了Python的易读性和Swift的语法优雅,让初学者能够快速上手,同时也能接触到现代编程语言的核心概念。 + + + 无论是完全没有编程经验的新手,还是想要了解不同编程范式的开发者,都能从LeonBasic中获益。 + 简单易学的语法设计让学习过程更加轻松愉快,同时Rust的底层实现又保证了程序的性能和安全性。 + + + + + + + 语言特点 + + + {features.map((feature, index) => ( + + + {feature.icon} + + + + {feature.title} + + + {feature.description} + + + + ))} + + + + + + + + {/* 语法示例 */} + {/* + + 语法示例 + + + + {exampleCode} + + + */} + + {/* 资源链接 */} + + + 相关资源 + + + + + + + + GitHub 仓库 + + + 查看源码,参与贡献,提交问题反馈 + + + + + + + + + + + 官方网站 + + + 完整的文档,教程和示例 + + + + + + + + + + + 学习资源 + + + 入门教程,示例代码和最佳实践 + + + + + + + + + {/* 页脚 */} + + + © {new Date().getFullYear()} LeonBasic Programming Language + + + + ); +} \ No newline at end of file diff --git a/out/404.html b/out/404.html index 4be478b..d0251f9 100644 --- a/out/404.html +++ b/out/404.html @@ -1 +1 @@ -404: This page could not be found.LeonCloud官网
LeonCloud

404

This page could not be found.

\ No newline at end of file +404: This page could not be found.LeonCloud官网
LeonCloud

404

This page could not be found.

\ No newline at end of file diff --git a/out/__next.__PAGE__.txt b/out/__next.__PAGE__.txt index 19063a3..523369e 100644 --- a/out/__next.__PAGE__.txt +++ b/out/__next.__PAGE__.txt @@ -1,9 +1,9 @@ 1:"$Sreact.fragment" 2:I[47257,["/_next/static/chunks/42879de7b8087bc9.js"],"ClientPageRoot"] -3:I[31713,["/_next/static/chunks/4bccbee519965b44.js","/_next/static/chunks/8eb39bb0e42fa481.js","/_next/static/chunks/9e23f34a6365494c.js","/_next/static/chunks/c12b929b2ce24349.js"],"default"] +3:I[31713,["/_next/static/chunks/4bccbee519965b44.js","/_next/static/chunks/f6fe6b03331e0416.js","/_next/static/chunks/28b60800dd09f3a5.js","/_next/static/chunks/c54c8e034561484e.js"],"default"] 6:I[97367,["/_next/static/chunks/42879de7b8087bc9.js"],"OutletBoundary"] 7:"$Sreact.suspense" -0:{"buildId":"OWLFNVF8FErFcw5mMfKlP","rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/c12b929b2ce24349.js","async":true}]],["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],"loading":null,"isPartial":false} +0:{"buildId":"d6enScpGstF9Ln7v4KqxJ","rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/c54c8e034561484e.js","async":true}]],["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],"loading":null,"isPartial":false} 4:{} 5:"$0:rsc:props:children:0:props:serverProvidedParams:params" 8:null diff --git a/out/__next._full.txt b/out/__next._full.txt index b075886..211dfa9 100644 --- a/out/__next._full.txt +++ b/out/__next._full.txt @@ -1,16 +1,16 @@ 1:"$Sreact.fragment" -2:I[54871,["/_next/static/chunks/4bccbee519965b44.js","/_next/static/chunks/8eb39bb0e42fa481.js","/_next/static/chunks/9e23f34a6365494c.js"],"default"] +2:I[54871,["/_next/static/chunks/4bccbee519965b44.js","/_next/static/chunks/f6fe6b03331e0416.js","/_next/static/chunks/28b60800dd09f3a5.js"],"default"] 3:I[39756,["/_next/static/chunks/42879de7b8087bc9.js"],"default"] 4:I[37457,["/_next/static/chunks/42879de7b8087bc9.js"],"default"] 5:I[47257,["/_next/static/chunks/42879de7b8087bc9.js"],"ClientPageRoot"] -6:I[31713,["/_next/static/chunks/4bccbee519965b44.js","/_next/static/chunks/8eb39bb0e42fa481.js","/_next/static/chunks/9e23f34a6365494c.js","/_next/static/chunks/c12b929b2ce24349.js"],"default"] +6:I[31713,["/_next/static/chunks/4bccbee519965b44.js","/_next/static/chunks/f6fe6b03331e0416.js","/_next/static/chunks/28b60800dd09f3a5.js","/_next/static/chunks/c54c8e034561484e.js"],"default"] 9:I[97367,["/_next/static/chunks/42879de7b8087bc9.js"],"OutletBoundary"] a:"$Sreact.suspense" c:I[97367,["/_next/static/chunks/42879de7b8087bc9.js"],"ViewportBoundary"] e:I[97367,["/_next/static/chunks/42879de7b8087bc9.js"],"MetadataBoundary"] 10:I[68027,[],"default"] -:HL["/_next/static/chunks/978d59b44e33f5d0.css","style"] -0:{"P":null,"b":"OWLFNVF8FErFcw5mMfKlP","c":["",""],"q":"","i":false,"f":[[["",{"children":["__PAGE__",{}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/978d59b44e33f5d0.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/4bccbee519965b44.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/8eb39bb0e42fa481.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/9e23f34a6365494c.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"children":["$","body",null,{"children":["$","$L2",null,{"children":["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",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"}]}]}]}]]}],{"children":[["$","$1","c",{"children":[["$","$L5",null,{"Component":"$6","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@7","$@8"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/c12b929b2ce24349.js","async":true,"nonce":"$undefined"}]],["$","$L9",null,{"children":["$","$a",null,{"name":"Next.MetadataOutlet","children":"$@b"}]}]]}],{},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$Lc",null,{"children":"$@d"}],["$","div",null,{"hidden":true,"children":["$","$Le",null,{"children":["$","$a",null,{"name":"Next.Metadata","children":"$@f"}]}]}],null]}],false]],"m":"$undefined","G":["$10",[]],"S":true} +:HL["/_next/static/chunks/748183cb173f1528.css","style"] +0:{"P":null,"b":"d6enScpGstF9Ln7v4KqxJ","c":["",""],"q":"","i":false,"f":[[["",{"children":["__PAGE__",{}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/748183cb173f1528.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/4bccbee519965b44.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/f6fe6b03331e0416.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/28b60800dd09f3a5.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"children":["$","body",null,{"children":["$","$L2",null,{"children":["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",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"}]}]}]}]]}],{"children":[["$","$1","c",{"children":[["$","$L5",null,{"Component":"$6","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@7","$@8"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/c54c8e034561484e.js","async":true,"nonce":"$undefined"}]],["$","$L9",null,{"children":["$","$a",null,{"name":"Next.MetadataOutlet","children":"$@b"}]}]]}],{},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$Lc",null,{"children":"$@d"}],["$","div",null,{"hidden":true,"children":["$","$Le",null,{"children":["$","$a",null,{"name":"Next.Metadata","children":"$@f"}]}]}],null]}],false]],"m":"$undefined","G":["$10",[]],"S":true} 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/out/__next._head.txt b/out/__next._head.txt index 2db2468..b70650b 100644 --- a/out/__next._head.txt +++ b/out/__next._head.txt @@ -3,6 +3,6 @@ 4:I[97367,["/_next/static/chunks/42879de7b8087bc9.js"],"MetadataBoundary"] 5:"$Sreact.suspense" 7:I[27201,["/_next/static/chunks/42879de7b8087bc9.js"],"IconMark"] -0:{"buildId":"OWLFNVF8FErFcw5mMfKlP","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":"$@3"}],["$","div",null,{"hidden":true,"children":["$","$L4",null,{"children":["$","$5",null,{"name":"Next.Metadata","children":"$@6"}]}]}],null]}],"loading":null,"isPartial":false} +0:{"buildId":"d6enScpGstF9Ln7v4KqxJ","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":"$@3"}],["$","div",null,{"hidden":true,"children":["$","$L4",null,{"children":["$","$5",null,{"name":"Next.Metadata","children":"$@6"}]}]}],null]}],"loading":null,"isPartial":false} 3:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]] 6:[["$","title","0",{"children":"LeonCloud官网"}],["$","meta","1",{"name":"description","content":"LeonCloud(原LeonWeb)官网"}],["$","link","2",{"rel":"icon","href":"/favicon.ico?favicon.0b3bf435.ico","sizes":"256x256","type":"image/x-icon"}],["$","$L7","3",{}]] diff --git a/out/__next._index.txt b/out/__next._index.txt index c458f23..6516aa2 100644 --- a/out/__next._index.txt +++ b/out/__next._index.txt @@ -1,6 +1,6 @@ 1:"$Sreact.fragment" -2:I[54871,["/_next/static/chunks/4bccbee519965b44.js","/_next/static/chunks/8eb39bb0e42fa481.js","/_next/static/chunks/9e23f34a6365494c.js"],"default"] +2:I[54871,["/_next/static/chunks/4bccbee519965b44.js","/_next/static/chunks/f6fe6b03331e0416.js","/_next/static/chunks/28b60800dd09f3a5.js"],"default"] 3:I[39756,["/_next/static/chunks/42879de7b8087bc9.js"],"default"] 4:I[37457,["/_next/static/chunks/42879de7b8087bc9.js"],"default"] -:HL["/_next/static/chunks/978d59b44e33f5d0.css","style"] -0:{"buildId":"OWLFNVF8FErFcw5mMfKlP","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/978d59b44e33f5d0.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/4bccbee519965b44.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/8eb39bb0e42fa481.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/9e23f34a6365494c.js","async":true}]],["$","html",null,{"children":["$","body",null,{"children":["$","$L2",null,{"children":["$","$L3",null,{"parallelRouterKey":"children","template":["$","$L4",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."}]}]]}]}]],[]]}]}]}]}]]}],"loading":null,"isPartial":false} +:HL["/_next/static/chunks/748183cb173f1528.css","style"] +0:{"buildId":"d6enScpGstF9Ln7v4KqxJ","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/748183cb173f1528.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/4bccbee519965b44.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/f6fe6b03331e0416.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/28b60800dd09f3a5.js","async":true}]],["$","html",null,{"children":["$","body",null,{"children":["$","$L2",null,{"children":["$","$L3",null,{"parallelRouterKey":"children","template":["$","$L4",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."}]}]]}]}]],[]]}]}]}]}]]}],"loading":null,"isPartial":false} diff --git a/out/__next._tree.txt b/out/__next._tree.txt index 2fed4a2..3a7d26a 100644 --- a/out/__next._tree.txt +++ b/out/__next._tree.txt @@ -1,2 +1,2 @@ -:HL["/_next/static/chunks/978d59b44e33f5d0.css","style"] -0:{"buildId":"OWLFNVF8FErFcw5mMfKlP","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":true},"staleTime":300} +:HL["/_next/static/chunks/748183cb173f1528.css","style"] +0:{"buildId":"d6enScpGstF9Ln7v4KqxJ","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":true},"staleTime":300} diff --git a/out/_next/static/chunks/9e23f34a6365494c.js b/out/_next/static/chunks/28b60800dd09f3a5.js similarity index 95% rename from out/_next/static/chunks/9e23f34a6365494c.js rename to out/_next/static/chunks/28b60800dd09f3a5.js index 4b23242..7e63c22 100644 --- a/out/_next/static/chunks/9e23f34a6365494c.js +++ b/out/_next/static/chunks/28b60800dd09f3a5.js @@ -1,4 +1,4 @@ -(globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,54871,e=>{"use strict";var t=e.i(43476),r=e.i(71645);e.i(47167);var o=e.i(7670),n=e.i(95669),i=e.i(40799),a=e.i(75149),l=e.i(94425),s=e.i(42196),u=e.i(35057),d=e.i(67719),c=e.i(98051),p=e.i(95761);function f(e){return(0,p.default)("MuiAppBar",e)}(0,c.default)("MuiAppBar",["root","positionFixed","positionAbsolute","positionSticky","positionStatic","positionRelative","colorDefault","colorPrimary","colorSecondary","colorInherit","colorTransparent","colorError","colorInfo","colorSuccess","colorWarning"]);let m=(e,t)=>e?`${e?.replace(")","")}, ${t})`:t,h=(0,i.styled)(d.default,{name:"MuiAppBar",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:r}=e;return[t.root,t[`position${(0,s.default)(r.position)}`],t[`color${(0,s.default)(r.color)}`]]}})((0,a.default)(({theme:e})=>({display:"flex",flexDirection:"column",width:"100%",boxSizing:"border-box",flexShrink:0,variants:[{props:{position:"fixed"},style:{position:"fixed",zIndex:(e.vars||e).zIndex.appBar,top:0,left:"auto",right:0,"@media print":{position:"absolute"}}},{props:{position:"absolute"},style:{position:"absolute",zIndex:(e.vars||e).zIndex.appBar,top:0,left:"auto",right:0}},{props:{position:"sticky"},style:{position:"sticky",zIndex:(e.vars||e).zIndex.appBar,top:0,left:"auto",right:0}},{props:{position:"static"},style:{position:"static"}},{props:{position:"relative"},style:{position:"relative"}},{props:{color:"inherit"},style:{"--AppBar-color":"inherit"}},{props:{color:"default"},style:{"--AppBar-background":e.vars?e.vars.palette.AppBar.defaultBg:e.palette.grey[100],"--AppBar-color":e.vars?e.vars.palette.text.primary:e.palette.getContrastText(e.palette.grey[100]),...e.applyStyles("dark",{"--AppBar-background":e.vars?e.vars.palette.AppBar.defaultBg:e.palette.grey[900],"--AppBar-color":e.vars?e.vars.palette.text.primary:e.palette.getContrastText(e.palette.grey[900])})}},...Object.entries(e.palette).filter((0,u.default)(["contrastText"])).map(([t])=>({props:{color:t},style:{"--AppBar-background":(e.vars??e).palette[t].main,"--AppBar-color":(e.vars??e).palette[t].contrastText}})),{props:e=>!0===e.enableColorOnDark&&!["inherit","transparent"].includes(e.color),style:{backgroundColor:"var(--AppBar-background)",color:"var(--AppBar-color)"}},{props:e=>!1===e.enableColorOnDark&&!["inherit","transparent"].includes(e.color),style:{backgroundColor:"var(--AppBar-background)",color:"var(--AppBar-color)",...e.applyStyles("dark",{backgroundColor:e.vars?m(e.vars.palette.AppBar.darkBg,"var(--AppBar-background)"):null,color:e.vars?m(e.vars.palette.AppBar.darkColor,"var(--AppBar-color)"):null})}},{props:{color:"transparent"},style:{"--AppBar-background":"transparent","--AppBar-color":"inherit",backgroundColor:"var(--AppBar-background)",color:"var(--AppBar-color)",...e.applyStyles("dark",{backgroundImage:"none"})}}]}))),g=r.forwardRef(function(e,r){let i=(0,l.useDefaultProps)({props:e,name:"MuiAppBar"}),{className:a,color:u="primary",enableColorOnDark:d=!1,position:c="fixed",...p}=i,m={...i,color:u,position:c,enableColorOnDark:d},g=(e=>{let{color:t,position:r,classes:o}=e,i={root:["root",`color${(0,s.default)(t)}`,`position${(0,s.default)(r)}`]};return(0,n.default)(i,f,o)})(m);return(0,t.jsx)(h,{square:!0,component:"header",ownerState:m,elevation:4,className:(0,o.default)(g.root,a,"fixed"===c&&"mui-fixed"),ref:r,...p})});var y=e.i(19646);function v(e){return(0,p.default)("MuiToolbar",e)}(0,c.default)("MuiToolbar",["root","gutters","regular","dense"]);let b=(0,i.styled)("div",{name:"MuiToolbar",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:r}=e;return[t.root,!r.disableGutters&&t.gutters,t[r.variant]]}})((0,a.default)(({theme:e})=>({position:"relative",display:"flex",alignItems:"center",variants:[{props:({ownerState:e})=>!e.disableGutters,style:{paddingLeft:e.spacing(2),paddingRight:e.spacing(2),[e.breakpoints.up("sm")]:{paddingLeft:e.spacing(3),paddingRight:e.spacing(3)}}},{props:{variant:"dense"},style:{minHeight:48}},{props:{variant:"regular"},style:e.mixins.toolbar}]}))),x=r.forwardRef(function(e,r){let i=(0,l.useDefaultProps)({props:e,name:"MuiToolbar"}),{className:a,component:s="div",disableGutters:u=!1,variant:d="regular",...c}=i,p={...i,component:s,disableGutters:u,variant:d},f=(e=>{let{classes:t,disableGutters:r,variant:o}=e;return(0,n.default)({root:["root",!r&&"gutters",o]},v,t)})(p);return(0,t.jsx)(b,{as:s,className:(0,o.default)(f.root,a),ref:r,ownerState:p,...c})});var S=e.i(26863),k=e.i(36807),E=e.i(68308),C=e.i(35189),w=e.i(88195);let M=r.createContext({});function R(e){return(0,p.default)("MuiList",e)}(0,c.default)("MuiList",["root","padding","dense","subheader"]);let T=(0,i.styled)("ul",{name:"MuiList",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:r}=e;return[t.root,!r.disablePadding&&t.padding,r.dense&&t.dense,r.subheader&&t.subheader]}})({listStyle:"none",margin:0,padding:0,position:"relative",variants:[{props:({ownerState:e})=>!e.disablePadding,style:{paddingTop:8,paddingBottom:8}},{props:({ownerState:e})=>e.subheader,style:{paddingTop:0}}]}),P=r.forwardRef(function(e,i){let a=(0,l.useDefaultProps)({props:e,name:"MuiList"}),{children:s,className:u,component:d="ul",dense:c=!1,disablePadding:p=!1,subheader:f,...m}=a,h=r.useMemo(()=>({dense:c}),[c]),g={...a,component:d,dense:c,disablePadding:p},y=(e=>{let{classes:t,disablePadding:r,dense:o,subheader:i}=e;return(0,n.default)({root:["root",!r&&"padding",o&&"dense",i&&"subheader"]},R,t)})(g);return(0,t.jsx)(M.Provider,{value:h,children:(0,t.jsxs)(T,{as:d,className:(0,o.default)(y.root,u),ref:i,ownerState:g,...m,children:[f,s]})})});function A(e=window){let t=e.document.documentElement.clientWidth;return e.innerWidth-t}var I=e.i(19636),j=e.i(43612),$=e.i(99064);function L(e,t,r){return e===t?e.firstChild:t&&t.nextElementSibling?t.nextElementSibling:r?null:e.firstChild}function N(e,t,r){return e===t?r?e.firstChild:e.lastChild:t&&t.previousElementSibling?t.previousElementSibling:r?null:e.lastChild}function O(e,t){if(void 0===t)return!0;let r=e.innerText;return void 0===r&&(r=e.textContent),0!==(r=r.trim().toLowerCase()).length&&(t.repeating?r[0]===t.keys[0]:r.startsWith(t.keys.join("")))}function D(e,t,r,o,n,i){let a=!1,l=n(e,t,!!t&&r);for(;l;){if(l===e.firstChild){if(a)return!1;a=!0}let t=!o&&(l.disabled||"true"===l.getAttribute("aria-disabled"));if(l.hasAttribute("tabindex")&&O(l,i)&&!t)return l.focus(),!0;l=n(e,l,r)}return!1}let B=r.forwardRef(function(e,o){let{actions:n,autoFocus:i=!1,autoFocusItem:a=!1,children:l,className:s,disabledItemsFocusable:u=!1,disableListWrap:d=!1,onKeyDown:c,variant:p="selectedMenu",...f}=e,m=r.useRef(null),h=r.useRef({keys:[],repeating:!0,previousKeyMatched:!0,lastTime:null});(0,j.default)(()=>{i&&m.current.focus()},[i]),r.useImperativeHandle(n,()=>({adjustStyleForScrollbar:(e,{direction:t})=>{let r=!m.current.style.width;if(e.clientHeight{if(!r.isValidElement(e)){y===t&&(y+=1)>=l.length&&(y=-1);return}e.props.disabled||("selectedMenu"===p&&e.props.selected?y=t:-1===y&&(y=t)),y===t&&(e.props.disabled||e.props.muiSkipListHighlight||e.type.muiSkipListHighlight)&&(y+=1)>=l.length&&(y=-1)});let v=r.Children.map(l,(e,t)=>{if(t===y){let t={};return a&&(t.autoFocus=!0),void 0===e.props.tabIndex&&"selectedMenu"===p&&(t.tabIndex=0),r.cloneElement(e,t)}return e});return(0,t.jsx)(P,{role:"menu",ref:g,className:s,onKeyDown:e=>{let t=m.current,r=e.key;if(e.ctrlKey||e.metaKey||e.altKey){c&&c(e);return}let o=(0,w.default)(t).activeElement;if("ArrowDown"===r)e.preventDefault(),D(t,o,d,u,L);else if("ArrowUp"===r)e.preventDefault(),D(t,o,d,u,N);else if("Home"===r)e.preventDefault(),D(t,null,d,u,L);else if("End"===r)e.preventDefault(),D(t,null,d,u,N);else if(1===r.length){let n=h.current,i=r.toLowerCase(),a=performance.now();n.keys.length>0&&(a-n.lastTime>500?(n.keys=[],n.repeating=!0,n.previousKeyMatched=!0):n.repeating&&i!==n.keys[0]&&(n.repeating=!1)),n.lastTime=a,n.keys.push(i);let l=o&&!n.repeating&&O(o,n);n.previousKeyMatched&&(l||D(t,o,!1,u,L,n))?e.preventDefault():n.previousKeyMatched=!1}c&&c(e)},tabIndex:i?0:-1,...f,children:v})});var z=e.i(57728),F=e.i(91783),H=e.i(28351),W=e.i(33052);function K(e){return parseInt(r.version,10)>=19?e?.props?.ref||null:e?.ref||null}var V=e.i(15874),U=e.i(54402),G=e.i(74080),_=e.i(52883),q="unmounted",Y="exited",X="entering",J="entered",Q="exiting",Z=function(e){function t(t,r){var o,n=e.call(this,t,r)||this,i=r&&!r.isMounting?t.enter:t.appear;return n.appearStatus=null,t.in?i?(o=Y,n.appearStatus=X):o=J:o=t.unmountOnExit||t.mountOnEnter?q:Y,n.state={status:o},n.nextCallback=null,n}(0,U.default)(t,e),t.getDerivedStateFromProps=function(e,t){return e.in&&t.status===q?{status:Y}:null};var o=t.prototype;return o.componentDidMount=function(){this.updateStatus(!0,this.appearStatus)},o.componentDidUpdate=function(e){var t=null;if(e!==this.props){var r=this.state.status;this.props.in?r!==X&&r!==J&&(t=X):(r===X||r===J)&&(t=Q)}this.updateStatus(!1,t)},o.componentWillUnmount=function(){this.cancelNextCallback()},o.getTimeouts=function(){var e,t,r,o=this.props.timeout;return e=t=r=o,null!=o&&"number"!=typeof o&&(e=o.exit,t=o.enter,r=void 0!==o.appear?o.appear:t),{exit:e,enter:t,appear:r}},o.updateStatus=function(e,t){if(void 0===e&&(e=!1),null!==t)if(this.cancelNextCallback(),t===X){if(this.props.unmountOnExit||this.props.mountOnEnter){var r=this.props.nodeRef?this.props.nodeRef.current:G.default.findDOMNode(this);r&&r.scrollTop}this.performEnter(e)}else this.performExit();else this.props.unmountOnExit&&this.state.status===Y&&this.setState({status:q})},o.performEnter=function(e){var t=this,r=this.props.enter,o=this.context?this.context.isMounting:e,n=this.props.nodeRef?[o]:[G.default.findDOMNode(this),o],i=n[0],a=n[1],l=this.getTimeouts(),s=o?l.appear:l.enter;(e||r)&&1?(this.props.onEnter(i,a),this.safeSetState({status:X},function(){t.props.onEntering(i,a),t.onTransitionEnd(s,function(){t.safeSetState({status:J},function(){t.props.onEntered(i,a)})})})):this.safeSetState({status:J},function(){t.props.onEntered(i)})},o.performExit=function(){var e=this,t=this.props.exit,r=this.getTimeouts(),o=this.props.nodeRef?void 0:G.default.findDOMNode(this);t?(this.props.onExit(o),this.safeSetState({status:Q},function(){e.props.onExiting(o),e.onTransitionEnd(r.exit,function(){e.safeSetState({status:Y},function(){e.props.onExited(o)})})})):this.safeSetState({status:Y},function(){e.props.onExited(o)})},o.cancelNextCallback=function(){null!==this.nextCallback&&(this.nextCallback.cancel(),this.nextCallback=null)},o.safeSetState=function(e,t){t=this.setNextCallback(t),this.setState(e,t)},o.setNextCallback=function(e){var t=this,r=!0;return this.nextCallback=function(o){r&&(r=!1,t.nextCallback=null,e(o))},this.nextCallback.cancel=function(){r=!1},this.nextCallback},o.onTransitionEnd=function(e,t){this.setNextCallback(t);var r=this.props.nodeRef?this.props.nodeRef.current:G.default.findDOMNode(this),o=null==e&&!this.props.addEndListener;if(!r||o)return void setTimeout(this.nextCallback,0);if(this.props.addEndListener){var n=this.props.nodeRef?[this.nextCallback]:[r,this.nextCallback],i=n[0],a=n[1];this.props.addEndListener(i,a)}null!=e&&setTimeout(this.nextCallback,e)},o.render=function(){var e=this.state.status;if(e===q)return null;var t=this.props,o=t.children,n=(t.in,t.mountOnEnter,t.unmountOnExit,t.appear,t.enter,t.exit,t.timeout,t.addEndListener,t.onEnter,t.onEntering,t.onEntered,t.onExit,t.onExiting,t.onExited,t.nodeRef,(0,V.default)(t,["children","in","mountOnEnter","unmountOnExit","appear","enter","exit","timeout","addEndListener","onEnter","onEntering","onEntered","onExit","onExiting","onExited","nodeRef"]));return r.default.createElement(_.default.Provider,{value:null},"function"==typeof o?o(e,n):r.default.cloneElement(r.default.Children.only(o),n))},t}(r.default.Component);function ee(){}Z.contextType=_.default,Z.propTypes={},Z.defaultProps={in:!1,mountOnEnter:!1,unmountOnExit:!1,appear:!1,enter:!0,exit:!0,onEnter:ee,onEntering:ee,onEntered:ee,onExit:ee,onExiting:ee,onExited:ee},Z.UNMOUNTED=q,Z.EXITED=Y,Z.ENTERING=X,Z.ENTERED=J,Z.EXITING=Q;var et=e.i(10557);function er(e,t){let{timeout:r,easing:o,style:n={}}=e;return{duration:n.transitionDuration??("number"==typeof r?r:r[t.mode]||0),easing:n.transitionTimingFunction??("object"==typeof o?o[t.mode]:o),delay:n.transitionDelay}}function eo(e){return`scale(${e}, ${e**2})`}let en={entering:{opacity:1,transform:eo(1)},entered:{opacity:1,transform:"none"}},ei="undefined"!=typeof navigator&&/^((?!chrome|android).)*(safari|mobile)/i.test(navigator.userAgent)&&/(os |version\/)15(.|_)4/i.test(navigator.userAgent),ea=r.forwardRef(function(e,o){let{addEndListener:n,appear:i=!0,children:a,easing:l,in:s,onEnter:u,onEntered:d,onEntering:c,onExit:p,onExited:f,onExiting:m,style:h,timeout:g="auto",TransitionComponent:y=Z,...v}=e,b=(0,W.default)(),x=r.useRef(),S=(0,et.useTheme)(),k=r.useRef(null),E=(0,I.default)(k,K(a),o),C=e=>t=>{if(e){let r=k.current;void 0===t?e(r):e(r,t)}},w=C(c),M=C((e,t)=>{let r;e.scrollTop;let{duration:o,delay:n,easing:i}=er({style:h,timeout:g,easing:l},{mode:"enter"});"auto"===g?x.current=r=S.transitions.getAutoHeightDuration(e.clientHeight):r=o,e.style.transition=[S.transitions.create("opacity",{duration:r,delay:n}),S.transitions.create("transform",{duration:ei?r:.666*r,delay:n,easing:i})].join(","),u&&u(e,t)}),R=C(d),T=C(m),P=C(e=>{let t,{duration:r,delay:o,easing:n}=er({style:h,timeout:g,easing:l},{mode:"exit"});"auto"===g?x.current=t=S.transitions.getAutoHeightDuration(e.clientHeight):t=r,e.style.transition=[S.transitions.create("opacity",{duration:t,delay:o}),S.transitions.create("transform",{duration:ei?t:.666*t,delay:ei?o:o||.333*t,easing:n})].join(","),e.style.opacity=0,e.style.transform=eo(.75),p&&p(e)}),A=C(f);return(0,t.jsx)(y,{appear:i,in:s,nodeRef:k,onEnter:M,onEntered:R,onEntering:w,onExit:P,onExited:A,onExiting:T,addEndListener:e=>{"auto"===g&&b.start(x.current||0,e),n&&n(k.current,e)},timeout:"auto"===g?null:g,...v,children:(e,{ownerState:t,...o})=>r.cloneElement(a,{style:{opacity:0,transform:eo(.75),visibility:"exited"!==e||s?void 0:"hidden",...en[e],...h,...a.props.style},ref:E,...o})})});ea&&(ea.muiSupportAuto=!0);var el=e.i(44280),es=e.i(69742);function eu(e){let t=[],r=[];return Array.from(e.querySelectorAll('input,select,textarea,a[href],button,[tabindex],audio[controls],video[controls],[contenteditable]:not([contenteditable="false"])')).forEach((e,o)=>{let n,i=Number.isNaN(n=parseInt(e.getAttribute("tabindex")||"",10))?"true"===e.contentEditable||("AUDIO"===e.nodeName||"VIDEO"===e.nodeName||"DETAILS"===e.nodeName)&&null===e.getAttribute("tabindex")?0:e.tabIndex:n;-1===i||e.disabled||"INPUT"===e.tagName&&"hidden"===e.type||function(e){if("INPUT"!==e.tagName||"radio"!==e.type||!e.name)return!1;let t=t=>e.ownerDocument.querySelector(`input[type="radio"]${t}`),r=t(`[name="${e.name}"]:checked`);return r||(r=t(`[name="${e.name}"]`)),r!==e}(e)||(0===i?t.push(e):r.push({documentOrder:o,tabIndex:i,node:e}))}),r.sort((e,t)=>e.tabIndex===t.tabIndex?e.documentOrder-t.documentOrder:e.tabIndex-t.tabIndex).map(e=>e.node).concat(t)}function ed(){return!0}let ec=function(e){let{children:o,disableAutoFocus:n=!1,disableEnforceFocus:i=!1,disableRestoreFocus:a=!1,getTabbable:l=eu,isEnabled:s=ed,open:u}=e,d=r.useRef(!1),c=r.useRef(null),p=r.useRef(null),f=r.useRef(null),m=r.useRef(null),h=r.useRef(!1),g=r.useRef(null),y=(0,el.default)(K(o),g),v=r.useRef(null);r.useEffect(()=>{u&&g.current&&(h.current=!n)},[n,u]),r.useEffect(()=>{if(!u||!g.current)return;let e=(0,es.default)(g.current);return!g.current.contains(e.activeElement)&&(g.current.hasAttribute("tabIndex")||g.current.setAttribute("tabIndex","-1"),h.current&&g.current.focus()),()=>{a||(f.current&&f.current.focus&&(d.current=!0,f.current.focus()),f.current=null)}},[u]),r.useEffect(()=>{if(!u||!g.current)return;let e=(0,es.default)(g.current),t=t=>{v.current=t,!i&&s()&&"Tab"===t.key&&e.activeElement===g.current&&t.shiftKey&&(d.current=!0,p.current&&p.current.focus())},r=()=>{let t=g.current;if(null===t)return;if(!e.hasFocus()||!s()||d.current){d.current=!1;return}if(t.contains(e.activeElement)||i&&e.activeElement!==c.current&&e.activeElement!==p.current)return;if(e.activeElement!==m.current)m.current=null;else if(null!==m.current)return;if(!h.current)return;let r=[];if((e.activeElement===c.current||e.activeElement===p.current)&&(r=l(g.current)),r.length>0){let e=!!(v.current?.shiftKey&&v.current?.key==="Tab"),t=r[0],o=r[r.length-1];"string"!=typeof t&&"string"!=typeof o&&(e?o.focus():t.focus())}else t.focus()};e.addEventListener("focusin",r),e.addEventListener("keydown",t,!0);let o=setInterval(()=>{e.activeElement&&"BODY"===e.activeElement.tagName&&r()},50);return()=>{clearInterval(o),e.removeEventListener("focusin",r),e.removeEventListener("keydown",t,!0)}},[n,i,a,s,u,l]);let b=e=>{null===f.current&&(f.current=e.relatedTarget),h.current=!0};return(0,t.jsxs)(r.Fragment,{children:[(0,t.jsx)("div",{tabIndex:u?0:-1,onFocus:b,ref:c,"data-testid":"sentinelStart"}),r.cloneElement(o,{ref:y,onFocus:e=>{null===f.current&&(f.current=e.relatedTarget),h.current=!0,m.current=e.target;let t=o.props.onFocus;t&&t(e)}}),(0,t.jsx)("div",{tabIndex:u?0:-1,onFocus:b,ref:p,"data-testid":"sentinelEnd"})]})};var ep=e.i(10380);function ef(e,t){"function"==typeof e?e(t):e&&(e.current=t)}let em=r.forwardRef(function(e,t){let{children:o,container:n,disablePortal:i=!1}=e,[a,l]=r.useState(null),s=(0,el.default)(r.isValidElement(o)?K(o):null,t);return((0,ep.default)(()=>{i||l(("function"==typeof n?n():n)||document.body)},[n,i]),(0,ep.default)(()=>{if(a&&!i)return ef(t,a),()=>{ef(t,null)}},[t,a,i]),i)?r.isValidElement(o)?r.cloneElement(o,{ref:s}):o:a?G.createPortal(o,a):a});var eh=e.i(48106);let eg={entering:{opacity:1},entered:{opacity:1}},ey=r.forwardRef(function(e,o){let n=(0,et.useTheme)(),i={enter:n.transitions.duration.enteringScreen,exit:n.transitions.duration.leavingScreen},{addEndListener:a,appear:l=!0,children:s,easing:u,in:d,onEnter:c,onEntered:p,onEntering:f,onExit:m,onExited:h,onExiting:g,style:y,timeout:v=i,TransitionComponent:b=Z,...x}=e,S=r.useRef(null),k=(0,I.default)(S,K(s),o),E=e=>t=>{if(e){let r=S.current;void 0===t?e(r):e(r,t)}},C=E(f),w=E((e,t)=>{e.scrollTop;let r=er({style:y,timeout:v,easing:u},{mode:"enter"});e.style.webkitTransition=n.transitions.create("opacity",r),e.style.transition=n.transitions.create("opacity",r),c&&c(e,t)}),M=E(p),R=E(g),T=E(e=>{let t=er({style:y,timeout:v,easing:u},{mode:"exit"});e.style.webkitTransition=n.transitions.create("opacity",t),e.style.transition=n.transitions.create("opacity",t),m&&m(e)}),P=E(h);return(0,t.jsx)(b,{appear:l,in:d,nodeRef:S,onEnter:w,onEntered:M,onEntering:C,onExit:T,onExited:P,onExiting:R,addEndListener:e=>{a&&a(S.current,e)},timeout:v,...x,children:(e,{ownerState:t,...o})=>r.cloneElement(s,{style:{opacity:0,visibility:"exited"!==e||d?void 0:"hidden",...eg[e],...y,...s.props.style},ref:k,...o})})});function ev(e){return(0,p.default)("MuiBackdrop",e)}(0,c.default)("MuiBackdrop",["root","invisible"]);let eb=(0,i.styled)("div",{name:"MuiBackdrop",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:r}=e;return[t.root,r.invisible&&t.invisible]}})({position:"fixed",display:"flex",alignItems:"center",justifyContent:"center",right:0,bottom:0,top:0,left:0,backgroundColor:"rgba(0, 0, 0, 0.5)",WebkitTapHighlightColor:"transparent",variants:[{props:{invisible:!0},style:{backgroundColor:"transparent"}}]}),ex=r.forwardRef(function(e,r){let i=(0,l.useDefaultProps)({props:e,name:"MuiBackdrop"}),{children:a,className:s,component:u="div",invisible:d=!1,open:c,components:p={},componentsProps:f={},slotProps:m={},slots:h={},TransitionComponent:g,transitionDuration:y,...v}=i,b={...i,component:u,invisible:d},x=(e=>{let{classes:t,invisible:r}=e;return(0,n.default)({root:["root",r&&"invisible"]},ev,t)})(b),S={component:u,slots:{transition:g,root:p.Root,...h},slotProps:{...f,...m}},[k,E]=(0,eh.default)("root",{elementType:eb,externalForwardedProps:S,className:(0,o.default)(x.root,s),ownerState:b}),[C,w]=(0,eh.default)("transition",{elementType:ey,externalForwardedProps:S,ownerState:b});return(0,t.jsx)(C,{in:c,timeout:y,...v,...w,children:(0,t.jsx)(k,{"aria-hidden":!0,...E,classes:x,ref:r,children:a})})});var eS=e.i(2583);function ek(...e){return e.reduce((e,t)=>null==t?e:function(...r){e.apply(this,r),t.apply(this,r)},()=>{})}var eE=e.i(48370),eC=e.i(66621);function ew(e,t){t?e.setAttribute("aria-hidden","true"):e.removeAttribute("aria-hidden")}function eM(e){return parseInt((0,eC.default)(e).getComputedStyle(e).paddingRight,10)||0}function eR(e,t,r,o,n){let i=[t,r,...o];[].forEach.call(e.children,e=>{let t,r,o=!i.includes(e),a=(t=["TEMPLATE","SCRIPT","STYLE","LINK","MAP","META","NOSCRIPT","PICTURE","COL","COLGROUP","PARAM","SLOT","SOURCE","TRACK"].includes(e.tagName),r="INPUT"===e.tagName&&"hidden"===e.getAttribute("type"),!t&&!r);o&&a&&ew(e,n)})}function eT(e,t){let r=-1;return e.some((e,o)=>!!t(e)&&(r=o,!0)),r}let eP=()=>{},eA=new class{constructor(){this.modals=[],this.containers=[]}add(e,t){let r,o=this.modals.indexOf(e);if(-1!==o)return o;o=this.modals.length,this.modals.push(e),e.modalRef&&ew(e.modalRef,!1);let n=(r=[],[].forEach.call(t.children,e=>{"true"===e.getAttribute("aria-hidden")&&r.push(e)}),r);eR(t,e.mount,e.modalRef,n,!0);let i=eT(this.containers,e=>e.container===t);return -1!==i?this.containers[i].modals.push(e):this.containers.push({modals:[e],container:t,restore:null,hiddenSiblings:n}),o}mount(e,t){let r=eT(this.containers,t=>t.modals.includes(e)),o=this.containers[r];o.restore||(o.restore=function(e,t){let r=[],o=e.container;if(!t.disableScrollLock){let e,t;if((t=(0,es.default)(o)).body===o?(0,eC.default)(o).innerWidth>t.documentElement.clientWidth:o.scrollHeight>o.clientHeight){let e=A((0,eC.default)(o));r.push({value:o.style.paddingRight,property:"padding-right",el:o}),o.style.paddingRight=`${eM(o)+e}px`;let t=(0,es.default)(o).querySelectorAll(".mui-fixed");[].forEach.call(t,t=>{r.push({value:t.style.paddingRight,property:"padding-right",el:t}),t.style.paddingRight=`${eM(t)+e}px`})}if(o.parentNode instanceof DocumentFragment)e=(0,es.default)(o).body;else{let t=o.parentElement,r=(0,eC.default)(o);e=t?.nodeName==="HTML"&&"scroll"===r.getComputedStyle(t).overflowY?t:o}r.push({value:e.style.overflow,property:"overflow",el:e},{value:e.style.overflowX,property:"overflow-x",el:e},{value:e.style.overflowY,property:"overflow-y",el:e}),e.style.overflow="hidden"}return()=>{r.forEach(({value:e,el:t,property:r})=>{e?t.style.setProperty(r,e):t.style.removeProperty(r)})}}(o,t))}remove(e,t=!0){let r=this.modals.indexOf(e);if(-1===r)return r;let o=eT(this.containers,t=>t.modals.includes(e)),n=this.containers[o];if(n.modals.splice(n.modals.indexOf(e),1),this.modals.splice(r,1),0===n.modals.length)n.restore&&n.restore(),e.modalRef&&ew(e.modalRef,t),eR(n.container,e.mount,e.modalRef,n.hiddenSiblings,!1),this.containers.splice(o,1);else{let e=n.modals[n.modals.length-1];e.modalRef&&ew(e.modalRef,!1)}return r}isTopModal(e){return this.modals.length>0&&this.modals[this.modals.length-1]===e}},eI=function(e){let{container:t,disableEscapeKeyDown:o=!1,disableScrollLock:n=!1,closeAfterTransition:i=!1,onTransitionEnter:a,onTransitionExited:l,children:s,onClose:u,open:d,rootRef:c}=e,p=r.useRef({}),f=r.useRef(null),m=r.useRef(null),h=(0,el.default)(m,c),[g,y]=r.useState(!d),v=!!s&&s.props.hasOwnProperty("in"),b=!0;("false"===e["aria-hidden"]||!1===e["aria-hidden"])&&(b=!1);let x=()=>(p.current.modalRef=m.current,p.current.mount=f.current,p.current),S=()=>{eA.mount(x(),{disableScrollLock:n}),m.current&&(m.current.scrollTop=0)},k=(0,eS.default)(()=>{let e=("function"==typeof t?t():t)||(0,es.default)(f.current).body;eA.add(x(),e),m.current&&S()}),E=()=>eA.isTopModal(x()),C=(0,eS.default)(e=>{f.current=e,e&&(d&&E()?S():m.current&&ew(m.current,b))}),w=r.useCallback(()=>{eA.remove(x(),b)},[b]);return r.useEffect(()=>()=>{w()},[w]),r.useEffect(()=>{d?k():v&&i||w()},[d,w,v,i,k]),{getRootProps:(t={})=>{let r=(0,eE.default)(e);delete r.onTransitionEnter,delete r.onTransitionExited;let n={...r,...t};return{role:"presentation",...n,onKeyDown:e=>{n.onKeyDown?.(e),"Escape"===e.key&&229!==e.which&&E()&&!o&&(e.stopPropagation(),u&&u(e,"escapeKeyDown"))},ref:h}},getBackdropProps:(e={})=>({"aria-hidden":!0,...e,onClick:t=>{e.onClick?.(t),t.target===t.currentTarget&&u&&u(t,"backdropClick")},open:d}),getTransitionProps:()=>({onEnter:ek(()=>{y(!1),a&&a()},s?.props.onEnter??eP),onExited:ek(()=>{y(!0),l&&l(),i&&w()},s?.props.onExited??eP)}),rootRef:h,portalRef:C,isTopModal:E,exited:g,hasTransition:v}};function ej(e){return(0,p.default)("MuiModal",e)}(0,c.default)("MuiModal",["root","hidden","backdrop"]);let e$=(0,i.styled)("div",{name:"MuiModal",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:r}=e;return[t.root,!r.open&&r.exited&&t.hidden]}})((0,a.default)(({theme:e})=>({position:"fixed",zIndex:(e.vars||e).zIndex.modal,right:0,bottom:0,top:0,left:0,variants:[{props:({ownerState:e})=>!e.open&&e.exited,style:{visibility:"hidden"}}]}))),eL=(0,i.styled)(ex,{name:"MuiModal",slot:"Backdrop"})({zIndex:-1}),eN=r.forwardRef(function(e,i){let a=(0,l.useDefaultProps)({name:"MuiModal",props:e}),{BackdropComponent:s=eL,BackdropProps:u,classes:d,className:c,closeAfterTransition:p=!1,children:f,container:m,component:h,components:g={},componentsProps:y={},disableAutoFocus:v=!1,disableEnforceFocus:b=!1,disableEscapeKeyDown:x=!1,disablePortal:S=!1,disableRestoreFocus:k=!1,disableScrollLock:E=!1,hideBackdrop:C=!1,keepMounted:w=!1,onClose:M,onTransitionEnter:R,onTransitionExited:T,open:P,slotProps:A={},slots:I={},theme:j,...$}=a,L={...a,closeAfterTransition:p,disableAutoFocus:v,disableEnforceFocus:b,disableEscapeKeyDown:x,disablePortal:S,disableRestoreFocus:k,disableScrollLock:E,hideBackdrop:C,keepMounted:w},{getRootProps:N,getBackdropProps:O,getTransitionProps:D,portalRef:B,isTopModal:z,exited:F,hasTransition:H}=eI({...L,rootRef:i}),W={...L,exited:F},K=(e=>{let{open:t,exited:r,classes:o}=e;return(0,n.default)({root:["root",!t&&r&&"hidden"],backdrop:["backdrop"]},ej,o)})(W),V={};if(void 0===f.props.tabIndex&&(V.tabIndex="-1"),H){let{onEnter:e,onExited:t}=D();V.onEnter=e,V.onExited=t}let U={slots:{root:g.Root,backdrop:g.Backdrop,...I},slotProps:{...y,...A}},[G,_]=(0,eh.default)("root",{ref:i,elementType:e$,externalForwardedProps:{...U,...$,component:h},getSlotProps:N,ownerState:W,className:(0,o.default)(c,K?.root,!W.open&&W.exited&&K?.hidden)}),[q,Y]=(0,eh.default)("backdrop",{ref:u?.ref,elementType:s,externalForwardedProps:U,shouldForwardComponentProp:!0,additionalProps:u,getSlotProps:e=>O({...e,onClick:t=>{e?.onClick&&e.onClick(t)}}),className:(0,o.default)(u?.className,K?.backdrop),ownerState:W});return w||P||H&&!F?(0,t.jsx)(em,{ref:B,container:m,disablePortal:S,children:(0,t.jsxs)(G,{..._,children:[!C&&s?(0,t.jsx)(q,{...Y}):null,(0,t.jsx)(ec,{disableEnforceFocus:b,disableAutoFocus:v,disableRestoreFocus:k,isEnabled:z,open:P,children:r.cloneElement(f,V)})]})}):null});function eO(e){return(0,p.default)("MuiPopover",e)}function eD(e,t){let r=0;return"number"==typeof t?r=t:"center"===t?r=e.height/2:"bottom"===t&&(r=e.height),r}function eB(e,t){let r=0;return"number"==typeof t?r=t:"center"===t?r=e.width/2:"right"===t&&(r=e.width),r}function ez(e){return[e.horizontal,e.vertical].map(e=>"number"==typeof e?`${e}px`:e).join(" ")}function eF(e){return"function"==typeof e?e():e}(0,c.default)("MuiPopover",["root","paper"]);let eH=(0,i.styled)(eN,{name:"MuiPopover",slot:"Root"})({}),eW=(0,i.styled)(d.default,{name:"MuiPopover",slot:"Paper"})({position:"absolute",overflowY:"auto",overflowX:"hidden",minWidth:16,minHeight:16,maxWidth:"calc(100% - 32px)",maxHeight:"calc(100% - 32px)",outline:0}),eK=r.forwardRef(function(e,i){let a=(0,l.useDefaultProps)({props:e,name:"MuiPopover"}),{action:s,anchorEl:u,anchorOrigin:d={vertical:"top",horizontal:"left"},anchorPosition:c,anchorReference:p="anchorEl",children:f,className:m,container:h,elevation:g=8,marginThreshold:y=16,open:v,PaperProps:b={},slots:x={},slotProps:S={},transformOrigin:k={vertical:"top",horizontal:"left"},TransitionComponent:E,transitionDuration:C="auto",TransitionProps:M={},disableScrollLock:R=!1,...T}=a,P=r.useRef(),A={...a,anchorOrigin:d,anchorReference:p,elevation:g,marginThreshold:y,transformOrigin:k,TransitionComponent:E,transitionDuration:C,TransitionProps:M},I=(e=>{let{classes:t}=e;return(0,n.default)({root:["root"],paper:["paper"]},eO,t)})(A),j=r.useCallback(()=>{if("anchorPosition"===p)return c;let e=eF(u),t=(e&&1===e.nodeType?e:(0,w.default)(P.current).body).getBoundingClientRect();return{top:t.top+eD(t,d.vertical),left:t.left+eB(t,d.horizontal)}},[u,d.horizontal,d.vertical,c,p]),$=r.useCallback(e=>({vertical:eD(e,k.vertical),horizontal:eB(e,k.horizontal)}),[k.horizontal,k.vertical]),L=r.useCallback(e=>{let t={width:e.offsetWidth,height:e.offsetHeight},r=$(t);if("none"===p)return{top:null,left:null,transformOrigin:ez(r)};let o=j(),n=o.top-r.vertical,i=o.left-r.horizontal,a=n+t.height,l=i+t.width,s=(0,H.default)(eF(u)),d=s.innerHeight-y,c=s.innerWidth-y;if(null!==y&&nd){let e=a-d;n-=e,r.vertical+=e}if(null!==y&&ic){let e=l-c;i-=e,r.horizontal+=e}return{top:`${Math.round(n)}px`,left:`${Math.round(i)}px`,transformOrigin:ez(r)}},[u,p,j,$,y]),[N,O]=r.useState(v),D=r.useCallback(()=>{let e=P.current;if(!e)return;let t=L(e);null!==t.top&&e.style.setProperty("top",t.top),null!==t.left&&(e.style.left=t.left),e.style.transformOrigin=t.transformOrigin,O(!0)},[L]);r.useEffect(()=>(R&&window.addEventListener("scroll",D),()=>window.removeEventListener("scroll",D)),[u,R,D]),r.useEffect(()=>{v&&D()}),r.useImperativeHandle(s,()=>v?{updatePosition:()=>{D()}}:null,[v,D]),r.useEffect(()=>{if(!v)return;let e=(0,F.default)(()=>{D()}),t=(0,H.default)(eF(u));return t.addEventListener("resize",e),()=>{e.clear(),t.removeEventListener("resize",e)}},[u,v,D]);let B=C,W={slots:{transition:E,...x},slotProps:{transition:M,paper:b,...S}},[K,V]=(0,eh.default)("transition",{elementType:ea,externalForwardedProps:W,ownerState:A,getSlotProps:e=>({...e,onEntering:(t,r)=>{e.onEntering?.(t,r),D()},onExited:t=>{e.onExited?.(t),O(!1)}}),additionalProps:{appear:!0,in:v}});"auto"!==C||K.muiSupportAuto||(B=void 0);let U=h||(u?(0,w.default)(eF(u)).body:void 0),[G,{slots:_,slotProps:q,...Y}]=(0,eh.default)("root",{ref:i,elementType:eH,externalForwardedProps:{...W,...T},shouldForwardComponentProp:!0,additionalProps:{slots:{backdrop:x.backdrop},slotProps:{backdrop:function(e,t){if(!e)return t;function r(e,t){let r={};return Object.keys(t).forEach(o=>{var n;let i;n=t[o],i=o.charCodeAt(2),"o"===o[0]&&"n"===o[1]&&i>=65&&i<=90&&"function"==typeof n&&"function"==typeof e[o]&&(r[o]=(...r)=>{e[o](...r),t[o](...r)})}),r}if("function"==typeof e||"function"==typeof t)return n=>{let i="function"==typeof t?t(n):t,a="function"==typeof e?e({...n,...i}):e,l=(0,o.default)(n?.className,i?.className,a?.className),s=r(a,i);return{...i,...a,...s,...!!l&&{className:l},...i?.style&&a?.style&&{style:{...i.style,...a.style}},...i?.sx&&a?.sx&&{sx:[...Array.isArray(i.sx)?i.sx:[i.sx],...Array.isArray(a.sx)?a.sx:[a.sx]]}}};let n=r(e,t),i=(0,o.default)(t?.className,e?.className);return{...t,...e,...n,...!!i&&{className:i},...t?.style&&e?.style&&{style:{...t.style,...e.style}},...t?.sx&&e?.sx&&{sx:[...Array.isArray(t.sx)?t.sx:[t.sx],...Array.isArray(e.sx)?e.sx:[e.sx]]}}}("function"==typeof S.backdrop?S.backdrop(A):S.backdrop,{invisible:!0})},container:U,open:v},ownerState:A,className:(0,o.default)(I.root,m)}),[X,J]=(0,eh.default)("paper",{ref:P,className:I.paper,elementType:eW,externalForwardedProps:W,shouldForwardComponentProp:!0,additionalProps:{elevation:g,style:N?void 0:{opacity:0}},ownerState:A});return(0,t.jsx)(G,{...Y,...!(0,z.default)(G)&&{slots:_,slotProps:q,disableScrollLock:R},children:(0,t.jsx)(K,{...V,timeout:B,children:(0,t.jsx)(X,{...J,children:f})})})});var eV=e.i(52039);function eU(e){return(0,p.default)("MuiMenu",e)}(0,c.default)("MuiMenu",["root","paper","list"]);let eG={vertical:"top",horizontal:"right"},e_={vertical:"top",horizontal:"left"},eq=(0,i.styled)(eK,{shouldForwardProp:e=>(0,eV.default)(e)||"classes"===e,name:"MuiMenu",slot:"Root"})({}),eY=(0,i.styled)(eW,{name:"MuiMenu",slot:"Paper"})({maxHeight:"calc(100% - 96px)",WebkitOverflowScrolling:"touch"}),eX=(0,i.styled)(B,{name:"MuiMenu",slot:"List"})({outline:0}),eJ=r.forwardRef(function(e,i){let a=(0,l.useDefaultProps)({props:e,name:"MuiMenu"}),{autoFocus:s=!0,children:u,className:d,disableAutoFocusItem:c=!1,MenuListProps:p={},onClose:f,open:m,PaperProps:h={},PopoverClasses:g,transitionDuration:y="auto",TransitionProps:{onEntering:v,...b}={},variant:x="selectedMenu",slots:S={},slotProps:k={},...w}=a,M=(0,E.useRtl)(),R={...a,autoFocus:s,disableAutoFocusItem:c,MenuListProps:p,onEntering:v,PaperProps:h,transitionDuration:y,TransitionProps:b,variant:x},T=(e=>{let{classes:t}=e;return(0,n.default)({root:["root"],paper:["paper"],list:["list"]},eU,t)})(R),P=s&&!c&&m,A=r.useRef(null),I=-1;r.Children.map(u,(e,t)=>{r.isValidElement(e)&&(e.props.disabled||("selectedMenu"===x&&e.props.selected?I=t:-1===I&&(I=t)))});let j={slots:S,slotProps:{list:p,transition:b,paper:h,...k}},$=(0,C.default)({elementType:S.root,externalSlotProps:k.root,ownerState:R,className:[T.root,d]}),[L,N]=(0,eh.default)("paper",{className:T.paper,elementType:eY,externalForwardedProps:j,shouldForwardComponentProp:!0,ownerState:R}),[O,D]=(0,eh.default)("list",{className:(0,o.default)(T.list,p.className),elementType:eX,shouldForwardComponentProp:!0,externalForwardedProps:j,getSlotProps:e=>({...e,onKeyDown:t=>{"Tab"===t.key&&(t.preventDefault(),f&&f(t,"tabKeyDown")),e.onKeyDown?.(t)}}),ownerState:R}),B="function"==typeof j.slotProps.transition?j.slotProps.transition(R):j.slotProps.transition;return(0,t.jsx)(eq,{onClose:f,anchorOrigin:{vertical:"bottom",horizontal:M?"right":"left"},transformOrigin:M?eG:e_,slots:{root:S.root,paper:L,backdrop:S.backdrop,...S.transition&&{transition:S.transition}},slotProps:{root:$,paper:N,backdrop:"function"==typeof k.backdrop?k.backdrop(R):k.backdrop,transition:{...B,onEntering:(...e)=>{((e,t)=>{A.current&&A.current.adjustStyleForScrollbar(e,{direction:M?"rtl":"ltr"}),v&&v(e,t)})(...e),B?.onEntering?.(...e)}}},open:m,ref:i,transitionDuration:y,ownerState:R,...w,classes:g,children:(0,t.jsx)(O,{actions:A,autoFocus:s&&(-1===I||c),autoFocusItem:P,variant:x,...D,children:u})})});var eQ=e.i(54033);let eZ=(0,c.default)("MuiDivider",["root","absolute","fullWidth","inset","middle","flexItem","light","vertical","withChildren","withChildrenVertical","textAlignRight","textAlignLeft","wrapper","wrapperVertical"]),e0=(0,c.default)("MuiListItemIcon",["root","alignItemsFlexStart"]),e1=(0,c.default)("MuiListItemText",["root","multiline","dense","inset","primary","secondary"]);function e6(e){return(0,p.default)("MuiMenuItem",e)}let e3=(0,c.default)("MuiMenuItem",["root","focusVisible","dense","disabled","divider","gutters","selected"]),e5=(0,i.styled)(eQ.default,{shouldForwardProp:e=>(0,eV.default)(e)||"classes"===e,name:"MuiMenuItem",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:r}=e;return[t.root,r.dense&&t.dense,r.divider&&t.divider,!r.disableGutters&&t.gutters]}})((0,a.default)(({theme:e})=>({...e.typography.body1,display:"flex",justifyContent:"flex-start",alignItems:"center",position:"relative",textDecoration:"none",minHeight:48,paddingTop:6,paddingBottom:6,boxSizing:"border-box",whiteSpace:"nowrap","&:hover":{textDecoration:"none",backgroundColor:(e.vars||e).palette.action.hover,"@media (hover: none)":{backgroundColor:"transparent"}},[`&.${e3.selected}`]:{backgroundColor:e.alpha((e.vars||e).palette.primary.main,(e.vars||e).palette.action.selectedOpacity),[`&.${e3.focusVisible}`]:{backgroundColor:e.alpha((e.vars||e).palette.primary.main,`${(e.vars||e).palette.action.selectedOpacity} + ${(e.vars||e).palette.action.focusOpacity}`)}},[`&.${e3.selected}:hover`]:{backgroundColor:e.alpha((e.vars||e).palette.primary.main,`${(e.vars||e).palette.action.selectedOpacity} + ${(e.vars||e).palette.action.hoverOpacity}`),"@media (hover: none)":{backgroundColor:e.alpha((e.vars||e).palette.primary.main,(e.vars||e).palette.action.selectedOpacity)}},[`&.${e3.focusVisible}`]:{backgroundColor:(e.vars||e).palette.action.focus},[`&.${e3.disabled}`]:{opacity:(e.vars||e).palette.action.disabledOpacity},[`& + .${eZ.root}`]:{marginTop:e.spacing(1),marginBottom:e.spacing(1)},[`& + .${eZ.inset}`]:{marginLeft:52},[`& .${e1.root}`]:{marginTop:0,marginBottom:0},[`& .${e1.inset}`]:{paddingLeft:36},[`& .${e0.root}`]:{minWidth:36},variants:[{props:({ownerState:e})=>!e.disableGutters,style:{paddingLeft:16,paddingRight:16}},{props:({ownerState:e})=>e.divider,style:{borderBottom:`1px solid ${(e.vars||e).palette.divider}`,backgroundClip:"padding-box"}},{props:({ownerState:e})=>!e.dense,style:{[e.breakpoints.up("sm")]:{minHeight:"auto"}}},{props:({ownerState:e})=>e.dense,style:{minHeight:32,paddingTop:4,paddingBottom:4,...e.typography.body2,[`& .${e0.root} svg`]:{fontSize:"1.25rem"}}}]}))),e7=r.forwardRef(function(e,i){let a,s=(0,l.useDefaultProps)({props:e,name:"MuiMenuItem"}),{autoFocus:u=!1,component:d="li",dense:c=!1,divider:p=!1,disableGutters:f=!1,focusVisibleClassName:m,role:h="menuitem",tabIndex:g,className:y,...v}=s,b=r.useContext(M),x=r.useMemo(()=>({dense:c||b.dense||!1,disableGutters:f}),[b.dense,c,f]),S=r.useRef(null);(0,j.default)(()=>{u&&S.current&&S.current.focus()},[u]);let k={...s,dense:x.dense,divider:p,disableGutters:f},E=(e=>{let{disabled:t,dense:r,divider:o,disableGutters:i,selected:a,classes:l}=e,s=(0,n.default)({root:["root",r&&"dense",t&&"disabled",!i&&"gutters",o&&"divider",a&&"selected"]},e6,l);return{...l,...s}})(s),C=(0,I.default)(S,i);return s.disabled||(a=void 0!==g?g:-1),(0,t.jsx)(M.Provider,{value:x,children:(0,t.jsx)(e5,{ref:C,role:h,tabIndex:a,component:d,focusVisibleClassName:(0,o.default)(E.focusVisible,m),className:(0,o.default)(E.root,y),...v,ownerState:k,classes:E})})}),e2=r.createContext(null);function e4(){return r.useContext(e2)}let e8="function"==typeof Symbol&&Symbol.for?Symbol.for("mui.nested"):"__THEME_NESTED__",e9=function(e){let{children:o,theme:n}=e,i=e4(),a=r.useMemo(()=>{var e,t;let r=null===i?{...n}:(e=i,"function"==typeof(t=n)?t(e):{...e,...t});return null!=r&&(r[e8]=null!==i),r},[n,i]);return(0,t.jsx)(e2.Provider,{value:a,children:o})};var te=e.i(28419),tt=e.i(86931),tr=e.i(86373),to=e.i(55777);let tn=0,ti={...r}.useId;var ta=e.i(73852);let tl={};function ts(e,t,o,n=!1){return r.useMemo(()=>{let r=e&&t[e]||t;if("function"==typeof o){let i=o(r),a=e?{...t,[e]:i}:i;return n?()=>a:a}return e?{...t,[e]:o}:{...t,...o}},[e,t,o,n])}let tu=function(e){let{children:o,theme:n,themeId:i}=e,a=(0,tt.default)(tl),l=e4()||tl,s=ts(i,a,n),u=ts(i,l,n,!0),d="rtl"===(i?s[i]:s).direction,c=function(e){let o=(0,tt.default)(),n=function(e){if(void 0!==ti){let e=ti();return(void 0)??e}return function(e){let[t,o]=r.useState(e),n=e||t;return r.useEffect(()=>{null==t&&(tn+=1,o(`mui-${tn}`))},[t]),n}(void 0)}()||"",{modularCssLayers:i}=e,a="mui.global, mui.components, mui.theme, mui.custom, mui.sx";return(a=i&&null===o?"string"==typeof i?i.replace(/mui(?!\.)/g,a):`@layer ${a};`:"",(0,to.default)(()=>{let e=document.querySelector("head");if(!e)return;let t=e.firstChild;if(a){if(t&&t.hasAttribute?.("data-mui-layer-order")&&t.getAttribute("data-mui-layer-order")===n)return;let r=document.createElement("style");r.setAttribute("data-mui-layer-order",n),r.textContent=a,e.prepend(r)}else e.querySelector(`style[data-mui-layer-order="${n}"]`)?.remove()},[a,n]),a)?(0,t.jsx)(ta.default,{styles:a}):null}(s);return(0,t.jsx)(e9,{theme:u,children:(0,t.jsx)(te.ThemeContext.Provider,{value:s,children:(0,t.jsx)(E.default,{value:d,children:(0,t.jsxs)(tr.default,{value:i?s[i].components:s.components,children:[c,o]})})})})};var td=e.i(2001);function tc({theme:e,...r}){let o=td.default in e?e[td.default]:void 0;return(0,t.jsx)(tu,{...r,themeId:o?td.default:void 0,theme:o||e})}var tp=e.i(17028),tf=e.i(98006);let tm="mode",th="color-scheme";function tg(){}let ty=({key:e,storageWindow:t})=>(t||"undefined"==typeof window||(t=window),{get(r){let o;if("undefined"!=typeof window){if(!t)return r;try{o=t.localStorage.getItem(e)}catch{}return o||r}},set:r=>{if(t)try{t.localStorage.setItem(e,r)}catch{}},subscribe:r=>{if(!t)return tg;let o=t=>{let o=t.newValue;t.key===e&&r(o)};return t.addEventListener("storage",o),()=>{t.removeEventListener("storage",o)}}});function tv(){}function tb(e){if("undefined"!=typeof window&&"function"==typeof window.matchMedia&&"system"===e)return window.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light"}function tx(e,t){return"light"===e.mode||"system"===e.mode&&"light"===e.systemMode?t("light"):"dark"===e.mode||"system"===e.mode&&"dark"===e.systemMode?t("dark"):void 0}var tS=e.i(1937),tk=e.i(35767);let{CssVarsProvider:tE,useColorScheme:tC,getInitColorSchemeScript:tw}=function(e){let{themeId:o,theme:n={},modeStorageKey:i=tm,colorSchemeStorageKey:a=th,disableTransitionOnChange:l=!1,defaultColorScheme:s,resolveTheme:u}=e,d={allColorSchemes:[],colorScheme:void 0,darkColorScheme:void 0,lightColorScheme:void 0,mode:void 0,setColorScheme:()=>{},setMode:()=>{},systemMode:void 0},c=r.createContext(void 0),p={},f={},m="string"==typeof s?s:s.light,h="string"==typeof s?s:s.dark;return{CssVarsProvider:function(e){let{children:d,theme:m,modeStorageKey:h=i,colorSchemeStorageKey:g=a,disableTransitionOnChange:y=l,storageManager:v,storageWindow:b="undefined"==typeof window?void 0:window,documentNode:x="undefined"==typeof document?void 0:document,colorSchemeNode:S="undefined"==typeof document?void 0:document.documentElement,disableNestedContext:k=!1,disableStyleSheetGeneration:E=!1,defaultMode:C="system",forceThemeRerender:w=!1,noSsr:M}=e,R=r.useRef(!1),T=e4(),P=r.useContext(c),A=!!P&&!k,I=r.useMemo(()=>m||("function"==typeof n?n():n),[m]),j=I[o],$=j||I,{colorSchemes:L=p,components:N=f,cssVarPrefix:O}=$,D=Object.keys(L).filter(e=>!!L[e]).join(","),B=r.useMemo(()=>D.split(","),[D]),z="string"==typeof s?s:s.light,F="string"==typeof s?s:s.dark,H=L[z]&&L[F]?C:L[$.defaultColorScheme]?.palette?.mode||$.palette?.mode,{mode:W,setMode:K,systemMode:V,lightColorScheme:U,darkColorScheme:G,colorScheme:_,setColorScheme:q}=function(e){let{defaultMode:t="light",defaultLightColorScheme:o,defaultDarkColorScheme:n,supportedColorSchemes:i=[],modeStorageKey:a=tm,colorSchemeStorageKey:l=th,storageWindow:s="undefined"==typeof window?void 0:window,storageManager:u=ty,noSsr:d=!1}=e,c=i.join(","),p=i.length>1,f=r.useMemo(()=>u?.({key:a,storageWindow:s}),[u,a,s]),m=r.useMemo(()=>u?.({key:`${l}-light`,storageWindow:s}),[u,l,s]),h=r.useMemo(()=>u?.({key:`${l}-dark`,storageWindow:s}),[u,l,s]),[g,y]=r.useState(()=>{let e=f?.get(t)||t,r=m?.get(o)||o,i=h?.get(n)||n;return{mode:e,systemMode:tb(e),lightColorScheme:r,darkColorScheme:i}}),[v,b]=r.useState(d||!p);r.useEffect(()=>{b(!0)},[]);let x=tx(g,e=>"light"===e?g.lightColorScheme:"dark"===e?g.darkColorScheme:void 0),S=r.useCallback(e=>{y(r=>{if(e===r.mode)return r;let o=e??t;return f?.set(o),{...r,mode:o,systemMode:tb(o)}})},[f,t]),k=r.useCallback(e=>{e?"string"==typeof e?e&&!c.includes(e)?console.error(`\`${e}\` does not exist in \`theme.colorSchemes\`.`):y(t=>{let r={...t};return tx(t,t=>{"light"===t&&(m?.set(e),r.lightColorScheme=e),"dark"===t&&(h?.set(e),r.darkColorScheme=e)}),r}):y(t=>{let r={...t},i=null===e.light?o:e.light,a=null===e.dark?n:e.dark;return i&&(c.includes(i)?(r.lightColorScheme=i,m?.set(i)):console.error(`\`${i}\` does not exist in \`theme.colorSchemes\`.`)),a&&(c.includes(a)?(r.darkColorScheme=a,h?.set(a)):console.error(`\`${a}\` does not exist in \`theme.colorSchemes\`.`)),r}):y(e=>(m?.set(o),h?.set(n),{...e,lightColorScheme:o,darkColorScheme:n}))},[c,m,h,o,n]),E=r.useCallback(e=>{"system"===g.mode&&y(t=>{let r=e?.matches?"dark":"light";return t.systemMode===r?t:{...t,systemMode:r}})},[g.mode]),C=r.useRef(E);return C.current=E,r.useEffect(()=>{if("function"!=typeof window.matchMedia||!p)return;let e=(...e)=>C.current(...e),t=window.matchMedia("(prefers-color-scheme: dark)");return t.addListener(e),e(t),()=>{t.removeListener(e)}},[p]),r.useEffect(()=>{if(p){let e=f?.subscribe(e=>{(!e||["light","dark","system"].includes(e))&&S(e||t)})||tv,r=m?.subscribe(e=>{(!e||c.match(e))&&k({light:e})})||tv,o=h?.subscribe(e=>{(!e||c.match(e))&&k({dark:e})})||tv;return()=>{e(),r(),o()}}},[k,S,c,t,s,p,f,m,h]),{...g,mode:v?g.mode:void 0,systemMode:v?g.systemMode:void 0,colorScheme:v?x:void 0,setMode:S,setColorScheme:k}}({supportedColorSchemes:B,defaultLightColorScheme:z,defaultDarkColorScheme:F,modeStorageKey:h,colorSchemeStorageKey:g,defaultMode:H,storageManager:v,storageWindow:b,noSsr:M}),Y=W,X=_;A&&(Y=P.mode,X=P.colorScheme);let J=X||$.defaultColorScheme;$.vars&&!w&&(J=$.defaultColorScheme);let Q=r.useMemo(()=>{let e=$.generateThemeVars?.()||$.vars,t={...$,components:N,colorSchemes:L,cssVarPrefix:O,vars:e};if("function"==typeof t.generateSpacing&&(t.spacing=t.generateSpacing()),J){let e=L[J];e&&"object"==typeof e&&Object.keys(e).forEach(r=>{e[r]&&"object"==typeof e[r]?t[r]={...t[r],...e[r]}:t[r]=e[r]})}return u?u(t):t},[$,J,N,L,O]),Z=$.colorSchemeSelector;(0,to.default)(()=>{if(X&&S&&Z&&"media"!==Z){let e=Z;if("class"===Z&&(e=".%s"),"data"===Z&&(e="[data-%s]"),Z?.startsWith("data-")&&!Z.includes("%s")&&(e=`[${Z}="%s"]`),e.startsWith("."))S.classList.remove(...B.map(t=>e.substring(1).replace("%s",t))),S.classList.add(e.substring(1).replace("%s",X));else{let t=e.replace("%s",X).match(/\[([^\]]+)\]/);if(t){let[e,r]=t[1].split("=");r||B.forEach(t=>{S.removeAttribute(e.replace(X,t))}),S.setAttribute(e,r?r.replace(/"|'/g,""):"")}else S.setAttribute(e,X)}}},[X,Z,S,B]),r.useEffect(()=>{let e;if(y&&R.current&&x){let t=x.createElement("style");t.appendChild(x.createTextNode("*{-webkit-transition:none!important;-moz-transition:none!important;-o-transition:none!important;-ms-transition:none!important;transition:none!important}")),x.head.appendChild(t),window.getComputedStyle(x.body),e=setTimeout(()=>{x.head.removeChild(t)},1)}return()=>{clearTimeout(e)}},[X,y,x]),r.useEffect(()=>(R.current=!0,()=>{R.current=!1}),[]);let ee=r.useMemo(()=>({allColorSchemes:B,colorScheme:X,darkColorScheme:G,lightColorScheme:U,mode:Y,setColorScheme:q,setMode:K,systemMode:V}),[B,X,G,U,Y,q,K,V,Q.colorSchemeSelector]),et=!0;(E||!1===$.cssVariables||A&&T?.cssVarPrefix===O)&&(et=!1);let er=(0,t.jsxs)(r.Fragment,{children:[(0,t.jsx)(tu,{themeId:j?o:void 0,theme:Q,children:d}),et&&(0,t.jsx)(tf.GlobalStyles,{styles:Q.generateStyleSheets?.()||[]})]});return A?er:(0,t.jsx)(c.Provider,{value:ee,children:er})},useColorScheme:()=>r.useContext(c)||d,getInitColorSchemeScript:e=>(function(e){let{defaultMode:r="system",defaultLightColorScheme:o="light",defaultDarkColorScheme:n="dark",modeStorageKey:i=tm,colorSchemeStorageKey:a=th,attribute:l="data-color-scheme",colorSchemeNode:s="document.documentElement",nonce:u}=e||{},d="",c=l;if("class"===l&&(c=".%s"),"data"===l&&(c="[data-%s]"),c.startsWith(".")){let e=c.substring(1);d+=`${s}.classList.remove('${e}'.replace('%s', light), '${e}'.replace('%s', dark)); +(globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,54871,e=>{"use strict";var t=e.i(43476),r=e.i(71645);e.i(47167);var o=e.i(7670),n=e.i(95669),i=e.i(40799),a=e.i(75149),l=e.i(94425),s=e.i(42196),u=e.i(35057),d=e.i(67719),c=e.i(98051),p=e.i(95761);function f(e){return(0,p.default)("MuiAppBar",e)}(0,c.default)("MuiAppBar",["root","positionFixed","positionAbsolute","positionSticky","positionStatic","positionRelative","colorDefault","colorPrimary","colorSecondary","colorInherit","colorTransparent","colorError","colorInfo","colorSuccess","colorWarning"]);let m=(e,t)=>e?`${e?.replace(")","")}, ${t})`:t,h=(0,i.styled)(d.default,{name:"MuiAppBar",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:r}=e;return[t.root,t[`position${(0,s.default)(r.position)}`],t[`color${(0,s.default)(r.color)}`]]}})((0,a.default)(({theme:e})=>({display:"flex",flexDirection:"column",width:"100%",boxSizing:"border-box",flexShrink:0,variants:[{props:{position:"fixed"},style:{position:"fixed",zIndex:(e.vars||e).zIndex.appBar,top:0,left:"auto",right:0,"@media print":{position:"absolute"}}},{props:{position:"absolute"},style:{position:"absolute",zIndex:(e.vars||e).zIndex.appBar,top:0,left:"auto",right:0}},{props:{position:"sticky"},style:{position:"sticky",zIndex:(e.vars||e).zIndex.appBar,top:0,left:"auto",right:0}},{props:{position:"static"},style:{position:"static"}},{props:{position:"relative"},style:{position:"relative"}},{props:{color:"inherit"},style:{"--AppBar-color":"inherit"}},{props:{color:"default"},style:{"--AppBar-background":e.vars?e.vars.palette.AppBar.defaultBg:e.palette.grey[100],"--AppBar-color":e.vars?e.vars.palette.text.primary:e.palette.getContrastText(e.palette.grey[100]),...e.applyStyles("dark",{"--AppBar-background":e.vars?e.vars.palette.AppBar.defaultBg:e.palette.grey[900],"--AppBar-color":e.vars?e.vars.palette.text.primary:e.palette.getContrastText(e.palette.grey[900])})}},...Object.entries(e.palette).filter((0,u.default)(["contrastText"])).map(([t])=>({props:{color:t},style:{"--AppBar-background":(e.vars??e).palette[t].main,"--AppBar-color":(e.vars??e).palette[t].contrastText}})),{props:e=>!0===e.enableColorOnDark&&!["inherit","transparent"].includes(e.color),style:{backgroundColor:"var(--AppBar-background)",color:"var(--AppBar-color)"}},{props:e=>!1===e.enableColorOnDark&&!["inherit","transparent"].includes(e.color),style:{backgroundColor:"var(--AppBar-background)",color:"var(--AppBar-color)",...e.applyStyles("dark",{backgroundColor:e.vars?m(e.vars.palette.AppBar.darkBg,"var(--AppBar-background)"):null,color:e.vars?m(e.vars.palette.AppBar.darkColor,"var(--AppBar-color)"):null})}},{props:{color:"transparent"},style:{"--AppBar-background":"transparent","--AppBar-color":"inherit",backgroundColor:"var(--AppBar-background)",color:"var(--AppBar-color)",...e.applyStyles("dark",{backgroundImage:"none"})}}]}))),g=r.forwardRef(function(e,r){let i=(0,l.useDefaultProps)({props:e,name:"MuiAppBar"}),{className:a,color:u="primary",enableColorOnDark:d=!1,position:c="fixed",...p}=i,m={...i,color:u,position:c,enableColorOnDark:d},g=(e=>{let{color:t,position:r,classes:o}=e,i={root:["root",`color${(0,s.default)(t)}`,`position${(0,s.default)(r)}`]};return(0,n.default)(i,f,o)})(m);return(0,t.jsx)(h,{square:!0,component:"header",ownerState:m,elevation:4,className:(0,o.default)(g.root,a,"fixed"===c&&"mui-fixed"),ref:r,...p})});var y=e.i(19646);function v(e){return(0,p.default)("MuiToolbar",e)}(0,c.default)("MuiToolbar",["root","gutters","regular","dense"]);let b=(0,i.styled)("div",{name:"MuiToolbar",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:r}=e;return[t.root,!r.disableGutters&&t.gutters,t[r.variant]]}})((0,a.default)(({theme:e})=>({position:"relative",display:"flex",alignItems:"center",variants:[{props:({ownerState:e})=>!e.disableGutters,style:{paddingLeft:e.spacing(2),paddingRight:e.spacing(2),[e.breakpoints.up("sm")]:{paddingLeft:e.spacing(3),paddingRight:e.spacing(3)}}},{props:{variant:"dense"},style:{minHeight:48}},{props:{variant:"regular"},style:e.mixins.toolbar}]}))),x=r.forwardRef(function(e,r){let i=(0,l.useDefaultProps)({props:e,name:"MuiToolbar"}),{className:a,component:s="div",disableGutters:u=!1,variant:d="regular",...c}=i,p={...i,component:s,disableGutters:u,variant:d},f=(e=>{let{classes:t,disableGutters:r,variant:o}=e;return(0,n.default)({root:["root",!r&&"gutters",o]},v,t)})(p);return(0,t.jsx)(b,{as:s,className:(0,o.default)(f.root,a),ref:r,ownerState:p,...c})});var S=e.i(26863),k=e.i(36807),E=e.i(68308),C=e.i(35189),w=e.i(88195);let M=r.createContext({});function R(e){return(0,p.default)("MuiList",e)}(0,c.default)("MuiList",["root","padding","dense","subheader"]);let T=(0,i.styled)("ul",{name:"MuiList",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:r}=e;return[t.root,!r.disablePadding&&t.padding,r.dense&&t.dense,r.subheader&&t.subheader]}})({listStyle:"none",margin:0,padding:0,position:"relative",variants:[{props:({ownerState:e})=>!e.disablePadding,style:{paddingTop:8,paddingBottom:8}},{props:({ownerState:e})=>e.subheader,style:{paddingTop:0}}]}),P=r.forwardRef(function(e,i){let a=(0,l.useDefaultProps)({props:e,name:"MuiList"}),{children:s,className:u,component:d="ul",dense:c=!1,disablePadding:p=!1,subheader:f,...m}=a,h=r.useMemo(()=>({dense:c}),[c]),g={...a,component:d,dense:c,disablePadding:p},y=(e=>{let{classes:t,disablePadding:r,dense:o,subheader:i}=e;return(0,n.default)({root:["root",!r&&"padding",o&&"dense",i&&"subheader"]},R,t)})(g);return(0,t.jsx)(M.Provider,{value:h,children:(0,t.jsxs)(T,{as:d,className:(0,o.default)(y.root,u),ref:i,ownerState:g,...m,children:[f,s]})})});function A(e=window){let t=e.document.documentElement.clientWidth;return e.innerWidth-t}var j=e.i(19636),I=e.i(43612),$=e.i(99064);function L(e,t,r){return e===t?e.firstChild:t&&t.nextElementSibling?t.nextElementSibling:r?null:e.firstChild}function N(e,t,r){return e===t?r?e.firstChild:e.lastChild:t&&t.previousElementSibling?t.previousElementSibling:r?null:e.lastChild}function O(e,t){if(void 0===t)return!0;let r=e.innerText;return void 0===r&&(r=e.textContent),0!==(r=r.trim().toLowerCase()).length&&(t.repeating?r[0]===t.keys[0]:r.startsWith(t.keys.join("")))}function D(e,t,r,o,n,i){let a=!1,l=n(e,t,!!t&&r);for(;l;){if(l===e.firstChild){if(a)return!1;a=!0}let t=!o&&(l.disabled||"true"===l.getAttribute("aria-disabled"));if(l.hasAttribute("tabindex")&&O(l,i)&&!t)return l.focus(),!0;l=n(e,l,r)}return!1}let B=r.forwardRef(function(e,o){let{actions:n,autoFocus:i=!1,autoFocusItem:a=!1,children:l,className:s,disabledItemsFocusable:u=!1,disableListWrap:d=!1,onKeyDown:c,variant:p="selectedMenu",...f}=e,m=r.useRef(null),h=r.useRef({keys:[],repeating:!0,previousKeyMatched:!0,lastTime:null});(0,I.default)(()=>{i&&m.current.focus()},[i]),r.useImperativeHandle(n,()=>({adjustStyleForScrollbar:(e,{direction:t})=>{let r=!m.current.style.width;if(e.clientHeight{if(!r.isValidElement(e)){y===t&&(y+=1)>=l.length&&(y=-1);return}e.props.disabled||("selectedMenu"===p&&e.props.selected?y=t:-1===y&&(y=t)),y===t&&(e.props.disabled||e.props.muiSkipListHighlight||e.type.muiSkipListHighlight)&&(y+=1)>=l.length&&(y=-1)});let v=r.Children.map(l,(e,t)=>{if(t===y){let t={};return a&&(t.autoFocus=!0),void 0===e.props.tabIndex&&"selectedMenu"===p&&(t.tabIndex=0),r.cloneElement(e,t)}return e});return(0,t.jsx)(P,{role:"menu",ref:g,className:s,onKeyDown:e=>{let t=m.current,r=e.key;if(e.ctrlKey||e.metaKey||e.altKey){c&&c(e);return}let o=(0,w.default)(t).activeElement;if("ArrowDown"===r)e.preventDefault(),D(t,o,d,u,L);else if("ArrowUp"===r)e.preventDefault(),D(t,o,d,u,N);else if("Home"===r)e.preventDefault(),D(t,null,d,u,L);else if("End"===r)e.preventDefault(),D(t,null,d,u,N);else if(1===r.length){let n=h.current,i=r.toLowerCase(),a=performance.now();n.keys.length>0&&(a-n.lastTime>500?(n.keys=[],n.repeating=!0,n.previousKeyMatched=!0):n.repeating&&i!==n.keys[0]&&(n.repeating=!1)),n.lastTime=a,n.keys.push(i);let l=o&&!n.repeating&&O(o,n);n.previousKeyMatched&&(l||D(t,o,!1,u,L,n))?e.preventDefault():n.previousKeyMatched=!1}c&&c(e)},tabIndex:i?0:-1,...f,children:v})});var z=e.i(57728),F=e.i(91783),H=e.i(28351),W=e.i(33052);function K(e){return parseInt(r.version,10)>=19?e?.props?.ref||null:e?.ref||null}var V=e.i(15874),U=e.i(54402),G=e.i(74080),_=e.i(52883),q="unmounted",Y="exited",X="entering",J="entered",Q="exiting",Z=function(e){function t(t,r){var o,n=e.call(this,t,r)||this,i=r&&!r.isMounting?t.enter:t.appear;return n.appearStatus=null,t.in?i?(o=Y,n.appearStatus=X):o=J:o=t.unmountOnExit||t.mountOnEnter?q:Y,n.state={status:o},n.nextCallback=null,n}(0,U.default)(t,e),t.getDerivedStateFromProps=function(e,t){return e.in&&t.status===q?{status:Y}:null};var o=t.prototype;return o.componentDidMount=function(){this.updateStatus(!0,this.appearStatus)},o.componentDidUpdate=function(e){var t=null;if(e!==this.props){var r=this.state.status;this.props.in?r!==X&&r!==J&&(t=X):(r===X||r===J)&&(t=Q)}this.updateStatus(!1,t)},o.componentWillUnmount=function(){this.cancelNextCallback()},o.getTimeouts=function(){var e,t,r,o=this.props.timeout;return e=t=r=o,null!=o&&"number"!=typeof o&&(e=o.exit,t=o.enter,r=void 0!==o.appear?o.appear:t),{exit:e,enter:t,appear:r}},o.updateStatus=function(e,t){if(void 0===e&&(e=!1),null!==t)if(this.cancelNextCallback(),t===X){if(this.props.unmountOnExit||this.props.mountOnEnter){var r=this.props.nodeRef?this.props.nodeRef.current:G.default.findDOMNode(this);r&&r.scrollTop}this.performEnter(e)}else this.performExit();else this.props.unmountOnExit&&this.state.status===Y&&this.setState({status:q})},o.performEnter=function(e){var t=this,r=this.props.enter,o=this.context?this.context.isMounting:e,n=this.props.nodeRef?[o]:[G.default.findDOMNode(this),o],i=n[0],a=n[1],l=this.getTimeouts(),s=o?l.appear:l.enter;(e||r)&&1?(this.props.onEnter(i,a),this.safeSetState({status:X},function(){t.props.onEntering(i,a),t.onTransitionEnd(s,function(){t.safeSetState({status:J},function(){t.props.onEntered(i,a)})})})):this.safeSetState({status:J},function(){t.props.onEntered(i)})},o.performExit=function(){var e=this,t=this.props.exit,r=this.getTimeouts(),o=this.props.nodeRef?void 0:G.default.findDOMNode(this);t?(this.props.onExit(o),this.safeSetState({status:Q},function(){e.props.onExiting(o),e.onTransitionEnd(r.exit,function(){e.safeSetState({status:Y},function(){e.props.onExited(o)})})})):this.safeSetState({status:Y},function(){e.props.onExited(o)})},o.cancelNextCallback=function(){null!==this.nextCallback&&(this.nextCallback.cancel(),this.nextCallback=null)},o.safeSetState=function(e,t){t=this.setNextCallback(t),this.setState(e,t)},o.setNextCallback=function(e){var t=this,r=!0;return this.nextCallback=function(o){r&&(r=!1,t.nextCallback=null,e(o))},this.nextCallback.cancel=function(){r=!1},this.nextCallback},o.onTransitionEnd=function(e,t){this.setNextCallback(t);var r=this.props.nodeRef?this.props.nodeRef.current:G.default.findDOMNode(this),o=null==e&&!this.props.addEndListener;if(!r||o)return void setTimeout(this.nextCallback,0);if(this.props.addEndListener){var n=this.props.nodeRef?[this.nextCallback]:[r,this.nextCallback],i=n[0],a=n[1];this.props.addEndListener(i,a)}null!=e&&setTimeout(this.nextCallback,e)},o.render=function(){var e=this.state.status;if(e===q)return null;var t=this.props,o=t.children,n=(t.in,t.mountOnEnter,t.unmountOnExit,t.appear,t.enter,t.exit,t.timeout,t.addEndListener,t.onEnter,t.onEntering,t.onEntered,t.onExit,t.onExiting,t.onExited,t.nodeRef,(0,V.default)(t,["children","in","mountOnEnter","unmountOnExit","appear","enter","exit","timeout","addEndListener","onEnter","onEntering","onEntered","onExit","onExiting","onExited","nodeRef"]));return r.default.createElement(_.default.Provider,{value:null},"function"==typeof o?o(e,n):r.default.cloneElement(r.default.Children.only(o),n))},t}(r.default.Component);function ee(){}Z.contextType=_.default,Z.propTypes={},Z.defaultProps={in:!1,mountOnEnter:!1,unmountOnExit:!1,appear:!1,enter:!0,exit:!0,onEnter:ee,onEntering:ee,onEntered:ee,onExit:ee,onExiting:ee,onExited:ee},Z.UNMOUNTED=q,Z.EXITED=Y,Z.ENTERING=X,Z.ENTERED=J,Z.EXITING=Q;var et=e.i(10557);function er(e,t){let{timeout:r,easing:o,style:n={}}=e;return{duration:n.transitionDuration??("number"==typeof r?r:r[t.mode]||0),easing:n.transitionTimingFunction??("object"==typeof o?o[t.mode]:o),delay:n.transitionDelay}}function eo(e){return`scale(${e}, ${e**2})`}let en={entering:{opacity:1,transform:eo(1)},entered:{opacity:1,transform:"none"}},ei="undefined"!=typeof navigator&&/^((?!chrome|android).)*(safari|mobile)/i.test(navigator.userAgent)&&/(os |version\/)15(.|_)4/i.test(navigator.userAgent),ea=r.forwardRef(function(e,o){let{addEndListener:n,appear:i=!0,children:a,easing:l,in:s,onEnter:u,onEntered:d,onEntering:c,onExit:p,onExited:f,onExiting:m,style:h,timeout:g="auto",TransitionComponent:y=Z,...v}=e,b=(0,W.default)(),x=r.useRef(),S=(0,et.useTheme)(),k=r.useRef(null),E=(0,j.default)(k,K(a),o),C=e=>t=>{if(e){let r=k.current;void 0===t?e(r):e(r,t)}},w=C(c),M=C((e,t)=>{let r;e.scrollTop;let{duration:o,delay:n,easing:i}=er({style:h,timeout:g,easing:l},{mode:"enter"});"auto"===g?x.current=r=S.transitions.getAutoHeightDuration(e.clientHeight):r=o,e.style.transition=[S.transitions.create("opacity",{duration:r,delay:n}),S.transitions.create("transform",{duration:ei?r:.666*r,delay:n,easing:i})].join(","),u&&u(e,t)}),R=C(d),T=C(m),P=C(e=>{let t,{duration:r,delay:o,easing:n}=er({style:h,timeout:g,easing:l},{mode:"exit"});"auto"===g?x.current=t=S.transitions.getAutoHeightDuration(e.clientHeight):t=r,e.style.transition=[S.transitions.create("opacity",{duration:t,delay:o}),S.transitions.create("transform",{duration:ei?t:.666*t,delay:ei?o:o||.333*t,easing:n})].join(","),e.style.opacity=0,e.style.transform=eo(.75),p&&p(e)}),A=C(f);return(0,t.jsx)(y,{appear:i,in:s,nodeRef:k,onEnter:M,onEntered:R,onEntering:w,onExit:P,onExited:A,onExiting:T,addEndListener:e=>{"auto"===g&&b.start(x.current||0,e),n&&n(k.current,e)},timeout:"auto"===g?null:g,...v,children:(e,{ownerState:t,...o})=>r.cloneElement(a,{style:{opacity:0,transform:eo(.75),visibility:"exited"!==e||s?void 0:"hidden",...en[e],...h,...a.props.style},ref:E,...o})})});ea&&(ea.muiSupportAuto=!0);var el=e.i(44280),es=e.i(69742);function eu(e){let t=[],r=[];return Array.from(e.querySelectorAll('input,select,textarea,a[href],button,[tabindex],audio[controls],video[controls],[contenteditable]:not([contenteditable="false"])')).forEach((e,o)=>{let n,i=Number.isNaN(n=parseInt(e.getAttribute("tabindex")||"",10))?"true"===e.contentEditable||("AUDIO"===e.nodeName||"VIDEO"===e.nodeName||"DETAILS"===e.nodeName)&&null===e.getAttribute("tabindex")?0:e.tabIndex:n;-1===i||e.disabled||"INPUT"===e.tagName&&"hidden"===e.type||function(e){if("INPUT"!==e.tagName||"radio"!==e.type||!e.name)return!1;let t=t=>e.ownerDocument.querySelector(`input[type="radio"]${t}`),r=t(`[name="${e.name}"]:checked`);return r||(r=t(`[name="${e.name}"]`)),r!==e}(e)||(0===i?t.push(e):r.push({documentOrder:o,tabIndex:i,node:e}))}),r.sort((e,t)=>e.tabIndex===t.tabIndex?e.documentOrder-t.documentOrder:e.tabIndex-t.tabIndex).map(e=>e.node).concat(t)}function ed(){return!0}let ec=function(e){let{children:o,disableAutoFocus:n=!1,disableEnforceFocus:i=!1,disableRestoreFocus:a=!1,getTabbable:l=eu,isEnabled:s=ed,open:u}=e,d=r.useRef(!1),c=r.useRef(null),p=r.useRef(null),f=r.useRef(null),m=r.useRef(null),h=r.useRef(!1),g=r.useRef(null),y=(0,el.default)(K(o),g),v=r.useRef(null);r.useEffect(()=>{u&&g.current&&(h.current=!n)},[n,u]),r.useEffect(()=>{if(!u||!g.current)return;let e=(0,es.default)(g.current);return!g.current.contains(e.activeElement)&&(g.current.hasAttribute("tabIndex")||g.current.setAttribute("tabIndex","-1"),h.current&&g.current.focus()),()=>{a||(f.current&&f.current.focus&&(d.current=!0,f.current.focus()),f.current=null)}},[u]),r.useEffect(()=>{if(!u||!g.current)return;let e=(0,es.default)(g.current),t=t=>{v.current=t,!i&&s()&&"Tab"===t.key&&e.activeElement===g.current&&t.shiftKey&&(d.current=!0,p.current&&p.current.focus())},r=()=>{let t=g.current;if(null===t)return;if(!e.hasFocus()||!s()||d.current){d.current=!1;return}if(t.contains(e.activeElement)||i&&e.activeElement!==c.current&&e.activeElement!==p.current)return;if(e.activeElement!==m.current)m.current=null;else if(null!==m.current)return;if(!h.current)return;let r=[];if((e.activeElement===c.current||e.activeElement===p.current)&&(r=l(g.current)),r.length>0){let e=!!(v.current?.shiftKey&&v.current?.key==="Tab"),t=r[0],o=r[r.length-1];"string"!=typeof t&&"string"!=typeof o&&(e?o.focus():t.focus())}else t.focus()};e.addEventListener("focusin",r),e.addEventListener("keydown",t,!0);let o=setInterval(()=>{e.activeElement&&"BODY"===e.activeElement.tagName&&r()},50);return()=>{clearInterval(o),e.removeEventListener("focusin",r),e.removeEventListener("keydown",t,!0)}},[n,i,a,s,u,l]);let b=e=>{null===f.current&&(f.current=e.relatedTarget),h.current=!0};return(0,t.jsxs)(r.Fragment,{children:[(0,t.jsx)("div",{tabIndex:u?0:-1,onFocus:b,ref:c,"data-testid":"sentinelStart"}),r.cloneElement(o,{ref:y,onFocus:e=>{null===f.current&&(f.current=e.relatedTarget),h.current=!0,m.current=e.target;let t=o.props.onFocus;t&&t(e)}}),(0,t.jsx)("div",{tabIndex:u?0:-1,onFocus:b,ref:p,"data-testid":"sentinelEnd"})]})};var ep=e.i(10380);function ef(e,t){"function"==typeof e?e(t):e&&(e.current=t)}let em=r.forwardRef(function(e,t){let{children:o,container:n,disablePortal:i=!1}=e,[a,l]=r.useState(null),s=(0,el.default)(r.isValidElement(o)?K(o):null,t);return((0,ep.default)(()=>{i||l(("function"==typeof n?n():n)||document.body)},[n,i]),(0,ep.default)(()=>{if(a&&!i)return ef(t,a),()=>{ef(t,null)}},[t,a,i]),i)?r.isValidElement(o)?r.cloneElement(o,{ref:s}):o:a?G.createPortal(o,a):a});var eh=e.i(48106);let eg={entering:{opacity:1},entered:{opacity:1}},ey=r.forwardRef(function(e,o){let n=(0,et.useTheme)(),i={enter:n.transitions.duration.enteringScreen,exit:n.transitions.duration.leavingScreen},{addEndListener:a,appear:l=!0,children:s,easing:u,in:d,onEnter:c,onEntered:p,onEntering:f,onExit:m,onExited:h,onExiting:g,style:y,timeout:v=i,TransitionComponent:b=Z,...x}=e,S=r.useRef(null),k=(0,j.default)(S,K(s),o),E=e=>t=>{if(e){let r=S.current;void 0===t?e(r):e(r,t)}},C=E(f),w=E((e,t)=>{e.scrollTop;let r=er({style:y,timeout:v,easing:u},{mode:"enter"});e.style.webkitTransition=n.transitions.create("opacity",r),e.style.transition=n.transitions.create("opacity",r),c&&c(e,t)}),M=E(p),R=E(g),T=E(e=>{let t=er({style:y,timeout:v,easing:u},{mode:"exit"});e.style.webkitTransition=n.transitions.create("opacity",t),e.style.transition=n.transitions.create("opacity",t),m&&m(e)}),P=E(h);return(0,t.jsx)(b,{appear:l,in:d,nodeRef:S,onEnter:w,onEntered:M,onEntering:C,onExit:T,onExited:P,onExiting:R,addEndListener:e=>{a&&a(S.current,e)},timeout:v,...x,children:(e,{ownerState:t,...o})=>r.cloneElement(s,{style:{opacity:0,visibility:"exited"!==e||d?void 0:"hidden",...eg[e],...y,...s.props.style},ref:k,...o})})});function ev(e){return(0,p.default)("MuiBackdrop",e)}(0,c.default)("MuiBackdrop",["root","invisible"]);let eb=(0,i.styled)("div",{name:"MuiBackdrop",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:r}=e;return[t.root,r.invisible&&t.invisible]}})({position:"fixed",display:"flex",alignItems:"center",justifyContent:"center",right:0,bottom:0,top:0,left:0,backgroundColor:"rgba(0, 0, 0, 0.5)",WebkitTapHighlightColor:"transparent",variants:[{props:{invisible:!0},style:{backgroundColor:"transparent"}}]}),ex=r.forwardRef(function(e,r){let i=(0,l.useDefaultProps)({props:e,name:"MuiBackdrop"}),{children:a,className:s,component:u="div",invisible:d=!1,open:c,components:p={},componentsProps:f={},slotProps:m={},slots:h={},TransitionComponent:g,transitionDuration:y,...v}=i,b={...i,component:u,invisible:d},x=(e=>{let{classes:t,invisible:r}=e;return(0,n.default)({root:["root",r&&"invisible"]},ev,t)})(b),S={component:u,slots:{transition:g,root:p.Root,...h},slotProps:{...f,...m}},[k,E]=(0,eh.default)("root",{elementType:eb,externalForwardedProps:S,className:(0,o.default)(x.root,s),ownerState:b}),[C,w]=(0,eh.default)("transition",{elementType:ey,externalForwardedProps:S,ownerState:b});return(0,t.jsx)(C,{in:c,timeout:y,...v,...w,children:(0,t.jsx)(k,{"aria-hidden":!0,...E,classes:x,ref:r,children:a})})});var eS=e.i(2583);function ek(...e){return e.reduce((e,t)=>null==t?e:function(...r){e.apply(this,r),t.apply(this,r)},()=>{})}var eE=e.i(48370),eC=e.i(66621);function ew(e,t){t?e.setAttribute("aria-hidden","true"):e.removeAttribute("aria-hidden")}function eM(e){return parseInt((0,eC.default)(e).getComputedStyle(e).paddingRight,10)||0}function eR(e,t,r,o,n){let i=[t,r,...o];[].forEach.call(e.children,e=>{let t,r,o=!i.includes(e),a=(t=["TEMPLATE","SCRIPT","STYLE","LINK","MAP","META","NOSCRIPT","PICTURE","COL","COLGROUP","PARAM","SLOT","SOURCE","TRACK"].includes(e.tagName),r="INPUT"===e.tagName&&"hidden"===e.getAttribute("type"),!t&&!r);o&&a&&ew(e,n)})}function eT(e,t){let r=-1;return e.some((e,o)=>!!t(e)&&(r=o,!0)),r}let eP=()=>{},eA=new class{constructor(){this.modals=[],this.containers=[]}add(e,t){let r,o=this.modals.indexOf(e);if(-1!==o)return o;o=this.modals.length,this.modals.push(e),e.modalRef&&ew(e.modalRef,!1);let n=(r=[],[].forEach.call(t.children,e=>{"true"===e.getAttribute("aria-hidden")&&r.push(e)}),r);eR(t,e.mount,e.modalRef,n,!0);let i=eT(this.containers,e=>e.container===t);return -1!==i?this.containers[i].modals.push(e):this.containers.push({modals:[e],container:t,restore:null,hiddenSiblings:n}),o}mount(e,t){let r=eT(this.containers,t=>t.modals.includes(e)),o=this.containers[r];o.restore||(o.restore=function(e,t){let r=[],o=e.container;if(!t.disableScrollLock){let e,t;if((t=(0,es.default)(o)).body===o?(0,eC.default)(o).innerWidth>t.documentElement.clientWidth:o.scrollHeight>o.clientHeight){let e=A((0,eC.default)(o));r.push({value:o.style.paddingRight,property:"padding-right",el:o}),o.style.paddingRight=`${eM(o)+e}px`;let t=(0,es.default)(o).querySelectorAll(".mui-fixed");[].forEach.call(t,t=>{r.push({value:t.style.paddingRight,property:"padding-right",el:t}),t.style.paddingRight=`${eM(t)+e}px`})}if(o.parentNode instanceof DocumentFragment)e=(0,es.default)(o).body;else{let t=o.parentElement,r=(0,eC.default)(o);e=t?.nodeName==="HTML"&&"scroll"===r.getComputedStyle(t).overflowY?t:o}r.push({value:e.style.overflow,property:"overflow",el:e},{value:e.style.overflowX,property:"overflow-x",el:e},{value:e.style.overflowY,property:"overflow-y",el:e}),e.style.overflow="hidden"}return()=>{r.forEach(({value:e,el:t,property:r})=>{e?t.style.setProperty(r,e):t.style.removeProperty(r)})}}(o,t))}remove(e,t=!0){let r=this.modals.indexOf(e);if(-1===r)return r;let o=eT(this.containers,t=>t.modals.includes(e)),n=this.containers[o];if(n.modals.splice(n.modals.indexOf(e),1),this.modals.splice(r,1),0===n.modals.length)n.restore&&n.restore(),e.modalRef&&ew(e.modalRef,t),eR(n.container,e.mount,e.modalRef,n.hiddenSiblings,!1),this.containers.splice(o,1);else{let e=n.modals[n.modals.length-1];e.modalRef&&ew(e.modalRef,!1)}return r}isTopModal(e){return this.modals.length>0&&this.modals[this.modals.length-1]===e}},ej=function(e){let{container:t,disableEscapeKeyDown:o=!1,disableScrollLock:n=!1,closeAfterTransition:i=!1,onTransitionEnter:a,onTransitionExited:l,children:s,onClose:u,open:d,rootRef:c}=e,p=r.useRef({}),f=r.useRef(null),m=r.useRef(null),h=(0,el.default)(m,c),[g,y]=r.useState(!d),v=!!s&&s.props.hasOwnProperty("in"),b=!0;("false"===e["aria-hidden"]||!1===e["aria-hidden"])&&(b=!1);let x=()=>(p.current.modalRef=m.current,p.current.mount=f.current,p.current),S=()=>{eA.mount(x(),{disableScrollLock:n}),m.current&&(m.current.scrollTop=0)},k=(0,eS.default)(()=>{let e=("function"==typeof t?t():t)||(0,es.default)(f.current).body;eA.add(x(),e),m.current&&S()}),E=()=>eA.isTopModal(x()),C=(0,eS.default)(e=>{f.current=e,e&&(d&&E()?S():m.current&&ew(m.current,b))}),w=r.useCallback(()=>{eA.remove(x(),b)},[b]);return r.useEffect(()=>()=>{w()},[w]),r.useEffect(()=>{d?k():v&&i||w()},[d,w,v,i,k]),{getRootProps:(t={})=>{let r=(0,eE.default)(e);delete r.onTransitionEnter,delete r.onTransitionExited;let n={...r,...t};return{role:"presentation",...n,onKeyDown:e=>{n.onKeyDown?.(e),"Escape"===e.key&&229!==e.which&&E()&&!o&&(e.stopPropagation(),u&&u(e,"escapeKeyDown"))},ref:h}},getBackdropProps:(e={})=>({"aria-hidden":!0,...e,onClick:t=>{e.onClick?.(t),t.target===t.currentTarget&&u&&u(t,"backdropClick")},open:d}),getTransitionProps:()=>({onEnter:ek(()=>{y(!1),a&&a()},s?.props.onEnter??eP),onExited:ek(()=>{y(!0),l&&l(),i&&w()},s?.props.onExited??eP)}),rootRef:h,portalRef:C,isTopModal:E,exited:g,hasTransition:v}};function eI(e){return(0,p.default)("MuiModal",e)}(0,c.default)("MuiModal",["root","hidden","backdrop"]);let e$=(0,i.styled)("div",{name:"MuiModal",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:r}=e;return[t.root,!r.open&&r.exited&&t.hidden]}})((0,a.default)(({theme:e})=>({position:"fixed",zIndex:(e.vars||e).zIndex.modal,right:0,bottom:0,top:0,left:0,variants:[{props:({ownerState:e})=>!e.open&&e.exited,style:{visibility:"hidden"}}]}))),eL=(0,i.styled)(ex,{name:"MuiModal",slot:"Backdrop"})({zIndex:-1}),eN=r.forwardRef(function(e,i){let a=(0,l.useDefaultProps)({name:"MuiModal",props:e}),{BackdropComponent:s=eL,BackdropProps:u,classes:d,className:c,closeAfterTransition:p=!1,children:f,container:m,component:h,components:g={},componentsProps:y={},disableAutoFocus:v=!1,disableEnforceFocus:b=!1,disableEscapeKeyDown:x=!1,disablePortal:S=!1,disableRestoreFocus:k=!1,disableScrollLock:E=!1,hideBackdrop:C=!1,keepMounted:w=!1,onClose:M,onTransitionEnter:R,onTransitionExited:T,open:P,slotProps:A={},slots:j={},theme:I,...$}=a,L={...a,closeAfterTransition:p,disableAutoFocus:v,disableEnforceFocus:b,disableEscapeKeyDown:x,disablePortal:S,disableRestoreFocus:k,disableScrollLock:E,hideBackdrop:C,keepMounted:w},{getRootProps:N,getBackdropProps:O,getTransitionProps:D,portalRef:B,isTopModal:z,exited:F,hasTransition:H}=ej({...L,rootRef:i}),W={...L,exited:F},K=(e=>{let{open:t,exited:r,classes:o}=e;return(0,n.default)({root:["root",!t&&r&&"hidden"],backdrop:["backdrop"]},eI,o)})(W),V={};if(void 0===f.props.tabIndex&&(V.tabIndex="-1"),H){let{onEnter:e,onExited:t}=D();V.onEnter=e,V.onExited=t}let U={slots:{root:g.Root,backdrop:g.Backdrop,...j},slotProps:{...y,...A}},[G,_]=(0,eh.default)("root",{ref:i,elementType:e$,externalForwardedProps:{...U,...$,component:h},getSlotProps:N,ownerState:W,className:(0,o.default)(c,K?.root,!W.open&&W.exited&&K?.hidden)}),[q,Y]=(0,eh.default)("backdrop",{ref:u?.ref,elementType:s,externalForwardedProps:U,shouldForwardComponentProp:!0,additionalProps:u,getSlotProps:e=>O({...e,onClick:t=>{e?.onClick&&e.onClick(t)}}),className:(0,o.default)(u?.className,K?.backdrop),ownerState:W});return w||P||H&&!F?(0,t.jsx)(em,{ref:B,container:m,disablePortal:S,children:(0,t.jsxs)(G,{..._,children:[!C&&s?(0,t.jsx)(q,{...Y}):null,(0,t.jsx)(ec,{disableEnforceFocus:b,disableAutoFocus:v,disableRestoreFocus:k,isEnabled:z,open:P,children:r.cloneElement(f,V)})]})}):null});function eO(e){return(0,p.default)("MuiPopover",e)}function eD(e,t){let r=0;return"number"==typeof t?r=t:"center"===t?r=e.height/2:"bottom"===t&&(r=e.height),r}function eB(e,t){let r=0;return"number"==typeof t?r=t:"center"===t?r=e.width/2:"right"===t&&(r=e.width),r}function ez(e){return[e.horizontal,e.vertical].map(e=>"number"==typeof e?`${e}px`:e).join(" ")}function eF(e){return"function"==typeof e?e():e}(0,c.default)("MuiPopover",["root","paper"]);let eH=(0,i.styled)(eN,{name:"MuiPopover",slot:"Root"})({}),eW=(0,i.styled)(d.default,{name:"MuiPopover",slot:"Paper"})({position:"absolute",overflowY:"auto",overflowX:"hidden",minWidth:16,minHeight:16,maxWidth:"calc(100% - 32px)",maxHeight:"calc(100% - 32px)",outline:0}),eK=r.forwardRef(function(e,i){let a=(0,l.useDefaultProps)({props:e,name:"MuiPopover"}),{action:s,anchorEl:u,anchorOrigin:d={vertical:"top",horizontal:"left"},anchorPosition:c,anchorReference:p="anchorEl",children:f,className:m,container:h,elevation:g=8,marginThreshold:y=16,open:v,PaperProps:b={},slots:x={},slotProps:S={},transformOrigin:k={vertical:"top",horizontal:"left"},TransitionComponent:E,transitionDuration:C="auto",TransitionProps:M={},disableScrollLock:R=!1,...T}=a,P=r.useRef(),A={...a,anchorOrigin:d,anchorReference:p,elevation:g,marginThreshold:y,transformOrigin:k,TransitionComponent:E,transitionDuration:C,TransitionProps:M},j=(e=>{let{classes:t}=e;return(0,n.default)({root:["root"],paper:["paper"]},eO,t)})(A),I=r.useCallback(()=>{if("anchorPosition"===p)return c;let e=eF(u),t=(e&&1===e.nodeType?e:(0,w.default)(P.current).body).getBoundingClientRect();return{top:t.top+eD(t,d.vertical),left:t.left+eB(t,d.horizontal)}},[u,d.horizontal,d.vertical,c,p]),$=r.useCallback(e=>({vertical:eD(e,k.vertical),horizontal:eB(e,k.horizontal)}),[k.horizontal,k.vertical]),L=r.useCallback(e=>{let t={width:e.offsetWidth,height:e.offsetHeight},r=$(t);if("none"===p)return{top:null,left:null,transformOrigin:ez(r)};let o=I(),n=o.top-r.vertical,i=o.left-r.horizontal,a=n+t.height,l=i+t.width,s=(0,H.default)(eF(u)),d=s.innerHeight-y,c=s.innerWidth-y;if(null!==y&&nd){let e=a-d;n-=e,r.vertical+=e}if(null!==y&&ic){let e=l-c;i-=e,r.horizontal+=e}return{top:`${Math.round(n)}px`,left:`${Math.round(i)}px`,transformOrigin:ez(r)}},[u,p,I,$,y]),[N,O]=r.useState(v),D=r.useCallback(()=>{let e=P.current;if(!e)return;let t=L(e);null!==t.top&&e.style.setProperty("top",t.top),null!==t.left&&(e.style.left=t.left),e.style.transformOrigin=t.transformOrigin,O(!0)},[L]);r.useEffect(()=>(R&&window.addEventListener("scroll",D),()=>window.removeEventListener("scroll",D)),[u,R,D]),r.useEffect(()=>{v&&D()}),r.useImperativeHandle(s,()=>v?{updatePosition:()=>{D()}}:null,[v,D]),r.useEffect(()=>{if(!v)return;let e=(0,F.default)(()=>{D()}),t=(0,H.default)(eF(u));return t.addEventListener("resize",e),()=>{e.clear(),t.removeEventListener("resize",e)}},[u,v,D]);let B=C,W={slots:{transition:E,...x},slotProps:{transition:M,paper:b,...S}},[K,V]=(0,eh.default)("transition",{elementType:ea,externalForwardedProps:W,ownerState:A,getSlotProps:e=>({...e,onEntering:(t,r)=>{e.onEntering?.(t,r),D()},onExited:t=>{e.onExited?.(t),O(!1)}}),additionalProps:{appear:!0,in:v}});"auto"!==C||K.muiSupportAuto||(B=void 0);let U=h||(u?(0,w.default)(eF(u)).body:void 0),[G,{slots:_,slotProps:q,...Y}]=(0,eh.default)("root",{ref:i,elementType:eH,externalForwardedProps:{...W,...T},shouldForwardComponentProp:!0,additionalProps:{slots:{backdrop:x.backdrop},slotProps:{backdrop:function(e,t){if(!e)return t;function r(e,t){let r={};return Object.keys(t).forEach(o=>{var n;let i;n=t[o],i=o.charCodeAt(2),"o"===o[0]&&"n"===o[1]&&i>=65&&i<=90&&"function"==typeof n&&"function"==typeof e[o]&&(r[o]=(...r)=>{e[o](...r),t[o](...r)})}),r}if("function"==typeof e||"function"==typeof t)return n=>{let i="function"==typeof t?t(n):t,a="function"==typeof e?e({...n,...i}):e,l=(0,o.default)(n?.className,i?.className,a?.className),s=r(a,i);return{...i,...a,...s,...!!l&&{className:l},...i?.style&&a?.style&&{style:{...i.style,...a.style}},...i?.sx&&a?.sx&&{sx:[...Array.isArray(i.sx)?i.sx:[i.sx],...Array.isArray(a.sx)?a.sx:[a.sx]]}}};let n=r(e,t),i=(0,o.default)(t?.className,e?.className);return{...t,...e,...n,...!!i&&{className:i},...t?.style&&e?.style&&{style:{...t.style,...e.style}},...t?.sx&&e?.sx&&{sx:[...Array.isArray(t.sx)?t.sx:[t.sx],...Array.isArray(e.sx)?e.sx:[e.sx]]}}}("function"==typeof S.backdrop?S.backdrop(A):S.backdrop,{invisible:!0})},container:U,open:v},ownerState:A,className:(0,o.default)(j.root,m)}),[X,J]=(0,eh.default)("paper",{ref:P,className:j.paper,elementType:eW,externalForwardedProps:W,shouldForwardComponentProp:!0,additionalProps:{elevation:g,style:N?void 0:{opacity:0}},ownerState:A});return(0,t.jsx)(G,{...Y,...!(0,z.default)(G)&&{slots:_,slotProps:q,disableScrollLock:R},children:(0,t.jsx)(K,{...V,timeout:B,children:(0,t.jsx)(X,{...J,children:f})})})});var eV=e.i(52039);function eU(e){return(0,p.default)("MuiMenu",e)}(0,c.default)("MuiMenu",["root","paper","list"]);let eG={vertical:"top",horizontal:"right"},e_={vertical:"top",horizontal:"left"},eq=(0,i.styled)(eK,{shouldForwardProp:e=>(0,eV.default)(e)||"classes"===e,name:"MuiMenu",slot:"Root"})({}),eY=(0,i.styled)(eW,{name:"MuiMenu",slot:"Paper"})({maxHeight:"calc(100% - 96px)",WebkitOverflowScrolling:"touch"}),eX=(0,i.styled)(B,{name:"MuiMenu",slot:"List"})({outline:0}),eJ=r.forwardRef(function(e,i){let a=(0,l.useDefaultProps)({props:e,name:"MuiMenu"}),{autoFocus:s=!0,children:u,className:d,disableAutoFocusItem:c=!1,MenuListProps:p={},onClose:f,open:m,PaperProps:h={},PopoverClasses:g,transitionDuration:y="auto",TransitionProps:{onEntering:v,...b}={},variant:x="selectedMenu",slots:S={},slotProps:k={},...w}=a,M=(0,E.useRtl)(),R={...a,autoFocus:s,disableAutoFocusItem:c,MenuListProps:p,onEntering:v,PaperProps:h,transitionDuration:y,TransitionProps:b,variant:x},T=(e=>{let{classes:t}=e;return(0,n.default)({root:["root"],paper:["paper"],list:["list"]},eU,t)})(R),P=s&&!c&&m,A=r.useRef(null),j=-1;r.Children.map(u,(e,t)=>{r.isValidElement(e)&&(e.props.disabled||("selectedMenu"===x&&e.props.selected?j=t:-1===j&&(j=t)))});let I={slots:S,slotProps:{list:p,transition:b,paper:h,...k}},$=(0,C.default)({elementType:S.root,externalSlotProps:k.root,ownerState:R,className:[T.root,d]}),[L,N]=(0,eh.default)("paper",{className:T.paper,elementType:eY,externalForwardedProps:I,shouldForwardComponentProp:!0,ownerState:R}),[O,D]=(0,eh.default)("list",{className:(0,o.default)(T.list,p.className),elementType:eX,shouldForwardComponentProp:!0,externalForwardedProps:I,getSlotProps:e=>({...e,onKeyDown:t=>{"Tab"===t.key&&(t.preventDefault(),f&&f(t,"tabKeyDown")),e.onKeyDown?.(t)}}),ownerState:R}),B="function"==typeof I.slotProps.transition?I.slotProps.transition(R):I.slotProps.transition;return(0,t.jsx)(eq,{onClose:f,anchorOrigin:{vertical:"bottom",horizontal:M?"right":"left"},transformOrigin:M?eG:e_,slots:{root:S.root,paper:L,backdrop:S.backdrop,...S.transition&&{transition:S.transition}},slotProps:{root:$,paper:N,backdrop:"function"==typeof k.backdrop?k.backdrop(R):k.backdrop,transition:{...B,onEntering:(...e)=>{((e,t)=>{A.current&&A.current.adjustStyleForScrollbar(e,{direction:M?"rtl":"ltr"}),v&&v(e,t)})(...e),B?.onEntering?.(...e)}}},open:m,ref:i,transitionDuration:y,ownerState:R,...w,classes:g,children:(0,t.jsx)(O,{actions:A,autoFocus:s&&(-1===j||c),autoFocusItem:P,variant:x,...D,children:u})})});var eQ=e.i(54033);let eZ=(0,c.default)("MuiDivider",["root","absolute","fullWidth","inset","middle","flexItem","light","vertical","withChildren","withChildrenVertical","textAlignRight","textAlignLeft","wrapper","wrapperVertical"]),e0=(0,c.default)("MuiListItemIcon",["root","alignItemsFlexStart"]),e1=(0,c.default)("MuiListItemText",["root","multiline","dense","inset","primary","secondary"]);function e6(e){return(0,p.default)("MuiMenuItem",e)}let e3=(0,c.default)("MuiMenuItem",["root","focusVisible","dense","disabled","divider","gutters","selected"]),e5=(0,i.styled)(eQ.default,{shouldForwardProp:e=>(0,eV.default)(e)||"classes"===e,name:"MuiMenuItem",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:r}=e;return[t.root,r.dense&&t.dense,r.divider&&t.divider,!r.disableGutters&&t.gutters]}})((0,a.default)(({theme:e})=>({...e.typography.body1,display:"flex",justifyContent:"flex-start",alignItems:"center",position:"relative",textDecoration:"none",minHeight:48,paddingTop:6,paddingBottom:6,boxSizing:"border-box",whiteSpace:"nowrap","&:hover":{textDecoration:"none",backgroundColor:(e.vars||e).palette.action.hover,"@media (hover: none)":{backgroundColor:"transparent"}},[`&.${e3.selected}`]:{backgroundColor:e.alpha((e.vars||e).palette.primary.main,(e.vars||e).palette.action.selectedOpacity),[`&.${e3.focusVisible}`]:{backgroundColor:e.alpha((e.vars||e).palette.primary.main,`${(e.vars||e).palette.action.selectedOpacity} + ${(e.vars||e).palette.action.focusOpacity}`)}},[`&.${e3.selected}:hover`]:{backgroundColor:e.alpha((e.vars||e).palette.primary.main,`${(e.vars||e).palette.action.selectedOpacity} + ${(e.vars||e).palette.action.hoverOpacity}`),"@media (hover: none)":{backgroundColor:e.alpha((e.vars||e).palette.primary.main,(e.vars||e).palette.action.selectedOpacity)}},[`&.${e3.focusVisible}`]:{backgroundColor:(e.vars||e).palette.action.focus},[`&.${e3.disabled}`]:{opacity:(e.vars||e).palette.action.disabledOpacity},[`& + .${eZ.root}`]:{marginTop:e.spacing(1),marginBottom:e.spacing(1)},[`& + .${eZ.inset}`]:{marginLeft:52},[`& .${e1.root}`]:{marginTop:0,marginBottom:0},[`& .${e1.inset}`]:{paddingLeft:36},[`& .${e0.root}`]:{minWidth:36},variants:[{props:({ownerState:e})=>!e.disableGutters,style:{paddingLeft:16,paddingRight:16}},{props:({ownerState:e})=>e.divider,style:{borderBottom:`1px solid ${(e.vars||e).palette.divider}`,backgroundClip:"padding-box"}},{props:({ownerState:e})=>!e.dense,style:{[e.breakpoints.up("sm")]:{minHeight:"auto"}}},{props:({ownerState:e})=>e.dense,style:{minHeight:32,paddingTop:4,paddingBottom:4,...e.typography.body2,[`& .${e0.root} svg`]:{fontSize:"1.25rem"}}}]}))),e7=r.forwardRef(function(e,i){let a,s=(0,l.useDefaultProps)({props:e,name:"MuiMenuItem"}),{autoFocus:u=!1,component:d="li",dense:c=!1,divider:p=!1,disableGutters:f=!1,focusVisibleClassName:m,role:h="menuitem",tabIndex:g,className:y,...v}=s,b=r.useContext(M),x=r.useMemo(()=>({dense:c||b.dense||!1,disableGutters:f}),[b.dense,c,f]),S=r.useRef(null);(0,I.default)(()=>{u&&S.current&&S.current.focus()},[u]);let k={...s,dense:x.dense,divider:p,disableGutters:f},E=(e=>{let{disabled:t,dense:r,divider:o,disableGutters:i,selected:a,classes:l}=e,s=(0,n.default)({root:["root",r&&"dense",t&&"disabled",!i&&"gutters",o&&"divider",a&&"selected"]},e6,l);return{...l,...s}})(s),C=(0,j.default)(S,i);return s.disabled||(a=void 0!==g?g:-1),(0,t.jsx)(M.Provider,{value:x,children:(0,t.jsx)(e5,{ref:C,role:h,tabIndex:a,component:d,focusVisibleClassName:(0,o.default)(E.focusVisible,m),className:(0,o.default)(E.root,y),...v,ownerState:k,classes:E})})}),e2=r.createContext(null);function e4(){return r.useContext(e2)}let e8="function"==typeof Symbol&&Symbol.for?Symbol.for("mui.nested"):"__THEME_NESTED__",e9=function(e){let{children:o,theme:n}=e,i=e4(),a=r.useMemo(()=>{var e,t;let r=null===i?{...n}:(e=i,"function"==typeof(t=n)?t(e):{...e,...t});return null!=r&&(r[e8]=null!==i),r},[n,i]);return(0,t.jsx)(e2.Provider,{value:a,children:o})};var te=e.i(28419),tt=e.i(86931),tr=e.i(86373),to=e.i(55777);let tn=0,ti={...r}.useId;var ta=e.i(73852);let tl={};function ts(e,t,o,n=!1){return r.useMemo(()=>{let r=e&&t[e]||t;if("function"==typeof o){let i=o(r),a=e?{...t,[e]:i}:i;return n?()=>a:a}return e?{...t,[e]:o}:{...t,...o}},[e,t,o,n])}let tu=function(e){let{children:o,theme:n,themeId:i}=e,a=(0,tt.default)(tl),l=e4()||tl,s=ts(i,a,n),u=ts(i,l,n,!0),d="rtl"===(i?s[i]:s).direction,c=function(e){let o=(0,tt.default)(),n=function(e){if(void 0!==ti){let e=ti();return(void 0)??e}return function(e){let[t,o]=r.useState(e),n=e||t;return r.useEffect(()=>{null==t&&(tn+=1,o(`mui-${tn}`))},[t]),n}(void 0)}()||"",{modularCssLayers:i}=e,a="mui.global, mui.components, mui.theme, mui.custom, mui.sx";return(a=i&&null===o?"string"==typeof i?i.replace(/mui(?!\.)/g,a):`@layer ${a};`:"",(0,to.default)(()=>{let e=document.querySelector("head");if(!e)return;let t=e.firstChild;if(a){if(t&&t.hasAttribute?.("data-mui-layer-order")&&t.getAttribute("data-mui-layer-order")===n)return;let r=document.createElement("style");r.setAttribute("data-mui-layer-order",n),r.textContent=a,e.prepend(r)}else e.querySelector(`style[data-mui-layer-order="${n}"]`)?.remove()},[a,n]),a)?(0,t.jsx)(ta.default,{styles:a}):null}(s);return(0,t.jsx)(e9,{theme:u,children:(0,t.jsx)(te.ThemeContext.Provider,{value:s,children:(0,t.jsx)(E.default,{value:d,children:(0,t.jsxs)(tr.default,{value:i?s[i].components:s.components,children:[c,o]})})})})};var td=e.i(2001);function tc({theme:e,...r}){let o=td.default in e?e[td.default]:void 0;return(0,t.jsx)(tu,{...r,themeId:o?td.default:void 0,theme:o||e})}var tp=e.i(17028),tf=e.i(98006);let tm="mode",th="color-scheme";function tg(){}let ty=({key:e,storageWindow:t})=>(t||"undefined"==typeof window||(t=window),{get(r){let o;if("undefined"!=typeof window){if(!t)return r;try{o=t.localStorage.getItem(e)}catch{}return o||r}},set:r=>{if(t)try{t.localStorage.setItem(e,r)}catch{}},subscribe:r=>{if(!t)return tg;let o=t=>{let o=t.newValue;t.key===e&&r(o)};return t.addEventListener("storage",o),()=>{t.removeEventListener("storage",o)}}});function tv(){}function tb(e){if("undefined"!=typeof window&&"function"==typeof window.matchMedia&&"system"===e)return window.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light"}function tx(e,t){return"light"===e.mode||"system"===e.mode&&"light"===e.systemMode?t("light"):"dark"===e.mode||"system"===e.mode&&"dark"===e.systemMode?t("dark"):void 0}var tS=e.i(1937),tk=e.i(35767);let{CssVarsProvider:tE,useColorScheme:tC,getInitColorSchemeScript:tw}=function(e){let{themeId:o,theme:n={},modeStorageKey:i=tm,colorSchemeStorageKey:a=th,disableTransitionOnChange:l=!1,defaultColorScheme:s,resolveTheme:u}=e,d={allColorSchemes:[],colorScheme:void 0,darkColorScheme:void 0,lightColorScheme:void 0,mode:void 0,setColorScheme:()=>{},setMode:()=>{},systemMode:void 0},c=r.createContext(void 0),p={},f={},m="string"==typeof s?s:s.light,h="string"==typeof s?s:s.dark;return{CssVarsProvider:function(e){let{children:d,theme:m,modeStorageKey:h=i,colorSchemeStorageKey:g=a,disableTransitionOnChange:y=l,storageManager:v,storageWindow:b="undefined"==typeof window?void 0:window,documentNode:x="undefined"==typeof document?void 0:document,colorSchemeNode:S="undefined"==typeof document?void 0:document.documentElement,disableNestedContext:k=!1,disableStyleSheetGeneration:E=!1,defaultMode:C="system",forceThemeRerender:w=!1,noSsr:M}=e,R=r.useRef(!1),T=e4(),P=r.useContext(c),A=!!P&&!k,j=r.useMemo(()=>m||("function"==typeof n?n():n),[m]),I=j[o],$=I||j,{colorSchemes:L=p,components:N=f,cssVarPrefix:O}=$,D=Object.keys(L).filter(e=>!!L[e]).join(","),B=r.useMemo(()=>D.split(","),[D]),z="string"==typeof s?s:s.light,F="string"==typeof s?s:s.dark,H=L[z]&&L[F]?C:L[$.defaultColorScheme]?.palette?.mode||$.palette?.mode,{mode:W,setMode:K,systemMode:V,lightColorScheme:U,darkColorScheme:G,colorScheme:_,setColorScheme:q}=function(e){let{defaultMode:t="light",defaultLightColorScheme:o,defaultDarkColorScheme:n,supportedColorSchemes:i=[],modeStorageKey:a=tm,colorSchemeStorageKey:l=th,storageWindow:s="undefined"==typeof window?void 0:window,storageManager:u=ty,noSsr:d=!1}=e,c=i.join(","),p=i.length>1,f=r.useMemo(()=>u?.({key:a,storageWindow:s}),[u,a,s]),m=r.useMemo(()=>u?.({key:`${l}-light`,storageWindow:s}),[u,l,s]),h=r.useMemo(()=>u?.({key:`${l}-dark`,storageWindow:s}),[u,l,s]),[g,y]=r.useState(()=>{let e=f?.get(t)||t,r=m?.get(o)||o,i=h?.get(n)||n;return{mode:e,systemMode:tb(e),lightColorScheme:r,darkColorScheme:i}}),[v,b]=r.useState(d||!p);r.useEffect(()=>{b(!0)},[]);let x=tx(g,e=>"light"===e?g.lightColorScheme:"dark"===e?g.darkColorScheme:void 0),S=r.useCallback(e=>{y(r=>{if(e===r.mode)return r;let o=e??t;return f?.set(o),{...r,mode:o,systemMode:tb(o)}})},[f,t]),k=r.useCallback(e=>{e?"string"==typeof e?e&&!c.includes(e)?console.error(`\`${e}\` does not exist in \`theme.colorSchemes\`.`):y(t=>{let r={...t};return tx(t,t=>{"light"===t&&(m?.set(e),r.lightColorScheme=e),"dark"===t&&(h?.set(e),r.darkColorScheme=e)}),r}):y(t=>{let r={...t},i=null===e.light?o:e.light,a=null===e.dark?n:e.dark;return i&&(c.includes(i)?(r.lightColorScheme=i,m?.set(i)):console.error(`\`${i}\` does not exist in \`theme.colorSchemes\`.`)),a&&(c.includes(a)?(r.darkColorScheme=a,h?.set(a)):console.error(`\`${a}\` does not exist in \`theme.colorSchemes\`.`)),r}):y(e=>(m?.set(o),h?.set(n),{...e,lightColorScheme:o,darkColorScheme:n}))},[c,m,h,o,n]),E=r.useCallback(e=>{"system"===g.mode&&y(t=>{let r=e?.matches?"dark":"light";return t.systemMode===r?t:{...t,systemMode:r}})},[g.mode]),C=r.useRef(E);return C.current=E,r.useEffect(()=>{if("function"!=typeof window.matchMedia||!p)return;let e=(...e)=>C.current(...e),t=window.matchMedia("(prefers-color-scheme: dark)");return t.addListener(e),e(t),()=>{t.removeListener(e)}},[p]),r.useEffect(()=>{if(p){let e=f?.subscribe(e=>{(!e||["light","dark","system"].includes(e))&&S(e||t)})||tv,r=m?.subscribe(e=>{(!e||c.match(e))&&k({light:e})})||tv,o=h?.subscribe(e=>{(!e||c.match(e))&&k({dark:e})})||tv;return()=>{e(),r(),o()}}},[k,S,c,t,s,p,f,m,h]),{...g,mode:v?g.mode:void 0,systemMode:v?g.systemMode:void 0,colorScheme:v?x:void 0,setMode:S,setColorScheme:k}}({supportedColorSchemes:B,defaultLightColorScheme:z,defaultDarkColorScheme:F,modeStorageKey:h,colorSchemeStorageKey:g,defaultMode:H,storageManager:v,storageWindow:b,noSsr:M}),Y=W,X=_;A&&(Y=P.mode,X=P.colorScheme);let J=X||$.defaultColorScheme;$.vars&&!w&&(J=$.defaultColorScheme);let Q=r.useMemo(()=>{let e=$.generateThemeVars?.()||$.vars,t={...$,components:N,colorSchemes:L,cssVarPrefix:O,vars:e};if("function"==typeof t.generateSpacing&&(t.spacing=t.generateSpacing()),J){let e=L[J];e&&"object"==typeof e&&Object.keys(e).forEach(r=>{e[r]&&"object"==typeof e[r]?t[r]={...t[r],...e[r]}:t[r]=e[r]})}return u?u(t):t},[$,J,N,L,O]),Z=$.colorSchemeSelector;(0,to.default)(()=>{if(X&&S&&Z&&"media"!==Z){let e=Z;if("class"===Z&&(e=".%s"),"data"===Z&&(e="[data-%s]"),Z?.startsWith("data-")&&!Z.includes("%s")&&(e=`[${Z}="%s"]`),e.startsWith("."))S.classList.remove(...B.map(t=>e.substring(1).replace("%s",t))),S.classList.add(e.substring(1).replace("%s",X));else{let t=e.replace("%s",X).match(/\[([^\]]+)\]/);if(t){let[e,r]=t[1].split("=");r||B.forEach(t=>{S.removeAttribute(e.replace(X,t))}),S.setAttribute(e,r?r.replace(/"|'/g,""):"")}else S.setAttribute(e,X)}}},[X,Z,S,B]),r.useEffect(()=>{let e;if(y&&R.current&&x){let t=x.createElement("style");t.appendChild(x.createTextNode("*{-webkit-transition:none!important;-moz-transition:none!important;-o-transition:none!important;-ms-transition:none!important;transition:none!important}")),x.head.appendChild(t),window.getComputedStyle(x.body),e=setTimeout(()=>{x.head.removeChild(t)},1)}return()=>{clearTimeout(e)}},[X,y,x]),r.useEffect(()=>(R.current=!0,()=>{R.current=!1}),[]);let ee=r.useMemo(()=>({allColorSchemes:B,colorScheme:X,darkColorScheme:G,lightColorScheme:U,mode:Y,setColorScheme:q,setMode:K,systemMode:V}),[B,X,G,U,Y,q,K,V,Q.colorSchemeSelector]),et=!0;(E||!1===$.cssVariables||A&&T?.cssVarPrefix===O)&&(et=!1);let er=(0,t.jsxs)(r.Fragment,{children:[(0,t.jsx)(tu,{themeId:I?o:void 0,theme:Q,children:d}),et&&(0,t.jsx)(tf.GlobalStyles,{styles:Q.generateStyleSheets?.()||[]})]});return A?er:(0,t.jsx)(c.Provider,{value:ee,children:er})},useColorScheme:()=>r.useContext(c)||d,getInitColorSchemeScript:e=>(function(e){let{defaultMode:r="system",defaultLightColorScheme:o="light",defaultDarkColorScheme:n="dark",modeStorageKey:i=tm,colorSchemeStorageKey:a=th,attribute:l="data-color-scheme",colorSchemeNode:s="document.documentElement",nonce:u}=e||{},d="",c=l;if("class"===l&&(c=".%s"),"data"===l&&(c="[data-%s]"),c.startsWith(".")){let e=c.substring(1);d+=`${s}.classList.remove('${e}'.replace('%s', light), '${e}'.replace('%s', dark)); ${s}.classList.add('${e}'.replace('%s', colorScheme));`}let p=c.match(/\[([^[\]]+)\]/);if(p){let[e,t]=p[1].split("=");t||(d+=`${s}.removeAttribute('${e}'.replace('%s', light)); ${s}.removeAttribute('${e}'.replace('%s', dark));`),d+=` ${s}.setAttribute('${e}'.replace('%s', colorScheme), ${t?`${t}.replace('%s', colorScheme)`:'""'});`}else d+=`${s}.setAttribute('${c}', colorScheme);`;return(0,t.jsx)("script",{suppressHydrationWarning:!0,nonce:"undefined"==typeof window?u:"",dangerouslySetInnerHTML:{__html:`(function() { @@ -25,4 +25,4 @@ try { if (colorScheme) { ${d} } -} catch(e){}})();`}},"mui-color-scheme-init")})({colorSchemeStorageKey:a,defaultLightColorScheme:m,defaultDarkColorScheme:h,modeStorageKey:i,...e})}}({themeId:td.default,theme:()=>(0,tS.default)({cssVariables:!0}),colorSchemeStorageKey:"mui-color-scheme",modeStorageKey:"mui-mode",defaultColorScheme:{light:"light",dark:"dark"},resolveTheme:e=>{let t={...e,typography:(0,tk.default)(e.palette,e.typography)};return t.unstable_sx=function(e){return(0,tp.default)({sx:e,theme:this})},t}});function tM({theme:e,...o}){let n=r.useMemo(()=>{if("function"==typeof e)return e;let t=td.default in e?e[td.default]:e;return"colorSchemes"in t?null:"vars"in t?e:{...e,vars:null}},[e]);return n?(0,t.jsx)(tc,{theme:n,...o}):(0,t.jsx)(tE,{theme:e,...o})}var tR=e.i(6376),tT=e.i(35642);let tP="function"==typeof(0,tT.globalCss)({}),tA=(e,t=!1)=>{let r={};t&&e.colorSchemes&&"function"==typeof e.getColorSchemeSelector&&Object.entries(e.colorSchemes).forEach(([t,o])=>{let n=e.getColorSchemeSelector(t);n.startsWith("@")?r[n]={":root":{colorScheme:o.palette?.mode}}:r[n.replace(/\s*&/,"")]={colorScheme:o.palette?.mode}});let o={html:{WebkitFontSmoothing:"antialiased",MozOsxFontSmoothing:"grayscale",boxSizing:"border-box",WebkitTextSizeAdjust:"100%",...t&&!e.vars&&{colorScheme:e.palette.mode}},"*, *::before, *::after":{boxSizing:"inherit"},"strong, b":{fontWeight:e.typography.fontWeightBold},body:{margin:0,...{color:(e.vars||e).palette.text.primary,...e.typography.body1,backgroundColor:(e.vars||e).palette.background.default,"@media print":{backgroundColor:(e.vars||e).palette.common.white}},"&::backdrop":{backgroundColor:(e.vars||e).palette.background.default}},...r},n=e.components?.MuiCssBaseline?.styleOverrides;return n&&(o=[o,n]),o},tI="mui-ecs",tj=(0,tT.globalCss)(tP?({theme:e,enableColorScheme:t})=>tA(e,t):({theme:e})=>{let t,r;return r=Array.isArray(t=tA(e,!1))?t[0]:t,!e.vars&&r&&(r.html[`:root:has(${tI})`]={colorScheme:e.palette.mode}),e.colorSchemes&&Object.entries(e.colorSchemes).forEach(([t,o])=>{let n=e.getColorSchemeSelector(t);n.startsWith("@")?r[n]={[`:root:not(:has(.${tI}))`]:{colorScheme:o.palette?.mode}}:r[n.replace(/\s*&/,"")]={[`&:not(:has(.${tI}))`]:{colorScheme:o.palette?.mode}}}),t}),t$=function(e){let{children:o,enableColorScheme:n=!1}=(0,l.useDefaultProps)({props:e,name:"MuiCssBaseline"});return(0,t.jsxs)(r.Fragment,{children:[tP&&(0,t.jsx)(tj,{enableColorScheme:n}),!tP&&!n&&(0,t.jsx)("span",{className:tI,style:{display:"none"}}),o]})};function tL(e){return(0,p.default)("MuiListSubheader",e)}(0,c.default)("MuiListSubheader",["root","colorPrimary","colorInherit","gutters","inset","sticky"]);let tN=(0,i.styled)("li",{name:"MuiListSubheader",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:r}=e;return[t.root,"default"!==r.color&&t[`color${(0,s.default)(r.color)}`],!r.disableGutters&&t.gutters,r.inset&&t.inset,!r.disableSticky&&t.sticky]}})((0,a.default)(({theme:e})=>({boxSizing:"border-box",lineHeight:"48px",listStyle:"none",color:(e.vars||e).palette.text.secondary,fontFamily:e.typography.fontFamily,fontWeight:e.typography.fontWeightMedium,fontSize:e.typography.pxToRem(14),variants:[{props:{color:"primary"},style:{color:(e.vars||e).palette.primary.main}},{props:{color:"inherit"},style:{color:"inherit"}},{props:({ownerState:e})=>!e.disableGutters,style:{paddingLeft:16,paddingRight:16}},{props:({ownerState:e})=>e.inset,style:{paddingLeft:72}},{props:({ownerState:e})=>!e.disableSticky,style:{position:"sticky",top:0,zIndex:1,backgroundColor:(e.vars||e).palette.background.paper}}]}))),tO=r.forwardRef(function(e,r){let i=(0,l.useDefaultProps)({props:e,name:"MuiListSubheader"}),{className:a,color:u="default",component:d="li",disableGutters:c=!1,disableSticky:p=!1,inset:f=!1,...m}=i,h={...i,color:u,component:d,disableGutters:c,disableSticky:p,inset:f},g=(e=>{let{classes:t,color:r,disableGutters:o,inset:i,disableSticky:a}=e,l={root:["root","default"!==r&&`color${(0,s.default)(r)}`,!o&&"gutters",i&&"inset",!a&&"sticky"]};return(0,n.default)(l,tL,t)})(h);return(0,t.jsx)(tN,{as:d,className:(0,o.default)(g.root,a),ref:r,ownerState:h,...m})});tO&&(tO.muiSkipListHighlight=!0);let tD=(0,i.styled)(tO)({backgroundImage:"var(--Paper-overlay)"}),tB=(0,tR.createTheme)({typography:{fontFamily:"inherit"}});e.s(["default",0,({children:e})=>{let[o,n]=r.default.useState(null);return(0,t.jsxs)(tM,{theme:tB,children:[(0,t.jsx)(t$,{}),(0,t.jsx)(y.default,{sx:{flexGrow:1},children:(0,t.jsx)(g,{position:"static",children:(0,t.jsxs)(x,{children:[(0,t.jsxs)(y.default,{sx:{display:"flex",alignItems:"center"},children:[(0,t.jsx)(S.default,{variant:"h6",component:"div",sx:{mr:2,cursor:"pointer"},onClick:()=>window.location.href="/",children:"LeonCloud"}),(0,t.jsx)(k.default,{id:"menu-appbar","aria-controls":"menu-appbar","aria-haspopup":"true",onClick:e=>{n(e.currentTarget)},color:"inherit",children:(0,t.jsx)(S.default,{variant:"body1",component:"span",children:"项目"})})]}),(0,t.jsx)(y.default,{sx:{flexGrow:1}}),(0,t.jsxs)(eJ,{id:"menu-appbar",anchorEl:o,keepMounted:!0,open:!!o,onClose:()=>{n(null)},children:[(0,t.jsx)(tD,{children:"Web"}),(0,t.jsx)(e7,{onClick:()=>window.location.href="/project/leonpan",children:"LeonPan"})]})]})})}),e]})}],54871)}]); \ No newline at end of file +} catch(e){}})();`}},"mui-color-scheme-init")})({colorSchemeStorageKey:a,defaultLightColorScheme:m,defaultDarkColorScheme:h,modeStorageKey:i,...e})}}({themeId:td.default,theme:()=>(0,tS.default)({cssVariables:!0}),colorSchemeStorageKey:"mui-color-scheme",modeStorageKey:"mui-mode",defaultColorScheme:{light:"light",dark:"dark"},resolveTheme:e=>{let t={...e,typography:(0,tk.default)(e.palette,e.typography)};return t.unstable_sx=function(e){return(0,tp.default)({sx:e,theme:this})},t}});function tM({theme:e,...o}){let n=r.useMemo(()=>{if("function"==typeof e)return e;let t=td.default in e?e[td.default]:e;return"colorSchemes"in t?null:"vars"in t?e:{...e,vars:null}},[e]);return n?(0,t.jsx)(tc,{theme:n,...o}):(0,t.jsx)(tE,{theme:e,...o})}var tR=e.i(6376),tT=e.i(35642);let tP="function"==typeof(0,tT.globalCss)({}),tA=(e,t=!1)=>{let r={};t&&e.colorSchemes&&"function"==typeof e.getColorSchemeSelector&&Object.entries(e.colorSchemes).forEach(([t,o])=>{let n=e.getColorSchemeSelector(t);n.startsWith("@")?r[n]={":root":{colorScheme:o.palette?.mode}}:r[n.replace(/\s*&/,"")]={colorScheme:o.palette?.mode}});let o={html:{WebkitFontSmoothing:"antialiased",MozOsxFontSmoothing:"grayscale",boxSizing:"border-box",WebkitTextSizeAdjust:"100%",...t&&!e.vars&&{colorScheme:e.palette.mode}},"*, *::before, *::after":{boxSizing:"inherit"},"strong, b":{fontWeight:e.typography.fontWeightBold},body:{margin:0,...{color:(e.vars||e).palette.text.primary,...e.typography.body1,backgroundColor:(e.vars||e).palette.background.default,"@media print":{backgroundColor:(e.vars||e).palette.common.white}},"&::backdrop":{backgroundColor:(e.vars||e).palette.background.default}},...r},n=e.components?.MuiCssBaseline?.styleOverrides;return n&&(o=[o,n]),o},tj="mui-ecs",tI=(0,tT.globalCss)(tP?({theme:e,enableColorScheme:t})=>tA(e,t):({theme:e})=>{let t,r;return r=Array.isArray(t=tA(e,!1))?t[0]:t,!e.vars&&r&&(r.html[`:root:has(${tj})`]={colorScheme:e.palette.mode}),e.colorSchemes&&Object.entries(e.colorSchemes).forEach(([t,o])=>{let n=e.getColorSchemeSelector(t);n.startsWith("@")?r[n]={[`:root:not(:has(.${tj}))`]:{colorScheme:o.palette?.mode}}:r[n.replace(/\s*&/,"")]={[`&:not(:has(.${tj}))`]:{colorScheme:o.palette?.mode}}}),t}),t$=function(e){let{children:o,enableColorScheme:n=!1}=(0,l.useDefaultProps)({props:e,name:"MuiCssBaseline"});return(0,t.jsxs)(r.Fragment,{children:[tP&&(0,t.jsx)(tI,{enableColorScheme:n}),!tP&&!n&&(0,t.jsx)("span",{className:tj,style:{display:"none"}}),o]})};function tL(e){return(0,p.default)("MuiListSubheader",e)}(0,c.default)("MuiListSubheader",["root","colorPrimary","colorInherit","gutters","inset","sticky"]);let tN=(0,i.styled)("li",{name:"MuiListSubheader",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:r}=e;return[t.root,"default"!==r.color&&t[`color${(0,s.default)(r.color)}`],!r.disableGutters&&t.gutters,r.inset&&t.inset,!r.disableSticky&&t.sticky]}})((0,a.default)(({theme:e})=>({boxSizing:"border-box",lineHeight:"48px",listStyle:"none",color:(e.vars||e).palette.text.secondary,fontFamily:e.typography.fontFamily,fontWeight:e.typography.fontWeightMedium,fontSize:e.typography.pxToRem(14),variants:[{props:{color:"primary"},style:{color:(e.vars||e).palette.primary.main}},{props:{color:"inherit"},style:{color:"inherit"}},{props:({ownerState:e})=>!e.disableGutters,style:{paddingLeft:16,paddingRight:16}},{props:({ownerState:e})=>e.inset,style:{paddingLeft:72}},{props:({ownerState:e})=>!e.disableSticky,style:{position:"sticky",top:0,zIndex:1,backgroundColor:(e.vars||e).palette.background.paper}}]}))),tO=r.forwardRef(function(e,r){let i=(0,l.useDefaultProps)({props:e,name:"MuiListSubheader"}),{className:a,color:u="default",component:d="li",disableGutters:c=!1,disableSticky:p=!1,inset:f=!1,...m}=i,h={...i,color:u,component:d,disableGutters:c,disableSticky:p,inset:f},g=(e=>{let{classes:t,color:r,disableGutters:o,inset:i,disableSticky:a}=e,l={root:["root","default"!==r&&`color${(0,s.default)(r)}`,!o&&"gutters",i&&"inset",!a&&"sticky"]};return(0,n.default)(l,tL,t)})(h);return(0,t.jsx)(tN,{as:d,className:(0,o.default)(g.root,a),ref:r,ownerState:h,...m})});tO&&(tO.muiSkipListHighlight=!0);let tD=(0,i.styled)(tO)({backgroundImage:"var(--Paper-overlay)"}),tB=(0,tR.createTheme)({typography:{fontFamily:"inherit"}});e.s(["default",0,({children:e})=>{let[o,n]=r.default.useState(null);return(0,t.jsxs)(tM,{theme:tB,children:[(0,t.jsx)(t$,{}),(0,t.jsx)(y.default,{sx:{flexGrow:1},children:(0,t.jsx)(g,{position:"static",children:(0,t.jsxs)(x,{children:[(0,t.jsxs)(y.default,{sx:{display:"flex",alignItems:"center"},children:[(0,t.jsx)(S.default,{variant:"h6",component:"div",sx:{mr:2,cursor:"pointer"},onClick:()=>window.location.href="/",children:"LeonCloud"}),(0,t.jsx)(k.default,{id:"menu-appbar","aria-controls":"menu-appbar","aria-haspopup":"true",onClick:e=>{n(e.currentTarget)},color:"inherit",children:(0,t.jsx)(S.default,{variant:"body1",component:"span",children:"项目"})})]}),(0,t.jsx)(y.default,{sx:{flexGrow:1}}),(0,t.jsxs)(eJ,{id:"menu-appbar",anchorEl:o,keepMounted:!0,open:!!o,onClose:()=>{n(null)},children:[(0,t.jsx)(tD,{children:"Web"}),(0,t.jsx)(e7,{onClick:()=>window.location.href="/project/leonpan",children:"LeonPan"}),(0,t.jsx)(tD,{children:"其它"}),(0,t.jsx)(e7,{onClick:()=>window.location.href="/project/leonbasic",children:"LeonBasic"})]})]})})}),e]})}],54871)}]); \ No newline at end of file diff --git a/out/_next/static/chunks/2fd3021843d1a08e.js b/out/_next/static/chunks/2fd3021843d1a08e.js new file mode 100644 index 0000000..e2acb17 --- /dev/null +++ b/out/_next/static/chunks/2fd3021843d1a08e.js @@ -0,0 +1 @@ +(globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,68238,38255,e=>{"use strict";e.i(47167);var t=e.i(71645),r=e.i(7670),i=e.i(95669),n=e.i(40799),o=e.i(94425),a=e.i(98051),s=e.i(95761);function l(e){return(0,s.default)("MuiCardContent",e)}(0,a.default)("MuiCardContent",["root"]);var d=e.i(43476);let u=(0,n.styled)("div",{name:"MuiCardContent",slot:"Root"})({padding:16,"&:last-child":{paddingBottom:24}}),c=t.forwardRef(function(e,t){let n=(0,o.useDefaultProps)({props:e,name:"MuiCardContent"}),{className:a,component:s="div",...c}=n,p={...n,component:s},f=(e=>{let{classes:t}=e;return(0,i.default)({root:["root"]},l,t)})(p);return(0,d.jsx)(u,{as:s,className:(0,r.default)(f.root,a),ownerState:p,ref:t,...c})});e.s(["CardContent",0,c],68238);let p=(0,e.i(54624).default)((0,d.jsx)("path",{d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2m-1 17.93c-3.95-.49-7-3.85-7-7.93 0-.62.08-1.21.21-1.79L9 15v1c0 1.1.9 2 2 2zm6.9-2.54c-.26-.81-1-1.39-1.9-1.39h-1v-3c0-.55-.45-1-1-1H8v-2h2c.55 0 1-.45 1-1V7h2c1.1 0 2-.9 2-2v-.41c2.93 1.19 5 4.06 5 7.41 0 2.08-.8 3.97-2.1 5.39"}),"Public");e.s(["default",0,p],38255)},13607,e=>{"use strict";e.i(47167);var t=e.i(71645),r=e.i(7670),i=e.i(95669),n=e.i(40799),o=e.i(94425),a=e.i(67719),s=e.i(98051),l=e.i(95761);function d(e){return(0,l.default)("MuiCard",e)}(0,s.default)("MuiCard",["root"]);var u=e.i(43476);let c=(0,n.styled)(a.default,{name:"MuiCard",slot:"Root"})({overflow:"hidden"}),p=t.forwardRef(function(e,t){let n=(0,o.useDefaultProps)({props:e,name:"MuiCard"}),{className:a,raised:s=!1,...l}=n,p={...n,raised:s},f=(e=>{let{classes:t}=e;return(0,i.default)({root:["root"]},d,t)})(p);return(0,u.jsx)(c,{className:(0,r.default)(f.root,a),elevation:s?8:void 0,ref:t,ownerState:p,...l})});e.s(["Card",0,p],13607)},66796,e=>{"use strict";var t=e.i(26863);e.s(["Typography",()=>t.default])},34251,e=>{"use strict";var t=e.i(36807);e.s(["Button",()=>t.default])},83553,38111,e=>{"use strict";let t,r=e=>e,i=(t=r,{configure(e){t=e},generate:e=>t(e),reset(){t=r}}),n={active:"active",checked:"checked",completed:"completed",disabled:"disabled",error:"error",expanded:"expanded",focused:"focused",focusVisible:"focusVisible",open:"open",readOnly:"readOnly",required:"required",selected:"selected"};function o(e,t,r="Mui"){let a=n[t];return a?`${r}-${a}`:`${i.generate(e)}-${t}`}function a(e,t,r){let i={};for(let n in e){let o=e[n],a="",s=!0;for(let e=0;eo],83553),e.s(["default",()=>a],38111)},1434,e=>{"use strict";let t=(0,e.i(16506).default)();e.s(["default",0,t])},84429,94231,e=>{"use strict";var t=e.i(82471);function r(e){let{theme:r,name:i,props:n}=e;return r&&r.components&&r.components[i]&&r.components[i].defaultProps?(0,t.default)(r.components[i].defaultProps,n):n}e.s(["default",()=>r],94231);var i=e.i(61801);function n({props:e,name:t,defaultTheme:n,themeId:o}){let a=(0,i.default)(n);return o&&(a=a[o]||a),r({theme:a,name:t,props:e})}e.s(["default",()=>n],84429)},76552,e=>{"use strict";var t=e.i(19646);e.s(["Box",()=>t.default])},91882,e=>{"use strict";e.i(47167);var t=e.i(71645),r=e.i(7670),i=e.i(83553),n=e.i(38111),o=e.i(96867),a=e.i(84429),s=e.i(1434),l=e.i(17494),d=e.i(43476);let u=(0,l.default)(),c=(0,s.default)("div",{name:"MuiContainer",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:r}=e;return[t.root,t[`maxWidth${(0,o.default)(String(r.maxWidth))}`],r.fixed&&t.fixed,r.disableGutters&&t.disableGutters]}}),p=e=>(0,a.default)({props:e,name:"MuiContainer",defaultTheme:u});var f=e.i(42196),h=e.i(12178),m=e.i(94425);let x=function(e={}){let{createStyledComponent:a=c,useThemeProps:s=p,componentName:l="MuiContainer"}=e,u=a(({theme:e,ownerState:t})=>({width:"100%",marginLeft:"auto",boxSizing:"border-box",marginRight:"auto",...!t.disableGutters&&{paddingLeft:e.spacing(2),paddingRight:e.spacing(2),[e.breakpoints.up("sm")]:{paddingLeft:e.spacing(3),paddingRight:e.spacing(3)}}}),({theme:e,ownerState:t})=>t.fixed&&Object.keys(e.breakpoints.values).reduce((t,r)=>{let i=e.breakpoints.values[r];return 0!==i&&(t[e.breakpoints.up(r)]={maxWidth:`${i}${e.breakpoints.unit}`}),t},{}),({theme:e,ownerState:t})=>({..."xs"===t.maxWidth&&{[e.breakpoints.up("xs")]:{maxWidth:Math.max(e.breakpoints.values.xs,444)}},...t.maxWidth&&"xs"!==t.maxWidth&&{[e.breakpoints.up(t.maxWidth)]:{maxWidth:`${e.breakpoints.values[t.maxWidth]}${e.breakpoints.unit}`}}}));return t.forwardRef(function(e,t){let a=s(e),{className:c,component:p="div",disableGutters:f=!1,fixed:h=!1,maxWidth:m="lg",classes:x,...g}=a,y={...a,component:p,disableGutters:f,fixed:h,maxWidth:m},v=((e,t)=>{let{classes:r,fixed:a,disableGutters:s,maxWidth:l}=e,d={root:["root",l&&`maxWidth${(0,o.default)(String(l))}`,a&&"fixed",s&&"disableGutters"]};return(0,n.default)(d,e=>(0,i.default)(t,e),r)})(y,l);return(0,d.jsx)(u,{as:p,ownerState:y,className:(0,r.default)(v.root,c),ref:t,...g})})}({createStyledComponent:(0,h.default)("div",{name:"MuiContainer",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:r}=e;return[t.root,t[`maxWidth${(0,f.default)(String(r.maxWidth))}`],r.fixed&&t.fixed,r.disableGutters&&t.disableGutters]}}),useThemeProps:e=>(0,m.useDefaultProps)({props:e,name:"MuiContainer"})});e.s(["Container",0,x],91882)},61974,54624,e=>{"use strict";e.i(47167);var t=e.i(71645),r=e.i(55777),i=e.i(94231),i=i,n=e.i(86931);let o={...t}.useSyncExternalStore;function a(e={}){let{themeId:s}=e;return function(e,a={}){let l=(0,n.default)();l&&s&&(l=l[s]||l);let d="undefined"!=typeof window&&void 0!==window.matchMedia,{defaultMatches:u=!1,matchMedia:c=d?window.matchMedia:null,ssrMatchMedia:p=null,noSsr:f=!1}=(0,i.default)({name:"MuiUseMediaQuery",props:a,theme:l}),h="function"==typeof e?e(l):e;return(h=h.replace(/^@media( ?)/m,"")).includes("print")&&console.warn("MUI: You have provided a `print` query to the `useMediaQuery` hook.\nUsing the print media query to modify print styles can lead to unexpected results.\nConsider using the `displayPrint` field in the `sx` prop instead.\nMore information about `displayPrint` on our docs: https://mui.com/system/display/#display-in-print."),(void 0!==o?function(e,r,i,n,a){let s=t.useCallback(()=>r,[r]),l=t.useMemo(()=>{if(a&&i)return()=>i(e).matches;if(null!==n){let{matches:t}=n(e);return()=>t}return s},[s,e,n,a,i]),[d,u]=t.useMemo(()=>{if(null===i)return[s,()=>()=>{}];let t=i(e);return[()=>t.matches,e=>(t.addEventListener("change",e),()=>{t.removeEventListener("change",e)})]},[s,i,e]);return o(u,d,l)}:function(e,i,n,o,a){let[s,l]=t.useState(()=>a&&n?n(e).matches:o?o(e).matches:i);return(0,r.default)(()=>{if(!n)return;let t=n(e),r=()=>{l(t.matches)};return r(),t.addEventListener("change",r),()=>{t.removeEventListener("change",r)}},[e,n]),s})(h,u,c,p,f)}}a();let s=a({themeId:e.i(2001).default});e.s(["default",0,s],61974);var l=e.i(7670),d=e.i(95669),u=e.i(42196),c=e.i(40799),p=e.i(75149),f=e.i(94425),h=e.i(98051),m=e.i(95761);function x(e){return(0,m.default)("MuiSvgIcon",e)}(0,h.default)("MuiSvgIcon",["root","colorPrimary","colorSecondary","colorAction","colorError","colorDisabled","fontSizeInherit","fontSizeSmall","fontSizeMedium","fontSizeLarge"]);var g=e.i(43476);let y=(0,c.styled)("svg",{name:"MuiSvgIcon",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:r}=e;return[t.root,"inherit"!==r.color&&t[`color${(0,u.default)(r.color)}`],t[`fontSize${(0,u.default)(r.fontSize)}`]]}})((0,p.default)(({theme:e})=>({userSelect:"none",width:"1em",height:"1em",display:"inline-block",flexShrink:0,transition:e.transitions?.create?.("fill",{duration:(e.vars??e).transitions?.duration?.shorter}),variants:[{props:e=>!e.hasSvgAsChild,style:{fill:"currentColor"}},{props:{fontSize:"inherit"},style:{fontSize:"inherit"}},{props:{fontSize:"small"},style:{fontSize:e.typography?.pxToRem?.(20)||"1.25rem"}},{props:{fontSize:"medium"},style:{fontSize:e.typography?.pxToRem?.(24)||"1.5rem"}},{props:{fontSize:"large"},style:{fontSize:e.typography?.pxToRem?.(35)||"2.1875rem"}},...Object.entries((e.vars??e).palette).filter(([,e])=>e&&e.main).map(([t])=>({props:{color:t},style:{color:(e.vars??e).palette?.[t]?.main}})),{props:{color:"action"},style:{color:(e.vars??e).palette?.action?.active}},{props:{color:"disabled"},style:{color:(e.vars??e).palette?.action?.disabled}},{props:{color:"inherit"},style:{color:void 0}}]}))),v=t.forwardRef(function(e,r){let i=(0,f.useDefaultProps)({props:e,name:"MuiSvgIcon"}),{children:n,className:o,color:a="inherit",component:s="svg",fontSize:c="medium",htmlColor:p,inheritViewBox:h=!1,titleAccess:m,viewBox:v="0 0 24 24",...b}=i,j=t.isValidElement(n)&&"svg"===n.type,S={...i,color:a,component:s,fontSize:c,instanceFontSize:e.fontSize,inheritViewBox:h,viewBox:v,hasSvgAsChild:j},k={};h||(k.viewBox=v);let w=(e=>{let{color:t,fontSize:r,classes:i}=e,n={root:["root","inherit"!==t&&`color${(0,u.default)(t)}`,`fontSize${(0,u.default)(r)}`]};return(0,d.default)(n,x,i)})(S);return(0,g.jsxs)(y,{as:s,className:(0,l.default)(w.root,o),focusable:"false",color:p,"aria-hidden":!m||void 0,role:m?"img":void 0,ref:r,...k,...b,...j&&n.props,ownerState:S,children:[j?n.props.children:n,m?(0,g.jsx)("title",{children:m}):null]})});function b(e,r){function i(t,r){return(0,g.jsx)(v,{"data-testid":void 0,ref:r,...t,children:e})}return i.muiName=v.muiName,t.memo(t.forwardRef(i))}v.muiName="SvgIcon",e.s(["default",()=>b],54624)},74811,11180,e=>{"use strict";var t=e.i(54624),r=e.i(43476);let i=(0,t.default)((0,r.jsx)("path",{d:"M9.4 16.6 4.8 12l4.6-4.6L8 6l-6 6 6 6zm5.2 0 4.6-4.6-4.6-4.6L16 6l6 6-6 6z"}),"Code");e.s(["default",0,i],74811),e.i(71645);let n=(0,t.default)((0,r.jsx)("path",{d:"M12 1.27a11 11 0 00-3.48 21.46c.55.09.73-.28.73-.55v-1.84c-3.03.64-3.67-1.46-3.67-1.46-.55-1.29-1.28-1.65-1.28-1.65-.92-.65.1-.65.1-.65 1.1 0 1.73 1.1 1.73 1.1.92 1.65 2.57 1.2 3.21.92a2 2 0 01.64-1.47c-2.47-.27-5.04-1.19-5.04-5.5 0-1.1.46-2.1 1.2-2.84a3.76 3.76 0 010-2.93s.91-.28 3.11 1.1c1.8-.49 3.7-.49 5.5 0 2.1-1.38 3.02-1.1 3.02-1.1a3.76 3.76 0 010 2.93c.83.74 1.2 1.74 1.2 2.94 0 4.21-2.57 5.13-5.04 5.4.45.37.82.92.82 2.02v3.03c0 .27.1.64.73.55A11 11 0 0012 1.27"}),"GitHub");e.s(["default",0,n],11180)},39294,e=>{"use strict";var t=e.i(43476),r=e.i(13607),i=e.i(68238),n=e.i(66796),o=e.i(34251);e.i(47167);var a=e.i(71645),s=e.i(7670),l=e.i(83553),d=e.i(38111),u=e.i(1434),c=e.i(84429),p=e.i(61801),f=e.i(39416),h=e.i(17494);let m=(e,t,r)=>{let i=e.keys[0];if(Array.isArray(t))t.forEach((t,i)=>{r((t,r)=>{i<=e.keys.length-1&&(0===i?Object.assign(t,r):t[e.up(e.keys[i])]=r)},t)});else if(t&&"object"==typeof t){let n,o;(Object.keys(t).length>e.keys.length?e.keys:(n=e.keys,o=Object.keys(t),n.filter(e=>o.includes(e)))).forEach(n=>{if(e.keys.includes(n)){let o=t[n];void 0!==o&&r((t,r)=>{i===n?Object.assign(t,r):t[e.up(n)]=r},o)}})}else("number"==typeof t||"string"==typeof t)&&r((e,t)=>{Object.assign(e,t)},t)};function x(e){return`--Grid-${e}Spacing`}function g(e){return`--Grid-parent-${e}Spacing`}let y="--Grid-columns",v="--Grid-parent-columns",b=({theme:e,ownerState:t})=>{let r={};return m(e.breakpoints,t.size,(e,t)=>{let i={};"grow"===t&&(i={flexBasis:0,flexGrow:1,maxWidth:"100%"}),"auto"===t&&(i={flexBasis:"auto",flexGrow:0,flexShrink:0,maxWidth:"none",width:"auto"}),"number"==typeof t&&(i={flexGrow:0,flexBasis:"auto",width:`calc(100% * ${t} / var(${v}) - (var(${v}) - ${t}) * (var(${g("column")}) / var(${v})))`}),e(r,i)}),r},j=({theme:e,ownerState:t})=>{let r={};return m(e.breakpoints,t.offset,(e,t)=>{let i={};"auto"===t&&(i={marginLeft:"auto"}),"number"==typeof t&&(i={marginLeft:0===t?"0px":`calc(100% * ${t} / var(${v}) + var(${g("column")}) * ${t} / var(${v}))`}),e(r,i)}),r},S=({theme:e,ownerState:t})=>{if(!t.container)return{};let r={[y]:12};return m(e.breakpoints,t.columns,(e,t)=>{let i=t??12;e(r,{[y]:i,"> *":{[v]:i}})}),r},k=({theme:e,ownerState:t})=>{if(!t.container)return{};let r={};return m(e.breakpoints,t.rowSpacing,(t,i)=>{let n="string"==typeof i?i:e.spacing?.(i);t(r,{[x("row")]:n,"> *":{[g("row")]:n}})}),r},w=({theme:e,ownerState:t})=>{if(!t.container)return{};let r={};return m(e.breakpoints,t.columnSpacing,(t,i)=>{let n="string"==typeof i?i:e.spacing?.(i);t(r,{[x("column")]:n,"> *":{[g("column")]:n}})}),r},M=({theme:e,ownerState:t})=>{if(!t.container)return{};let r={};return m(e.breakpoints,t.direction,(e,t)=>{e(r,{flexDirection:t})}),r},C=({ownerState:e})=>({minWidth:0,boxSizing:"border-box",...e.container&&{display:"flex",flexWrap:"wrap",...e.wrap&&"wrap"!==e.wrap&&{flexWrap:e.wrap},gap:`var(${x("row")}) var(${x("column")})`}}),z=(0,h.default)(),B=(0,u.default)("div",{name:"MuiGrid",slot:"Root"});function $(e){return(0,c.default)({props:e,name:"MuiGrid",defaultTheme:z})}var R=e.i(40799),T=e.i(94425),W=e.i(54469);let L=function(e={}){let{createStyledComponent:r=B,useThemeProps:i=$,useTheme:n=p.default,componentName:o="MuiGrid"}=e;function u(e,t,r=()=>!0){let i={};return null===e||(Array.isArray(e)?e.forEach((e,n)=>{null!==e&&r(e)&&t.keys[n]&&(i[t.keys[n]]=e)}):"object"==typeof e?Object.keys(e).forEach(t=>{let n=e[t];null!=n&&r(n)&&(i[t]=n)}):i[t.keys[0]]=e),i}let c=r(S,w,k,b,M,C,j),h=a.forwardRef(function(e,r){var p;let h,m=n(),x=i(e),g=(0,f.extendSxProp)(x);p=m.breakpoints,h=[],void 0!==g.item&&(delete g.item,h.push("item")),void 0!==g.zeroMinWidth&&(delete g.zeroMinWidth,h.push("zeroMinWidth")),p.keys.forEach(e=>{void 0!==g[e]&&(h.push(e),delete g[e])});let{className:y,children:v,columns:b=12,container:j=!1,component:S="div",direction:k="row",wrap:w="wrap",size:M={},offset:C={},spacing:z=0,rowSpacing:B=z,columnSpacing:$=z,unstable_level:R=0,...T}=g,W=u(M,m.breakpoints,e=>!1!==e),L=u(C,m.breakpoints),G=e.columns??(R?void 0:b),P=e.spacing??(R?void 0:z),E=e.rowSpacing??e.spacing??(R?void 0:B),N=e.columnSpacing??e.spacing??(R?void 0:$),O={...g,level:R,columns:G,container:j,direction:k,wrap:w,spacing:P,rowSpacing:E,columnSpacing:N,size:W,offset:L},V=((e,t)=>{let r,{container:i,direction:n,spacing:a,wrap:s,size:u}=e,c={root:["root",i&&"container","wrap"!==s&&`wrap-xs-${String(s)}`,...void 0===n?[]:"object"==typeof n?Object.entries(n).map(([e,t])=>`direction-${e}-${t}`):[`direction-xs-${String(n)}`],...(r=[],Object.entries(u).forEach(([e,t])=>{!1!==t&&void 0!==t&&r.push(`grid-${e}-${String(t)}`)}),r),...i?((e,t="xs")=>{function r(e){return void 0!==e&&("string"==typeof e&&!Number.isNaN(Number(e))||"number"==typeof e&&e>0)}if(r(e))return[`spacing-${t}-${String(e)}`];if("object"==typeof e&&!Array.isArray(e)){let t=[];return Object.entries(e).forEach(([e,i])=>{r(i)&&t.push(`spacing-${e}-${String(i)}`)}),t}return[]})(a,t.breakpoints.keys[0]):[]]};return(0,d.default)(c,e=>(0,l.default)(o,e),{})})(O,m);return(0,t.jsx)(c,{ref:r,as:S,ownerState:O,className:(0,s.default)(V.root,y),...T,children:a.Children.map(v,e=>{var t;return a.isValidElement(e)&&(t=["Grid"],a.isValidElement(e)&&-1!==t.indexOf(e.type.muiName??e.type?._payload?.value?.muiName))&&j&&e.props.container?a.cloneElement(e,{unstable_level:e.props?.unstable_level??R+1}):e})})});return h.muiName="Grid",h}({createStyledComponent:(0,R.styled)("div",{name:"MuiGrid",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:r}=e;return[t.root,r.container&&t.container]}}),componentName:"MuiGrid",useThemeProps:e=>(0,T.useDefaultProps)({props:e,name:"MuiGrid"}),useTheme:W.default});var G=e.i(76552),P=e.i(91882),E=e.i(10557),N=e.i(61974),O=e.i(54624);let V=(0,O.default)((0,t.jsx)("path",{d:"M19 5h-2V3H7v2H5c-1.1 0-2 .9-2 2v1c0 2.55 1.92 4.63 4.39 4.94.63 1.5 1.98 2.63 3.61 2.96V19H7v2h10v-2h-4v-3.1c1.63-.33 2.98-1.46 3.61-2.96C19.08 12.63 21 10.55 21 8V7c0-1.1-.9-2-2-2M5 8V7h2v3.82C5.84 10.4 5 9.3 5 8m14 0c0 1.3-.84 2.4-2 2.82V7h2z"}),"EmojiEvents");var A=e.i(74811),H=e.i(11180),I=e.i(38255);let D=(0,O.default)((0,t.jsx)("path",{d:"M20 4H4c-1.11 0-2 .9-2 2v12c0 1.1.89 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.89-2-2-2m0 14H4V8h16zm-2-1h-6v-2h6zM7.5 17l-1.41-1.41L8.67 13l-2.59-2.59L7.5 9l4 4z"}),"Terminal"),_=(0,O.default)((0,t.jsx)("path",{d:"M18 2H6c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2M6 4h5v8l-2.5-1.5L6 12z"}),"Book");function U(){let e=(0,E.useTheme)(),a=(0,N.default)(e.breakpoints.down("sm"));(0,N.default)(e.breakpoints.down("md"));let s=[{icon:(0,t.jsx)(A.default,{color:"primary",style:{fontSize:a?24:32}}),title:"简单易学",description:"语法简洁明了,适合编程初学者快速入门"},{icon:(0,t.jsx)(D,{color:"primary",style:{fontSize:a?24:32}}),title:"基于Rust",description:"底层使用Rust实现,保证高性能和内存安全"},{icon:(0,t.jsx)(_,{color:"primary",style:{fontSize:a?24:32}}),title:"混合语法",description:"融合了Python的简洁和Swift的现代语法特性"},{icon:(0,t.jsx)(V,{color:"primary",style:{fontSize:a?24:32}}),title:"高性能",description:"编译型语言,运行效率高,资源占用少"}];return(0,t.jsxs)(P.Container,{maxWidth:"lg",sx:{py:{xs:4,md:8}},children:[(0,t.jsxs)(G.Box,{sx:{textAlign:"center",mb:{xs:6,md:10},p:{xs:4,md:8},borderRadius:4,background:"linear-gradient(135deg, rgba(103,58,183,0.05) 0%, rgba(103,58,183,0.1) 100%)"},children:[(0,t.jsx)(n.Typography,{variant:"h3",component:"h1",gutterBottom:!0,sx:{fontWeight:700,mb:3},children:"LeonBasic"}),(0,t.jsx)(n.Typography,{variant:"h6",color:"text.secondary",gutterBottom:!0,children:"The LeonBasic Programming Language"}),(0,t.jsx)(n.Typography,{variant:"body1",sx:{maxWidth:600,mx:"auto",fontSize:{xs:"1rem",md:"1.1rem"}},children:"一个简单易懂的编程语言,专为初学者设计,基于Rust实现,融合了Python的简洁和Swift的现代语法特性。"}),(0,t.jsxs)(G.Box,{sx:{mt:6,display:"flex",gap:2,justifyContent:"center",flexWrap:"wrap"},children:[(0,t.jsx)(o.Button,{variant:"contained",startIcon:(0,t.jsx)(H.default,{}),href:"https://github.com/LeonMMcoset/LeonLang",target:"_blank",rel:"noopener noreferrer",sx:{px:3,py:1.2},children:"项目仓库"}),(0,t.jsx)(o.Button,{variant:"outlined",startIcon:(0,t.jsx)(I.default,{}),href:"https://lb.jjmm.ink/",target:"_blank",rel:"noopener noreferrer",sx:{px:3,py:1.2},children:"官方网站"})]})]}),(0,t.jsxs)(G.Box,{sx:{mb:{xs:8,md:12}},children:[(0,t.jsx)(n.Typography,{variant:"h4",component:"h2",gutterBottom:!0,sx:{mb:4,fontWeight:600},children:"项目概述"}),(0,t.jsxs)(L,{container:!0,spacing:4,children:[(0,t.jsxs)(L,{size:{xs:12,md:6},children:[(0,t.jsx)(n.Typography,{variant:"body1",sx:{mb:3,lineHeight:1.8},children:"LeonBasic是一门专为编程初学者设计的编程语言,旨在降低编程学习的门槛,同时保持良好的性能和现代语言特性。 该语言基于Rust实现,结合了Python的易读性和Swift的语法优雅,让初学者能够快速上手,同时也能接触到现代编程语言的核心概念。"}),(0,t.jsx)(n.Typography,{variant:"body1",sx:{mb:3,lineHeight:1.8},children:"无论是完全没有编程经验的新手,还是想要了解不同编程范式的开发者,都能从LeonBasic中获益。 简单易学的语法设计让学习过程更加轻松愉快,同时Rust的底层实现又保证了程序的性能和安全性。"})]}),(0,t.jsx)(L,{size:{xs:12,md:6},children:(0,t.jsx)(r.Card,{sx:{height:"100%",boxShadow:3,borderRadius:2},children:(0,t.jsxs)(i.CardContent,{children:[(0,t.jsx)(n.Typography,{variant:"h6",gutterBottom:!0,sx:{mb:2,fontWeight:600},children:"语言特点"}),(0,t.jsx)(G.Box,{sx:{display:"flex",flexDirection:"column",gap:2},children:s.map((r,i)=>(0,t.jsxs)(G.Box,{sx:{display:"flex",alignItems:"flex-start",gap:2},children:[(0,t.jsx)(G.Box,{sx:{color:e.palette.primary.main,mt:.5},children:r.icon}),(0,t.jsxs)(G.Box,{children:[(0,t.jsx)(n.Typography,{variant:"subtitle1",sx:{fontWeight:600},children:r.title}),(0,t.jsx)(n.Typography,{variant:"body2",color:"text.secondary",children:r.description})]})]},i))})]})})})]})]}),(0,t.jsxs)(G.Box,{sx:{mb:6},children:[(0,t.jsx)(n.Typography,{variant:"h4",component:"h2",gutterBottom:!0,sx:{mb:4,fontWeight:600},children:"相关资源"}),(0,t.jsxs)(L,{container:!0,spacing:3,children:[(0,t.jsx)(L,{size:{xs:12,sm:6,md:4},children:(0,t.jsx)(r.Card,{sx:{height:"100%",transition:"transform 0.2s","&:hover":{transform:"translateY(-5px)"}},children:(0,t.jsxs)(i.CardContent,{children:[(0,t.jsx)(H.default,{sx:{fontSize:40,mb:2,color:e.palette.primary.main}}),(0,t.jsx)(n.Typography,{variant:"h6",gutterBottom:!0,children:"GitHub 仓库"}),(0,t.jsx)(n.Typography,{variant:"body2",color:"text.secondary",gutterBottom:!0,children:"查看源码,参与贡献,提交问题反馈"}),(0,t.jsx)(o.Button,{variant:"outlined",fullWidth:!0,href:"https://github.com/LeonMMcoset/LeonLang",target:"_blank",rel:"noopener noreferrer",children:"访问仓库"})]})})}),(0,t.jsx)(L,{size:{xs:12,sm:6,md:4},children:(0,t.jsx)(r.Card,{sx:{height:"100%",transition:"transform 0.2s","&:hover":{transform:"translateY(-5px)"}},children:(0,t.jsxs)(i.CardContent,{children:[(0,t.jsx)(I.default,{sx:{fontSize:40,mb:2,color:e.palette.primary.main}}),(0,t.jsx)(n.Typography,{variant:"h6",gutterBottom:!0,children:"官方网站"}),(0,t.jsx)(n.Typography,{variant:"body2",color:"text.secondary",gutterBottom:!0,children:"完整的文档,教程和示例"}),(0,t.jsx)(o.Button,{variant:"outlined",fullWidth:!0,href:"https://lb.jjmm.ink/",target:"_blank",rel:"noopener noreferrer",children:"访问官网"})]})})}),(0,t.jsx)(L,{size:{xs:12,sm:6,md:4},children:(0,t.jsx)(r.Card,{sx:{height:"100%",transition:"transform 0.2s","&:hover":{transform:"translateY(-5px)"}},children:(0,t.jsxs)(i.CardContent,{children:[(0,t.jsx)(_,{sx:{fontSize:40,mb:2,color:e.palette.primary.main}}),(0,t.jsx)(n.Typography,{variant:"h6",gutterBottom:!0,children:"学习资源"}),(0,t.jsx)(n.Typography,{variant:"body2",color:"text.secondary",gutterBottom:!0,children:"入门教程,示例代码和最佳实践"}),(0,t.jsx)(o.Button,{variant:"outlined",fullWidth:!0,href:"https://lb.jjmm.ink/docs",target:"_blank",rel:"noopener noreferrer",children:"查看文档"})]})})})]})]}),(0,t.jsx)(G.Box,{sx:{textAlign:"center",mt:12,pt:4,borderTop:"1px solid rgba(0,0,0,0.1)"},children:(0,t.jsxs)(n.Typography,{variant:"body2",color:"text.secondary",children:["© ",new Date().getFullYear()," LeonBasic Programming Language"]})})]})}e.s(["default",()=>U],39294)}]); \ No newline at end of file diff --git a/out/_next/static/chunks/748183cb173f1528.css b/out/_next/static/chunks/748183cb173f1528.css new file mode 100644 index 0000000..0c472d4 --- /dev/null +++ b/out/_next/static/chunks/748183cb173f1528.css @@ -0,0 +1 @@ +@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-outline-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial;--tw-ease:initial}}}@layer theme{:root,:host{--ease-in-out:cubic-bezier(.4,0,.2,1);--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4,0,.2,1);--default-font-family:var(--font-geist-sans);--default-mono-font-family:var(--font-geist-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.\@container{container-type:inline-size}.invisible{visibility:hidden}.visible{visibility:visible}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.static{position:static}.sticky{position:sticky}.container{width:100%}@media (min-width:40rem){.container{max-width:40rem}}@media (min-width:48rem){.container{max-width:48rem}}@media (min-width:64rem){.container{max-width:64rem}}@media (min-width:80rem){.container{max-width:80rem}}@media (min-width:96rem){.container{max-width:96rem}}.block{display:block}.contents{display:contents}.flex{display:flex}.hidden{display:none}.inline{display:inline}.inline-block{display:inline-block}.inline-flex{display:inline-flex}.table{display:table}.shrink{flex-shrink:1}.grow{flex-grow:1}.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}.resize{resize:both}.rounded{border-radius:.25rem}.border{border-style:var(--tw-border-style);border-width:1px}.uppercase{text-transform:uppercase}.overline{text-decoration-line:overline}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.blur{--tw-blur:blur(8px);filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.grayscale{--tw-grayscale:grayscale(100%);filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.ease-in-out{--tw-ease:var(--ease-in-out);transition-timing-function:var(--ease-in-out)}}:root{--background:#fff;--foreground:#171717}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}body{background:var(--background);color:var(--foreground);font-family:Arial,Helvetica,sans-serif}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}@property --tw-ease{syntax:"*";inherits:false} diff --git a/out/_next/static/chunks/978d59b44e33f5d0.css b/out/_next/static/chunks/978d59b44e33f5d0.css deleted file mode 100644 index 8eb5507..0000000 --- a/out/_next/static/chunks/978d59b44e33f5d0.css +++ /dev/null @@ -1 +0,0 @@ -@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-ease:initial}}}@layer theme{:root,:host{--ease-in-out:cubic-bezier(.4,0,.2,1);--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4,0,.2,1);--default-font-family:var(--font-geist-sans);--default-mono-font-family:var(--font-geist-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.absolute{position:absolute}.relative{position:relative}.static{position:static}.flex{display:flex}.hidden{display:none}.inline-block{display:inline-block}.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}.border{border-style:var(--tw-border-style);border-width:1px}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.ease-in-out{--tw-ease:var(--ease-in-out);transition-timing-function:var(--ease-in-out)}}:root{--background:#fff;--foreground:#171717}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}body{background:var(--background);color:var(--foreground);font-family:Arial,Helvetica,sans-serif}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-ease{syntax:"*";inherits:false} diff --git a/out/_next/static/chunks/c12b929b2ce24349.js b/out/_next/static/chunks/c12b929b2ce24349.js deleted file mode 100644 index bf9151a..0000000 --- a/out/_next/static/chunks/c12b929b2ce24349.js +++ /dev/null @@ -1 +0,0 @@ -(globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,76552,91882,66796,13607,13235,34251,39882,54624,e=>{"use strict";let t;var r=e.i(19646);e.s(["Box",()=>r.default],76552),e.i(47167);var o=e.i(71645),i=e.i(7670);let n=e=>e,a=(t=n,{configure(e){t=e},generate:e=>t(e),reset(){t=n}}),s={active:"active",checked:"checked",completed:"completed",disabled:"disabled",error:"error",expanded:"expanded",focused:"focused",focusVisible:"focusVisible",open:"open",readOnly:"readOnly",required:"required",selected:"selected"};var l=e.i(96867),d=e.i(82471);function c(e){let{theme:t,name:r,props:o}=e;return t&&t.components&&t.components[r]&&t.components[r].defaultProps?(0,d.default)(t.components[r].defaultProps,o):o}var p=e.i(61801);let u=(0,e.i(16506).default)();var m=e.i(17494),h=e.i(43476);let x=(0,m.default)(),f=u("div",{name:"MuiContainer",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:r}=e;return[t.root,t[`maxWidth${(0,l.default)(String(r.maxWidth))}`],r.fixed&&t.fixed,r.disableGutters&&t.disableGutters]}}),g=e=>(function({props:e,name:t,defaultTheme:r,themeId:o}){let i=(0,p.default)(r);return o&&(i=i[o]||i),c({theme:i,name:t,props:e})})({props:e,name:"MuiContainer",defaultTheme:x});var y=e.i(42196),v=e.i(12178),b=e.i(94425);let j=function(e={}){let{createStyledComponent:t=f,useThemeProps:r=g,componentName:n="MuiContainer"}=e,d=t(({theme:e,ownerState:t})=>({width:"100%",marginLeft:"auto",boxSizing:"border-box",marginRight:"auto",...!t.disableGutters&&{paddingLeft:e.spacing(2),paddingRight:e.spacing(2),[e.breakpoints.up("sm")]:{paddingLeft:e.spacing(3),paddingRight:e.spacing(3)}}}),({theme:e,ownerState:t})=>t.fixed&&Object.keys(e.breakpoints.values).reduce((t,r)=>{let o=e.breakpoints.values[r];return 0!==o&&(t[e.breakpoints.up(r)]={maxWidth:`${o}${e.breakpoints.unit}`}),t},{}),({theme:e,ownerState:t})=>({..."xs"===t.maxWidth&&{[e.breakpoints.up("xs")]:{maxWidth:Math.max(e.breakpoints.values.xs,444)}},...t.maxWidth&&"xs"!==t.maxWidth&&{[e.breakpoints.up(t.maxWidth)]:{maxWidth:`${e.breakpoints.values[t.maxWidth]}${e.breakpoints.unit}`}}}));return o.forwardRef(function(e,t){let o=r(e),{className:c,component:p="div",disableGutters:u=!1,fixed:m=!1,maxWidth:x="lg",classes:f,...g}=o,y={...o,component:p,disableGutters:u,fixed:m,maxWidth:x},v=((e,t)=>{let{classes:r,fixed:o,disableGutters:i,maxWidth:n}=e;return function(e,t,r){let o={};for(let i in e){let n=e[i],a="",s=!0;for(let e=0;e(function(e,t,r="Mui"){let o=s[t];return o?`${r}-${o}`:`${a.generate(e)}-${t}`})(t,e),r)})(y,n);return(0,h.jsx)(d,{as:p,ownerState:y,className:(0,i.default)(v.root,c),ref:t,...g})})}({createStyledComponent:(0,v.default)("div",{name:"MuiContainer",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:r}=e;return[t.root,t[`maxWidth${(0,y.default)(String(r.maxWidth))}`],r.fixed&&t.fixed,r.disableGutters&&t.disableGutters]}}),useThemeProps:e=>(0,b.useDefaultProps)({props:e,name:"MuiContainer"})});e.s(["Container",0,j],91882);var S=e.i(26863);e.s(["Typography",()=>S.default],66796);var C=e.i(95669),M=e.i(40799),w=e.i(67719),z=e.i(98051),B=e.i(95761);function W(e){return(0,B.default)("MuiCard",e)}(0,z.default)("MuiCard",["root"]);let k=(0,M.styled)(w.default,{name:"MuiCard",slot:"Root"})({overflow:"hidden"}),R=o.forwardRef(function(e,t){let r=(0,b.useDefaultProps)({props:e,name:"MuiCard"}),{className:o,raised:n=!1,...a}=r,s={...r,raised:n},l=(e=>{let{classes:t}=e;return(0,C.default)({root:["root"]},W,t)})(s);return(0,h.jsx)(k,{className:(0,i.default)(l.root,o),elevation:n?8:void 0,ref:t,ownerState:s,...a})});function T(e){return(0,B.default)("MuiCardMedia",e)}e.s(["Card",0,R],13607),(0,z.default)("MuiCardMedia",["root","media","img"]);let I=(0,M.styled)("div",{name:"MuiCardMedia",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:r}=e,{isMediaComponent:o,isImageComponent:i}=r;return[t.root,o&&t.media,i&&t.img]}})({display:"block",backgroundSize:"cover",backgroundRepeat:"no-repeat",backgroundPosition:"center",variants:[{props:{isMediaComponent:!0},style:{width:"100%"}},{props:{isImageComponent:!0},style:{objectFit:"cover"}}]}),L=["video","audio","picture","iframe","img"],P=["picture","img"],$=o.forwardRef(function(e,t){let r=(0,b.useDefaultProps)({props:e,name:"MuiCardMedia"}),{children:o,className:n,component:a="div",image:s,src:l,style:d,...c}=r,p=L.includes(a),u=!p&&s?{backgroundImage:`url("${s}")`,...d}:d,m={...r,component:a,isMediaComponent:p,isImageComponent:P.includes(a)},x=(e=>{let{classes:t,isMediaComponent:r,isImageComponent:o}=e;return(0,C.default)({root:["root",r&&"media",o&&"img"]},T,t)})(m);return(0,h.jsx)(I,{className:(0,i.default)(x.root,n),as:a,role:!p&&s?"img":void 0,ref:t,style:u,ownerState:m,src:p?s||l:void 0,...c,children:o})});e.s(["CardMedia",0,$],13235);var D=e.i(36807);e.s(["Button",()=>D.default],34251);var V=e.i(55777),A=e.i(86931);let N={...o}.useSyncExternalStore;function E(e={}){let{themeId:t}=e;return function(e,r={}){let i=(0,A.default)();i&&t&&(i=i[t]||i);let n="undefined"!=typeof window&&void 0!==window.matchMedia,{defaultMatches:a=!1,matchMedia:s=n?window.matchMedia:null,ssrMatchMedia:l=null,noSsr:d=!1}=c({name:"MuiUseMediaQuery",props:r,theme:i}),p="function"==typeof e?e(i):e;return(p=p.replace(/^@media( ?)/m,"")).includes("print")&&console.warn("MUI: You have provided a `print` query to the `useMediaQuery` hook.\nUsing the print media query to modify print styles can lead to unexpected results.\nConsider using the `displayPrint` field in the `sx` prop instead.\nMore information about `displayPrint` on our docs: https://mui.com/system/display/#display-in-print."),(void 0!==N?function(e,t,r,i,n){let a=o.useCallback(()=>t,[t]),s=o.useMemo(()=>{if(n&&r)return()=>r(e).matches;if(null!==i){let{matches:t}=i(e);return()=>t}return a},[a,e,i,n,r]),[l,d]=o.useMemo(()=>{if(null===r)return[a,()=>()=>{}];let t=r(e);return[()=>t.matches,e=>(t.addEventListener("change",e),()=>{t.removeEventListener("change",e)})]},[a,r,e]);return N(d,l,s)}:function(e,t,r,i,n){let[a,s]=o.useState(()=>n&&r?r(e).matches:i?i(e).matches:t);return(0,V.default)(()=>{if(!r)return;let t=r(e),o=()=>{s(t.matches)};return o(),t.addEventListener("change",o),()=>{t.removeEventListener("change",o)}},[e,r]),a})(p,a,s,l,d)}}E();let G=E({themeId:e.i(2001).default});e.s(["useMediaQuery",0,G],39882);var O=e.i(75149);function F(e){return(0,B.default)("MuiSvgIcon",e)}(0,z.default)("MuiSvgIcon",["root","colorPrimary","colorSecondary","colorAction","colorError","colorDisabled","fontSizeInherit","fontSizeSmall","fontSizeMedium","fontSizeLarge"]);let H=(0,M.styled)("svg",{name:"MuiSvgIcon",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:r}=e;return[t.root,"inherit"!==r.color&&t[`color${(0,y.default)(r.color)}`],t[`fontSize${(0,y.default)(r.fontSize)}`]]}})((0,O.default)(({theme:e})=>({userSelect:"none",width:"1em",height:"1em",display:"inline-block",flexShrink:0,transition:e.transitions?.create?.("fill",{duration:(e.vars??e).transitions?.duration?.shorter}),variants:[{props:e=>!e.hasSvgAsChild,style:{fill:"currentColor"}},{props:{fontSize:"inherit"},style:{fontSize:"inherit"}},{props:{fontSize:"small"},style:{fontSize:e.typography?.pxToRem?.(20)||"1.25rem"}},{props:{fontSize:"medium"},style:{fontSize:e.typography?.pxToRem?.(24)||"1.5rem"}},{props:{fontSize:"large"},style:{fontSize:e.typography?.pxToRem?.(35)||"2.1875rem"}},...Object.entries((e.vars??e).palette).filter(([,e])=>e&&e.main).map(([t])=>({props:{color:t},style:{color:(e.vars??e).palette?.[t]?.main}})),{props:{color:"action"},style:{color:(e.vars??e).palette?.action?.active}},{props:{color:"disabled"},style:{color:(e.vars??e).palette?.action?.disabled}},{props:{color:"inherit"},style:{color:void 0}}]}))),Q=o.forwardRef(function(e,t){let r=(0,b.useDefaultProps)({props:e,name:"MuiSvgIcon"}),{children:n,className:a,color:s="inherit",component:l="svg",fontSize:d="medium",htmlColor:c,inheritViewBox:p=!1,titleAccess:u,viewBox:m="0 0 24 24",...x}=r,f=o.isValidElement(n)&&"svg"===n.type,g={...r,color:s,component:l,fontSize:d,instanceFontSize:e.fontSize,inheritViewBox:p,viewBox:m,hasSvgAsChild:f},v={};p||(v.viewBox=m);let j=(e=>{let{color:t,fontSize:r,classes:o}=e,i={root:["root","inherit"!==t&&`color${(0,y.default)(t)}`,`fontSize${(0,y.default)(r)}`]};return(0,C.default)(i,F,o)})(g);return(0,h.jsxs)(H,{as:l,className:(0,i.default)(j.root,a),focusable:"false",color:c,"aria-hidden":!u||void 0,role:u?"img":void 0,ref:t,...v,...x,...f&&n.props,ownerState:g,children:[f?n.props.children:n,u?(0,h.jsx)("title",{children:u}):null]})});function U(e,t){function r(t,r){return(0,h.jsx)(Q,{"data-testid":void 0,ref:r,...t,children:e})}return r.muiName=Q.muiName,o.memo(o.forwardRef(r))}Q.muiName="SvgIcon",e.s(["default",()=>U],54624)},31713,e=>{"use strict";var t=e.i(43476),r=e.i(76552),o=e.i(91882),i=e.i(66796),n=e.i(13607);e.i(47167);var a=e.i(71645),s=e.i(7670),l=e.i(95669),d=e.i(40799),c=e.i(94425),p=e.i(98051),u=e.i(95761);function m(e){return(0,u.default)("MuiCardContent",e)}(0,p.default)("MuiCardContent",["root"]);let h=(0,d.styled)("div",{name:"MuiCardContent",slot:"Root"})({padding:16,"&:last-child":{paddingBottom:24}}),x=a.forwardRef(function(e,r){let o=(0,c.useDefaultProps)({props:e,name:"MuiCardContent"}),{className:i,component:n="div",...a}=o,d={...o,component:n},p=(e=>{let{classes:t}=e;return(0,l.default)({root:["root"]},m,t)})(d);return(0,t.jsx)(h,{as:n,className:(0,s.default)(p.root,i),ownerState:d,ref:r,...a})});var f=e.i(13235),g=e.i(34251),y=e.i(39882),v=e.i(10557),b=e.i(54624);let j=(0,b.default)((0,t.jsx)("path",{d:"M16.5 6v11.5c0 2.21-1.79 4-4 4s-4-1.79-4-4V5c0-1.38 1.12-2.5 2.5-2.5s2.5 1.12 2.5 2.5v10.5c0 .55-.45 1-1 1s-1-.45-1-1V6H10v9.5c0 1.38 1.12 2.5 2.5 2.5s2.5-1.12 2.5-2.5V5c0-2.21-1.79-4-4-4S7 2.79 7 5v12.5c0 3.04 2.46 5.5 5.5 5.5s5.5-2.46 5.5-5.5V6z"}),"AttachFile"),S=(0,b.default)((0,t.jsx)("path",{d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2m-1 17.93c-3.95-.49-7-3.85-7-7.93 0-.62.08-1.21.21-1.79L9 15v1c0 1.1.9 2 2 2zm6.9-2.54c-.26-.81-1-1.39-1.9-1.39h-1v-3c0-.55-.45-1-1-1H8v-2h2c.55 0 1-.45 1-1V7h2c1.1 0 2-.9 2-2v-.41c2.93 1.19 5 4.06 5 7.41 0 2.08-.8 3.97-2.1 5.39"}),"Public"),C=(0,b.default)((0,t.jsx)("path",{d:"M11 11V3H5c-1.1 0-2 .9-2 2v6zm2 0h8V5c0-1.1-.9-2-2-2h-6zm-2 2H3v6c0 1.1.9 2 2 2h6zm2 0v8h6c1.1 0 2-.9 2-2v-6z"}),"Window");function M(){let e=(0,v.useTheme)(),a=(0,y.useMediaQuery)(e.breakpoints.down("sm"));(0,y.useMediaQuery)(e.breakpoints.down("md"));let s=[{icon:(0,t.jsx)(S,{fontSize:"large",color:"primary",style:{fontSize:a?32:48}}),title:"云端访问",description:"随时随地访问您的项目和文件,无需担心设备限制"},{icon:(0,t.jsx)(C,{fontSize:"large",color:"primary",style:{fontSize:a?32:48}}),title:"响应式设计",description:"完美适配各种设备,从手机到桌面电脑"},{icon:(0,t.jsx)(j,{fontSize:"large",color:"primary",style:{fontSize:a?32:48}}),title:"文件管理",description:"高效管理您的所有项目文件,支持多种格式"}],l=[{name:"云盘服务",description:"安全可靠的云存储解决方案",icon:(0,t.jsx)(j,{})},{name:"社区论坛",description:"用户交流与分享的平台",icon:(0,t.jsx)(S,{})},{name:"编程语言",description:"创新的编程语言开发",icon:(0,t.jsx)(C,{})},{name:"操作系统",description:"轻量级操作系统解决方案",icon:(0,t.jsx)(C,{})},{name:"我的世界服务器",description:"稳定高效的游戏服务器",icon:(0,t.jsx)(S,{})},{name:"加密语言",description:"安全通信解决方案",icon:(0,t.jsx)(j,{})}];return(0,t.jsxs)(r.Box,{sx:{minHeight:"100vh",bgcolor:"background.default"},children:[(0,t.jsx)(r.Box,{sx:{bgcolor:"primary.main",color:"white",py:a?10:16,px:2,textAlign:"center",position:"relative",overflow:"hidden","&::before":{content:'""',position:"absolute",top:0,left:0,right:0,bottom:0,background:"radial-gradient(circle at 50% 50%, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 70%)",zIndex:1}},children:(0,t.jsxs)(o.Container,{maxWidth:"md",sx:{position:"relative",zIndex:2},children:[(0,t.jsx)(i.Typography,{variant:a?"h3":"h2",component:"h1",gutterBottom:!0,fontWeight:"bold",sx:{mb:3},children:"LeonCloud"}),(0,t.jsx)(i.Typography,{variant:a?"h6":"h5",paragraph:!0,sx:{mb:6,opacity:.9},children:"LeonMMcoset的所有产品的运营商"}),(0,t.jsx)(i.Typography,{variant:"body1",paragraph:!0,sx:{maxWidth:600,mx:"auto",opacity:.8,mb:8,fontSize:a?"1rem":"1.1rem"},children:"覆盖云盘、论坛、编程语言、操作系统、我的世界服务器、加密语言等各种服务"}),(0,t.jsx)(i.Typography,{variant:"body1",paragraph:!0,sx:{fontWeight:"bold",fontSize:a?"1rem":"1.1rem",backgroundColor:"rgba(255,255,255,0.1)",py:2,px:4,borderRadius:2,display:"inline-block"},children:"我们的宗旨是给用户提供简单、安全、高效、全方面的服务"})]})}),(0,t.jsx)(r.Box,{sx:{py:a?8:12,px:2},children:(0,t.jsxs)(o.Container,{maxWidth:"lg",children:[(0,t.jsx)(i.Typography,{variant:a?"h4":"h3",component:"h2",align:"center",gutterBottom:!0,fontWeight:"bold",sx:{mb:6},children:"我们的服务"}),(0,t.jsx)(r.Box,{sx:{display:"flex",flexWrap:"wrap",justifyContent:"center",gap:{xs:3,md:4}},children:l.map((e,o)=>(0,t.jsxs)(r.Box,{sx:{width:{xs:"100%",sm:"calc(50% - 16px)",md:"calc(33.333% - 16px)"},maxWidth:{xs:"100%",sm:400,md:350},bgcolor:"background.paper",borderRadius:3,boxShadow:2,p:4,transition:"all 0.3s ease","&:hover":{transform:"translateY(-5px)",boxShadow:4},display:"flex",flexDirection:"column",alignItems:"center",textAlign:"center"},children:[(0,t.jsx)(r.Box,{sx:{mb:3,color:"primary.main",fontSize:a?2.5:3},children:e.icon}),(0,t.jsx)(i.Typography,{variant:"h6",gutterBottom:!0,fontWeight:"bold",children:e.name}),(0,t.jsx)(i.Typography,{variant:"body2",color:"text.secondary",children:e.description})]},o))})]})}),(0,t.jsx)(r.Box,{sx:{py:a?8:12,px:2,bgcolor:"grey.50"},children:(0,t.jsxs)(o.Container,{maxWidth:"lg",children:[(0,t.jsx)(i.Typography,{variant:a?"h4":"h3",component:"h2",align:"center",gutterBottom:!0,fontWeight:"bold",sx:{mb:6},children:"精选项目"}),(0,t.jsx)(r.Box,{sx:{display:"flex",justifyContent:"center",gap:4},children:[{name:"LeonPan",description:"个人项目展示平台",image:"/projects/leonpan/logo.png",href:"/project/leonpan"}].map((e,r)=>(0,t.jsxs)(n.Card,{sx:{width:{xs:"100%",sm:400,md:500},maxWidth:"100%",borderRadius:3,boxShadow:3,transition:"all 0.3s ease","&:hover":{transform:"translateY(-5px)",boxShadow:6}},children:[(0,t.jsx)(f.CardMedia,{component:"img",height:200,image:e.image,alt:e.name,sx:{objectFit:"contain",padding:3,bgcolor:"background.paper"}}),(0,t.jsxs)(x,{sx:{textAlign:"center"},children:[(0,t.jsx)(i.Typography,{variant:"h5",component:"h3",gutterBottom:!0,fontWeight:"bold",children:e.name}),(0,t.jsx)(i.Typography,{variant:"body1",color:"text.secondary",paragraph:!0,sx:{mb:3},children:e.description}),(0,t.jsx)(g.Button,{variant:"contained",color:"primary",size:"large",href:e.href,fullWidth:!0,sx:{py:1.2},children:"查看详情"})]})]},r))})]})}),(0,t.jsx)(r.Box,{sx:{py:a?8:12,px:2},children:(0,t.jsxs)(o.Container,{maxWidth:"lg",children:[(0,t.jsx)(i.Typography,{variant:a?"h4":"h3",component:"h2",align:"center",gutterBottom:!0,fontWeight:"bold",sx:{mb:6},children:"我们的优势"}),(0,t.jsxs)(r.Box,{sx:{display:"flex",flexWrap:"wrap",justifyContent:"center",gap:{xs:4,md:6}},children:[(0,t.jsx)(r.Box,{sx:{width:{xs:"100%",md:"45%"},maxWidth:500,textAlign:a?"center":"left",mb:{xs:4,md:0}},children:s.map((e,o)=>(0,t.jsxs)(r.Box,{sx:{display:"flex",flexDirection:a?"column":"row",alignItems:a?"center":"flex-start",mb:4,gap:3},children:[(0,t.jsx)(r.Box,{sx:{color:"primary.main"},children:e.icon}),(0,t.jsxs)(r.Box,{children:[(0,t.jsx)(i.Typography,{variant:"h6",gutterBottom:!0,fontWeight:"bold",children:e.title}),(0,t.jsx)(i.Typography,{variant:"body2",color:"text.secondary",children:e.description})]})]},o))}),(0,t.jsxs)(r.Box,{sx:{width:{xs:"100%",md:"45%"},maxWidth:500,bgcolor:"primary.main",color:"white",p:6,borderRadius:3,boxShadow:4,display:"flex",flexDirection:"column",justifyContent:"center"},children:[(0,t.jsx)(i.Typography,{variant:a?"h5":"h4",gutterBottom:!0,fontWeight:"bold",children:"我们的承诺"}),(0,t.jsx)(r.Box,{sx:{height:2,bgcolor:"white",opacity:.3,mb:4}}),(0,t.jsxs)("ul",{style:{paddingLeft:20*!a,margin:0,listStyleType:a?"none":"disc"},children:[(0,t.jsx)("li",{style:{marginBottom:16,fontSize:a?"0.9rem":"1rem"},children:"简单易用的界面设计"}),(0,t.jsx)("li",{style:{marginBottom:16,fontSize:a?"0.9rem":"1rem"},children:"企业级安全保障"}),(0,t.jsx)("li",{style:{marginBottom:16,fontSize:a?"0.9rem":"1rem"},children:"高效稳定的系统性能"}),(0,t.jsx)("li",{style:{marginBottom:16,fontSize:a?"0.9rem":"1rem"},children:"全方面的服务支持"}),(0,t.jsx)("li",{style:{fontSize:a?"0.9rem":"1rem"},children:"持续创新的技术研发"})]})]})]})]})}),(0,t.jsx)(r.Box,{sx:{bgcolor:"primary.dark",color:"white",py:8,px:2},children:(0,t.jsxs)(o.Container,{maxWidth:"lg",children:[(0,t.jsxs)(r.Box,{sx:{display:"flex",flexDirection:a?"column":"row",justifyContent:"space-between",alignItems:"center",mb:6},children:[(0,t.jsx)(i.Typography,{variant:"h5",gutterBottom:!0,fontWeight:"bold",children:"LeonCloud"}),(0,t.jsx)(i.Typography,{variant:"body1",sx:{opacity:.8},children:"LeonMMcoset的所有产品的运营商"})]}),(0,t.jsx)(r.Box,{sx:{height:1,bgcolor:"white",opacity:.1,mb:6}}),(0,t.jsxs)(i.Typography,{variant:"body2",align:"center",paragraph:!0,children:["© ",new Date().getFullYear()," LeonCloud. 保留所有权利。"]}),(0,t.jsx)(i.Typography,{variant:"caption",align:"center",color:"rgba(255,255,255,0.7)",children:"我们的宗旨是给用户提供简单、安全、高效、全方面的服务"})]})})]})}e.s(["default",()=>M],31713)}]); \ No newline at end of file diff --git a/out/_next/static/chunks/c1abb7b0968c00e5.js b/out/_next/static/chunks/c1abb7b0968c00e5.js new file mode 100644 index 0000000..8ff776c --- /dev/null +++ b/out/_next/static/chunks/c1abb7b0968c00e5.js @@ -0,0 +1 @@ +(globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,13235,39882,e=>{"use strict";e.i(47167);var t=e.i(71645),r=e.i(7670),o=e.i(95669),l=e.i(40799),i=e.i(94425),n=e.i(98051),a=e.i(95761);function s(e){return(0,a.default)("MuiCardMedia",e)}(0,n.default)("MuiCardMedia",["root","media","img"]);var d=e.i(43476);let c=(0,l.styled)("div",{name:"MuiCardMedia",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:r}=e,{isMediaComponent:o,isImageComponent:l}=r;return[t.root,o&&t.media,l&&t.img]}})({display:"block",backgroundSize:"cover",backgroundRepeat:"no-repeat",backgroundPosition:"center",variants:[{props:{isMediaComponent:!0},style:{width:"100%"}},{props:{isImageComponent:!0},style:{objectFit:"cover"}}]}),u=["video","audio","picture","iframe","img"],p=["picture","img"],f=t.forwardRef(function(e,t){let l=(0,i.useDefaultProps)({props:e,name:"MuiCardMedia"}),{children:n,className:a,component:f="div",image:h,src:m,style:x,...b}=l,v=u.includes(f),y=!v&&h?{backgroundImage:`url("${h}")`,...x}:x,g={...l,component:f,isMediaComponent:v,isImageComponent:p.includes(f)},w=(e=>{let{classes:t,isMediaComponent:r,isImageComponent:l}=e;return(0,o.default)({root:["root",r&&"media",l&&"img"]},s,t)})(g);return(0,d.jsx)(c,{className:(0,r.default)(w.root,a),as:f,role:!v&&h?"img":void 0,ref:t,style:y,ownerState:g,src:v?h||m:void 0,...b,children:n})});e.s(["CardMedia",0,f],13235);var h=e.i(61974);e.s(["useMediaQuery",()=>h.default],39882)},76552,e=>{"use strict";var t=e.i(19646);e.s(["Box",()=>t.default])},83553,38111,e=>{"use strict";let t,r=e=>e,o=(t=r,{configure(e){t=e},generate:e=>t(e),reset(){t=r}}),l={active:"active",checked:"checked",completed:"completed",disabled:"disabled",error:"error",expanded:"expanded",focused:"focused",focusVisible:"focusVisible",open:"open",readOnly:"readOnly",required:"required",selected:"selected"};function i(e,t,r="Mui"){let n=l[t];return n?`${r}-${n}`:`${o.generate(e)}-${t}`}function n(e,t,r){let o={};for(let l in e){let i=e[l],n="",a=!0;for(let e=0;ei],83553),e.s(["default",()=>n],38111)},84429,94231,e=>{"use strict";var t=e.i(82471);function r(e){let{theme:r,name:o,props:l}=e;return r&&r.components&&r.components[o]&&r.components[o].defaultProps?(0,t.default)(r.components[o].defaultProps,l):l}e.s(["default",()=>r],94231);var o=e.i(61801);function l({props:e,name:t,defaultTheme:l,themeId:i}){let n=(0,o.default)(l);return i&&(n=n[i]||n),r({theme:n,name:t,props:e})}e.s(["default",()=>l],84429)},1434,e=>{"use strict";let t=(0,e.i(16506).default)();e.s(["default",0,t])},91882,e=>{"use strict";e.i(47167);var t=e.i(71645),r=e.i(7670),o=e.i(83553),l=e.i(38111),i=e.i(96867),n=e.i(84429),a=e.i(1434),s=e.i(17494),d=e.i(43476);let c=(0,s.default)(),u=(0,a.default)("div",{name:"MuiContainer",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:r}=e;return[t.root,t[`maxWidth${(0,i.default)(String(r.maxWidth))}`],r.fixed&&t.fixed,r.disableGutters&&t.disableGutters]}}),p=e=>(0,n.default)({props:e,name:"MuiContainer",defaultTheme:c});var f=e.i(42196),h=e.i(12178),m=e.i(94425);let x=function(e={}){let{createStyledComponent:n=u,useThemeProps:a=p,componentName:s="MuiContainer"}=e,c=n(({theme:e,ownerState:t})=>({width:"100%",marginLeft:"auto",boxSizing:"border-box",marginRight:"auto",...!t.disableGutters&&{paddingLeft:e.spacing(2),paddingRight:e.spacing(2),[e.breakpoints.up("sm")]:{paddingLeft:e.spacing(3),paddingRight:e.spacing(3)}}}),({theme:e,ownerState:t})=>t.fixed&&Object.keys(e.breakpoints.values).reduce((t,r)=>{let o=e.breakpoints.values[r];return 0!==o&&(t[e.breakpoints.up(r)]={maxWidth:`${o}${e.breakpoints.unit}`}),t},{}),({theme:e,ownerState:t})=>({..."xs"===t.maxWidth&&{[e.breakpoints.up("xs")]:{maxWidth:Math.max(e.breakpoints.values.xs,444)}},...t.maxWidth&&"xs"!==t.maxWidth&&{[e.breakpoints.up(t.maxWidth)]:{maxWidth:`${e.breakpoints.values[t.maxWidth]}${e.breakpoints.unit}`}}}));return t.forwardRef(function(e,t){let n=a(e),{className:u,component:p="div",disableGutters:f=!1,fixed:h=!1,maxWidth:m="lg",classes:x,...b}=n,v={...n,component:p,disableGutters:f,fixed:h,maxWidth:m},y=((e,t)=>{let{classes:r,fixed:n,disableGutters:a,maxWidth:s}=e,d={root:["root",s&&`maxWidth${(0,i.default)(String(s))}`,n&&"fixed",a&&"disableGutters"]};return(0,l.default)(d,e=>(0,o.default)(t,e),r)})(v,s);return(0,d.jsx)(c,{as:p,ownerState:v,className:(0,r.default)(y.root,u),ref:t,...b})})}({createStyledComponent:(0,h.default)("div",{name:"MuiContainer",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:r}=e;return[t.root,t[`maxWidth${(0,f.default)(String(r.maxWidth))}`],r.fixed&&t.fixed,r.disableGutters&&t.disableGutters]}}),useThemeProps:e=>(0,m.useDefaultProps)({props:e,name:"MuiContainer"})});e.s(["Container",0,x],91882)},66796,e=>{"use strict";var t=e.i(26863);e.s(["Typography",()=>t.default])},13607,e=>{"use strict";e.i(47167);var t=e.i(71645),r=e.i(7670),o=e.i(95669),l=e.i(40799),i=e.i(94425),n=e.i(67719),a=e.i(98051),s=e.i(95761);function d(e){return(0,s.default)("MuiCard",e)}(0,a.default)("MuiCard",["root"]);var c=e.i(43476);let u=(0,l.styled)(n.default,{name:"MuiCard",slot:"Root"})({overflow:"hidden"}),p=t.forwardRef(function(e,t){let l=(0,i.useDefaultProps)({props:e,name:"MuiCard"}),{className:n,raised:a=!1,...s}=l,p={...l,raised:a},f=(e=>{let{classes:t}=e;return(0,o.default)({root:["root"]},d,t)})(p);return(0,c.jsx)(u,{className:(0,r.default)(f.root,n),elevation:a?8:void 0,ref:t,ownerState:p,...s})});e.s(["Card",0,p],13607)},34251,e=>{"use strict";var t=e.i(36807);e.s(["Button",()=>t.default])},61974,54624,e=>{"use strict";e.i(47167);var t=e.i(71645),r=e.i(55777),o=e.i(94231),o=o,l=e.i(86931);let i={...t}.useSyncExternalStore;function n(e={}){let{themeId:a}=e;return function(e,n={}){let s=(0,l.default)();s&&a&&(s=s[a]||s);let d="undefined"!=typeof window&&void 0!==window.matchMedia,{defaultMatches:c=!1,matchMedia:u=d?window.matchMedia:null,ssrMatchMedia:p=null,noSsr:f=!1}=(0,o.default)({name:"MuiUseMediaQuery",props:n,theme:s}),h="function"==typeof e?e(s):e;return(h=h.replace(/^@media( ?)/m,"")).includes("print")&&console.warn("MUI: You have provided a `print` query to the `useMediaQuery` hook.\nUsing the print media query to modify print styles can lead to unexpected results.\nConsider using the `displayPrint` field in the `sx` prop instead.\nMore information about `displayPrint` on our docs: https://mui.com/system/display/#display-in-print."),(void 0!==i?function(e,r,o,l,n){let a=t.useCallback(()=>r,[r]),s=t.useMemo(()=>{if(n&&o)return()=>o(e).matches;if(null!==l){let{matches:t}=l(e);return()=>t}return a},[a,e,l,n,o]),[d,c]=t.useMemo(()=>{if(null===o)return[a,()=>()=>{}];let t=o(e);return[()=>t.matches,e=>(t.addEventListener("change",e),()=>{t.removeEventListener("change",e)})]},[a,o,e]);return i(c,d,s)}:function(e,o,l,i,n){let[a,s]=t.useState(()=>n&&l?l(e).matches:i?i(e).matches:o);return(0,r.default)(()=>{if(!l)return;let t=l(e),r=()=>{s(t.matches)};return r(),t.addEventListener("change",r),()=>{t.removeEventListener("change",r)}},[e,l]),a})(h,c,u,p,f)}}n();let a=n({themeId:e.i(2001).default});e.s(["default",0,a],61974);var s=e.i(7670),d=e.i(95669),c=e.i(42196),u=e.i(40799),p=e.i(75149),f=e.i(94425),h=e.i(98051),m=e.i(95761);function x(e){return(0,m.default)("MuiSvgIcon",e)}(0,h.default)("MuiSvgIcon",["root","colorPrimary","colorSecondary","colorAction","colorError","colorDisabled","fontSizeInherit","fontSizeSmall","fontSizeMedium","fontSizeLarge"]);var b=e.i(43476);let v=(0,u.styled)("svg",{name:"MuiSvgIcon",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:r}=e;return[t.root,"inherit"!==r.color&&t[`color${(0,c.default)(r.color)}`],t[`fontSize${(0,c.default)(r.fontSize)}`]]}})((0,p.default)(({theme:e})=>({userSelect:"none",width:"1em",height:"1em",display:"inline-block",flexShrink:0,transition:e.transitions?.create?.("fill",{duration:(e.vars??e).transitions?.duration?.shorter}),variants:[{props:e=>!e.hasSvgAsChild,style:{fill:"currentColor"}},{props:{fontSize:"inherit"},style:{fontSize:"inherit"}},{props:{fontSize:"small"},style:{fontSize:e.typography?.pxToRem?.(20)||"1.25rem"}},{props:{fontSize:"medium"},style:{fontSize:e.typography?.pxToRem?.(24)||"1.5rem"}},{props:{fontSize:"large"},style:{fontSize:e.typography?.pxToRem?.(35)||"2.1875rem"}},...Object.entries((e.vars??e).palette).filter(([,e])=>e&&e.main).map(([t])=>({props:{color:t},style:{color:(e.vars??e).palette?.[t]?.main}})),{props:{color:"action"},style:{color:(e.vars??e).palette?.action?.active}},{props:{color:"disabled"},style:{color:(e.vars??e).palette?.action?.disabled}},{props:{color:"inherit"},style:{color:void 0}}]}))),y=t.forwardRef(function(e,r){let o=(0,f.useDefaultProps)({props:e,name:"MuiSvgIcon"}),{children:l,className:i,color:n="inherit",component:a="svg",fontSize:u="medium",htmlColor:p,inheritViewBox:h=!1,titleAccess:m,viewBox:y="0 0 24 24",...g}=o,w=t.isValidElement(l)&&"svg"===l.type,S={...o,color:n,component:a,fontSize:u,instanceFontSize:e.fontSize,inheritViewBox:h,viewBox:y,hasSvgAsChild:w},j={};h||(j.viewBox=y);let C=(e=>{let{color:t,fontSize:r,classes:o}=e,l={root:["root","inherit"!==t&&`color${(0,c.default)(t)}`,`fontSize${(0,c.default)(r)}`]};return(0,d.default)(l,x,o)})(S);return(0,b.jsxs)(v,{as:a,className:(0,s.default)(C.root,i),focusable:"false",color:p,"aria-hidden":!m||void 0,role:m?"img":void 0,ref:r,...j,...g,...w&&l.props,ownerState:S,children:[w?l.props.children:l,m?(0,b.jsx)("title",{children:m}):null]})});function g(e,r){function o(t,r){return(0,b.jsx)(y,{"data-testid":void 0,ref:r,...t,children:e})}return o.muiName=y.muiName,t.memo(t.forwardRef(o))}y.muiName="SvgIcon",e.s(["default",()=>g],54624)},74811,11180,e=>{"use strict";var t=e.i(54624),r=e.i(43476);let o=(0,t.default)((0,r.jsx)("path",{d:"M9.4 16.6 4.8 12l4.6-4.6L8 6l-6 6 6 6zm5.2 0 4.6-4.6-4.6-4.6L16 6l6 6-6 6z"}),"Code");e.s(["default",0,o],74811),e.i(71645);let l=(0,t.default)((0,r.jsx)("path",{d:"M12 1.27a11 11 0 00-3.48 21.46c.55.09.73-.28.73-.55v-1.84c-3.03.64-3.67-1.46-3.67-1.46-.55-1.29-1.28-1.65-1.28-1.65-.92-.65.1-.65.1-.65 1.1 0 1.73 1.1 1.73 1.1.92 1.65 2.57 1.2 3.21.92a2 2 0 01.64-1.47c-2.47-.27-5.04-1.19-5.04-5.5 0-1.1.46-2.1 1.2-2.84a3.76 3.76 0 010-2.93s.91-.28 3.11 1.1c1.8-.49 3.7-.49 5.5 0 2.1-1.38 3.02-1.1 3.02-1.1a3.76 3.76 0 010 2.93c.83.74 1.2 1.74 1.2 2.94 0 4.21-2.57 5.13-5.04 5.4.45.37.82.92.82 2.02v3.03c0 .27.1.64.73.55A11 11 0 0012 1.27"}),"GitHub");e.s(["default",0,l],11180)},25139,e=>{"use strict";var t=e.i(43476),r=e.i(76552),o=e.i(91882),l=e.i(66796),i=e.i(13607),n=e.i(13235),a=e.i(34251),s=e.i(39882),d=e.i(10557);e.i(47167);var c=e.i(71645),u=e.i(7670),p=e.i(95669),f=e.i(68308),h=e.i(35189),m=e.i(40799),x=e.i(75149),b=e.i(94425),v=e.i(91783);function y(e){return(1+Math.sin(Math.PI*e-Math.PI/2))/2}var g=e.i(99064),w=e.i(43612),w=w;let S={width:99,height:99,position:"absolute",top:-9999,overflow:"scroll"};var j=e.i(54624);let C=(0,j.default)((0,t.jsx)("path",{d:"M15.41 16.09l-4.58-4.59 4.58-4.59L14 5.5l-6 6 6 6z"}),"KeyboardArrowLeft"),B=(0,j.default)((0,t.jsx)("path",{d:"M8.59 16.34l4.58-4.59-4.58-4.59L10 5.75l6 6-6 6z"}),"KeyboardArrowRight");var M=e.i(54033),z=e.i(98051),W=e.i(95761);function T(e){return(0,W.default)("MuiTabScrollButton",e)}let R=(0,z.default)("MuiTabScrollButton",["root","vertical","horizontal","disabled"]),I=(0,m.styled)(M.default,{name:"MuiTabScrollButton",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:r}=e;return[t.root,r.orientation&&t[r.orientation]]}})({width:40,flexShrink:0,opacity:.8,[`&.${R.disabled}`]:{opacity:0},variants:[{props:{orientation:"vertical"},style:{width:"100%",height:40,"& svg":{transform:"var(--TabScrollButton-svgRotate)"}}}]}),k=c.forwardRef(function(e,r){let o=(0,b.useDefaultProps)({props:e,name:"MuiTabScrollButton"}),{className:l,slots:i={},slotProps:n={},direction:a,orientation:s,disabled:d,...c}=o,m=(0,f.useRtl)(),x={isRtl:m,...o},v=(e=>{let{classes:t,orientation:r,disabled:o}=e;return(0,p.default)({root:["root",r,o&&"disabled"]},T,t)})(x),y=i.StartScrollButtonIcon??C,g=i.EndScrollButtonIcon??B,w=(0,h.default)({elementType:y,externalSlotProps:n.startScrollButtonIcon,additionalProps:{fontSize:"small"},ownerState:x}),S=(0,h.default)({elementType:g,externalSlotProps:n.endScrollButtonIcon,additionalProps:{fontSize:"small"},ownerState:x});return(0,t.jsx)(I,{component:"div",className:(0,u.default)(v.root,l),ref:r,role:null,ownerState:x,tabIndex:null,...c,style:{...c.style,..."vertical"===s&&{"--TabScrollButton-svgRotate":`rotate(${m?-90:90}deg)`}},children:"left"===a?(0,t.jsx)(y,{...w}):(0,t.jsx)(g,{...S})})});var P=e.i(82793);function L(e){return(0,W.default)("MuiTabs",e)}let E=(0,z.default)("MuiTabs",["root","vertical","list","flexContainer","flexContainerVertical","centered","scroller","fixed","scrollableX","scrollableY","hideScrollbar","scrollButtons","scrollButtonsHideMobile","indicator"]);var $=e.i(88195),A=e.i(28351),H=e.i(48106);let D=(e,t)=>e===t?e.firstChild:t&&t.nextElementSibling?t.nextElementSibling:e.firstChild,N=(e,t)=>e===t?e.lastChild:t&&t.previousElementSibling?t.previousElementSibling:e.lastChild,O=(e,t,r)=>{let o=!1,l=r(e,t);for(;l;){if(l===e.firstChild){if(o)return;o=!0}let t=l.disabled||"true"===l.getAttribute("aria-disabled");if(l.hasAttribute("tabindex")&&!t)return void l.focus();l=r(e,l)}},V=(0,m.styled)("div",{name:"MuiTabs",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:r}=e;return[{[`& .${E.scrollButtons}`]:t.scrollButtons},{[`& .${E.scrollButtons}`]:r.scrollButtonsHideMobile&&t.scrollButtonsHideMobile},t.root,r.vertical&&t.vertical]}})((0,x.default)(({theme:e})=>({overflow:"hidden",minHeight:48,WebkitOverflowScrolling:"touch",display:"flex",variants:[{props:({ownerState:e})=>e.vertical,style:{flexDirection:"column"}},{props:({ownerState:e})=>e.scrollButtonsHideMobile,style:{[`& .${E.scrollButtons}`]:{[e.breakpoints.down("sm")]:{display:"none"}}}}]}))),X=(0,m.styled)("div",{name:"MuiTabs",slot:"Scroller",overridesResolver:(e,t)=>{let{ownerState:r}=e;return[t.scroller,r.fixed&&t.fixed,r.hideScrollbar&&t.hideScrollbar,r.scrollableX&&t.scrollableX,r.scrollableY&&t.scrollableY]}})({position:"relative",display:"inline-block",flex:"1 1 auto",whiteSpace:"nowrap",variants:[{props:({ownerState:e})=>e.fixed,style:{overflowX:"hidden",width:"100%"}},{props:({ownerState:e})=>e.hideScrollbar,style:{scrollbarWidth:"none","&::-webkit-scrollbar":{display:"none"}}},{props:({ownerState:e})=>e.scrollableX,style:{overflowX:"auto",overflowY:"hidden"}},{props:({ownerState:e})=>e.scrollableY,style:{overflowY:"auto",overflowX:"hidden"}}]}),F=(0,m.styled)("div",{name:"MuiTabs",slot:"List",overridesResolver:(e,t)=>{let{ownerState:r}=e;return[t.list,t.flexContainer,r.vertical&&t.flexContainerVertical,r.centered&&t.centered]}})({display:"flex",variants:[{props:({ownerState:e})=>e.vertical,style:{flexDirection:"column"}},{props:({ownerState:e})=>e.centered,style:{justifyContent:"center"}}]}),G=(0,m.styled)("span",{name:"MuiTabs",slot:"Indicator"})((0,x.default)(({theme:e})=>({position:"absolute",height:2,bottom:0,width:"100%",transition:e.transitions.create(),variants:[{props:{indicatorColor:"primary"},style:{backgroundColor:(e.vars||e).palette.primary.main}},{props:{indicatorColor:"secondary"},style:{backgroundColor:(e.vars||e).palette.secondary.main}},{props:({ownerState:e})=>e.vertical,style:{height:"100%",width:2,right:0}}]}))),Y=(0,m.styled)(function(e){let{onChange:r,...o}=e,l=c.useRef(),i=c.useRef(null),n=()=>{l.current=i.current.offsetHeight-i.current.clientHeight};return(0,w.default)(()=>{let e=(0,v.default)(()=>{let e=l.current;n(),e!==l.current&&r(l.current)}),t=(0,g.ownerWindow)(i.current);return t.addEventListener("resize",e),()=>{e.clear(),t.removeEventListener("resize",e)}},[r]),c.useEffect(()=>{n(),r(l.current)},[r]),(0,t.jsx)("div",{style:S,...o,ref:i})})({overflowX:"auto",overflowY:"hidden",scrollbarWidth:"none","&::-webkit-scrollbar":{display:"none"}}),K={},q=c.forwardRef(function(e,r){let o,l,i=(0,b.useDefaultProps)({props:e,name:"MuiTabs"}),n=(0,d.useTheme)(),a=(0,f.useRtl)(),{"aria-label":s,"aria-labelledby":m,action:x,centered:g=!1,children:w,className:S,component:j="div",allowScrollButtonsMobile:C=!1,indicatorColor:B="primary",onChange:M,orientation:z="horizontal",ScrollButtonComponent:W,scrollButtons:T="auto",selectionFollowsFocus:R,slots:I={},slotProps:E={},TabIndicatorProps:q={},TabScrollButtonProps:U={},textColor:Q="primary",value:_,variant:J="standard",visibleScrollbar:Z=!1,...ee}=i,et="scrollable"===J,er="vertical"===z,eo=er?"scrollTop":"scrollLeft",el=er?"top":"left",ei=er?"bottom":"right",en=er?"clientHeight":"clientWidth",ea=er?"height":"width",es={...i,component:j,allowScrollButtonsMobile:C,indicatorColor:B,orientation:z,vertical:er,scrollButtons:T,textColor:Q,variant:J,visibleScrollbar:Z,fixed:!et,hideScrollbar:et&&!Z,scrollableX:et&&!er,scrollableY:et&&er,centered:g&&!et,scrollButtonsHideMobile:!C},ed=(e=>{let{vertical:t,fixed:r,hideScrollbar:o,scrollableX:l,scrollableY:i,centered:n,scrollButtonsHideMobile:a,classes:s}=e;return(0,p.default)({root:["root",t&&"vertical"],scroller:["scroller",r&&"fixed",o&&"hideScrollbar",l&&"scrollableX",i&&"scrollableY"],list:["list","flexContainer",t&&"flexContainerVertical",t&&"vertical",n&&"centered"],indicator:["indicator"],scrollButtons:["scrollButtons",a&&"scrollButtonsHideMobile"],scrollableX:[l&&"scrollableX"],hideScrollbar:[o&&"hideScrollbar"]},L,s)})(es),ec=(0,h.default)({elementType:I.StartScrollButtonIcon,externalSlotProps:E.startScrollButtonIcon,ownerState:es}),eu=(0,h.default)({elementType:I.EndScrollButtonIcon,externalSlotProps:E.endScrollButtonIcon,ownerState:es}),[ep,ef]=c.useState(!1),[eh,em]=c.useState(K),[ex,eb]=c.useState(!1),[ev,ey]=c.useState(!1),[eg,ew]=c.useState(!1),[eS,ej]=c.useState({overflow:"hidden",scrollbarWidth:0}),eC=new Map,eB=c.useRef(null),eM=c.useRef(null),ez={slots:I,slotProps:{indicator:q,scrollButton:U,...E}},eW=()=>{let e,t,r=eB.current;if(r){let t=r.getBoundingClientRect();e={clientWidth:r.clientWidth,scrollLeft:r.scrollLeft,scrollTop:r.scrollTop,scrollWidth:r.scrollWidth,top:t.top,bottom:t.bottom,left:t.left,right:t.right}}if(r&&!1!==_){let e=eM.current.children;if(e.length>0){let r=e[eC.get(_)];t=r?r.getBoundingClientRect():null}}return{tabsMeta:e,tabMeta:t}},eT=(0,P.default)(()=>{let e,{tabsMeta:t,tabMeta:r}=eW(),o=0;er?(e="top",r&&t&&(o=r.top-t.top+t.scrollTop)):(e=a?"right":"left",r&&t&&(o=(a?-1:1)*(r[e]-t[e]+t.scrollLeft)));let l={[e]:o,[ea]:r?r[ea]:0};if("number"!=typeof eh[e]||"number"!=typeof eh[ea])em(l);else{let t=Math.abs(eh[e]-l[e]),r=Math.abs(eh[ea]-l[ea]);(t>=1||r>=1)&&em(l)}}),eR=(e,{animation:t=!0}={})=>{t?function(e,t,r,o={},l=()=>{}){let{ease:i=y,duration:n=300}=o,a=null,s=t[e],d=!1,c=o=>{if(d)return void l(Error("Animation cancelled"));null===a&&(a=o);let u=Math.min(1,(o-a)/n);(t[e]=i(u)*(r-s)+s,u>=1)?requestAnimationFrame(()=>{l(null)}):requestAnimationFrame(c)};s===r?l(Error("Element already at target position")):requestAnimationFrame(c)}(eo,eB.current,e,{duration:n.transitions.duration.standard}):eB.current[eo]=e},eI=e=>{let t=eB.current[eo];er?t+=e:t+=e*(a?-1:1),eR(t)},ek=()=>{let e=eB.current[en],t=0,r=Array.from(eM.current.children);for(let o=0;oe){0===o&&(t=e);break}t+=l[en]}return t},[eP,{onChange:eL,...eE}]=(0,H.default)("scrollbar",{className:(0,u.default)(ed.scrollableX,ed.hideScrollbar),elementType:Y,shouldForwardComponentProp:!0,externalForwardedProps:ez,ownerState:es}),e$=c.useCallback(e=>{eL?.(e),ej({overflow:null,scrollbarWidth:e})},[eL]),[eA,eH]=(0,H.default)("scrollButtons",{className:(0,u.default)(ed.scrollButtons,U.className),elementType:k,externalForwardedProps:ez,ownerState:es,additionalProps:{orientation:z,slots:{StartScrollButtonIcon:I.startScrollButtonIcon||I.StartScrollButtonIcon,EndScrollButtonIcon:I.endScrollButtonIcon||I.EndScrollButtonIcon},slotProps:{startScrollButtonIcon:ec,endScrollButtonIcon:eu}}}),eD=(0,P.default)(e=>{let{tabsMeta:t,tabMeta:r}=eW();r&&t&&(r[el]t[ei]&&eR(t[eo]+(r[ei]-t[ei]),{animation:e}))}),eN=(0,P.default)(()=>{et&&!1!==T&&ew(!eg)});c.useEffect(()=>{let e,t,r=(0,v.default)(()=>{eB.current&&eT()}),o=(0,A.default)(eB.current);return o.addEventListener("resize",r),"undefined"!=typeof ResizeObserver&&(e=new ResizeObserver(r),Array.from(eM.current.children).forEach(t=>{e.observe(t)})),"undefined"!=typeof MutationObserver&&(t=new MutationObserver(t=>{t.forEach(t=>{t.removedNodes.forEach(t=>{e?.unobserve(t)}),t.addedNodes.forEach(t=>{e?.observe(t)})}),r(),eN()})).observe(eM.current,{childList:!0}),()=>{r.clear(),o.removeEventListener("resize",r),t?.disconnect(),e?.disconnect()}},[eT,eN]),c.useEffect(()=>{let e=Array.from(eM.current.children),t=e.length;if("undefined"!=typeof IntersectionObserver&&t>0&&et&&!1!==T){let r=e[0],o=e[t-1],l={root:eB.current,threshold:.99},i=new IntersectionObserver(e=>{eb(!e[0].isIntersecting)},l);i.observe(r);let n=new IntersectionObserver(e=>{ey(!e[0].isIntersecting)},l);return n.observe(o),()=>{i.disconnect(),n.disconnect()}}},[et,T,eg,w?.length]),c.useEffect(()=>{ef(!0)},[]),c.useEffect(()=>{eT()}),c.useEffect(()=>{eD(K!==eh)},[eD,eh]),c.useImperativeHandle(x,()=>({updateIndicator:eT,updateScrollButtons:eN}),[eT,eN]);let[eO,eV]=(0,H.default)("indicator",{className:(0,u.default)(ed.indicator,q.className),elementType:G,externalForwardedProps:ez,ownerState:es,additionalProps:{style:eh}}),eX=(0,t.jsx)(eO,{...eV}),eF=0,eG=c.Children.map(w,e=>{if(!c.isValidElement(e))return null;let t=void 0===e.props.value?eF:e.props.value;eC.set(t,eF);let r=t===_;return eF+=1,c.cloneElement(e,{fullWidth:"fullWidth"===J,indicator:r&&!ep&&eX,selected:r,selectionFollowsFocus:R,onChange:M,textColor:Q,value:t,...1===eF&&!1===_&&!e.props.tabIndex?{tabIndex:0}:{}})}),eY=((o={}).scrollbarSizeListener=et?(0,t.jsx)(eP,{...eE,onChange:e$}):null,o.scrollButtonStart=(l=et&&("auto"===T&&(ex||ev)||!0===T))?(0,t.jsx)(eA,{direction:a?"right":"left",onClick:()=>{eI(-1*ek())},disabled:!ex,...eH}):null,o.scrollButtonEnd=l?(0,t.jsx)(eA,{direction:a?"left":"right",onClick:()=>{eI(ek())},disabled:!ev,...eH}):null,o),[eK,eq]=(0,H.default)("root",{ref:r,className:(0,u.default)(ed.root,S),elementType:V,externalForwardedProps:{...ez,...ee,component:j},ownerState:es}),[eU,eQ]=(0,H.default)("scroller",{ref:eB,className:ed.scroller,elementType:X,externalForwardedProps:ez,ownerState:es,additionalProps:{style:{overflow:eS.overflow,[er?`margin${a?"Left":"Right"}`:"marginBottom"]:Z?void 0:-eS.scrollbarWidth}}}),[e_,eJ]=(0,H.default)("list",{ref:eM,className:(0,u.default)(ed.list,ed.flexContainer),elementType:F,externalForwardedProps:ez,ownerState:es,getSlotProps:e=>({...e,onKeyDown:t=>{(e=>{if(e.altKey||e.shiftKey||e.ctrlKey||e.metaKey)return;let t=eM.current,r=(0,$.default)(t).activeElement;if("tab"!==r.getAttribute("role"))return;let o="horizontal"===z?"ArrowLeft":"ArrowUp",l="horizontal"===z?"ArrowRight":"ArrowDown";switch("horizontal"===z&&a&&(o="ArrowRight",l="ArrowLeft"),e.key){case o:e.preventDefault(),O(t,r,N);break;case l:e.preventDefault(),O(t,r,D);break;case"Home":e.preventDefault(),O(t,null,D);break;case"End":e.preventDefault(),O(t,null,N)}})(t),e.onKeyDown?.(t)}})});return(0,t.jsxs)(eK,{...eq,children:[eY.scrollButtonStart,eY.scrollbarSizeListener,(0,t.jsxs)(eU,{...eQ,children:[(0,t.jsx)(e_,{"aria-label":s,"aria-labelledby":m,"aria-orientation":"vertical"===z?"vertical":null,role:"tablist",...eJ,children:eG}),ep&&eX]}),eY.scrollButtonEnd]})});var U=e.i(42196);function Q(e){return(0,W.default)("MuiTab",e)}let _=(0,z.default)("MuiTab",["root","labelIcon","textColorInherit","textColorPrimary","textColorSecondary","selected","disabled","fullWidth","wrapped","iconWrapper","icon"]),J=(0,m.styled)(M.default,{name:"MuiTab",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:r}=e;return[t.root,r.label&&r.icon&&t.labelIcon,t[`textColor${(0,U.default)(r.textColor)}`],r.fullWidth&&t.fullWidth,r.wrapped&&t.wrapped,{[`& .${_.iconWrapper}`]:t.iconWrapper},{[`& .${_.icon}`]:t.icon}]}})((0,x.default)(({theme:e})=>({...e.typography.button,maxWidth:360,minWidth:90,position:"relative",minHeight:48,flexShrink:0,padding:"12px 16px",overflow:"hidden",whiteSpace:"normal",textAlign:"center",lineHeight:1.25,variants:[{props:({ownerState:e})=>e.label&&("top"===e.iconPosition||"bottom"===e.iconPosition),style:{flexDirection:"column"}},{props:({ownerState:e})=>e.label&&"top"!==e.iconPosition&&"bottom"!==e.iconPosition,style:{flexDirection:"row"}},{props:({ownerState:e})=>e.icon&&e.label,style:{minHeight:72,paddingTop:9,paddingBottom:9}},{props:({ownerState:e,iconPosition:t})=>e.icon&&e.label&&"top"===t,style:{[`& > .${_.icon}`]:{marginBottom:6}}},{props:({ownerState:e,iconPosition:t})=>e.icon&&e.label&&"bottom"===t,style:{[`& > .${_.icon}`]:{marginTop:6}}},{props:({ownerState:e,iconPosition:t})=>e.icon&&e.label&&"start"===t,style:{[`& > .${_.icon}`]:{marginRight:e.spacing(1)}}},{props:({ownerState:e,iconPosition:t})=>e.icon&&e.label&&"end"===t,style:{[`& > .${_.icon}`]:{marginLeft:e.spacing(1)}}},{props:{textColor:"inherit"},style:{color:"inherit",opacity:.6,[`&.${_.selected}`]:{opacity:1},[`&.${_.disabled}`]:{opacity:(e.vars||e).palette.action.disabledOpacity}}},{props:{textColor:"primary"},style:{color:(e.vars||e).palette.text.secondary,[`&.${_.selected}`]:{color:(e.vars||e).palette.primary.main},[`&.${_.disabled}`]:{color:(e.vars||e).palette.text.disabled}}},{props:{textColor:"secondary"},style:{color:(e.vars||e).palette.text.secondary,[`&.${_.selected}`]:{color:(e.vars||e).palette.secondary.main},[`&.${_.disabled}`]:{color:(e.vars||e).palette.text.disabled}}},{props:({ownerState:e})=>e.fullWidth,style:{flexShrink:1,flexGrow:1,flexBasis:0,maxWidth:"none"}},{props:({ownerState:e})=>e.wrapped,style:{fontSize:e.typography.pxToRem(12)}}]}))),Z=c.forwardRef(function(e,r){let o=(0,b.useDefaultProps)({props:e,name:"MuiTab"}),{className:l,disabled:i=!1,disableFocusRipple:n=!1,fullWidth:a,icon:s,iconPosition:d="top",indicator:f,label:h,onChange:m,onClick:x,onFocus:v,selected:y,selectionFollowsFocus:g,textColor:w="inherit",value:S,wrapped:j=!1,...C}=o,B={...o,disabled:i,disableFocusRipple:n,selected:y,icon:!!s,iconPosition:d,label:!!h,fullWidth:a,textColor:w,wrapped:j},M=(e=>{let{classes:t,textColor:r,fullWidth:o,wrapped:l,icon:i,label:n,selected:a,disabled:s}=e,d={root:["root",i&&n&&"labelIcon",`textColor${(0,U.default)(r)}`,o&&"fullWidth",l&&"wrapped",a&&"selected",s&&"disabled"],icon:["iconWrapper","icon"]};return(0,p.default)(d,Q,t)})(B),z=s&&h&&c.isValidElement(s)?c.cloneElement(s,{className:(0,u.default)(M.icon,s.props.className)}):s;return(0,t.jsxs)(J,{focusRipple:!n,className:(0,u.default)(M.root,l),ref:r,role:"tab","aria-selected":y,disabled:i,onClick:e=>{!y&&m&&m(e,S),x&&x(e)},onFocus:e=>{g&&!y&&m&&m(e,S),v&&v(e)},ownerState:B,tabIndex:y?0:-1,...C,children:["top"===d||"start"===d?(0,t.jsxs)(c.Fragment,{children:[z,h]}):(0,t.jsxs)(c.Fragment,{children:[h,z]}),f]})});var ee=e.i(74811);let et=(0,j.default)((0,t.jsx)("path",{d:"M12 17.27 18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"}),"Star"),er=(0,j.default)((0,t.jsx)("path",{d:"M5 20h14v-2H5zM19 9h-4V3H9v6H5l7 7z"}),"Download");var eo=e.i(11180);let el=(0,j.default)((0,t.jsx)("path",{d:"M20 3H4c-1.1 0-2 .9-2 2v11c0 1.1.9 2 2 2h3l-1 1v2h12v-2l-1-1h3c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2m0 13H4V5h16z"}),"Monitor"),ei=(0,j.default)((0,t.jsx)("path",{d:"M17 1.01 7 1c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-1.99-2-1.99M17 19H7V5h10z"}),"Smartphone"),en=(0,j.default)((0,t.jsx)("path",{d:"M2 20h20v-4H2zm2-3h2v2H4zM2 4v4h20V4zm4 3H4V5h2zm-4 7h20v-4H2zm2-3h2v2H4z"}),"Storage");function ea(){let e=(0,d.useTheme)(),u=(0,s.useMediaQuery)(e.breakpoints.down("sm"));(0,s.useMediaQuery)(e.breakpoints.down("md"));let[p,f]=(0,c.useState)(0),h=["/projects/leonpan/img1.png","/projects/leonpan/img2.png","/projects/leonpan/img3.png"],m=[{icon:(0,t.jsx)(el,{color:"primary",style:{fontSize:u?24:32}}),title:"Web支持",description:"无需安装任何客户端就可以快速使用"},{icon:(0,t.jsx)(ei,{color:"primary",style:{fontSize:u?24:32}}),title:"PC客户端",description:"完美适配Windows 10以上的系统"},{icon:(0,t.jsx)(en,{color:"primary",style:{fontSize:u?24:32}}),title:"精美设计",description:"提供简洁而专业的用户界面,操作方便"},{icon:(0,t.jsx)(ee.default,{color:"primary",style:{fontSize:u?24:32}}),title:"开源可定制",description:"基于GPLv3协议开源,可自由修改和定制"}];return(0,t.jsxs)(r.Box,{sx:{minHeight:"100vh",bgcolor:"background.default"},children:[(0,t.jsx)(r.Box,{sx:{bgcolor:"primary.main",color:"white",py:u?8:12,px:2,textAlign:"center",position:"relative",overflow:"hidden","&::after":{content:'""',position:"absolute",bottom:-50,right:-50,width:200,height:200,borderRadius:"50%",bgcolor:"rgba(255,255,255,0.1)"}},children:(0,t.jsxs)(o.Container,{maxWidth:"md",sx:{position:"relative",zIndex:1},children:[(0,t.jsx)(l.Typography,{variant:u?"h3":"h2",component:"h1",gutterBottom:!0,fontWeight:"bold",children:"LeonPan"}),(0,t.jsx)(l.Typography,{variant:"body1",paragraph:!0,sx:{maxWidth:600,mx:"auto",opacity:.9},children:"LeonPan是一个开源项目,改编自Cloudreve开源项目,使用GPLv3协议开源。提供强大的文件管理功能。"}),(0,t.jsxs)(r.Box,{sx:{mt:4,display:"flex",flexWrap:"wrap",gap:2,justifyContent:"center"},children:[(0,t.jsx)(a.Button,{variant:"contained",color:"secondary",size:u?"small":"medium",startIcon:(0,t.jsx)(eo.default,{}),sx:{px:3},onClick:()=>window.open("http://leonmmcoset.jjxmm.win:2000/leonmmcoset/leonpan","_blank"),children:"Git仓库"}),(0,t.jsx)(a.Button,{variant:"outlined",color:"inherit",size:u?"small":"medium",startIcon:(0,t.jsx)(er,{}),sx:{px:3,borderColor:"white",color:"white","&:hover":{borderColor:"rgba(255,255,255,0.8)"}},onClick:()=>window.open("http://leonmmcoset.jjxmm.win:5212/","_blank"),children:"进入LeonAPP"})]})]})}),(0,t.jsx)(r.Box,{sx:{py:u?6:10,px:2},children:(0,t.jsx)(o.Container,{maxWidth:"lg",children:(0,t.jsxs)(r.Box,{sx:{display:"flex",flexDirection:u?"column":"row",gap:u?4:6,alignItems:"center",width:"100%"},children:[(0,t.jsxs)(r.Box,{sx:{width:"100%"},children:[(0,t.jsx)(l.Typography,{variant:u?"h4":"h3",component:"h2",gutterBottom:!0,fontWeight:"bold",children:"项目概述"}),(0,t.jsx)(l.Typography,{variant:"body1",paragraph:!0,sx:{mb:3,color:"text.secondary"},children:"LeonPan是基于Cloudreve开发的文件管理系统,提供了丰富的功能和友好的用户界面。 它支持多种存储方式,包括本地存储、对象存储等,可以满足不同用户的需求。"}),(0,t.jsx)(l.Typography,{variant:"body1",paragraph:!0,sx:{mb:3,color:"text.secondary"},children:"项目致力于提供安全、稳定、高效的文件管理解决方案,适用于个人用户和团队协作场景。"}),(0,t.jsxs)(r.Box,{sx:{display:"flex",alignItems:"center",gap:2,mt:4},children:[(0,t.jsxs)(r.Box,{sx:{display:"flex",alignItems:"center",gap:1},children:[(0,t.jsx)(et,{color:"secondary",fontSize:"small",style:{fontSize:16}}),(0,t.jsx)(l.Typography,{variant:"body2",children:"开源免费"})]}),(0,t.jsxs)(r.Box,{sx:{display:"flex",alignItems:"center",gap:1},children:[(0,t.jsx)(ee.default,{color:"primary",fontSize:"small",style:{fontSize:16}}),(0,t.jsx)(l.Typography,{variant:"body2",children:"GPLv3协议"})]})]})]}),(0,t.jsx)(r.Box,{sx:{width:"100%"},children:(0,t.jsx)(i.Card,{sx:{boxShadow:4,borderRadius:2,overflow:"hidden"},children:(0,t.jsx)(n.CardMedia,{component:"img",height:u?200:300,image:h[0],alt:"LeonPan 截图",sx:{objectFit:"cover"}})})})]})})}),(0,t.jsx)(r.Box,{sx:{py:u?6:10,px:2,bgcolor:"grey.50"},children:(0,t.jsxs)(o.Container,{maxWidth:"lg",children:[(0,t.jsx)(l.Typography,{variant:u?"h4":"h3",component:"h2",align:"center",gutterBottom:!0,fontWeight:"bold",children:"功能特点"}),(0,t.jsx)(l.Typography,{variant:"body1",align:"center",paragraph:!0,sx:{mb:8,maxWidth:600,mx:"auto",color:"text.secondary"},children:"LeonPan提供丰富的功能,满足您的文件管理需求"}),(0,t.jsx)(r.Box,{sx:{display:"flex",flexDirection:"row",flexWrap:"wrap",gap:u?3:4,width:"100%"},children:m.map((e,o)=>(0,t.jsx)(r.Box,{sx:{width:u?"100%":"calc(50% - 16px)",key:o},children:(0,t.jsxs)(i.Card,{sx:{height:"100%",display:"flex",flexDirection:"row",alignItems:"center",padding:3,boxShadow:2,borderRadius:2,transition:"transform 0.3s, box-shadow 0.3s","&:hover":{transform:"translateY(-3px)",boxShadow:4}},children:[(0,t.jsx)(r.Box,{sx:{mr:3,display:"flex",alignItems:"center",justifyContent:"center",minWidth:60},children:e.icon}),(0,t.jsxs)(r.Box,{children:[(0,t.jsx)(l.Typography,{variant:"h6",component:"h3",gutterBottom:!0,fontWeight:"bold",children:e.title}),(0,t.jsx)(l.Typography,{variant:"body2",color:"text.secondary",children:e.description})]})]})}))})]})}),(0,t.jsx)(r.Box,{sx:{py:u?6:10,px:2},children:(0,t.jsxs)(o.Container,{maxWidth:"lg",children:[(0,t.jsx)(l.Typography,{variant:u?"h4":"h3",component:"h2",align:"center",gutterBottom:!0,fontWeight:"bold",children:"界面展示"}),(0,t.jsx)(l.Typography,{variant:"body1",align:"center",paragraph:!0,sx:{mb:8,maxWidth:600,mx:"auto",color:"text.secondary"},children:"查看LeonPan的精美界面"}),!u&&(0,t.jsx)(r.Box,{sx:{mb:4,display:"flex",justifyContent:"center"},children:(0,t.jsx)(q,{value:p,onChange:(e,t)=>f(t),variant:"scrollable",scrollButtons:"auto",indicatorColor:"primary",textColor:"primary",children:h.map((e,r)=>(0,t.jsx)(Z,{label:`截图 ${r+1}`},r))})}),(0,t.jsx)(r.Box,{sx:{textAlign:"center"},children:(0,t.jsx)(i.Card,{sx:{display:"inline-block",boxShadow:5,borderRadius:2,overflow:"hidden",maxWidth:"100%"},children:(0,t.jsx)(n.CardMedia,{component:"img",height:u?250:400,image:h[p],alt:`LeonPan 截图 ${p+1}`,sx:{objectFit:"contain",maxWidth:"100%"}})})}),u&&(0,t.jsx)(r.Box,{sx:{mt:4,display:"flex",gap:2,justifyContent:"center",overflowX:"auto",pb:2},children:h.map((e,r)=>(0,t.jsx)(a.Button,{variant:p===r?"contained":"outlined",size:"small",onClick:()=>f(r),sx:{minWidth:60,height:60,p:1,border:+(p!==r)},children:(0,t.jsx)("img",{src:e,alt:`缩略图 ${r+1}`,style:{width:"100%",height:"100%",objectFit:"cover"}})},r))})]})}),(0,t.jsx)(r.Box,{sx:{py:u?8:12,px:2,bgcolor:"primary.main",color:"white",textAlign:"center"},children:(0,t.jsxs)(o.Container,{maxWidth:"md",children:[(0,t.jsx)(l.Typography,{variant:u?"h4":"h3",component:"h2",gutterBottom:!0,fontWeight:"bold",children:"开始使用 LeonPan"}),(0,t.jsx)(l.Typography,{variant:"body1",paragraph:!0,sx:{mb:6,opacity:.9},children:"立即体验LeonPan带来的高效文件管理体验,开源免费,功能强大"}),(0,t.jsxs)(r.Box,{sx:{display:"flex",flexWrap:"wrap",gap:3,justifyContent:"center"},children:[(0,t.jsx)(a.Button,{variant:"contained",color:"secondary",size:u?"small":"large",startIcon:(0,t.jsx)(eo.default,{}),sx:{px:4,py:1.5},onClick:()=>window.open("http://leonmmcoset.jjxmm.win:2000/leonmmcoset/leonpan","_blank"),children:"访问Git仓库"}),(0,t.jsx)(a.Button,{variant:"outlined",color:"inherit",size:u?"small":"large",startIcon:(0,t.jsx)(er,{}),sx:{px:4,py:1.5,borderColor:"white",color:"white","&:hover":{borderColor:"rgba(255,255,255,0.8)"}},onClick:()=>window.open("http://leonmmcoset.jjxmm.win:5212/","_blank"),children:"立即访问LeonAPP"})]})]})})]})}e.s(["default",()=>ea],25139)}]); \ No newline at end of file diff --git a/out/_next/static/chunks/c54c8e034561484e.js b/out/_next/static/chunks/c54c8e034561484e.js new file mode 100644 index 0000000..cc0f71c --- /dev/null +++ b/out/_next/static/chunks/c54c8e034561484e.js @@ -0,0 +1 @@ +(globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,13235,39882,e=>{"use strict";e.i(47167);var t=e.i(71645),i=e.i(7670),r=e.i(95669),o=e.i(40799),n=e.i(94425),a=e.i(98051),s=e.i(95761);function l(e){return(0,s.default)("MuiCardMedia",e)}(0,a.default)("MuiCardMedia",["root","media","img"]);var d=e.i(43476);let c=(0,o.styled)("div",{name:"MuiCardMedia",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:i}=e,{isMediaComponent:r,isImageComponent:o}=i;return[t.root,r&&t.media,o&&t.img]}})({display:"block",backgroundSize:"cover",backgroundRepeat:"no-repeat",backgroundPosition:"center",variants:[{props:{isMediaComponent:!0},style:{width:"100%"}},{props:{isImageComponent:!0},style:{objectFit:"cover"}}]}),u=["video","audio","picture","iframe","img"],p=["picture","img"],m=t.forwardRef(function(e,t){let o=(0,n.useDefaultProps)({props:e,name:"MuiCardMedia"}),{children:a,className:s,component:m="div",image:h,src:x,style:f,...g}=o,y=u.includes(m),v=!y&&h?{backgroundImage:`url("${h}")`,...f}:f,b={...o,component:m,isMediaComponent:y,isImageComponent:p.includes(m)},j=(e=>{let{classes:t,isMediaComponent:i,isImageComponent:o}=e;return(0,r.default)({root:["root",i&&"media",o&&"img"]},l,t)})(b);return(0,d.jsx)(c,{className:(0,i.default)(j.root,s),as:m,role:!y&&h?"img":void 0,ref:t,style:v,ownerState:b,src:y?h||x:void 0,...g,children:a})});e.s(["CardMedia",0,m],13235);var h=e.i(61974);e.s(["useMediaQuery",()=>h.default],39882)},76552,e=>{"use strict";var t=e.i(19646);e.s(["Box",()=>t.default])},83553,38111,e=>{"use strict";let t,i=e=>e,r=(t=i,{configure(e){t=e},generate:e=>t(e),reset(){t=i}}),o={active:"active",checked:"checked",completed:"completed",disabled:"disabled",error:"error",expanded:"expanded",focused:"focused",focusVisible:"focusVisible",open:"open",readOnly:"readOnly",required:"required",selected:"selected"};function n(e,t,i="Mui"){let a=o[t];return a?`${i}-${a}`:`${r.generate(e)}-${t}`}function a(e,t,i){let r={};for(let o in e){let n=e[o],a="",s=!0;for(let e=0;en],83553),e.s(["default",()=>a],38111)},84429,94231,e=>{"use strict";var t=e.i(82471);function i(e){let{theme:i,name:r,props:o}=e;return i&&i.components&&i.components[r]&&i.components[r].defaultProps?(0,t.default)(i.components[r].defaultProps,o):o}e.s(["default",()=>i],94231);var r=e.i(61801);function o({props:e,name:t,defaultTheme:o,themeId:n}){let a=(0,r.default)(o);return n&&(a=a[n]||a),i({theme:a,name:t,props:e})}e.s(["default",()=>o],84429)},1434,e=>{"use strict";let t=(0,e.i(16506).default)();e.s(["default",0,t])},91882,e=>{"use strict";e.i(47167);var t=e.i(71645),i=e.i(7670),r=e.i(83553),o=e.i(38111),n=e.i(96867),a=e.i(84429),s=e.i(1434),l=e.i(17494),d=e.i(43476);let c=(0,l.default)(),u=(0,s.default)("div",{name:"MuiContainer",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:i}=e;return[t.root,t[`maxWidth${(0,n.default)(String(i.maxWidth))}`],i.fixed&&t.fixed,i.disableGutters&&t.disableGutters]}}),p=e=>(0,a.default)({props:e,name:"MuiContainer",defaultTheme:c});var m=e.i(42196),h=e.i(12178),x=e.i(94425);let f=function(e={}){let{createStyledComponent:a=u,useThemeProps:s=p,componentName:l="MuiContainer"}=e,c=a(({theme:e,ownerState:t})=>({width:"100%",marginLeft:"auto",boxSizing:"border-box",marginRight:"auto",...!t.disableGutters&&{paddingLeft:e.spacing(2),paddingRight:e.spacing(2),[e.breakpoints.up("sm")]:{paddingLeft:e.spacing(3),paddingRight:e.spacing(3)}}}),({theme:e,ownerState:t})=>t.fixed&&Object.keys(e.breakpoints.values).reduce((t,i)=>{let r=e.breakpoints.values[i];return 0!==r&&(t[e.breakpoints.up(i)]={maxWidth:`${r}${e.breakpoints.unit}`}),t},{}),({theme:e,ownerState:t})=>({..."xs"===t.maxWidth&&{[e.breakpoints.up("xs")]:{maxWidth:Math.max(e.breakpoints.values.xs,444)}},...t.maxWidth&&"xs"!==t.maxWidth&&{[e.breakpoints.up(t.maxWidth)]:{maxWidth:`${e.breakpoints.values[t.maxWidth]}${e.breakpoints.unit}`}}}));return t.forwardRef(function(e,t){let a=s(e),{className:u,component:p="div",disableGutters:m=!1,fixed:h=!1,maxWidth:x="lg",classes:f,...g}=a,y={...a,component:p,disableGutters:m,fixed:h,maxWidth:x},v=((e,t)=>{let{classes:i,fixed:a,disableGutters:s,maxWidth:l}=e,d={root:["root",l&&`maxWidth${(0,n.default)(String(l))}`,a&&"fixed",s&&"disableGutters"]};return(0,o.default)(d,e=>(0,r.default)(t,e),i)})(y,l);return(0,d.jsx)(c,{as:p,ownerState:y,className:(0,i.default)(v.root,u),ref:t,...g})})}({createStyledComponent:(0,h.default)("div",{name:"MuiContainer",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:i}=e;return[t.root,t[`maxWidth${(0,m.default)(String(i.maxWidth))}`],i.fixed&&t.fixed,i.disableGutters&&t.disableGutters]}}),useThemeProps:e=>(0,x.useDefaultProps)({props:e,name:"MuiContainer"})});e.s(["Container",0,f],91882)},66796,e=>{"use strict";var t=e.i(26863);e.s(["Typography",()=>t.default])},13607,e=>{"use strict";e.i(47167);var t=e.i(71645),i=e.i(7670),r=e.i(95669),o=e.i(40799),n=e.i(94425),a=e.i(67719),s=e.i(98051),l=e.i(95761);function d(e){return(0,l.default)("MuiCard",e)}(0,s.default)("MuiCard",["root"]);var c=e.i(43476);let u=(0,o.styled)(a.default,{name:"MuiCard",slot:"Root"})({overflow:"hidden"}),p=t.forwardRef(function(e,t){let o=(0,n.useDefaultProps)({props:e,name:"MuiCard"}),{className:a,raised:s=!1,...l}=o,p={...o,raised:s},m=(e=>{let{classes:t}=e;return(0,r.default)({root:["root"]},d,t)})(p);return(0,c.jsx)(u,{className:(0,i.default)(m.root,a),elevation:s?8:void 0,ref:t,ownerState:p,...l})});e.s(["Card",0,p],13607)},34251,e=>{"use strict";var t=e.i(36807);e.s(["Button",()=>t.default])},61974,54624,e=>{"use strict";e.i(47167);var t=e.i(71645),i=e.i(55777),r=e.i(94231),r=r,o=e.i(86931);let n={...t}.useSyncExternalStore;function a(e={}){let{themeId:s}=e;return function(e,a={}){let l=(0,o.default)();l&&s&&(l=l[s]||l);let d="undefined"!=typeof window&&void 0!==window.matchMedia,{defaultMatches:c=!1,matchMedia:u=d?window.matchMedia:null,ssrMatchMedia:p=null,noSsr:m=!1}=(0,r.default)({name:"MuiUseMediaQuery",props:a,theme:l}),h="function"==typeof e?e(l):e;return(h=h.replace(/^@media( ?)/m,"")).includes("print")&&console.warn("MUI: You have provided a `print` query to the `useMediaQuery` hook.\nUsing the print media query to modify print styles can lead to unexpected results.\nConsider using the `displayPrint` field in the `sx` prop instead.\nMore information about `displayPrint` on our docs: https://mui.com/system/display/#display-in-print."),(void 0!==n?function(e,i,r,o,a){let s=t.useCallback(()=>i,[i]),l=t.useMemo(()=>{if(a&&r)return()=>r(e).matches;if(null!==o){let{matches:t}=o(e);return()=>t}return s},[s,e,o,a,r]),[d,c]=t.useMemo(()=>{if(null===r)return[s,()=>()=>{}];let t=r(e);return[()=>t.matches,e=>(t.addEventListener("change",e),()=>{t.removeEventListener("change",e)})]},[s,r,e]);return n(c,d,l)}:function(e,r,o,n,a){let[s,l]=t.useState(()=>a&&o?o(e).matches:n?n(e).matches:r);return(0,i.default)(()=>{if(!o)return;let t=o(e),i=()=>{l(t.matches)};return i(),t.addEventListener("change",i),()=>{t.removeEventListener("change",i)}},[e,o]),s})(h,c,u,p,m)}}a();let s=a({themeId:e.i(2001).default});e.s(["default",0,s],61974);var l=e.i(7670),d=e.i(95669),c=e.i(42196),u=e.i(40799),p=e.i(75149),m=e.i(94425),h=e.i(98051),x=e.i(95761);function f(e){return(0,x.default)("MuiSvgIcon",e)}(0,h.default)("MuiSvgIcon",["root","colorPrimary","colorSecondary","colorAction","colorError","colorDisabled","fontSizeInherit","fontSizeSmall","fontSizeMedium","fontSizeLarge"]);var g=e.i(43476);let y=(0,u.styled)("svg",{name:"MuiSvgIcon",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:i}=e;return[t.root,"inherit"!==i.color&&t[`color${(0,c.default)(i.color)}`],t[`fontSize${(0,c.default)(i.fontSize)}`]]}})((0,p.default)(({theme:e})=>({userSelect:"none",width:"1em",height:"1em",display:"inline-block",flexShrink:0,transition:e.transitions?.create?.("fill",{duration:(e.vars??e).transitions?.duration?.shorter}),variants:[{props:e=>!e.hasSvgAsChild,style:{fill:"currentColor"}},{props:{fontSize:"inherit"},style:{fontSize:"inherit"}},{props:{fontSize:"small"},style:{fontSize:e.typography?.pxToRem?.(20)||"1.25rem"}},{props:{fontSize:"medium"},style:{fontSize:e.typography?.pxToRem?.(24)||"1.5rem"}},{props:{fontSize:"large"},style:{fontSize:e.typography?.pxToRem?.(35)||"2.1875rem"}},...Object.entries((e.vars??e).palette).filter(([,e])=>e&&e.main).map(([t])=>({props:{color:t},style:{color:(e.vars??e).palette?.[t]?.main}})),{props:{color:"action"},style:{color:(e.vars??e).palette?.action?.active}},{props:{color:"disabled"},style:{color:(e.vars??e).palette?.action?.disabled}},{props:{color:"inherit"},style:{color:void 0}}]}))),v=t.forwardRef(function(e,i){let r=(0,m.useDefaultProps)({props:e,name:"MuiSvgIcon"}),{children:o,className:n,color:a="inherit",component:s="svg",fontSize:u="medium",htmlColor:p,inheritViewBox:h=!1,titleAccess:x,viewBox:v="0 0 24 24",...b}=r,j=t.isValidElement(o)&&"svg"===o.type,S={...r,color:a,component:s,fontSize:u,instanceFontSize:e.fontSize,inheritViewBox:h,viewBox:v,hasSvgAsChild:j},C={};h||(C.viewBox=v);let M=(e=>{let{color:t,fontSize:i,classes:r}=e,o={root:["root","inherit"!==t&&`color${(0,c.default)(t)}`,`fontSize${(0,c.default)(i)}`]};return(0,d.default)(o,f,r)})(S);return(0,g.jsxs)(y,{as:s,className:(0,l.default)(M.root,n),focusable:"false",color:p,"aria-hidden":!x||void 0,role:x?"img":void 0,ref:i,...C,...b,...j&&o.props,ownerState:S,children:[j?o.props.children:o,x?(0,g.jsx)("title",{children:x}):null]})});function b(e,i){function r(t,i){return(0,g.jsx)(v,{"data-testid":void 0,ref:i,...t,children:e})}return r.muiName=v.muiName,t.memo(t.forwardRef(r))}v.muiName="SvgIcon",e.s(["default",()=>b],54624)},68238,38255,e=>{"use strict";e.i(47167);var t=e.i(71645),i=e.i(7670),r=e.i(95669),o=e.i(40799),n=e.i(94425),a=e.i(98051),s=e.i(95761);function l(e){return(0,s.default)("MuiCardContent",e)}(0,a.default)("MuiCardContent",["root"]);var d=e.i(43476);let c=(0,o.styled)("div",{name:"MuiCardContent",slot:"Root"})({padding:16,"&:last-child":{paddingBottom:24}}),u=t.forwardRef(function(e,t){let o=(0,n.useDefaultProps)({props:e,name:"MuiCardContent"}),{className:a,component:s="div",...u}=o,p={...o,component:s},m=(e=>{let{classes:t}=e;return(0,r.default)({root:["root"]},l,t)})(p);return(0,d.jsx)(c,{as:s,className:(0,i.default)(m.root,a),ownerState:p,ref:t,...u})});e.s(["CardContent",0,u],68238);let p=(0,e.i(54624).default)((0,d.jsx)("path",{d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2m-1 17.93c-3.95-.49-7-3.85-7-7.93 0-.62.08-1.21.21-1.79L9 15v1c0 1.1.9 2 2 2zm6.9-2.54c-.26-.81-1-1.39-1.9-1.39h-1v-3c0-.55-.45-1-1-1H8v-2h2c.55 0 1-.45 1-1V7h2c1.1 0 2-.9 2-2v-.41c2.93 1.19 5 4.06 5 7.41 0 2.08-.8 3.97-2.1 5.39"}),"Public");e.s(["default",0,p],38255)},31713,e=>{"use strict";var t=e.i(43476),i=e.i(76552),r=e.i(91882),o=e.i(66796),n=e.i(13607),a=e.i(68238),s=e.i(13235),l=e.i(34251),d=e.i(39882),c=e.i(10557),u=e.i(54624);let p=(0,u.default)((0,t.jsx)("path",{d:"M16.5 6v11.5c0 2.21-1.79 4-4 4s-4-1.79-4-4V5c0-1.38 1.12-2.5 2.5-2.5s2.5 1.12 2.5 2.5v10.5c0 .55-.45 1-1 1s-1-.45-1-1V6H10v9.5c0 1.38 1.12 2.5 2.5 2.5s2.5-1.12 2.5-2.5V5c0-2.21-1.79-4-4-4S7 2.79 7 5v12.5c0 3.04 2.46 5.5 5.5 5.5s5.5-2.46 5.5-5.5V6z"}),"AttachFile");var m=e.i(38255);let h=(0,u.default)((0,t.jsx)("path",{d:"M11 11V3H5c-1.1 0-2 .9-2 2v6zm2 0h8V5c0-1.1-.9-2-2-2h-6zm-2 2H3v6c0 1.1.9 2 2 2h6zm2 0v8h6c1.1 0 2-.9 2-2v-6z"}),"Window");function x(){let e=(0,c.useTheme)(),u=(0,d.useMediaQuery)(e.breakpoints.down("sm"));(0,d.useMediaQuery)(e.breakpoints.down("md"));let x=[{icon:(0,t.jsx)(m.default,{fontSize:"large",color:"primary",style:{fontSize:u?32:48}}),title:"云端访问",description:"随时随地访问您的项目和文件,无需担心设备限制"},{icon:(0,t.jsx)(h,{fontSize:"large",color:"primary",style:{fontSize:u?32:48}}),title:"响应式设计",description:"完美适配各种设备,从手机到桌面电脑"},{icon:(0,t.jsx)(p,{fontSize:"large",color:"primary",style:{fontSize:u?32:48}}),title:"文件管理",description:"高效管理您的所有项目文件,支持多种格式"}],f=[{name:"云盘服务",description:"安全可靠的云存储解决方案",icon:(0,t.jsx)(p,{})},{name:"社区论坛",description:"用户交流与分享的平台",icon:(0,t.jsx)(m.default,{})},{name:"编程语言",description:"创新的编程语言开发",icon:(0,t.jsx)(h,{})},{name:"操作系统",description:"轻量级操作系统解决方案",icon:(0,t.jsx)(h,{})},{name:"我的世界服务器",description:"稳定高效的游戏服务器",icon:(0,t.jsx)(m.default,{})},{name:"加密语言",description:"安全通信解决方案",icon:(0,t.jsx)(p,{})}];return(0,t.jsxs)(i.Box,{sx:{minHeight:"100vh",bgcolor:"background.default"},children:[(0,t.jsx)(i.Box,{sx:{bgcolor:"primary.main",color:"white",py:u?10:16,px:2,textAlign:"center",position:"relative",overflow:"hidden","&::before":{content:'""',position:"absolute",top:0,left:0,right:0,bottom:0,background:"radial-gradient(circle at 50% 50%, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 70%)",zIndex:1}},children:(0,t.jsxs)(r.Container,{maxWidth:"md",sx:{position:"relative",zIndex:2},children:[(0,t.jsx)(o.Typography,{variant:u?"h3":"h2",component:"h1",gutterBottom:!0,fontWeight:"bold",sx:{mb:3},children:"LeonCloud"}),(0,t.jsx)(o.Typography,{variant:u?"h6":"h5",paragraph:!0,sx:{mb:6,opacity:.9},children:"LeonMMcoset的所有产品的运营商"}),(0,t.jsx)(o.Typography,{variant:"body1",paragraph:!0,sx:{maxWidth:600,mx:"auto",opacity:.8,mb:8,fontSize:u?"1rem":"1.1rem"},children:"覆盖云盘、论坛、编程语言、操作系统、我的世界服务器、加密语言等各种服务"}),(0,t.jsx)(o.Typography,{variant:"body1",paragraph:!0,sx:{fontWeight:"bold",fontSize:u?"1rem":"1.1rem",backgroundColor:"rgba(255,255,255,0.1)",py:2,px:4,borderRadius:2,display:"inline-block"},children:"我们的宗旨是给用户提供简单、安全、高效、全方面的服务"})]})}),(0,t.jsx)(i.Box,{sx:{py:u?8:12,px:2},children:(0,t.jsxs)(r.Container,{maxWidth:"lg",children:[(0,t.jsx)(o.Typography,{variant:u?"h4":"h3",component:"h2",align:"center",gutterBottom:!0,fontWeight:"bold",sx:{mb:6},children:"我们的服务"}),(0,t.jsx)(i.Box,{sx:{display:"flex",flexWrap:"wrap",justifyContent:"center",gap:{xs:3,md:4}},children:f.map((e,r)=>(0,t.jsxs)(i.Box,{sx:{width:{xs:"100%",sm:"calc(50% - 16px)",md:"calc(33.333% - 16px)"},maxWidth:{xs:"100%",sm:400,md:350},bgcolor:"background.paper",borderRadius:3,boxShadow:2,p:4,transition:"all 0.3s ease","&:hover":{transform:"translateY(-5px)",boxShadow:4},display:"flex",flexDirection:"column",alignItems:"center",textAlign:"center"},children:[(0,t.jsx)(i.Box,{sx:{mb:3,color:"primary.main",fontSize:u?2.5:3},children:e.icon}),(0,t.jsx)(o.Typography,{variant:"h6",gutterBottom:!0,fontWeight:"bold",children:e.name}),(0,t.jsx)(o.Typography,{variant:"body2",color:"text.secondary",children:e.description})]},r))})]})}),(0,t.jsx)(i.Box,{sx:{py:u?8:12,px:2,bgcolor:"grey.50"},children:(0,t.jsxs)(r.Container,{maxWidth:"lg",children:[(0,t.jsx)(o.Typography,{variant:u?"h4":"h3",component:"h2",align:"center",gutterBottom:!0,fontWeight:"bold",sx:{mb:6},children:"精选项目"}),(0,t.jsx)(i.Box,{sx:{display:"flex",justifyContent:"center",gap:4},children:[{name:"LeonPan",description:"个人项目展示平台",image:"/projects/leonpan/logo.png",href:"/project/leonpan"}].map((e,i)=>(0,t.jsxs)(n.Card,{sx:{width:{xs:"100%",sm:400,md:500},maxWidth:"100%",borderRadius:3,boxShadow:3,transition:"all 0.3s ease","&:hover":{transform:"translateY(-5px)",boxShadow:6}},children:[(0,t.jsx)(s.CardMedia,{component:"img",height:200,image:e.image,alt:e.name,sx:{objectFit:"contain",padding:3,bgcolor:"background.paper"}}),(0,t.jsxs)(a.CardContent,{sx:{textAlign:"center"},children:[(0,t.jsx)(o.Typography,{variant:"h5",component:"h3",gutterBottom:!0,fontWeight:"bold",children:e.name}),(0,t.jsx)(o.Typography,{variant:"body1",color:"text.secondary",paragraph:!0,sx:{mb:3},children:e.description}),(0,t.jsx)(l.Button,{variant:"contained",color:"primary",size:"large",href:e.href,fullWidth:!0,sx:{py:1.2},children:"查看详情"})]})]},i))})]})}),(0,t.jsx)(i.Box,{sx:{py:u?8:12,px:2},children:(0,t.jsxs)(r.Container,{maxWidth:"lg",children:[(0,t.jsx)(o.Typography,{variant:u?"h4":"h3",component:"h2",align:"center",gutterBottom:!0,fontWeight:"bold",sx:{mb:6},children:"我们的优势"}),(0,t.jsxs)(i.Box,{sx:{display:"flex",flexWrap:"wrap",justifyContent:"center",gap:{xs:4,md:6}},children:[(0,t.jsx)(i.Box,{sx:{width:{xs:"100%",md:"45%"},maxWidth:500,textAlign:u?"center":"left",mb:{xs:4,md:0}},children:x.map((e,r)=>(0,t.jsxs)(i.Box,{sx:{display:"flex",flexDirection:u?"column":"row",alignItems:u?"center":"flex-start",mb:4,gap:3},children:[(0,t.jsx)(i.Box,{sx:{color:"primary.main"},children:e.icon}),(0,t.jsxs)(i.Box,{children:[(0,t.jsx)(o.Typography,{variant:"h6",gutterBottom:!0,fontWeight:"bold",children:e.title}),(0,t.jsx)(o.Typography,{variant:"body2",color:"text.secondary",children:e.description})]})]},r))}),(0,t.jsxs)(i.Box,{sx:{width:{xs:"100%",md:"45%"},maxWidth:500,bgcolor:"primary.main",color:"white",p:6,borderRadius:3,boxShadow:4,display:"flex",flexDirection:"column",justifyContent:"center"},children:[(0,t.jsx)(o.Typography,{variant:u?"h5":"h4",gutterBottom:!0,fontWeight:"bold",children:"我们的承诺"}),(0,t.jsx)(i.Box,{sx:{height:2,bgcolor:"white",opacity:.3,mb:4}}),(0,t.jsxs)("ul",{style:{paddingLeft:20*!u,margin:0,listStyleType:u?"none":"disc"},children:[(0,t.jsx)("li",{style:{marginBottom:16,fontSize:u?"0.9rem":"1rem"},children:"简单易用的界面设计"}),(0,t.jsx)("li",{style:{marginBottom:16,fontSize:u?"0.9rem":"1rem"},children:"企业级安全保障"}),(0,t.jsx)("li",{style:{marginBottom:16,fontSize:u?"0.9rem":"1rem"},children:"高效稳定的系统性能"}),(0,t.jsx)("li",{style:{marginBottom:16,fontSize:u?"0.9rem":"1rem"},children:"全方面的服务支持"}),(0,t.jsx)("li",{style:{fontSize:u?"0.9rem":"1rem"},children:"持续创新的技术研发"})]})]})]})]})}),(0,t.jsx)(i.Box,{sx:{bgcolor:"primary.dark",color:"white",py:8,px:2},children:(0,t.jsxs)(r.Container,{maxWidth:"lg",children:[(0,t.jsxs)(i.Box,{sx:{display:"flex",flexDirection:u?"column":"row",justifyContent:"space-between",alignItems:"center",mb:6},children:[(0,t.jsx)(o.Typography,{variant:"h5",gutterBottom:!0,fontWeight:"bold",children:"LeonCloud"}),(0,t.jsx)(o.Typography,{variant:"body1",sx:{opacity:.8},children:"LeonMMcoset的所有产品的运营商"})]}),(0,t.jsx)(i.Box,{sx:{height:1,bgcolor:"white",opacity:.1,mb:6}}),(0,t.jsxs)(o.Typography,{variant:"body2",align:"center",paragraph:!0,children:["© ",new Date().getFullYear()," LeonCloud. 保留所有权利。"]}),(0,t.jsx)(o.Typography,{variant:"caption",align:"center",color:"rgba(255,255,255,0.7)",children:"我们的宗旨是给用户提供简单、安全、高效、全方面的服务"})]})})]})}e.s(["default",()=>x],31713)}]); \ No newline at end of file diff --git a/out/_next/static/chunks/c9403806dc673d7f.js b/out/_next/static/chunks/c9403806dc673d7f.js deleted file mode 100644 index 5b7baba..0000000 --- a/out/_next/static/chunks/c9403806dc673d7f.js +++ /dev/null @@ -1 +0,0 @@ -(globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,76552,91882,66796,13607,13235,34251,39882,54624,e=>{"use strict";let t;var o=e.i(19646);e.s(["Box",()=>o.default],76552),e.i(47167);var r=e.i(71645),l=e.i(7670);let i=e=>e,n=(t=i,{configure(e){t=e},generate:e=>t(e),reset(){t=i}}),a={active:"active",checked:"checked",completed:"completed",disabled:"disabled",error:"error",expanded:"expanded",focused:"focused",focusVisible:"focusVisible",open:"open",readOnly:"readOnly",required:"required",selected:"selected"};var s=e.i(96867),d=e.i(82471);function c(e){let{theme:t,name:o,props:r}=e;return t&&t.components&&t.components[o]&&t.components[o].defaultProps?(0,d.default)(t.components[o].defaultProps,r):r}var u=e.i(61801);let p=(0,e.i(16506).default)();var h=e.i(17494),f=e.i(43476);let m=(0,h.default)(),x=p("div",{name:"MuiContainer",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:o}=e;return[t.root,t[`maxWidth${(0,s.default)(String(o.maxWidth))}`],o.fixed&&t.fixed,o.disableGutters&&t.disableGutters]}}),b=e=>(function({props:e,name:t,defaultTheme:o,themeId:r}){let l=(0,u.default)(o);return r&&(l=l[r]||l),c({theme:l,name:t,props:e})})({props:e,name:"MuiContainer",defaultTheme:m});var y=e.i(42196),v=e.i(12178),g=e.i(94425);let w=function(e={}){let{createStyledComponent:t=x,useThemeProps:o=b,componentName:i="MuiContainer"}=e,d=t(({theme:e,ownerState:t})=>({width:"100%",marginLeft:"auto",boxSizing:"border-box",marginRight:"auto",...!t.disableGutters&&{paddingLeft:e.spacing(2),paddingRight:e.spacing(2),[e.breakpoints.up("sm")]:{paddingLeft:e.spacing(3),paddingRight:e.spacing(3)}}}),({theme:e,ownerState:t})=>t.fixed&&Object.keys(e.breakpoints.values).reduce((t,o)=>{let r=e.breakpoints.values[o];return 0!==r&&(t[e.breakpoints.up(o)]={maxWidth:`${r}${e.breakpoints.unit}`}),t},{}),({theme:e,ownerState:t})=>({..."xs"===t.maxWidth&&{[e.breakpoints.up("xs")]:{maxWidth:Math.max(e.breakpoints.values.xs,444)}},...t.maxWidth&&"xs"!==t.maxWidth&&{[e.breakpoints.up(t.maxWidth)]:{maxWidth:`${e.breakpoints.values[t.maxWidth]}${e.breakpoints.unit}`}}}));return r.forwardRef(function(e,t){let r=o(e),{className:c,component:u="div",disableGutters:p=!1,fixed:h=!1,maxWidth:m="lg",classes:x,...b}=r,y={...r,component:u,disableGutters:p,fixed:h,maxWidth:m},v=((e,t)=>{let{classes:o,fixed:r,disableGutters:l,maxWidth:i}=e;return function(e,t,o){let r={};for(let l in e){let i=e[l],n="",a=!0;for(let e=0;e(function(e,t,o="Mui"){let r=a[t];return r?`${o}-${r}`:`${n.generate(e)}-${t}`})(t,e),o)})(y,i);return(0,f.jsx)(d,{as:u,ownerState:y,className:(0,l.default)(v.root,c),ref:t,...b})})}({createStyledComponent:(0,v.default)("div",{name:"MuiContainer",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:o}=e;return[t.root,t[`maxWidth${(0,y.default)(String(o.maxWidth))}`],o.fixed&&t.fixed,o.disableGutters&&t.disableGutters]}}),useThemeProps:e=>(0,g.useDefaultProps)({props:e,name:"MuiContainer"})});e.s(["Container",0,w],91882);var S=e.i(26863);e.s(["Typography",()=>S.default],66796);var j=e.i(95669),C=e.i(40799),B=e.i(67719),M=e.i(98051),z=e.i(95761);function W(e){return(0,z.default)("MuiCard",e)}(0,M.default)("MuiCard",["root"]);let T=(0,C.styled)(B.default,{name:"MuiCard",slot:"Root"})({overflow:"hidden"}),R=r.forwardRef(function(e,t){let o=(0,g.useDefaultProps)({props:e,name:"MuiCard"}),{className:r,raised:i=!1,...n}=o,a={...o,raised:i},s=(e=>{let{classes:t}=e;return(0,j.default)({root:["root"]},W,t)})(a);return(0,f.jsx)(T,{className:(0,l.default)(s.root,r),elevation:i?8:void 0,ref:t,ownerState:a,...n})});function I(e){return(0,z.default)("MuiCardMedia",e)}e.s(["Card",0,R],13607),(0,M.default)("MuiCardMedia",["root","media","img"]);let k=(0,C.styled)("div",{name:"MuiCardMedia",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:o}=e,{isMediaComponent:r,isImageComponent:l}=o;return[t.root,r&&t.media,l&&t.img]}})({display:"block",backgroundSize:"cover",backgroundRepeat:"no-repeat",backgroundPosition:"center",variants:[{props:{isMediaComponent:!0},style:{width:"100%"}},{props:{isImageComponent:!0},style:{objectFit:"cover"}}]}),P=["video","audio","picture","iframe","img"],L=["picture","img"],E=r.forwardRef(function(e,t){let o=(0,g.useDefaultProps)({props:e,name:"MuiCardMedia"}),{children:r,className:i,component:n="div",image:a,src:s,style:d,...c}=o,u=P.includes(n),p=!u&&a?{backgroundImage:`url("${a}")`,...d}:d,h={...o,component:n,isMediaComponent:u,isImageComponent:L.includes(n)},m=(e=>{let{classes:t,isMediaComponent:o,isImageComponent:r}=e;return(0,j.default)({root:["root",o&&"media",r&&"img"]},I,t)})(h);return(0,f.jsx)(k,{className:(0,l.default)(m.root,i),as:n,role:!u&&a?"img":void 0,ref:t,style:p,ownerState:h,src:u?a||s:void 0,...c,children:r})});e.s(["CardMedia",0,E],13235);var $=e.i(36807);e.s(["Button",()=>$.default],34251);var A=e.i(55777),H=e.i(86931);let D={...r}.useSyncExternalStore;function N(e={}){let{themeId:t}=e;return function(e,o={}){let l=(0,H.default)();l&&t&&(l=l[t]||l);let i="undefined"!=typeof window&&void 0!==window.matchMedia,{defaultMatches:n=!1,matchMedia:a=i?window.matchMedia:null,ssrMatchMedia:s=null,noSsr:d=!1}=c({name:"MuiUseMediaQuery",props:o,theme:l}),u="function"==typeof e?e(l):e;return(u=u.replace(/^@media( ?)/m,"")).includes("print")&&console.warn("MUI: You have provided a `print` query to the `useMediaQuery` hook.\nUsing the print media query to modify print styles can lead to unexpected results.\nConsider using the `displayPrint` field in the `sx` prop instead.\nMore information about `displayPrint` on our docs: https://mui.com/system/display/#display-in-print."),(void 0!==D?function(e,t,o,l,i){let n=r.useCallback(()=>t,[t]),a=r.useMemo(()=>{if(i&&o)return()=>o(e).matches;if(null!==l){let{matches:t}=l(e);return()=>t}return n},[n,e,l,i,o]),[s,d]=r.useMemo(()=>{if(null===o)return[n,()=>()=>{}];let t=o(e);return[()=>t.matches,e=>(t.addEventListener("change",e),()=>{t.removeEventListener("change",e)})]},[n,o,e]);return D(d,s,a)}:function(e,t,o,l,i){let[n,a]=r.useState(()=>i&&o?o(e).matches:l?l(e).matches:t);return(0,A.default)(()=>{if(!o)return;let t=o(e),r=()=>{a(t.matches)};return r(),t.addEventListener("change",r),()=>{t.removeEventListener("change",r)}},[e,o]),n})(u,n,a,s,d)}}N();let O=N({themeId:e.i(2001).default});e.s(["useMediaQuery",0,O],39882);var V=e.i(75149);function X(e){return(0,z.default)("MuiSvgIcon",e)}(0,M.default)("MuiSvgIcon",["root","colorPrimary","colorSecondary","colorAction","colorError","colorDisabled","fontSizeInherit","fontSizeSmall","fontSizeMedium","fontSizeLarge"]);let F=(0,C.styled)("svg",{name:"MuiSvgIcon",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:o}=e;return[t.root,"inherit"!==o.color&&t[`color${(0,y.default)(o.color)}`],t[`fontSize${(0,y.default)(o.fontSize)}`]]}})((0,V.default)(({theme:e})=>({userSelect:"none",width:"1em",height:"1em",display:"inline-block",flexShrink:0,transition:e.transitions?.create?.("fill",{duration:(e.vars??e).transitions?.duration?.shorter}),variants:[{props:e=>!e.hasSvgAsChild,style:{fill:"currentColor"}},{props:{fontSize:"inherit"},style:{fontSize:"inherit"}},{props:{fontSize:"small"},style:{fontSize:e.typography?.pxToRem?.(20)||"1.25rem"}},{props:{fontSize:"medium"},style:{fontSize:e.typography?.pxToRem?.(24)||"1.5rem"}},{props:{fontSize:"large"},style:{fontSize:e.typography?.pxToRem?.(35)||"2.1875rem"}},...Object.entries((e.vars??e).palette).filter(([,e])=>e&&e.main).map(([t])=>({props:{color:t},style:{color:(e.vars??e).palette?.[t]?.main}})),{props:{color:"action"},style:{color:(e.vars??e).palette?.action?.active}},{props:{color:"disabled"},style:{color:(e.vars??e).palette?.action?.disabled}},{props:{color:"inherit"},style:{color:void 0}}]}))),G=r.forwardRef(function(e,t){let o=(0,g.useDefaultProps)({props:e,name:"MuiSvgIcon"}),{children:i,className:n,color:a="inherit",component:s="svg",fontSize:d="medium",htmlColor:c,inheritViewBox:u=!1,titleAccess:p,viewBox:h="0 0 24 24",...m}=o,x=r.isValidElement(i)&&"svg"===i.type,b={...o,color:a,component:s,fontSize:d,instanceFontSize:e.fontSize,inheritViewBox:u,viewBox:h,hasSvgAsChild:x},v={};u||(v.viewBox=h);let w=(e=>{let{color:t,fontSize:o,classes:r}=e,l={root:["root","inherit"!==t&&`color${(0,y.default)(t)}`,`fontSize${(0,y.default)(o)}`]};return(0,j.default)(l,X,r)})(b);return(0,f.jsxs)(F,{as:s,className:(0,l.default)(w.root,n),focusable:"false",color:c,"aria-hidden":!p||void 0,role:p?"img":void 0,ref:t,...v,...m,...x&&i.props,ownerState:b,children:[x?i.props.children:i,p?(0,f.jsx)("title",{children:p}):null]})});function Y(e,t){function o(t,o){return(0,f.jsx)(G,{"data-testid":void 0,ref:o,...t,children:e})}return o.muiName=G.muiName,r.memo(r.forwardRef(o))}G.muiName="SvgIcon",e.s(["default",()=>Y],54624)},25139,e=>{"use strict";var t=e.i(43476),o=e.i(76552),r=e.i(91882),l=e.i(66796),i=e.i(13607),n=e.i(13235),a=e.i(34251),s=e.i(39882),d=e.i(10557);e.i(47167);var c=e.i(71645),u=e.i(7670),p=e.i(95669),h=e.i(68308),f=e.i(35189),m=e.i(40799),x=e.i(75149),b=e.i(94425),y=e.i(91783);function v(e){return(1+Math.sin(Math.PI*e-Math.PI/2))/2}var g=e.i(99064),w=e.i(43612),w=w;let S={width:99,height:99,position:"absolute",top:-9999,overflow:"scroll"};var j=e.i(54624);let C=(0,j.default)((0,t.jsx)("path",{d:"M15.41 16.09l-4.58-4.59 4.58-4.59L14 5.5l-6 6 6 6z"}),"KeyboardArrowLeft"),B=(0,j.default)((0,t.jsx)("path",{d:"M8.59 16.34l4.58-4.59-4.58-4.59L10 5.75l6 6-6 6z"}),"KeyboardArrowRight");var M=e.i(54033),z=e.i(98051),W=e.i(95761);function T(e){return(0,W.default)("MuiTabScrollButton",e)}let R=(0,z.default)("MuiTabScrollButton",["root","vertical","horizontal","disabled"]),I=(0,m.styled)(M.default,{name:"MuiTabScrollButton",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:o}=e;return[t.root,o.orientation&&t[o.orientation]]}})({width:40,flexShrink:0,opacity:.8,[`&.${R.disabled}`]:{opacity:0},variants:[{props:{orientation:"vertical"},style:{width:"100%",height:40,"& svg":{transform:"var(--TabScrollButton-svgRotate)"}}}]}),k=c.forwardRef(function(e,o){let r=(0,b.useDefaultProps)({props:e,name:"MuiTabScrollButton"}),{className:l,slots:i={},slotProps:n={},direction:a,orientation:s,disabled:d,...c}=r,m=(0,h.useRtl)(),x={isRtl:m,...r},y=(e=>{let{classes:t,orientation:o,disabled:r}=e;return(0,p.default)({root:["root",o,r&&"disabled"]},T,t)})(x),v=i.StartScrollButtonIcon??C,g=i.EndScrollButtonIcon??B,w=(0,f.default)({elementType:v,externalSlotProps:n.startScrollButtonIcon,additionalProps:{fontSize:"small"},ownerState:x}),S=(0,f.default)({elementType:g,externalSlotProps:n.endScrollButtonIcon,additionalProps:{fontSize:"small"},ownerState:x});return(0,t.jsx)(I,{component:"div",className:(0,u.default)(y.root,l),ref:o,role:null,ownerState:x,tabIndex:null,...c,style:{...c.style,..."vertical"===s&&{"--TabScrollButton-svgRotate":`rotate(${m?-90:90}deg)`}},children:"left"===a?(0,t.jsx)(v,{...w}):(0,t.jsx)(g,{...S})})});var P=e.i(82793);function L(e){return(0,W.default)("MuiTabs",e)}let E=(0,z.default)("MuiTabs",["root","vertical","list","flexContainer","flexContainerVertical","centered","scroller","fixed","scrollableX","scrollableY","hideScrollbar","scrollButtons","scrollButtonsHideMobile","indicator"]);var $=e.i(88195),A=e.i(28351),H=e.i(48106);let D=(e,t)=>e===t?e.firstChild:t&&t.nextElementSibling?t.nextElementSibling:e.firstChild,N=(e,t)=>e===t?e.lastChild:t&&t.previousElementSibling?t.previousElementSibling:e.lastChild,O=(e,t,o)=>{let r=!1,l=o(e,t);for(;l;){if(l===e.firstChild){if(r)return;r=!0}let t=l.disabled||"true"===l.getAttribute("aria-disabled");if(l.hasAttribute("tabindex")&&!t)return void l.focus();l=o(e,l)}},V=(0,m.styled)("div",{name:"MuiTabs",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:o}=e;return[{[`& .${E.scrollButtons}`]:t.scrollButtons},{[`& .${E.scrollButtons}`]:o.scrollButtonsHideMobile&&t.scrollButtonsHideMobile},t.root,o.vertical&&t.vertical]}})((0,x.default)(({theme:e})=>({overflow:"hidden",minHeight:48,WebkitOverflowScrolling:"touch",display:"flex",variants:[{props:({ownerState:e})=>e.vertical,style:{flexDirection:"column"}},{props:({ownerState:e})=>e.scrollButtonsHideMobile,style:{[`& .${E.scrollButtons}`]:{[e.breakpoints.down("sm")]:{display:"none"}}}}]}))),X=(0,m.styled)("div",{name:"MuiTabs",slot:"Scroller",overridesResolver:(e,t)=>{let{ownerState:o}=e;return[t.scroller,o.fixed&&t.fixed,o.hideScrollbar&&t.hideScrollbar,o.scrollableX&&t.scrollableX,o.scrollableY&&t.scrollableY]}})({position:"relative",display:"inline-block",flex:"1 1 auto",whiteSpace:"nowrap",variants:[{props:({ownerState:e})=>e.fixed,style:{overflowX:"hidden",width:"100%"}},{props:({ownerState:e})=>e.hideScrollbar,style:{scrollbarWidth:"none","&::-webkit-scrollbar":{display:"none"}}},{props:({ownerState:e})=>e.scrollableX,style:{overflowX:"auto",overflowY:"hidden"}},{props:({ownerState:e})=>e.scrollableY,style:{overflowY:"auto",overflowX:"hidden"}}]}),F=(0,m.styled)("div",{name:"MuiTabs",slot:"List",overridesResolver:(e,t)=>{let{ownerState:o}=e;return[t.list,t.flexContainer,o.vertical&&t.flexContainerVertical,o.centered&&t.centered]}})({display:"flex",variants:[{props:({ownerState:e})=>e.vertical,style:{flexDirection:"column"}},{props:({ownerState:e})=>e.centered,style:{justifyContent:"center"}}]}),G=(0,m.styled)("span",{name:"MuiTabs",slot:"Indicator"})((0,x.default)(({theme:e})=>({position:"absolute",height:2,bottom:0,width:"100%",transition:e.transitions.create(),variants:[{props:{indicatorColor:"primary"},style:{backgroundColor:(e.vars||e).palette.primary.main}},{props:{indicatorColor:"secondary"},style:{backgroundColor:(e.vars||e).palette.secondary.main}},{props:({ownerState:e})=>e.vertical,style:{height:"100%",width:2,right:0}}]}))),Y=(0,m.styled)(function(e){let{onChange:o,...r}=e,l=c.useRef(),i=c.useRef(null),n=()=>{l.current=i.current.offsetHeight-i.current.clientHeight};return(0,w.default)(()=>{let e=(0,y.default)(()=>{let e=l.current;n(),e!==l.current&&o(l.current)}),t=(0,g.ownerWindow)(i.current);return t.addEventListener("resize",e),()=>{e.clear(),t.removeEventListener("resize",e)}},[o]),c.useEffect(()=>{n(),o(l.current)},[o]),(0,t.jsx)("div",{style:S,...r,ref:i})})({overflowX:"auto",overflowY:"hidden",scrollbarWidth:"none","&::-webkit-scrollbar":{display:"none"}}),K={},q=c.forwardRef(function(e,o){let r,l,i=(0,b.useDefaultProps)({props:e,name:"MuiTabs"}),n=(0,d.useTheme)(),a=(0,h.useRtl)(),{"aria-label":s,"aria-labelledby":m,action:x,centered:g=!1,children:w,className:S,component:j="div",allowScrollButtonsMobile:C=!1,indicatorColor:B="primary",onChange:M,orientation:z="horizontal",ScrollButtonComponent:W,scrollButtons:T="auto",selectionFollowsFocus:R,slots:I={},slotProps:E={},TabIndicatorProps:q={},TabScrollButtonProps:U={},textColor:Q="primary",value:_,variant:J="standard",visibleScrollbar:Z=!1,...ee}=i,et="scrollable"===J,eo="vertical"===z,er=eo?"scrollTop":"scrollLeft",el=eo?"top":"left",ei=eo?"bottom":"right",en=eo?"clientHeight":"clientWidth",ea=eo?"height":"width",es={...i,component:j,allowScrollButtonsMobile:C,indicatorColor:B,orientation:z,vertical:eo,scrollButtons:T,textColor:Q,variant:J,visibleScrollbar:Z,fixed:!et,hideScrollbar:et&&!Z,scrollableX:et&&!eo,scrollableY:et&&eo,centered:g&&!et,scrollButtonsHideMobile:!C},ed=(e=>{let{vertical:t,fixed:o,hideScrollbar:r,scrollableX:l,scrollableY:i,centered:n,scrollButtonsHideMobile:a,classes:s}=e;return(0,p.default)({root:["root",t&&"vertical"],scroller:["scroller",o&&"fixed",r&&"hideScrollbar",l&&"scrollableX",i&&"scrollableY"],list:["list","flexContainer",t&&"flexContainerVertical",t&&"vertical",n&&"centered"],indicator:["indicator"],scrollButtons:["scrollButtons",a&&"scrollButtonsHideMobile"],scrollableX:[l&&"scrollableX"],hideScrollbar:[r&&"hideScrollbar"]},L,s)})(es),ec=(0,f.default)({elementType:I.StartScrollButtonIcon,externalSlotProps:E.startScrollButtonIcon,ownerState:es}),eu=(0,f.default)({elementType:I.EndScrollButtonIcon,externalSlotProps:E.endScrollButtonIcon,ownerState:es}),[ep,eh]=c.useState(!1),[ef,em]=c.useState(K),[ex,eb]=c.useState(!1),[ey,ev]=c.useState(!1),[eg,ew]=c.useState(!1),[eS,ej]=c.useState({overflow:"hidden",scrollbarWidth:0}),eC=new Map,eB=c.useRef(null),eM=c.useRef(null),ez={slots:I,slotProps:{indicator:q,scrollButton:U,...E}},eW=()=>{let e,t,o=eB.current;if(o){let t=o.getBoundingClientRect();e={clientWidth:o.clientWidth,scrollLeft:o.scrollLeft,scrollTop:o.scrollTop,scrollWidth:o.scrollWidth,top:t.top,bottom:t.bottom,left:t.left,right:t.right}}if(o&&!1!==_){let e=eM.current.children;if(e.length>0){let o=e[eC.get(_)];t=o?o.getBoundingClientRect():null}}return{tabsMeta:e,tabMeta:t}},eT=(0,P.default)(()=>{let e,{tabsMeta:t,tabMeta:o}=eW(),r=0;eo?(e="top",o&&t&&(r=o.top-t.top+t.scrollTop)):(e=a?"right":"left",o&&t&&(r=(a?-1:1)*(o[e]-t[e]+t.scrollLeft)));let l={[e]:r,[ea]:o?o[ea]:0};if("number"!=typeof ef[e]||"number"!=typeof ef[ea])em(l);else{let t=Math.abs(ef[e]-l[e]),o=Math.abs(ef[ea]-l[ea]);(t>=1||o>=1)&&em(l)}}),eR=(e,{animation:t=!0}={})=>{t?function(e,t,o,r={},l=()=>{}){let{ease:i=v,duration:n=300}=r,a=null,s=t[e],d=!1,c=r=>{if(d)return void l(Error("Animation cancelled"));null===a&&(a=r);let u=Math.min(1,(r-a)/n);(t[e]=i(u)*(o-s)+s,u>=1)?requestAnimationFrame(()=>{l(null)}):requestAnimationFrame(c)};s===o?l(Error("Element already at target position")):requestAnimationFrame(c)}(er,eB.current,e,{duration:n.transitions.duration.standard}):eB.current[er]=e},eI=e=>{let t=eB.current[er];eo?t+=e:t+=e*(a?-1:1),eR(t)},ek=()=>{let e=eB.current[en],t=0,o=Array.from(eM.current.children);for(let r=0;re){0===r&&(t=e);break}t+=l[en]}return t},[eP,{onChange:eL,...eE}]=(0,H.default)("scrollbar",{className:(0,u.default)(ed.scrollableX,ed.hideScrollbar),elementType:Y,shouldForwardComponentProp:!0,externalForwardedProps:ez,ownerState:es}),e$=c.useCallback(e=>{eL?.(e),ej({overflow:null,scrollbarWidth:e})},[eL]),[eA,eH]=(0,H.default)("scrollButtons",{className:(0,u.default)(ed.scrollButtons,U.className),elementType:k,externalForwardedProps:ez,ownerState:es,additionalProps:{orientation:z,slots:{StartScrollButtonIcon:I.startScrollButtonIcon||I.StartScrollButtonIcon,EndScrollButtonIcon:I.endScrollButtonIcon||I.EndScrollButtonIcon},slotProps:{startScrollButtonIcon:ec,endScrollButtonIcon:eu}}}),eD=(0,P.default)(e=>{let{tabsMeta:t,tabMeta:o}=eW();o&&t&&(o[el]t[ei]&&eR(t[er]+(o[ei]-t[ei]),{animation:e}))}),eN=(0,P.default)(()=>{et&&!1!==T&&ew(!eg)});c.useEffect(()=>{let e,t,o=(0,y.default)(()=>{eB.current&&eT()}),r=(0,A.default)(eB.current);return r.addEventListener("resize",o),"undefined"!=typeof ResizeObserver&&(e=new ResizeObserver(o),Array.from(eM.current.children).forEach(t=>{e.observe(t)})),"undefined"!=typeof MutationObserver&&(t=new MutationObserver(t=>{t.forEach(t=>{t.removedNodes.forEach(t=>{e?.unobserve(t)}),t.addedNodes.forEach(t=>{e?.observe(t)})}),o(),eN()})).observe(eM.current,{childList:!0}),()=>{o.clear(),r.removeEventListener("resize",o),t?.disconnect(),e?.disconnect()}},[eT,eN]),c.useEffect(()=>{let e=Array.from(eM.current.children),t=e.length;if("undefined"!=typeof IntersectionObserver&&t>0&&et&&!1!==T){let o=e[0],r=e[t-1],l={root:eB.current,threshold:.99},i=new IntersectionObserver(e=>{eb(!e[0].isIntersecting)},l);i.observe(o);let n=new IntersectionObserver(e=>{ev(!e[0].isIntersecting)},l);return n.observe(r),()=>{i.disconnect(),n.disconnect()}}},[et,T,eg,w?.length]),c.useEffect(()=>{eh(!0)},[]),c.useEffect(()=>{eT()}),c.useEffect(()=>{eD(K!==ef)},[eD,ef]),c.useImperativeHandle(x,()=>({updateIndicator:eT,updateScrollButtons:eN}),[eT,eN]);let[eO,eV]=(0,H.default)("indicator",{className:(0,u.default)(ed.indicator,q.className),elementType:G,externalForwardedProps:ez,ownerState:es,additionalProps:{style:ef}}),eX=(0,t.jsx)(eO,{...eV}),eF=0,eG=c.Children.map(w,e=>{if(!c.isValidElement(e))return null;let t=void 0===e.props.value?eF:e.props.value;eC.set(t,eF);let o=t===_;return eF+=1,c.cloneElement(e,{fullWidth:"fullWidth"===J,indicator:o&&!ep&&eX,selected:o,selectionFollowsFocus:R,onChange:M,textColor:Q,value:t,...1===eF&&!1===_&&!e.props.tabIndex?{tabIndex:0}:{}})}),eY=((r={}).scrollbarSizeListener=et?(0,t.jsx)(eP,{...eE,onChange:e$}):null,r.scrollButtonStart=(l=et&&("auto"===T&&(ex||ey)||!0===T))?(0,t.jsx)(eA,{direction:a?"right":"left",onClick:()=>{eI(-1*ek())},disabled:!ex,...eH}):null,r.scrollButtonEnd=l?(0,t.jsx)(eA,{direction:a?"left":"right",onClick:()=>{eI(ek())},disabled:!ey,...eH}):null,r),[eK,eq]=(0,H.default)("root",{ref:o,className:(0,u.default)(ed.root,S),elementType:V,externalForwardedProps:{...ez,...ee,component:j},ownerState:es}),[eU,eQ]=(0,H.default)("scroller",{ref:eB,className:ed.scroller,elementType:X,externalForwardedProps:ez,ownerState:es,additionalProps:{style:{overflow:eS.overflow,[eo?`margin${a?"Left":"Right"}`:"marginBottom"]:Z?void 0:-eS.scrollbarWidth}}}),[e_,eJ]=(0,H.default)("list",{ref:eM,className:(0,u.default)(ed.list,ed.flexContainer),elementType:F,externalForwardedProps:ez,ownerState:es,getSlotProps:e=>({...e,onKeyDown:t=>{(e=>{if(e.altKey||e.shiftKey||e.ctrlKey||e.metaKey)return;let t=eM.current,o=(0,$.default)(t).activeElement;if("tab"!==o.getAttribute("role"))return;let r="horizontal"===z?"ArrowLeft":"ArrowUp",l="horizontal"===z?"ArrowRight":"ArrowDown";switch("horizontal"===z&&a&&(r="ArrowRight",l="ArrowLeft"),e.key){case r:e.preventDefault(),O(t,o,N);break;case l:e.preventDefault(),O(t,o,D);break;case"Home":e.preventDefault(),O(t,null,D);break;case"End":e.preventDefault(),O(t,null,N)}})(t),e.onKeyDown?.(t)}})});return(0,t.jsxs)(eK,{...eq,children:[eY.scrollButtonStart,eY.scrollbarSizeListener,(0,t.jsxs)(eU,{...eQ,children:[(0,t.jsx)(e_,{"aria-label":s,"aria-labelledby":m,"aria-orientation":"vertical"===z?"vertical":null,role:"tablist",...eJ,children:eG}),ep&&eX]}),eY.scrollButtonEnd]})});var U=e.i(42196);function Q(e){return(0,W.default)("MuiTab",e)}let _=(0,z.default)("MuiTab",["root","labelIcon","textColorInherit","textColorPrimary","textColorSecondary","selected","disabled","fullWidth","wrapped","iconWrapper","icon"]),J=(0,m.styled)(M.default,{name:"MuiTab",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:o}=e;return[t.root,o.label&&o.icon&&t.labelIcon,t[`textColor${(0,U.default)(o.textColor)}`],o.fullWidth&&t.fullWidth,o.wrapped&&t.wrapped,{[`& .${_.iconWrapper}`]:t.iconWrapper},{[`& .${_.icon}`]:t.icon}]}})((0,x.default)(({theme:e})=>({...e.typography.button,maxWidth:360,minWidth:90,position:"relative",minHeight:48,flexShrink:0,padding:"12px 16px",overflow:"hidden",whiteSpace:"normal",textAlign:"center",lineHeight:1.25,variants:[{props:({ownerState:e})=>e.label&&("top"===e.iconPosition||"bottom"===e.iconPosition),style:{flexDirection:"column"}},{props:({ownerState:e})=>e.label&&"top"!==e.iconPosition&&"bottom"!==e.iconPosition,style:{flexDirection:"row"}},{props:({ownerState:e})=>e.icon&&e.label,style:{minHeight:72,paddingTop:9,paddingBottom:9}},{props:({ownerState:e,iconPosition:t})=>e.icon&&e.label&&"top"===t,style:{[`& > .${_.icon}`]:{marginBottom:6}}},{props:({ownerState:e,iconPosition:t})=>e.icon&&e.label&&"bottom"===t,style:{[`& > .${_.icon}`]:{marginTop:6}}},{props:({ownerState:e,iconPosition:t})=>e.icon&&e.label&&"start"===t,style:{[`& > .${_.icon}`]:{marginRight:e.spacing(1)}}},{props:({ownerState:e,iconPosition:t})=>e.icon&&e.label&&"end"===t,style:{[`& > .${_.icon}`]:{marginLeft:e.spacing(1)}}},{props:{textColor:"inherit"},style:{color:"inherit",opacity:.6,[`&.${_.selected}`]:{opacity:1},[`&.${_.disabled}`]:{opacity:(e.vars||e).palette.action.disabledOpacity}}},{props:{textColor:"primary"},style:{color:(e.vars||e).palette.text.secondary,[`&.${_.selected}`]:{color:(e.vars||e).palette.primary.main},[`&.${_.disabled}`]:{color:(e.vars||e).palette.text.disabled}}},{props:{textColor:"secondary"},style:{color:(e.vars||e).palette.text.secondary,[`&.${_.selected}`]:{color:(e.vars||e).palette.secondary.main},[`&.${_.disabled}`]:{color:(e.vars||e).palette.text.disabled}}},{props:({ownerState:e})=>e.fullWidth,style:{flexShrink:1,flexGrow:1,flexBasis:0,maxWidth:"none"}},{props:({ownerState:e})=>e.wrapped,style:{fontSize:e.typography.pxToRem(12)}}]}))),Z=c.forwardRef(function(e,o){let r=(0,b.useDefaultProps)({props:e,name:"MuiTab"}),{className:l,disabled:i=!1,disableFocusRipple:n=!1,fullWidth:a,icon:s,iconPosition:d="top",indicator:h,label:f,onChange:m,onClick:x,onFocus:y,selected:v,selectionFollowsFocus:g,textColor:w="inherit",value:S,wrapped:j=!1,...C}=r,B={...r,disabled:i,disableFocusRipple:n,selected:v,icon:!!s,iconPosition:d,label:!!f,fullWidth:a,textColor:w,wrapped:j},M=(e=>{let{classes:t,textColor:o,fullWidth:r,wrapped:l,icon:i,label:n,selected:a,disabled:s}=e,d={root:["root",i&&n&&"labelIcon",`textColor${(0,U.default)(o)}`,r&&"fullWidth",l&&"wrapped",a&&"selected",s&&"disabled"],icon:["iconWrapper","icon"]};return(0,p.default)(d,Q,t)})(B),z=s&&f&&c.isValidElement(s)?c.cloneElement(s,{className:(0,u.default)(M.icon,s.props.className)}):s;return(0,t.jsxs)(J,{focusRipple:!n,className:(0,u.default)(M.root,l),ref:o,role:"tab","aria-selected":v,disabled:i,onClick:e=>{!v&&m&&m(e,S),x&&x(e)},onFocus:e=>{g&&!v&&m&&m(e,S),y&&y(e)},ownerState:B,tabIndex:v?0:-1,...C,children:["top"===d||"start"===d?(0,t.jsxs)(c.Fragment,{children:[z,f]}):(0,t.jsxs)(c.Fragment,{children:[f,z]}),h]})}),ee=(0,j.default)((0,t.jsx)("path",{d:"M9.4 16.6 4.8 12l4.6-4.6L8 6l-6 6 6 6zm5.2 0 4.6-4.6-4.6-4.6L16 6l6 6-6 6z"}),"Code"),et=(0,j.default)((0,t.jsx)("path",{d:"M12 17.27 18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"}),"Star"),eo=(0,j.default)((0,t.jsx)("path",{d:"M5 20h14v-2H5zM19 9h-4V3H9v6H5l7 7z"}),"Download"),er=(0,j.default)((0,t.jsx)("path",{d:"M12 1.27a11 11 0 00-3.48 21.46c.55.09.73-.28.73-.55v-1.84c-3.03.64-3.67-1.46-3.67-1.46-.55-1.29-1.28-1.65-1.28-1.65-.92-.65.1-.65.1-.65 1.1 0 1.73 1.1 1.73 1.1.92 1.65 2.57 1.2 3.21.92a2 2 0 01.64-1.47c-2.47-.27-5.04-1.19-5.04-5.5 0-1.1.46-2.1 1.2-2.84a3.76 3.76 0 010-2.93s.91-.28 3.11 1.1c1.8-.49 3.7-.49 5.5 0 2.1-1.38 3.02-1.1 3.02-1.1a3.76 3.76 0 010 2.93c.83.74 1.2 1.74 1.2 2.94 0 4.21-2.57 5.13-5.04 5.4.45.37.82.92.82 2.02v3.03c0 .27.1.64.73.55A11 11 0 0012 1.27"}),"GitHub"),el=(0,j.default)((0,t.jsx)("path",{d:"M20 3H4c-1.1 0-2 .9-2 2v11c0 1.1.9 2 2 2h3l-1 1v2h12v-2l-1-1h3c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2m0 13H4V5h16z"}),"Monitor"),ei=(0,j.default)((0,t.jsx)("path",{d:"M17 1.01 7 1c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-1.99-2-1.99M17 19H7V5h10z"}),"Smartphone"),en=(0,j.default)((0,t.jsx)("path",{d:"M2 20h20v-4H2zm2-3h2v2H4zM2 4v4h20V4zm4 3H4V5h2zm-4 7h20v-4H2zm2-3h2v2H4z"}),"Storage");function ea(){let e=(0,d.useTheme)(),u=(0,s.useMediaQuery)(e.breakpoints.down("sm"));(0,s.useMediaQuery)(e.breakpoints.down("md"));let[p,h]=(0,c.useState)(0),f=["/projects/leonpan/img1.png","/projects/leonpan/img2.png","/projects/leonpan/img3.png"],m=[{icon:(0,t.jsx)(el,{color:"primary",style:{fontSize:u?24:32}}),title:"Web支持",description:"无需安装任何客户端就可以快速使用"},{icon:(0,t.jsx)(ei,{color:"primary",style:{fontSize:u?24:32}}),title:"PC客户端",description:"完美适配Windows 10以上的系统"},{icon:(0,t.jsx)(en,{color:"primary",style:{fontSize:u?24:32}}),title:"精美设计",description:"提供简洁而专业的用户界面,操作方便"},{icon:(0,t.jsx)(ee,{color:"primary",style:{fontSize:u?24:32}}),title:"开源可定制",description:"基于GPLv3协议开源,可自由修改和定制"}];return(0,t.jsxs)(o.Box,{sx:{minHeight:"100vh",bgcolor:"background.default"},children:[(0,t.jsx)(o.Box,{sx:{bgcolor:"primary.main",color:"white",py:u?8:12,px:2,textAlign:"center",position:"relative",overflow:"hidden","&::after":{content:'""',position:"absolute",bottom:-50,right:-50,width:200,height:200,borderRadius:"50%",bgcolor:"rgba(255,255,255,0.1)"}},children:(0,t.jsxs)(r.Container,{maxWidth:"md",sx:{position:"relative",zIndex:1},children:[(0,t.jsx)(l.Typography,{variant:u?"h3":"h2",component:"h1",gutterBottom:!0,fontWeight:"bold",children:"LeonPan"}),(0,t.jsx)(l.Typography,{variant:"body1",paragraph:!0,sx:{maxWidth:600,mx:"auto",opacity:.9},children:"LeonPan是一个开源项目,改编自Cloudreve开源项目,使用GPLv3协议开源。提供强大的文件管理功能。"}),(0,t.jsxs)(o.Box,{sx:{mt:4,display:"flex",flexWrap:"wrap",gap:2,justifyContent:"center"},children:[(0,t.jsx)(a.Button,{variant:"contained",color:"secondary",size:u?"small":"medium",startIcon:(0,t.jsx)(er,{}),sx:{px:3},onClick:()=>window.open("http://leonmmcoset.jjxmm.win:2000/leonmmcoset/leonpan","_blank"),children:"Git仓库"}),(0,t.jsx)(a.Button,{variant:"outlined",color:"inherit",size:u?"small":"medium",startIcon:(0,t.jsx)(eo,{}),sx:{px:3,borderColor:"white",color:"white","&:hover":{borderColor:"rgba(255,255,255,0.8)"}},onClick:()=>window.open("http://leonmmcoset.jjxmm.win:5212/","_blank"),children:"进入LeonAPP"})]})]})}),(0,t.jsx)(o.Box,{sx:{py:u?6:10,px:2},children:(0,t.jsx)(r.Container,{maxWidth:"lg",children:(0,t.jsxs)(o.Box,{sx:{display:"flex",flexDirection:u?"column":"row",gap:u?4:6,alignItems:"center",width:"100%"},children:[(0,t.jsxs)(o.Box,{sx:{width:"100%"},children:[(0,t.jsx)(l.Typography,{variant:u?"h4":"h3",component:"h2",gutterBottom:!0,fontWeight:"bold",children:"项目概述"}),(0,t.jsx)(l.Typography,{variant:"body1",paragraph:!0,sx:{mb:3,color:"text.secondary"},children:"LeonPan是基于Cloudreve开发的文件管理系统,提供了丰富的功能和友好的用户界面。 它支持多种存储方式,包括本地存储、对象存储等,可以满足不同用户的需求。"}),(0,t.jsx)(l.Typography,{variant:"body1",paragraph:!0,sx:{mb:3,color:"text.secondary"},children:"项目致力于提供安全、稳定、高效的文件管理解决方案,适用于个人用户和团队协作场景。"}),(0,t.jsxs)(o.Box,{sx:{display:"flex",alignItems:"center",gap:2,mt:4},children:[(0,t.jsxs)(o.Box,{sx:{display:"flex",alignItems:"center",gap:1},children:[(0,t.jsx)(et,{color:"secondary",fontSize:"small",style:{fontSize:16}}),(0,t.jsx)(l.Typography,{variant:"body2",children:"开源免费"})]}),(0,t.jsxs)(o.Box,{sx:{display:"flex",alignItems:"center",gap:1},children:[(0,t.jsx)(ee,{color:"primary",fontSize:"small",style:{fontSize:16}}),(0,t.jsx)(l.Typography,{variant:"body2",children:"GPLv3协议"})]})]})]}),(0,t.jsx)(o.Box,{sx:{width:"100%"},children:(0,t.jsx)(i.Card,{sx:{boxShadow:4,borderRadius:2,overflow:"hidden"},children:(0,t.jsx)(n.CardMedia,{component:"img",height:u?200:300,image:f[0],alt:"LeonPan 截图",sx:{objectFit:"cover"}})})})]})})}),(0,t.jsx)(o.Box,{sx:{py:u?6:10,px:2,bgcolor:"grey.50"},children:(0,t.jsxs)(r.Container,{maxWidth:"lg",children:[(0,t.jsx)(l.Typography,{variant:u?"h4":"h3",component:"h2",align:"center",gutterBottom:!0,fontWeight:"bold",children:"功能特点"}),(0,t.jsx)(l.Typography,{variant:"body1",align:"center",paragraph:!0,sx:{mb:8,maxWidth:600,mx:"auto",color:"text.secondary"},children:"LeonPan提供丰富的功能,满足您的文件管理需求"}),(0,t.jsx)(o.Box,{sx:{display:"flex",flexDirection:"row",flexWrap:"wrap",gap:u?3:4,width:"100%"},children:m.map((e,r)=>(0,t.jsx)(o.Box,{sx:{width:u?"100%":"calc(50% - 16px)",key:r},children:(0,t.jsxs)(i.Card,{sx:{height:"100%",display:"flex",flexDirection:"row",alignItems:"center",padding:3,boxShadow:2,borderRadius:2,transition:"transform 0.3s, box-shadow 0.3s","&:hover":{transform:"translateY(-3px)",boxShadow:4}},children:[(0,t.jsx)(o.Box,{sx:{mr:3,display:"flex",alignItems:"center",justifyContent:"center",minWidth:60},children:e.icon}),(0,t.jsxs)(o.Box,{children:[(0,t.jsx)(l.Typography,{variant:"h6",component:"h3",gutterBottom:!0,fontWeight:"bold",children:e.title}),(0,t.jsx)(l.Typography,{variant:"body2",color:"text.secondary",children:e.description})]})]})}))})]})}),(0,t.jsx)(o.Box,{sx:{py:u?6:10,px:2},children:(0,t.jsxs)(r.Container,{maxWidth:"lg",children:[(0,t.jsx)(l.Typography,{variant:u?"h4":"h3",component:"h2",align:"center",gutterBottom:!0,fontWeight:"bold",children:"界面展示"}),(0,t.jsx)(l.Typography,{variant:"body1",align:"center",paragraph:!0,sx:{mb:8,maxWidth:600,mx:"auto",color:"text.secondary"},children:"查看LeonPan的精美界面"}),!u&&(0,t.jsx)(o.Box,{sx:{mb:4,display:"flex",justifyContent:"center"},children:(0,t.jsx)(q,{value:p,onChange:(e,t)=>h(t),variant:"scrollable",scrollButtons:"auto",indicatorColor:"primary",textColor:"primary",children:f.map((e,o)=>(0,t.jsx)(Z,{label:`截图 ${o+1}`},o))})}),(0,t.jsx)(o.Box,{sx:{textAlign:"center"},children:(0,t.jsx)(i.Card,{sx:{display:"inline-block",boxShadow:5,borderRadius:2,overflow:"hidden",maxWidth:"100%"},children:(0,t.jsx)(n.CardMedia,{component:"img",height:u?250:400,image:f[p],alt:`LeonPan 截图 ${p+1}`,sx:{objectFit:"contain",maxWidth:"100%"}})})}),u&&(0,t.jsx)(o.Box,{sx:{mt:4,display:"flex",gap:2,justifyContent:"center",overflowX:"auto",pb:2},children:f.map((e,o)=>(0,t.jsx)(a.Button,{variant:p===o?"contained":"outlined",size:"small",onClick:()=>h(o),sx:{minWidth:60,height:60,p:1,border:+(p!==o)},children:(0,t.jsx)("img",{src:e,alt:`缩略图 ${o+1}`,style:{width:"100%",height:"100%",objectFit:"cover"}})},o))})]})}),(0,t.jsx)(o.Box,{sx:{py:u?8:12,px:2,bgcolor:"primary.main",color:"white",textAlign:"center"},children:(0,t.jsxs)(r.Container,{maxWidth:"md",children:[(0,t.jsx)(l.Typography,{variant:u?"h4":"h3",component:"h2",gutterBottom:!0,fontWeight:"bold",children:"开始使用 LeonPan"}),(0,t.jsx)(l.Typography,{variant:"body1",paragraph:!0,sx:{mb:6,opacity:.9},children:"立即体验LeonPan带来的高效文件管理体验,开源免费,功能强大"}),(0,t.jsxs)(o.Box,{sx:{display:"flex",flexWrap:"wrap",gap:3,justifyContent:"center"},children:[(0,t.jsx)(a.Button,{variant:"contained",color:"secondary",size:u?"small":"large",startIcon:(0,t.jsx)(er,{}),sx:{px:4,py:1.5},onClick:()=>window.open("http://leonmmcoset.jjxmm.win:2000/leonmmcoset/leonpan","_blank"),children:"访问Git仓库"}),(0,t.jsx)(a.Button,{variant:"outlined",color:"inherit",size:u?"small":"large",startIcon:(0,t.jsx)(eo,{}),sx:{px:4,py:1.5,borderColor:"white",color:"white","&:hover":{borderColor:"rgba(255,255,255,0.8)"}},onClick:()=>window.open("http://leonmmcoset.jjxmm.win:5212/","_blank"),children:"立即访问LeonAPP"})]})]})})]})}e.s(["default",()=>ea],25139)}]); \ No newline at end of file diff --git a/out/_next/static/chunks/8eb39bb0e42fa481.js b/out/_next/static/chunks/f6fe6b03331e0416.js similarity index 95% rename from out/_next/static/chunks/8eb39bb0e42fa481.js rename to out/_next/static/chunks/f6fe6b03331e0416.js index 47f5eba..561d274 100644 --- a/out/_next/static/chunks/8eb39bb0e42fa481.js +++ b/out/_next/static/chunks/f6fe6b03331e0416.js @@ -6,7 +6,7 @@ theme.breakpoints = createBreakpoints(theme.breakpoints || {}); theme.transitions = createTransitions(theme.transitions || {}); export default theme;`}function er(e){return"number"==typeof e?`${(100*e).toFixed(0)}%`:`calc((${e}) * 100%)`}let en=function(e={},...r){var n,a;let o,l,{breakpoints:s,mixins:c={},spacing:u,palette:d={},transitions:f={},typography:p={},shape:h,colorSpace:y,...v}=e;if(e.vars&&void 0===e.generateThemeVars)throw Error(t(20));let x=_({...d,colorSpace:y}),S=(0,U.default)(e),k=i(S,{mixins:(n=S.breakpoints,{toolbar:{minHeight:56,[n.up("xs")]:{"@media (orientation: landscape)":{minHeight:48}},[n.up("sm")]:{minHeight:64}},...c}),palette:x,shadows:X.slice(),typography:K(x,p),transitions:(o={...Y,...f.easing},l={...Q,...f.duration},{getAutoHeightDuration:Z,create:(e=["all"],t={})=>{let{duration:r=l.standard,easing:n=o.easeInOut,delay:a=0,...i}=t;return(Array.isArray(e)?e:[e]).map(e=>`${e} ${"string"==typeof r?r:J(r)} ${n} ${"string"==typeof a?a:J(a)}`).join(",")},...f,easing:o,duration:l}),zIndex:{...ee}});return k=i(k,v),(k=r.reduce((e,t)=>i(e,t),k)).unstable_sxConfig={...V.default,...v?.unstable_sxConfig},k.unstable_sx=function(e){return(0,D.default)({sx:e,theme:this})},k.toRuntimeSource=et,Object.assign(a=k,{alpha(e,t){let r=this||a;return r.colorSpace?`oklch(from ${e} l c h / ${"string"==typeof t?`calc(${t})`:t})`:r.vars?`rgba(${e.replace(/var\(--([^,\s)]+)(?:,[^)]+)?\)+/g,"var(--$1Channel)")} / ${"string"==typeof t?`calc(${t})`:t})`:m(e,(e=>{if(!Number.isNaN(+e))return+e;let t=e.match(/\d*\.?\d+/g);if(!t)return 0;let r=0;for(let e=0;eea],54841);let ei=[...Array(25)].map((e,t)=>{if(0===t)return"none";let r=ea(t);return`linear-gradient(rgba(255 255 255 / ${r}), rgba(255 255 255 / ${r}))`});function eo(e){return{inputPlaceholder:"dark"===e?.5:.42,inputUnderline:"dark"===e?.7:.42,switchTrackDisabled:"dark"===e?.2:.12,switchTrack:"dark"===e?.3:.38}}function el(e){return"dark"===e?ei:[]}function es(e){return!!e[0].match(/(cssVarPrefix|colorSchemeSelector|modularCssLayers|rootSelector|typography|mixins|breakpoints|direction|transitions)/)||!!e[0].match(/sxConfig$/)||"palette"===e[0]&&!!e[1]?.match(/(mode|contrastThreshold|tonalOffset)/)}function ec(e,t,r){!e[t]&&r&&(e[t]=r)}function eu(e){return"string"==typeof e&&e.startsWith("hsl")?d(e):e}function ed(e,t){`${t}Channel`in e||(e[`${t}Channel`]=c(eu(e[t]),`MUI: Can't create \`palette.${t}Channel\` because \`palette.${t}\` is not one of these formats: #nnn, #nnnnnn, rgb(), rgba(), hsl(), hsla(), color(). -To suppress this warning, you need to explicitly provide the \`palette.${t}Channel\` as a string (in rgb format, for example "12 12 12") or undefined if you want to remove the channel token.`))}let ef=e=>{try{return e()}catch(e){}};function ep(e,t,r,n,a){if(!r)return;r=!0===r?{}:r;let i="dark"===a?"dark":"light";if(!n){t[a]=function(e){let{palette:t={mode:"light"},opacity:r,overlays:n,colorSpace:a,...i}=e,o=_({...t,colorSpace:a});return{palette:o,opacity:{...eo(o.mode),...r},overlays:n||el(o.mode),...i}}({...r,palette:{mode:i,...r?.palette},colorSpace:e});return}let{palette:o,...l}=en({...n,palette:{mode:i,...r?.palette},colorSpace:e});return t[a]={...r,palette:o,opacity:{...eo(i),...r?.opacity},overlays:r?.overlays||el(i)},l}function em(e,t,r){e.colorSchemes&&r&&(e.colorSchemes[t]={...!0!==r&&r,palette:_({...!0===r?{}:r.palette,mode:t})})}function eh(e={},...r){let{palette:n,cssVariables:a=!1,colorSchemes:o=!n?{light:!0}:void 0,defaultColorScheme:l=n?.mode,...s}=e,u=l||"light",d=o?.[u],f={...o,...n?{[u]:{..."boolean"!=typeof d&&d,palette:n}}:void 0};if(!1===a){if(!("colorSchemes"in e))return en(e,...r);let t=n;"palette"in e||!f[u]||(!0!==f[u]?t=f[u].palette:"dark"===u&&(t={mode:"dark"}));let a=en({...e,palette:t},...r);return a.defaultColorScheme=u,a.colorSchemes=f,"light"===a.palette.mode&&(a.colorSchemes.light={...!0!==f.light&&f.light,palette:a.palette},em(a,"dark",f.dark)),"dark"===a.palette.mode&&(a.colorSchemes.dark={...!0!==f.dark&&f.dark,palette:a.palette},em(a,"light",f.light)),a}return n||"light"in f||"light"!==u||(f.light=!0),function(e={},...r){var n,a;let o,l,s,{colorSchemes:u={light:!0},defaultColorScheme:d,disableCssColorScheme:f=!1,cssVarPrefix:p="mui",nativeColor:m=!1,shouldSkipGeneratingVar:g=es,colorSchemeSelector:b=u.light&&u.dark?"media":void 0,rootSelector:S=":root",...k}=e,$=Object.keys(u)[0],w=d||(u.light&&"light"!==$?"light":$),C=((e="mui")=>(function(e=""){return(t,...r)=>`var(--${e?`${e}-`:""}${t}${function t(...r){if(!r.length)return"";let n=r[0];return"string"!=typeof n||n.match(/(#|\(|\)|(-?(\d*\.)?\d+)(px|em|%|ex|ch|rem|vw|vh|vmin|vmax|cm|mm|in|pt|pc))|^(-?(\d*\.)?\d+)$|(\d+ \d+ \d+)/)?`, ${n}`:`, var(--${e?`${e}-`:""}${n}${t(...r.slice(1))})`}(...r)})`})(e))(p),{[w]:P,light:A,dark:T,...O}=u,B={...O},M=P;if(("dark"!==w||"dark"in u)&&("light"!==w||"light"in u)||(M=!0),!M)throw Error(t(21,w));m&&(o="oklch");let R=ep(o,B,M,k,w);A&&!B.light&&ep(o,B,A,void 0,"light"),T&&!B.dark&&ep(o,B,T,void 0,"dark");let _={defaultColorScheme:w,...R,cssVarPrefix:p,colorSchemeSelector:b,rootSelector:S,getCssVar:C,colorSchemes:B,font:{...(n=R.typography,l={},Object.entries(n).forEach(e=>{let[t,r]=e;"object"==typeof r&&(l[t]=`${r.fontStyle?`${r.fontStyle} `:""}${r.fontVariant?`${r.fontVariant} `:""}${r.fontWeight?`${r.fontWeight} `:""}${r.fontStretch?`${r.fontStretch} `:""}${r.fontSize||""}${r.lineHeight?`/${r.lineHeight} `:""}${r.fontFamily||""}`)}),l),...R.font},spacing:"number"==typeof(a=k.spacing)?`${a}px`:"string"==typeof a||"function"==typeof a||Array.isArray(a)?a:"8px"};Object.keys(_.colorSchemes).forEach(e=>{let t=_.colorSchemes[e].palette,r=e=>{let r=e.split("-"),n=r[1],a=r[2];return C(e,t[n][a])};function n(e,t,r){if(o){let n;return e===h&&(n=`transparent ${((1-r)*100).toFixed(0)}%`),e===y&&(n=`#000 ${(100*r).toFixed(0)}%`),e===v&&(n=`#fff ${(100*r).toFixed(0)}%`),`color-mix(in ${o}, ${t}, ${n})`}return e(t,r)}if("light"===t.mode&&(ec(t.common,"background","#fff"),ec(t.common,"onBackground","#000")),"dark"===t.mode&&(ec(t.common,"background","#000"),ec(t.common,"onBackground","#fff")),["Alert","AppBar","Avatar","Button","Chip","FilledInput","LinearProgress","Skeleton","Slider","SnackbarContent","SpeedDialAction","StepConnector","StepContent","Switch","TableCell","Tooltip"].forEach(e=>{t[e]||(t[e]={})}),"light"===t.mode){ec(t.Alert,"errorColor",n(y,t.error.light,.6)),ec(t.Alert,"infoColor",n(y,t.info.light,.6)),ec(t.Alert,"successColor",n(y,t.success.light,.6)),ec(t.Alert,"warningColor",n(y,t.warning.light,.6)),ec(t.Alert,"errorFilledBg",r("palette-error-main")),ec(t.Alert,"infoFilledBg",r("palette-info-main")),ec(t.Alert,"successFilledBg",r("palette-success-main")),ec(t.Alert,"warningFilledBg",r("palette-warning-main")),ec(t.Alert,"errorFilledColor",ef(()=>t.getContrastText(t.error.main))),ec(t.Alert,"infoFilledColor",ef(()=>t.getContrastText(t.info.main))),ec(t.Alert,"successFilledColor",ef(()=>t.getContrastText(t.success.main))),ec(t.Alert,"warningFilledColor",ef(()=>t.getContrastText(t.warning.main))),ec(t.Alert,"errorStandardBg",n(v,t.error.light,.9)),ec(t.Alert,"infoStandardBg",n(v,t.info.light,.9)),ec(t.Alert,"successStandardBg",n(v,t.success.light,.9)),ec(t.Alert,"warningStandardBg",n(v,t.warning.light,.9)),ec(t.Alert,"errorIconColor",r("palette-error-main")),ec(t.Alert,"infoIconColor",r("palette-info-main")),ec(t.Alert,"successIconColor",r("palette-success-main")),ec(t.Alert,"warningIconColor",r("palette-warning-main")),ec(t.AppBar,"defaultBg",r("palette-grey-100")),ec(t.Avatar,"defaultBg",r("palette-grey-400")),ec(t.Button,"inheritContainedBg",r("palette-grey-300")),ec(t.Button,"inheritContainedHoverBg",r("palette-grey-A100")),ec(t.Chip,"defaultBorder",r("palette-grey-400")),ec(t.Chip,"defaultAvatarColor",r("palette-grey-700")),ec(t.Chip,"defaultIconColor",r("palette-grey-700")),ec(t.FilledInput,"bg","rgba(0, 0, 0, 0.06)"),ec(t.FilledInput,"hoverBg","rgba(0, 0, 0, 0.09)"),ec(t.FilledInput,"disabledBg","rgba(0, 0, 0, 0.12)"),ec(t.LinearProgress,"primaryBg",n(v,t.primary.main,.62)),ec(t.LinearProgress,"secondaryBg",n(v,t.secondary.main,.62)),ec(t.LinearProgress,"errorBg",n(v,t.error.main,.62)),ec(t.LinearProgress,"infoBg",n(v,t.info.main,.62)),ec(t.LinearProgress,"successBg",n(v,t.success.main,.62)),ec(t.LinearProgress,"warningBg",n(v,t.warning.main,.62)),ec(t.Skeleton,"bg",o?n(h,t.text.primary,.11):`rgba(${r("palette-text-primaryChannel")} / 0.11)`),ec(t.Slider,"primaryTrack",n(v,t.primary.main,.62)),ec(t.Slider,"secondaryTrack",n(v,t.secondary.main,.62)),ec(t.Slider,"errorTrack",n(v,t.error.main,.62)),ec(t.Slider,"infoTrack",n(v,t.info.main,.62)),ec(t.Slider,"successTrack",n(v,t.success.main,.62)),ec(t.Slider,"warningTrack",n(v,t.warning.main,.62));let e=o?n(y,t.background.default,.6825):x(t.background.default,.8);ec(t.SnackbarContent,"bg",e),ec(t.SnackbarContent,"color",ef(()=>o?j.text.primary:t.getContrastText(e))),ec(t.SpeedDialAction,"fabHoverBg",x(t.background.paper,.15)),ec(t.StepConnector,"border",r("palette-grey-400")),ec(t.StepContent,"border",r("palette-grey-400")),ec(t.Switch,"defaultColor",r("palette-common-white")),ec(t.Switch,"defaultDisabledColor",r("palette-grey-100")),ec(t.Switch,"primaryDisabledColor",n(v,t.primary.main,.62)),ec(t.Switch,"secondaryDisabledColor",n(v,t.secondary.main,.62)),ec(t.Switch,"errorDisabledColor",n(v,t.error.main,.62)),ec(t.Switch,"infoDisabledColor",n(v,t.info.main,.62)),ec(t.Switch,"successDisabledColor",n(v,t.success.main,.62)),ec(t.Switch,"warningDisabledColor",n(v,t.warning.main,.62)),ec(t.TableCell,"border",n(v,n(h,t.divider,1),.88)),ec(t.Tooltip,"bg",n(h,t.grey[700],.92))}if("dark"===t.mode){ec(t.Alert,"errorColor",n(v,t.error.light,.6)),ec(t.Alert,"infoColor",n(v,t.info.light,.6)),ec(t.Alert,"successColor",n(v,t.success.light,.6)),ec(t.Alert,"warningColor",n(v,t.warning.light,.6)),ec(t.Alert,"errorFilledBg",r("palette-error-dark")),ec(t.Alert,"infoFilledBg",r("palette-info-dark")),ec(t.Alert,"successFilledBg",r("palette-success-dark")),ec(t.Alert,"warningFilledBg",r("palette-warning-dark")),ec(t.Alert,"errorFilledColor",ef(()=>t.getContrastText(t.error.dark))),ec(t.Alert,"infoFilledColor",ef(()=>t.getContrastText(t.info.dark))),ec(t.Alert,"successFilledColor",ef(()=>t.getContrastText(t.success.dark))),ec(t.Alert,"warningFilledColor",ef(()=>t.getContrastText(t.warning.dark))),ec(t.Alert,"errorStandardBg",n(y,t.error.light,.9)),ec(t.Alert,"infoStandardBg",n(y,t.info.light,.9)),ec(t.Alert,"successStandardBg",n(y,t.success.light,.9)),ec(t.Alert,"warningStandardBg",n(y,t.warning.light,.9)),ec(t.Alert,"errorIconColor",r("palette-error-main")),ec(t.Alert,"infoIconColor",r("palette-info-main")),ec(t.Alert,"successIconColor",r("palette-success-main")),ec(t.Alert,"warningIconColor",r("palette-warning-main")),ec(t.AppBar,"defaultBg",r("palette-grey-900")),ec(t.AppBar,"darkBg",r("palette-background-paper")),ec(t.AppBar,"darkColor",r("palette-text-primary")),ec(t.Avatar,"defaultBg",r("palette-grey-600")),ec(t.Button,"inheritContainedBg",r("palette-grey-800")),ec(t.Button,"inheritContainedHoverBg",r("palette-grey-700")),ec(t.Chip,"defaultBorder",r("palette-grey-700")),ec(t.Chip,"defaultAvatarColor",r("palette-grey-300")),ec(t.Chip,"defaultIconColor",r("palette-grey-300")),ec(t.FilledInput,"bg","rgba(255, 255, 255, 0.09)"),ec(t.FilledInput,"hoverBg","rgba(255, 255, 255, 0.13)"),ec(t.FilledInput,"disabledBg","rgba(255, 255, 255, 0.12)"),ec(t.LinearProgress,"primaryBg",n(y,t.primary.main,.5)),ec(t.LinearProgress,"secondaryBg",n(y,t.secondary.main,.5)),ec(t.LinearProgress,"errorBg",n(y,t.error.main,.5)),ec(t.LinearProgress,"infoBg",n(y,t.info.main,.5)),ec(t.LinearProgress,"successBg",n(y,t.success.main,.5)),ec(t.LinearProgress,"warningBg",n(y,t.warning.main,.5)),ec(t.Skeleton,"bg",o?n(h,t.text.primary,.13):`rgba(${r("palette-text-primaryChannel")} / 0.13)`),ec(t.Slider,"primaryTrack",n(y,t.primary.main,.5)),ec(t.Slider,"secondaryTrack",n(y,t.secondary.main,.5)),ec(t.Slider,"errorTrack",n(y,t.error.main,.5)),ec(t.Slider,"infoTrack",n(y,t.info.main,.5)),ec(t.Slider,"successTrack",n(y,t.success.main,.5)),ec(t.Slider,"warningTrack",n(y,t.warning.main,.5));let e=o?n(v,t.background.default,.985):x(t.background.default,.98);ec(t.SnackbarContent,"bg",e),ec(t.SnackbarContent,"color",ef(()=>o?E.text.primary:t.getContrastText(e))),ec(t.SpeedDialAction,"fabHoverBg",x(t.background.paper,.15)),ec(t.StepConnector,"border",r("palette-grey-600")),ec(t.StepContent,"border",r("palette-grey-600")),ec(t.Switch,"defaultColor",r("palette-grey-300")),ec(t.Switch,"defaultDisabledColor",r("palette-grey-600")),ec(t.Switch,"primaryDisabledColor",n(y,t.primary.main,.55)),ec(t.Switch,"secondaryDisabledColor",n(y,t.secondary.main,.55)),ec(t.Switch,"errorDisabledColor",n(y,t.error.main,.55)),ec(t.Switch,"infoDisabledColor",n(y,t.info.main,.55)),ec(t.Switch,"successDisabledColor",n(y,t.success.main,.55)),ec(t.Switch,"warningDisabledColor",n(y,t.warning.main,.55)),ec(t.TableCell,"border",n(y,n(h,t.divider,1),.68)),ec(t.Tooltip,"bg",n(h,t.grey[700],.92))}ed(t.background,"default"),ed(t.background,"paper"),ed(t.common,"background"),ed(t.common,"onBackground"),ed(t,"divider"),Object.keys(t).forEach(e=>{let r=t[e];"tonalOffset"!==e&&r&&"object"==typeof r&&(r.main&&ec(t[e],"mainChannel",c(eu(r.main))),r.light&&ec(t[e],"lightChannel",c(eu(r.light))),r.dark&&ec(t[e],"darkChannel",c(eu(r.dark))),r.contrastText&&ec(t[e],"contrastTextChannel",c(eu(r.contrastText))),"text"===e&&(ed(t[e],"primary"),ed(t[e],"secondary")),"action"===e&&(r.active&&ed(t[e],"active"),r.selected&&ed(t[e],"selected")))})});let L={prefix:p,disableCssColorScheme:f,shouldSkipGeneratingVar:g,getSelector:(s=_=r.reduce((e,t)=>i(e,t),_),(e,t)=>{let r=s.rootSelector||":root",n=s.colorSchemeSelector,a=n;if("class"===n&&(a=".%s"),"data"===n&&(a="[data-%s]"),n?.startsWith("data-")&&!n.includes("%s")&&(a=`[${n}="%s"]`),s.defaultColorScheme===e){if("dark"===e){let n,i={};return((n=s.cssVarPrefix,[...[...Array(25)].map((e,t)=>`--${n?`${n}-`:""}overlays-${t}`),`--${n?`${n}-`:""}palette-AppBar-darkBg`,`--${n?`${n}-`:""}palette-AppBar-darkColor`]).forEach(e=>{i[e]=t[e],delete t[e]}),"media"===a)?{[r]:t,"@media (prefers-color-scheme: dark)":{[r]:i}}:a?{[a.replace("%s",e)]:i,[`${r}, ${a.replace("%s",e)}`]:t}:{[r]:{...t,...i}}}if(a&&"media"!==a)return`${r}, ${a.replace("%s",String(e))}`}else if(e){if("media"===a)return{[`@media (prefers-color-scheme: ${String(e)})`]:{[r]:t}};if(a)return a.replace("%s",String(e))}return r}),enableContrastVars:m},{vars:N,generateThemeVars:F,generateStyleSheets:U}=W(_,L);return _.vars=N,Object.entries(_.colorSchemes[_.defaultColorScheme]).forEach(([e,t])=>{_[e]=t}),_.generateThemeVars=F,_.generateStyleSheets=U,_.generateSpacing=function(){return(0,I.default)(k.spacing,(0,z.createUnarySpacing)(this))},_.getColorSchemeSelector=function(e){return"media"===b?`@media (prefers-color-scheme: ${e})`:b?b.startsWith("data-")&&!b.includes("%s")?`[${b}="${e}"] &`:"class"===b?`.${e} &`:"data"===b?`[data-${e}] &`:`${b.replace("%s",e)} &`:"&"},_.spacing=_.generateSpacing(),_.shouldSkipGeneratingVar=g,_.unstable_sxConfig={...V.default,...k?.unstable_sxConfig},_.unstable_sx=function(e){return(0,D.default)({sx:e,theme:this})},_.toRuntimeSource=et,_}({...s,colorSchemes:f,defaultColorScheme:u,..."boolean"!=typeof a&&a},...r)}e.s(["default",()=>eh],1937)},40158,e=>{"use strict";let t=(0,e.i(1937).default)();e.s(["default",0,t])},2001,e=>{"use strict";e.s(["default",0,"$$material"])},12178,52039,e=>{"use strict";var t=e.i(16506),r=e.i(40158),n=e.i(2001);let a=e=>"ownerState"!==e&&"theme"!==e&&"sx"!==e&&"as"!==e&&"classes"!==e;e.s(["default",0,a],52039);let i=(0,t.default)({themeId:n.default,defaultTheme:r.default,rootShouldForwardProp:a});e.s(["default",0,i],12178)},40799,e=>{"use strict";var t=e.i(12178);e.s(["styled",()=>t.default])},75149,e=>{"use strict";var t=e.i(64399);let r={theme:void 0};e.s(["default",0,function(e){let n,a;return function(i){let o=n;return(void 0===o||i.theme!==a)&&(r.theme=i.theme,n=o=(0,t.default)(e(r)),a=i.theme),o}}],75149)},82471,e=>{"use strict";var t=e.i(7670);e.s(["default",()=>function e(r,n,a=!1){let i={...n};for(let o in r)if(Object.prototype.hasOwnProperty.call(r,o))if("components"===o||"slots"===o)i[o]={...r[o],...i[o]};else if("componentsProps"===o||"slotProps"===o){let t=r[o],l=n[o];if(l)if(t)for(let r in i[o]={...l},t)Object.prototype.hasOwnProperty.call(t,r)&&(i[o][r]=e(t[r],l[r],a));else i[o]=l;else i[o]=t||{}}else"className"===o&&a&&n.className?i.className=(0,t.default)(r?.className,n?.className):"style"===o&&a&&n.style?i.style={...r?.style,...n?.style}:void 0===i[o]&&(i[o]=r[o]);return i}])},94425,86373,e=>{"use strict";e.i(47167);var t=e.i(71645),r=e.i(82471),n=e.i(43476);let a=t.createContext(void 0);function i({props:e,name:n}){return function(e){let{theme:t,name:n,props:a}=e;if(!t||!t.components||!t.components[n])return a;let i=t.components[n];return i.defaultProps?(0,r.default)(i.defaultProps,a,t.components.mergeClassNameAndStyle):i.styleOverrides||i.variants?a:(0,r.default)(i,a,t.components.mergeClassNameAndStyle)}({props:e,name:n,theme:{components:t.useContext(a)}})}function o(e){return i(e)}e.s(["default",0,function({value:e,children:t}){return(0,n.jsx)(a.Provider,{value:e,children:t})},"useDefaultProps",()=>i],86373),e.s(["useDefaultProps",()=>o],94425)},42196,e=>{"use strict";e.i(47167);var t=e.i(82216);e.s(["default",0,function(e){if("string"!=typeof e)throw Error((0,t.default)(7));return e.charAt(0).toUpperCase()+e.slice(1)}],42196)},35057,e=>{"use strict";function t(e=[]){return([,t])=>t&&function(e,t=[]){if("string"!=typeof e.main)return!1;for(let r of t)if(!e.hasOwnProperty(r)||"string"!=typeof e[r])return!1;return!0}(t,e)}e.s(["default",()=>t])},61801,86931,e=>{"use strict";var t=e.i(17494),r=e.i(71645),n=e.i(28419);let a=function(e=null){let t=r.useContext(n.ThemeContext);return t&&0!==Object.keys(t).length?t:e};e.s(["default",0,a],86931);let i=(0,t.default)();e.s(["default",0,function(e=i){return a(e)}],61801)},54469,e=>{"use strict";e.i(47167),e.i(71645);var t=e.i(61801),t=t,r=e.i(40158),n=e.i(2001);function a(){let e=(0,t.default)(r.default);return e[n.default]||e}e.s(["default",()=>a],54469)},10557,e=>{"use strict";var t=e.i(54469);e.s(["useTheme",()=>t.default])},44648,e=>{"use strict";let t,r=e=>e,n=(t=r,{configure(e){t=e},generate:e=>t(e),reset(){t=r}});e.s(["default",0,n])},98051,95761,e=>{"use strict";var t=e.i(44648);let r={active:"active",checked:"checked",completed:"completed",disabled:"disabled",error:"error",expanded:"expanded",focused:"focused",focusVisible:"focusVisible",open:"open",readOnly:"readOnly",required:"required",selected:"selected"};function n(e,a,i="Mui"){let o=r[a];return o?`${i}-${o}`:`${t.default.generate(e)}-${a}`}function a(e,t,r="Mui"){let i={};return t.forEach(t=>{i[t]=n(e,t,r)}),i}e.s(["default",()=>n],95761),e.s(["default",()=>a],98051)},67719,e=>{"use strict";e.i(47167);var t=e.i(71645),r=e.i(7670),n=e.i(95669),a=e.i(67239),i=e.i(40799),o=e.i(10557),l=e.i(75149),s=e.i(94425),c=e.i(54841),u=e.i(98051),d=e.i(95761);function f(e){return(0,d.default)("MuiPaper",e)}(0,u.default)("MuiPaper",["root","rounded","outlined","elevation","elevation0","elevation1","elevation2","elevation3","elevation4","elevation5","elevation6","elevation7","elevation8","elevation9","elevation10","elevation11","elevation12","elevation13","elevation14","elevation15","elevation16","elevation17","elevation18","elevation19","elevation20","elevation21","elevation22","elevation23","elevation24"]);var p=e.i(43476);let m=(0,i.styled)("div",{name:"MuiPaper",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:r}=e;return[t.root,t[r.variant],!r.square&&t.rounded,"elevation"===r.variant&&t[`elevation${r.elevation}`]]}})((0,l.default)(({theme:e})=>({backgroundColor:(e.vars||e).palette.background.paper,color:(e.vars||e).palette.text.primary,transition:e.transitions.create("box-shadow"),variants:[{props:({ownerState:e})=>!e.square,style:{borderRadius:e.shape.borderRadius}},{props:{variant:"outlined"},style:{border:`1px solid ${(e.vars||e).palette.divider}`}},{props:{variant:"elevation"},style:{boxShadow:"var(--Paper-shadow)",backgroundImage:"var(--Paper-overlay)"}}]}))),h=t.forwardRef(function(e,t){let i=(0,s.useDefaultProps)({props:e,name:"MuiPaper"}),l=(0,o.useTheme)(),{className:u,component:d="div",elevation:h=1,square:g=!1,variant:y="elevation",...b}=i,v={...i,component:d,elevation:h,square:g,variant:y},x=(e=>{let{square:t,elevation:r,variant:a,classes:i}=e,o={root:["root",a,!t&&"rounded","elevation"===a&&`elevation${r}`]};return(0,n.default)(o,f,i)})(v);return(0,p.jsx)(m,{as:d,ownerState:v,className:(0,r.default)(x.root,u),ref:t,...b,style:{..."elevation"===y&&{"--Paper-shadow":(l.vars||l).shadows[h],...l.vars&&{"--Paper-overlay":l.vars.overlays?.[h]},...!l.vars&&"dark"===l.palette.mode&&{"--Paper-overlay":`linear-gradient(${(0,a.alpha)("#fff",(0,c.default)(h))}, ${(0,a.alpha)("#fff",(0,c.default)(h))})`}},...b.style}})});e.s(["default",0,h],67719)},39416,e=>{"use strict";var t=e.i(51688),r=e.i(79638);function n(e){let n,a,i,{sx:o,...l}=e,{systemProps:s,otherProps:c}=(a={systemProps:{},otherProps:{}},i=l?.theme?.unstable_sxConfig??r.default,Object.keys(l).forEach(e=>{i[e]?a.systemProps[e]=l[e]:a.otherProps[e]=l[e]}),a);return n=Array.isArray(o)?[s,...o]:"function"==typeof o?(...e)=>{let r=o(...e);return(0,t.isPlainObject)(r)?{...s,...r}:s}:{...s,...o},{...c,sx:n}}e.s(["extendSxProp",()=>n],39416)},28731,e=>{"use strict";var t=e.i(71645),r=e.i(7670),n=e.i(16918),a=e.i(17028),i=e.i(39416),o=e.i(61801),l=e.i(43476);function s(e={}){let{themeId:c,defaultTheme:u,defaultClassName:d="MuiBox-root",generateClassName:f}=e,p=(0,n.default)("div",{shouldForwardProp:e=>"theme"!==e&&"sx"!==e&&"as"!==e})(a.default);return t.forwardRef(function(e,t){let n=(0,o.default)(u),{className:a,component:s="div",...m}=(0,i.extendSxProp)(e);return(0,l.jsx)(p,{as:s,ref:t,className:(0,r.default)(a,f?f(d):d),theme:c&&n[c]||n,...m})})}e.s(["createBox",()=>s],28731)},12287,e=>{"use strict";var t=e.i(44648);e.s(["unstable_ClassNameGenerator",()=>t.default])},6376,e=>{"use strict";var t=e.i(1937);e.s(["createTheme",()=>t.default])},19646,e=>{"use strict";e.i(47167);var t=e.i(28731),r=e.i(12287),n=e.i(6376),a=e.i(2001);let i=(0,e.i(98051).default)("MuiBox",["root"]),o=(0,n.createTheme)(),l=(0,t.createBox)({themeId:a.default,defaultTheme:o,defaultClassName:i.root,generateClassName:r.unstable_ClassNameGenerator.generate});e.s(["default",0,l],19646)},35642,84364,98006,73852,e=>{"use strict";var t,r,n=e.i(39416);e.i(54469),e.i(47167);var a=e.i(98533),i=e.i(71645),o=e.i(27472),l=e.i(58600),s=e.i(4249);e.i(48203),e.i(31067),e.i(94979),e.i(98437);var c=function(e,t){var r=arguments;if(null==t||!a.h.call(t,"css"))return i.createElement.apply(void 0,r);var n=r.length,o=Array(n);o[0]=a.E,o[1]=(0,a.c)(e,t);for(var l=2;lu,"css",()=>d,"keyframes",()=>f],84364);var p=e.i(43476);function m(e){let{styles:t,defaultTheme:r={}}=e,n="function"==typeof t?e=>t(null==e||0===Object.keys(e).length?r:e):t;return(0,p.jsx)(u,{styles:n})}e.s(["GlobalStyles",()=>m],98006);var h=e.i(16918),g=e.i(61801);function y(e){let t=(0,h.internal_serializeStyles)(e);return e!==t&&t.styles?(t.styles.match(/^@layer\s+[^{]*$/)||(t.styles=`@layer global{${t.styles}}`),t):e}let b=function({styles:e,themeId:t,defaultTheme:r={}}){let n=(0,g.default)(r),a=t&&n[t]||n,i="function"==typeof e?e(a):e;return a.modularCssLayers&&(i=Array.isArray(i)?i.map(e=>"function"==typeof e?y(e(a)):y(e)):y(i)),(0,p.jsx)(m,{styles:i})};e.s(["default",0,b],73852);var v=e.i(40158),x=e.i(2001);let S=function(e){return(0,p.jsx)(b,{...e,defaultTheme:v.default,themeId:x.default})};function k(e){return function(t){return(0,p.jsx)(S,{styles:"function"==typeof e?r=>e({theme:r,...t}):e})}}function $(){return n.extendSxProp}e.s(["globalCss",()=>k,"internal_createExtendSxProp",()=>$],35642)},26863,e=>{"use strict";e.i(47167);var t=e.i(71645),r=e.i(7670),n=e.i(95669),a=e.i(40799),i=e.i(35642),o=e.i(75149),l=e.i(94425),s=e.i(42196),c=e.i(35057),u=e.i(98051),d=e.i(95761);function f(e){return(0,d.default)("MuiTypography",e)}(0,u.default)("MuiTypography",["root","h1","h2","h3","h4","h5","h6","subtitle1","subtitle2","body1","body2","inherit","button","caption","overline","alignLeft","alignRight","alignCenter","alignJustify","noWrap","gutterBottom","paragraph"]);var p=e.i(43476);let m={primary:!0,secondary:!0,error:!0,info:!0,success:!0,warning:!0,textPrimary:!0,textSecondary:!0,textDisabled:!0},h=(0,i.internal_createExtendSxProp)(),g=(0,a.styled)("span",{name:"MuiTypography",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:r}=e;return[t.root,r.variant&&t[r.variant],"inherit"!==r.align&&t[`align${(0,s.default)(r.align)}`],r.noWrap&&t.noWrap,r.gutterBottom&&t.gutterBottom,r.paragraph&&t.paragraph]}})((0,o.default)(({theme:e})=>({margin:0,variants:[{props:{variant:"inherit"},style:{font:"inherit",lineHeight:"inherit",letterSpacing:"inherit"}},...Object.entries(e.typography).filter(([e,t])=>"inherit"!==e&&t&&"object"==typeof t).map(([e,t])=>({props:{variant:e},style:t})),...Object.entries(e.palette).filter((0,c.default)()).map(([t])=>({props:{color:t},style:{color:(e.vars||e).palette[t].main}})),...Object.entries(e.palette?.text||{}).filter(([,e])=>"string"==typeof e).map(([t])=>({props:{color:`text${(0,s.default)(t)}`},style:{color:(e.vars||e).palette.text[t]}})),{props:({ownerState:e})=>"inherit"!==e.align,style:{textAlign:"var(--Typography-textAlign)"}},{props:({ownerState:e})=>e.noWrap,style:{overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"}},{props:({ownerState:e})=>e.gutterBottom,style:{marginBottom:"0.35em"}},{props:({ownerState:e})=>e.paragraph,style:{marginBottom:16}}]}))),y={h1:"h1",h2:"h2",h3:"h3",h4:"h4",h5:"h5",h6:"h6",subtitle1:"h6",subtitle2:"h6",body1:"p",body2:"p",inherit:"p"},b=t.forwardRef(function(e,t){let{color:a,...i}=(0,l.useDefaultProps)({props:e,name:"MuiTypography"}),o=!m[a],c=h({...i,...o&&{color:a}}),{align:u="inherit",className:d,component:b,gutterBottom:v=!1,noWrap:x=!1,paragraph:S=!1,variant:k="body1",variantMapping:$=y,...w}=c,C={...c,align:u,color:a,className:d,component:b,gutterBottom:v,noWrap:x,paragraph:S,variant:k,variantMapping:$},P=b||(S?"p":$[k]||y[k])||"span",A=(e=>{let{align:t,gutterBottom:r,noWrap:a,paragraph:i,variant:o,classes:l}=e,c={root:["root",o,"inherit"!==e.align&&`align${(0,s.default)(t)}`,r&&"gutterBottom",a&&"noWrap",i&&"paragraph"]};return(0,n.default)(c,f,l)})(C);return(0,p.jsx)(g,{as:P,ref:t,className:(0,r.default)(A.root,d),...w,ownerState:C,style:{..."inherit"!==u&&{"--Typography-textAlign":u},...w.style}})});e.s(["default",0,b],26863)},36807,44280,19636,10380,2583,82793,15874,54402,52883,33052,54033,55777,e=>{"use strict";e.i(47167);var t=e.i(71645),r=e.i(7670),n=e.i(95669);let a=0,i={...t}.useId,o=function(e){if(void 0!==i){let t=i();return e??t}return function(e){let[r,n]=t.useState(e),i=e||r;return t.useEffect(()=>{null==r&&(a+=1,n(`mui-${a}`))},[r]),i}(e)};var l=e.i(52039),s=e.i(40799),c=e.i(75149),u=e.i(94425);function d(e){try{return e.matches(":focus-visible")}catch(e){}return!1}function f(...e){let r=t.useRef(void 0),n=t.useCallback(t=>{let r=e.map(e=>{if(null==e)return null;if("function"==typeof e){let r=e(t);return"function"==typeof r?r:()=>{e(null)}}return e.current=t,()=>{e.current=null}});return()=>{r.forEach(e=>e?.())}},e);return t.useMemo(()=>e.every(e=>null==e)?null:e=>{r.current&&(r.current(),r.current=void 0),null!=e&&(r.current=n(e))},e)}e.s(["default",()=>f],44280),e.s(["default",0,f],19636);let p="undefined"!=typeof window?t.useLayoutEffect:t.useEffect;e.s(["default",0,p],10380);let m=function(e){let r=t.useRef(e);return p(()=>{r.current=e}),t.useRef((...e)=>(0,r.current)(...e)).current};e.s(["default",0,m],2583),e.s(["default",0,m],82793);let h={};function g(e,r){let n=t.useRef(h);return n.current===h&&(n.current=e(r)),n}class y{static create(){return new y}static use(){let e=g(y.create).current,[r,n]=t.useState(!1);return e.shouldMount=r,e.setShouldMount=n,t.useEffect(e.mountEffect,[r]),e}constructor(){this.ref={current:null},this.mounted=null,this.didMount=!1,this.shouldMount=!1,this.setShouldMount=null}mount(){let e,t,r;return this.mounted||(this.mounted=((r=new Promise((r,n)=>{e=r,t=n})).resolve=e,r.reject=t,r),this.shouldMount=!0,this.setShouldMount(this.shouldMount)),this.mounted}mountEffect=()=>{this.shouldMount&&!this.didMount&&null!==this.ref.current&&(this.didMount=!0,this.mounted.resolve())};start(...e){this.mount().then(()=>this.ref.current?.start(...e))}stop(...e){this.mount().then(()=>this.ref.current?.stop(...e))}pulsate(...e){this.mount().then(()=>this.ref.current?.pulsate(...e))}}function b(e,t){if(null==e)return{};var r={};for(var n in e)if(({}).hasOwnProperty.call(e,n)){if(-1!==t.indexOf(n))continue;r[n]=e[n]}return r}e.s(["default",()=>b],15874);var v=e.i(31067);function x(e,t){return(x=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e})(e,t)}function S(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,x(e,t)}e.s(["default",()=>S],54402);let k=t.default.createContext(null);function $(e,r){var n=Object.create(null);return e&&t.Children.map(e,function(e){return e}).forEach(function(e){n[e.key]=r&&(0,t.isValidElement)(e)?r(e):e}),n}function w(e,t,r){return null!=r[t]?r[t]:e.props[t]}e.s(["default",0,k],52883);var C=Object.values||function(e){return Object.keys(e).map(function(t){return e[t]})},P=function(e){function r(t,r){var n=e.call(this,t,r)||this,a=n.handleExited.bind(function(e){if(void 0===e)throw ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(n));return n.state={contextValue:{isMounting:!0},handleExited:a,firstRender:!0},n}S(r,e);var n=r.prototype;return n.componentDidMount=function(){this.mounted=!0,this.setState({contextValue:{isMounting:!1}})},n.componentWillUnmount=function(){this.mounted=!1},r.getDerivedStateFromProps=function(e,r){var n,a,i=r.children,o=r.handleExited;return{children:r.firstRender?$(e.children,function(r){return(0,t.cloneElement)(r,{onExited:o.bind(null,r),in:!0,appear:w(r,"appear",e),enter:w(r,"enter",e),exit:w(r,"exit",e)})}):(Object.keys(a=function(e,t){function r(r){return r in t?t[r]:e[r]}e=e||{},t=t||{};var n,a=Object.create(null),i=[];for(var o in e)o in t?i.length&&(a[o]=i,i=[]):i.push(o);var l={};for(var s in t){if(a[s])for(n=0;n{this.currentId=null,t()},e)}clear=()=>{null!==this.currentId&&(clearTimeout(this.currentId),this.currentId=null)};disposeEffect=()=>this.clear}function O(){var e;let r=g(T.create).current;return e=r.disposeEffect,t.useEffect(e,A),r}e.s(["default",()=>O],33052);var E=e.i(84364),B=e.i(43476),j=e.i(98051),M=e.i(95761);let R=(0,j.default)("MuiTouchRipple",["root","ripple","rippleVisible","ripplePulsate","child","childLeaving","childPulsate"]),_=E.keyframes` +To suppress this warning, you need to explicitly provide the \`palette.${t}Channel\` as a string (in rgb format, for example "12 12 12") or undefined if you want to remove the channel token.`))}let ef=e=>{try{return e()}catch(e){}};function ep(e,t,r,n,a){if(!r)return;r=!0===r?{}:r;let i="dark"===a?"dark":"light";if(!n){t[a]=function(e){let{palette:t={mode:"light"},opacity:r,overlays:n,colorSpace:a,...i}=e,o=_({...t,colorSpace:a});return{palette:o,opacity:{...eo(o.mode),...r},overlays:n||el(o.mode),...i}}({...r,palette:{mode:i,...r?.palette},colorSpace:e});return}let{palette:o,...l}=en({...n,palette:{mode:i,...r?.palette},colorSpace:e});return t[a]={...r,palette:o,opacity:{...eo(i),...r?.opacity},overlays:r?.overlays||el(i)},l}function em(e,t,r){e.colorSchemes&&r&&(e.colorSchemes[t]={...!0!==r&&r,palette:_({...!0===r?{}:r.palette,mode:t})})}function eh(e={},...r){let{palette:n,cssVariables:a=!1,colorSchemes:o=!n?{light:!0}:void 0,defaultColorScheme:l=n?.mode,...s}=e,u=l||"light",d=o?.[u],f={...o,...n?{[u]:{..."boolean"!=typeof d&&d,palette:n}}:void 0};if(!1===a){if(!("colorSchemes"in e))return en(e,...r);let t=n;"palette"in e||!f[u]||(!0!==f[u]?t=f[u].palette:"dark"===u&&(t={mode:"dark"}));let a=en({...e,palette:t},...r);return a.defaultColorScheme=u,a.colorSchemes=f,"light"===a.palette.mode&&(a.colorSchemes.light={...!0!==f.light&&f.light,palette:a.palette},em(a,"dark",f.dark)),"dark"===a.palette.mode&&(a.colorSchemes.dark={...!0!==f.dark&&f.dark,palette:a.palette},em(a,"light",f.light)),a}return n||"light"in f||"light"!==u||(f.light=!0),function(e={},...r){var n,a;let o,l,s,{colorSchemes:u={light:!0},defaultColorScheme:d,disableCssColorScheme:f=!1,cssVarPrefix:p="mui",nativeColor:m=!1,shouldSkipGeneratingVar:g=es,colorSchemeSelector:b=u.light&&u.dark?"media":void 0,rootSelector:S=":root",...k}=e,$=Object.keys(u)[0],w=d||(u.light&&"light"!==$?"light":$),C=((e="mui")=>(function(e=""){return(t,...r)=>`var(--${e?`${e}-`:""}${t}${function t(...r){if(!r.length)return"";let n=r[0];return"string"!=typeof n||n.match(/(#|\(|\)|(-?(\d*\.)?\d+)(px|em|%|ex|ch|rem|vw|vh|vmin|vmax|cm|mm|in|pt|pc))|^(-?(\d*\.)?\d+)$|(\d+ \d+ \d+)/)?`, ${n}`:`, var(--${e?`${e}-`:""}${n}${t(...r.slice(1))})`}(...r)})`})(e))(p),{[w]:P,light:A,dark:T,...O}=u,B={...O},M=P;if(("dark"!==w||"dark"in u)&&("light"!==w||"light"in u)||(M=!0),!M)throw Error(t(21,w));m&&(o="oklch");let R=ep(o,B,M,k,w);A&&!B.light&&ep(o,B,A,void 0,"light"),T&&!B.dark&&ep(o,B,T,void 0,"dark");let _={defaultColorScheme:w,...R,cssVarPrefix:p,colorSchemeSelector:b,rootSelector:S,getCssVar:C,colorSchemes:B,font:{...(n=R.typography,l={},Object.entries(n).forEach(e=>{let[t,r]=e;"object"==typeof r&&(l[t]=`${r.fontStyle?`${r.fontStyle} `:""}${r.fontVariant?`${r.fontVariant} `:""}${r.fontWeight?`${r.fontWeight} `:""}${r.fontStretch?`${r.fontStretch} `:""}${r.fontSize||""}${r.lineHeight?`/${r.lineHeight} `:""}${r.fontFamily||""}`)}),l),...R.font},spacing:"number"==typeof(a=k.spacing)?`${a}px`:"string"==typeof a||"function"==typeof a||Array.isArray(a)?a:"8px"};Object.keys(_.colorSchemes).forEach(e=>{let t=_.colorSchemes[e].palette,r=e=>{let r=e.split("-"),n=r[1],a=r[2];return C(e,t[n][a])};function n(e,t,r){if(o){let n;return e===h&&(n=`transparent ${((1-r)*100).toFixed(0)}%`),e===y&&(n=`#000 ${(100*r).toFixed(0)}%`),e===v&&(n=`#fff ${(100*r).toFixed(0)}%`),`color-mix(in ${o}, ${t}, ${n})`}return e(t,r)}if("light"===t.mode&&(ec(t.common,"background","#fff"),ec(t.common,"onBackground","#000")),"dark"===t.mode&&(ec(t.common,"background","#000"),ec(t.common,"onBackground","#fff")),["Alert","AppBar","Avatar","Button","Chip","FilledInput","LinearProgress","Skeleton","Slider","SnackbarContent","SpeedDialAction","StepConnector","StepContent","Switch","TableCell","Tooltip"].forEach(e=>{t[e]||(t[e]={})}),"light"===t.mode){ec(t.Alert,"errorColor",n(y,t.error.light,.6)),ec(t.Alert,"infoColor",n(y,t.info.light,.6)),ec(t.Alert,"successColor",n(y,t.success.light,.6)),ec(t.Alert,"warningColor",n(y,t.warning.light,.6)),ec(t.Alert,"errorFilledBg",r("palette-error-main")),ec(t.Alert,"infoFilledBg",r("palette-info-main")),ec(t.Alert,"successFilledBg",r("palette-success-main")),ec(t.Alert,"warningFilledBg",r("palette-warning-main")),ec(t.Alert,"errorFilledColor",ef(()=>t.getContrastText(t.error.main))),ec(t.Alert,"infoFilledColor",ef(()=>t.getContrastText(t.info.main))),ec(t.Alert,"successFilledColor",ef(()=>t.getContrastText(t.success.main))),ec(t.Alert,"warningFilledColor",ef(()=>t.getContrastText(t.warning.main))),ec(t.Alert,"errorStandardBg",n(v,t.error.light,.9)),ec(t.Alert,"infoStandardBg",n(v,t.info.light,.9)),ec(t.Alert,"successStandardBg",n(v,t.success.light,.9)),ec(t.Alert,"warningStandardBg",n(v,t.warning.light,.9)),ec(t.Alert,"errorIconColor",r("palette-error-main")),ec(t.Alert,"infoIconColor",r("palette-info-main")),ec(t.Alert,"successIconColor",r("palette-success-main")),ec(t.Alert,"warningIconColor",r("palette-warning-main")),ec(t.AppBar,"defaultBg",r("palette-grey-100")),ec(t.Avatar,"defaultBg",r("palette-grey-400")),ec(t.Button,"inheritContainedBg",r("palette-grey-300")),ec(t.Button,"inheritContainedHoverBg",r("palette-grey-A100")),ec(t.Chip,"defaultBorder",r("palette-grey-400")),ec(t.Chip,"defaultAvatarColor",r("palette-grey-700")),ec(t.Chip,"defaultIconColor",r("palette-grey-700")),ec(t.FilledInput,"bg","rgba(0, 0, 0, 0.06)"),ec(t.FilledInput,"hoverBg","rgba(0, 0, 0, 0.09)"),ec(t.FilledInput,"disabledBg","rgba(0, 0, 0, 0.12)"),ec(t.LinearProgress,"primaryBg",n(v,t.primary.main,.62)),ec(t.LinearProgress,"secondaryBg",n(v,t.secondary.main,.62)),ec(t.LinearProgress,"errorBg",n(v,t.error.main,.62)),ec(t.LinearProgress,"infoBg",n(v,t.info.main,.62)),ec(t.LinearProgress,"successBg",n(v,t.success.main,.62)),ec(t.LinearProgress,"warningBg",n(v,t.warning.main,.62)),ec(t.Skeleton,"bg",o?n(h,t.text.primary,.11):`rgba(${r("palette-text-primaryChannel")} / 0.11)`),ec(t.Slider,"primaryTrack",n(v,t.primary.main,.62)),ec(t.Slider,"secondaryTrack",n(v,t.secondary.main,.62)),ec(t.Slider,"errorTrack",n(v,t.error.main,.62)),ec(t.Slider,"infoTrack",n(v,t.info.main,.62)),ec(t.Slider,"successTrack",n(v,t.success.main,.62)),ec(t.Slider,"warningTrack",n(v,t.warning.main,.62));let e=o?n(y,t.background.default,.6825):x(t.background.default,.8);ec(t.SnackbarContent,"bg",e),ec(t.SnackbarContent,"color",ef(()=>o?j.text.primary:t.getContrastText(e))),ec(t.SpeedDialAction,"fabHoverBg",x(t.background.paper,.15)),ec(t.StepConnector,"border",r("palette-grey-400")),ec(t.StepContent,"border",r("palette-grey-400")),ec(t.Switch,"defaultColor",r("palette-common-white")),ec(t.Switch,"defaultDisabledColor",r("palette-grey-100")),ec(t.Switch,"primaryDisabledColor",n(v,t.primary.main,.62)),ec(t.Switch,"secondaryDisabledColor",n(v,t.secondary.main,.62)),ec(t.Switch,"errorDisabledColor",n(v,t.error.main,.62)),ec(t.Switch,"infoDisabledColor",n(v,t.info.main,.62)),ec(t.Switch,"successDisabledColor",n(v,t.success.main,.62)),ec(t.Switch,"warningDisabledColor",n(v,t.warning.main,.62)),ec(t.TableCell,"border",n(v,n(h,t.divider,1),.88)),ec(t.Tooltip,"bg",n(h,t.grey[700],.92))}if("dark"===t.mode){ec(t.Alert,"errorColor",n(v,t.error.light,.6)),ec(t.Alert,"infoColor",n(v,t.info.light,.6)),ec(t.Alert,"successColor",n(v,t.success.light,.6)),ec(t.Alert,"warningColor",n(v,t.warning.light,.6)),ec(t.Alert,"errorFilledBg",r("palette-error-dark")),ec(t.Alert,"infoFilledBg",r("palette-info-dark")),ec(t.Alert,"successFilledBg",r("palette-success-dark")),ec(t.Alert,"warningFilledBg",r("palette-warning-dark")),ec(t.Alert,"errorFilledColor",ef(()=>t.getContrastText(t.error.dark))),ec(t.Alert,"infoFilledColor",ef(()=>t.getContrastText(t.info.dark))),ec(t.Alert,"successFilledColor",ef(()=>t.getContrastText(t.success.dark))),ec(t.Alert,"warningFilledColor",ef(()=>t.getContrastText(t.warning.dark))),ec(t.Alert,"errorStandardBg",n(y,t.error.light,.9)),ec(t.Alert,"infoStandardBg",n(y,t.info.light,.9)),ec(t.Alert,"successStandardBg",n(y,t.success.light,.9)),ec(t.Alert,"warningStandardBg",n(y,t.warning.light,.9)),ec(t.Alert,"errorIconColor",r("palette-error-main")),ec(t.Alert,"infoIconColor",r("palette-info-main")),ec(t.Alert,"successIconColor",r("palette-success-main")),ec(t.Alert,"warningIconColor",r("palette-warning-main")),ec(t.AppBar,"defaultBg",r("palette-grey-900")),ec(t.AppBar,"darkBg",r("palette-background-paper")),ec(t.AppBar,"darkColor",r("palette-text-primary")),ec(t.Avatar,"defaultBg",r("palette-grey-600")),ec(t.Button,"inheritContainedBg",r("palette-grey-800")),ec(t.Button,"inheritContainedHoverBg",r("palette-grey-700")),ec(t.Chip,"defaultBorder",r("palette-grey-700")),ec(t.Chip,"defaultAvatarColor",r("palette-grey-300")),ec(t.Chip,"defaultIconColor",r("palette-grey-300")),ec(t.FilledInput,"bg","rgba(255, 255, 255, 0.09)"),ec(t.FilledInput,"hoverBg","rgba(255, 255, 255, 0.13)"),ec(t.FilledInput,"disabledBg","rgba(255, 255, 255, 0.12)"),ec(t.LinearProgress,"primaryBg",n(y,t.primary.main,.5)),ec(t.LinearProgress,"secondaryBg",n(y,t.secondary.main,.5)),ec(t.LinearProgress,"errorBg",n(y,t.error.main,.5)),ec(t.LinearProgress,"infoBg",n(y,t.info.main,.5)),ec(t.LinearProgress,"successBg",n(y,t.success.main,.5)),ec(t.LinearProgress,"warningBg",n(y,t.warning.main,.5)),ec(t.Skeleton,"bg",o?n(h,t.text.primary,.13):`rgba(${r("palette-text-primaryChannel")} / 0.13)`),ec(t.Slider,"primaryTrack",n(y,t.primary.main,.5)),ec(t.Slider,"secondaryTrack",n(y,t.secondary.main,.5)),ec(t.Slider,"errorTrack",n(y,t.error.main,.5)),ec(t.Slider,"infoTrack",n(y,t.info.main,.5)),ec(t.Slider,"successTrack",n(y,t.success.main,.5)),ec(t.Slider,"warningTrack",n(y,t.warning.main,.5));let e=o?n(v,t.background.default,.985):x(t.background.default,.98);ec(t.SnackbarContent,"bg",e),ec(t.SnackbarContent,"color",ef(()=>o?E.text.primary:t.getContrastText(e))),ec(t.SpeedDialAction,"fabHoverBg",x(t.background.paper,.15)),ec(t.StepConnector,"border",r("palette-grey-600")),ec(t.StepContent,"border",r("palette-grey-600")),ec(t.Switch,"defaultColor",r("palette-grey-300")),ec(t.Switch,"defaultDisabledColor",r("palette-grey-600")),ec(t.Switch,"primaryDisabledColor",n(y,t.primary.main,.55)),ec(t.Switch,"secondaryDisabledColor",n(y,t.secondary.main,.55)),ec(t.Switch,"errorDisabledColor",n(y,t.error.main,.55)),ec(t.Switch,"infoDisabledColor",n(y,t.info.main,.55)),ec(t.Switch,"successDisabledColor",n(y,t.success.main,.55)),ec(t.Switch,"warningDisabledColor",n(y,t.warning.main,.55)),ec(t.TableCell,"border",n(y,n(h,t.divider,1),.68)),ec(t.Tooltip,"bg",n(h,t.grey[700],.92))}ed(t.background,"default"),ed(t.background,"paper"),ed(t.common,"background"),ed(t.common,"onBackground"),ed(t,"divider"),Object.keys(t).forEach(e=>{let r=t[e];"tonalOffset"!==e&&r&&"object"==typeof r&&(r.main&&ec(t[e],"mainChannel",c(eu(r.main))),r.light&&ec(t[e],"lightChannel",c(eu(r.light))),r.dark&&ec(t[e],"darkChannel",c(eu(r.dark))),r.contrastText&&ec(t[e],"contrastTextChannel",c(eu(r.contrastText))),"text"===e&&(ed(t[e],"primary"),ed(t[e],"secondary")),"action"===e&&(r.active&&ed(t[e],"active"),r.selected&&ed(t[e],"selected")))})});let L={prefix:p,disableCssColorScheme:f,shouldSkipGeneratingVar:g,getSelector:(s=_=r.reduce((e,t)=>i(e,t),_),(e,t)=>{let r=s.rootSelector||":root",n=s.colorSchemeSelector,a=n;if("class"===n&&(a=".%s"),"data"===n&&(a="[data-%s]"),n?.startsWith("data-")&&!n.includes("%s")&&(a=`[${n}="%s"]`),s.defaultColorScheme===e){if("dark"===e){let n,i={};return((n=s.cssVarPrefix,[...[...Array(25)].map((e,t)=>`--${n?`${n}-`:""}overlays-${t}`),`--${n?`${n}-`:""}palette-AppBar-darkBg`,`--${n?`${n}-`:""}palette-AppBar-darkColor`]).forEach(e=>{i[e]=t[e],delete t[e]}),"media"===a)?{[r]:t,"@media (prefers-color-scheme: dark)":{[r]:i}}:a?{[a.replace("%s",e)]:i,[`${r}, ${a.replace("%s",e)}`]:t}:{[r]:{...t,...i}}}if(a&&"media"!==a)return`${r}, ${a.replace("%s",String(e))}`}else if(e){if("media"===a)return{[`@media (prefers-color-scheme: ${String(e)})`]:{[r]:t}};if(a)return a.replace("%s",String(e))}return r}),enableContrastVars:m},{vars:N,generateThemeVars:F,generateStyleSheets:U}=W(_,L);return _.vars=N,Object.entries(_.colorSchemes[_.defaultColorScheme]).forEach(([e,t])=>{_[e]=t}),_.generateThemeVars=F,_.generateStyleSheets=U,_.generateSpacing=function(){return(0,I.default)(k.spacing,(0,z.createUnarySpacing)(this))},_.getColorSchemeSelector=function(e){return"media"===b?`@media (prefers-color-scheme: ${e})`:b?b.startsWith("data-")&&!b.includes("%s")?`[${b}="${e}"] &`:"class"===b?`.${e} &`:"data"===b?`[data-${e}] &`:`${b.replace("%s",e)} &`:"&"},_.spacing=_.generateSpacing(),_.shouldSkipGeneratingVar=g,_.unstable_sxConfig={...V.default,...k?.unstable_sxConfig},_.unstable_sx=function(e){return(0,D.default)({sx:e,theme:this})},_.toRuntimeSource=et,_}({...s,colorSchemes:f,defaultColorScheme:u,..."boolean"!=typeof a&&a},...r)}e.s(["default",()=>eh],1937)},40158,e=>{"use strict";let t=(0,e.i(1937).default)();e.s(["default",0,t])},2001,e=>{"use strict";e.s(["default",0,"$$material"])},12178,52039,e=>{"use strict";var t=e.i(16506),r=e.i(40158),n=e.i(2001);let a=e=>"ownerState"!==e&&"theme"!==e&&"sx"!==e&&"as"!==e&&"classes"!==e;e.s(["default",0,a],52039);let i=(0,t.default)({themeId:n.default,defaultTheme:r.default,rootShouldForwardProp:a});e.s(["default",0,i],12178)},40799,e=>{"use strict";var t=e.i(12178);e.s(["styled",()=>t.default])},75149,e=>{"use strict";var t=e.i(64399);let r={theme:void 0};e.s(["default",0,function(e){let n,a;return function(i){let o=n;return(void 0===o||i.theme!==a)&&(r.theme=i.theme,n=o=(0,t.default)(e(r)),a=i.theme),o}}],75149)},82471,e=>{"use strict";var t=e.i(7670);e.s(["default",()=>function e(r,n,a=!1){let i={...n};for(let o in r)if(Object.prototype.hasOwnProperty.call(r,o))if("components"===o||"slots"===o)i[o]={...r[o],...i[o]};else if("componentsProps"===o||"slotProps"===o){let t=r[o],l=n[o];if(l)if(t)for(let r in i[o]={...l},t)Object.prototype.hasOwnProperty.call(t,r)&&(i[o][r]=e(t[r],l[r],a));else i[o]=l;else i[o]=t||{}}else"className"===o&&a&&n.className?i.className=(0,t.default)(r?.className,n?.className):"style"===o&&a&&n.style?i.style={...r?.style,...n?.style}:void 0===i[o]&&(i[o]=r[o]);return i}])},94425,86373,e=>{"use strict";e.i(47167);var t=e.i(71645),r=e.i(82471),n=e.i(43476);let a=t.createContext(void 0);function i({props:e,name:n}){return function(e){let{theme:t,name:n,props:a}=e;if(!t||!t.components||!t.components[n])return a;let i=t.components[n];return i.defaultProps?(0,r.default)(i.defaultProps,a,t.components.mergeClassNameAndStyle):i.styleOverrides||i.variants?a:(0,r.default)(i,a,t.components.mergeClassNameAndStyle)}({props:e,name:n,theme:{components:t.useContext(a)}})}function o(e){return i(e)}e.s(["default",0,function({value:e,children:t}){return(0,n.jsx)(a.Provider,{value:e,children:t})},"useDefaultProps",()=>i],86373),e.s(["useDefaultProps",()=>o],94425)},42196,e=>{"use strict";e.i(47167);var t=e.i(82216);e.s(["default",0,function(e){if("string"!=typeof e)throw Error((0,t.default)(7));return e.charAt(0).toUpperCase()+e.slice(1)}],42196)},35057,e=>{"use strict";function t(e=[]){return([,t])=>t&&function(e,t=[]){if("string"!=typeof e.main)return!1;for(let r of t)if(!e.hasOwnProperty(r)||"string"!=typeof e[r])return!1;return!0}(t,e)}e.s(["default",()=>t])},61801,86931,e=>{"use strict";var t=e.i(17494),r=e.i(71645),n=e.i(28419);let a=function(e=null){let t=r.useContext(n.ThemeContext);return t&&0!==Object.keys(t).length?t:e};e.s(["default",0,a],86931);let i=(0,t.default)();e.s(["default",0,function(e=i){return a(e)}],61801)},54469,e=>{"use strict";e.i(47167),e.i(71645);var t=e.i(61801),t=t,r=e.i(40158),n=e.i(2001);function a(){let e=(0,t.default)(r.default);return e[n.default]||e}e.s(["default",()=>a],54469)},10557,e=>{"use strict";var t=e.i(54469);e.s(["useTheme",()=>t.default])},44648,e=>{"use strict";let t,r=e=>e,n=(t=r,{configure(e){t=e},generate:e=>t(e),reset(){t=r}});e.s(["default",0,n])},98051,95761,e=>{"use strict";var t=e.i(44648);let r={active:"active",checked:"checked",completed:"completed",disabled:"disabled",error:"error",expanded:"expanded",focused:"focused",focusVisible:"focusVisible",open:"open",readOnly:"readOnly",required:"required",selected:"selected"};function n(e,a,i="Mui"){let o=r[a];return o?`${i}-${o}`:`${t.default.generate(e)}-${a}`}function a(e,t,r="Mui"){let i={};return t.forEach(t=>{i[t]=n(e,t,r)}),i}e.s(["default",()=>n],95761),e.s(["default",()=>a],98051)},67719,e=>{"use strict";e.i(47167);var t=e.i(71645),r=e.i(7670),n=e.i(95669),a=e.i(67239),i=e.i(40799),o=e.i(10557),l=e.i(75149),s=e.i(94425),c=e.i(54841),u=e.i(98051),d=e.i(95761);function f(e){return(0,d.default)("MuiPaper",e)}(0,u.default)("MuiPaper",["root","rounded","outlined","elevation","elevation0","elevation1","elevation2","elevation3","elevation4","elevation5","elevation6","elevation7","elevation8","elevation9","elevation10","elevation11","elevation12","elevation13","elevation14","elevation15","elevation16","elevation17","elevation18","elevation19","elevation20","elevation21","elevation22","elevation23","elevation24"]);var p=e.i(43476);let m=(0,i.styled)("div",{name:"MuiPaper",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:r}=e;return[t.root,t[r.variant],!r.square&&t.rounded,"elevation"===r.variant&&t[`elevation${r.elevation}`]]}})((0,l.default)(({theme:e})=>({backgroundColor:(e.vars||e).palette.background.paper,color:(e.vars||e).palette.text.primary,transition:e.transitions.create("box-shadow"),variants:[{props:({ownerState:e})=>!e.square,style:{borderRadius:e.shape.borderRadius}},{props:{variant:"outlined"},style:{border:`1px solid ${(e.vars||e).palette.divider}`}},{props:{variant:"elevation"},style:{boxShadow:"var(--Paper-shadow)",backgroundImage:"var(--Paper-overlay)"}}]}))),h=t.forwardRef(function(e,t){let i=(0,s.useDefaultProps)({props:e,name:"MuiPaper"}),l=(0,o.useTheme)(),{className:u,component:d="div",elevation:h=1,square:g=!1,variant:y="elevation",...b}=i,v={...i,component:d,elevation:h,square:g,variant:y},x=(e=>{let{square:t,elevation:r,variant:a,classes:i}=e,o={root:["root",a,!t&&"rounded","elevation"===a&&`elevation${r}`]};return(0,n.default)(o,f,i)})(v);return(0,p.jsx)(m,{as:d,ownerState:v,className:(0,r.default)(x.root,u),ref:t,...b,style:{..."elevation"===y&&{"--Paper-shadow":(l.vars||l).shadows[h],...l.vars&&{"--Paper-overlay":l.vars.overlays?.[h]},...!l.vars&&"dark"===l.palette.mode&&{"--Paper-overlay":`linear-gradient(${(0,a.alpha)("#fff",(0,c.default)(h))}, ${(0,a.alpha)("#fff",(0,c.default)(h))})`}},...b.style}})});e.s(["default",0,h],67719)},39416,e=>{"use strict";var t=e.i(51688),r=e.i(79638);function n(e){let n,a,i,{sx:o,...l}=e,{systemProps:s,otherProps:c}=(a={systemProps:{},otherProps:{}},i=l?.theme?.unstable_sxConfig??r.default,Object.keys(l).forEach(e=>{i[e]?a.systemProps[e]=l[e]:a.otherProps[e]=l[e]}),a);return n=Array.isArray(o)?[s,...o]:"function"==typeof o?(...e)=>{let r=o(...e);return(0,t.isPlainObject)(r)?{...s,...r}:s}:{...s,...o},{...c,sx:n}}e.s(["extendSxProp",()=>n],39416)},28731,e=>{"use strict";var t=e.i(71645),r=e.i(7670),n=e.i(16918),a=e.i(17028),i=e.i(39416),o=e.i(61801),l=e.i(43476);function s(e={}){let{themeId:c,defaultTheme:u,defaultClassName:d="MuiBox-root",generateClassName:f}=e,p=(0,n.default)("div",{shouldForwardProp:e=>"theme"!==e&&"sx"!==e&&"as"!==e})(a.default);return t.forwardRef(function(e,t){let n=(0,o.default)(u),{className:a,component:s="div",...m}=(0,i.extendSxProp)(e);return(0,l.jsx)(p,{as:s,ref:t,className:(0,r.default)(a,f?f(d):d),theme:c&&n[c]||n,...m})})}e.s(["createBox",()=>s],28731)},12287,e=>{"use strict";var t=e.i(44648);e.s(["unstable_ClassNameGenerator",()=>t.default])},6376,e=>{"use strict";var t=e.i(1937);e.s(["createTheme",()=>t.default])},19646,e=>{"use strict";e.i(47167);var t=e.i(28731),r=e.i(12287),n=e.i(6376),a=e.i(2001);let i=(0,e.i(98051).default)("MuiBox",["root"]),o=(0,n.createTheme)(),l=(0,t.createBox)({themeId:a.default,defaultTheme:o,defaultClassName:i.root,generateClassName:r.unstable_ClassNameGenerator.generate});e.s(["default",0,l],19646)},35642,84364,98006,73852,e=>{"use strict";var t,r,n=e.i(39416);e.i(54469),e.i(47167);var a=e.i(98533),i=e.i(71645),o=e.i(27472),l=e.i(58600),s=e.i(4249);e.i(48203),e.i(31067),e.i(94979),e.i(98437);var c=function(e,t){var r=arguments;if(null==t||!a.h.call(t,"css"))return i.createElement.apply(void 0,r);var n=r.length,o=Array(n);o[0]=a.E,o[1]=(0,a.c)(e,t);for(var l=2;lu,"css",()=>d,"keyframes",()=>f],84364);var p=e.i(43476);function m(e){let{styles:t,defaultTheme:r={}}=e,n="function"==typeof t?e=>t(null==e||0===Object.keys(e).length?r:e):t;return(0,p.jsx)(u,{styles:n})}e.s(["GlobalStyles",()=>m],98006);var h=e.i(16918),g=e.i(61801);function y(e){let t=(0,h.internal_serializeStyles)(e);return e!==t&&t.styles?(t.styles.match(/^@layer\s+[^{]*$/)||(t.styles=`@layer global{${t.styles}}`),t):e}let b=function({styles:e,themeId:t,defaultTheme:r={}}){let n=(0,g.default)(r),a=t&&n[t]||n,i="function"==typeof e?e(a):e;return a.modularCssLayers&&(i=Array.isArray(i)?i.map(e=>"function"==typeof e?y(e(a)):y(e)):y(i)),(0,p.jsx)(m,{styles:i})};e.s(["default",0,b],73852);var v=e.i(40158),x=e.i(2001);let S=function(e){return(0,p.jsx)(b,{...e,defaultTheme:v.default,themeId:x.default})};function k(e){return function(t){return(0,p.jsx)(S,{styles:"function"==typeof e?r=>e({theme:r,...t}):e})}}function $(){return n.extendSxProp}e.s(["globalCss",()=>k,"internal_createExtendSxProp",()=>$],35642)},26863,e=>{"use strict";e.i(47167);var t=e.i(71645),r=e.i(7670),n=e.i(95669),a=e.i(40799),i=e.i(35642),o=e.i(75149),l=e.i(94425),s=e.i(42196),c=e.i(35057),u=e.i(98051),d=e.i(95761);function f(e){return(0,d.default)("MuiTypography",e)}(0,u.default)("MuiTypography",["root","h1","h2","h3","h4","h5","h6","subtitle1","subtitle2","body1","body2","inherit","button","caption","overline","alignLeft","alignRight","alignCenter","alignJustify","noWrap","gutterBottom","paragraph"]);var p=e.i(43476);let m={primary:!0,secondary:!0,error:!0,info:!0,success:!0,warning:!0,textPrimary:!0,textSecondary:!0,textDisabled:!0},h=(0,i.internal_createExtendSxProp)(),g=(0,a.styled)("span",{name:"MuiTypography",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:r}=e;return[t.root,r.variant&&t[r.variant],"inherit"!==r.align&&t[`align${(0,s.default)(r.align)}`],r.noWrap&&t.noWrap,r.gutterBottom&&t.gutterBottom,r.paragraph&&t.paragraph]}})((0,o.default)(({theme:e})=>({margin:0,variants:[{props:{variant:"inherit"},style:{font:"inherit",lineHeight:"inherit",letterSpacing:"inherit"}},...Object.entries(e.typography).filter(([e,t])=>"inherit"!==e&&t&&"object"==typeof t).map(([e,t])=>({props:{variant:e},style:t})),...Object.entries(e.palette).filter((0,c.default)()).map(([t])=>({props:{color:t},style:{color:(e.vars||e).palette[t].main}})),...Object.entries(e.palette?.text||{}).filter(([,e])=>"string"==typeof e).map(([t])=>({props:{color:`text${(0,s.default)(t)}`},style:{color:(e.vars||e).palette.text[t]}})),{props:({ownerState:e})=>"inherit"!==e.align,style:{textAlign:"var(--Typography-textAlign)"}},{props:({ownerState:e})=>e.noWrap,style:{overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"}},{props:({ownerState:e})=>e.gutterBottom,style:{marginBottom:"0.35em"}},{props:({ownerState:e})=>e.paragraph,style:{marginBottom:16}}]}))),y={h1:"h1",h2:"h2",h3:"h3",h4:"h4",h5:"h5",h6:"h6",subtitle1:"h6",subtitle2:"h6",body1:"p",body2:"p",inherit:"p"},b=t.forwardRef(function(e,t){let{color:a,...i}=(0,l.useDefaultProps)({props:e,name:"MuiTypography"}),o=!m[a],c=h({...i,...o&&{color:a}}),{align:u="inherit",className:d,component:b,gutterBottom:v=!1,noWrap:x=!1,paragraph:S=!1,variant:k="body1",variantMapping:$=y,...w}=c,C={...c,align:u,color:a,className:d,component:b,gutterBottom:v,noWrap:x,paragraph:S,variant:k,variantMapping:$},P=b||(S?"p":$[k]||y[k])||"span",A=(e=>{let{align:t,gutterBottom:r,noWrap:a,paragraph:i,variant:o,classes:l}=e,c={root:["root",o,"inherit"!==e.align&&`align${(0,s.default)(t)}`,r&&"gutterBottom",a&&"noWrap",i&&"paragraph"]};return(0,n.default)(c,f,l)})(C);return(0,p.jsx)(g,{as:P,ref:t,className:(0,r.default)(A.root,d),...w,ownerState:C,style:{..."inherit"!==u&&{"--Typography-textAlign":u},...w.style}})});e.s(["default",0,b],26863)},36807,44280,19636,10380,2583,82793,15874,54402,52883,33052,54033,e=>{"use strict";e.i(47167);var t=e.i(71645),r=e.i(7670),n=e.i(95669);let a=0,i={...t}.useId,o=function(e){if(void 0!==i){let t=i();return e??t}return function(e){let[r,n]=t.useState(e),i=e||r;return t.useEffect(()=>{null==r&&(a+=1,n(`mui-${a}`))},[r]),i}(e)};var l=e.i(52039),s=e.i(40799),c=e.i(75149),u=e.i(94425);function d(e){try{return e.matches(":focus-visible")}catch(e){}return!1}function f(...e){let r=t.useRef(void 0),n=t.useCallback(t=>{let r=e.map(e=>{if(null==e)return null;if("function"==typeof e){let r=e(t);return"function"==typeof r?r:()=>{e(null)}}return e.current=t,()=>{e.current=null}});return()=>{r.forEach(e=>e?.())}},e);return t.useMemo(()=>e.every(e=>null==e)?null:e=>{r.current&&(r.current(),r.current=void 0),null!=e&&(r.current=n(e))},e)}e.s(["default",()=>f],44280),e.s(["default",0,f],19636);let p="undefined"!=typeof window?t.useLayoutEffect:t.useEffect;e.s(["default",0,p],10380);let m=function(e){let r=t.useRef(e);return p(()=>{r.current=e}),t.useRef((...e)=>(0,r.current)(...e)).current};e.s(["default",0,m],2583),e.s(["default",0,m],82793);let h={};function g(e,r){let n=t.useRef(h);return n.current===h&&(n.current=e(r)),n}class y{static create(){return new y}static use(){let e=g(y.create).current,[r,n]=t.useState(!1);return e.shouldMount=r,e.setShouldMount=n,t.useEffect(e.mountEffect,[r]),e}constructor(){this.ref={current:null},this.mounted=null,this.didMount=!1,this.shouldMount=!1,this.setShouldMount=null}mount(){let e,t,r;return this.mounted||(this.mounted=((r=new Promise((r,n)=>{e=r,t=n})).resolve=e,r.reject=t,r),this.shouldMount=!0,this.setShouldMount(this.shouldMount)),this.mounted}mountEffect=()=>{this.shouldMount&&!this.didMount&&null!==this.ref.current&&(this.didMount=!0,this.mounted.resolve())};start(...e){this.mount().then(()=>this.ref.current?.start(...e))}stop(...e){this.mount().then(()=>this.ref.current?.stop(...e))}pulsate(...e){this.mount().then(()=>this.ref.current?.pulsate(...e))}}function b(e,t){if(null==e)return{};var r={};for(var n in e)if(({}).hasOwnProperty.call(e,n)){if(-1!==t.indexOf(n))continue;r[n]=e[n]}return r}e.s(["default",()=>b],15874);var v=e.i(31067);function x(e,t){return(x=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e})(e,t)}function S(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,x(e,t)}e.s(["default",()=>S],54402);let k=t.default.createContext(null);function $(e,r){var n=Object.create(null);return e&&t.Children.map(e,function(e){return e}).forEach(function(e){n[e.key]=r&&(0,t.isValidElement)(e)?r(e):e}),n}function w(e,t,r){return null!=r[t]?r[t]:e.props[t]}e.s(["default",0,k],52883);var C=Object.values||function(e){return Object.keys(e).map(function(t){return e[t]})},P=function(e){function r(t,r){var n=e.call(this,t,r)||this,a=n.handleExited.bind(function(e){if(void 0===e)throw ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(n));return n.state={contextValue:{isMounting:!0},handleExited:a,firstRender:!0},n}S(r,e);var n=r.prototype;return n.componentDidMount=function(){this.mounted=!0,this.setState({contextValue:{isMounting:!1}})},n.componentWillUnmount=function(){this.mounted=!1},r.getDerivedStateFromProps=function(e,r){var n,a,i=r.children,o=r.handleExited;return{children:r.firstRender?$(e.children,function(r){return(0,t.cloneElement)(r,{onExited:o.bind(null,r),in:!0,appear:w(r,"appear",e),enter:w(r,"enter",e),exit:w(r,"exit",e)})}):(Object.keys(a=function(e,t){function r(r){return r in t?t[r]:e[r]}e=e||{},t=t||{};var n,a=Object.create(null),i=[];for(var o in e)o in t?i.length&&(a[o]=i,i=[]):i.push(o);var l={};for(var s in t){if(a[s])for(n=0;n{this.currentId=null,t()},e)}clear=()=>{null!==this.currentId&&(clearTimeout(this.currentId),this.currentId=null)};disposeEffect=()=>this.clear}function O(){var e;let r=g(T.create).current;return e=r.disposeEffect,t.useEffect(e,A),r}e.s(["default",()=>O],33052);var E=e.i(84364),B=e.i(43476),j=e.i(98051),M=e.i(95761);let R=(0,j.default)("MuiTouchRipple",["root","ripple","rippleVisible","ripplePulsate","child","childLeaving","childPulsate"]),_=E.keyframes` 0% { transform: scale(0); opacity: 0.1; @@ -106,4 +106,4 @@ To suppress this warning, you need to explicitly provide the \`palette.${t}Chann animation: ${X} 1.4s linear infinite; `:null,J="string"!=typeof Y?E.css` animation: ${Y} 1.4s ease-in-out infinite; - `:null,Z=(0,s.styled)("span",{name:"MuiCircularProgress",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:r}=e;return[t.root,t[r.variant],t[`color${(0,G.default)(r.color)}`]]}})((0,c.default)(({theme:e})=>({display:"inline-block",variants:[{props:{variant:"determinate"},style:{transition:e.transitions.create("transform")}},{props:{variant:"indeterminate"},style:Q||{animation:`${X} 1.4s linear infinite`}},...Object.entries(e.palette).filter((0,K.default)()).map(([t])=>({props:{color:t},style:{color:(e.vars||e).palette[t].main}}))]}))),ee=(0,s.styled)("svg",{name:"MuiCircularProgress",slot:"Svg"})({display:"block"}),et=(0,s.styled)("circle",{name:"MuiCircularProgress",slot:"Circle",overridesResolver:(e,t)=>{let{ownerState:r}=e;return[t.circle,t[`circle${(0,G.default)(r.variant)}`],r.disableShrink&&t.circleDisableShrink]}})((0,c.default)(({theme:e})=>({stroke:"currentColor",variants:[{props:{variant:"determinate"},style:{transition:e.transitions.create("stroke-dashoffset")}},{props:{variant:"indeterminate"},style:{strokeDasharray:"80px, 200px",strokeDashoffset:0}},{props:({ownerState:e})=>"indeterminate"===e.variant&&!e.disableShrink,style:J||{animation:`${Y} 1.4s ease-in-out infinite`}}]}))),er=(0,s.styled)("circle",{name:"MuiCircularProgress",slot:"Track"})((0,c.default)(({theme:e})=>({stroke:"currentColor",opacity:(e.vars||e).palette.action.activatedOpacity}))),en=t.forwardRef(function(e,t){let a=(0,u.useDefaultProps)({props:e,name:"MuiCircularProgress"}),{className:i,color:o="primary",disableShrink:l=!1,enableTrackSlot:s=!1,size:c=40,style:d,thickness:f=3.6,value:p=0,variant:m="indeterminate",...h}=a,g={...a,color:o,disableShrink:l,size:c,thickness:f,value:p,variant:m,enableTrackSlot:s},y=(e=>{let{classes:t,variant:r,color:a,disableShrink:i}=e,o={root:["root",r,`color${(0,G.default)(a)}`],svg:["svg"],track:["track"],circle:["circle",`circle${(0,G.default)(r)}`,i&&"circleDisableShrink"]};return(0,n.default)(o,q,t)})(g),b={},v={},x={};if("determinate"===m){let e=2*Math.PI*((44-f)/2);b.strokeDasharray=e.toFixed(3),x["aria-valuenow"]=Math.round(p),b.strokeDashoffset=`${((100-p)/100*e).toFixed(3)}px`,v.transform="rotate(-90deg)"}return(0,B.jsx)(Z,{className:(0,r.default)(y.root,i),style:{width:c,height:c,...v,...d},ownerState:g,ref:t,role:"progressbar",...x,...h,children:(0,B.jsxs)(ee,{className:y.svg,ownerState:g,viewBox:"22 22 44 44",children:[s?(0,B.jsx)(er,{className:y.track,ownerState:g,cx:44,cy:44,r:(44-f)/2,fill:"none",strokeWidth:f,"aria-hidden":"true"}):null,(0,B.jsx)(et,{className:y.circle,style:b,ownerState:g,cx:44,cy:44,r:(44-f)/2,fill:"none",strokeWidth:f})]})})});function ea(e){return(0,M.default)("MuiButton",e)}let ei=(0,j.default)("MuiButton",["root","text","textInherit","textPrimary","textSecondary","textSuccess","textError","textInfo","textWarning","outlined","outlinedInherit","outlinedPrimary","outlinedSecondary","outlinedSuccess","outlinedError","outlinedInfo","outlinedWarning","contained","containedInherit","containedPrimary","containedSecondary","containedSuccess","containedError","containedInfo","containedWarning","disableElevation","focusVisible","disabled","colorInherit","colorPrimary","colorSecondary","colorSuccess","colorError","colorInfo","colorWarning","textSizeSmall","textSizeMedium","textSizeLarge","outlinedSizeSmall","outlinedSizeMedium","outlinedSizeLarge","containedSizeSmall","containedSizeMedium","containedSizeLarge","sizeMedium","sizeSmall","sizeLarge","fullWidth","startIcon","endIcon","icon","iconSizeSmall","iconSizeMedium","iconSizeLarge","loading","loadingWrapper","loadingIconPlaceholder","loadingIndicator","loadingPositionCenter","loadingPositionStart","loadingPositionEnd"]),eo=t.createContext({}),el=t.createContext(void 0),es=[{props:{size:"small"},style:{"& > *:nth-of-type(1)":{fontSize:18}}},{props:{size:"medium"},style:{"& > *:nth-of-type(1)":{fontSize:20}}},{props:{size:"large"},style:{"& > *:nth-of-type(1)":{fontSize:22}}}],ec=(0,s.styled)(U,{shouldForwardProp:e=>(0,l.default)(e)||"classes"===e,name:"MuiButton",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:r}=e;return[t.root,t[r.variant],t[`${r.variant}${(0,G.default)(r.color)}`],t[`size${(0,G.default)(r.size)}`],t[`${r.variant}Size${(0,G.default)(r.size)}`],"inherit"===r.color&&t.colorInherit,r.disableElevation&&t.disableElevation,r.fullWidth&&t.fullWidth,r.loading&&t.loading]}})((0,c.default)(({theme:e})=>{let t="light"===e.palette.mode?e.palette.grey[300]:e.palette.grey[800],r="light"===e.palette.mode?e.palette.grey.A100:e.palette.grey[700];return{...e.typography.button,minWidth:64,padding:"6px 16px",border:0,borderRadius:(e.vars||e).shape.borderRadius,transition:e.transitions.create(["background-color","box-shadow","border-color","color"],{duration:e.transitions.duration.short}),"&:hover":{textDecoration:"none"},[`&.${ei.disabled}`]:{color:(e.vars||e).palette.action.disabled},variants:[{props:{variant:"contained"},style:{color:"var(--variant-containedColor)",backgroundColor:"var(--variant-containedBg)",boxShadow:(e.vars||e).shadows[2],"&:hover":{boxShadow:(e.vars||e).shadows[4],"@media (hover: none)":{boxShadow:(e.vars||e).shadows[2]}},"&:active":{boxShadow:(e.vars||e).shadows[8]},[`&.${ei.focusVisible}`]:{boxShadow:(e.vars||e).shadows[6]},[`&.${ei.disabled}`]:{color:(e.vars||e).palette.action.disabled,boxShadow:(e.vars||e).shadows[0],backgroundColor:(e.vars||e).palette.action.disabledBackground}}},{props:{variant:"outlined"},style:{padding:"5px 15px",border:"1px solid currentColor",borderColor:"var(--variant-outlinedBorder, currentColor)",backgroundColor:"var(--variant-outlinedBg)",color:"var(--variant-outlinedColor)",[`&.${ei.disabled}`]:{border:`1px solid ${(e.vars||e).palette.action.disabledBackground}`}}},{props:{variant:"text"},style:{padding:"6px 8px",color:"var(--variant-textColor)",backgroundColor:"var(--variant-textBg)"}},...Object.entries(e.palette).filter((0,K.default)()).map(([t])=>({props:{color:t},style:{"--variant-textColor":(e.vars||e).palette[t].main,"--variant-outlinedColor":(e.vars||e).palette[t].main,"--variant-outlinedBorder":e.alpha((e.vars||e).palette[t].main,.5),"--variant-containedColor":(e.vars||e).palette[t].contrastText,"--variant-containedBg":(e.vars||e).palette[t].main,"@media (hover: hover)":{"&:hover":{"--variant-containedBg":(e.vars||e).palette[t].dark,"--variant-textBg":e.alpha((e.vars||e).palette[t].main,(e.vars||e).palette.action.hoverOpacity),"--variant-outlinedBorder":(e.vars||e).palette[t].main,"--variant-outlinedBg":e.alpha((e.vars||e).palette[t].main,(e.vars||e).palette.action.hoverOpacity)}}}})),{props:{color:"inherit"},style:{color:"inherit",borderColor:"currentColor","--variant-containedBg":e.vars?e.vars.palette.Button.inheritContainedBg:t,"@media (hover: hover)":{"&:hover":{"--variant-containedBg":e.vars?e.vars.palette.Button.inheritContainedHoverBg:r,"--variant-textBg":e.alpha((e.vars||e).palette.text.primary,(e.vars||e).palette.action.hoverOpacity),"--variant-outlinedBg":e.alpha((e.vars||e).palette.text.primary,(e.vars||e).palette.action.hoverOpacity)}}}},{props:{size:"small",variant:"text"},style:{padding:"4px 5px",fontSize:e.typography.pxToRem(13)}},{props:{size:"large",variant:"text"},style:{padding:"8px 11px",fontSize:e.typography.pxToRem(15)}},{props:{size:"small",variant:"outlined"},style:{padding:"3px 9px",fontSize:e.typography.pxToRem(13)}},{props:{size:"large",variant:"outlined"},style:{padding:"7px 21px",fontSize:e.typography.pxToRem(15)}},{props:{size:"small",variant:"contained"},style:{padding:"4px 10px",fontSize:e.typography.pxToRem(13)}},{props:{size:"large",variant:"contained"},style:{padding:"8px 22px",fontSize:e.typography.pxToRem(15)}},{props:{disableElevation:!0},style:{boxShadow:"none","&:hover":{boxShadow:"none"},[`&.${ei.focusVisible}`]:{boxShadow:"none"},"&:active":{boxShadow:"none"},[`&.${ei.disabled}`]:{boxShadow:"none"}}},{props:{fullWidth:!0},style:{width:"100%"}},{props:{loadingPosition:"center"},style:{transition:e.transitions.create(["background-color","box-shadow","border-color"],{duration:e.transitions.duration.short}),[`&.${ei.loading}`]:{color:"transparent"}}}]}})),eu=(0,s.styled)("span",{name:"MuiButton",slot:"StartIcon",overridesResolver:(e,t)=>{let{ownerState:r}=e;return[t.startIcon,r.loading&&t.startIconLoadingStart,t[`iconSize${(0,G.default)(r.size)}`]]}})(({theme:e})=>({display:"inherit",marginRight:8,marginLeft:-4,variants:[{props:{size:"small"},style:{marginLeft:-2}},{props:{loadingPosition:"start",loading:!0},style:{transition:e.transitions.create(["opacity"],{duration:e.transitions.duration.short}),opacity:0}},{props:{loadingPosition:"start",loading:!0,fullWidth:!0},style:{marginRight:-8}},...es]})),ed=(0,s.styled)("span",{name:"MuiButton",slot:"EndIcon",overridesResolver:(e,t)=>{let{ownerState:r}=e;return[t.endIcon,r.loading&&t.endIconLoadingEnd,t[`iconSize${(0,G.default)(r.size)}`]]}})(({theme:e})=>({display:"inherit",marginRight:-4,marginLeft:8,variants:[{props:{size:"small"},style:{marginRight:-2}},{props:{loadingPosition:"end",loading:!0},style:{transition:e.transitions.create(["opacity"],{duration:e.transitions.duration.short}),opacity:0}},{props:{loadingPosition:"end",loading:!0,fullWidth:!0},style:{marginLeft:-8}},...es]})),ef=(0,s.styled)("span",{name:"MuiButton",slot:"LoadingIndicator"})(({theme:e})=>({display:"none",position:"absolute",visibility:"visible",variants:[{props:{loading:!0},style:{display:"flex"}},{props:{loadingPosition:"start"},style:{left:14}},{props:{loadingPosition:"start",size:"small"},style:{left:10}},{props:{variant:"text",loadingPosition:"start"},style:{left:6}},{props:{loadingPosition:"center"},style:{left:"50%",transform:"translate(-50%)",color:(e.vars||e).palette.action.disabled}},{props:{loadingPosition:"end"},style:{right:14}},{props:{loadingPosition:"end",size:"small"},style:{right:10}},{props:{variant:"text",loadingPosition:"end"},style:{right:6}},{props:{loadingPosition:"start",fullWidth:!0},style:{position:"relative",left:-10}},{props:{loadingPosition:"end",fullWidth:!0},style:{position:"relative",right:-10}}]})),ep=(0,s.styled)("span",{name:"MuiButton",slot:"LoadingIconPlaceholder"})({display:"inline-block",width:"1em",height:"1em"}),em=t.forwardRef(function(e,a){let i=t.useContext(eo),l=t.useContext(el),s=function e(t,n,a=!1){let i={...n};for(let o in t)if(Object.prototype.hasOwnProperty.call(t,o))if("components"===o||"slots"===o)i[o]={...t[o],...i[o]};else if("componentsProps"===o||"slotProps"===o){let r=t[o],l=n[o];if(l)if(r)for(let t in i[o]={...l},r)Object.prototype.hasOwnProperty.call(r,t)&&(i[o][t]=e(r[t],l[t],a));else i[o]=l;else i[o]=r||{}}else"className"===o&&a&&n.className?i.className=(0,r.default)(t?.className,n?.className):"style"===o&&a&&n.style?i.style={...t?.style,...n?.style}:void 0===i[o]&&(i[o]=t[o]);return i}(i,e),c=(0,u.useDefaultProps)({props:s,name:"MuiButton"}),{children:d,color:f="primary",component:p="button",className:m,disabled:h=!1,disableElevation:g=!1,disableFocusRipple:y=!1,endIcon:b,focusVisibleClassName:v,fullWidth:x=!1,id:S,loading:k=null,loadingIndicator:$,loadingPosition:w="center",size:C="medium",startIcon:P,type:A,variant:T="text",...O}=c,E=o(S),j=$??(0,B.jsx)(en,{"aria-labelledby":E,color:"inherit",size:16}),M={...c,color:f,component:p,disabled:h,disableElevation:g,disableFocusRipple:y,fullWidth:x,loading:k,loadingIndicator:j,loadingPosition:w,size:C,type:A,variant:T},R=(e=>{let{color:t,disableElevation:r,fullWidth:a,size:i,variant:o,loading:l,loadingPosition:s,classes:c}=e,u={root:["root",l&&"loading",o,`${o}${(0,G.default)(t)}`,`size${(0,G.default)(i)}`,`${o}Size${(0,G.default)(i)}`,`color${(0,G.default)(t)}`,r&&"disableElevation",a&&"fullWidth",l&&`loadingPosition${(0,G.default)(s)}`],startIcon:["icon","startIcon",`iconSize${(0,G.default)(i)}`],endIcon:["icon","endIcon",`iconSize${(0,G.default)(i)}`],loadingIndicator:["loadingIndicator"],loadingWrapper:["loadingWrapper"]},d=(0,n.default)(u,ea,c);return{...c,...d}})(M),_=(P||k&&"start"===w)&&(0,B.jsx)(eu,{className:R.startIcon,ownerState:M,children:P||(0,B.jsx)(ep,{className:R.loadingIconPlaceholder,ownerState:M})}),I=(b||k&&"end"===w)&&(0,B.jsx)(ed,{className:R.endIcon,ownerState:M,children:b||(0,B.jsx)(ep,{className:R.loadingIconPlaceholder,ownerState:M})}),z="boolean"==typeof k?(0,B.jsx)("span",{className:R.loadingWrapper,style:{display:"contents"},children:k&&(0,B.jsx)(ef,{className:R.loadingIndicator,ownerState:M,children:j})}):null;return(0,B.jsxs)(ec,{ownerState:M,className:(0,r.default)(i.className,R.root,m,l||""),component:p,disabled:h||k,focusRipple:!y,focusVisibleClassName:(0,r.default)(R.focusVisible,v),ref:a,type:A,id:k?E:S,...O,classes:R,children:[_,"end"!==w&&z,d,"end"===w&&z,I]})});e.s(["default",0,em],36807);let eh="undefined"!=typeof window?t.useLayoutEffect:t.useEffect;e.s(["default",0,eh],55777)}]); \ No newline at end of file + `:null,Z=(0,s.styled)("span",{name:"MuiCircularProgress",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:r}=e;return[t.root,t[r.variant],t[`color${(0,G.default)(r.color)}`]]}})((0,c.default)(({theme:e})=>({display:"inline-block",variants:[{props:{variant:"determinate"},style:{transition:e.transitions.create("transform")}},{props:{variant:"indeterminate"},style:Q||{animation:`${X} 1.4s linear infinite`}},...Object.entries(e.palette).filter((0,K.default)()).map(([t])=>({props:{color:t},style:{color:(e.vars||e).palette[t].main}}))]}))),ee=(0,s.styled)("svg",{name:"MuiCircularProgress",slot:"Svg"})({display:"block"}),et=(0,s.styled)("circle",{name:"MuiCircularProgress",slot:"Circle",overridesResolver:(e,t)=>{let{ownerState:r}=e;return[t.circle,t[`circle${(0,G.default)(r.variant)}`],r.disableShrink&&t.circleDisableShrink]}})((0,c.default)(({theme:e})=>({stroke:"currentColor",variants:[{props:{variant:"determinate"},style:{transition:e.transitions.create("stroke-dashoffset")}},{props:{variant:"indeterminate"},style:{strokeDasharray:"80px, 200px",strokeDashoffset:0}},{props:({ownerState:e})=>"indeterminate"===e.variant&&!e.disableShrink,style:J||{animation:`${Y} 1.4s ease-in-out infinite`}}]}))),er=(0,s.styled)("circle",{name:"MuiCircularProgress",slot:"Track"})((0,c.default)(({theme:e})=>({stroke:"currentColor",opacity:(e.vars||e).palette.action.activatedOpacity}))),en=t.forwardRef(function(e,t){let a=(0,u.useDefaultProps)({props:e,name:"MuiCircularProgress"}),{className:i,color:o="primary",disableShrink:l=!1,enableTrackSlot:s=!1,size:c=40,style:d,thickness:f=3.6,value:p=0,variant:m="indeterminate",...h}=a,g={...a,color:o,disableShrink:l,size:c,thickness:f,value:p,variant:m,enableTrackSlot:s},y=(e=>{let{classes:t,variant:r,color:a,disableShrink:i}=e,o={root:["root",r,`color${(0,G.default)(a)}`],svg:["svg"],track:["track"],circle:["circle",`circle${(0,G.default)(r)}`,i&&"circleDisableShrink"]};return(0,n.default)(o,q,t)})(g),b={},v={},x={};if("determinate"===m){let e=2*Math.PI*((44-f)/2);b.strokeDasharray=e.toFixed(3),x["aria-valuenow"]=Math.round(p),b.strokeDashoffset=`${((100-p)/100*e).toFixed(3)}px`,v.transform="rotate(-90deg)"}return(0,B.jsx)(Z,{className:(0,r.default)(y.root,i),style:{width:c,height:c,...v,...d},ownerState:g,ref:t,role:"progressbar",...x,...h,children:(0,B.jsxs)(ee,{className:y.svg,ownerState:g,viewBox:"22 22 44 44",children:[s?(0,B.jsx)(er,{className:y.track,ownerState:g,cx:44,cy:44,r:(44-f)/2,fill:"none",strokeWidth:f,"aria-hidden":"true"}):null,(0,B.jsx)(et,{className:y.circle,style:b,ownerState:g,cx:44,cy:44,r:(44-f)/2,fill:"none",strokeWidth:f})]})})});function ea(e){return(0,M.default)("MuiButton",e)}let ei=(0,j.default)("MuiButton",["root","text","textInherit","textPrimary","textSecondary","textSuccess","textError","textInfo","textWarning","outlined","outlinedInherit","outlinedPrimary","outlinedSecondary","outlinedSuccess","outlinedError","outlinedInfo","outlinedWarning","contained","containedInherit","containedPrimary","containedSecondary","containedSuccess","containedError","containedInfo","containedWarning","disableElevation","focusVisible","disabled","colorInherit","colorPrimary","colorSecondary","colorSuccess","colorError","colorInfo","colorWarning","textSizeSmall","textSizeMedium","textSizeLarge","outlinedSizeSmall","outlinedSizeMedium","outlinedSizeLarge","containedSizeSmall","containedSizeMedium","containedSizeLarge","sizeMedium","sizeSmall","sizeLarge","fullWidth","startIcon","endIcon","icon","iconSizeSmall","iconSizeMedium","iconSizeLarge","loading","loadingWrapper","loadingIconPlaceholder","loadingIndicator","loadingPositionCenter","loadingPositionStart","loadingPositionEnd"]),eo=t.createContext({}),el=t.createContext(void 0),es=[{props:{size:"small"},style:{"& > *:nth-of-type(1)":{fontSize:18}}},{props:{size:"medium"},style:{"& > *:nth-of-type(1)":{fontSize:20}}},{props:{size:"large"},style:{"& > *:nth-of-type(1)":{fontSize:22}}}],ec=(0,s.styled)(U,{shouldForwardProp:e=>(0,l.default)(e)||"classes"===e,name:"MuiButton",slot:"Root",overridesResolver:(e,t)=>{let{ownerState:r}=e;return[t.root,t[r.variant],t[`${r.variant}${(0,G.default)(r.color)}`],t[`size${(0,G.default)(r.size)}`],t[`${r.variant}Size${(0,G.default)(r.size)}`],"inherit"===r.color&&t.colorInherit,r.disableElevation&&t.disableElevation,r.fullWidth&&t.fullWidth,r.loading&&t.loading]}})((0,c.default)(({theme:e})=>{let t="light"===e.palette.mode?e.palette.grey[300]:e.palette.grey[800],r="light"===e.palette.mode?e.palette.grey.A100:e.palette.grey[700];return{...e.typography.button,minWidth:64,padding:"6px 16px",border:0,borderRadius:(e.vars||e).shape.borderRadius,transition:e.transitions.create(["background-color","box-shadow","border-color","color"],{duration:e.transitions.duration.short}),"&:hover":{textDecoration:"none"},[`&.${ei.disabled}`]:{color:(e.vars||e).palette.action.disabled},variants:[{props:{variant:"contained"},style:{color:"var(--variant-containedColor)",backgroundColor:"var(--variant-containedBg)",boxShadow:(e.vars||e).shadows[2],"&:hover":{boxShadow:(e.vars||e).shadows[4],"@media (hover: none)":{boxShadow:(e.vars||e).shadows[2]}},"&:active":{boxShadow:(e.vars||e).shadows[8]},[`&.${ei.focusVisible}`]:{boxShadow:(e.vars||e).shadows[6]},[`&.${ei.disabled}`]:{color:(e.vars||e).palette.action.disabled,boxShadow:(e.vars||e).shadows[0],backgroundColor:(e.vars||e).palette.action.disabledBackground}}},{props:{variant:"outlined"},style:{padding:"5px 15px",border:"1px solid currentColor",borderColor:"var(--variant-outlinedBorder, currentColor)",backgroundColor:"var(--variant-outlinedBg)",color:"var(--variant-outlinedColor)",[`&.${ei.disabled}`]:{border:`1px solid ${(e.vars||e).palette.action.disabledBackground}`}}},{props:{variant:"text"},style:{padding:"6px 8px",color:"var(--variant-textColor)",backgroundColor:"var(--variant-textBg)"}},...Object.entries(e.palette).filter((0,K.default)()).map(([t])=>({props:{color:t},style:{"--variant-textColor":(e.vars||e).palette[t].main,"--variant-outlinedColor":(e.vars||e).palette[t].main,"--variant-outlinedBorder":e.alpha((e.vars||e).palette[t].main,.5),"--variant-containedColor":(e.vars||e).palette[t].contrastText,"--variant-containedBg":(e.vars||e).palette[t].main,"@media (hover: hover)":{"&:hover":{"--variant-containedBg":(e.vars||e).palette[t].dark,"--variant-textBg":e.alpha((e.vars||e).palette[t].main,(e.vars||e).palette.action.hoverOpacity),"--variant-outlinedBorder":(e.vars||e).palette[t].main,"--variant-outlinedBg":e.alpha((e.vars||e).palette[t].main,(e.vars||e).palette.action.hoverOpacity)}}}})),{props:{color:"inherit"},style:{color:"inherit",borderColor:"currentColor","--variant-containedBg":e.vars?e.vars.palette.Button.inheritContainedBg:t,"@media (hover: hover)":{"&:hover":{"--variant-containedBg":e.vars?e.vars.palette.Button.inheritContainedHoverBg:r,"--variant-textBg":e.alpha((e.vars||e).palette.text.primary,(e.vars||e).palette.action.hoverOpacity),"--variant-outlinedBg":e.alpha((e.vars||e).palette.text.primary,(e.vars||e).palette.action.hoverOpacity)}}}},{props:{size:"small",variant:"text"},style:{padding:"4px 5px",fontSize:e.typography.pxToRem(13)}},{props:{size:"large",variant:"text"},style:{padding:"8px 11px",fontSize:e.typography.pxToRem(15)}},{props:{size:"small",variant:"outlined"},style:{padding:"3px 9px",fontSize:e.typography.pxToRem(13)}},{props:{size:"large",variant:"outlined"},style:{padding:"7px 21px",fontSize:e.typography.pxToRem(15)}},{props:{size:"small",variant:"contained"},style:{padding:"4px 10px",fontSize:e.typography.pxToRem(13)}},{props:{size:"large",variant:"contained"},style:{padding:"8px 22px",fontSize:e.typography.pxToRem(15)}},{props:{disableElevation:!0},style:{boxShadow:"none","&:hover":{boxShadow:"none"},[`&.${ei.focusVisible}`]:{boxShadow:"none"},"&:active":{boxShadow:"none"},[`&.${ei.disabled}`]:{boxShadow:"none"}}},{props:{fullWidth:!0},style:{width:"100%"}},{props:{loadingPosition:"center"},style:{transition:e.transitions.create(["background-color","box-shadow","border-color"],{duration:e.transitions.duration.short}),[`&.${ei.loading}`]:{color:"transparent"}}}]}})),eu=(0,s.styled)("span",{name:"MuiButton",slot:"StartIcon",overridesResolver:(e,t)=>{let{ownerState:r}=e;return[t.startIcon,r.loading&&t.startIconLoadingStart,t[`iconSize${(0,G.default)(r.size)}`]]}})(({theme:e})=>({display:"inherit",marginRight:8,marginLeft:-4,variants:[{props:{size:"small"},style:{marginLeft:-2}},{props:{loadingPosition:"start",loading:!0},style:{transition:e.transitions.create(["opacity"],{duration:e.transitions.duration.short}),opacity:0}},{props:{loadingPosition:"start",loading:!0,fullWidth:!0},style:{marginRight:-8}},...es]})),ed=(0,s.styled)("span",{name:"MuiButton",slot:"EndIcon",overridesResolver:(e,t)=>{let{ownerState:r}=e;return[t.endIcon,r.loading&&t.endIconLoadingEnd,t[`iconSize${(0,G.default)(r.size)}`]]}})(({theme:e})=>({display:"inherit",marginRight:-4,marginLeft:8,variants:[{props:{size:"small"},style:{marginRight:-2}},{props:{loadingPosition:"end",loading:!0},style:{transition:e.transitions.create(["opacity"],{duration:e.transitions.duration.short}),opacity:0}},{props:{loadingPosition:"end",loading:!0,fullWidth:!0},style:{marginLeft:-8}},...es]})),ef=(0,s.styled)("span",{name:"MuiButton",slot:"LoadingIndicator"})(({theme:e})=>({display:"none",position:"absolute",visibility:"visible",variants:[{props:{loading:!0},style:{display:"flex"}},{props:{loadingPosition:"start"},style:{left:14}},{props:{loadingPosition:"start",size:"small"},style:{left:10}},{props:{variant:"text",loadingPosition:"start"},style:{left:6}},{props:{loadingPosition:"center"},style:{left:"50%",transform:"translate(-50%)",color:(e.vars||e).palette.action.disabled}},{props:{loadingPosition:"end"},style:{right:14}},{props:{loadingPosition:"end",size:"small"},style:{right:10}},{props:{variant:"text",loadingPosition:"end"},style:{right:6}},{props:{loadingPosition:"start",fullWidth:!0},style:{position:"relative",left:-10}},{props:{loadingPosition:"end",fullWidth:!0},style:{position:"relative",right:-10}}]})),ep=(0,s.styled)("span",{name:"MuiButton",slot:"LoadingIconPlaceholder"})({display:"inline-block",width:"1em",height:"1em"}),em=t.forwardRef(function(e,a){let i=t.useContext(eo),l=t.useContext(el),s=function e(t,n,a=!1){let i={...n};for(let o in t)if(Object.prototype.hasOwnProperty.call(t,o))if("components"===o||"slots"===o)i[o]={...t[o],...i[o]};else if("componentsProps"===o||"slotProps"===o){let r=t[o],l=n[o];if(l)if(r)for(let t in i[o]={...l},r)Object.prototype.hasOwnProperty.call(r,t)&&(i[o][t]=e(r[t],l[t],a));else i[o]=l;else i[o]=r||{}}else"className"===o&&a&&n.className?i.className=(0,r.default)(t?.className,n?.className):"style"===o&&a&&n.style?i.style={...t?.style,...n?.style}:void 0===i[o]&&(i[o]=t[o]);return i}(i,e),c=(0,u.useDefaultProps)({props:s,name:"MuiButton"}),{children:d,color:f="primary",component:p="button",className:m,disabled:h=!1,disableElevation:g=!1,disableFocusRipple:y=!1,endIcon:b,focusVisibleClassName:v,fullWidth:x=!1,id:S,loading:k=null,loadingIndicator:$,loadingPosition:w="center",size:C="medium",startIcon:P,type:A,variant:T="text",...O}=c,E=o(S),j=$??(0,B.jsx)(en,{"aria-labelledby":E,color:"inherit",size:16}),M={...c,color:f,component:p,disabled:h,disableElevation:g,disableFocusRipple:y,fullWidth:x,loading:k,loadingIndicator:j,loadingPosition:w,size:C,type:A,variant:T},R=(e=>{let{color:t,disableElevation:r,fullWidth:a,size:i,variant:o,loading:l,loadingPosition:s,classes:c}=e,u={root:["root",l&&"loading",o,`${o}${(0,G.default)(t)}`,`size${(0,G.default)(i)}`,`${o}Size${(0,G.default)(i)}`,`color${(0,G.default)(t)}`,r&&"disableElevation",a&&"fullWidth",l&&`loadingPosition${(0,G.default)(s)}`],startIcon:["icon","startIcon",`iconSize${(0,G.default)(i)}`],endIcon:["icon","endIcon",`iconSize${(0,G.default)(i)}`],loadingIndicator:["loadingIndicator"],loadingWrapper:["loadingWrapper"]},d=(0,n.default)(u,ea,c);return{...c,...d}})(M),_=(P||k&&"start"===w)&&(0,B.jsx)(eu,{className:R.startIcon,ownerState:M,children:P||(0,B.jsx)(ep,{className:R.loadingIconPlaceholder,ownerState:M})}),I=(b||k&&"end"===w)&&(0,B.jsx)(ed,{className:R.endIcon,ownerState:M,children:b||(0,B.jsx)(ep,{className:R.loadingIconPlaceholder,ownerState:M})}),z="boolean"==typeof k?(0,B.jsx)("span",{className:R.loadingWrapper,style:{display:"contents"},children:k&&(0,B.jsx)(ef,{className:R.loadingIndicator,ownerState:M,children:j})}):null;return(0,B.jsxs)(ec,{ownerState:M,className:(0,r.default)(i.className,R.root,m,l||""),component:p,disabled:h||k,focusRipple:!y,focusVisibleClassName:(0,r.default)(R.focusVisible,v),ref:a,type:A,id:k?E:S,...O,classes:R,children:[_,"end"!==w&&z,d,"end"===w&&z,I]})});e.s(["default",0,em],36807)},55777,e=>{"use strict";var t=e.i(71645);let r="undefined"!=typeof window?t.useLayoutEffect:t.useEffect;e.s(["default",0,r])}]); \ No newline at end of file diff --git a/out/_next/static/OWLFNVF8FErFcw5mMfKlP/_buildManifest.js b/out/_next/static/d6enScpGstF9Ln7v4KqxJ/_buildManifest.js similarity index 100% rename from out/_next/static/OWLFNVF8FErFcw5mMfKlP/_buildManifest.js rename to out/_next/static/d6enScpGstF9Ln7v4KqxJ/_buildManifest.js diff --git a/out/_next/static/OWLFNVF8FErFcw5mMfKlP/_clientMiddlewareManifest.json b/out/_next/static/d6enScpGstF9Ln7v4KqxJ/_clientMiddlewareManifest.json similarity index 100% rename from out/_next/static/OWLFNVF8FErFcw5mMfKlP/_clientMiddlewareManifest.json rename to out/_next/static/d6enScpGstF9Ln7v4KqxJ/_clientMiddlewareManifest.json diff --git a/out/_next/static/OWLFNVF8FErFcw5mMfKlP/_ssgManifest.js b/out/_next/static/d6enScpGstF9Ln7v4KqxJ/_ssgManifest.js similarity index 100% rename from out/_next/static/OWLFNVF8FErFcw5mMfKlP/_ssgManifest.js rename to out/_next/static/d6enScpGstF9Ln7v4KqxJ/_ssgManifest.js diff --git a/out/_not-found.html b/out/_not-found.html index 4be478b..d0251f9 100644 --- a/out/_not-found.html +++ b/out/_not-found.html @@ -1 +1 @@ -404: This page could not be found.LeonCloud官网
LeonCloud

404

This page could not be found.

\ No newline at end of file +404: This page could not be found.LeonCloud官网
LeonCloud

404

This page could not be found.

\ No newline at end of file diff --git a/out/_not-found.txt b/out/_not-found.txt index 977dafd..e37a0b1 100644 --- a/out/_not-found.txt +++ b/out/_not-found.txt @@ -1,5 +1,5 @@ 1:"$Sreact.fragment" -2:I[54871,["/_next/static/chunks/4bccbee519965b44.js","/_next/static/chunks/8eb39bb0e42fa481.js","/_next/static/chunks/9e23f34a6365494c.js"],"default"] +2:I[54871,["/_next/static/chunks/4bccbee519965b44.js","/_next/static/chunks/f6fe6b03331e0416.js","/_next/static/chunks/28b60800dd09f3a5.js"],"default"] 3:I[39756,["/_next/static/chunks/42879de7b8087bc9.js"],"default"] 4:I[37457,["/_next/static/chunks/42879de7b8087bc9.js"],"default"] 5:I[97367,["/_next/static/chunks/42879de7b8087bc9.js"],"OutletBoundary"] @@ -7,8 +7,8 @@ 8:I[97367,["/_next/static/chunks/42879de7b8087bc9.js"],"ViewportBoundary"] a:I[97367,["/_next/static/chunks/42879de7b8087bc9.js"],"MetadataBoundary"] c:I[68027,["/_next/static/chunks/42879de7b8087bc9.js"],"default"] -:HL["/_next/static/chunks/978d59b44e33f5d0.css","style"] -0:{"P":null,"b":"OWLFNVF8FErFcw5mMfKlP","c":["","_not-found"],"q":"","i":false,"f":[[["",{"children":["/_not-found",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/978d59b44e33f5d0.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/4bccbee519965b44.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/8eb39bb0e42fa481.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/9e23f34a6365494c.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"children":["$","body",null,{"children":["$","$L2",null,{"children":["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",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"}]}]}]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",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:props:children: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:props:children: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:props:children: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:props:children: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,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$L8",null,{"children":"$@9"}],["$","div",null,{"hidden":true,"children":["$","$La",null,{"children":["$","$6",null,{"name":"Next.Metadata","children":"$@b"}]}]}],null]}],false]],"m":"$undefined","G":["$c","$undefined"],"S":true} +:HL["/_next/static/chunks/748183cb173f1528.css","style"] +0:{"P":null,"b":"d6enScpGstF9Ln7v4KqxJ","c":["","_not-found"],"q":"","i":false,"f":[[["",{"children":["/_not-found",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/748183cb173f1528.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/4bccbee519965b44.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/f6fe6b03331e0416.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/28b60800dd09f3a5.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"children":["$","body",null,{"children":["$","$L2",null,{"children":["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",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"}]}]}]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",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:props:children: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:props:children: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:props:children: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:props:children: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,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$L8",null,{"children":"$@9"}],["$","div",null,{"hidden":true,"children":["$","$La",null,{"children":["$","$6",null,{"name":"Next.Metadata","children":"$@b"}]}]}],null]}],false]],"m":"$undefined","G":["$c","$undefined"],"S":true} 9:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]] d:I[27201,["/_next/static/chunks/42879de7b8087bc9.js"],"IconMark"] b:[["$","title","0",{"children":"LeonCloud官网"}],["$","meta","1",{"name":"description","content":"LeonCloud(原LeonWeb)官网"}],["$","link","2",{"rel":"icon","href":"/favicon.ico?favicon.0b3bf435.ico","sizes":"256x256","type":"image/x-icon"}],["$","$Ld","3",{}]] diff --git a/out/_not-found/__next._full.txt b/out/_not-found/__next._full.txt index 977dafd..e37a0b1 100644 --- a/out/_not-found/__next._full.txt +++ b/out/_not-found/__next._full.txt @@ -1,5 +1,5 @@ 1:"$Sreact.fragment" -2:I[54871,["/_next/static/chunks/4bccbee519965b44.js","/_next/static/chunks/8eb39bb0e42fa481.js","/_next/static/chunks/9e23f34a6365494c.js"],"default"] +2:I[54871,["/_next/static/chunks/4bccbee519965b44.js","/_next/static/chunks/f6fe6b03331e0416.js","/_next/static/chunks/28b60800dd09f3a5.js"],"default"] 3:I[39756,["/_next/static/chunks/42879de7b8087bc9.js"],"default"] 4:I[37457,["/_next/static/chunks/42879de7b8087bc9.js"],"default"] 5:I[97367,["/_next/static/chunks/42879de7b8087bc9.js"],"OutletBoundary"] @@ -7,8 +7,8 @@ 8:I[97367,["/_next/static/chunks/42879de7b8087bc9.js"],"ViewportBoundary"] a:I[97367,["/_next/static/chunks/42879de7b8087bc9.js"],"MetadataBoundary"] c:I[68027,["/_next/static/chunks/42879de7b8087bc9.js"],"default"] -:HL["/_next/static/chunks/978d59b44e33f5d0.css","style"] -0:{"P":null,"b":"OWLFNVF8FErFcw5mMfKlP","c":["","_not-found"],"q":"","i":false,"f":[[["",{"children":["/_not-found",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/978d59b44e33f5d0.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/4bccbee519965b44.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/8eb39bb0e42fa481.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/9e23f34a6365494c.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"children":["$","body",null,{"children":["$","$L2",null,{"children":["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",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"}]}]}]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",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:props:children: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:props:children: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:props:children: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:props:children: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,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$L8",null,{"children":"$@9"}],["$","div",null,{"hidden":true,"children":["$","$La",null,{"children":["$","$6",null,{"name":"Next.Metadata","children":"$@b"}]}]}],null]}],false]],"m":"$undefined","G":["$c","$undefined"],"S":true} +:HL["/_next/static/chunks/748183cb173f1528.css","style"] +0:{"P":null,"b":"d6enScpGstF9Ln7v4KqxJ","c":["","_not-found"],"q":"","i":false,"f":[[["",{"children":["/_not-found",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/748183cb173f1528.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/4bccbee519965b44.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/f6fe6b03331e0416.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/28b60800dd09f3a5.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"children":["$","body",null,{"children":["$","$L2",null,{"children":["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",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"}]}]}]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",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:props:children: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:props:children: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:props:children: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:props:children: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,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$L8",null,{"children":"$@9"}],["$","div",null,{"hidden":true,"children":["$","$La",null,{"children":["$","$6",null,{"name":"Next.Metadata","children":"$@b"}]}]}],null]}],false]],"m":"$undefined","G":["$c","$undefined"],"S":true} 9:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]] d:I[27201,["/_next/static/chunks/42879de7b8087bc9.js"],"IconMark"] b:[["$","title","0",{"children":"LeonCloud官网"}],["$","meta","1",{"name":"description","content":"LeonCloud(原LeonWeb)官网"}],["$","link","2",{"rel":"icon","href":"/favicon.ico?favicon.0b3bf435.ico","sizes":"256x256","type":"image/x-icon"}],["$","$Ld","3",{}]] diff --git a/out/_not-found/__next._head.txt b/out/_not-found/__next._head.txt index 412a68f..7501554 100644 --- a/out/_not-found/__next._head.txt +++ b/out/_not-found/__next._head.txt @@ -3,6 +3,6 @@ 4:I[97367,["/_next/static/chunks/42879de7b8087bc9.js"],"MetadataBoundary"] 5:"$Sreact.suspense" 7:I[27201,["/_next/static/chunks/42879de7b8087bc9.js"],"IconMark"] -0:{"buildId":"OWLFNVF8FErFcw5mMfKlP","rsc":["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$L2",null,{"children":"$@3"}],["$","div",null,{"hidden":true,"children":["$","$L4",null,{"children":["$","$5",null,{"name":"Next.Metadata","children":"$@6"}]}]}],null]}],"loading":null,"isPartial":false} +0:{"buildId":"d6enScpGstF9Ln7v4KqxJ","rsc":["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$L2",null,{"children":"$@3"}],["$","div",null,{"hidden":true,"children":["$","$L4",null,{"children":["$","$5",null,{"name":"Next.Metadata","children":"$@6"}]}]}],null]}],"loading":null,"isPartial":false} 3:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]] 6:[["$","title","0",{"children":"LeonCloud官网"}],["$","meta","1",{"name":"description","content":"LeonCloud(原LeonWeb)官网"}],["$","link","2",{"rel":"icon","href":"/favicon.ico?favicon.0b3bf435.ico","sizes":"256x256","type":"image/x-icon"}],["$","$L7","3",{}]] diff --git a/out/_not-found/__next._index.txt b/out/_not-found/__next._index.txt index c458f23..6516aa2 100644 --- a/out/_not-found/__next._index.txt +++ b/out/_not-found/__next._index.txt @@ -1,6 +1,6 @@ 1:"$Sreact.fragment" -2:I[54871,["/_next/static/chunks/4bccbee519965b44.js","/_next/static/chunks/8eb39bb0e42fa481.js","/_next/static/chunks/9e23f34a6365494c.js"],"default"] +2:I[54871,["/_next/static/chunks/4bccbee519965b44.js","/_next/static/chunks/f6fe6b03331e0416.js","/_next/static/chunks/28b60800dd09f3a5.js"],"default"] 3:I[39756,["/_next/static/chunks/42879de7b8087bc9.js"],"default"] 4:I[37457,["/_next/static/chunks/42879de7b8087bc9.js"],"default"] -:HL["/_next/static/chunks/978d59b44e33f5d0.css","style"] -0:{"buildId":"OWLFNVF8FErFcw5mMfKlP","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/978d59b44e33f5d0.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/4bccbee519965b44.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/8eb39bb0e42fa481.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/9e23f34a6365494c.js","async":true}]],["$","html",null,{"children":["$","body",null,{"children":["$","$L2",null,{"children":["$","$L3",null,{"parallelRouterKey":"children","template":["$","$L4",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."}]}]]}]}]],[]]}]}]}]}]]}],"loading":null,"isPartial":false} +:HL["/_next/static/chunks/748183cb173f1528.css","style"] +0:{"buildId":"d6enScpGstF9Ln7v4KqxJ","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/748183cb173f1528.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/4bccbee519965b44.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/f6fe6b03331e0416.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/28b60800dd09f3a5.js","async":true}]],["$","html",null,{"children":["$","body",null,{"children":["$","$L2",null,{"children":["$","$L3",null,{"parallelRouterKey":"children","template":["$","$L4",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."}]}]]}]}]],[]]}]}]}]}]]}],"loading":null,"isPartial":false} diff --git a/out/_not-found/__next._not-found.txt b/out/_not-found/__next._not-found.txt index b13e3ff..1f058bf 100644 --- a/out/_not-found/__next._not-found.txt +++ b/out/_not-found/__next._not-found.txt @@ -1,4 +1,4 @@ 1:"$Sreact.fragment" 2:I[39756,["/_next/static/chunks/42879de7b8087bc9.js"],"default"] 3:I[37457,["/_next/static/chunks/42879de7b8087bc9.js"],"default"] -0:{"buildId":"OWLFNVF8FErFcw5mMfKlP","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} +0:{"buildId":"d6enScpGstF9Ln7v4KqxJ","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} diff --git a/out/_not-found/__next._not-found/__PAGE__.txt b/out/_not-found/__next._not-found/__PAGE__.txt index 6e95dbb..ab75b36 100644 --- a/out/_not-found/__next._not-found/__PAGE__.txt +++ b/out/_not-found/__next._not-found/__PAGE__.txt @@ -1,5 +1,5 @@ 1:"$Sreact.fragment" 2:I[97367,["/_next/static/chunks/42879de7b8087bc9.js"],"OutletBoundary"] 3:"$Sreact.suspense" -0:{"buildId":"OWLFNVF8FErFcw5mMfKlP","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"}]}]]}],"loading":null,"isPartial":false} +0:{"buildId":"d6enScpGstF9Ln7v4KqxJ","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"}]}]]}],"loading":null,"isPartial":false} 4:null diff --git a/out/_not-found/__next._tree.txt b/out/_not-found/__next._tree.txt index ef518e7..b9cbb77 100644 --- a/out/_not-found/__next._tree.txt +++ b/out/_not-found/__next._tree.txt @@ -1,2 +1,2 @@ -:HL["/_next/static/chunks/978d59b44e33f5d0.css","style"] -0:{"buildId":"OWLFNVF8FErFcw5mMfKlP","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"/_not-found","paramType":null,"paramKey":"/_not-found","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":true},"staleTime":300} +:HL["/_next/static/chunks/748183cb173f1528.css","style"] +0:{"buildId":"d6enScpGstF9Ln7v4KqxJ","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"/_not-found","paramType":null,"paramKey":"/_not-found","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":true},"staleTime":300} diff --git a/out/index.html b/out/index.html index 4741451..0ac8683 100644 --- a/out/index.html +++ b/out/index.html @@ -1 +1 @@ -LeonCloud官网
LeonCloud

LeonCloud

LeonMMcoset的所有产品的运营商

覆盖云盘、论坛、编程语言、操作系统、我的世界服务器、加密语言等各种服务

我们的宗旨是给用户提供简单、安全、高效、全方面的服务

我们的服务

云盘服务

安全可靠的云存储解决方案

社区论坛

用户交流与分享的平台

编程语言

创新的编程语言开发

操作系统

轻量级操作系统解决方案

我的世界服务器

稳定高效的游戏服务器

加密语言

安全通信解决方案

精选项目

LeonPan

LeonPan

个人项目展示平台

查看详情

我们的优势

云端访问

随时随地访问您的项目和文件,无需担心设备限制

响应式设计

完美适配各种设备,从手机到桌面电脑

文件管理

高效管理您的所有项目文件,支持多种格式

我们的承诺

  • 简单易用的界面设计
  • 企业级安全保障
  • 高效稳定的系统性能
  • 全方面的服务支持
  • 持续创新的技术研发
LeonCloud

LeonMMcoset的所有产品的运营商

© 2025 LeonCloud. 保留所有权利。

我们的宗旨是给用户提供简单、安全、高效、全方面的服务
\ No newline at end of file +LeonCloud官网
LeonCloud

LeonCloud

LeonMMcoset的所有产品的运营商

覆盖云盘、论坛、编程语言、操作系统、我的世界服务器、加密语言等各种服务

我们的宗旨是给用户提供简单、安全、高效、全方面的服务

我们的服务

云盘服务

安全可靠的云存储解决方案

社区论坛

用户交流与分享的平台

编程语言

创新的编程语言开发

操作系统

轻量级操作系统解决方案

我的世界服务器

稳定高效的游戏服务器

加密语言

安全通信解决方案

精选项目

LeonPan

LeonPan

个人项目展示平台

查看详情

我们的优势

云端访问

随时随地访问您的项目和文件,无需担心设备限制

响应式设计

完美适配各种设备,从手机到桌面电脑

文件管理

高效管理您的所有项目文件,支持多种格式

我们的承诺

  • 简单易用的界面设计
  • 企业级安全保障
  • 高效稳定的系统性能
  • 全方面的服务支持
  • 持续创新的技术研发
LeonCloud

LeonMMcoset的所有产品的运营商

© 2025 LeonCloud. 保留所有权利。

我们的宗旨是给用户提供简单、安全、高效、全方面的服务
\ No newline at end of file diff --git a/out/index.txt b/out/index.txt index b075886..211dfa9 100644 --- a/out/index.txt +++ b/out/index.txt @@ -1,16 +1,16 @@ 1:"$Sreact.fragment" -2:I[54871,["/_next/static/chunks/4bccbee519965b44.js","/_next/static/chunks/8eb39bb0e42fa481.js","/_next/static/chunks/9e23f34a6365494c.js"],"default"] +2:I[54871,["/_next/static/chunks/4bccbee519965b44.js","/_next/static/chunks/f6fe6b03331e0416.js","/_next/static/chunks/28b60800dd09f3a5.js"],"default"] 3:I[39756,["/_next/static/chunks/42879de7b8087bc9.js"],"default"] 4:I[37457,["/_next/static/chunks/42879de7b8087bc9.js"],"default"] 5:I[47257,["/_next/static/chunks/42879de7b8087bc9.js"],"ClientPageRoot"] -6:I[31713,["/_next/static/chunks/4bccbee519965b44.js","/_next/static/chunks/8eb39bb0e42fa481.js","/_next/static/chunks/9e23f34a6365494c.js","/_next/static/chunks/c12b929b2ce24349.js"],"default"] +6:I[31713,["/_next/static/chunks/4bccbee519965b44.js","/_next/static/chunks/f6fe6b03331e0416.js","/_next/static/chunks/28b60800dd09f3a5.js","/_next/static/chunks/c54c8e034561484e.js"],"default"] 9:I[97367,["/_next/static/chunks/42879de7b8087bc9.js"],"OutletBoundary"] a:"$Sreact.suspense" c:I[97367,["/_next/static/chunks/42879de7b8087bc9.js"],"ViewportBoundary"] e:I[97367,["/_next/static/chunks/42879de7b8087bc9.js"],"MetadataBoundary"] 10:I[68027,[],"default"] -:HL["/_next/static/chunks/978d59b44e33f5d0.css","style"] -0:{"P":null,"b":"OWLFNVF8FErFcw5mMfKlP","c":["",""],"q":"","i":false,"f":[[["",{"children":["__PAGE__",{}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/978d59b44e33f5d0.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/4bccbee519965b44.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/8eb39bb0e42fa481.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/9e23f34a6365494c.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"children":["$","body",null,{"children":["$","$L2",null,{"children":["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",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"}]}]}]}]]}],{"children":[["$","$1","c",{"children":[["$","$L5",null,{"Component":"$6","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@7","$@8"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/c12b929b2ce24349.js","async":true,"nonce":"$undefined"}]],["$","$L9",null,{"children":["$","$a",null,{"name":"Next.MetadataOutlet","children":"$@b"}]}]]}],{},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$Lc",null,{"children":"$@d"}],["$","div",null,{"hidden":true,"children":["$","$Le",null,{"children":["$","$a",null,{"name":"Next.Metadata","children":"$@f"}]}]}],null]}],false]],"m":"$undefined","G":["$10",[]],"S":true} +:HL["/_next/static/chunks/748183cb173f1528.css","style"] +0:{"P":null,"b":"d6enScpGstF9Ln7v4KqxJ","c":["",""],"q":"","i":false,"f":[[["",{"children":["__PAGE__",{}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/748183cb173f1528.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/4bccbee519965b44.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/f6fe6b03331e0416.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/28b60800dd09f3a5.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"children":["$","body",null,{"children":["$","$L2",null,{"children":["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",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"}]}]}]}]]}],{"children":[["$","$1","c",{"children":[["$","$L5",null,{"Component":"$6","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@7","$@8"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/c54c8e034561484e.js","async":true,"nonce":"$undefined"}]],["$","$L9",null,{"children":["$","$a",null,{"name":"Next.MetadataOutlet","children":"$@b"}]}]]}],{},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$Lc",null,{"children":"$@d"}],["$","div",null,{"hidden":true,"children":["$","$Le",null,{"children":["$","$a",null,{"name":"Next.Metadata","children":"$@f"}]}]}],null]}],false]],"m":"$undefined","G":["$10",[]],"S":true} 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/out/project/leonbasic.html b/out/project/leonbasic.html new file mode 100644 index 0000000..d25b526 --- /dev/null +++ b/out/project/leonbasic.html @@ -0,0 +1 @@ +LeonCloud官网
LeonCloud

LeonBasic

The LeonBasic Programming Language

一个简单易懂的编程语言,专为初学者设计,基于Rust实现,融合了Python的简洁和Swift的现代语法特性。

项目仓库官方网站

项目概述

LeonBasic是一门专为编程初学者设计的编程语言,旨在降低编程学习的门槛,同时保持良好的性能和现代语言特性。 该语言基于Rust实现,结合了Python的易读性和Swift的语法优雅,让初学者能够快速上手,同时也能接触到现代编程语言的核心概念。

无论是完全没有编程经验的新手,还是想要了解不同编程范式的开发者,都能从LeonBasic中获益。 简单易学的语法设计让学习过程更加轻松愉快,同时Rust的底层实现又保证了程序的性能和安全性。

语言特点
简单易学

语法简洁明了,适合编程初学者快速入门

基于Rust

底层使用Rust实现,保证高性能和内存安全

混合语法

融合了Python的简洁和Swift的现代语法特性

高性能

编译型语言,运行效率高,资源占用少

相关资源

GitHub 仓库

查看源码,参与贡献,提交问题反馈

访问仓库
官方网站

完整的文档,教程和示例

访问官网
学习资源

入门教程,示例代码和最佳实践

查看文档

© 2025 LeonBasic Programming Language

\ No newline at end of file diff --git a/out/project/leonbasic.txt b/out/project/leonbasic.txt new file mode 100644 index 0000000..b295e5d --- /dev/null +++ b/out/project/leonbasic.txt @@ -0,0 +1,19 @@ +1:"$Sreact.fragment" +2:I[54871,["/_next/static/chunks/4bccbee519965b44.js","/_next/static/chunks/f6fe6b03331e0416.js","/_next/static/chunks/28b60800dd09f3a5.js"],"default"] +3:I[39756,["/_next/static/chunks/42879de7b8087bc9.js"],"default"] +4:I[37457,["/_next/static/chunks/42879de7b8087bc9.js"],"default"] +5:I[47257,["/_next/static/chunks/42879de7b8087bc9.js"],"ClientPageRoot"] +6:I[39294,["/_next/static/chunks/4bccbee519965b44.js","/_next/static/chunks/f6fe6b03331e0416.js","/_next/static/chunks/28b60800dd09f3a5.js","/_next/static/chunks/2fd3021843d1a08e.js"],"default"] +9:I[97367,["/_next/static/chunks/42879de7b8087bc9.js"],"OutletBoundary"] +a:"$Sreact.suspense" +c:I[97367,["/_next/static/chunks/42879de7b8087bc9.js"],"ViewportBoundary"] +e:I[97367,["/_next/static/chunks/42879de7b8087bc9.js"],"MetadataBoundary"] +10:I[68027,[],"default"] +:HL["/_next/static/chunks/748183cb173f1528.css","style"] +0:{"P":null,"b":"d6enScpGstF9Ln7v4KqxJ","c":["","project","leonbasic"],"q":"","i":false,"f":[[["",{"children":["project",{"children":["leonbasic",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/748183cb173f1528.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/4bccbee519965b44.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/f6fe6b03331e0416.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/28b60800dd09f3a5.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"children":["$","body",null,{"children":["$","$L2",null,{"children":["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",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"}]}]}]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",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/2fd3021843d1a08e.js","async":true,"nonce":"$undefined"}]],["$","$L9",null,{"children":["$","$a",null,{"name":"Next.MetadataOutlet","children":"$@b"}]}]]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$Lc",null,{"children":"$@d"}],["$","div",null,{"hidden":true,"children":["$","$Le",null,{"children":["$","$a",null,{"name":"Next.Metadata","children":"$@f"}]}]}],null]}],false]],"m":"$undefined","G":["$10",[]],"S":true} +7:{} +8:"$0:f:0:1:1:children:1:children: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"}]] +11:I[27201,["/_next/static/chunks/42879de7b8087bc9.js"],"IconMark"] +f:[["$","title","0",{"children":"LeonCloud官网"}],["$","meta","1",{"name":"description","content":"LeonCloud(原LeonWeb)官网"}],["$","link","2",{"rel":"icon","href":"/favicon.ico?favicon.0b3bf435.ico","sizes":"256x256","type":"image/x-icon"}],["$","$L11","3",{}]] +b:null diff --git a/out/project/leonbasic/__next._full.txt b/out/project/leonbasic/__next._full.txt new file mode 100644 index 0000000..b295e5d --- /dev/null +++ b/out/project/leonbasic/__next._full.txt @@ -0,0 +1,19 @@ +1:"$Sreact.fragment" +2:I[54871,["/_next/static/chunks/4bccbee519965b44.js","/_next/static/chunks/f6fe6b03331e0416.js","/_next/static/chunks/28b60800dd09f3a5.js"],"default"] +3:I[39756,["/_next/static/chunks/42879de7b8087bc9.js"],"default"] +4:I[37457,["/_next/static/chunks/42879de7b8087bc9.js"],"default"] +5:I[47257,["/_next/static/chunks/42879de7b8087bc9.js"],"ClientPageRoot"] +6:I[39294,["/_next/static/chunks/4bccbee519965b44.js","/_next/static/chunks/f6fe6b03331e0416.js","/_next/static/chunks/28b60800dd09f3a5.js","/_next/static/chunks/2fd3021843d1a08e.js"],"default"] +9:I[97367,["/_next/static/chunks/42879de7b8087bc9.js"],"OutletBoundary"] +a:"$Sreact.suspense" +c:I[97367,["/_next/static/chunks/42879de7b8087bc9.js"],"ViewportBoundary"] +e:I[97367,["/_next/static/chunks/42879de7b8087bc9.js"],"MetadataBoundary"] +10:I[68027,[],"default"] +:HL["/_next/static/chunks/748183cb173f1528.css","style"] +0:{"P":null,"b":"d6enScpGstF9Ln7v4KqxJ","c":["","project","leonbasic"],"q":"","i":false,"f":[[["",{"children":["project",{"children":["leonbasic",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/748183cb173f1528.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/4bccbee519965b44.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/f6fe6b03331e0416.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/28b60800dd09f3a5.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"children":["$","body",null,{"children":["$","$L2",null,{"children":["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",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"}]}]}]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",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/2fd3021843d1a08e.js","async":true,"nonce":"$undefined"}]],["$","$L9",null,{"children":["$","$a",null,{"name":"Next.MetadataOutlet","children":"$@b"}]}]]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$Lc",null,{"children":"$@d"}],["$","div",null,{"hidden":true,"children":["$","$Le",null,{"children":["$","$a",null,{"name":"Next.Metadata","children":"$@f"}]}]}],null]}],false]],"m":"$undefined","G":["$10",[]],"S":true} +7:{} +8:"$0:f:0:1:1:children:1:children: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"}]] +11:I[27201,["/_next/static/chunks/42879de7b8087bc9.js"],"IconMark"] +f:[["$","title","0",{"children":"LeonCloud官网"}],["$","meta","1",{"name":"description","content":"LeonCloud(原LeonWeb)官网"}],["$","link","2",{"rel":"icon","href":"/favicon.ico?favicon.0b3bf435.ico","sizes":"256x256","type":"image/x-icon"}],["$","$L11","3",{}]] +b:null diff --git a/out/project/leonbasic/__next._head.txt b/out/project/leonbasic/__next._head.txt new file mode 100644 index 0000000..b70650b --- /dev/null +++ b/out/project/leonbasic/__next._head.txt @@ -0,0 +1,8 @@ +1:"$Sreact.fragment" +2:I[97367,["/_next/static/chunks/42879de7b8087bc9.js"],"ViewportBoundary"] +4:I[97367,["/_next/static/chunks/42879de7b8087bc9.js"],"MetadataBoundary"] +5:"$Sreact.suspense" +7:I[27201,["/_next/static/chunks/42879de7b8087bc9.js"],"IconMark"] +0:{"buildId":"d6enScpGstF9Ln7v4KqxJ","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":"$@3"}],["$","div",null,{"hidden":true,"children":["$","$L4",null,{"children":["$","$5",null,{"name":"Next.Metadata","children":"$@6"}]}]}],null]}],"loading":null,"isPartial":false} +3:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]] +6:[["$","title","0",{"children":"LeonCloud官网"}],["$","meta","1",{"name":"description","content":"LeonCloud(原LeonWeb)官网"}],["$","link","2",{"rel":"icon","href":"/favicon.ico?favicon.0b3bf435.ico","sizes":"256x256","type":"image/x-icon"}],["$","$L7","3",{}]] diff --git a/out/project/leonbasic/__next._index.txt b/out/project/leonbasic/__next._index.txt new file mode 100644 index 0000000..6516aa2 --- /dev/null +++ b/out/project/leonbasic/__next._index.txt @@ -0,0 +1,6 @@ +1:"$Sreact.fragment" +2:I[54871,["/_next/static/chunks/4bccbee519965b44.js","/_next/static/chunks/f6fe6b03331e0416.js","/_next/static/chunks/28b60800dd09f3a5.js"],"default"] +3:I[39756,["/_next/static/chunks/42879de7b8087bc9.js"],"default"] +4:I[37457,["/_next/static/chunks/42879de7b8087bc9.js"],"default"] +:HL["/_next/static/chunks/748183cb173f1528.css","style"] +0:{"buildId":"d6enScpGstF9Ln7v4KqxJ","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/748183cb173f1528.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/4bccbee519965b44.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/f6fe6b03331e0416.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/28b60800dd09f3a5.js","async":true}]],["$","html",null,{"children":["$","body",null,{"children":["$","$L2",null,{"children":["$","$L3",null,{"parallelRouterKey":"children","template":["$","$L4",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."}]}]]}]}]],[]]}]}]}]}]]}],"loading":null,"isPartial":false} diff --git a/out/project/leonbasic/__next._tree.txt b/out/project/leonbasic/__next._tree.txt new file mode 100644 index 0000000..86d3ca0 --- /dev/null +++ b/out/project/leonbasic/__next._tree.txt @@ -0,0 +1,2 @@ +:HL["/_next/static/chunks/748183cb173f1528.css","style"] +0:{"buildId":"d6enScpGstF9Ln7v4KqxJ","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"project","paramType":null,"paramKey":"project","hasRuntimePrefetch":false,"slots":{"children":{"name":"leonbasic","paramType":null,"paramKey":"leonbasic","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":true},"staleTime":300} diff --git a/out/project/leonbasic/__next.project.txt b/out/project/leonbasic/__next.project.txt new file mode 100644 index 0000000..1f058bf --- /dev/null +++ b/out/project/leonbasic/__next.project.txt @@ -0,0 +1,4 @@ +1:"$Sreact.fragment" +2:I[39756,["/_next/static/chunks/42879de7b8087bc9.js"],"default"] +3:I[37457,["/_next/static/chunks/42879de7b8087bc9.js"],"default"] +0:{"buildId":"d6enScpGstF9Ln7v4KqxJ","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} diff --git a/out/project/leonbasic/__next.project/leonbasic.txt b/out/project/leonbasic/__next.project/leonbasic.txt new file mode 100644 index 0000000..1f058bf --- /dev/null +++ b/out/project/leonbasic/__next.project/leonbasic.txt @@ -0,0 +1,4 @@ +1:"$Sreact.fragment" +2:I[39756,["/_next/static/chunks/42879de7b8087bc9.js"],"default"] +3:I[37457,["/_next/static/chunks/42879de7b8087bc9.js"],"default"] +0:{"buildId":"d6enScpGstF9Ln7v4KqxJ","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} diff --git a/out/project/leonbasic/__next.project/leonbasic/__PAGE__.txt b/out/project/leonbasic/__next.project/leonbasic/__PAGE__.txt new file mode 100644 index 0000000..f7db9c9 --- /dev/null +++ b/out/project/leonbasic/__next.project/leonbasic/__PAGE__.txt @@ -0,0 +1,9 @@ +1:"$Sreact.fragment" +2:I[47257,["/_next/static/chunks/42879de7b8087bc9.js"],"ClientPageRoot"] +3:I[39294,["/_next/static/chunks/4bccbee519965b44.js","/_next/static/chunks/f6fe6b03331e0416.js","/_next/static/chunks/28b60800dd09f3a5.js","/_next/static/chunks/2fd3021843d1a08e.js"],"default"] +6:I[97367,["/_next/static/chunks/42879de7b8087bc9.js"],"OutletBoundary"] +7:"$Sreact.suspense" +0:{"buildId":"d6enScpGstF9Ln7v4KqxJ","rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/2fd3021843d1a08e.js","async":true}]],["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],"loading":null,"isPartial":false} +4:{} +5:"$0:rsc:props:children:0:props:serverProvidedParams:params" +8:null diff --git a/out/project/leonpan.html b/out/project/leonpan.html index 0234829..d02f72c 100644 --- a/out/project/leonpan.html +++ b/out/project/leonpan.html @@ -1 +1 @@ -LeonCloud官网
LeonCloud

LeonPan

LeonPan是一个开源项目,改编自Cloudreve开源项目,使用GPLv3协议开源。提供强大的文件管理功能。

项目概述

LeonPan是基于Cloudreve开发的文件管理系统,提供了丰富的功能和友好的用户界面。 它支持多种存储方式,包括本地存储、对象存储等,可以满足不同用户的需求。

项目致力于提供安全、稳定、高效的文件管理解决方案,适用于个人用户和团队协作场景。

开源免费

GPLv3协议

LeonPan 截图

功能特点

LeonPan提供丰富的功能,满足您的文件管理需求

Web支持

无需安装任何客户端就可以快速使用

PC客户端

完美适配Windows 10以上的系统

精美设计

提供简洁而专业的用户界面,操作方便

开源可定制

基于GPLv3协议开源,可自由修改和定制

界面展示

查看LeonPan的精美界面

LeonPan 截图 1

开始使用 LeonPan

立即体验LeonPan带来的高效文件管理体验,开源免费,功能强大

\ No newline at end of file +LeonCloud官网
LeonCloud

LeonPan

LeonPan是一个开源项目,改编自Cloudreve开源项目,使用GPLv3协议开源。提供强大的文件管理功能。

项目概述

LeonPan是基于Cloudreve开发的文件管理系统,提供了丰富的功能和友好的用户界面。 它支持多种存储方式,包括本地存储、对象存储等,可以满足不同用户的需求。

项目致力于提供安全、稳定、高效的文件管理解决方案,适用于个人用户和团队协作场景。

开源免费

GPLv3协议

LeonPan 截图

功能特点

LeonPan提供丰富的功能,满足您的文件管理需求

Web支持

无需安装任何客户端就可以快速使用

PC客户端

完美适配Windows 10以上的系统

精美设计

提供简洁而专业的用户界面,操作方便

开源可定制

基于GPLv3协议开源,可自由修改和定制

界面展示

查看LeonPan的精美界面

LeonPan 截图 1

开始使用 LeonPan

立即体验LeonPan带来的高效文件管理体验,开源免费,功能强大

\ No newline at end of file diff --git a/out/project/leonpan.txt b/out/project/leonpan.txt index e79a2ee..69c9c49 100644 --- a/out/project/leonpan.txt +++ b/out/project/leonpan.txt @@ -1,16 +1,16 @@ 1:"$Sreact.fragment" -2:I[54871,["/_next/static/chunks/4bccbee519965b44.js","/_next/static/chunks/8eb39bb0e42fa481.js","/_next/static/chunks/9e23f34a6365494c.js"],"default"] +2:I[54871,["/_next/static/chunks/4bccbee519965b44.js","/_next/static/chunks/f6fe6b03331e0416.js","/_next/static/chunks/28b60800dd09f3a5.js"],"default"] 3:I[39756,["/_next/static/chunks/42879de7b8087bc9.js"],"default"] 4:I[37457,["/_next/static/chunks/42879de7b8087bc9.js"],"default"] 5:I[47257,["/_next/static/chunks/42879de7b8087bc9.js"],"ClientPageRoot"] -6:I[25139,["/_next/static/chunks/4bccbee519965b44.js","/_next/static/chunks/8eb39bb0e42fa481.js","/_next/static/chunks/9e23f34a6365494c.js","/_next/static/chunks/c9403806dc673d7f.js"],"default"] +6:I[25139,["/_next/static/chunks/4bccbee519965b44.js","/_next/static/chunks/f6fe6b03331e0416.js","/_next/static/chunks/28b60800dd09f3a5.js","/_next/static/chunks/c1abb7b0968c00e5.js"],"default"] 9:I[97367,["/_next/static/chunks/42879de7b8087bc9.js"],"OutletBoundary"] a:"$Sreact.suspense" c:I[97367,["/_next/static/chunks/42879de7b8087bc9.js"],"ViewportBoundary"] e:I[97367,["/_next/static/chunks/42879de7b8087bc9.js"],"MetadataBoundary"] 10:I[68027,[],"default"] -:HL["/_next/static/chunks/978d59b44e33f5d0.css","style"] -0:{"P":null,"b":"OWLFNVF8FErFcw5mMfKlP","c":["","project","leonpan"],"q":"","i":false,"f":[[["",{"children":["project",{"children":["leonpan",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/978d59b44e33f5d0.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/4bccbee519965b44.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/8eb39bb0e42fa481.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/9e23f34a6365494c.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"children":["$","body",null,{"children":["$","$L2",null,{"children":["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",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"}]}]}]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",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/c9403806dc673d7f.js","async":true,"nonce":"$undefined"}]],["$","$L9",null,{"children":["$","$a",null,{"name":"Next.MetadataOutlet","children":"$@b"}]}]]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$Lc",null,{"children":"$@d"}],["$","div",null,{"hidden":true,"children":["$","$Le",null,{"children":["$","$a",null,{"name":"Next.Metadata","children":"$@f"}]}]}],null]}],false]],"m":"$undefined","G":["$10",[]],"S":true} +:HL["/_next/static/chunks/748183cb173f1528.css","style"] +0:{"P":null,"b":"d6enScpGstF9Ln7v4KqxJ","c":["","project","leonpan"],"q":"","i":false,"f":[[["",{"children":["project",{"children":["leonpan",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/748183cb173f1528.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/4bccbee519965b44.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/f6fe6b03331e0416.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/28b60800dd09f3a5.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"children":["$","body",null,{"children":["$","$L2",null,{"children":["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",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"}]}]}]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",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/c1abb7b0968c00e5.js","async":true,"nonce":"$undefined"}]],["$","$L9",null,{"children":["$","$a",null,{"name":"Next.MetadataOutlet","children":"$@b"}]}]]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$Lc",null,{"children":"$@d"}],["$","div",null,{"hidden":true,"children":["$","$Le",null,{"children":["$","$a",null,{"name":"Next.Metadata","children":"$@f"}]}]}],null]}],false]],"m":"$undefined","G":["$10",[]],"S":true} 7:{} 8:"$0:f:0:1:1:children:1:children: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/out/project/leonpan/__next._full.txt b/out/project/leonpan/__next._full.txt index e79a2ee..69c9c49 100644 --- a/out/project/leonpan/__next._full.txt +++ b/out/project/leonpan/__next._full.txt @@ -1,16 +1,16 @@ 1:"$Sreact.fragment" -2:I[54871,["/_next/static/chunks/4bccbee519965b44.js","/_next/static/chunks/8eb39bb0e42fa481.js","/_next/static/chunks/9e23f34a6365494c.js"],"default"] +2:I[54871,["/_next/static/chunks/4bccbee519965b44.js","/_next/static/chunks/f6fe6b03331e0416.js","/_next/static/chunks/28b60800dd09f3a5.js"],"default"] 3:I[39756,["/_next/static/chunks/42879de7b8087bc9.js"],"default"] 4:I[37457,["/_next/static/chunks/42879de7b8087bc9.js"],"default"] 5:I[47257,["/_next/static/chunks/42879de7b8087bc9.js"],"ClientPageRoot"] -6:I[25139,["/_next/static/chunks/4bccbee519965b44.js","/_next/static/chunks/8eb39bb0e42fa481.js","/_next/static/chunks/9e23f34a6365494c.js","/_next/static/chunks/c9403806dc673d7f.js"],"default"] +6:I[25139,["/_next/static/chunks/4bccbee519965b44.js","/_next/static/chunks/f6fe6b03331e0416.js","/_next/static/chunks/28b60800dd09f3a5.js","/_next/static/chunks/c1abb7b0968c00e5.js"],"default"] 9:I[97367,["/_next/static/chunks/42879de7b8087bc9.js"],"OutletBoundary"] a:"$Sreact.suspense" c:I[97367,["/_next/static/chunks/42879de7b8087bc9.js"],"ViewportBoundary"] e:I[97367,["/_next/static/chunks/42879de7b8087bc9.js"],"MetadataBoundary"] 10:I[68027,[],"default"] -:HL["/_next/static/chunks/978d59b44e33f5d0.css","style"] -0:{"P":null,"b":"OWLFNVF8FErFcw5mMfKlP","c":["","project","leonpan"],"q":"","i":false,"f":[[["",{"children":["project",{"children":["leonpan",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/978d59b44e33f5d0.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/4bccbee519965b44.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/8eb39bb0e42fa481.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/9e23f34a6365494c.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"children":["$","body",null,{"children":["$","$L2",null,{"children":["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",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"}]}]}]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",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/c9403806dc673d7f.js","async":true,"nonce":"$undefined"}]],["$","$L9",null,{"children":["$","$a",null,{"name":"Next.MetadataOutlet","children":"$@b"}]}]]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$Lc",null,{"children":"$@d"}],["$","div",null,{"hidden":true,"children":["$","$Le",null,{"children":["$","$a",null,{"name":"Next.Metadata","children":"$@f"}]}]}],null]}],false]],"m":"$undefined","G":["$10",[]],"S":true} +:HL["/_next/static/chunks/748183cb173f1528.css","style"] +0:{"P":null,"b":"d6enScpGstF9Ln7v4KqxJ","c":["","project","leonpan"],"q":"","i":false,"f":[[["",{"children":["project",{"children":["leonpan",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/748183cb173f1528.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/4bccbee519965b44.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/f6fe6b03331e0416.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/28b60800dd09f3a5.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"children":["$","body",null,{"children":["$","$L2",null,{"children":["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",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"}]}]}]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",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/c1abb7b0968c00e5.js","async":true,"nonce":"$undefined"}]],["$","$L9",null,{"children":["$","$a",null,{"name":"Next.MetadataOutlet","children":"$@b"}]}]]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$Lc",null,{"children":"$@d"}],["$","div",null,{"hidden":true,"children":["$","$Le",null,{"children":["$","$a",null,{"name":"Next.Metadata","children":"$@f"}]}]}],null]}],false]],"m":"$undefined","G":["$10",[]],"S":true} 7:{} 8:"$0:f:0:1:1:children:1:children: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/out/project/leonpan/__next._head.txt b/out/project/leonpan/__next._head.txt index 2db2468..b70650b 100644 --- a/out/project/leonpan/__next._head.txt +++ b/out/project/leonpan/__next._head.txt @@ -3,6 +3,6 @@ 4:I[97367,["/_next/static/chunks/42879de7b8087bc9.js"],"MetadataBoundary"] 5:"$Sreact.suspense" 7:I[27201,["/_next/static/chunks/42879de7b8087bc9.js"],"IconMark"] -0:{"buildId":"OWLFNVF8FErFcw5mMfKlP","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":"$@3"}],["$","div",null,{"hidden":true,"children":["$","$L4",null,{"children":["$","$5",null,{"name":"Next.Metadata","children":"$@6"}]}]}],null]}],"loading":null,"isPartial":false} +0:{"buildId":"d6enScpGstF9Ln7v4KqxJ","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":"$@3"}],["$","div",null,{"hidden":true,"children":["$","$L4",null,{"children":["$","$5",null,{"name":"Next.Metadata","children":"$@6"}]}]}],null]}],"loading":null,"isPartial":false} 3:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]] 6:[["$","title","0",{"children":"LeonCloud官网"}],["$","meta","1",{"name":"description","content":"LeonCloud(原LeonWeb)官网"}],["$","link","2",{"rel":"icon","href":"/favicon.ico?favicon.0b3bf435.ico","sizes":"256x256","type":"image/x-icon"}],["$","$L7","3",{}]] diff --git a/out/project/leonpan/__next._index.txt b/out/project/leonpan/__next._index.txt index c458f23..6516aa2 100644 --- a/out/project/leonpan/__next._index.txt +++ b/out/project/leonpan/__next._index.txt @@ -1,6 +1,6 @@ 1:"$Sreact.fragment" -2:I[54871,["/_next/static/chunks/4bccbee519965b44.js","/_next/static/chunks/8eb39bb0e42fa481.js","/_next/static/chunks/9e23f34a6365494c.js"],"default"] +2:I[54871,["/_next/static/chunks/4bccbee519965b44.js","/_next/static/chunks/f6fe6b03331e0416.js","/_next/static/chunks/28b60800dd09f3a5.js"],"default"] 3:I[39756,["/_next/static/chunks/42879de7b8087bc9.js"],"default"] 4:I[37457,["/_next/static/chunks/42879de7b8087bc9.js"],"default"] -:HL["/_next/static/chunks/978d59b44e33f5d0.css","style"] -0:{"buildId":"OWLFNVF8FErFcw5mMfKlP","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/978d59b44e33f5d0.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/4bccbee519965b44.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/8eb39bb0e42fa481.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/9e23f34a6365494c.js","async":true}]],["$","html",null,{"children":["$","body",null,{"children":["$","$L2",null,{"children":["$","$L3",null,{"parallelRouterKey":"children","template":["$","$L4",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."}]}]]}]}]],[]]}]}]}]}]]}],"loading":null,"isPartial":false} +:HL["/_next/static/chunks/748183cb173f1528.css","style"] +0:{"buildId":"d6enScpGstF9Ln7v4KqxJ","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/748183cb173f1528.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/4bccbee519965b44.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/f6fe6b03331e0416.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/28b60800dd09f3a5.js","async":true}]],["$","html",null,{"children":["$","body",null,{"children":["$","$L2",null,{"children":["$","$L3",null,{"parallelRouterKey":"children","template":["$","$L4",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."}]}]]}]}]],[]]}]}]}]}]]}],"loading":null,"isPartial":false} diff --git a/out/project/leonpan/__next._tree.txt b/out/project/leonpan/__next._tree.txt index 617d1b0..4131e9e 100644 --- a/out/project/leonpan/__next._tree.txt +++ b/out/project/leonpan/__next._tree.txt @@ -1,2 +1,2 @@ -:HL["/_next/static/chunks/978d59b44e33f5d0.css","style"] -0:{"buildId":"OWLFNVF8FErFcw5mMfKlP","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"project","paramType":null,"paramKey":"project","hasRuntimePrefetch":false,"slots":{"children":{"name":"leonpan","paramType":null,"paramKey":"leonpan","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":true},"staleTime":300} +:HL["/_next/static/chunks/748183cb173f1528.css","style"] +0:{"buildId":"d6enScpGstF9Ln7v4KqxJ","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"project","paramType":null,"paramKey":"project","hasRuntimePrefetch":false,"slots":{"children":{"name":"leonpan","paramType":null,"paramKey":"leonpan","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":true},"staleTime":300} diff --git a/out/project/leonpan/__next.project.txt b/out/project/leonpan/__next.project.txt index b13e3ff..1f058bf 100644 --- a/out/project/leonpan/__next.project.txt +++ b/out/project/leonpan/__next.project.txt @@ -1,4 +1,4 @@ 1:"$Sreact.fragment" 2:I[39756,["/_next/static/chunks/42879de7b8087bc9.js"],"default"] 3:I[37457,["/_next/static/chunks/42879de7b8087bc9.js"],"default"] -0:{"buildId":"OWLFNVF8FErFcw5mMfKlP","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} +0:{"buildId":"d6enScpGstF9Ln7v4KqxJ","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} diff --git a/out/project/leonpan/__next.project/leonpan.txt b/out/project/leonpan/__next.project/leonpan.txt index b13e3ff..1f058bf 100644 --- a/out/project/leonpan/__next.project/leonpan.txt +++ b/out/project/leonpan/__next.project/leonpan.txt @@ -1,4 +1,4 @@ 1:"$Sreact.fragment" 2:I[39756,["/_next/static/chunks/42879de7b8087bc9.js"],"default"] 3:I[37457,["/_next/static/chunks/42879de7b8087bc9.js"],"default"] -0:{"buildId":"OWLFNVF8FErFcw5mMfKlP","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} +0:{"buildId":"d6enScpGstF9Ln7v4KqxJ","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} diff --git a/out/project/leonpan/__next.project/leonpan/__PAGE__.txt b/out/project/leonpan/__next.project/leonpan/__PAGE__.txt index c1b2582..e6572f7 100644 --- a/out/project/leonpan/__next.project/leonpan/__PAGE__.txt +++ b/out/project/leonpan/__next.project/leonpan/__PAGE__.txt @@ -1,9 +1,9 @@ 1:"$Sreact.fragment" 2:I[47257,["/_next/static/chunks/42879de7b8087bc9.js"],"ClientPageRoot"] -3:I[25139,["/_next/static/chunks/4bccbee519965b44.js","/_next/static/chunks/8eb39bb0e42fa481.js","/_next/static/chunks/9e23f34a6365494c.js","/_next/static/chunks/c9403806dc673d7f.js"],"default"] +3:I[25139,["/_next/static/chunks/4bccbee519965b44.js","/_next/static/chunks/f6fe6b03331e0416.js","/_next/static/chunks/28b60800dd09f3a5.js","/_next/static/chunks/c1abb7b0968c00e5.js"],"default"] 6:I[97367,["/_next/static/chunks/42879de7b8087bc9.js"],"OutletBoundary"] 7:"$Sreact.suspense" -0:{"buildId":"OWLFNVF8FErFcw5mMfKlP","rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/c9403806dc673d7f.js","async":true}]],["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],"loading":null,"isPartial":false} +0:{"buildId":"d6enScpGstF9Ln7v4KqxJ","rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/c1abb7b0968c00e5.js","async":true}]],["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],"loading":null,"isPartial":false} 4:{} 5:"$0:rsc:props:children:0:props:serverProvidedParams:params" 8:null