mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-08-14 14:31:00 +00:00
refactor(web): migrate from Next.js to Vite + React Router
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"headers": {
|
||||
"x-nextjs-stale-time": "300",
|
||||
"x-nextjs-prerender": "1",
|
||||
"x-next-cache-tags": "_N_T_/layout,_N_T_/home/layout,_N_T_/home/bots/layout,_N_T_/home/bots/page,_N_T_/home/bots"
|
||||
},
|
||||
"segmentPaths": [
|
||||
"/_tree",
|
||||
"/_full",
|
||||
"/home/bots/__PAGE__",
|
||||
"/home/bots",
|
||||
"/home",
|
||||
"/_index",
|
||||
"/_head"
|
||||
]
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -0,0 +1,6 @@
|
||||
1:"$Sreact.fragment"
|
||||
2:I[98003,["/_next/static/chunks/7477111a19b929a2.js","/_next/static/chunks/0c8c6ca61d316cb8.js"],"ViewportBoundary"]
|
||||
3:I[98003,["/_next/static/chunks/7477111a19b929a2.js","/_next/static/chunks/0c8c6ca61d316cb8.js"],"MetadataBoundary"]
|
||||
4:"$Sreact.suspense"
|
||||
5:I[80928,["/_next/static/chunks/7477111a19b929a2.js","/_next/static/chunks/0c8c6ca61d316cb8.js"],"IconMark"]
|
||||
0:{"buildId":"Drc6FkmbQlEnXgyLGuXOG","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"LangBot"}],["$","meta","1",{"name":"description","content":"Production-grade platform for building agentic IM bots, integrated with Telegram, Slack, Discord, WeChat, QQ, etc."}],["$","link","2",{"rel":"icon","href":"/favicon.ico?favicon.c88c33b3.ico","sizes":"48x48","type":"image/x-icon"}],["$","$L5","3",{}]]}]}]}],null]}],"loading":null,"isPartial":false}
|
||||
@@ -0,0 +1,9 @@
|
||||
1:"$Sreact.fragment"
|
||||
2:I[5555,["/_next/static/chunks/29e9a92b2f90a7ba.js","/_next/static/chunks/7705199feea981dd.js","/_next/static/chunks/f5ac8d25dfe4bd62.js"],"ThemeProvider"]
|
||||
3:I[11607,["/_next/static/chunks/29e9a92b2f90a7ba.js","/_next/static/chunks/7705199feea981dd.js","/_next/static/chunks/f5ac8d25dfe4bd62.js"],"default"]
|
||||
4:I[90487,["/_next/static/chunks/7477111a19b929a2.js","/_next/static/chunks/0c8c6ca61d316cb8.js"],"default"]
|
||||
5:I[26472,["/_next/static/chunks/7477111a19b929a2.js","/_next/static/chunks/0c8c6ca61d316cb8.js"],"default"]
|
||||
6:I[19436,["/_next/static/chunks/29e9a92b2f90a7ba.js","/_next/static/chunks/7705199feea981dd.js","/_next/static/chunks/f5ac8d25dfe4bd62.js"],"Toaster"]
|
||||
:HL["/_next/static/chunks/517e49efcd65df67.css","style"]
|
||||
:HL["/_next/static/chunks/cc24109bbacdc366.css","style"]
|
||||
0:{"buildId":"Drc6FkmbQlEnXgyLGuXOG","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/517e49efcd65df67.css","precedence":"next"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/chunks/cc24109bbacdc366.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/29e9a92b2f90a7ba.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/7705199feea981dd.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/f5ac8d25dfe4bd62.js","async":true}]],["$","html",null,{"lang":"zh","suppressHydrationWarning":true,"children":["$","body",null,{"className":"","children":["$","$L2",null,{"children":["$","$L3",null,{"children":[["$","$L4",null,{"parallelRouterKey":"children","template":["$","$L5",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."}]}]]}]}]],[]]}],["$","$L6",null,{}]]}]}]}]}]]}],"loading":null,"isPartial":false}
|
||||
@@ -0,0 +1,5 @@
|
||||
:HL["/_next/static/chunks/517e49efcd65df67.css","style"]
|
||||
:HL["/_next/static/chunks/cc24109bbacdc366.css","style"]
|
||||
:HL["/_next/static/chunks/5aa1dff06ecc5528.css","style"]
|
||||
:HL["/_next/static/chunks/3dfc15b00aae4007.css","style"]
|
||||
0:{"buildId":"Drc6FkmbQlEnXgyLGuXOG","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"home","paramType":null,"paramKey":"home","hasRuntimePrefetch":false,"slots":{"children":{"name":"bots","paramType":null,"paramKey":"bots","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":true},"staleTime":300}
|
||||
@@ -0,0 +1,8 @@
|
||||
1:"$Sreact.fragment"
|
||||
2:I[17969,["/_next/static/chunks/7477111a19b929a2.js","/_next/static/chunks/0c8c6ca61d316cb8.js"],"ClientSegmentRoot"]
|
||||
3:I[64934,["/_next/static/chunks/29e9a92b2f90a7ba.js","/_next/static/chunks/7705199feea981dd.js","/_next/static/chunks/f5ac8d25dfe4bd62.js","/_next/static/chunks/4bd9ffa530efa8ea.js","/_next/static/chunks/52eec9325ce59a6c.js","/_next/static/chunks/008acc72682bc4fb.js","/_next/static/chunks/a0e0f145916ced3b.js","/_next/static/chunks/d661592c5472cb1f.js","/_next/static/chunks/c9a3ac95d73a81fd.js","/_next/static/chunks/e75176208e875e31.js"],"default"]
|
||||
4:I[90487,["/_next/static/chunks/7477111a19b929a2.js","/_next/static/chunks/0c8c6ca61d316cb8.js"],"default"]
|
||||
5:I[26472,["/_next/static/chunks/7477111a19b929a2.js","/_next/static/chunks/0c8c6ca61d316cb8.js"],"default"]
|
||||
:HL["/_next/static/chunks/5aa1dff06ecc5528.css","style"]
|
||||
0:{"buildId":"Drc6FkmbQlEnXgyLGuXOG","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/5aa1dff06ecc5528.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/4bd9ffa530efa8ea.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/52eec9325ce59a6c.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/008acc72682bc4fb.js","async":true}],["$","script","script-3",{"src":"/_next/static/chunks/a0e0f145916ced3b.js","async":true}],["$","script","script-4",{"src":"/_next/static/chunks/d661592c5472cb1f.js","async":true}],["$","script","script-5",{"src":"/_next/static/chunks/c9a3ac95d73a81fd.js","async":true}],["$","script","script-6",{"src":"/_next/static/chunks/e75176208e875e31.js","async":true}]],["$","$L2",null,{"Component":"$3","slots":{"children":["$","$L4",null,{"parallelRouterKey":"children","template":["$","$L5",null,{}]}]},"serverProvidedParams":{"params":{},"promises":["$@6"]}}]]}],"loading":[["$","div","l",{"className":"flex h-full items-center justify-center","children":["$","div",null,{"className":"flex flex-col items-center gap-4","children":[["$","svg",null,{"xmlns":"http://www.w3.org/2000/svg","width":24,"height":24,"viewBox":"0 0 24 24","fill":"none","stroke":"currentColor","strokeWidth":2,"strokeLinecap":"round","strokeLinejoin":"round","className":"lucide lucide-loader-circle animate-spin text-primary h-12 w-12","aria-hidden":"true","children":[["$","path","13zald",{"d":"M21 12a9 9 0 1 1-6.219-8.56"}],"$undefined"]}],["$","p",null,{"className":"text-muted-foreground text-base","children":"加载中..."}]]}]}],[],[]],"isPartial":false}
|
||||
6:"$0:rsc:props:children:1:props:serverProvidedParams:params"
|
||||
@@ -0,0 +1,4 @@
|
||||
1:"$Sreact.fragment"
|
||||
2:I[90487,["/_next/static/chunks/7477111a19b929a2.js","/_next/static/chunks/0c8c6ca61d316cb8.js"],"default"]
|
||||
3:I[26472,["/_next/static/chunks/7477111a19b929a2.js","/_next/static/chunks/0c8c6ca61d316cb8.js"],"default"]
|
||||
0:{"buildId":"Drc6FkmbQlEnXgyLGuXOG","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false}
|
||||
@@ -0,0 +1,10 @@
|
||||
1:"$Sreact.fragment"
|
||||
2:I[74163,["/_next/static/chunks/7477111a19b929a2.js","/_next/static/chunks/0c8c6ca61d316cb8.js"],"ClientPageRoot"]
|
||||
3:I[79648,["/_next/static/chunks/29e9a92b2f90a7ba.js","/_next/static/chunks/7705199feea981dd.js","/_next/static/chunks/f5ac8d25dfe4bd62.js","/_next/static/chunks/4bd9ffa530efa8ea.js","/_next/static/chunks/52eec9325ce59a6c.js","/_next/static/chunks/008acc72682bc4fb.js","/_next/static/chunks/a0e0f145916ced3b.js","/_next/static/chunks/d661592c5472cb1f.js","/_next/static/chunks/c9a3ac95d73a81fd.js","/_next/static/chunks/e75176208e875e31.js","/_next/static/chunks/024bbf5c49faf4e1.js","/_next/static/chunks/e1bbcd4d755907c7.js","/_next/static/chunks/6c799747116e6d31.js"],"default"]
|
||||
6:I[98003,["/_next/static/chunks/7477111a19b929a2.js","/_next/static/chunks/0c8c6ca61d316cb8.js"],"OutletBoundary"]
|
||||
7:"$Sreact.suspense"
|
||||
:HL["/_next/static/chunks/3dfc15b00aae4007.css","style"]
|
||||
0:{"buildId":"Drc6FkmbQlEnXgyLGuXOG","rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/3dfc15b00aae4007.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/024bbf5c49faf4e1.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/e1bbcd4d755907c7.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/6c799747116e6d31.js","async":true}]],["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],"loading":null,"isPartial":false}
|
||||
4:{}
|
||||
5:{}
|
||||
8:null
|
||||
@@ -0,0 +1,18 @@
|
||||
var R=require("../../../chunks/ssr/[turbopack]_runtime.js")("server/app/home/bots/page.js")
|
||||
R.c("server/chunks/ssr/[root-of-the-server]__fb119731._.js")
|
||||
R.c("server/chunks/ssr/coding_projects_LangBot_web_1beb79e6._.js")
|
||||
R.c("server/chunks/ssr/coding_projects_LangBot_web_28525fbd._.js")
|
||||
R.c("server/chunks/ssr/[root-of-the-server]__9b07cfb6._.js")
|
||||
R.c("server/chunks/ssr/a2e30_bb92647f._.js")
|
||||
R.c("server/chunks/ssr/a2e30_next_dist_0ce57fc1._.js")
|
||||
R.c("server/chunks/ssr/coding_projects_LangBot_web_src_app_a1af9718._.js")
|
||||
R.c("server/chunks/ssr/a2e30_next_dist_client_components_builtin_global-error_22594cd7.js")
|
||||
R.c("server/chunks/ssr/coding_projects_LangBot_web_src_20072b2e._.js")
|
||||
R.c("server/chunks/ssr/a2e30_next_dist_client_components_22237e32._.js")
|
||||
R.c("server/chunks/ssr/a2e30_next_dist_client_components_builtin_forbidden_eef977b5.js")
|
||||
R.c("server/chunks/ssr/a2e30_next_dist_client_components_builtin_unauthorized_218c982d.js")
|
||||
R.c("server/chunks/ssr/coding_projects_LangBot_web_src_app_home_layout_tsx_a210f18f._.js")
|
||||
R.c("server/chunks/ssr/coding_projects_LangBot_web_src_app_home_loading_tsx_7ed5b2b2._.js")
|
||||
R.c("server/chunks/ssr/f0d16_projects_LangBot_web__next-internal_server_app_home_bots_page_actions_40d7ccc4.js")
|
||||
R.m(28088)
|
||||
module.exports=R.m(28088).exports
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"version": 3,
|
||||
"sources": [],
|
||||
"sections": []
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"/home/bots/page": "app/home/bots/page.js"
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"devFiles": [],
|
||||
"ampDevFiles": [],
|
||||
"polyfillFiles": [
|
||||
"static/chunks/a6dad97d9634a72d.js"
|
||||
],
|
||||
"lowPriorityFiles": [],
|
||||
"rootMainFiles": [
|
||||
"static/chunks/17f6972c3102ddc3.js",
|
||||
"static/chunks/07ffbd9e16e0d7b9.js",
|
||||
"static/chunks/31333350168bc656.js",
|
||||
"static/chunks/11e4b72bf8108551.js",
|
||||
"static/chunks/turbopack-07ee364ad58e4d54.js"
|
||||
],
|
||||
"pages": {},
|
||||
"ampFirstPages": []
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"pages": {},
|
||||
"app": {},
|
||||
"appUsingSizeAdjust": false,
|
||||
"pagesUsingSizeAdjust": false
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
{}
|
||||
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"node": {},
|
||||
"edge": {}
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"headers": {
|
||||
"x-nextjs-stale-time": "300",
|
||||
"x-nextjs-prerender": "1",
|
||||
"x-next-cache-tags": "_N_T_/layout,_N_T_/home/layout,_N_T_/home/knowledge/layout,_N_T_/home/knowledge/page,_N_T_/home/knowledge"
|
||||
},
|
||||
"segmentPaths": [
|
||||
"/_tree",
|
||||
"/_full",
|
||||
"/home/knowledge/__PAGE__",
|
||||
"/home/knowledge",
|
||||
"/home",
|
||||
"/_index",
|
||||
"/_head"
|
||||
]
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -0,0 +1,6 @@
|
||||
1:"$Sreact.fragment"
|
||||
2:I[98003,["/_next/static/chunks/7477111a19b929a2.js","/_next/static/chunks/0c8c6ca61d316cb8.js"],"ViewportBoundary"]
|
||||
3:I[98003,["/_next/static/chunks/7477111a19b929a2.js","/_next/static/chunks/0c8c6ca61d316cb8.js"],"MetadataBoundary"]
|
||||
4:"$Sreact.suspense"
|
||||
5:I[80928,["/_next/static/chunks/7477111a19b929a2.js","/_next/static/chunks/0c8c6ca61d316cb8.js"],"IconMark"]
|
||||
0:{"buildId":"Drc6FkmbQlEnXgyLGuXOG","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"LangBot"}],["$","meta","1",{"name":"description","content":"Production-grade platform for building agentic IM bots, integrated with Telegram, Slack, Discord, WeChat, QQ, etc."}],["$","link","2",{"rel":"icon","href":"/favicon.ico?favicon.c88c33b3.ico","sizes":"48x48","type":"image/x-icon"}],["$","$L5","3",{}]]}]}]}],null]}],"loading":null,"isPartial":false}
|
||||
@@ -0,0 +1,9 @@
|
||||
1:"$Sreact.fragment"
|
||||
2:I[5555,["/_next/static/chunks/29e9a92b2f90a7ba.js","/_next/static/chunks/7705199feea981dd.js","/_next/static/chunks/f5ac8d25dfe4bd62.js"],"ThemeProvider"]
|
||||
3:I[11607,["/_next/static/chunks/29e9a92b2f90a7ba.js","/_next/static/chunks/7705199feea981dd.js","/_next/static/chunks/f5ac8d25dfe4bd62.js"],"default"]
|
||||
4:I[90487,["/_next/static/chunks/7477111a19b929a2.js","/_next/static/chunks/0c8c6ca61d316cb8.js"],"default"]
|
||||
5:I[26472,["/_next/static/chunks/7477111a19b929a2.js","/_next/static/chunks/0c8c6ca61d316cb8.js"],"default"]
|
||||
6:I[19436,["/_next/static/chunks/29e9a92b2f90a7ba.js","/_next/static/chunks/7705199feea981dd.js","/_next/static/chunks/f5ac8d25dfe4bd62.js"],"Toaster"]
|
||||
:HL["/_next/static/chunks/517e49efcd65df67.css","style"]
|
||||
:HL["/_next/static/chunks/cc24109bbacdc366.css","style"]
|
||||
0:{"buildId":"Drc6FkmbQlEnXgyLGuXOG","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/517e49efcd65df67.css","precedence":"next"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/chunks/cc24109bbacdc366.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/29e9a92b2f90a7ba.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/7705199feea981dd.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/f5ac8d25dfe4bd62.js","async":true}]],["$","html",null,{"lang":"zh","suppressHydrationWarning":true,"children":["$","body",null,{"className":"","children":["$","$L2",null,{"children":["$","$L3",null,{"children":[["$","$L4",null,{"parallelRouterKey":"children","template":["$","$L5",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."}]}]]}]}]],[]]}],["$","$L6",null,{}]]}]}]}]}]]}],"loading":null,"isPartial":false}
|
||||
@@ -0,0 +1,5 @@
|
||||
:HL["/_next/static/chunks/517e49efcd65df67.css","style"]
|
||||
:HL["/_next/static/chunks/cc24109bbacdc366.css","style"]
|
||||
:HL["/_next/static/chunks/5aa1dff06ecc5528.css","style"]
|
||||
:HL["/_next/static/chunks/3dfc15b00aae4007.css","style"]
|
||||
0:{"buildId":"Drc6FkmbQlEnXgyLGuXOG","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"home","paramType":null,"paramKey":"home","hasRuntimePrefetch":false,"slots":{"children":{"name":"knowledge","paramType":null,"paramKey":"knowledge","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":true},"staleTime":300}
|
||||
@@ -0,0 +1,8 @@
|
||||
1:"$Sreact.fragment"
|
||||
2:I[17969,["/_next/static/chunks/7477111a19b929a2.js","/_next/static/chunks/0c8c6ca61d316cb8.js"],"ClientSegmentRoot"]
|
||||
3:I[64934,["/_next/static/chunks/29e9a92b2f90a7ba.js","/_next/static/chunks/7705199feea981dd.js","/_next/static/chunks/f5ac8d25dfe4bd62.js","/_next/static/chunks/4bd9ffa530efa8ea.js","/_next/static/chunks/52eec9325ce59a6c.js","/_next/static/chunks/008acc72682bc4fb.js","/_next/static/chunks/a0e0f145916ced3b.js","/_next/static/chunks/d661592c5472cb1f.js","/_next/static/chunks/c9a3ac95d73a81fd.js","/_next/static/chunks/e75176208e875e31.js"],"default"]
|
||||
4:I[90487,["/_next/static/chunks/7477111a19b929a2.js","/_next/static/chunks/0c8c6ca61d316cb8.js"],"default"]
|
||||
5:I[26472,["/_next/static/chunks/7477111a19b929a2.js","/_next/static/chunks/0c8c6ca61d316cb8.js"],"default"]
|
||||
:HL["/_next/static/chunks/5aa1dff06ecc5528.css","style"]
|
||||
0:{"buildId":"Drc6FkmbQlEnXgyLGuXOG","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/5aa1dff06ecc5528.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/4bd9ffa530efa8ea.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/52eec9325ce59a6c.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/008acc72682bc4fb.js","async":true}],["$","script","script-3",{"src":"/_next/static/chunks/a0e0f145916ced3b.js","async":true}],["$","script","script-4",{"src":"/_next/static/chunks/d661592c5472cb1f.js","async":true}],["$","script","script-5",{"src":"/_next/static/chunks/c9a3ac95d73a81fd.js","async":true}],["$","script","script-6",{"src":"/_next/static/chunks/e75176208e875e31.js","async":true}]],["$","$L2",null,{"Component":"$3","slots":{"children":["$","$L4",null,{"parallelRouterKey":"children","template":["$","$L5",null,{}]}]},"serverProvidedParams":{"params":{},"promises":["$@6"]}}]]}],"loading":[["$","div","l",{"className":"flex h-full items-center justify-center","children":["$","div",null,{"className":"flex flex-col items-center gap-4","children":[["$","svg",null,{"xmlns":"http://www.w3.org/2000/svg","width":24,"height":24,"viewBox":"0 0 24 24","fill":"none","stroke":"currentColor","strokeWidth":2,"strokeLinecap":"round","strokeLinejoin":"round","className":"lucide lucide-loader-circle animate-spin text-primary h-12 w-12","aria-hidden":"true","children":[["$","path","13zald",{"d":"M21 12a9 9 0 1 1-6.219-8.56"}],"$undefined"]}],["$","p",null,{"className":"text-muted-foreground text-base","children":"加载中..."}]]}]}],[],[]],"isPartial":false}
|
||||
6:"$0:rsc:props:children:1:props:serverProvidedParams:params"
|
||||
@@ -0,0 +1,4 @@
|
||||
1:"$Sreact.fragment"
|
||||
2:I[90487,["/_next/static/chunks/7477111a19b929a2.js","/_next/static/chunks/0c8c6ca61d316cb8.js"],"default"]
|
||||
3:I[26472,["/_next/static/chunks/7477111a19b929a2.js","/_next/static/chunks/0c8c6ca61d316cb8.js"],"default"]
|
||||
0:{"buildId":"Drc6FkmbQlEnXgyLGuXOG","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false}
|
||||
@@ -0,0 +1,10 @@
|
||||
1:"$Sreact.fragment"
|
||||
2:I[74163,["/_next/static/chunks/7477111a19b929a2.js","/_next/static/chunks/0c8c6ca61d316cb8.js"],"ClientPageRoot"]
|
||||
3:I[92291,["/_next/static/chunks/29e9a92b2f90a7ba.js","/_next/static/chunks/7705199feea981dd.js","/_next/static/chunks/f5ac8d25dfe4bd62.js","/_next/static/chunks/4bd9ffa530efa8ea.js","/_next/static/chunks/52eec9325ce59a6c.js","/_next/static/chunks/008acc72682bc4fb.js","/_next/static/chunks/a0e0f145916ced3b.js","/_next/static/chunks/d661592c5472cb1f.js","/_next/static/chunks/c9a3ac95d73a81fd.js","/_next/static/chunks/e75176208e875e31.js","/_next/static/chunks/3cb0011a51358e7a.js","/_next/static/chunks/edc6e8932ef2157b.js","/_next/static/chunks/6c799747116e6d31.js"],"default"]
|
||||
6:I[98003,["/_next/static/chunks/7477111a19b929a2.js","/_next/static/chunks/0c8c6ca61d316cb8.js"],"OutletBoundary"]
|
||||
7:"$Sreact.suspense"
|
||||
:HL["/_next/static/chunks/3dfc15b00aae4007.css","style"]
|
||||
0:{"buildId":"Drc6FkmbQlEnXgyLGuXOG","rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/3dfc15b00aae4007.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/3cb0011a51358e7a.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/edc6e8932ef2157b.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/6c799747116e6d31.js","async":true}]],["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],"loading":null,"isPartial":false}
|
||||
4:{}
|
||||
5:{}
|
||||
8:null
|
||||
@@ -0,0 +1,18 @@
|
||||
var R=require("../../../chunks/ssr/[turbopack]_runtime.js")("server/app/home/knowledge/page.js")
|
||||
R.c("server/chunks/ssr/[root-of-the-server]__35b3df49._.js")
|
||||
R.c("server/chunks/ssr/coding_projects_LangBot_web_1beb79e6._.js")
|
||||
R.c("server/chunks/ssr/coding_projects_LangBot_web_96dd9f0c._.js")
|
||||
R.c("server/chunks/ssr/[root-of-the-server]__9b07cfb6._.js")
|
||||
R.c("server/chunks/ssr/a2e30_bb92647f._.js")
|
||||
R.c("server/chunks/ssr/a2e30_next_dist_0ce57fc1._.js")
|
||||
R.c("server/chunks/ssr/coding_projects_LangBot_web_src_app_a1af9718._.js")
|
||||
R.c("server/chunks/ssr/a2e30_next_dist_client_components_builtin_global-error_22594cd7.js")
|
||||
R.c("server/chunks/ssr/coding_projects_LangBot_web_src_20072b2e._.js")
|
||||
R.c("server/chunks/ssr/a2e30_next_dist_client_components_22237e32._.js")
|
||||
R.c("server/chunks/ssr/a2e30_next_dist_client_components_builtin_forbidden_eef977b5.js")
|
||||
R.c("server/chunks/ssr/a2e30_next_dist_client_components_builtin_unauthorized_218c982d.js")
|
||||
R.c("server/chunks/ssr/coding_projects_LangBot_web_src_app_home_layout_tsx_a210f18f._.js")
|
||||
R.c("server/chunks/ssr/coding_projects_LangBot_web_src_app_home_loading_tsx_7ed5b2b2._.js")
|
||||
R.c("server/chunks/ssr/15bb4_LangBot_web__next-internal_server_app_home_knowledge_page_actions_169f276c.js")
|
||||
R.m(47321)
|
||||
module.exports=R.m(47321).exports
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"version": 3,
|
||||
"sources": [],
|
||||
"sections": []
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"/home/knowledge/page": "app/home/knowledge/page.js"
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"devFiles": [],
|
||||
"ampDevFiles": [],
|
||||
"polyfillFiles": [
|
||||
"static/chunks/a6dad97d9634a72d.js"
|
||||
],
|
||||
"lowPriorityFiles": [],
|
||||
"rootMainFiles": [
|
||||
"static/chunks/17f6972c3102ddc3.js",
|
||||
"static/chunks/07ffbd9e16e0d7b9.js",
|
||||
"static/chunks/31333350168bc656.js",
|
||||
"static/chunks/11e4b72bf8108551.js",
|
||||
"static/chunks/turbopack-07ee364ad58e4d54.js"
|
||||
],
|
||||
"pages": {},
|
||||
"ampFirstPages": []
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"pages": {},
|
||||
"app": {},
|
||||
"appUsingSizeAdjust": false,
|
||||
"pagesUsingSizeAdjust": false
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
{}
|
||||
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"node": {},
|
||||
"edge": {}
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"headers": {
|
||||
"x-nextjs-stale-time": "300",
|
||||
"x-nextjs-prerender": "1",
|
||||
"x-next-cache-tags": "_N_T_/layout,_N_T_/home/layout,_N_T_/home/monitoring/layout,_N_T_/home/monitoring/page,_N_T_/home/monitoring"
|
||||
},
|
||||
"segmentPaths": [
|
||||
"/_tree",
|
||||
"/_full",
|
||||
"/home/monitoring/__PAGE__",
|
||||
"/home/monitoring",
|
||||
"/home",
|
||||
"/_index",
|
||||
"/_head"
|
||||
]
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -0,0 +1,6 @@
|
||||
1:"$Sreact.fragment"
|
||||
2:I[98003,["/_next/static/chunks/7477111a19b929a2.js","/_next/static/chunks/0c8c6ca61d316cb8.js"],"ViewportBoundary"]
|
||||
3:I[98003,["/_next/static/chunks/7477111a19b929a2.js","/_next/static/chunks/0c8c6ca61d316cb8.js"],"MetadataBoundary"]
|
||||
4:"$Sreact.suspense"
|
||||
5:I[80928,["/_next/static/chunks/7477111a19b929a2.js","/_next/static/chunks/0c8c6ca61d316cb8.js"],"IconMark"]
|
||||
0:{"buildId":"Drc6FkmbQlEnXgyLGuXOG","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"LangBot"}],["$","meta","1",{"name":"description","content":"Production-grade platform for building agentic IM bots, integrated with Telegram, Slack, Discord, WeChat, QQ, etc."}],["$","link","2",{"rel":"icon","href":"/favicon.ico?favicon.c88c33b3.ico","sizes":"48x48","type":"image/x-icon"}],["$","$L5","3",{}]]}]}]}],null]}],"loading":null,"isPartial":false}
|
||||
@@ -0,0 +1,9 @@
|
||||
1:"$Sreact.fragment"
|
||||
2:I[5555,["/_next/static/chunks/29e9a92b2f90a7ba.js","/_next/static/chunks/7705199feea981dd.js","/_next/static/chunks/f5ac8d25dfe4bd62.js"],"ThemeProvider"]
|
||||
3:I[11607,["/_next/static/chunks/29e9a92b2f90a7ba.js","/_next/static/chunks/7705199feea981dd.js","/_next/static/chunks/f5ac8d25dfe4bd62.js"],"default"]
|
||||
4:I[90487,["/_next/static/chunks/7477111a19b929a2.js","/_next/static/chunks/0c8c6ca61d316cb8.js"],"default"]
|
||||
5:I[26472,["/_next/static/chunks/7477111a19b929a2.js","/_next/static/chunks/0c8c6ca61d316cb8.js"],"default"]
|
||||
6:I[19436,["/_next/static/chunks/29e9a92b2f90a7ba.js","/_next/static/chunks/7705199feea981dd.js","/_next/static/chunks/f5ac8d25dfe4bd62.js"],"Toaster"]
|
||||
:HL["/_next/static/chunks/517e49efcd65df67.css","style"]
|
||||
:HL["/_next/static/chunks/cc24109bbacdc366.css","style"]
|
||||
0:{"buildId":"Drc6FkmbQlEnXgyLGuXOG","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/517e49efcd65df67.css","precedence":"next"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/chunks/cc24109bbacdc366.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/29e9a92b2f90a7ba.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/7705199feea981dd.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/f5ac8d25dfe4bd62.js","async":true}]],["$","html",null,{"lang":"zh","suppressHydrationWarning":true,"children":["$","body",null,{"className":"","children":["$","$L2",null,{"children":["$","$L3",null,{"children":[["$","$L4",null,{"parallelRouterKey":"children","template":["$","$L5",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."}]}]]}]}]],[]]}],["$","$L6",null,{}]]}]}]}]}]]}],"loading":null,"isPartial":false}
|
||||
@@ -0,0 +1,4 @@
|
||||
:HL["/_next/static/chunks/517e49efcd65df67.css","style"]
|
||||
:HL["/_next/static/chunks/cc24109bbacdc366.css","style"]
|
||||
:HL["/_next/static/chunks/5aa1dff06ecc5528.css","style"]
|
||||
0:{"buildId":"Drc6FkmbQlEnXgyLGuXOG","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"home","paramType":null,"paramKey":"home","hasRuntimePrefetch":false,"slots":{"children":{"name":"monitoring","paramType":null,"paramKey":"monitoring","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":true},"staleTime":300}
|
||||
@@ -0,0 +1,8 @@
|
||||
1:"$Sreact.fragment"
|
||||
2:I[17969,["/_next/static/chunks/7477111a19b929a2.js","/_next/static/chunks/0c8c6ca61d316cb8.js"],"ClientSegmentRoot"]
|
||||
3:I[64934,["/_next/static/chunks/29e9a92b2f90a7ba.js","/_next/static/chunks/7705199feea981dd.js","/_next/static/chunks/f5ac8d25dfe4bd62.js","/_next/static/chunks/4bd9ffa530efa8ea.js","/_next/static/chunks/52eec9325ce59a6c.js","/_next/static/chunks/008acc72682bc4fb.js","/_next/static/chunks/a0e0f145916ced3b.js","/_next/static/chunks/d661592c5472cb1f.js","/_next/static/chunks/c9a3ac95d73a81fd.js","/_next/static/chunks/e75176208e875e31.js"],"default"]
|
||||
4:I[90487,["/_next/static/chunks/7477111a19b929a2.js","/_next/static/chunks/0c8c6ca61d316cb8.js"],"default"]
|
||||
5:I[26472,["/_next/static/chunks/7477111a19b929a2.js","/_next/static/chunks/0c8c6ca61d316cb8.js"],"default"]
|
||||
:HL["/_next/static/chunks/5aa1dff06ecc5528.css","style"]
|
||||
0:{"buildId":"Drc6FkmbQlEnXgyLGuXOG","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/5aa1dff06ecc5528.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/4bd9ffa530efa8ea.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/52eec9325ce59a6c.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/008acc72682bc4fb.js","async":true}],["$","script","script-3",{"src":"/_next/static/chunks/a0e0f145916ced3b.js","async":true}],["$","script","script-4",{"src":"/_next/static/chunks/d661592c5472cb1f.js","async":true}],["$","script","script-5",{"src":"/_next/static/chunks/c9a3ac95d73a81fd.js","async":true}],["$","script","script-6",{"src":"/_next/static/chunks/e75176208e875e31.js","async":true}]],["$","$L2",null,{"Component":"$3","slots":{"children":["$","$L4",null,{"parallelRouterKey":"children","template":["$","$L5",null,{}]}]},"serverProvidedParams":{"params":{},"promises":["$@6"]}}]]}],"loading":[["$","div","l",{"className":"flex h-full items-center justify-center","children":["$","div",null,{"className":"flex flex-col items-center gap-4","children":[["$","svg",null,{"xmlns":"http://www.w3.org/2000/svg","width":24,"height":24,"viewBox":"0 0 24 24","fill":"none","stroke":"currentColor","strokeWidth":2,"strokeLinecap":"round","strokeLinejoin":"round","className":"lucide lucide-loader-circle animate-spin text-primary h-12 w-12","aria-hidden":"true","children":[["$","path","13zald",{"d":"M21 12a9 9 0 1 1-6.219-8.56"}],"$undefined"]}],["$","p",null,{"className":"text-muted-foreground text-base","children":"加载中..."}]]}]}],[],[]],"isPartial":false}
|
||||
6:"$0:rsc:props:children:1:props:serverProvidedParams:params"
|
||||
@@ -0,0 +1,4 @@
|
||||
1:"$Sreact.fragment"
|
||||
2:I[90487,["/_next/static/chunks/7477111a19b929a2.js","/_next/static/chunks/0c8c6ca61d316cb8.js"],"default"]
|
||||
3:I[26472,["/_next/static/chunks/7477111a19b929a2.js","/_next/static/chunks/0c8c6ca61d316cb8.js"],"default"]
|
||||
0:{"buildId":"Drc6FkmbQlEnXgyLGuXOG","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false}
|
||||
@@ -0,0 +1,9 @@
|
||||
1:"$Sreact.fragment"
|
||||
2:I[74163,["/_next/static/chunks/7477111a19b929a2.js","/_next/static/chunks/0c8c6ca61d316cb8.js"],"ClientPageRoot"]
|
||||
3:I[98426,["/_next/static/chunks/29e9a92b2f90a7ba.js","/_next/static/chunks/7705199feea981dd.js","/_next/static/chunks/f5ac8d25dfe4bd62.js","/_next/static/chunks/4bd9ffa530efa8ea.js","/_next/static/chunks/52eec9325ce59a6c.js","/_next/static/chunks/008acc72682bc4fb.js","/_next/static/chunks/a0e0f145916ced3b.js","/_next/static/chunks/d661592c5472cb1f.js","/_next/static/chunks/c9a3ac95d73a81fd.js","/_next/static/chunks/e75176208e875e31.js","/_next/static/chunks/e6c31cf84b66e68c.js","/_next/static/chunks/84e49a9a42a935ef.js","/_next/static/chunks/8d1a9ea0f6e05b36.js"],"default"]
|
||||
6:I[98003,["/_next/static/chunks/7477111a19b929a2.js","/_next/static/chunks/0c8c6ca61d316cb8.js"],"OutletBoundary"]
|
||||
7:"$Sreact.suspense"
|
||||
0:{"buildId":"Drc6FkmbQlEnXgyLGuXOG","rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/e6c31cf84b66e68c.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/84e49a9a42a935ef.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/8d1a9ea0f6e05b36.js","async":true}]],["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],"loading":null,"isPartial":false}
|
||||
4:{}
|
||||
5:{}
|
||||
8:null
|
||||
@@ -0,0 +1,18 @@
|
||||
var R=require("../../../chunks/ssr/[turbopack]_runtime.js")("server/app/home/monitoring/page.js")
|
||||
R.c("server/chunks/ssr/[root-of-the-server]__00a7a059._.js")
|
||||
R.c("server/chunks/ssr/coding_projects_LangBot_web_1beb79e6._.js")
|
||||
R.c("server/chunks/ssr/coding_projects_LangBot_web_56b70342._.js")
|
||||
R.c("server/chunks/ssr/[root-of-the-server]__9b07cfb6._.js")
|
||||
R.c("server/chunks/ssr/a2e30_bb92647f._.js")
|
||||
R.c("server/chunks/ssr/a2e30_next_dist_0ce57fc1._.js")
|
||||
R.c("server/chunks/ssr/coding_projects_LangBot_web_src_app_a1af9718._.js")
|
||||
R.c("server/chunks/ssr/a2e30_next_dist_client_components_builtin_global-error_22594cd7.js")
|
||||
R.c("server/chunks/ssr/coding_projects_LangBot_web_src_20072b2e._.js")
|
||||
R.c("server/chunks/ssr/a2e30_next_dist_client_components_22237e32._.js")
|
||||
R.c("server/chunks/ssr/a2e30_next_dist_client_components_builtin_forbidden_eef977b5.js")
|
||||
R.c("server/chunks/ssr/a2e30_next_dist_client_components_builtin_unauthorized_218c982d.js")
|
||||
R.c("server/chunks/ssr/coding_projects_LangBot_web_src_app_home_layout_tsx_a210f18f._.js")
|
||||
R.c("server/chunks/ssr/coding_projects_LangBot_web_src_app_home_loading_tsx_7ed5b2b2._.js")
|
||||
R.c("server/chunks/ssr/15bb4_LangBot_web__next-internal_server_app_home_monitoring_page_actions_ca6ce4f8.js")
|
||||
R.m(35190)
|
||||
module.exports=R.m(35190).exports
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"version": 3,
|
||||
"sources": [],
|
||||
"sections": []
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"/home/monitoring/page": "app/home/monitoring/page.js"
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"devFiles": [],
|
||||
"ampDevFiles": [],
|
||||
"polyfillFiles": [
|
||||
"static/chunks/a6dad97d9634a72d.js"
|
||||
],
|
||||
"lowPriorityFiles": [],
|
||||
"rootMainFiles": [
|
||||
"static/chunks/17f6972c3102ddc3.js",
|
||||
"static/chunks/07ffbd9e16e0d7b9.js",
|
||||
"static/chunks/31333350168bc656.js",
|
||||
"static/chunks/11e4b72bf8108551.js",
|
||||
"static/chunks/turbopack-07ee364ad58e4d54.js"
|
||||
],
|
||||
"pages": {},
|
||||
"ampFirstPages": []
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"pages": {},
|
||||
"app": {},
|
||||
"appUsingSizeAdjust": false,
|
||||
"pagesUsingSizeAdjust": false
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
{}
|
||||
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"node": {},
|
||||
"edge": {}
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
@@ -0,0 +1,18 @@
|
||||
var R=require("../../chunks/ssr/[turbopack]_runtime.js")("server/app/home/page.js")
|
||||
R.c("server/chunks/ssr/[root-of-the-server]__9a47a5a4._.js")
|
||||
R.c("server/chunks/ssr/coding_projects_LangBot_web_1beb79e6._.js")
|
||||
R.c("server/chunks/ssr/coding_projects_LangBot_web_a9f731c5._.js")
|
||||
R.c("server/chunks/ssr/[root-of-the-server]__9b07cfb6._.js")
|
||||
R.c("server/chunks/ssr/a2e30_bb92647f._.js")
|
||||
R.c("server/chunks/ssr/a2e30_next_dist_0ce57fc1._.js")
|
||||
R.c("server/chunks/ssr/coding_projects_LangBot_web_src_app_a1af9718._.js")
|
||||
R.c("server/chunks/ssr/a2e30_next_dist_client_components_builtin_global-error_22594cd7.js")
|
||||
R.c("server/chunks/ssr/coding_projects_LangBot_web_src_20072b2e._.js")
|
||||
R.c("server/chunks/ssr/a2e30_next_dist_client_components_22237e32._.js")
|
||||
R.c("server/chunks/ssr/a2e30_next_dist_client_components_builtin_forbidden_eef977b5.js")
|
||||
R.c("server/chunks/ssr/a2e30_next_dist_client_components_builtin_unauthorized_218c982d.js")
|
||||
R.c("server/chunks/ssr/coding_projects_LangBot_web_src_app_home_layout_tsx_a210f18f._.js")
|
||||
R.c("server/chunks/ssr/coding_projects_LangBot_web_src_app_home_loading_tsx_7ed5b2b2._.js")
|
||||
R.c("server/chunks/ssr/coding_projects_LangBot_web__next-internal_server_app_home_page_actions_6575a6f6.js")
|
||||
R.m(33743)
|
||||
module.exports=R.m(33743).exports
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"version": 3,
|
||||
"sources": [],
|
||||
"sections": []
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"/home/page": "app/home/page.js"
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"devFiles": [],
|
||||
"ampDevFiles": [],
|
||||
"polyfillFiles": [
|
||||
"static/chunks/a6dad97d9634a72d.js"
|
||||
],
|
||||
"lowPriorityFiles": [],
|
||||
"rootMainFiles": [
|
||||
"static/chunks/17f6972c3102ddc3.js",
|
||||
"static/chunks/07ffbd9e16e0d7b9.js",
|
||||
"static/chunks/31333350168bc656.js",
|
||||
"static/chunks/11e4b72bf8108551.js",
|
||||
"static/chunks/turbopack-07ee364ad58e4d54.js"
|
||||
],
|
||||
"pages": {},
|
||||
"ampFirstPages": []
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"pages": {},
|
||||
"app": {},
|
||||
"appUsingSizeAdjust": false,
|
||||
"pagesUsingSizeAdjust": false
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
{}
|
||||
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"node": {},
|
||||
"edge": {}
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"headers": {
|
||||
"x-nextjs-stale-time": "300",
|
||||
"x-nextjs-prerender": "1",
|
||||
"x-next-cache-tags": "_N_T_/layout,_N_T_/home/layout,_N_T_/home/pipelines/layout,_N_T_/home/pipelines/page,_N_T_/home/pipelines"
|
||||
},
|
||||
"segmentPaths": [
|
||||
"/_tree",
|
||||
"/_full",
|
||||
"/home/pipelines/__PAGE__",
|
||||
"/home/pipelines",
|
||||
"/home",
|
||||
"/_index",
|
||||
"/_head"
|
||||
]
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -0,0 +1,6 @@
|
||||
1:"$Sreact.fragment"
|
||||
2:I[98003,["/_next/static/chunks/7477111a19b929a2.js","/_next/static/chunks/0c8c6ca61d316cb8.js"],"ViewportBoundary"]
|
||||
3:I[98003,["/_next/static/chunks/7477111a19b929a2.js","/_next/static/chunks/0c8c6ca61d316cb8.js"],"MetadataBoundary"]
|
||||
4:"$Sreact.suspense"
|
||||
5:I[80928,["/_next/static/chunks/7477111a19b929a2.js","/_next/static/chunks/0c8c6ca61d316cb8.js"],"IconMark"]
|
||||
0:{"buildId":"Drc6FkmbQlEnXgyLGuXOG","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"LangBot"}],["$","meta","1",{"name":"description","content":"Production-grade platform for building agentic IM bots, integrated with Telegram, Slack, Discord, WeChat, QQ, etc."}],["$","link","2",{"rel":"icon","href":"/favicon.ico?favicon.c88c33b3.ico","sizes":"48x48","type":"image/x-icon"}],["$","$L5","3",{}]]}]}]}],null]}],"loading":null,"isPartial":false}
|
||||
@@ -0,0 +1,9 @@
|
||||
1:"$Sreact.fragment"
|
||||
2:I[5555,["/_next/static/chunks/29e9a92b2f90a7ba.js","/_next/static/chunks/7705199feea981dd.js","/_next/static/chunks/f5ac8d25dfe4bd62.js"],"ThemeProvider"]
|
||||
3:I[11607,["/_next/static/chunks/29e9a92b2f90a7ba.js","/_next/static/chunks/7705199feea981dd.js","/_next/static/chunks/f5ac8d25dfe4bd62.js"],"default"]
|
||||
4:I[90487,["/_next/static/chunks/7477111a19b929a2.js","/_next/static/chunks/0c8c6ca61d316cb8.js"],"default"]
|
||||
5:I[26472,["/_next/static/chunks/7477111a19b929a2.js","/_next/static/chunks/0c8c6ca61d316cb8.js"],"default"]
|
||||
6:I[19436,["/_next/static/chunks/29e9a92b2f90a7ba.js","/_next/static/chunks/7705199feea981dd.js","/_next/static/chunks/f5ac8d25dfe4bd62.js"],"Toaster"]
|
||||
:HL["/_next/static/chunks/517e49efcd65df67.css","style"]
|
||||
:HL["/_next/static/chunks/cc24109bbacdc366.css","style"]
|
||||
0:{"buildId":"Drc6FkmbQlEnXgyLGuXOG","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/517e49efcd65df67.css","precedence":"next"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/chunks/cc24109bbacdc366.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/29e9a92b2f90a7ba.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/7705199feea981dd.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/f5ac8d25dfe4bd62.js","async":true}]],["$","html",null,{"lang":"zh","suppressHydrationWarning":true,"children":["$","body",null,{"className":"","children":["$","$L2",null,{"children":["$","$L3",null,{"children":[["$","$L4",null,{"parallelRouterKey":"children","template":["$","$L5",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."}]}]]}]}]],[]]}],["$","$L6",null,{}]]}]}]}]}]]}],"loading":null,"isPartial":false}
|
||||
@@ -0,0 +1,5 @@
|
||||
:HL["/_next/static/chunks/517e49efcd65df67.css","style"]
|
||||
:HL["/_next/static/chunks/cc24109bbacdc366.css","style"]
|
||||
:HL["/_next/static/chunks/5aa1dff06ecc5528.css","style"]
|
||||
:HL["/_next/static/chunks/3dfc15b00aae4007.css","style"]
|
||||
0:{"buildId":"Drc6FkmbQlEnXgyLGuXOG","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"home","paramType":null,"paramKey":"home","hasRuntimePrefetch":false,"slots":{"children":{"name":"pipelines","paramType":null,"paramKey":"pipelines","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":true},"staleTime":300}
|
||||
@@ -0,0 +1,8 @@
|
||||
1:"$Sreact.fragment"
|
||||
2:I[17969,["/_next/static/chunks/7477111a19b929a2.js","/_next/static/chunks/0c8c6ca61d316cb8.js"],"ClientSegmentRoot"]
|
||||
3:I[64934,["/_next/static/chunks/29e9a92b2f90a7ba.js","/_next/static/chunks/7705199feea981dd.js","/_next/static/chunks/f5ac8d25dfe4bd62.js","/_next/static/chunks/4bd9ffa530efa8ea.js","/_next/static/chunks/52eec9325ce59a6c.js","/_next/static/chunks/008acc72682bc4fb.js","/_next/static/chunks/a0e0f145916ced3b.js","/_next/static/chunks/d661592c5472cb1f.js","/_next/static/chunks/c9a3ac95d73a81fd.js","/_next/static/chunks/e75176208e875e31.js"],"default"]
|
||||
4:I[90487,["/_next/static/chunks/7477111a19b929a2.js","/_next/static/chunks/0c8c6ca61d316cb8.js"],"default"]
|
||||
5:I[26472,["/_next/static/chunks/7477111a19b929a2.js","/_next/static/chunks/0c8c6ca61d316cb8.js"],"default"]
|
||||
:HL["/_next/static/chunks/5aa1dff06ecc5528.css","style"]
|
||||
0:{"buildId":"Drc6FkmbQlEnXgyLGuXOG","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/5aa1dff06ecc5528.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/4bd9ffa530efa8ea.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/52eec9325ce59a6c.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/008acc72682bc4fb.js","async":true}],["$","script","script-3",{"src":"/_next/static/chunks/a0e0f145916ced3b.js","async":true}],["$","script","script-4",{"src":"/_next/static/chunks/d661592c5472cb1f.js","async":true}],["$","script","script-5",{"src":"/_next/static/chunks/c9a3ac95d73a81fd.js","async":true}],["$","script","script-6",{"src":"/_next/static/chunks/e75176208e875e31.js","async":true}]],["$","$L2",null,{"Component":"$3","slots":{"children":["$","$L4",null,{"parallelRouterKey":"children","template":["$","$L5",null,{}]}]},"serverProvidedParams":{"params":{},"promises":["$@6"]}}]]}],"loading":[["$","div","l",{"className":"flex h-full items-center justify-center","children":["$","div",null,{"className":"flex flex-col items-center gap-4","children":[["$","svg",null,{"xmlns":"http://www.w3.org/2000/svg","width":24,"height":24,"viewBox":"0 0 24 24","fill":"none","stroke":"currentColor","strokeWidth":2,"strokeLinecap":"round","strokeLinejoin":"round","className":"lucide lucide-loader-circle animate-spin text-primary h-12 w-12","aria-hidden":"true","children":[["$","path","13zald",{"d":"M21 12a9 9 0 1 1-6.219-8.56"}],"$undefined"]}],["$","p",null,{"className":"text-muted-foreground text-base","children":"加载中..."}]]}]}],[],[]],"isPartial":false}
|
||||
6:"$0:rsc:props:children:1:props:serverProvidedParams:params"
|
||||
@@ -0,0 +1,4 @@
|
||||
1:"$Sreact.fragment"
|
||||
2:I[90487,["/_next/static/chunks/7477111a19b929a2.js","/_next/static/chunks/0c8c6ca61d316cb8.js"],"default"]
|
||||
3:I[26472,["/_next/static/chunks/7477111a19b929a2.js","/_next/static/chunks/0c8c6ca61d316cb8.js"],"default"]
|
||||
0:{"buildId":"Drc6FkmbQlEnXgyLGuXOG","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false}
|
||||
@@ -0,0 +1,10 @@
|
||||
1:"$Sreact.fragment"
|
||||
2:I[74163,["/_next/static/chunks/7477111a19b929a2.js","/_next/static/chunks/0c8c6ca61d316cb8.js"],"ClientPageRoot"]
|
||||
3:I[27180,["/_next/static/chunks/29e9a92b2f90a7ba.js","/_next/static/chunks/7705199feea981dd.js","/_next/static/chunks/f5ac8d25dfe4bd62.js","/_next/static/chunks/4bd9ffa530efa8ea.js","/_next/static/chunks/52eec9325ce59a6c.js","/_next/static/chunks/008acc72682bc4fb.js","/_next/static/chunks/a0e0f145916ced3b.js","/_next/static/chunks/d661592c5472cb1f.js","/_next/static/chunks/c9a3ac95d73a81fd.js","/_next/static/chunks/e75176208e875e31.js","/_next/static/chunks/fdd81e317014c561.js","/_next/static/chunks/fc724b04c9af1272.js","/_next/static/chunks/6c799747116e6d31.js"],"default"]
|
||||
6:I[98003,["/_next/static/chunks/7477111a19b929a2.js","/_next/static/chunks/0c8c6ca61d316cb8.js"],"OutletBoundary"]
|
||||
7:"$Sreact.suspense"
|
||||
:HL["/_next/static/chunks/3dfc15b00aae4007.css","style"]
|
||||
0:{"buildId":"Drc6FkmbQlEnXgyLGuXOG","rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/3dfc15b00aae4007.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/fdd81e317014c561.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/fc724b04c9af1272.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/6c799747116e6d31.js","async":true}]],["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],"loading":null,"isPartial":false}
|
||||
4:{}
|
||||
5:{}
|
||||
8:null
|
||||
@@ -0,0 +1,18 @@
|
||||
var R=require("../../../chunks/ssr/[turbopack]_runtime.js")("server/app/home/pipelines/page.js")
|
||||
R.c("server/chunks/ssr/[root-of-the-server]__4aef712e._.js")
|
||||
R.c("server/chunks/ssr/coding_projects_LangBot_web_1beb79e6._.js")
|
||||
R.c("server/chunks/ssr/coding_projects_LangBot_web_1dfc9b48._.js")
|
||||
R.c("server/chunks/ssr/[root-of-the-server]__9b07cfb6._.js")
|
||||
R.c("server/chunks/ssr/a2e30_bb92647f._.js")
|
||||
R.c("server/chunks/ssr/a2e30_next_dist_0ce57fc1._.js")
|
||||
R.c("server/chunks/ssr/coding_projects_LangBot_web_src_app_a1af9718._.js")
|
||||
R.c("server/chunks/ssr/a2e30_next_dist_client_components_builtin_global-error_22594cd7.js")
|
||||
R.c("server/chunks/ssr/coding_projects_LangBot_web_src_20072b2e._.js")
|
||||
R.c("server/chunks/ssr/a2e30_next_dist_client_components_22237e32._.js")
|
||||
R.c("server/chunks/ssr/a2e30_next_dist_client_components_builtin_forbidden_eef977b5.js")
|
||||
R.c("server/chunks/ssr/a2e30_next_dist_client_components_builtin_unauthorized_218c982d.js")
|
||||
R.c("server/chunks/ssr/coding_projects_LangBot_web_src_app_home_layout_tsx_a210f18f._.js")
|
||||
R.c("server/chunks/ssr/coding_projects_LangBot_web_src_app_home_loading_tsx_7ed5b2b2._.js")
|
||||
R.c("server/chunks/ssr/15bb4_LangBot_web__next-internal_server_app_home_pipelines_page_actions_138ac0f3.js")
|
||||
R.m(58119)
|
||||
module.exports=R.m(58119).exports
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"version": 3,
|
||||
"sources": [],
|
||||
"sections": []
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"/home/pipelines/page": "app/home/pipelines/page.js"
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"devFiles": [],
|
||||
"ampDevFiles": [],
|
||||
"polyfillFiles": [
|
||||
"static/chunks/a6dad97d9634a72d.js"
|
||||
],
|
||||
"lowPriorityFiles": [],
|
||||
"rootMainFiles": [
|
||||
"static/chunks/17f6972c3102ddc3.js",
|
||||
"static/chunks/07ffbd9e16e0d7b9.js",
|
||||
"static/chunks/31333350168bc656.js",
|
||||
"static/chunks/11e4b72bf8108551.js",
|
||||
"static/chunks/turbopack-07ee364ad58e4d54.js"
|
||||
],
|
||||
"pages": {},
|
||||
"ampFirstPages": []
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"pages": {},
|
||||
"app": {},
|
||||
"appUsingSizeAdjust": false,
|
||||
"pagesUsingSizeAdjust": false
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
{}
|
||||
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"node": {},
|
||||
"edge": {}
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"headers": {
|
||||
"x-nextjs-stale-time": "300",
|
||||
"x-nextjs-prerender": "1",
|
||||
"x-next-cache-tags": "_N_T_/layout,_N_T_/home/layout,_N_T_/home/plugins/layout,_N_T_/home/plugins/page,_N_T_/home/plugins"
|
||||
},
|
||||
"segmentPaths": [
|
||||
"/_tree",
|
||||
"/_full",
|
||||
"/home/plugins/__PAGE__",
|
||||
"/home/plugins",
|
||||
"/home",
|
||||
"/_index",
|
||||
"/_head"
|
||||
]
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -0,0 +1,6 @@
|
||||
1:"$Sreact.fragment"
|
||||
2:I[98003,["/_next/static/chunks/7477111a19b929a2.js","/_next/static/chunks/0c8c6ca61d316cb8.js"],"ViewportBoundary"]
|
||||
3:I[98003,["/_next/static/chunks/7477111a19b929a2.js","/_next/static/chunks/0c8c6ca61d316cb8.js"],"MetadataBoundary"]
|
||||
4:"$Sreact.suspense"
|
||||
5:I[80928,["/_next/static/chunks/7477111a19b929a2.js","/_next/static/chunks/0c8c6ca61d316cb8.js"],"IconMark"]
|
||||
0:{"buildId":"Drc6FkmbQlEnXgyLGuXOG","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"LangBot"}],["$","meta","1",{"name":"description","content":"Production-grade platform for building agentic IM bots, integrated with Telegram, Slack, Discord, WeChat, QQ, etc."}],["$","link","2",{"rel":"icon","href":"/favicon.ico?favicon.c88c33b3.ico","sizes":"48x48","type":"image/x-icon"}],["$","$L5","3",{}]]}]}]}],null]}],"loading":null,"isPartial":false}
|
||||
@@ -0,0 +1,9 @@
|
||||
1:"$Sreact.fragment"
|
||||
2:I[5555,["/_next/static/chunks/29e9a92b2f90a7ba.js","/_next/static/chunks/7705199feea981dd.js","/_next/static/chunks/f5ac8d25dfe4bd62.js"],"ThemeProvider"]
|
||||
3:I[11607,["/_next/static/chunks/29e9a92b2f90a7ba.js","/_next/static/chunks/7705199feea981dd.js","/_next/static/chunks/f5ac8d25dfe4bd62.js"],"default"]
|
||||
4:I[90487,["/_next/static/chunks/7477111a19b929a2.js","/_next/static/chunks/0c8c6ca61d316cb8.js"],"default"]
|
||||
5:I[26472,["/_next/static/chunks/7477111a19b929a2.js","/_next/static/chunks/0c8c6ca61d316cb8.js"],"default"]
|
||||
6:I[19436,["/_next/static/chunks/29e9a92b2f90a7ba.js","/_next/static/chunks/7705199feea981dd.js","/_next/static/chunks/f5ac8d25dfe4bd62.js"],"Toaster"]
|
||||
:HL["/_next/static/chunks/517e49efcd65df67.css","style"]
|
||||
:HL["/_next/static/chunks/cc24109bbacdc366.css","style"]
|
||||
0:{"buildId":"Drc6FkmbQlEnXgyLGuXOG","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/517e49efcd65df67.css","precedence":"next"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/chunks/cc24109bbacdc366.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/29e9a92b2f90a7ba.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/7705199feea981dd.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/f5ac8d25dfe4bd62.js","async":true}]],["$","html",null,{"lang":"zh","suppressHydrationWarning":true,"children":["$","body",null,{"className":"","children":["$","$L2",null,{"children":["$","$L3",null,{"children":[["$","$L4",null,{"parallelRouterKey":"children","template":["$","$L5",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."}]}]]}]}]],[]]}],["$","$L6",null,{}]]}]}]}]}]]}],"loading":null,"isPartial":false}
|
||||
@@ -0,0 +1,4 @@
|
||||
:HL["/_next/static/chunks/517e49efcd65df67.css","style"]
|
||||
:HL["/_next/static/chunks/cc24109bbacdc366.css","style"]
|
||||
:HL["/_next/static/chunks/5aa1dff06ecc5528.css","style"]
|
||||
0:{"buildId":"Drc6FkmbQlEnXgyLGuXOG","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"home","paramType":null,"paramKey":"home","hasRuntimePrefetch":false,"slots":{"children":{"name":"plugins","paramType":null,"paramKey":"plugins","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":true},"staleTime":300}
|
||||
@@ -0,0 +1,8 @@
|
||||
1:"$Sreact.fragment"
|
||||
2:I[17969,["/_next/static/chunks/7477111a19b929a2.js","/_next/static/chunks/0c8c6ca61d316cb8.js"],"ClientSegmentRoot"]
|
||||
3:I[64934,["/_next/static/chunks/29e9a92b2f90a7ba.js","/_next/static/chunks/7705199feea981dd.js","/_next/static/chunks/f5ac8d25dfe4bd62.js","/_next/static/chunks/4bd9ffa530efa8ea.js","/_next/static/chunks/52eec9325ce59a6c.js","/_next/static/chunks/008acc72682bc4fb.js","/_next/static/chunks/a0e0f145916ced3b.js","/_next/static/chunks/d661592c5472cb1f.js","/_next/static/chunks/c9a3ac95d73a81fd.js","/_next/static/chunks/e75176208e875e31.js"],"default"]
|
||||
4:I[90487,["/_next/static/chunks/7477111a19b929a2.js","/_next/static/chunks/0c8c6ca61d316cb8.js"],"default"]
|
||||
5:I[26472,["/_next/static/chunks/7477111a19b929a2.js","/_next/static/chunks/0c8c6ca61d316cb8.js"],"default"]
|
||||
:HL["/_next/static/chunks/5aa1dff06ecc5528.css","style"]
|
||||
0:{"buildId":"Drc6FkmbQlEnXgyLGuXOG","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/5aa1dff06ecc5528.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/4bd9ffa530efa8ea.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/52eec9325ce59a6c.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/008acc72682bc4fb.js","async":true}],["$","script","script-3",{"src":"/_next/static/chunks/a0e0f145916ced3b.js","async":true}],["$","script","script-4",{"src":"/_next/static/chunks/d661592c5472cb1f.js","async":true}],["$","script","script-5",{"src":"/_next/static/chunks/c9a3ac95d73a81fd.js","async":true}],["$","script","script-6",{"src":"/_next/static/chunks/e75176208e875e31.js","async":true}]],["$","$L2",null,{"Component":"$3","slots":{"children":["$","$L4",null,{"parallelRouterKey":"children","template":["$","$L5",null,{}]}]},"serverProvidedParams":{"params":{},"promises":["$@6"]}}]]}],"loading":[["$","div","l",{"className":"flex h-full items-center justify-center","children":["$","div",null,{"className":"flex flex-col items-center gap-4","children":[["$","svg",null,{"xmlns":"http://www.w3.org/2000/svg","width":24,"height":24,"viewBox":"0 0 24 24","fill":"none","stroke":"currentColor","strokeWidth":2,"strokeLinecap":"round","strokeLinejoin":"round","className":"lucide lucide-loader-circle animate-spin text-primary h-12 w-12","aria-hidden":"true","children":[["$","path","13zald",{"d":"M21 12a9 9 0 1 1-6.219-8.56"}],"$undefined"]}],["$","p",null,{"className":"text-muted-foreground text-base","children":"加载中..."}]]}]}],[],[]],"isPartial":false}
|
||||
6:"$0:rsc:props:children:1:props:serverProvidedParams:params"
|
||||
@@ -0,0 +1,4 @@
|
||||
1:"$Sreact.fragment"
|
||||
2:I[90487,["/_next/static/chunks/7477111a19b929a2.js","/_next/static/chunks/0c8c6ca61d316cb8.js"],"default"]
|
||||
3:I[26472,["/_next/static/chunks/7477111a19b929a2.js","/_next/static/chunks/0c8c6ca61d316cb8.js"],"default"]
|
||||
0:{"buildId":"Drc6FkmbQlEnXgyLGuXOG","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false}
|
||||
@@ -0,0 +1,9 @@
|
||||
1:"$Sreact.fragment"
|
||||
2:I[74163,["/_next/static/chunks/7477111a19b929a2.js","/_next/static/chunks/0c8c6ca61d316cb8.js"],"ClientPageRoot"]
|
||||
3:I[35948,["/_next/static/chunks/29e9a92b2f90a7ba.js","/_next/static/chunks/7705199feea981dd.js","/_next/static/chunks/f5ac8d25dfe4bd62.js","/_next/static/chunks/4bd9ffa530efa8ea.js","/_next/static/chunks/52eec9325ce59a6c.js","/_next/static/chunks/008acc72682bc4fb.js","/_next/static/chunks/a0e0f145916ced3b.js","/_next/static/chunks/d661592c5472cb1f.js","/_next/static/chunks/c9a3ac95d73a81fd.js","/_next/static/chunks/e75176208e875e31.js","/_next/static/chunks/30a9252e34e1fe00.js","/_next/static/chunks/34896350a762285f.js"],"default"]
|
||||
6:I[98003,["/_next/static/chunks/7477111a19b929a2.js","/_next/static/chunks/0c8c6ca61d316cb8.js"],"OutletBoundary"]
|
||||
7:"$Sreact.suspense"
|
||||
0:{"buildId":"Drc6FkmbQlEnXgyLGuXOG","rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/30a9252e34e1fe00.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/34896350a762285f.js","async":true}]],["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],"loading":null,"isPartial":false}
|
||||
4:{}
|
||||
5:{}
|
||||
8:null
|
||||
@@ -0,0 +1,18 @@
|
||||
var R=require("../../../chunks/ssr/[turbopack]_runtime.js")("server/app/home/plugins/page.js")
|
||||
R.c("server/chunks/ssr/[root-of-the-server]__aa3b82c8._.js")
|
||||
R.c("server/chunks/ssr/coding_projects_LangBot_web_1beb79e6._.js")
|
||||
R.c("server/chunks/ssr/coding_projects_LangBot_web_eb7dd61f._.js")
|
||||
R.c("server/chunks/ssr/[root-of-the-server]__9b07cfb6._.js")
|
||||
R.c("server/chunks/ssr/a2e30_bb92647f._.js")
|
||||
R.c("server/chunks/ssr/a2e30_next_dist_0ce57fc1._.js")
|
||||
R.c("server/chunks/ssr/coding_projects_LangBot_web_src_app_a1af9718._.js")
|
||||
R.c("server/chunks/ssr/a2e30_next_dist_client_components_builtin_global-error_22594cd7.js")
|
||||
R.c("server/chunks/ssr/coding_projects_LangBot_web_src_20072b2e._.js")
|
||||
R.c("server/chunks/ssr/a2e30_next_dist_client_components_22237e32._.js")
|
||||
R.c("server/chunks/ssr/a2e30_next_dist_client_components_builtin_forbidden_eef977b5.js")
|
||||
R.c("server/chunks/ssr/a2e30_next_dist_client_components_builtin_unauthorized_218c982d.js")
|
||||
R.c("server/chunks/ssr/coding_projects_LangBot_web_src_app_home_layout_tsx_a210f18f._.js")
|
||||
R.c("server/chunks/ssr/coding_projects_LangBot_web_src_app_home_loading_tsx_7ed5b2b2._.js")
|
||||
R.c("server/chunks/ssr/15bb4_LangBot_web__next-internal_server_app_home_plugins_page_actions_e7aa4503.js")
|
||||
R.m(74148)
|
||||
module.exports=R.m(74148).exports
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"version": 3,
|
||||
"sources": [],
|
||||
"sections": []
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"/home/plugins/page": "app/home/plugins/page.js"
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"devFiles": [],
|
||||
"ampDevFiles": [],
|
||||
"polyfillFiles": [
|
||||
"static/chunks/a6dad97d9634a72d.js"
|
||||
],
|
||||
"lowPriorityFiles": [],
|
||||
"rootMainFiles": [
|
||||
"static/chunks/17f6972c3102ddc3.js",
|
||||
"static/chunks/07ffbd9e16e0d7b9.js",
|
||||
"static/chunks/31333350168bc656.js",
|
||||
"static/chunks/11e4b72bf8108551.js",
|
||||
"static/chunks/turbopack-07ee364ad58e4d54.js"
|
||||
],
|
||||
"pages": {},
|
||||
"ampFirstPages": []
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user