From 95d2b90ab06db6d1c23b80b780bc913060ce3de1 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 23 Feb 2026 09:58:49 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20session/new=E8=BF=94=E5=9B=9Etotal:30?= =?UTF-8?q?=EF=BC=8C=E4=BF=AE=E5=A4=8Dnull=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .next/BUILD_ID | 2 +- .next/build-manifest.json | 4 ++-- .next/cache/.previewinfo | 2 +- .next/cache/.rscinfo | 2 +- .next/fallback-build-manifest.json | 4 ++-- .next/prerender-manifest.json | 6 +++--- .next/server/app/_global-error.html | 4 ++-- .next/server/app/_global-error.rsc | 2 +- .../__PAGE__.segment.rsc | 2 +- .../_global-error.segments/_full.segment.rsc | 2 +- .../_global-error.segments/_head.segment.rsc | 2 +- .../_global-error.segments/_index.segment.rsc | 2 +- .../_global-error.segments/_tree.segment.rsc | 2 +- .next/server/app/_not-found.html | 2 +- .next/server/app/_not-found.rsc | 4 ++-- .../app/_not-found.segments/_full.segment.rsc | 4 ++-- .../app/_not-found.segments/_head.segment.rsc | 2 +- .../_not-found.segments/_index.segment.rsc | 4 ++-- .../_not-found.segment.rsc | 2 +- .../_not-found/__PAGE__.segment.rsc | 2 +- .../app/_not-found.segments/_tree.segment.rsc | 4 ++-- .../page_client-reference-manifest.js | 2 +- .next/server/app/chat.html | 2 +- .next/server/app/chat.rsc | 6 +++--- .../app/chat.segments/_full.segment.rsc | 6 +++--- .../app/chat.segments/_head.segment.rsc | 2 +- .../app/chat.segments/_index.segment.rsc | 4 ++-- .../app/chat.segments/_tree.segment.rsc | 4 ++-- .../server/app/chat.segments/chat.segment.rsc | 2 +- .../chat.segments/chat/__PAGE__.segment.rsc | 4 ++-- .../chat/page_client-reference-manifest.js | 2 +- .next/server/app/index.html | 2 +- .next/server/app/index.rsc | 4 ++-- .../app/index.segments/__PAGE__.segment.rsc | 2 +- .../app/index.segments/_full.segment.rsc | 4 ++-- .../app/index.segments/_head.segment.rsc | 2 +- .../app/index.segments/_index.segment.rsc | 4 ++-- .../app/index.segments/_tree.segment.rsc | 4 ++-- .../app/page_client-reference-manifest.js | 2 +- .next/server/app/report-full.html | 2 +- .next/server/app/report-full.rsc | 4 ++-- .../report-full.segments/_full.segment.rsc | 4 ++-- .../report-full.segments/_head.segment.rsc | 2 +- .../report-full.segments/_index.segment.rsc | 4 ++-- .../report-full.segments/_tree.segment.rsc | 4 ++-- .../report-full.segment.rsc | 2 +- .../report-full/__PAGE__.segment.rsc | 2 +- .../page_client-reference-manifest.js | 2 +- .next/server/app/report-preview.html | 2 +- .next/server/app/report-preview.rsc | 4 ++-- .../report-preview.segments/_full.segment.rsc | 4 ++-- .../report-preview.segments/_head.segment.rsc | 2 +- .../_index.segment.rsc | 4 ++-- .../report-preview.segments/_tree.segment.rsc | 4 ++-- .../report-preview.segment.rsc | 2 +- .../report-preview/__PAGE__.segment.rsc | 2 +- .../page_client-reference-manifest.js | 2 +- .next/server/app/waiting.html | 2 +- .next/server/app/waiting.rsc | 4 ++-- .../app/waiting.segments/_full.segment.rsc | 4 ++-- .../app/waiting.segments/_head.segment.rsc | 2 +- .../app/waiting.segments/_index.segment.rsc | 4 ++-- .../app/waiting.segments/_tree.segment.rsc | 4 ++-- .../app/waiting.segments/waiting.segment.rsc | 2 +- .../waiting/__PAGE__.segment.rsc | 2 +- .../waiting/page_client-reference-manifest.js | 2 +- .../ssr/[root-of-the-server]__ded7f4b3._.js | 2 +- .../[root-of-the-server]__ded7f4b3._.js.map | 2 +- .next/server/pages/404.html | 2 +- .next/server/pages/500.html | 4 ++-- .next/server/server-reference-manifest.js | 2 +- .next/server/server-reference-manifest.json | 2 +- .../_buildManifest.js | 0 .../_clientMiddlewareManifest.json | 0 .../_ssgManifest.js | 0 .next/static/chunks/5144a89350aa95f0.js | 1 + .next/static/chunks/78cb4496667cf740.js | 1 - ...bbbd132ff123a.css => e2cf8827b5a2af35.css} | 2 +- .next/trace | 2 +- .next/trace-build | 2 +- app/chat/page.jsx | 13 ++++++++++--- app/globals.css | 19 ++++++++++--------- server.js | 2 +- 83 files changed, 130 insertions(+), 122 deletions(-) rename .next/static/{ts43eumKOiXL6JW-dVnbG => RS-YhLyEt0_fmK3Sxomfp}/_buildManifest.js (100%) rename .next/static/{ts43eumKOiXL6JW-dVnbG => RS-YhLyEt0_fmK3Sxomfp}/_clientMiddlewareManifest.json (100%) rename .next/static/{ts43eumKOiXL6JW-dVnbG => RS-YhLyEt0_fmK3Sxomfp}/_ssgManifest.js (100%) create mode 100644 .next/static/chunks/5144a89350aa95f0.js delete mode 100644 .next/static/chunks/78cb4496667cf740.js rename .next/static/chunks/{a5fbbbd132ff123a.css => e2cf8827b5a2af35.css} (62%) diff --git a/.next/BUILD_ID b/.next/BUILD_ID index d034569..a3bc961 100644 --- a/.next/BUILD_ID +++ b/.next/BUILD_ID @@ -1 +1 @@ -ts43eumKOiXL6JW-dVnbG \ No newline at end of file +RS-YhLyEt0_fmK3Sxomfp \ No newline at end of file diff --git a/.next/build-manifest.json b/.next/build-manifest.json index 8db4c76..efebb46 100644 --- a/.next/build-manifest.json +++ b/.next/build-manifest.json @@ -7,8 +7,8 @@ "static/chunks/a6dad97d9634a72d.js" ], "lowPriorityFiles": [ - "static/ts43eumKOiXL6JW-dVnbG/_ssgManifest.js", - "static/ts43eumKOiXL6JW-dVnbG/_buildManifest.js" + "static/RS-YhLyEt0_fmK3Sxomfp/_ssgManifest.js", + "static/RS-YhLyEt0_fmK3Sxomfp/_buildManifest.js" ], "rootMainFiles": [ "static/chunks/804393fe99543ecd.js", diff --git a/.next/cache/.previewinfo b/.next/cache/.previewinfo index 6265ae1..9d57956 100644 --- a/.next/cache/.previewinfo +++ b/.next/cache/.previewinfo @@ -1 +1 @@ -{"previewModeId":"85e75ad90b6534532e365fd22a55bb4d","previewModeSigningKey":"7347b29c8600d6e3825651ba4addf7cb44453dab4c70f0feebde610b3191a686","previewModeEncryptionKey":"8adfd682f30ac1c1c1fc1e6423b1d3b46f247c5f7102b2c7152ad237a28f40c9","expireAt":1773049728293} \ No newline at end of file +{"previewModeId":"fcd7d9fea7879a1a40d591fc5de64f7a","previewModeSigningKey":"6c7e1424334028274d681ec74f83b0896d65dcd983b393781cc6e401b31a6018","previewModeEncryptionKey":"463487a1e6169388379a50ed800989278e78b2d7c139bb4a03dc2031d01c7c08","expireAt":1773050105989} \ No newline at end of file diff --git a/.next/cache/.rscinfo b/.next/cache/.rscinfo index d202edb..d9ed508 100644 --- a/.next/cache/.rscinfo +++ b/.next/cache/.rscinfo @@ -1 +1 @@ -{"encryption.key":"MwrUk8L+2ibmKnHvjcSJNP/Ae4GSY6QqH9vadvHDLfU=","encryption.expire_at":1773049728247} \ No newline at end of file +{"encryption.key":"oWkkgdRuBmY1QGVsnW2mU/kg7wIYJvbVqkAy7wId0v0=","encryption.expire_at":1773050105944} \ No newline at end of file diff --git a/.next/fallback-build-manifest.json b/.next/fallback-build-manifest.json index bd1bc66..f7291d3 100644 --- a/.next/fallback-build-manifest.json +++ b/.next/fallback-build-manifest.json @@ -5,8 +5,8 @@ "devFiles": [], "polyfillFiles": [], "lowPriorityFiles": [ - "static/ts43eumKOiXL6JW-dVnbG/_ssgManifest.js", - "static/ts43eumKOiXL6JW-dVnbG/_buildManifest.js" + "static/RS-YhLyEt0_fmK3Sxomfp/_ssgManifest.js", + "static/RS-YhLyEt0_fmK3Sxomfp/_buildManifest.js" ], "rootMainFiles": [] } \ No newline at end of file diff --git a/.next/prerender-manifest.json b/.next/prerender-manifest.json index 1b6232f..2c7c6e3 100644 --- a/.next/prerender-manifest.json +++ b/.next/prerender-manifest.json @@ -174,8 +174,8 @@ "dynamicRoutes": {}, "notFoundRoutes": [], "preview": { - "previewModeId": "85e75ad90b6534532e365fd22a55bb4d", - "previewModeSigningKey": "7347b29c8600d6e3825651ba4addf7cb44453dab4c70f0feebde610b3191a686", - "previewModeEncryptionKey": "8adfd682f30ac1c1c1fc1e6423b1d3b46f247c5f7102b2c7152ad237a28f40c9" + "previewModeId": "fcd7d9fea7879a1a40d591fc5de64f7a", + "previewModeSigningKey": "6c7e1424334028274d681ec74f83b0896d65dcd983b393781cc6e401b31a6018", + "previewModeEncryptionKey": "463487a1e6169388379a50ed800989278e78b2d7c139bb4a03dc2031d01c7c08" } } \ No newline at end of file diff --git a/.next/server/app/_global-error.html b/.next/server/app/_global-error.html index a5e2957..ac905cf 100644 --- a/.next/server/app/_global-error.html +++ b/.next/server/app/_global-error.html @@ -1,2 +1,2 @@ -500: Internal Server Error.

500

Internal Server Error.

\ No newline at end of file +500: Internal Server Error.

500

Internal Server Error.

\ No newline at end of file diff --git a/.next/server/app/_global-error.rsc b/.next/server/app/_global-error.rsc index a7cf49e..0795f70 100644 --- a/.next/server/app/_global-error.rsc +++ b/.next/server/app/_global-error.rsc @@ -6,7 +6,7 @@ 7:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"ViewportBoundary"] 9:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"MetadataBoundary"] b:I[68027,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"default"] -0:{"P":null,"b":"ts43eumKOiXL6JW-dVnbG","c":["","_global-error"],"q":"","i":false,"f":[[["",{"children":["__PAGE__",{}]}],[["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","html",null,{"id":"__next_error__","children":[["$","head",null,{"children":["$","title",null,{"children":"500: Internal Server Error."}]}],["$","body",null,{"children":["$","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,{"style":{"lineHeight":"48px"},"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}\n@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","paddingRight":23,"fontSize":24,"fontWeight":500,"verticalAlign":"top"},"children":"500"}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"28px"},"children":"Internal Server Error."}]}]]}]}]}]]}],[["$","script","script-0",{"src":"/_next/static/chunks/ff1a16fafef87110.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/d2be314c3ece3fbe.js","async":true,"nonce":"$undefined"}]],["$","$L4",null,{"children":["$","$5",null,{"name":"Next.MetadataOutlet","children":"$@6"}]}]]}],{},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$L7",null,{"children":"$L8"}],["$","div",null,{"hidden":true,"children":["$","$L9",null,{"children":["$","$5",null,{"name":"Next.Metadata","children":"$La"}]}]}],null]}],false]],"m":"$undefined","G":["$b","$undefined"],"S":true} +0:{"P":null,"b":"RS-YhLyEt0_fmK3Sxomfp","c":["","_global-error"],"q":"","i":false,"f":[[["",{"children":["__PAGE__",{}]}],[["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","html",null,{"id":"__next_error__","children":[["$","head",null,{"children":["$","title",null,{"children":"500: Internal Server Error."}]}],["$","body",null,{"children":["$","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,{"style":{"lineHeight":"48px"},"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}\n@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","paddingRight":23,"fontSize":24,"fontWeight":500,"verticalAlign":"top"},"children":"500"}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"28px"},"children":"Internal Server Error."}]}]]}]}]}]]}],[["$","script","script-0",{"src":"/_next/static/chunks/ff1a16fafef87110.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/d2be314c3ece3fbe.js","async":true,"nonce":"$undefined"}]],["$","$L4",null,{"children":["$","$5",null,{"name":"Next.MetadataOutlet","children":"$@6"}]}]]}],{},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$L7",null,{"children":"$L8"}],["$","div",null,{"hidden":true,"children":["$","$L9",null,{"children":["$","$5",null,{"name":"Next.Metadata","children":"$La"}]}]}],null]}],false]],"m":"$undefined","G":["$b","$undefined"],"S":true} 8:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]] 6:null a:[] diff --git a/.next/server/app/_global-error.segments/__PAGE__.segment.rsc b/.next/server/app/_global-error.segments/__PAGE__.segment.rsc index 5917704..174603a 100644 --- a/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +++ b/.next/server/app/_global-error.segments/__PAGE__.segment.rsc @@ -1,5 +1,5 @@ 1:"$Sreact.fragment" 2:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"OutletBoundary"] 3:"$Sreact.suspense" -0:{"buildId":"ts43eumKOiXL6JW-dVnbG","rsc":["$","$1","c",{"children":[["$","html",null,{"id":"__next_error__","children":[["$","head",null,{"children":["$","title",null,{"children":"500: Internal Server Error."}]}],["$","body",null,{"children":["$","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,{"style":{"lineHeight":"48px"},"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}\n@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","paddingRight":23,"fontSize":24,"fontWeight":500,"verticalAlign":"top"},"children":"500"}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"28px"},"children":"Internal Server Error."}]}]]}]}]}]]}],[["$","script","script-0",{"src":"/_next/static/chunks/ff1a16fafef87110.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/d2be314c3ece3fbe.js","async":true}]],["$","$L2",null,{"children":["$","$3",null,{"name":"Next.MetadataOutlet","children":"$@4"}]}]]}],"loading":null,"isPartial":false} +0:{"buildId":"RS-YhLyEt0_fmK3Sxomfp","rsc":["$","$1","c",{"children":[["$","html",null,{"id":"__next_error__","children":[["$","head",null,{"children":["$","title",null,{"children":"500: Internal Server Error."}]}],["$","body",null,{"children":["$","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,{"style":{"lineHeight":"48px"},"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}\n@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","paddingRight":23,"fontSize":24,"fontWeight":500,"verticalAlign":"top"},"children":"500"}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"28px"},"children":"Internal Server Error."}]}]]}]}]}]]}],[["$","script","script-0",{"src":"/_next/static/chunks/ff1a16fafef87110.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/d2be314c3ece3fbe.js","async":true}]],["$","$L2",null,{"children":["$","$3",null,{"name":"Next.MetadataOutlet","children":"$@4"}]}]]}],"loading":null,"isPartial":false} 4:null diff --git a/.next/server/app/_global-error.segments/_full.segment.rsc b/.next/server/app/_global-error.segments/_full.segment.rsc index a7cf49e..0795f70 100644 --- a/.next/server/app/_global-error.segments/_full.segment.rsc +++ b/.next/server/app/_global-error.segments/_full.segment.rsc @@ -6,7 +6,7 @@ 7:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"ViewportBoundary"] 9:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"MetadataBoundary"] b:I[68027,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"default"] -0:{"P":null,"b":"ts43eumKOiXL6JW-dVnbG","c":["","_global-error"],"q":"","i":false,"f":[[["",{"children":["__PAGE__",{}]}],[["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","html",null,{"id":"__next_error__","children":[["$","head",null,{"children":["$","title",null,{"children":"500: Internal Server Error."}]}],["$","body",null,{"children":["$","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,{"style":{"lineHeight":"48px"},"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}\n@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","paddingRight":23,"fontSize":24,"fontWeight":500,"verticalAlign":"top"},"children":"500"}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"28px"},"children":"Internal Server Error."}]}]]}]}]}]]}],[["$","script","script-0",{"src":"/_next/static/chunks/ff1a16fafef87110.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/d2be314c3ece3fbe.js","async":true,"nonce":"$undefined"}]],["$","$L4",null,{"children":["$","$5",null,{"name":"Next.MetadataOutlet","children":"$@6"}]}]]}],{},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$L7",null,{"children":"$L8"}],["$","div",null,{"hidden":true,"children":["$","$L9",null,{"children":["$","$5",null,{"name":"Next.Metadata","children":"$La"}]}]}],null]}],false]],"m":"$undefined","G":["$b","$undefined"],"S":true} +0:{"P":null,"b":"RS-YhLyEt0_fmK3Sxomfp","c":["","_global-error"],"q":"","i":false,"f":[[["",{"children":["__PAGE__",{}]}],[["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","html",null,{"id":"__next_error__","children":[["$","head",null,{"children":["$","title",null,{"children":"500: Internal Server Error."}]}],["$","body",null,{"children":["$","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,{"style":{"lineHeight":"48px"},"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}\n@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","paddingRight":23,"fontSize":24,"fontWeight":500,"verticalAlign":"top"},"children":"500"}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"28px"},"children":"Internal Server Error."}]}]]}]}]}]]}],[["$","script","script-0",{"src":"/_next/static/chunks/ff1a16fafef87110.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/d2be314c3ece3fbe.js","async":true,"nonce":"$undefined"}]],["$","$L4",null,{"children":["$","$5",null,{"name":"Next.MetadataOutlet","children":"$@6"}]}]]}],{},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$L7",null,{"children":"$L8"}],["$","div",null,{"hidden":true,"children":["$","$L9",null,{"children":["$","$5",null,{"name":"Next.Metadata","children":"$La"}]}]}],null]}],false]],"m":"$undefined","G":["$b","$undefined"],"S":true} 8:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]] 6:null a:[] diff --git a/.next/server/app/_global-error.segments/_head.segment.rsc b/.next/server/app/_global-error.segments/_head.segment.rsc index df94aba..7770acd 100644 --- a/.next/server/app/_global-error.segments/_head.segment.rsc +++ b/.next/server/app/_global-error.segments/_head.segment.rsc @@ -2,4 +2,4 @@ 2:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"ViewportBoundary"] 3:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"MetadataBoundary"] 4:"$Sreact.suspense" -0:{"buildId":"ts43eumKOiXL6JW-dVnbG","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":[]}]}]}],null]}],"loading":null,"isPartial":false} +0:{"buildId":"RS-YhLyEt0_fmK3Sxomfp","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":[]}]}]}],null]}],"loading":null,"isPartial":false} diff --git a/.next/server/app/_global-error.segments/_index.segment.rsc b/.next/server/app/_global-error.segments/_index.segment.rsc index 95336a5..8559148 100644 --- a/.next/server/app/_global-error.segments/_index.segment.rsc +++ b/.next/server/app/_global-error.segments/_index.segment.rsc @@ -1,4 +1,4 @@ 1:"$Sreact.fragment" 2:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"default"] 3:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"default"] -0:{"buildId":"ts43eumKOiXL6JW-dVnbG","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} +0:{"buildId":"RS-YhLyEt0_fmK3Sxomfp","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} diff --git a/.next/server/app/_global-error.segments/_tree.segment.rsc b/.next/server/app/_global-error.segments/_tree.segment.rsc index ff9f18a..2c925d1 100644 --- a/.next/server/app/_global-error.segments/_tree.segment.rsc +++ b/.next/server/app/_global-error.segments/_tree.segment.rsc @@ -1 +1 @@ -0:{"buildId":"ts43eumKOiXL6JW-dVnbG","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false},"staleTime":300} +0:{"buildId":"RS-YhLyEt0_fmK3Sxomfp","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false},"staleTime":300} diff --git a/.next/server/app/_not-found.html b/.next/server/app/_not-found.html index 0b58656..2efd094 100644 --- a/.next/server/app/_not-found.html +++ b/.next/server/app/_not-found.html @@ -1 +1 @@ -灵镜

LINGJING

页面走丢了

这个入口暂时不存在。

\ No newline at end of file +灵镜

LINGJING

页面走丢了

这个入口暂时不存在。

\ No newline at end of file diff --git a/.next/server/app/_not-found.rsc b/.next/server/app/_not-found.rsc index fbd4886..5bad2b5 100644 --- a/.next/server/app/_not-found.rsc +++ b/.next/server/app/_not-found.rsc @@ -9,8 +9,8 @@ a:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"ViewportBoundary"] c:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"MetadataBoundary"] e:I[68027,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"default"] -:HL["/_next/static/chunks/a5fbbbd132ff123a.css","style"] -0:{"P":null,"b":"ts43eumKOiXL6JW-dVnbG","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/a5fbbbd132ff123a.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/ff1a16fafef87110.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/d2be314c3ece3fbe.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"zh-CN","children":[["$","head",null,{"children":[["$","link",null,{"rel":"manifest","href":"/manifest.json"}],["$","meta",null,{"name":"apple-mobile-web-app-capable","content":"yes"}],["$","meta",null,{"name":"apple-mobile-web-app-status-bar-style","content":"black-translucent"}],["$","meta",null,{"name":"apple-mobile-web-app-title","content":"灵镜"}],["$","meta",null,{"name":"theme-color","content":"#0a0a0a"}]]}],["$","body",null,{"children":["$","$L2",null,{"parallelRouterKey":"children","error":"$3","errorStyles":[],"errorScripts":[["$","script","script-0",{"src":"/_next/static/chunks/ca7d9cd811a36e51.js","async":true}]],"template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[["$","$L5",null,{"title":"页面走丢了","subtitle":"这个入口暂时不存在。","children":["$","div",null,{"className":"card p-6","children":["$","$L6",null,{"href":"/","className":"btn-primary","children":"返回首页"}]}]}],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L2",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,{"title":"页面走丢了","subtitle":"这个入口暂时不存在。","children":["$","div",null,{"className":"card p-6","children":["$","$L6",null,{"href":"/","className":"btn-primary","children":"返回首页"}]}]}],[["$","script","script-0",{"src":"/_next/static/chunks/83912ddcc5806daa.js","async":true,"nonce":"$undefined"}]],["$","$L7",null,{"children":["$","$8",null,{"name":"Next.MetadataOutlet","children":"$@9"}]}]]}],{},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$La",null,{"children":"$Lb"}],["$","div",null,{"hidden":true,"children":["$","$Lc",null,{"children":["$","$8",null,{"name":"Next.Metadata","children":"$Ld"}]}]}],null]}],false]],"m":"$undefined","G":["$e","$undefined"],"S":true} +:HL["/_next/static/chunks/e2cf8827b5a2af35.css","style"] +0:{"P":null,"b":"RS-YhLyEt0_fmK3Sxomfp","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/e2cf8827b5a2af35.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/ff1a16fafef87110.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/d2be314c3ece3fbe.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"zh-CN","children":[["$","head",null,{"children":[["$","link",null,{"rel":"manifest","href":"/manifest.json"}],["$","meta",null,{"name":"apple-mobile-web-app-capable","content":"yes"}],["$","meta",null,{"name":"apple-mobile-web-app-status-bar-style","content":"black-translucent"}],["$","meta",null,{"name":"apple-mobile-web-app-title","content":"灵镜"}],["$","meta",null,{"name":"theme-color","content":"#0a0a0a"}]]}],["$","body",null,{"children":["$","$L2",null,{"parallelRouterKey":"children","error":"$3","errorStyles":[],"errorScripts":[["$","script","script-0",{"src":"/_next/static/chunks/ca7d9cd811a36e51.js","async":true}]],"template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[["$","$L5",null,{"title":"页面走丢了","subtitle":"这个入口暂时不存在。","children":["$","div",null,{"className":"card p-6","children":["$","$L6",null,{"href":"/","className":"btn-primary","children":"返回首页"}]}]}],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L2",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,{"title":"页面走丢了","subtitle":"这个入口暂时不存在。","children":["$","div",null,{"className":"card p-6","children":["$","$L6",null,{"href":"/","className":"btn-primary","children":"返回首页"}]}]}],[["$","script","script-0",{"src":"/_next/static/chunks/83912ddcc5806daa.js","async":true,"nonce":"$undefined"}]],["$","$L7",null,{"children":["$","$8",null,{"name":"Next.MetadataOutlet","children":"$@9"}]}]]}],{},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$La",null,{"children":"$Lb"}],["$","div",null,{"hidden":true,"children":["$","$Lc",null,{"children":["$","$8",null,{"name":"Next.Metadata","children":"$Ld"}]}]}],null]}],false]],"m":"$undefined","G":["$e","$undefined"],"S":true} b:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1, maximum-scale=1, viewport-fit=cover, user-scalable=no"}],["$","meta","2",{"name":"theme-color","content":"#0a0a0a"}]] 9:null d:[["$","title","0",{"children":"灵镜"}],["$","meta","1",{"name":"description","content":"一场温柔但有穿透力的对话,帮你看见自己。"}],["$","link","2",{"rel":"manifest","href":"/manifest.json","crossOrigin":"$undefined"}],["$","meta","3",{"name":"mobile-web-app-capable","content":"yes"}],["$","meta","4",{"name":"mobile-web-app-capable","content":"yes"}],["$","meta","5",{"name":"apple-mobile-web-app-title","content":"灵镜"}],["$","meta","6",{"name":"apple-mobile-web-app-status-bar-style","content":"black-translucent"}]] diff --git a/.next/server/app/_not-found.segments/_full.segment.rsc b/.next/server/app/_not-found.segments/_full.segment.rsc index fbd4886..5bad2b5 100644 --- a/.next/server/app/_not-found.segments/_full.segment.rsc +++ b/.next/server/app/_not-found.segments/_full.segment.rsc @@ -9,8 +9,8 @@ a:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"ViewportBoundary"] c:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"MetadataBoundary"] e:I[68027,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"default"] -:HL["/_next/static/chunks/a5fbbbd132ff123a.css","style"] -0:{"P":null,"b":"ts43eumKOiXL6JW-dVnbG","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/a5fbbbd132ff123a.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/ff1a16fafef87110.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/d2be314c3ece3fbe.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"zh-CN","children":[["$","head",null,{"children":[["$","link",null,{"rel":"manifest","href":"/manifest.json"}],["$","meta",null,{"name":"apple-mobile-web-app-capable","content":"yes"}],["$","meta",null,{"name":"apple-mobile-web-app-status-bar-style","content":"black-translucent"}],["$","meta",null,{"name":"apple-mobile-web-app-title","content":"灵镜"}],["$","meta",null,{"name":"theme-color","content":"#0a0a0a"}]]}],["$","body",null,{"children":["$","$L2",null,{"parallelRouterKey":"children","error":"$3","errorStyles":[],"errorScripts":[["$","script","script-0",{"src":"/_next/static/chunks/ca7d9cd811a36e51.js","async":true}]],"template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[["$","$L5",null,{"title":"页面走丢了","subtitle":"这个入口暂时不存在。","children":["$","div",null,{"className":"card p-6","children":["$","$L6",null,{"href":"/","className":"btn-primary","children":"返回首页"}]}]}],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L2",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,{"title":"页面走丢了","subtitle":"这个入口暂时不存在。","children":["$","div",null,{"className":"card p-6","children":["$","$L6",null,{"href":"/","className":"btn-primary","children":"返回首页"}]}]}],[["$","script","script-0",{"src":"/_next/static/chunks/83912ddcc5806daa.js","async":true,"nonce":"$undefined"}]],["$","$L7",null,{"children":["$","$8",null,{"name":"Next.MetadataOutlet","children":"$@9"}]}]]}],{},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$La",null,{"children":"$Lb"}],["$","div",null,{"hidden":true,"children":["$","$Lc",null,{"children":["$","$8",null,{"name":"Next.Metadata","children":"$Ld"}]}]}],null]}],false]],"m":"$undefined","G":["$e","$undefined"],"S":true} +:HL["/_next/static/chunks/e2cf8827b5a2af35.css","style"] +0:{"P":null,"b":"RS-YhLyEt0_fmK3Sxomfp","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/e2cf8827b5a2af35.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/ff1a16fafef87110.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/d2be314c3ece3fbe.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"zh-CN","children":[["$","head",null,{"children":[["$","link",null,{"rel":"manifest","href":"/manifest.json"}],["$","meta",null,{"name":"apple-mobile-web-app-capable","content":"yes"}],["$","meta",null,{"name":"apple-mobile-web-app-status-bar-style","content":"black-translucent"}],["$","meta",null,{"name":"apple-mobile-web-app-title","content":"灵镜"}],["$","meta",null,{"name":"theme-color","content":"#0a0a0a"}]]}],["$","body",null,{"children":["$","$L2",null,{"parallelRouterKey":"children","error":"$3","errorStyles":[],"errorScripts":[["$","script","script-0",{"src":"/_next/static/chunks/ca7d9cd811a36e51.js","async":true}]],"template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[["$","$L5",null,{"title":"页面走丢了","subtitle":"这个入口暂时不存在。","children":["$","div",null,{"className":"card p-6","children":["$","$L6",null,{"href":"/","className":"btn-primary","children":"返回首页"}]}]}],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L2",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,{"title":"页面走丢了","subtitle":"这个入口暂时不存在。","children":["$","div",null,{"className":"card p-6","children":["$","$L6",null,{"href":"/","className":"btn-primary","children":"返回首页"}]}]}],[["$","script","script-0",{"src":"/_next/static/chunks/83912ddcc5806daa.js","async":true,"nonce":"$undefined"}]],["$","$L7",null,{"children":["$","$8",null,{"name":"Next.MetadataOutlet","children":"$@9"}]}]]}],{},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$La",null,{"children":"$Lb"}],["$","div",null,{"hidden":true,"children":["$","$Lc",null,{"children":["$","$8",null,{"name":"Next.Metadata","children":"$Ld"}]}]}],null]}],false]],"m":"$undefined","G":["$e","$undefined"],"S":true} b:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1, maximum-scale=1, viewport-fit=cover, user-scalable=no"}],["$","meta","2",{"name":"theme-color","content":"#0a0a0a"}]] 9:null d:[["$","title","0",{"children":"灵镜"}],["$","meta","1",{"name":"description","content":"一场温柔但有穿透力的对话,帮你看见自己。"}],["$","link","2",{"rel":"manifest","href":"/manifest.json","crossOrigin":"$undefined"}],["$","meta","3",{"name":"mobile-web-app-capable","content":"yes"}],["$","meta","4",{"name":"mobile-web-app-capable","content":"yes"}],["$","meta","5",{"name":"apple-mobile-web-app-title","content":"灵镜"}],["$","meta","6",{"name":"apple-mobile-web-app-status-bar-style","content":"black-translucent"}]] diff --git a/.next/server/app/_not-found.segments/_head.segment.rsc b/.next/server/app/_not-found.segments/_head.segment.rsc index 25d0d3d..20e14e1 100644 --- a/.next/server/app/_not-found.segments/_head.segment.rsc +++ b/.next/server/app/_not-found.segments/_head.segment.rsc @@ -2,4 +2,4 @@ 2:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"ViewportBoundary"] 3:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"MetadataBoundary"] 4:"$Sreact.suspense" -0:{"buildId":"ts43eumKOiXL6JW-dVnbG","rsc":["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1, maximum-scale=1, viewport-fit=cover, user-scalable=no"}],["$","meta","2",{"name":"theme-color","content":"#0a0a0a"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"灵镜"}],["$","meta","1",{"name":"description","content":"一场温柔但有穿透力的对话,帮你看见自己。"}],["$","link","2",{"rel":"manifest","href":"/manifest.json"}],["$","meta","3",{"name":"mobile-web-app-capable","content":"yes"}],["$","meta","4",{"name":"mobile-web-app-capable","content":"yes"}],["$","meta","5",{"name":"apple-mobile-web-app-title","content":"灵镜"}],["$","meta","6",{"name":"apple-mobile-web-app-status-bar-style","content":"black-translucent"}]]}]}]}],null]}],"loading":null,"isPartial":false} +0:{"buildId":"RS-YhLyEt0_fmK3Sxomfp","rsc":["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1, maximum-scale=1, viewport-fit=cover, user-scalable=no"}],["$","meta","2",{"name":"theme-color","content":"#0a0a0a"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"灵镜"}],["$","meta","1",{"name":"description","content":"一场温柔但有穿透力的对话,帮你看见自己。"}],["$","link","2",{"rel":"manifest","href":"/manifest.json"}],["$","meta","3",{"name":"mobile-web-app-capable","content":"yes"}],["$","meta","4",{"name":"mobile-web-app-capable","content":"yes"}],["$","meta","5",{"name":"apple-mobile-web-app-title","content":"灵镜"}],["$","meta","6",{"name":"apple-mobile-web-app-status-bar-style","content":"black-translucent"}]]}]}]}],null]}],"loading":null,"isPartial":false} diff --git a/.next/server/app/_not-found.segments/_index.segment.rsc b/.next/server/app/_not-found.segments/_index.segment.rsc index bd8222d..d9c6fa8 100644 --- a/.next/server/app/_not-found.segments/_index.segment.rsc +++ b/.next/server/app/_not-found.segments/_index.segment.rsc @@ -4,5 +4,5 @@ 4:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"default"] 5:I[55305,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js","/_next/static/chunks/83912ddcc5806daa.js"],"default"] 6:I[22016,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js","/_next/static/chunks/83912ddcc5806daa.js"],""] -:HL["/_next/static/chunks/a5fbbbd132ff123a.css","style"] -0:{"buildId":"ts43eumKOiXL6JW-dVnbG","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/a5fbbbd132ff123a.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/ff1a16fafef87110.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/d2be314c3ece3fbe.js","async":true}]],["$","html",null,{"lang":"zh-CN","children":[["$","head",null,{"children":[["$","link",null,{"rel":"manifest","href":"/manifest.json"}],["$","meta",null,{"name":"apple-mobile-web-app-capable","content":"yes"}],["$","meta",null,{"name":"apple-mobile-web-app-status-bar-style","content":"black-translucent"}],["$","meta",null,{"name":"apple-mobile-web-app-title","content":"灵镜"}],["$","meta",null,{"name":"theme-color","content":"#0a0a0a"}]]}],["$","body",null,{"children":["$","$L2",null,{"parallelRouterKey":"children","error":"$3","errorStyles":[],"errorScripts":[["$","script","script-0",{"src":"/_next/static/chunks/ca7d9cd811a36e51.js","async":true}]],"template":["$","$L4",null,{}],"notFound":[["$","$L5",null,{"title":"页面走丢了","subtitle":"这个入口暂时不存在。","children":["$","div",null,{"className":"card p-6","children":["$","$L6",null,{"href":"/","className":"btn-primary","children":"返回首页"}]}]}],[]]}]}]]}]]}],"loading":null,"isPartial":false} +:HL["/_next/static/chunks/e2cf8827b5a2af35.css","style"] +0:{"buildId":"RS-YhLyEt0_fmK3Sxomfp","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/e2cf8827b5a2af35.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/ff1a16fafef87110.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/d2be314c3ece3fbe.js","async":true}]],["$","html",null,{"lang":"zh-CN","children":[["$","head",null,{"children":[["$","link",null,{"rel":"manifest","href":"/manifest.json"}],["$","meta",null,{"name":"apple-mobile-web-app-capable","content":"yes"}],["$","meta",null,{"name":"apple-mobile-web-app-status-bar-style","content":"black-translucent"}],["$","meta",null,{"name":"apple-mobile-web-app-title","content":"灵镜"}],["$","meta",null,{"name":"theme-color","content":"#0a0a0a"}]]}],["$","body",null,{"children":["$","$L2",null,{"parallelRouterKey":"children","error":"$3","errorStyles":[],"errorScripts":[["$","script","script-0",{"src":"/_next/static/chunks/ca7d9cd811a36e51.js","async":true}]],"template":["$","$L4",null,{}],"notFound":[["$","$L5",null,{"title":"页面走丢了","subtitle":"这个入口暂时不存在。","children":["$","div",null,{"className":"card p-6","children":["$","$L6",null,{"href":"/","className":"btn-primary","children":"返回首页"}]}]}],[]]}]}]]}]]}],"loading":null,"isPartial":false} diff --git a/.next/server/app/_not-found.segments/_not-found.segment.rsc b/.next/server/app/_not-found.segments/_not-found.segment.rsc index 95336a5..8559148 100644 --- a/.next/server/app/_not-found.segments/_not-found.segment.rsc +++ b/.next/server/app/_not-found.segments/_not-found.segment.rsc @@ -1,4 +1,4 @@ 1:"$Sreact.fragment" 2:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"default"] 3:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"default"] -0:{"buildId":"ts43eumKOiXL6JW-dVnbG","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} +0:{"buildId":"RS-YhLyEt0_fmK3Sxomfp","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} diff --git a/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc b/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc index e0cc5fc..f097b18 100644 --- a/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +++ b/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc @@ -3,5 +3,5 @@ 3:I[22016,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js","/_next/static/chunks/83912ddcc5806daa.js"],""] 4:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"OutletBoundary"] 5:"$Sreact.suspense" -0:{"buildId":"ts43eumKOiXL6JW-dVnbG","rsc":["$","$1","c",{"children":[["$","$L2",null,{"title":"页面走丢了","subtitle":"这个入口暂时不存在。","children":["$","div",null,{"className":"card p-6","children":["$","$L3",null,{"href":"/","className":"btn-primary","children":"返回首页"}]}]}],[["$","script","script-0",{"src":"/_next/static/chunks/83912ddcc5806daa.js","async":true}]],["$","$L4",null,{"children":["$","$5",null,{"name":"Next.MetadataOutlet","children":"$@6"}]}]]}],"loading":null,"isPartial":false} +0:{"buildId":"RS-YhLyEt0_fmK3Sxomfp","rsc":["$","$1","c",{"children":[["$","$L2",null,{"title":"页面走丢了","subtitle":"这个入口暂时不存在。","children":["$","div",null,{"className":"card p-6","children":["$","$L3",null,{"href":"/","className":"btn-primary","children":"返回首页"}]}]}],[["$","script","script-0",{"src":"/_next/static/chunks/83912ddcc5806daa.js","async":true}]],["$","$L4",null,{"children":["$","$5",null,{"name":"Next.MetadataOutlet","children":"$@6"}]}]]}],"loading":null,"isPartial":false} 6:null diff --git a/.next/server/app/_not-found.segments/_tree.segment.rsc b/.next/server/app/_not-found.segments/_tree.segment.rsc index 5fa6a0f..3a14298 100644 --- a/.next/server/app/_not-found.segments/_tree.segment.rsc +++ b/.next/server/app/_not-found.segments/_tree.segment.rsc @@ -1,2 +1,2 @@ -:HL["/_next/static/chunks/a5fbbbd132ff123a.css","style"] -0:{"buildId":"ts43eumKOiXL6JW-dVnbG","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/e2cf8827b5a2af35.css","style"] +0:{"buildId":"RS-YhLyEt0_fmK3Sxomfp","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/.next/server/app/_not-found/page_client-reference-manifest.js b/.next/server/app/_not-found/page_client-reference-manifest.js index b22d578..7959718 100644 --- a/.next/server/app/_not-found/page_client-reference-manifest.js +++ b/.next/server/app/_not-found/page_client-reference-manifest.js @@ -1,2 +1,2 @@ globalThis.__RSC_MANIFEST = globalThis.__RSC_MANIFEST || {}; -globalThis.__RSC_MANIFEST["/_not-found/page"] = {"moduleLoading":{"prefix":"","crossOrigin":null},"clientModules":{"[project]/node_modules/next/dist/client/components/builtin/global-error.js ":{"id":68027,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/client/components/builtin/global-error.js":{"id":68027,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/layout-router.js ":{"id":39756,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/layout-router.js":{"id":39756,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/render-from-template-context.js ":{"id":37457,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":37457,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js ":{"id":47257,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js":{"id":47257,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js ":{"id":92825,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js":{"id":92825,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js ":{"id":68017,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":68017,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js ":{"id":27201,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":27201,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js ":{"id":97367,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":97367,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/app/error.jsx ":{"id":36994,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js","/_next/static/chunks/ca7d9cd811a36e51.js"],"async":false},"[project]/app/error.jsx":{"id":36994,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js","/_next/static/chunks/ca7d9cd811a36e51.js"],"async":false},"[project]/node_modules/next/dist/client/app-dir/link.js ":{"id":22016,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js","/_next/static/chunks/83912ddcc5806daa.js"],"async":false},"[project]/node_modules/next/dist/client/app-dir/link.js":{"id":22016,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js","/_next/static/chunks/83912ddcc5806daa.js"],"async":false},"[project]/components/Shell.jsx ":{"id":55305,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js","/_next/static/chunks/83912ddcc5806daa.js"],"async":false},"[project]/components/Shell.jsx":{"id":55305,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js","/_next/static/chunks/83912ddcc5806daa.js"],"async":false}},"ssrModuleMapping":{"68027":{"*":{"id":40622,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__956e25fa._.js","server/chunks/ssr/node_modules_next_dist_27457240._.js"],"async":false}},"39756":{"*":{"id":2420,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__956e25fa._.js","server/chunks/ssr/node_modules_next_dist_27457240._.js"],"async":false}},"37457":{"*":{"id":24017,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__956e25fa._.js","server/chunks/ssr/node_modules_next_dist_27457240._.js"],"async":false}},"47257":{"*":{"id":77682,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__956e25fa._.js","server/chunks/ssr/node_modules_next_dist_27457240._.js"],"async":false}},"92825":{"*":{"id":97296,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__956e25fa._.js","server/chunks/ssr/node_modules_next_dist_27457240._.js"],"async":false}},"68017":{"*":{"id":61660,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__956e25fa._.js","server/chunks/ssr/node_modules_next_dist_27457240._.js"],"async":false}},"27201":{"*":{"id":60704,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__956e25fa._.js","server/chunks/ssr/node_modules_next_dist_27457240._.js"],"async":false}},"97367":{"*":{"id":90574,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__956e25fa._.js","server/chunks/ssr/node_modules_next_dist_27457240._.js"],"async":false}},"36994":{"*":{"id":80823,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__956e25fa._.js","server/chunks/ssr/node_modules_next_dist_27457240._.js","server/chunks/ssr/_96021972._.js","server/chunks/ssr/node_modules_next_dist_852965c2._.js"],"async":false}},"22016":{"*":{"id":38246,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__956e25fa._.js","server/chunks/ssr/node_modules_next_dist_27457240._.js","server/chunks/ssr/_0a8221af._.js","server/chunks/ssr/node_modules_next_dist_852965c2._.js"],"async":false}},"55305":{"*":{"id":27673,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__956e25fa._.js","server/chunks/ssr/node_modules_next_dist_27457240._.js","server/chunks/ssr/_0a8221af._.js","server/chunks/ssr/node_modules_next_dist_852965c2._.js"],"async":false}}},"edgeSSRModuleMapping":{},"rscModuleMapping":{"68027":{"*":{"id":82509,"name":"*","chunks":[],"async":false}},"39756":{"*":{"id":26768,"name":"*","chunks":[],"async":false}},"37457":{"*":{"id":17910,"name":"*","chunks":[],"async":false}},"47257":{"*":{"id":92977,"name":"*","chunks":[],"async":false}},"92825":{"*":{"id":48552,"name":"*","chunks":[],"async":false}},"68017":{"*":{"id":83919,"name":"*","chunks":[],"async":false}},"27201":{"*":{"id":40771,"name":"*","chunks":[],"async":false}},"97367":{"*":{"id":24150,"name":"*","chunks":[],"async":false}},"36994":{"*":{"id":57207,"name":"*","chunks":[],"async":false}},"22016":{"*":{"id":84707,"name":"*","chunks":[],"async":false}},"55305":{"*":{"id":99716,"name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{},"entryCSSFiles":{"[project]/app/layout":[{"path":"static/chunks/a5fbbbd132ff123a.css","inlined":false}],"[project]/app/error":[{"path":"static/chunks/a5fbbbd132ff123a.css","inlined":false}],"[project]/app/not-found":[{"path":"static/chunks/a5fbbbd132ff123a.css","inlined":false}]},"entryJSFiles":{"[project]/app/layout":["static/chunks/ff1a16fafef87110.js","static/chunks/d2be314c3ece3fbe.js"],"[project]/app/error":["static/chunks/ff1a16fafef87110.js","static/chunks/d2be314c3ece3fbe.js","static/chunks/ca7d9cd811a36e51.js"],"[project]/app/not-found":["static/chunks/ff1a16fafef87110.js","static/chunks/d2be314c3ece3fbe.js","static/chunks/83912ddcc5806daa.js"]}} +globalThis.__RSC_MANIFEST["/_not-found/page"] = {"moduleLoading":{"prefix":"","crossOrigin":null},"clientModules":{"[project]/node_modules/next/dist/client/components/builtin/global-error.js ":{"id":68027,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/client/components/builtin/global-error.js":{"id":68027,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/layout-router.js ":{"id":39756,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/layout-router.js":{"id":39756,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/render-from-template-context.js ":{"id":37457,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":37457,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js ":{"id":47257,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js":{"id":47257,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js ":{"id":92825,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js":{"id":92825,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js ":{"id":68017,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":68017,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js ":{"id":27201,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":27201,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js ":{"id":97367,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":97367,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/app/error.jsx ":{"id":36994,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js","/_next/static/chunks/ca7d9cd811a36e51.js"],"async":false},"[project]/app/error.jsx":{"id":36994,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js","/_next/static/chunks/ca7d9cd811a36e51.js"],"async":false},"[project]/node_modules/next/dist/client/app-dir/link.js ":{"id":22016,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js","/_next/static/chunks/83912ddcc5806daa.js"],"async":false},"[project]/node_modules/next/dist/client/app-dir/link.js":{"id":22016,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js","/_next/static/chunks/83912ddcc5806daa.js"],"async":false},"[project]/components/Shell.jsx ":{"id":55305,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js","/_next/static/chunks/83912ddcc5806daa.js"],"async":false},"[project]/components/Shell.jsx":{"id":55305,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js","/_next/static/chunks/83912ddcc5806daa.js"],"async":false}},"ssrModuleMapping":{"68027":{"*":{"id":40622,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__956e25fa._.js","server/chunks/ssr/node_modules_next_dist_27457240._.js"],"async":false}},"39756":{"*":{"id":2420,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__956e25fa._.js","server/chunks/ssr/node_modules_next_dist_27457240._.js"],"async":false}},"37457":{"*":{"id":24017,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__956e25fa._.js","server/chunks/ssr/node_modules_next_dist_27457240._.js"],"async":false}},"47257":{"*":{"id":77682,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__956e25fa._.js","server/chunks/ssr/node_modules_next_dist_27457240._.js"],"async":false}},"92825":{"*":{"id":97296,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__956e25fa._.js","server/chunks/ssr/node_modules_next_dist_27457240._.js"],"async":false}},"68017":{"*":{"id":61660,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__956e25fa._.js","server/chunks/ssr/node_modules_next_dist_27457240._.js"],"async":false}},"27201":{"*":{"id":60704,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__956e25fa._.js","server/chunks/ssr/node_modules_next_dist_27457240._.js"],"async":false}},"97367":{"*":{"id":90574,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__956e25fa._.js","server/chunks/ssr/node_modules_next_dist_27457240._.js"],"async":false}},"36994":{"*":{"id":80823,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__956e25fa._.js","server/chunks/ssr/node_modules_next_dist_27457240._.js","server/chunks/ssr/_96021972._.js","server/chunks/ssr/node_modules_next_dist_852965c2._.js"],"async":false}},"22016":{"*":{"id":38246,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__956e25fa._.js","server/chunks/ssr/node_modules_next_dist_27457240._.js","server/chunks/ssr/_0a8221af._.js","server/chunks/ssr/node_modules_next_dist_852965c2._.js"],"async":false}},"55305":{"*":{"id":27673,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__956e25fa._.js","server/chunks/ssr/node_modules_next_dist_27457240._.js","server/chunks/ssr/_0a8221af._.js","server/chunks/ssr/node_modules_next_dist_852965c2._.js"],"async":false}}},"edgeSSRModuleMapping":{},"rscModuleMapping":{"68027":{"*":{"id":82509,"name":"*","chunks":[],"async":false}},"39756":{"*":{"id":26768,"name":"*","chunks":[],"async":false}},"37457":{"*":{"id":17910,"name":"*","chunks":[],"async":false}},"47257":{"*":{"id":92977,"name":"*","chunks":[],"async":false}},"92825":{"*":{"id":48552,"name":"*","chunks":[],"async":false}},"68017":{"*":{"id":83919,"name":"*","chunks":[],"async":false}},"27201":{"*":{"id":40771,"name":"*","chunks":[],"async":false}},"97367":{"*":{"id":24150,"name":"*","chunks":[],"async":false}},"36994":{"*":{"id":57207,"name":"*","chunks":[],"async":false}},"22016":{"*":{"id":84707,"name":"*","chunks":[],"async":false}},"55305":{"*":{"id":99716,"name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{},"entryCSSFiles":{"[project]/app/layout":[{"path":"static/chunks/e2cf8827b5a2af35.css","inlined":false}],"[project]/app/error":[{"path":"static/chunks/e2cf8827b5a2af35.css","inlined":false}],"[project]/app/not-found":[{"path":"static/chunks/e2cf8827b5a2af35.css","inlined":false}]},"entryJSFiles":{"[project]/app/layout":["static/chunks/ff1a16fafef87110.js","static/chunks/d2be314c3ece3fbe.js"],"[project]/app/error":["static/chunks/ff1a16fafef87110.js","static/chunks/d2be314c3ece3fbe.js","static/chunks/ca7d9cd811a36e51.js"],"[project]/app/not-found":["static/chunks/ff1a16fafef87110.js","static/chunks/d2be314c3ece3fbe.js","static/chunks/83912ddcc5806daa.js"]}} diff --git a/.next/server/app/chat.html b/.next/server/app/chat.html index 21d5740..e5c33f3 100644 --- a/.next/server/app/chat.html +++ b/.next/server/app/chat.html @@ -1 +1 @@ -灵镜
灵镜
一场温柔但有穿透力的对话
\ No newline at end of file +灵镜
灵镜
一场温柔但有穿透力的对话
\ No newline at end of file diff --git a/.next/server/app/chat.rsc b/.next/server/app/chat.rsc index 9947e23..df99de9 100644 --- a/.next/server/app/chat.rsc +++ b/.next/server/app/chat.rsc @@ -5,14 +5,14 @@ 5:I[55305,["/_next/static/chunks/f9c333555f82c3ce.js"],"default"] 6:I[22016,["/_next/static/chunks/f9c333555f82c3ce.js"],""] 7:I[47257,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"ClientPageRoot"] -8:I[33919,["/_next/static/chunks/78cb4496667cf740.js"],"default"] +8:I[33919,["/_next/static/chunks/5144a89350aa95f0.js"],"default"] b:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"OutletBoundary"] c:"$Sreact.suspense" e:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"ViewportBoundary"] 10:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"MetadataBoundary"] 12:I[68027,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"default"] -:HL["/_next/static/chunks/a5fbbbd132ff123a.css","style"] -0:{"P":null,"b":"ts43eumKOiXL6JW-dVnbG","c":["","chat"],"q":"","i":false,"f":[[["",{"children":["chat",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/a5fbbbd132ff123a.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"zh-CN","children":[["$","head",null,{"children":[["$","link",null,{"rel":"manifest","href":"/manifest.json"}],["$","meta",null,{"name":"apple-mobile-web-app-capable","content":"yes"}],["$","meta",null,{"name":"apple-mobile-web-app-status-bar-style","content":"black-translucent"}],["$","meta",null,{"name":"apple-mobile-web-app-title","content":"灵镜"}],["$","meta",null,{"name":"theme-color","content":"#0a0a0a"}]]}],["$","body",null,{"children":["$","$L2",null,{"parallelRouterKey":"children","error":"$3","errorStyles":[],"errorScripts":[["$","script","script-0",{"src":"/_next/static/chunks/826ade80b097c946.js","async":true}]],"template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[["$","$L5",null,{"title":"页面走丢了","subtitle":"这个入口暂时不存在。","children":["$","div",null,{"className":"card p-6","children":["$","$L6",null,{"href":"/","className":"btn-primary","children":"返回首页"}]}]}],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L2",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":[["$","$L7",null,{"Component":"$8","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@9","$@a"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/78cb4496667cf740.js","async":true,"nonce":"$undefined"}]],["$","$Lb",null,{"children":["$","$c",null,{"name":"Next.MetadataOutlet","children":"$@d"}]}]]}],{},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$Le",null,{"children":"$Lf"}],["$","div",null,{"hidden":true,"children":["$","$L10",null,{"children":["$","$c",null,{"name":"Next.Metadata","children":"$L11"}]}]}],null]}],false]],"m":"$undefined","G":["$12",[]],"S":true} +:HL["/_next/static/chunks/e2cf8827b5a2af35.css","style"] +0:{"P":null,"b":"RS-YhLyEt0_fmK3Sxomfp","c":["","chat"],"q":"","i":false,"f":[[["",{"children":["chat",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/e2cf8827b5a2af35.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"zh-CN","children":[["$","head",null,{"children":[["$","link",null,{"rel":"manifest","href":"/manifest.json"}],["$","meta",null,{"name":"apple-mobile-web-app-capable","content":"yes"}],["$","meta",null,{"name":"apple-mobile-web-app-status-bar-style","content":"black-translucent"}],["$","meta",null,{"name":"apple-mobile-web-app-title","content":"灵镜"}],["$","meta",null,{"name":"theme-color","content":"#0a0a0a"}]]}],["$","body",null,{"children":["$","$L2",null,{"parallelRouterKey":"children","error":"$3","errorStyles":[],"errorScripts":[["$","script","script-0",{"src":"/_next/static/chunks/826ade80b097c946.js","async":true}]],"template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[["$","$L5",null,{"title":"页面走丢了","subtitle":"这个入口暂时不存在。","children":["$","div",null,{"className":"card p-6","children":["$","$L6",null,{"href":"/","className":"btn-primary","children":"返回首页"}]}]}],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L2",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":[["$","$L7",null,{"Component":"$8","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@9","$@a"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/5144a89350aa95f0.js","async":true,"nonce":"$undefined"}]],["$","$Lb",null,{"children":["$","$c",null,{"name":"Next.MetadataOutlet","children":"$@d"}]}]]}],{},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$Le",null,{"children":"$Lf"}],["$","div",null,{"hidden":true,"children":["$","$L10",null,{"children":["$","$c",null,{"name":"Next.Metadata","children":"$L11"}]}]}],null]}],false]],"m":"$undefined","G":["$12",[]],"S":true} 9:{} a:"$0:f:0:1:1:children:1:children:0:props:children:0:props:serverProvidedParams:params" f:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1, maximum-scale=1, viewport-fit=cover, user-scalable=no"}],["$","meta","2",{"name":"theme-color","content":"#0a0a0a"}]] diff --git a/.next/server/app/chat.segments/_full.segment.rsc b/.next/server/app/chat.segments/_full.segment.rsc index 9947e23..df99de9 100644 --- a/.next/server/app/chat.segments/_full.segment.rsc +++ b/.next/server/app/chat.segments/_full.segment.rsc @@ -5,14 +5,14 @@ 5:I[55305,["/_next/static/chunks/f9c333555f82c3ce.js"],"default"] 6:I[22016,["/_next/static/chunks/f9c333555f82c3ce.js"],""] 7:I[47257,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"ClientPageRoot"] -8:I[33919,["/_next/static/chunks/78cb4496667cf740.js"],"default"] +8:I[33919,["/_next/static/chunks/5144a89350aa95f0.js"],"default"] b:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"OutletBoundary"] c:"$Sreact.suspense" e:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"ViewportBoundary"] 10:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"MetadataBoundary"] 12:I[68027,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"default"] -:HL["/_next/static/chunks/a5fbbbd132ff123a.css","style"] -0:{"P":null,"b":"ts43eumKOiXL6JW-dVnbG","c":["","chat"],"q":"","i":false,"f":[[["",{"children":["chat",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/a5fbbbd132ff123a.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"zh-CN","children":[["$","head",null,{"children":[["$","link",null,{"rel":"manifest","href":"/manifest.json"}],["$","meta",null,{"name":"apple-mobile-web-app-capable","content":"yes"}],["$","meta",null,{"name":"apple-mobile-web-app-status-bar-style","content":"black-translucent"}],["$","meta",null,{"name":"apple-mobile-web-app-title","content":"灵镜"}],["$","meta",null,{"name":"theme-color","content":"#0a0a0a"}]]}],["$","body",null,{"children":["$","$L2",null,{"parallelRouterKey":"children","error":"$3","errorStyles":[],"errorScripts":[["$","script","script-0",{"src":"/_next/static/chunks/826ade80b097c946.js","async":true}]],"template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[["$","$L5",null,{"title":"页面走丢了","subtitle":"这个入口暂时不存在。","children":["$","div",null,{"className":"card p-6","children":["$","$L6",null,{"href":"/","className":"btn-primary","children":"返回首页"}]}]}],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L2",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":[["$","$L7",null,{"Component":"$8","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@9","$@a"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/78cb4496667cf740.js","async":true,"nonce":"$undefined"}]],["$","$Lb",null,{"children":["$","$c",null,{"name":"Next.MetadataOutlet","children":"$@d"}]}]]}],{},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$Le",null,{"children":"$Lf"}],["$","div",null,{"hidden":true,"children":["$","$L10",null,{"children":["$","$c",null,{"name":"Next.Metadata","children":"$L11"}]}]}],null]}],false]],"m":"$undefined","G":["$12",[]],"S":true} +:HL["/_next/static/chunks/e2cf8827b5a2af35.css","style"] +0:{"P":null,"b":"RS-YhLyEt0_fmK3Sxomfp","c":["","chat"],"q":"","i":false,"f":[[["",{"children":["chat",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/e2cf8827b5a2af35.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"zh-CN","children":[["$","head",null,{"children":[["$","link",null,{"rel":"manifest","href":"/manifest.json"}],["$","meta",null,{"name":"apple-mobile-web-app-capable","content":"yes"}],["$","meta",null,{"name":"apple-mobile-web-app-status-bar-style","content":"black-translucent"}],["$","meta",null,{"name":"apple-mobile-web-app-title","content":"灵镜"}],["$","meta",null,{"name":"theme-color","content":"#0a0a0a"}]]}],["$","body",null,{"children":["$","$L2",null,{"parallelRouterKey":"children","error":"$3","errorStyles":[],"errorScripts":[["$","script","script-0",{"src":"/_next/static/chunks/826ade80b097c946.js","async":true}]],"template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[["$","$L5",null,{"title":"页面走丢了","subtitle":"这个入口暂时不存在。","children":["$","div",null,{"className":"card p-6","children":["$","$L6",null,{"href":"/","className":"btn-primary","children":"返回首页"}]}]}],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L2",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":[["$","$L7",null,{"Component":"$8","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@9","$@a"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/5144a89350aa95f0.js","async":true,"nonce":"$undefined"}]],["$","$Lb",null,{"children":["$","$c",null,{"name":"Next.MetadataOutlet","children":"$@d"}]}]]}],{},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$Le",null,{"children":"$Lf"}],["$","div",null,{"hidden":true,"children":["$","$L10",null,{"children":["$","$c",null,{"name":"Next.Metadata","children":"$L11"}]}]}],null]}],false]],"m":"$undefined","G":["$12",[]],"S":true} 9:{} a:"$0:f:0:1:1:children:1:children:0:props:children:0:props:serverProvidedParams:params" f:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1, maximum-scale=1, viewport-fit=cover, user-scalable=no"}],["$","meta","2",{"name":"theme-color","content":"#0a0a0a"}]] diff --git a/.next/server/app/chat.segments/_head.segment.rsc b/.next/server/app/chat.segments/_head.segment.rsc index 561e041..d389b93 100644 --- a/.next/server/app/chat.segments/_head.segment.rsc +++ b/.next/server/app/chat.segments/_head.segment.rsc @@ -2,4 +2,4 @@ 2:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"ViewportBoundary"] 3:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"MetadataBoundary"] 4:"$Sreact.suspense" -0:{"buildId":"ts43eumKOiXL6JW-dVnbG","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1, maximum-scale=1, viewport-fit=cover, user-scalable=no"}],["$","meta","2",{"name":"theme-color","content":"#0a0a0a"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"灵镜"}],["$","meta","1",{"name":"description","content":"一场温柔但有穿透力的对话,帮你看见自己。"}],["$","link","2",{"rel":"manifest","href":"/manifest.json"}],["$","meta","3",{"name":"mobile-web-app-capable","content":"yes"}],["$","meta","4",{"name":"mobile-web-app-capable","content":"yes"}],["$","meta","5",{"name":"apple-mobile-web-app-title","content":"灵镜"}],["$","meta","6",{"name":"apple-mobile-web-app-status-bar-style","content":"black-translucent"}]]}]}]}],null]}],"loading":null,"isPartial":false} +0:{"buildId":"RS-YhLyEt0_fmK3Sxomfp","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1, maximum-scale=1, viewport-fit=cover, user-scalable=no"}],["$","meta","2",{"name":"theme-color","content":"#0a0a0a"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"灵镜"}],["$","meta","1",{"name":"description","content":"一场温柔但有穿透力的对话,帮你看见自己。"}],["$","link","2",{"rel":"manifest","href":"/manifest.json"}],["$","meta","3",{"name":"mobile-web-app-capable","content":"yes"}],["$","meta","4",{"name":"mobile-web-app-capable","content":"yes"}],["$","meta","5",{"name":"apple-mobile-web-app-title","content":"灵镜"}],["$","meta","6",{"name":"apple-mobile-web-app-status-bar-style","content":"black-translucent"}]]}]}]}],null]}],"loading":null,"isPartial":false} diff --git a/.next/server/app/chat.segments/_index.segment.rsc b/.next/server/app/chat.segments/_index.segment.rsc index e0cb26d..1090e91 100644 --- a/.next/server/app/chat.segments/_index.segment.rsc +++ b/.next/server/app/chat.segments/_index.segment.rsc @@ -4,5 +4,5 @@ 4:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"default"] 5:I[55305,["/_next/static/chunks/f9c333555f82c3ce.js"],"default"] 6:I[22016,["/_next/static/chunks/f9c333555f82c3ce.js"],""] -:HL["/_next/static/chunks/a5fbbbd132ff123a.css","style"] -0:{"buildId":"ts43eumKOiXL6JW-dVnbG","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/a5fbbbd132ff123a.css","precedence":"next"}]],["$","html",null,{"lang":"zh-CN","children":[["$","head",null,{"children":[["$","link",null,{"rel":"manifest","href":"/manifest.json"}],["$","meta",null,{"name":"apple-mobile-web-app-capable","content":"yes"}],["$","meta",null,{"name":"apple-mobile-web-app-status-bar-style","content":"black-translucent"}],["$","meta",null,{"name":"apple-mobile-web-app-title","content":"灵镜"}],["$","meta",null,{"name":"theme-color","content":"#0a0a0a"}]]}],["$","body",null,{"children":["$","$L2",null,{"parallelRouterKey":"children","error":"$3","errorStyles":[],"errorScripts":[["$","script","script-0",{"src":"/_next/static/chunks/826ade80b097c946.js","async":true}]],"template":["$","$L4",null,{}],"notFound":[["$","$L5",null,{"title":"页面走丢了","subtitle":"这个入口暂时不存在。","children":["$","div",null,{"className":"card p-6","children":["$","$L6",null,{"href":"/","className":"btn-primary","children":"返回首页"}]}]}],[]]}]}]]}]]}],"loading":null,"isPartial":false} +:HL["/_next/static/chunks/e2cf8827b5a2af35.css","style"] +0:{"buildId":"RS-YhLyEt0_fmK3Sxomfp","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/e2cf8827b5a2af35.css","precedence":"next"}]],["$","html",null,{"lang":"zh-CN","children":[["$","head",null,{"children":[["$","link",null,{"rel":"manifest","href":"/manifest.json"}],["$","meta",null,{"name":"apple-mobile-web-app-capable","content":"yes"}],["$","meta",null,{"name":"apple-mobile-web-app-status-bar-style","content":"black-translucent"}],["$","meta",null,{"name":"apple-mobile-web-app-title","content":"灵镜"}],["$","meta",null,{"name":"theme-color","content":"#0a0a0a"}]]}],["$","body",null,{"children":["$","$L2",null,{"parallelRouterKey":"children","error":"$3","errorStyles":[],"errorScripts":[["$","script","script-0",{"src":"/_next/static/chunks/826ade80b097c946.js","async":true}]],"template":["$","$L4",null,{}],"notFound":[["$","$L5",null,{"title":"页面走丢了","subtitle":"这个入口暂时不存在。","children":["$","div",null,{"className":"card p-6","children":["$","$L6",null,{"href":"/","className":"btn-primary","children":"返回首页"}]}]}],[]]}]}]]}]]}],"loading":null,"isPartial":false} diff --git a/.next/server/app/chat.segments/_tree.segment.rsc b/.next/server/app/chat.segments/_tree.segment.rsc index f6f8706..40c01a5 100644 --- a/.next/server/app/chat.segments/_tree.segment.rsc +++ b/.next/server/app/chat.segments/_tree.segment.rsc @@ -1,2 +1,2 @@ -:HL["/_next/static/chunks/a5fbbbd132ff123a.css","style"] -0:{"buildId":"ts43eumKOiXL6JW-dVnbG","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"chat","paramType":null,"paramKey":"chat","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/e2cf8827b5a2af35.css","style"] +0:{"buildId":"RS-YhLyEt0_fmK3Sxomfp","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"chat","paramType":null,"paramKey":"chat","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/.next/server/app/chat.segments/chat.segment.rsc b/.next/server/app/chat.segments/chat.segment.rsc index 95336a5..8559148 100644 --- a/.next/server/app/chat.segments/chat.segment.rsc +++ b/.next/server/app/chat.segments/chat.segment.rsc @@ -1,4 +1,4 @@ 1:"$Sreact.fragment" 2:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"default"] 3:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"default"] -0:{"buildId":"ts43eumKOiXL6JW-dVnbG","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} +0:{"buildId":"RS-YhLyEt0_fmK3Sxomfp","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} diff --git a/.next/server/app/chat.segments/chat/__PAGE__.segment.rsc b/.next/server/app/chat.segments/chat/__PAGE__.segment.rsc index be6f086..2467db4 100644 --- a/.next/server/app/chat.segments/chat/__PAGE__.segment.rsc +++ b/.next/server/app/chat.segments/chat/__PAGE__.segment.rsc @@ -1,9 +1,9 @@ 1:"$Sreact.fragment" 2:I[47257,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"ClientPageRoot"] -3:I[33919,["/_next/static/chunks/78cb4496667cf740.js"],"default"] +3:I[33919,["/_next/static/chunks/5144a89350aa95f0.js"],"default"] 6:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"OutletBoundary"] 7:"$Sreact.suspense" -0:{"buildId":"ts43eumKOiXL6JW-dVnbG","rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/78cb4496667cf740.js","async":true}]],["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],"loading":null,"isPartial":false} +0:{"buildId":"RS-YhLyEt0_fmK3Sxomfp","rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/5144a89350aa95f0.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/.next/server/app/chat/page_client-reference-manifest.js b/.next/server/app/chat/page_client-reference-manifest.js index 75202ea..4fc85b6 100644 --- a/.next/server/app/chat/page_client-reference-manifest.js +++ b/.next/server/app/chat/page_client-reference-manifest.js @@ -1,2 +1,2 @@ globalThis.__RSC_MANIFEST = globalThis.__RSC_MANIFEST || {}; -globalThis.__RSC_MANIFEST["/chat/page"] = {"moduleLoading":{"prefix":"","crossOrigin":null},"clientModules":{"[project]/node_modules/next/dist/esm/client/components/layout-router.js ":{"id":39756,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/layout-router.js":{"id":39756,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/render-from-template-context.js ":{"id":37457,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":37457,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js ":{"id":47257,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js":{"id":47257,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js ":{"id":92825,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js":{"id":92825,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js ":{"id":68017,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":68017,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js ":{"id":27201,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":27201,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js ":{"id":97367,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":97367,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/client/components/builtin/global-error.js ":{"id":68027,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/client/components/builtin/global-error.js":{"id":68027,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/app/error.jsx ":{"id":36994,"name":"*","chunks":["/_next/static/chunks/826ade80b097c946.js"],"async":false},"[project]/app/error.jsx":{"id":36994,"name":"*","chunks":["/_next/static/chunks/826ade80b097c946.js"],"async":false},"[project]/node_modules/next/dist/client/app-dir/link.js ":{"id":22016,"name":"*","chunks":["/_next/static/chunks/f9c333555f82c3ce.js"],"async":false},"[project]/node_modules/next/dist/client/app-dir/link.js":{"id":22016,"name":"*","chunks":["/_next/static/chunks/f9c333555f82c3ce.js"],"async":false},"[project]/components/Shell.jsx ":{"id":55305,"name":"*","chunks":["/_next/static/chunks/f9c333555f82c3ce.js"],"async":false},"[project]/components/Shell.jsx":{"id":55305,"name":"*","chunks":["/_next/static/chunks/f9c333555f82c3ce.js"],"async":false},"[project]/app/chat/page.jsx ":{"id":33919,"name":"*","chunks":["/_next/static/chunks/78cb4496667cf740.js"],"async":false},"[project]/app/chat/page.jsx":{"id":33919,"name":"*","chunks":["/_next/static/chunks/78cb4496667cf740.js"],"async":false}},"ssrModuleMapping":{"39756":{"*":{"id":2420,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__956e25fa._.js","server/chunks/ssr/node_modules_next_dist_27457240._.js"],"async":false}},"37457":{"*":{"id":24017,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__956e25fa._.js","server/chunks/ssr/node_modules_next_dist_27457240._.js"],"async":false}},"47257":{"*":{"id":77682,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__956e25fa._.js","server/chunks/ssr/node_modules_next_dist_27457240._.js"],"async":false}},"92825":{"*":{"id":97296,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__956e25fa._.js","server/chunks/ssr/node_modules_next_dist_27457240._.js"],"async":false}},"68017":{"*":{"id":61660,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__956e25fa._.js","server/chunks/ssr/node_modules_next_dist_27457240._.js"],"async":false}},"27201":{"*":{"id":60704,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__956e25fa._.js","server/chunks/ssr/node_modules_next_dist_27457240._.js"],"async":false}},"97367":{"*":{"id":90574,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__956e25fa._.js","server/chunks/ssr/node_modules_next_dist_27457240._.js"],"async":false}},"68027":{"*":{"id":40622,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__956e25fa._.js","server/chunks/ssr/node_modules_next_dist_27457240._.js"],"async":false}},"36994":{"*":{"id":80823,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__9b450fdd._.js","server/chunks/ssr/node_modules_next_dist_852965c2._.js"],"async":false}},"22016":{"*":{"id":38246,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__78e4f5be._.js","server/chunks/ssr/node_modules_next_dist_852965c2._.js"],"async":false}},"55305":{"*":{"id":27673,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__78e4f5be._.js","server/chunks/ssr/node_modules_next_dist_852965c2._.js"],"async":false}},"33919":{"*":{"id":85170,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__ded7f4b3._.js","server/chunks/ssr/node_modules_next_920e7746._.js"],"async":false}}},"edgeSSRModuleMapping":{},"rscModuleMapping":{"39756":{"*":{"id":26768,"name":"*","chunks":[],"async":false}},"37457":{"*":{"id":17910,"name":"*","chunks":[],"async":false}},"47257":{"*":{"id":92977,"name":"*","chunks":[],"async":false}},"92825":{"*":{"id":48552,"name":"*","chunks":[],"async":false}},"68017":{"*":{"id":83919,"name":"*","chunks":[],"async":false}},"27201":{"*":{"id":40771,"name":"*","chunks":[],"async":false}},"97367":{"*":{"id":24150,"name":"*","chunks":[],"async":false}},"68027":{"*":{"id":82509,"name":"*","chunks":[],"async":false}},"36994":{"*":{"id":57207,"name":"*","chunks":[],"async":false}},"22016":{"*":{"id":84707,"name":"*","chunks":[],"async":false}},"55305":{"*":{"id":99716,"name":"*","chunks":[],"async":false}},"33919":{"*":{"id":90356,"name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{},"entryCSSFiles":{"[project]/node_modules/next/dist/client/components/builtin/global-error":[],"[project]/app/layout":[{"path":"static/chunks/a5fbbbd132ff123a.css","inlined":false}],"[project]/app/error":[{"path":"static/chunks/a5fbbbd132ff123a.css","inlined":false}],"[project]/app/not-found":[{"path":"static/chunks/a5fbbbd132ff123a.css","inlined":false}],"[project]/app/chat/page":[{"path":"static/chunks/a5fbbbd132ff123a.css","inlined":false}]},"entryJSFiles":{"[project]/node_modules/next/dist/client/components/builtin/global-error":["static/chunks/ff1a16fafef87110.js","static/chunks/d2be314c3ece3fbe.js"],"[project]/app/layout":[],"[project]/app/error":["static/chunks/826ade80b097c946.js"],"[project]/app/not-found":["static/chunks/f9c333555f82c3ce.js"],"[project]/app/chat/page":["static/chunks/78cb4496667cf740.js"]}} +globalThis.__RSC_MANIFEST["/chat/page"] = {"moduleLoading":{"prefix":"","crossOrigin":null},"clientModules":{"[project]/node_modules/next/dist/esm/client/components/layout-router.js ":{"id":39756,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/layout-router.js":{"id":39756,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/render-from-template-context.js ":{"id":37457,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":37457,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js ":{"id":47257,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js":{"id":47257,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js ":{"id":92825,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js":{"id":92825,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js ":{"id":68017,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":68017,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js ":{"id":27201,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":27201,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js ":{"id":97367,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":97367,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/client/components/builtin/global-error.js ":{"id":68027,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/client/components/builtin/global-error.js":{"id":68027,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/app/error.jsx ":{"id":36994,"name":"*","chunks":["/_next/static/chunks/826ade80b097c946.js"],"async":false},"[project]/app/error.jsx":{"id":36994,"name":"*","chunks":["/_next/static/chunks/826ade80b097c946.js"],"async":false},"[project]/node_modules/next/dist/client/app-dir/link.js ":{"id":22016,"name":"*","chunks":["/_next/static/chunks/f9c333555f82c3ce.js"],"async":false},"[project]/node_modules/next/dist/client/app-dir/link.js":{"id":22016,"name":"*","chunks":["/_next/static/chunks/f9c333555f82c3ce.js"],"async":false},"[project]/components/Shell.jsx ":{"id":55305,"name":"*","chunks":["/_next/static/chunks/f9c333555f82c3ce.js"],"async":false},"[project]/components/Shell.jsx":{"id":55305,"name":"*","chunks":["/_next/static/chunks/f9c333555f82c3ce.js"],"async":false},"[project]/app/chat/page.jsx ":{"id":33919,"name":"*","chunks":["/_next/static/chunks/5144a89350aa95f0.js"],"async":false},"[project]/app/chat/page.jsx":{"id":33919,"name":"*","chunks":["/_next/static/chunks/5144a89350aa95f0.js"],"async":false}},"ssrModuleMapping":{"39756":{"*":{"id":2420,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__956e25fa._.js","server/chunks/ssr/node_modules_next_dist_27457240._.js"],"async":false}},"37457":{"*":{"id":24017,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__956e25fa._.js","server/chunks/ssr/node_modules_next_dist_27457240._.js"],"async":false}},"47257":{"*":{"id":77682,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__956e25fa._.js","server/chunks/ssr/node_modules_next_dist_27457240._.js"],"async":false}},"92825":{"*":{"id":97296,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__956e25fa._.js","server/chunks/ssr/node_modules_next_dist_27457240._.js"],"async":false}},"68017":{"*":{"id":61660,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__956e25fa._.js","server/chunks/ssr/node_modules_next_dist_27457240._.js"],"async":false}},"27201":{"*":{"id":60704,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__956e25fa._.js","server/chunks/ssr/node_modules_next_dist_27457240._.js"],"async":false}},"97367":{"*":{"id":90574,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__956e25fa._.js","server/chunks/ssr/node_modules_next_dist_27457240._.js"],"async":false}},"68027":{"*":{"id":40622,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__956e25fa._.js","server/chunks/ssr/node_modules_next_dist_27457240._.js"],"async":false}},"36994":{"*":{"id":80823,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__9b450fdd._.js","server/chunks/ssr/node_modules_next_dist_852965c2._.js"],"async":false}},"22016":{"*":{"id":38246,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__78e4f5be._.js","server/chunks/ssr/node_modules_next_dist_852965c2._.js"],"async":false}},"55305":{"*":{"id":27673,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__78e4f5be._.js","server/chunks/ssr/node_modules_next_dist_852965c2._.js"],"async":false}},"33919":{"*":{"id":85170,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__ded7f4b3._.js","server/chunks/ssr/node_modules_next_920e7746._.js"],"async":false}}},"edgeSSRModuleMapping":{},"rscModuleMapping":{"39756":{"*":{"id":26768,"name":"*","chunks":[],"async":false}},"37457":{"*":{"id":17910,"name":"*","chunks":[],"async":false}},"47257":{"*":{"id":92977,"name":"*","chunks":[],"async":false}},"92825":{"*":{"id":48552,"name":"*","chunks":[],"async":false}},"68017":{"*":{"id":83919,"name":"*","chunks":[],"async":false}},"27201":{"*":{"id":40771,"name":"*","chunks":[],"async":false}},"97367":{"*":{"id":24150,"name":"*","chunks":[],"async":false}},"68027":{"*":{"id":82509,"name":"*","chunks":[],"async":false}},"36994":{"*":{"id":57207,"name":"*","chunks":[],"async":false}},"22016":{"*":{"id":84707,"name":"*","chunks":[],"async":false}},"55305":{"*":{"id":99716,"name":"*","chunks":[],"async":false}},"33919":{"*":{"id":90356,"name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{},"entryCSSFiles":{"[project]/node_modules/next/dist/client/components/builtin/global-error":[],"[project]/app/layout":[{"path":"static/chunks/e2cf8827b5a2af35.css","inlined":false}],"[project]/app/error":[{"path":"static/chunks/e2cf8827b5a2af35.css","inlined":false}],"[project]/app/not-found":[{"path":"static/chunks/e2cf8827b5a2af35.css","inlined":false}],"[project]/app/chat/page":[{"path":"static/chunks/e2cf8827b5a2af35.css","inlined":false}]},"entryJSFiles":{"[project]/node_modules/next/dist/client/components/builtin/global-error":["static/chunks/ff1a16fafef87110.js","static/chunks/d2be314c3ece3fbe.js"],"[project]/app/layout":[],"[project]/app/error":["static/chunks/826ade80b097c946.js"],"[project]/app/not-found":["static/chunks/f9c333555f82c3ce.js"],"[project]/app/chat/page":["static/chunks/5144a89350aa95f0.js"]}} diff --git a/.next/server/app/index.html b/.next/server/app/index.html index 1f119e5..017528f 100644 --- a/.next/server/app/index.html +++ b/.next/server/app/index.html @@ -1 +1 @@ -灵镜 \ No newline at end of file +灵镜 \ No newline at end of file diff --git a/.next/server/app/index.rsc b/.next/server/app/index.rsc index a60273a..744f0e7 100644 --- a/.next/server/app/index.rsc +++ b/.next/server/app/index.rsc @@ -9,8 +9,8 @@ b:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"ViewportBoundary"] d:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"MetadataBoundary"] f:I[68027,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"default"] -:HL["/_next/static/chunks/a5fbbbd132ff123a.css","style"] -0:{"P":null,"b":"ts43eumKOiXL6JW-dVnbG","c":["",""],"q":"","i":false,"f":[[["",{"children":["__PAGE__",{}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/a5fbbbd132ff123a.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"zh-CN","children":[["$","head",null,{"children":[["$","link",null,{"rel":"manifest","href":"/manifest.json"}],["$","meta",null,{"name":"apple-mobile-web-app-capable","content":"yes"}],["$","meta",null,{"name":"apple-mobile-web-app-status-bar-style","content":"black-translucent"}],["$","meta",null,{"name":"apple-mobile-web-app-title","content":"灵镜"}],["$","meta",null,{"name":"theme-color","content":"#0a0a0a"}]]}],["$","body",null,{"children":["$","$L2",null,{"parallelRouterKey":"children","error":"$3","errorStyles":[],"errorScripts":[["$","script","script-0",{"src":"/_next/static/chunks/826ade80b097c946.js","async":true}]],"template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[["$","$L5",null,{"title":"页面走丢了","subtitle":"这个入口暂时不存在。","children":["$","div",null,{"className":"card p-6","children":["$","$L6",null,{"href":"/","className":"btn-primary","children":"返回首页"}]}]}],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]]}]]}],{"children":[["$","$1","c",{"children":["$L7",null,["$","$L8",null,{"children":["$","$9",null,{"name":"Next.MetadataOutlet","children":"$@a"}]}]]}],{},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$Lb",null,{"children":"$Lc"}],["$","div",null,{"hidden":true,"children":["$","$Ld",null,{"children":["$","$9",null,{"name":"Next.Metadata","children":"$Le"}]}]}],null]}],false]],"m":"$undefined","G":["$f",[]],"S":true} +:HL["/_next/static/chunks/e2cf8827b5a2af35.css","style"] +0:{"P":null,"b":"RS-YhLyEt0_fmK3Sxomfp","c":["",""],"q":"","i":false,"f":[[["",{"children":["__PAGE__",{}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/e2cf8827b5a2af35.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"zh-CN","children":[["$","head",null,{"children":[["$","link",null,{"rel":"manifest","href":"/manifest.json"}],["$","meta",null,{"name":"apple-mobile-web-app-capable","content":"yes"}],["$","meta",null,{"name":"apple-mobile-web-app-status-bar-style","content":"black-translucent"}],["$","meta",null,{"name":"apple-mobile-web-app-title","content":"灵镜"}],["$","meta",null,{"name":"theme-color","content":"#0a0a0a"}]]}],["$","body",null,{"children":["$","$L2",null,{"parallelRouterKey":"children","error":"$3","errorStyles":[],"errorScripts":[["$","script","script-0",{"src":"/_next/static/chunks/826ade80b097c946.js","async":true}]],"template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[["$","$L5",null,{"title":"页面走丢了","subtitle":"这个入口暂时不存在。","children":["$","div",null,{"className":"card p-6","children":["$","$L6",null,{"href":"/","className":"btn-primary","children":"返回首页"}]}]}],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]]}]]}],{"children":[["$","$1","c",{"children":["$L7",null,["$","$L8",null,{"children":["$","$9",null,{"name":"Next.MetadataOutlet","children":"$@a"}]}]]}],{},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$Lb",null,{"children":"$Lc"}],["$","div",null,{"hidden":true,"children":["$","$Ld",null,{"children":["$","$9",null,{"name":"Next.Metadata","children":"$Le"}]}]}],null]}],false]],"m":"$undefined","G":["$f",[]],"S":true} 7:E{"digest":"NEXT_REDIRECT;replace;/chat;307;"} c:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1, maximum-scale=1, viewport-fit=cover, user-scalable=no"}],["$","meta","2",{"name":"theme-color","content":"#0a0a0a"}]] a:null diff --git a/.next/server/app/index.segments/__PAGE__.segment.rsc b/.next/server/app/index.segments/__PAGE__.segment.rsc index 6980ea9..e1f8c1b 100644 --- a/.next/server/app/index.segments/__PAGE__.segment.rsc +++ b/.next/server/app/index.segments/__PAGE__.segment.rsc @@ -1,6 +1,6 @@ 1:"$Sreact.fragment" 3:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"OutletBoundary"] 4:"$Sreact.suspense" -0:{"buildId":"ts43eumKOiXL6JW-dVnbG","rsc":["$","$1","c",{"children":["$L2",null,["$","$L3",null,{"children":["$","$4",null,{"name":"Next.MetadataOutlet","children":"$@5"}]}]]}],"loading":null,"isPartial":false} +0:{"buildId":"RS-YhLyEt0_fmK3Sxomfp","rsc":["$","$1","c",{"children":["$L2",null,["$","$L3",null,{"children":["$","$4",null,{"name":"Next.MetadataOutlet","children":"$@5"}]}]]}],"loading":null,"isPartial":false} 5:null 2:E{"digest":"NEXT_REDIRECT;replace;/chat;307;"} diff --git a/.next/server/app/index.segments/_full.segment.rsc b/.next/server/app/index.segments/_full.segment.rsc index a60273a..744f0e7 100644 --- a/.next/server/app/index.segments/_full.segment.rsc +++ b/.next/server/app/index.segments/_full.segment.rsc @@ -9,8 +9,8 @@ b:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"ViewportBoundary"] d:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"MetadataBoundary"] f:I[68027,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"default"] -:HL["/_next/static/chunks/a5fbbbd132ff123a.css","style"] -0:{"P":null,"b":"ts43eumKOiXL6JW-dVnbG","c":["",""],"q":"","i":false,"f":[[["",{"children":["__PAGE__",{}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/a5fbbbd132ff123a.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"zh-CN","children":[["$","head",null,{"children":[["$","link",null,{"rel":"manifest","href":"/manifest.json"}],["$","meta",null,{"name":"apple-mobile-web-app-capable","content":"yes"}],["$","meta",null,{"name":"apple-mobile-web-app-status-bar-style","content":"black-translucent"}],["$","meta",null,{"name":"apple-mobile-web-app-title","content":"灵镜"}],["$","meta",null,{"name":"theme-color","content":"#0a0a0a"}]]}],["$","body",null,{"children":["$","$L2",null,{"parallelRouterKey":"children","error":"$3","errorStyles":[],"errorScripts":[["$","script","script-0",{"src":"/_next/static/chunks/826ade80b097c946.js","async":true}]],"template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[["$","$L5",null,{"title":"页面走丢了","subtitle":"这个入口暂时不存在。","children":["$","div",null,{"className":"card p-6","children":["$","$L6",null,{"href":"/","className":"btn-primary","children":"返回首页"}]}]}],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]]}]]}],{"children":[["$","$1","c",{"children":["$L7",null,["$","$L8",null,{"children":["$","$9",null,{"name":"Next.MetadataOutlet","children":"$@a"}]}]]}],{},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$Lb",null,{"children":"$Lc"}],["$","div",null,{"hidden":true,"children":["$","$Ld",null,{"children":["$","$9",null,{"name":"Next.Metadata","children":"$Le"}]}]}],null]}],false]],"m":"$undefined","G":["$f",[]],"S":true} +:HL["/_next/static/chunks/e2cf8827b5a2af35.css","style"] +0:{"P":null,"b":"RS-YhLyEt0_fmK3Sxomfp","c":["",""],"q":"","i":false,"f":[[["",{"children":["__PAGE__",{}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/e2cf8827b5a2af35.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"zh-CN","children":[["$","head",null,{"children":[["$","link",null,{"rel":"manifest","href":"/manifest.json"}],["$","meta",null,{"name":"apple-mobile-web-app-capable","content":"yes"}],["$","meta",null,{"name":"apple-mobile-web-app-status-bar-style","content":"black-translucent"}],["$","meta",null,{"name":"apple-mobile-web-app-title","content":"灵镜"}],["$","meta",null,{"name":"theme-color","content":"#0a0a0a"}]]}],["$","body",null,{"children":["$","$L2",null,{"parallelRouterKey":"children","error":"$3","errorStyles":[],"errorScripts":[["$","script","script-0",{"src":"/_next/static/chunks/826ade80b097c946.js","async":true}]],"template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[["$","$L5",null,{"title":"页面走丢了","subtitle":"这个入口暂时不存在。","children":["$","div",null,{"className":"card p-6","children":["$","$L6",null,{"href":"/","className":"btn-primary","children":"返回首页"}]}]}],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]]}]]}],{"children":[["$","$1","c",{"children":["$L7",null,["$","$L8",null,{"children":["$","$9",null,{"name":"Next.MetadataOutlet","children":"$@a"}]}]]}],{},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$Lb",null,{"children":"$Lc"}],["$","div",null,{"hidden":true,"children":["$","$Ld",null,{"children":["$","$9",null,{"name":"Next.Metadata","children":"$Le"}]}]}],null]}],false]],"m":"$undefined","G":["$f",[]],"S":true} 7:E{"digest":"NEXT_REDIRECT;replace;/chat;307;"} c:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1, maximum-scale=1, viewport-fit=cover, user-scalable=no"}],["$","meta","2",{"name":"theme-color","content":"#0a0a0a"}]] a:null diff --git a/.next/server/app/index.segments/_head.segment.rsc b/.next/server/app/index.segments/_head.segment.rsc index 561e041..d389b93 100644 --- a/.next/server/app/index.segments/_head.segment.rsc +++ b/.next/server/app/index.segments/_head.segment.rsc @@ -2,4 +2,4 @@ 2:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"ViewportBoundary"] 3:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"MetadataBoundary"] 4:"$Sreact.suspense" -0:{"buildId":"ts43eumKOiXL6JW-dVnbG","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1, maximum-scale=1, viewport-fit=cover, user-scalable=no"}],["$","meta","2",{"name":"theme-color","content":"#0a0a0a"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"灵镜"}],["$","meta","1",{"name":"description","content":"一场温柔但有穿透力的对话,帮你看见自己。"}],["$","link","2",{"rel":"manifest","href":"/manifest.json"}],["$","meta","3",{"name":"mobile-web-app-capable","content":"yes"}],["$","meta","4",{"name":"mobile-web-app-capable","content":"yes"}],["$","meta","5",{"name":"apple-mobile-web-app-title","content":"灵镜"}],["$","meta","6",{"name":"apple-mobile-web-app-status-bar-style","content":"black-translucent"}]]}]}]}],null]}],"loading":null,"isPartial":false} +0:{"buildId":"RS-YhLyEt0_fmK3Sxomfp","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1, maximum-scale=1, viewport-fit=cover, user-scalable=no"}],["$","meta","2",{"name":"theme-color","content":"#0a0a0a"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"灵镜"}],["$","meta","1",{"name":"description","content":"一场温柔但有穿透力的对话,帮你看见自己。"}],["$","link","2",{"rel":"manifest","href":"/manifest.json"}],["$","meta","3",{"name":"mobile-web-app-capable","content":"yes"}],["$","meta","4",{"name":"mobile-web-app-capable","content":"yes"}],["$","meta","5",{"name":"apple-mobile-web-app-title","content":"灵镜"}],["$","meta","6",{"name":"apple-mobile-web-app-status-bar-style","content":"black-translucent"}]]}]}]}],null]}],"loading":null,"isPartial":false} diff --git a/.next/server/app/index.segments/_index.segment.rsc b/.next/server/app/index.segments/_index.segment.rsc index e0cb26d..1090e91 100644 --- a/.next/server/app/index.segments/_index.segment.rsc +++ b/.next/server/app/index.segments/_index.segment.rsc @@ -4,5 +4,5 @@ 4:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"default"] 5:I[55305,["/_next/static/chunks/f9c333555f82c3ce.js"],"default"] 6:I[22016,["/_next/static/chunks/f9c333555f82c3ce.js"],""] -:HL["/_next/static/chunks/a5fbbbd132ff123a.css","style"] -0:{"buildId":"ts43eumKOiXL6JW-dVnbG","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/a5fbbbd132ff123a.css","precedence":"next"}]],["$","html",null,{"lang":"zh-CN","children":[["$","head",null,{"children":[["$","link",null,{"rel":"manifest","href":"/manifest.json"}],["$","meta",null,{"name":"apple-mobile-web-app-capable","content":"yes"}],["$","meta",null,{"name":"apple-mobile-web-app-status-bar-style","content":"black-translucent"}],["$","meta",null,{"name":"apple-mobile-web-app-title","content":"灵镜"}],["$","meta",null,{"name":"theme-color","content":"#0a0a0a"}]]}],["$","body",null,{"children":["$","$L2",null,{"parallelRouterKey":"children","error":"$3","errorStyles":[],"errorScripts":[["$","script","script-0",{"src":"/_next/static/chunks/826ade80b097c946.js","async":true}]],"template":["$","$L4",null,{}],"notFound":[["$","$L5",null,{"title":"页面走丢了","subtitle":"这个入口暂时不存在。","children":["$","div",null,{"className":"card p-6","children":["$","$L6",null,{"href":"/","className":"btn-primary","children":"返回首页"}]}]}],[]]}]}]]}]]}],"loading":null,"isPartial":false} +:HL["/_next/static/chunks/e2cf8827b5a2af35.css","style"] +0:{"buildId":"RS-YhLyEt0_fmK3Sxomfp","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/e2cf8827b5a2af35.css","precedence":"next"}]],["$","html",null,{"lang":"zh-CN","children":[["$","head",null,{"children":[["$","link",null,{"rel":"manifest","href":"/manifest.json"}],["$","meta",null,{"name":"apple-mobile-web-app-capable","content":"yes"}],["$","meta",null,{"name":"apple-mobile-web-app-status-bar-style","content":"black-translucent"}],["$","meta",null,{"name":"apple-mobile-web-app-title","content":"灵镜"}],["$","meta",null,{"name":"theme-color","content":"#0a0a0a"}]]}],["$","body",null,{"children":["$","$L2",null,{"parallelRouterKey":"children","error":"$3","errorStyles":[],"errorScripts":[["$","script","script-0",{"src":"/_next/static/chunks/826ade80b097c946.js","async":true}]],"template":["$","$L4",null,{}],"notFound":[["$","$L5",null,{"title":"页面走丢了","subtitle":"这个入口暂时不存在。","children":["$","div",null,{"className":"card p-6","children":["$","$L6",null,{"href":"/","className":"btn-primary","children":"返回首页"}]}]}],[]]}]}]]}]]}],"loading":null,"isPartial":false} diff --git a/.next/server/app/index.segments/_tree.segment.rsc b/.next/server/app/index.segments/_tree.segment.rsc index e3e2c42..ead8828 100644 --- a/.next/server/app/index.segments/_tree.segment.rsc +++ b/.next/server/app/index.segments/_tree.segment.rsc @@ -1,2 +1,2 @@ -:HL["/_next/static/chunks/a5fbbbd132ff123a.css","style"] -0:{"buildId":"ts43eumKOiXL6JW-dVnbG","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/e2cf8827b5a2af35.css","style"] +0:{"buildId":"RS-YhLyEt0_fmK3Sxomfp","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/.next/server/app/page_client-reference-manifest.js b/.next/server/app/page_client-reference-manifest.js index f5343a8..c2d00a6 100644 --- a/.next/server/app/page_client-reference-manifest.js +++ b/.next/server/app/page_client-reference-manifest.js @@ -1,2 +1,2 @@ globalThis.__RSC_MANIFEST = globalThis.__RSC_MANIFEST || {}; -globalThis.__RSC_MANIFEST["/page"] = {"moduleLoading":{"prefix":"","crossOrigin":null},"clientModules":{"[project]/node_modules/next/dist/esm/client/components/layout-router.js ":{"id":39756,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/layout-router.js":{"id":39756,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/render-from-template-context.js ":{"id":37457,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":37457,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js ":{"id":47257,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js":{"id":47257,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js ":{"id":92825,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js":{"id":92825,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js ":{"id":68017,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":68017,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js ":{"id":27201,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":27201,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js ":{"id":97367,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":97367,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/client/components/builtin/global-error.js ":{"id":68027,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/client/components/builtin/global-error.js":{"id":68027,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/app/error.jsx ":{"id":36994,"name":"*","chunks":["/_next/static/chunks/826ade80b097c946.js"],"async":false},"[project]/app/error.jsx":{"id":36994,"name":"*","chunks":["/_next/static/chunks/826ade80b097c946.js"],"async":false},"[project]/node_modules/next/dist/client/app-dir/link.js ":{"id":22016,"name":"*","chunks":["/_next/static/chunks/f9c333555f82c3ce.js"],"async":false},"[project]/node_modules/next/dist/client/app-dir/link.js":{"id":22016,"name":"*","chunks":["/_next/static/chunks/f9c333555f82c3ce.js"],"async":false},"[project]/components/Shell.jsx ":{"id":55305,"name":"*","chunks":["/_next/static/chunks/f9c333555f82c3ce.js"],"async":false},"[project]/components/Shell.jsx":{"id":55305,"name":"*","chunks":["/_next/static/chunks/f9c333555f82c3ce.js"],"async":false}},"ssrModuleMapping":{"39756":{"*":{"id":2420,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__956e25fa._.js","server/chunks/ssr/node_modules_next_dist_27457240._.js"],"async":false}},"37457":{"*":{"id":24017,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__956e25fa._.js","server/chunks/ssr/node_modules_next_dist_27457240._.js"],"async":false}},"47257":{"*":{"id":77682,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__956e25fa._.js","server/chunks/ssr/node_modules_next_dist_27457240._.js"],"async":false}},"92825":{"*":{"id":97296,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__956e25fa._.js","server/chunks/ssr/node_modules_next_dist_27457240._.js"],"async":false}},"68017":{"*":{"id":61660,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__956e25fa._.js","server/chunks/ssr/node_modules_next_dist_27457240._.js"],"async":false}},"27201":{"*":{"id":60704,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__956e25fa._.js","server/chunks/ssr/node_modules_next_dist_27457240._.js"],"async":false}},"97367":{"*":{"id":90574,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__956e25fa._.js","server/chunks/ssr/node_modules_next_dist_27457240._.js"],"async":false}},"68027":{"*":{"id":40622,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__956e25fa._.js","server/chunks/ssr/node_modules_next_dist_27457240._.js"],"async":false}},"36994":{"*":{"id":80823,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__9b450fdd._.js","server/chunks/ssr/node_modules_next_dist_852965c2._.js"],"async":false}},"22016":{"*":{"id":38246,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__78e4f5be._.js","server/chunks/ssr/node_modules_next_dist_852965c2._.js"],"async":false}},"55305":{"*":{"id":27673,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__78e4f5be._.js","server/chunks/ssr/node_modules_next_dist_852965c2._.js"],"async":false}}},"edgeSSRModuleMapping":{},"rscModuleMapping":{"39756":{"*":{"id":26768,"name":"*","chunks":[],"async":false}},"37457":{"*":{"id":17910,"name":"*","chunks":[],"async":false}},"47257":{"*":{"id":92977,"name":"*","chunks":[],"async":false}},"92825":{"*":{"id":48552,"name":"*","chunks":[],"async":false}},"68017":{"*":{"id":83919,"name":"*","chunks":[],"async":false}},"27201":{"*":{"id":40771,"name":"*","chunks":[],"async":false}},"97367":{"*":{"id":24150,"name":"*","chunks":[],"async":false}},"68027":{"*":{"id":82509,"name":"*","chunks":[],"async":false}},"36994":{"*":{"id":57207,"name":"*","chunks":[],"async":false}},"22016":{"*":{"id":84707,"name":"*","chunks":[],"async":false}},"55305":{"*":{"id":99716,"name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{},"entryCSSFiles":{"[project]/node_modules/next/dist/client/components/builtin/global-error":[],"[project]/app/layout":[{"path":"static/chunks/a5fbbbd132ff123a.css","inlined":false}],"[project]/app/error":[{"path":"static/chunks/a5fbbbd132ff123a.css","inlined":false}],"[project]/app/not-found":[{"path":"static/chunks/a5fbbbd132ff123a.css","inlined":false}]},"entryJSFiles":{"[project]/node_modules/next/dist/client/components/builtin/global-error":["static/chunks/ff1a16fafef87110.js","static/chunks/d2be314c3ece3fbe.js"],"[project]/app/layout":[],"[project]/app/error":["static/chunks/826ade80b097c946.js"],"[project]/app/not-found":["static/chunks/f9c333555f82c3ce.js"]}} +globalThis.__RSC_MANIFEST["/page"] = {"moduleLoading":{"prefix":"","crossOrigin":null},"clientModules":{"[project]/node_modules/next/dist/esm/client/components/layout-router.js ":{"id":39756,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/layout-router.js":{"id":39756,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/render-from-template-context.js ":{"id":37457,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":37457,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js ":{"id":47257,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js":{"id":47257,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js ":{"id":92825,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js":{"id":92825,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js ":{"id":68017,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":68017,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js ":{"id":27201,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":27201,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js ":{"id":97367,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":97367,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/client/components/builtin/global-error.js ":{"id":68027,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/client/components/builtin/global-error.js":{"id":68027,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/app/error.jsx ":{"id":36994,"name":"*","chunks":["/_next/static/chunks/826ade80b097c946.js"],"async":false},"[project]/app/error.jsx":{"id":36994,"name":"*","chunks":["/_next/static/chunks/826ade80b097c946.js"],"async":false},"[project]/node_modules/next/dist/client/app-dir/link.js ":{"id":22016,"name":"*","chunks":["/_next/static/chunks/f9c333555f82c3ce.js"],"async":false},"[project]/node_modules/next/dist/client/app-dir/link.js":{"id":22016,"name":"*","chunks":["/_next/static/chunks/f9c333555f82c3ce.js"],"async":false},"[project]/components/Shell.jsx ":{"id":55305,"name":"*","chunks":["/_next/static/chunks/f9c333555f82c3ce.js"],"async":false},"[project]/components/Shell.jsx":{"id":55305,"name":"*","chunks":["/_next/static/chunks/f9c333555f82c3ce.js"],"async":false}},"ssrModuleMapping":{"39756":{"*":{"id":2420,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__956e25fa._.js","server/chunks/ssr/node_modules_next_dist_27457240._.js"],"async":false}},"37457":{"*":{"id":24017,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__956e25fa._.js","server/chunks/ssr/node_modules_next_dist_27457240._.js"],"async":false}},"47257":{"*":{"id":77682,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__956e25fa._.js","server/chunks/ssr/node_modules_next_dist_27457240._.js"],"async":false}},"92825":{"*":{"id":97296,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__956e25fa._.js","server/chunks/ssr/node_modules_next_dist_27457240._.js"],"async":false}},"68017":{"*":{"id":61660,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__956e25fa._.js","server/chunks/ssr/node_modules_next_dist_27457240._.js"],"async":false}},"27201":{"*":{"id":60704,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__956e25fa._.js","server/chunks/ssr/node_modules_next_dist_27457240._.js"],"async":false}},"97367":{"*":{"id":90574,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__956e25fa._.js","server/chunks/ssr/node_modules_next_dist_27457240._.js"],"async":false}},"68027":{"*":{"id":40622,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__956e25fa._.js","server/chunks/ssr/node_modules_next_dist_27457240._.js"],"async":false}},"36994":{"*":{"id":80823,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__9b450fdd._.js","server/chunks/ssr/node_modules_next_dist_852965c2._.js"],"async":false}},"22016":{"*":{"id":38246,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__78e4f5be._.js","server/chunks/ssr/node_modules_next_dist_852965c2._.js"],"async":false}},"55305":{"*":{"id":27673,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__78e4f5be._.js","server/chunks/ssr/node_modules_next_dist_852965c2._.js"],"async":false}}},"edgeSSRModuleMapping":{},"rscModuleMapping":{"39756":{"*":{"id":26768,"name":"*","chunks":[],"async":false}},"37457":{"*":{"id":17910,"name":"*","chunks":[],"async":false}},"47257":{"*":{"id":92977,"name":"*","chunks":[],"async":false}},"92825":{"*":{"id":48552,"name":"*","chunks":[],"async":false}},"68017":{"*":{"id":83919,"name":"*","chunks":[],"async":false}},"27201":{"*":{"id":40771,"name":"*","chunks":[],"async":false}},"97367":{"*":{"id":24150,"name":"*","chunks":[],"async":false}},"68027":{"*":{"id":82509,"name":"*","chunks":[],"async":false}},"36994":{"*":{"id":57207,"name":"*","chunks":[],"async":false}},"22016":{"*":{"id":84707,"name":"*","chunks":[],"async":false}},"55305":{"*":{"id":99716,"name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{},"entryCSSFiles":{"[project]/node_modules/next/dist/client/components/builtin/global-error":[],"[project]/app/layout":[{"path":"static/chunks/e2cf8827b5a2af35.css","inlined":false}],"[project]/app/error":[{"path":"static/chunks/e2cf8827b5a2af35.css","inlined":false}],"[project]/app/not-found":[{"path":"static/chunks/e2cf8827b5a2af35.css","inlined":false}]},"entryJSFiles":{"[project]/node_modules/next/dist/client/components/builtin/global-error":["static/chunks/ff1a16fafef87110.js","static/chunks/d2be314c3ece3fbe.js"],"[project]/app/layout":[],"[project]/app/error":["static/chunks/826ade80b097c946.js"],"[project]/app/not-found":["static/chunks/f9c333555f82c3ce.js"]}} diff --git a/.next/server/app/report-full.html b/.next/server/app/report-full.html index 4f242d8..00bc84c 100644 --- a/.next/server/app/report-full.html +++ b/.next/server/app/report-full.html @@ -1 +1 @@ -灵镜

LINGJING

完整报告(演示版)

暂不接支付,直接展示完整结构。

核心状态画像

你有明显的成长驱动力,但需要更稳定的执行节奏。

三个优势

    三条发展路线

      \ No newline at end of file +灵镜

      LINGJING

      完整报告(演示版)

      暂不接支付,直接展示完整结构。

      核心状态画像

      你有明显的成长驱动力,但需要更稳定的执行节奏。

      三个优势

        三条发展路线

          \ No newline at end of file diff --git a/.next/server/app/report-full.rsc b/.next/server/app/report-full.rsc index 3605936..77aa56a 100644 --- a/.next/server/app/report-full.rsc +++ b/.next/server/app/report-full.rsc @@ -11,8 +11,8 @@ c:"$Sreact.suspense" e:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"ViewportBoundary"] 10:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"MetadataBoundary"] 12:I[68027,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"default"] -:HL["/_next/static/chunks/a5fbbbd132ff123a.css","style"] -0:{"P":null,"b":"ts43eumKOiXL6JW-dVnbG","c":["","report-full"],"q":"","i":false,"f":[[["",{"children":["report-full",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/a5fbbbd132ff123a.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"zh-CN","children":[["$","head",null,{"children":[["$","link",null,{"rel":"manifest","href":"/manifest.json"}],["$","meta",null,{"name":"apple-mobile-web-app-capable","content":"yes"}],["$","meta",null,{"name":"apple-mobile-web-app-status-bar-style","content":"black-translucent"}],["$","meta",null,{"name":"apple-mobile-web-app-title","content":"灵镜"}],["$","meta",null,{"name":"theme-color","content":"#0a0a0a"}]]}],["$","body",null,{"children":["$","$L2",null,{"parallelRouterKey":"children","error":"$3","errorStyles":[],"errorScripts":[["$","script","script-0",{"src":"/_next/static/chunks/826ade80b097c946.js","async":true}]],"template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[["$","$L5",null,{"title":"页面走丢了","subtitle":"这个入口暂时不存在。","children":["$","div",null,{"className":"card p-6","children":["$","$L6",null,{"href":"/","className":"btn-primary","children":"返回首页"}]}]}],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L2",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":[["$","$L7",null,{"Component":"$8","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@9","$@a"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/267d2baf9a272738.js","async":true,"nonce":"$undefined"}]],["$","$Lb",null,{"children":["$","$c",null,{"name":"Next.MetadataOutlet","children":"$@d"}]}]]}],{},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$Le",null,{"children":"$Lf"}],["$","div",null,{"hidden":true,"children":["$","$L10",null,{"children":["$","$c",null,{"name":"Next.Metadata","children":"$L11"}]}]}],null]}],false]],"m":"$undefined","G":["$12",[]],"S":true} +:HL["/_next/static/chunks/e2cf8827b5a2af35.css","style"] +0:{"P":null,"b":"RS-YhLyEt0_fmK3Sxomfp","c":["","report-full"],"q":"","i":false,"f":[[["",{"children":["report-full",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/e2cf8827b5a2af35.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"zh-CN","children":[["$","head",null,{"children":[["$","link",null,{"rel":"manifest","href":"/manifest.json"}],["$","meta",null,{"name":"apple-mobile-web-app-capable","content":"yes"}],["$","meta",null,{"name":"apple-mobile-web-app-status-bar-style","content":"black-translucent"}],["$","meta",null,{"name":"apple-mobile-web-app-title","content":"灵镜"}],["$","meta",null,{"name":"theme-color","content":"#0a0a0a"}]]}],["$","body",null,{"children":["$","$L2",null,{"parallelRouterKey":"children","error":"$3","errorStyles":[],"errorScripts":[["$","script","script-0",{"src":"/_next/static/chunks/826ade80b097c946.js","async":true}]],"template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[["$","$L5",null,{"title":"页面走丢了","subtitle":"这个入口暂时不存在。","children":["$","div",null,{"className":"card p-6","children":["$","$L6",null,{"href":"/","className":"btn-primary","children":"返回首页"}]}]}],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L2",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":[["$","$L7",null,{"Component":"$8","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@9","$@a"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/267d2baf9a272738.js","async":true,"nonce":"$undefined"}]],["$","$Lb",null,{"children":["$","$c",null,{"name":"Next.MetadataOutlet","children":"$@d"}]}]]}],{},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$Le",null,{"children":"$Lf"}],["$","div",null,{"hidden":true,"children":["$","$L10",null,{"children":["$","$c",null,{"name":"Next.Metadata","children":"$L11"}]}]}],null]}],false]],"m":"$undefined","G":["$12",[]],"S":true} 9:{} a:"$0:f:0:1:1:children:1:children:0:props:children:0:props:serverProvidedParams:params" f:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1, maximum-scale=1, viewport-fit=cover, user-scalable=no"}],["$","meta","2",{"name":"theme-color","content":"#0a0a0a"}]] diff --git a/.next/server/app/report-full.segments/_full.segment.rsc b/.next/server/app/report-full.segments/_full.segment.rsc index 3605936..77aa56a 100644 --- a/.next/server/app/report-full.segments/_full.segment.rsc +++ b/.next/server/app/report-full.segments/_full.segment.rsc @@ -11,8 +11,8 @@ c:"$Sreact.suspense" e:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"ViewportBoundary"] 10:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"MetadataBoundary"] 12:I[68027,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"default"] -:HL["/_next/static/chunks/a5fbbbd132ff123a.css","style"] -0:{"P":null,"b":"ts43eumKOiXL6JW-dVnbG","c":["","report-full"],"q":"","i":false,"f":[[["",{"children":["report-full",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/a5fbbbd132ff123a.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"zh-CN","children":[["$","head",null,{"children":[["$","link",null,{"rel":"manifest","href":"/manifest.json"}],["$","meta",null,{"name":"apple-mobile-web-app-capable","content":"yes"}],["$","meta",null,{"name":"apple-mobile-web-app-status-bar-style","content":"black-translucent"}],["$","meta",null,{"name":"apple-mobile-web-app-title","content":"灵镜"}],["$","meta",null,{"name":"theme-color","content":"#0a0a0a"}]]}],["$","body",null,{"children":["$","$L2",null,{"parallelRouterKey":"children","error":"$3","errorStyles":[],"errorScripts":[["$","script","script-0",{"src":"/_next/static/chunks/826ade80b097c946.js","async":true}]],"template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[["$","$L5",null,{"title":"页面走丢了","subtitle":"这个入口暂时不存在。","children":["$","div",null,{"className":"card p-6","children":["$","$L6",null,{"href":"/","className":"btn-primary","children":"返回首页"}]}]}],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L2",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":[["$","$L7",null,{"Component":"$8","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@9","$@a"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/267d2baf9a272738.js","async":true,"nonce":"$undefined"}]],["$","$Lb",null,{"children":["$","$c",null,{"name":"Next.MetadataOutlet","children":"$@d"}]}]]}],{},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$Le",null,{"children":"$Lf"}],["$","div",null,{"hidden":true,"children":["$","$L10",null,{"children":["$","$c",null,{"name":"Next.Metadata","children":"$L11"}]}]}],null]}],false]],"m":"$undefined","G":["$12",[]],"S":true} +:HL["/_next/static/chunks/e2cf8827b5a2af35.css","style"] +0:{"P":null,"b":"RS-YhLyEt0_fmK3Sxomfp","c":["","report-full"],"q":"","i":false,"f":[[["",{"children":["report-full",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/e2cf8827b5a2af35.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"zh-CN","children":[["$","head",null,{"children":[["$","link",null,{"rel":"manifest","href":"/manifest.json"}],["$","meta",null,{"name":"apple-mobile-web-app-capable","content":"yes"}],["$","meta",null,{"name":"apple-mobile-web-app-status-bar-style","content":"black-translucent"}],["$","meta",null,{"name":"apple-mobile-web-app-title","content":"灵镜"}],["$","meta",null,{"name":"theme-color","content":"#0a0a0a"}]]}],["$","body",null,{"children":["$","$L2",null,{"parallelRouterKey":"children","error":"$3","errorStyles":[],"errorScripts":[["$","script","script-0",{"src":"/_next/static/chunks/826ade80b097c946.js","async":true}]],"template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[["$","$L5",null,{"title":"页面走丢了","subtitle":"这个入口暂时不存在。","children":["$","div",null,{"className":"card p-6","children":["$","$L6",null,{"href":"/","className":"btn-primary","children":"返回首页"}]}]}],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L2",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":[["$","$L7",null,{"Component":"$8","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@9","$@a"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/267d2baf9a272738.js","async":true,"nonce":"$undefined"}]],["$","$Lb",null,{"children":["$","$c",null,{"name":"Next.MetadataOutlet","children":"$@d"}]}]]}],{},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$Le",null,{"children":"$Lf"}],["$","div",null,{"hidden":true,"children":["$","$L10",null,{"children":["$","$c",null,{"name":"Next.Metadata","children":"$L11"}]}]}],null]}],false]],"m":"$undefined","G":["$12",[]],"S":true} 9:{} a:"$0:f:0:1:1:children:1:children:0:props:children:0:props:serverProvidedParams:params" f:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1, maximum-scale=1, viewport-fit=cover, user-scalable=no"}],["$","meta","2",{"name":"theme-color","content":"#0a0a0a"}]] diff --git a/.next/server/app/report-full.segments/_head.segment.rsc b/.next/server/app/report-full.segments/_head.segment.rsc index 561e041..d389b93 100644 --- a/.next/server/app/report-full.segments/_head.segment.rsc +++ b/.next/server/app/report-full.segments/_head.segment.rsc @@ -2,4 +2,4 @@ 2:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"ViewportBoundary"] 3:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"MetadataBoundary"] 4:"$Sreact.suspense" -0:{"buildId":"ts43eumKOiXL6JW-dVnbG","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1, maximum-scale=1, viewport-fit=cover, user-scalable=no"}],["$","meta","2",{"name":"theme-color","content":"#0a0a0a"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"灵镜"}],["$","meta","1",{"name":"description","content":"一场温柔但有穿透力的对话,帮你看见自己。"}],["$","link","2",{"rel":"manifest","href":"/manifest.json"}],["$","meta","3",{"name":"mobile-web-app-capable","content":"yes"}],["$","meta","4",{"name":"mobile-web-app-capable","content":"yes"}],["$","meta","5",{"name":"apple-mobile-web-app-title","content":"灵镜"}],["$","meta","6",{"name":"apple-mobile-web-app-status-bar-style","content":"black-translucent"}]]}]}]}],null]}],"loading":null,"isPartial":false} +0:{"buildId":"RS-YhLyEt0_fmK3Sxomfp","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1, maximum-scale=1, viewport-fit=cover, user-scalable=no"}],["$","meta","2",{"name":"theme-color","content":"#0a0a0a"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"灵镜"}],["$","meta","1",{"name":"description","content":"一场温柔但有穿透力的对话,帮你看见自己。"}],["$","link","2",{"rel":"manifest","href":"/manifest.json"}],["$","meta","3",{"name":"mobile-web-app-capable","content":"yes"}],["$","meta","4",{"name":"mobile-web-app-capable","content":"yes"}],["$","meta","5",{"name":"apple-mobile-web-app-title","content":"灵镜"}],["$","meta","6",{"name":"apple-mobile-web-app-status-bar-style","content":"black-translucent"}]]}]}]}],null]}],"loading":null,"isPartial":false} diff --git a/.next/server/app/report-full.segments/_index.segment.rsc b/.next/server/app/report-full.segments/_index.segment.rsc index e0cb26d..1090e91 100644 --- a/.next/server/app/report-full.segments/_index.segment.rsc +++ b/.next/server/app/report-full.segments/_index.segment.rsc @@ -4,5 +4,5 @@ 4:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"default"] 5:I[55305,["/_next/static/chunks/f9c333555f82c3ce.js"],"default"] 6:I[22016,["/_next/static/chunks/f9c333555f82c3ce.js"],""] -:HL["/_next/static/chunks/a5fbbbd132ff123a.css","style"] -0:{"buildId":"ts43eumKOiXL6JW-dVnbG","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/a5fbbbd132ff123a.css","precedence":"next"}]],["$","html",null,{"lang":"zh-CN","children":[["$","head",null,{"children":[["$","link",null,{"rel":"manifest","href":"/manifest.json"}],["$","meta",null,{"name":"apple-mobile-web-app-capable","content":"yes"}],["$","meta",null,{"name":"apple-mobile-web-app-status-bar-style","content":"black-translucent"}],["$","meta",null,{"name":"apple-mobile-web-app-title","content":"灵镜"}],["$","meta",null,{"name":"theme-color","content":"#0a0a0a"}]]}],["$","body",null,{"children":["$","$L2",null,{"parallelRouterKey":"children","error":"$3","errorStyles":[],"errorScripts":[["$","script","script-0",{"src":"/_next/static/chunks/826ade80b097c946.js","async":true}]],"template":["$","$L4",null,{}],"notFound":[["$","$L5",null,{"title":"页面走丢了","subtitle":"这个入口暂时不存在。","children":["$","div",null,{"className":"card p-6","children":["$","$L6",null,{"href":"/","className":"btn-primary","children":"返回首页"}]}]}],[]]}]}]]}]]}],"loading":null,"isPartial":false} +:HL["/_next/static/chunks/e2cf8827b5a2af35.css","style"] +0:{"buildId":"RS-YhLyEt0_fmK3Sxomfp","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/e2cf8827b5a2af35.css","precedence":"next"}]],["$","html",null,{"lang":"zh-CN","children":[["$","head",null,{"children":[["$","link",null,{"rel":"manifest","href":"/manifest.json"}],["$","meta",null,{"name":"apple-mobile-web-app-capable","content":"yes"}],["$","meta",null,{"name":"apple-mobile-web-app-status-bar-style","content":"black-translucent"}],["$","meta",null,{"name":"apple-mobile-web-app-title","content":"灵镜"}],["$","meta",null,{"name":"theme-color","content":"#0a0a0a"}]]}],["$","body",null,{"children":["$","$L2",null,{"parallelRouterKey":"children","error":"$3","errorStyles":[],"errorScripts":[["$","script","script-0",{"src":"/_next/static/chunks/826ade80b097c946.js","async":true}]],"template":["$","$L4",null,{}],"notFound":[["$","$L5",null,{"title":"页面走丢了","subtitle":"这个入口暂时不存在。","children":["$","div",null,{"className":"card p-6","children":["$","$L6",null,{"href":"/","className":"btn-primary","children":"返回首页"}]}]}],[]]}]}]]}]]}],"loading":null,"isPartial":false} diff --git a/.next/server/app/report-full.segments/_tree.segment.rsc b/.next/server/app/report-full.segments/_tree.segment.rsc index a9fc163..25378b5 100644 --- a/.next/server/app/report-full.segments/_tree.segment.rsc +++ b/.next/server/app/report-full.segments/_tree.segment.rsc @@ -1,2 +1,2 @@ -:HL["/_next/static/chunks/a5fbbbd132ff123a.css","style"] -0:{"buildId":"ts43eumKOiXL6JW-dVnbG","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"report-full","paramType":null,"paramKey":"report-full","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/e2cf8827b5a2af35.css","style"] +0:{"buildId":"RS-YhLyEt0_fmK3Sxomfp","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"report-full","paramType":null,"paramKey":"report-full","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/.next/server/app/report-full.segments/report-full.segment.rsc b/.next/server/app/report-full.segments/report-full.segment.rsc index 95336a5..8559148 100644 --- a/.next/server/app/report-full.segments/report-full.segment.rsc +++ b/.next/server/app/report-full.segments/report-full.segment.rsc @@ -1,4 +1,4 @@ 1:"$Sreact.fragment" 2:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"default"] 3:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"default"] -0:{"buildId":"ts43eumKOiXL6JW-dVnbG","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} +0:{"buildId":"RS-YhLyEt0_fmK3Sxomfp","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} diff --git a/.next/server/app/report-full.segments/report-full/__PAGE__.segment.rsc b/.next/server/app/report-full.segments/report-full/__PAGE__.segment.rsc index 831bcab..f37f048 100644 --- a/.next/server/app/report-full.segments/report-full/__PAGE__.segment.rsc +++ b/.next/server/app/report-full.segments/report-full/__PAGE__.segment.rsc @@ -3,7 +3,7 @@ 3:I[41844,["/_next/static/chunks/267d2baf9a272738.js"],"default"] 6:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"OutletBoundary"] 7:"$Sreact.suspense" -0:{"buildId":"ts43eumKOiXL6JW-dVnbG","rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/267d2baf9a272738.js","async":true}]],["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],"loading":null,"isPartial":false} +0:{"buildId":"RS-YhLyEt0_fmK3Sxomfp","rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/267d2baf9a272738.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/.next/server/app/report-full/page_client-reference-manifest.js b/.next/server/app/report-full/page_client-reference-manifest.js index f4b32f1..a58ce26 100644 --- a/.next/server/app/report-full/page_client-reference-manifest.js +++ b/.next/server/app/report-full/page_client-reference-manifest.js @@ -1,2 +1,2 @@ globalThis.__RSC_MANIFEST = globalThis.__RSC_MANIFEST || {}; -globalThis.__RSC_MANIFEST["/report-full/page"] = {"moduleLoading":{"prefix":"","crossOrigin":null},"clientModules":{"[project]/node_modules/next/dist/esm/client/components/layout-router.js ":{"id":39756,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/layout-router.js":{"id":39756,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/render-from-template-context.js ":{"id":37457,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":37457,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js ":{"id":47257,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js":{"id":47257,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js ":{"id":92825,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js":{"id":92825,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js ":{"id":68017,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":68017,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js ":{"id":27201,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":27201,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js ":{"id":97367,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":97367,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/client/components/builtin/global-error.js ":{"id":68027,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/client/components/builtin/global-error.js":{"id":68027,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/app/error.jsx ":{"id":36994,"name":"*","chunks":["/_next/static/chunks/826ade80b097c946.js"],"async":false},"[project]/app/error.jsx":{"id":36994,"name":"*","chunks":["/_next/static/chunks/826ade80b097c946.js"],"async":false},"[project]/node_modules/next/dist/client/app-dir/link.js ":{"id":22016,"name":"*","chunks":["/_next/static/chunks/f9c333555f82c3ce.js"],"async":false},"[project]/node_modules/next/dist/client/app-dir/link.js":{"id":22016,"name":"*","chunks":["/_next/static/chunks/f9c333555f82c3ce.js"],"async":false},"[project]/components/Shell.jsx ":{"id":55305,"name":"*","chunks":["/_next/static/chunks/f9c333555f82c3ce.js"],"async":false},"[project]/components/Shell.jsx":{"id":55305,"name":"*","chunks":["/_next/static/chunks/f9c333555f82c3ce.js"],"async":false},"[project]/app/report-full/page.jsx ":{"id":41844,"name":"*","chunks":["/_next/static/chunks/267d2baf9a272738.js"],"async":false},"[project]/app/report-full/page.jsx":{"id":41844,"name":"*","chunks":["/_next/static/chunks/267d2baf9a272738.js"],"async":false}},"ssrModuleMapping":{"39756":{"*":{"id":2420,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__956e25fa._.js","server/chunks/ssr/node_modules_next_dist_27457240._.js"],"async":false}},"37457":{"*":{"id":24017,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__956e25fa._.js","server/chunks/ssr/node_modules_next_dist_27457240._.js"],"async":false}},"47257":{"*":{"id":77682,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__956e25fa._.js","server/chunks/ssr/node_modules_next_dist_27457240._.js"],"async":false}},"92825":{"*":{"id":97296,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__956e25fa._.js","server/chunks/ssr/node_modules_next_dist_27457240._.js"],"async":false}},"68017":{"*":{"id":61660,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__956e25fa._.js","server/chunks/ssr/node_modules_next_dist_27457240._.js"],"async":false}},"27201":{"*":{"id":60704,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__956e25fa._.js","server/chunks/ssr/node_modules_next_dist_27457240._.js"],"async":false}},"97367":{"*":{"id":90574,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__956e25fa._.js","server/chunks/ssr/node_modules_next_dist_27457240._.js"],"async":false}},"68027":{"*":{"id":40622,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__956e25fa._.js","server/chunks/ssr/node_modules_next_dist_27457240._.js"],"async":false}},"36994":{"*":{"id":80823,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__9b450fdd._.js","server/chunks/ssr/node_modules_next_dist_852965c2._.js"],"async":false}},"22016":{"*":{"id":38246,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__78e4f5be._.js","server/chunks/ssr/node_modules_next_dist_852965c2._.js"],"async":false}},"55305":{"*":{"id":27673,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__78e4f5be._.js","server/chunks/ssr/node_modules_next_dist_852965c2._.js"],"async":false}},"41844":{"*":{"id":35142,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__496bc672._.js"],"async":false}}},"edgeSSRModuleMapping":{},"rscModuleMapping":{"39756":{"*":{"id":26768,"name":"*","chunks":[],"async":false}},"37457":{"*":{"id":17910,"name":"*","chunks":[],"async":false}},"47257":{"*":{"id":92977,"name":"*","chunks":[],"async":false}},"92825":{"*":{"id":48552,"name":"*","chunks":[],"async":false}},"68017":{"*":{"id":83919,"name":"*","chunks":[],"async":false}},"27201":{"*":{"id":40771,"name":"*","chunks":[],"async":false}},"97367":{"*":{"id":24150,"name":"*","chunks":[],"async":false}},"68027":{"*":{"id":82509,"name":"*","chunks":[],"async":false}},"36994":{"*":{"id":57207,"name":"*","chunks":[],"async":false}},"22016":{"*":{"id":84707,"name":"*","chunks":[],"async":false}},"55305":{"*":{"id":99716,"name":"*","chunks":[],"async":false}},"41844":{"*":{"id":53221,"name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{},"entryCSSFiles":{"[project]/node_modules/next/dist/client/components/builtin/global-error":[],"[project]/app/layout":[{"path":"static/chunks/a5fbbbd132ff123a.css","inlined":false}],"[project]/app/error":[{"path":"static/chunks/a5fbbbd132ff123a.css","inlined":false}],"[project]/app/not-found":[{"path":"static/chunks/a5fbbbd132ff123a.css","inlined":false}],"[project]/app/report-full/page":[{"path":"static/chunks/a5fbbbd132ff123a.css","inlined":false}]},"entryJSFiles":{"[project]/node_modules/next/dist/client/components/builtin/global-error":["static/chunks/ff1a16fafef87110.js","static/chunks/d2be314c3ece3fbe.js"],"[project]/app/layout":[],"[project]/app/error":["static/chunks/826ade80b097c946.js"],"[project]/app/not-found":["static/chunks/f9c333555f82c3ce.js"],"[project]/app/report-full/page":["static/chunks/267d2baf9a272738.js"]}} +globalThis.__RSC_MANIFEST["/report-full/page"] = {"moduleLoading":{"prefix":"","crossOrigin":null},"clientModules":{"[project]/node_modules/next/dist/esm/client/components/layout-router.js ":{"id":39756,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/layout-router.js":{"id":39756,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/render-from-template-context.js ":{"id":37457,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":37457,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js ":{"id":47257,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js":{"id":47257,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js ":{"id":92825,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js":{"id":92825,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js ":{"id":68017,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":68017,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js ":{"id":27201,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":27201,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js ":{"id":97367,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":97367,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/client/components/builtin/global-error.js ":{"id":68027,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/client/components/builtin/global-error.js":{"id":68027,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/app/error.jsx ":{"id":36994,"name":"*","chunks":["/_next/static/chunks/826ade80b097c946.js"],"async":false},"[project]/app/error.jsx":{"id":36994,"name":"*","chunks":["/_next/static/chunks/826ade80b097c946.js"],"async":false},"[project]/node_modules/next/dist/client/app-dir/link.js ":{"id":22016,"name":"*","chunks":["/_next/static/chunks/f9c333555f82c3ce.js"],"async":false},"[project]/node_modules/next/dist/client/app-dir/link.js":{"id":22016,"name":"*","chunks":["/_next/static/chunks/f9c333555f82c3ce.js"],"async":false},"[project]/components/Shell.jsx ":{"id":55305,"name":"*","chunks":["/_next/static/chunks/f9c333555f82c3ce.js"],"async":false},"[project]/components/Shell.jsx":{"id":55305,"name":"*","chunks":["/_next/static/chunks/f9c333555f82c3ce.js"],"async":false},"[project]/app/report-full/page.jsx ":{"id":41844,"name":"*","chunks":["/_next/static/chunks/267d2baf9a272738.js"],"async":false},"[project]/app/report-full/page.jsx":{"id":41844,"name":"*","chunks":["/_next/static/chunks/267d2baf9a272738.js"],"async":false}},"ssrModuleMapping":{"39756":{"*":{"id":2420,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__956e25fa._.js","server/chunks/ssr/node_modules_next_dist_27457240._.js"],"async":false}},"37457":{"*":{"id":24017,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__956e25fa._.js","server/chunks/ssr/node_modules_next_dist_27457240._.js"],"async":false}},"47257":{"*":{"id":77682,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__956e25fa._.js","server/chunks/ssr/node_modules_next_dist_27457240._.js"],"async":false}},"92825":{"*":{"id":97296,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__956e25fa._.js","server/chunks/ssr/node_modules_next_dist_27457240._.js"],"async":false}},"68017":{"*":{"id":61660,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__956e25fa._.js","server/chunks/ssr/node_modules_next_dist_27457240._.js"],"async":false}},"27201":{"*":{"id":60704,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__956e25fa._.js","server/chunks/ssr/node_modules_next_dist_27457240._.js"],"async":false}},"97367":{"*":{"id":90574,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__956e25fa._.js","server/chunks/ssr/node_modules_next_dist_27457240._.js"],"async":false}},"68027":{"*":{"id":40622,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__956e25fa._.js","server/chunks/ssr/node_modules_next_dist_27457240._.js"],"async":false}},"36994":{"*":{"id":80823,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__9b450fdd._.js","server/chunks/ssr/node_modules_next_dist_852965c2._.js"],"async":false}},"22016":{"*":{"id":38246,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__78e4f5be._.js","server/chunks/ssr/node_modules_next_dist_852965c2._.js"],"async":false}},"55305":{"*":{"id":27673,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__78e4f5be._.js","server/chunks/ssr/node_modules_next_dist_852965c2._.js"],"async":false}},"41844":{"*":{"id":35142,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__496bc672._.js"],"async":false}}},"edgeSSRModuleMapping":{},"rscModuleMapping":{"39756":{"*":{"id":26768,"name":"*","chunks":[],"async":false}},"37457":{"*":{"id":17910,"name":"*","chunks":[],"async":false}},"47257":{"*":{"id":92977,"name":"*","chunks":[],"async":false}},"92825":{"*":{"id":48552,"name":"*","chunks":[],"async":false}},"68017":{"*":{"id":83919,"name":"*","chunks":[],"async":false}},"27201":{"*":{"id":40771,"name":"*","chunks":[],"async":false}},"97367":{"*":{"id":24150,"name":"*","chunks":[],"async":false}},"68027":{"*":{"id":82509,"name":"*","chunks":[],"async":false}},"36994":{"*":{"id":57207,"name":"*","chunks":[],"async":false}},"22016":{"*":{"id":84707,"name":"*","chunks":[],"async":false}},"55305":{"*":{"id":99716,"name":"*","chunks":[],"async":false}},"41844":{"*":{"id":53221,"name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{},"entryCSSFiles":{"[project]/node_modules/next/dist/client/components/builtin/global-error":[],"[project]/app/layout":[{"path":"static/chunks/e2cf8827b5a2af35.css","inlined":false}],"[project]/app/error":[{"path":"static/chunks/e2cf8827b5a2af35.css","inlined":false}],"[project]/app/not-found":[{"path":"static/chunks/e2cf8827b5a2af35.css","inlined":false}],"[project]/app/report-full/page":[{"path":"static/chunks/e2cf8827b5a2af35.css","inlined":false}]},"entryJSFiles":{"[project]/node_modules/next/dist/client/components/builtin/global-error":["static/chunks/ff1a16fafef87110.js","static/chunks/d2be314c3ece3fbe.js"],"[project]/app/layout":[],"[project]/app/error":["static/chunks/826ade80b097c946.js"],"[project]/app/not-found":["static/chunks/f9c333555f82c3ce.js"],"[project]/app/report-full/page":["static/chunks/267d2baf9a272738.js"]}} diff --git a/.next/server/app/report-preview.html b/.next/server/app/report-preview.html index c074d83..80e64a1 100644 --- a/.next/server/app/report-preview.html +++ b/.next/server/app/report-preview.html @@ -1 +1 @@ -灵镜

          LINGJING

          报告预览(免费版)

          先看核心摘要,完整版可继续查看。

          你现在处在“想改变,但还没找到最顺手路径”的阶段。

          你对变化是有行动意愿的,只是容易在选择上分散精力。

          完整版将告诉你哪条路线最适合你现在的节奏。

          查看完整报告(演示)
          \ No newline at end of file +灵镜

          LINGJING

          报告预览(免费版)

          先看核心摘要,完整版可继续查看。

          你现在处在“想改变,但还没找到最顺手路径”的阶段。

          你对变化是有行动意愿的,只是容易在选择上分散精力。

          完整版将告诉你哪条路线最适合你现在的节奏。

          查看完整报告(演示)
          \ No newline at end of file diff --git a/.next/server/app/report-preview.rsc b/.next/server/app/report-preview.rsc index f15f901..56330b4 100644 --- a/.next/server/app/report-preview.rsc +++ b/.next/server/app/report-preview.rsc @@ -11,8 +11,8 @@ c:"$Sreact.suspense" e:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"ViewportBoundary"] 10:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"MetadataBoundary"] 12:I[68027,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"default"] -:HL["/_next/static/chunks/a5fbbbd132ff123a.css","style"] -0:{"P":null,"b":"ts43eumKOiXL6JW-dVnbG","c":["","report-preview"],"q":"","i":false,"f":[[["",{"children":["report-preview",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/a5fbbbd132ff123a.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"zh-CN","children":[["$","head",null,{"children":[["$","link",null,{"rel":"manifest","href":"/manifest.json"}],["$","meta",null,{"name":"apple-mobile-web-app-capable","content":"yes"}],["$","meta",null,{"name":"apple-mobile-web-app-status-bar-style","content":"black-translucent"}],["$","meta",null,{"name":"apple-mobile-web-app-title","content":"灵镜"}],["$","meta",null,{"name":"theme-color","content":"#0a0a0a"}]]}],["$","body",null,{"children":["$","$L2",null,{"parallelRouterKey":"children","error":"$3","errorStyles":[],"errorScripts":[["$","script","script-0",{"src":"/_next/static/chunks/826ade80b097c946.js","async":true}]],"template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[["$","$L5",null,{"title":"页面走丢了","subtitle":"这个入口暂时不存在。","children":["$","div",null,{"className":"card p-6","children":["$","$L6",null,{"href":"/","className":"btn-primary","children":"返回首页"}]}]}],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L2",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":[["$","$L7",null,{"Component":"$8","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@9","$@a"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/9643579b94dd1747.js","async":true,"nonce":"$undefined"}]],["$","$Lb",null,{"children":["$","$c",null,{"name":"Next.MetadataOutlet","children":"$@d"}]}]]}],{},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$Le",null,{"children":"$Lf"}],["$","div",null,{"hidden":true,"children":["$","$L10",null,{"children":["$","$c",null,{"name":"Next.Metadata","children":"$L11"}]}]}],null]}],false]],"m":"$undefined","G":["$12",[]],"S":true} +:HL["/_next/static/chunks/e2cf8827b5a2af35.css","style"] +0:{"P":null,"b":"RS-YhLyEt0_fmK3Sxomfp","c":["","report-preview"],"q":"","i":false,"f":[[["",{"children":["report-preview",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/e2cf8827b5a2af35.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"zh-CN","children":[["$","head",null,{"children":[["$","link",null,{"rel":"manifest","href":"/manifest.json"}],["$","meta",null,{"name":"apple-mobile-web-app-capable","content":"yes"}],["$","meta",null,{"name":"apple-mobile-web-app-status-bar-style","content":"black-translucent"}],["$","meta",null,{"name":"apple-mobile-web-app-title","content":"灵镜"}],["$","meta",null,{"name":"theme-color","content":"#0a0a0a"}]]}],["$","body",null,{"children":["$","$L2",null,{"parallelRouterKey":"children","error":"$3","errorStyles":[],"errorScripts":[["$","script","script-0",{"src":"/_next/static/chunks/826ade80b097c946.js","async":true}]],"template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[["$","$L5",null,{"title":"页面走丢了","subtitle":"这个入口暂时不存在。","children":["$","div",null,{"className":"card p-6","children":["$","$L6",null,{"href":"/","className":"btn-primary","children":"返回首页"}]}]}],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L2",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":[["$","$L7",null,{"Component":"$8","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@9","$@a"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/9643579b94dd1747.js","async":true,"nonce":"$undefined"}]],["$","$Lb",null,{"children":["$","$c",null,{"name":"Next.MetadataOutlet","children":"$@d"}]}]]}],{},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$Le",null,{"children":"$Lf"}],["$","div",null,{"hidden":true,"children":["$","$L10",null,{"children":["$","$c",null,{"name":"Next.Metadata","children":"$L11"}]}]}],null]}],false]],"m":"$undefined","G":["$12",[]],"S":true} 9:{} a:"$0:f:0:1:1:children:1:children:0:props:children:0:props:serverProvidedParams:params" f:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1, maximum-scale=1, viewport-fit=cover, user-scalable=no"}],["$","meta","2",{"name":"theme-color","content":"#0a0a0a"}]] diff --git a/.next/server/app/report-preview.segments/_full.segment.rsc b/.next/server/app/report-preview.segments/_full.segment.rsc index f15f901..56330b4 100644 --- a/.next/server/app/report-preview.segments/_full.segment.rsc +++ b/.next/server/app/report-preview.segments/_full.segment.rsc @@ -11,8 +11,8 @@ c:"$Sreact.suspense" e:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"ViewportBoundary"] 10:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"MetadataBoundary"] 12:I[68027,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"default"] -:HL["/_next/static/chunks/a5fbbbd132ff123a.css","style"] -0:{"P":null,"b":"ts43eumKOiXL6JW-dVnbG","c":["","report-preview"],"q":"","i":false,"f":[[["",{"children":["report-preview",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/a5fbbbd132ff123a.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"zh-CN","children":[["$","head",null,{"children":[["$","link",null,{"rel":"manifest","href":"/manifest.json"}],["$","meta",null,{"name":"apple-mobile-web-app-capable","content":"yes"}],["$","meta",null,{"name":"apple-mobile-web-app-status-bar-style","content":"black-translucent"}],["$","meta",null,{"name":"apple-mobile-web-app-title","content":"灵镜"}],["$","meta",null,{"name":"theme-color","content":"#0a0a0a"}]]}],["$","body",null,{"children":["$","$L2",null,{"parallelRouterKey":"children","error":"$3","errorStyles":[],"errorScripts":[["$","script","script-0",{"src":"/_next/static/chunks/826ade80b097c946.js","async":true}]],"template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[["$","$L5",null,{"title":"页面走丢了","subtitle":"这个入口暂时不存在。","children":["$","div",null,{"className":"card p-6","children":["$","$L6",null,{"href":"/","className":"btn-primary","children":"返回首页"}]}]}],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L2",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":[["$","$L7",null,{"Component":"$8","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@9","$@a"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/9643579b94dd1747.js","async":true,"nonce":"$undefined"}]],["$","$Lb",null,{"children":["$","$c",null,{"name":"Next.MetadataOutlet","children":"$@d"}]}]]}],{},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$Le",null,{"children":"$Lf"}],["$","div",null,{"hidden":true,"children":["$","$L10",null,{"children":["$","$c",null,{"name":"Next.Metadata","children":"$L11"}]}]}],null]}],false]],"m":"$undefined","G":["$12",[]],"S":true} +:HL["/_next/static/chunks/e2cf8827b5a2af35.css","style"] +0:{"P":null,"b":"RS-YhLyEt0_fmK3Sxomfp","c":["","report-preview"],"q":"","i":false,"f":[[["",{"children":["report-preview",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/e2cf8827b5a2af35.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"zh-CN","children":[["$","head",null,{"children":[["$","link",null,{"rel":"manifest","href":"/manifest.json"}],["$","meta",null,{"name":"apple-mobile-web-app-capable","content":"yes"}],["$","meta",null,{"name":"apple-mobile-web-app-status-bar-style","content":"black-translucent"}],["$","meta",null,{"name":"apple-mobile-web-app-title","content":"灵镜"}],["$","meta",null,{"name":"theme-color","content":"#0a0a0a"}]]}],["$","body",null,{"children":["$","$L2",null,{"parallelRouterKey":"children","error":"$3","errorStyles":[],"errorScripts":[["$","script","script-0",{"src":"/_next/static/chunks/826ade80b097c946.js","async":true}]],"template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[["$","$L5",null,{"title":"页面走丢了","subtitle":"这个入口暂时不存在。","children":["$","div",null,{"className":"card p-6","children":["$","$L6",null,{"href":"/","className":"btn-primary","children":"返回首页"}]}]}],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L2",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":[["$","$L7",null,{"Component":"$8","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@9","$@a"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/9643579b94dd1747.js","async":true,"nonce":"$undefined"}]],["$","$Lb",null,{"children":["$","$c",null,{"name":"Next.MetadataOutlet","children":"$@d"}]}]]}],{},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$Le",null,{"children":"$Lf"}],["$","div",null,{"hidden":true,"children":["$","$L10",null,{"children":["$","$c",null,{"name":"Next.Metadata","children":"$L11"}]}]}],null]}],false]],"m":"$undefined","G":["$12",[]],"S":true} 9:{} a:"$0:f:0:1:1:children:1:children:0:props:children:0:props:serverProvidedParams:params" f:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1, maximum-scale=1, viewport-fit=cover, user-scalable=no"}],["$","meta","2",{"name":"theme-color","content":"#0a0a0a"}]] diff --git a/.next/server/app/report-preview.segments/_head.segment.rsc b/.next/server/app/report-preview.segments/_head.segment.rsc index 561e041..d389b93 100644 --- a/.next/server/app/report-preview.segments/_head.segment.rsc +++ b/.next/server/app/report-preview.segments/_head.segment.rsc @@ -2,4 +2,4 @@ 2:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"ViewportBoundary"] 3:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"MetadataBoundary"] 4:"$Sreact.suspense" -0:{"buildId":"ts43eumKOiXL6JW-dVnbG","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1, maximum-scale=1, viewport-fit=cover, user-scalable=no"}],["$","meta","2",{"name":"theme-color","content":"#0a0a0a"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"灵镜"}],["$","meta","1",{"name":"description","content":"一场温柔但有穿透力的对话,帮你看见自己。"}],["$","link","2",{"rel":"manifest","href":"/manifest.json"}],["$","meta","3",{"name":"mobile-web-app-capable","content":"yes"}],["$","meta","4",{"name":"mobile-web-app-capable","content":"yes"}],["$","meta","5",{"name":"apple-mobile-web-app-title","content":"灵镜"}],["$","meta","6",{"name":"apple-mobile-web-app-status-bar-style","content":"black-translucent"}]]}]}]}],null]}],"loading":null,"isPartial":false} +0:{"buildId":"RS-YhLyEt0_fmK3Sxomfp","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1, maximum-scale=1, viewport-fit=cover, user-scalable=no"}],["$","meta","2",{"name":"theme-color","content":"#0a0a0a"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"灵镜"}],["$","meta","1",{"name":"description","content":"一场温柔但有穿透力的对话,帮你看见自己。"}],["$","link","2",{"rel":"manifest","href":"/manifest.json"}],["$","meta","3",{"name":"mobile-web-app-capable","content":"yes"}],["$","meta","4",{"name":"mobile-web-app-capable","content":"yes"}],["$","meta","5",{"name":"apple-mobile-web-app-title","content":"灵镜"}],["$","meta","6",{"name":"apple-mobile-web-app-status-bar-style","content":"black-translucent"}]]}]}]}],null]}],"loading":null,"isPartial":false} diff --git a/.next/server/app/report-preview.segments/_index.segment.rsc b/.next/server/app/report-preview.segments/_index.segment.rsc index e0cb26d..1090e91 100644 --- a/.next/server/app/report-preview.segments/_index.segment.rsc +++ b/.next/server/app/report-preview.segments/_index.segment.rsc @@ -4,5 +4,5 @@ 4:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"default"] 5:I[55305,["/_next/static/chunks/f9c333555f82c3ce.js"],"default"] 6:I[22016,["/_next/static/chunks/f9c333555f82c3ce.js"],""] -:HL["/_next/static/chunks/a5fbbbd132ff123a.css","style"] -0:{"buildId":"ts43eumKOiXL6JW-dVnbG","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/a5fbbbd132ff123a.css","precedence":"next"}]],["$","html",null,{"lang":"zh-CN","children":[["$","head",null,{"children":[["$","link",null,{"rel":"manifest","href":"/manifest.json"}],["$","meta",null,{"name":"apple-mobile-web-app-capable","content":"yes"}],["$","meta",null,{"name":"apple-mobile-web-app-status-bar-style","content":"black-translucent"}],["$","meta",null,{"name":"apple-mobile-web-app-title","content":"灵镜"}],["$","meta",null,{"name":"theme-color","content":"#0a0a0a"}]]}],["$","body",null,{"children":["$","$L2",null,{"parallelRouterKey":"children","error":"$3","errorStyles":[],"errorScripts":[["$","script","script-0",{"src":"/_next/static/chunks/826ade80b097c946.js","async":true}]],"template":["$","$L4",null,{}],"notFound":[["$","$L5",null,{"title":"页面走丢了","subtitle":"这个入口暂时不存在。","children":["$","div",null,{"className":"card p-6","children":["$","$L6",null,{"href":"/","className":"btn-primary","children":"返回首页"}]}]}],[]]}]}]]}]]}],"loading":null,"isPartial":false} +:HL["/_next/static/chunks/e2cf8827b5a2af35.css","style"] +0:{"buildId":"RS-YhLyEt0_fmK3Sxomfp","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/e2cf8827b5a2af35.css","precedence":"next"}]],["$","html",null,{"lang":"zh-CN","children":[["$","head",null,{"children":[["$","link",null,{"rel":"manifest","href":"/manifest.json"}],["$","meta",null,{"name":"apple-mobile-web-app-capable","content":"yes"}],["$","meta",null,{"name":"apple-mobile-web-app-status-bar-style","content":"black-translucent"}],["$","meta",null,{"name":"apple-mobile-web-app-title","content":"灵镜"}],["$","meta",null,{"name":"theme-color","content":"#0a0a0a"}]]}],["$","body",null,{"children":["$","$L2",null,{"parallelRouterKey":"children","error":"$3","errorStyles":[],"errorScripts":[["$","script","script-0",{"src":"/_next/static/chunks/826ade80b097c946.js","async":true}]],"template":["$","$L4",null,{}],"notFound":[["$","$L5",null,{"title":"页面走丢了","subtitle":"这个入口暂时不存在。","children":["$","div",null,{"className":"card p-6","children":["$","$L6",null,{"href":"/","className":"btn-primary","children":"返回首页"}]}]}],[]]}]}]]}]]}],"loading":null,"isPartial":false} diff --git a/.next/server/app/report-preview.segments/_tree.segment.rsc b/.next/server/app/report-preview.segments/_tree.segment.rsc index 17aebfc..863fb1b 100644 --- a/.next/server/app/report-preview.segments/_tree.segment.rsc +++ b/.next/server/app/report-preview.segments/_tree.segment.rsc @@ -1,2 +1,2 @@ -:HL["/_next/static/chunks/a5fbbbd132ff123a.css","style"] -0:{"buildId":"ts43eumKOiXL6JW-dVnbG","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"report-preview","paramType":null,"paramKey":"report-preview","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/e2cf8827b5a2af35.css","style"] +0:{"buildId":"RS-YhLyEt0_fmK3Sxomfp","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"report-preview","paramType":null,"paramKey":"report-preview","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/.next/server/app/report-preview.segments/report-preview.segment.rsc b/.next/server/app/report-preview.segments/report-preview.segment.rsc index 95336a5..8559148 100644 --- a/.next/server/app/report-preview.segments/report-preview.segment.rsc +++ b/.next/server/app/report-preview.segments/report-preview.segment.rsc @@ -1,4 +1,4 @@ 1:"$Sreact.fragment" 2:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"default"] 3:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"default"] -0:{"buildId":"ts43eumKOiXL6JW-dVnbG","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} +0:{"buildId":"RS-YhLyEt0_fmK3Sxomfp","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} diff --git a/.next/server/app/report-preview.segments/report-preview/__PAGE__.segment.rsc b/.next/server/app/report-preview.segments/report-preview/__PAGE__.segment.rsc index caa5416..7e40368 100644 --- a/.next/server/app/report-preview.segments/report-preview/__PAGE__.segment.rsc +++ b/.next/server/app/report-preview.segments/report-preview/__PAGE__.segment.rsc @@ -3,7 +3,7 @@ 3:I[3169,["/_next/static/chunks/9643579b94dd1747.js"],"default"] 6:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"OutletBoundary"] 7:"$Sreact.suspense" -0:{"buildId":"ts43eumKOiXL6JW-dVnbG","rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/9643579b94dd1747.js","async":true}]],["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],"loading":null,"isPartial":false} +0:{"buildId":"RS-YhLyEt0_fmK3Sxomfp","rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/9643579b94dd1747.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/.next/server/app/report-preview/page_client-reference-manifest.js b/.next/server/app/report-preview/page_client-reference-manifest.js index c2933b9..8c008ec 100644 --- a/.next/server/app/report-preview/page_client-reference-manifest.js +++ b/.next/server/app/report-preview/page_client-reference-manifest.js @@ -1,2 +1,2 @@ globalThis.__RSC_MANIFEST = globalThis.__RSC_MANIFEST || {}; -globalThis.__RSC_MANIFEST["/report-preview/page"] = {"moduleLoading":{"prefix":"","crossOrigin":null},"clientModules":{"[project]/node_modules/next/dist/esm/client/components/layout-router.js ":{"id":39756,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/layout-router.js":{"id":39756,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/render-from-template-context.js ":{"id":37457,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":37457,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js ":{"id":47257,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js":{"id":47257,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js ":{"id":92825,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js":{"id":92825,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js ":{"id":68017,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":68017,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js ":{"id":27201,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":27201,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js ":{"id":97367,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":97367,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/client/components/builtin/global-error.js ":{"id":68027,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/client/components/builtin/global-error.js":{"id":68027,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/app/error.jsx ":{"id":36994,"name":"*","chunks":["/_next/static/chunks/826ade80b097c946.js"],"async":false},"[project]/app/error.jsx":{"id":36994,"name":"*","chunks":["/_next/static/chunks/826ade80b097c946.js"],"async":false},"[project]/node_modules/next/dist/client/app-dir/link.js ":{"id":22016,"name":"*","chunks":["/_next/static/chunks/f9c333555f82c3ce.js"],"async":false},"[project]/node_modules/next/dist/client/app-dir/link.js":{"id":22016,"name":"*","chunks":["/_next/static/chunks/f9c333555f82c3ce.js"],"async":false},"[project]/components/Shell.jsx ":{"id":55305,"name":"*","chunks":["/_next/static/chunks/f9c333555f82c3ce.js"],"async":false},"[project]/components/Shell.jsx":{"id":55305,"name":"*","chunks":["/_next/static/chunks/f9c333555f82c3ce.js"],"async":false},"[project]/app/report-preview/page.jsx ":{"id":3169,"name":"*","chunks":["/_next/static/chunks/9643579b94dd1747.js"],"async":false},"[project]/app/report-preview/page.jsx":{"id":3169,"name":"*","chunks":["/_next/static/chunks/9643579b94dd1747.js"],"async":false}},"ssrModuleMapping":{"39756":{"*":{"id":2420,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__956e25fa._.js","server/chunks/ssr/node_modules_next_dist_27457240._.js"],"async":false}},"37457":{"*":{"id":24017,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__956e25fa._.js","server/chunks/ssr/node_modules_next_dist_27457240._.js"],"async":false}},"47257":{"*":{"id":77682,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__956e25fa._.js","server/chunks/ssr/node_modules_next_dist_27457240._.js"],"async":false}},"92825":{"*":{"id":97296,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__956e25fa._.js","server/chunks/ssr/node_modules_next_dist_27457240._.js"],"async":false}},"68017":{"*":{"id":61660,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__956e25fa._.js","server/chunks/ssr/node_modules_next_dist_27457240._.js"],"async":false}},"27201":{"*":{"id":60704,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__956e25fa._.js","server/chunks/ssr/node_modules_next_dist_27457240._.js"],"async":false}},"97367":{"*":{"id":90574,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__956e25fa._.js","server/chunks/ssr/node_modules_next_dist_27457240._.js"],"async":false}},"68027":{"*":{"id":40622,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__956e25fa._.js","server/chunks/ssr/node_modules_next_dist_27457240._.js"],"async":false}},"36994":{"*":{"id":80823,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__9b450fdd._.js","server/chunks/ssr/node_modules_next_dist_852965c2._.js"],"async":false}},"22016":{"*":{"id":38246,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__78e4f5be._.js","server/chunks/ssr/node_modules_next_dist_852965c2._.js"],"async":false}},"55305":{"*":{"id":27673,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__78e4f5be._.js","server/chunks/ssr/node_modules_next_dist_852965c2._.js"],"async":false}},"3169":{"*":{"id":36266,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__3c4a8ad2._.js","server/chunks/ssr/node_modules_next_dist_852965c2._.js"],"async":false}}},"edgeSSRModuleMapping":{},"rscModuleMapping":{"39756":{"*":{"id":26768,"name":"*","chunks":[],"async":false}},"37457":{"*":{"id":17910,"name":"*","chunks":[],"async":false}},"47257":{"*":{"id":92977,"name":"*","chunks":[],"async":false}},"92825":{"*":{"id":48552,"name":"*","chunks":[],"async":false}},"68017":{"*":{"id":83919,"name":"*","chunks":[],"async":false}},"27201":{"*":{"id":40771,"name":"*","chunks":[],"async":false}},"97367":{"*":{"id":24150,"name":"*","chunks":[],"async":false}},"68027":{"*":{"id":82509,"name":"*","chunks":[],"async":false}},"36994":{"*":{"id":57207,"name":"*","chunks":[],"async":false}},"22016":{"*":{"id":84707,"name":"*","chunks":[],"async":false}},"55305":{"*":{"id":99716,"name":"*","chunks":[],"async":false}},"3169":{"*":{"id":17413,"name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{},"entryCSSFiles":{"[project]/node_modules/next/dist/client/components/builtin/global-error":[],"[project]/app/layout":[{"path":"static/chunks/a5fbbbd132ff123a.css","inlined":false}],"[project]/app/error":[{"path":"static/chunks/a5fbbbd132ff123a.css","inlined":false}],"[project]/app/not-found":[{"path":"static/chunks/a5fbbbd132ff123a.css","inlined":false}],"[project]/app/report-preview/page":[{"path":"static/chunks/a5fbbbd132ff123a.css","inlined":false}]},"entryJSFiles":{"[project]/node_modules/next/dist/client/components/builtin/global-error":["static/chunks/ff1a16fafef87110.js","static/chunks/d2be314c3ece3fbe.js"],"[project]/app/layout":[],"[project]/app/error":["static/chunks/826ade80b097c946.js"],"[project]/app/not-found":["static/chunks/f9c333555f82c3ce.js"],"[project]/app/report-preview/page":["static/chunks/9643579b94dd1747.js"]}} +globalThis.__RSC_MANIFEST["/report-preview/page"] = {"moduleLoading":{"prefix":"","crossOrigin":null},"clientModules":{"[project]/node_modules/next/dist/esm/client/components/layout-router.js ":{"id":39756,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/layout-router.js":{"id":39756,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/render-from-template-context.js ":{"id":37457,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":37457,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js ":{"id":47257,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js":{"id":47257,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js ":{"id":92825,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js":{"id":92825,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js ":{"id":68017,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":68017,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js ":{"id":27201,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":27201,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js ":{"id":97367,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":97367,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/client/components/builtin/global-error.js ":{"id":68027,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/client/components/builtin/global-error.js":{"id":68027,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/app/error.jsx ":{"id":36994,"name":"*","chunks":["/_next/static/chunks/826ade80b097c946.js"],"async":false},"[project]/app/error.jsx":{"id":36994,"name":"*","chunks":["/_next/static/chunks/826ade80b097c946.js"],"async":false},"[project]/node_modules/next/dist/client/app-dir/link.js ":{"id":22016,"name":"*","chunks":["/_next/static/chunks/f9c333555f82c3ce.js"],"async":false},"[project]/node_modules/next/dist/client/app-dir/link.js":{"id":22016,"name":"*","chunks":["/_next/static/chunks/f9c333555f82c3ce.js"],"async":false},"[project]/components/Shell.jsx ":{"id":55305,"name":"*","chunks":["/_next/static/chunks/f9c333555f82c3ce.js"],"async":false},"[project]/components/Shell.jsx":{"id":55305,"name":"*","chunks":["/_next/static/chunks/f9c333555f82c3ce.js"],"async":false},"[project]/app/report-preview/page.jsx ":{"id":3169,"name":"*","chunks":["/_next/static/chunks/9643579b94dd1747.js"],"async":false},"[project]/app/report-preview/page.jsx":{"id":3169,"name":"*","chunks":["/_next/static/chunks/9643579b94dd1747.js"],"async":false}},"ssrModuleMapping":{"39756":{"*":{"id":2420,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__956e25fa._.js","server/chunks/ssr/node_modules_next_dist_27457240._.js"],"async":false}},"37457":{"*":{"id":24017,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__956e25fa._.js","server/chunks/ssr/node_modules_next_dist_27457240._.js"],"async":false}},"47257":{"*":{"id":77682,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__956e25fa._.js","server/chunks/ssr/node_modules_next_dist_27457240._.js"],"async":false}},"92825":{"*":{"id":97296,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__956e25fa._.js","server/chunks/ssr/node_modules_next_dist_27457240._.js"],"async":false}},"68017":{"*":{"id":61660,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__956e25fa._.js","server/chunks/ssr/node_modules_next_dist_27457240._.js"],"async":false}},"27201":{"*":{"id":60704,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__956e25fa._.js","server/chunks/ssr/node_modules_next_dist_27457240._.js"],"async":false}},"97367":{"*":{"id":90574,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__956e25fa._.js","server/chunks/ssr/node_modules_next_dist_27457240._.js"],"async":false}},"68027":{"*":{"id":40622,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__956e25fa._.js","server/chunks/ssr/node_modules_next_dist_27457240._.js"],"async":false}},"36994":{"*":{"id":80823,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__9b450fdd._.js","server/chunks/ssr/node_modules_next_dist_852965c2._.js"],"async":false}},"22016":{"*":{"id":38246,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__78e4f5be._.js","server/chunks/ssr/node_modules_next_dist_852965c2._.js"],"async":false}},"55305":{"*":{"id":27673,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__78e4f5be._.js","server/chunks/ssr/node_modules_next_dist_852965c2._.js"],"async":false}},"3169":{"*":{"id":36266,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__3c4a8ad2._.js","server/chunks/ssr/node_modules_next_dist_852965c2._.js"],"async":false}}},"edgeSSRModuleMapping":{},"rscModuleMapping":{"39756":{"*":{"id":26768,"name":"*","chunks":[],"async":false}},"37457":{"*":{"id":17910,"name":"*","chunks":[],"async":false}},"47257":{"*":{"id":92977,"name":"*","chunks":[],"async":false}},"92825":{"*":{"id":48552,"name":"*","chunks":[],"async":false}},"68017":{"*":{"id":83919,"name":"*","chunks":[],"async":false}},"27201":{"*":{"id":40771,"name":"*","chunks":[],"async":false}},"97367":{"*":{"id":24150,"name":"*","chunks":[],"async":false}},"68027":{"*":{"id":82509,"name":"*","chunks":[],"async":false}},"36994":{"*":{"id":57207,"name":"*","chunks":[],"async":false}},"22016":{"*":{"id":84707,"name":"*","chunks":[],"async":false}},"55305":{"*":{"id":99716,"name":"*","chunks":[],"async":false}},"3169":{"*":{"id":17413,"name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{},"entryCSSFiles":{"[project]/node_modules/next/dist/client/components/builtin/global-error":[],"[project]/app/layout":[{"path":"static/chunks/e2cf8827b5a2af35.css","inlined":false}],"[project]/app/error":[{"path":"static/chunks/e2cf8827b5a2af35.css","inlined":false}],"[project]/app/not-found":[{"path":"static/chunks/e2cf8827b5a2af35.css","inlined":false}],"[project]/app/report-preview/page":[{"path":"static/chunks/e2cf8827b5a2af35.css","inlined":false}]},"entryJSFiles":{"[project]/node_modules/next/dist/client/components/builtin/global-error":["static/chunks/ff1a16fafef87110.js","static/chunks/d2be314c3ece3fbe.js"],"[project]/app/layout":[],"[project]/app/error":["static/chunks/826ade80b097c946.js"],"[project]/app/not-found":["static/chunks/f9c333555f82c3ce.js"],"[project]/app/report-preview/page":["static/chunks/9643579b94dd1747.js"]}} diff --git a/.next/server/app/waiting.html b/.next/server/app/waiting.html index d7d79ae..865e586 100644 --- a/.next/server/app/waiting.html +++ b/.next/server/app/waiting.html @@ -1 +1 @@ -灵镜

          LINGJING

          正在生成你的灵镜报告

          正在整理你的回答与关键线索,请稍候。

          8%

          \ No newline at end of file +灵镜

          LINGJING

          正在生成你的灵镜报告

          正在整理你的回答与关键线索,请稍候。

          8%

          \ No newline at end of file diff --git a/.next/server/app/waiting.rsc b/.next/server/app/waiting.rsc index 3964837..01eebd5 100644 --- a/.next/server/app/waiting.rsc +++ b/.next/server/app/waiting.rsc @@ -11,8 +11,8 @@ c:"$Sreact.suspense" e:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"ViewportBoundary"] 10:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"MetadataBoundary"] 12:I[68027,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"default"] -:HL["/_next/static/chunks/a5fbbbd132ff123a.css","style"] -0:{"P":null,"b":"ts43eumKOiXL6JW-dVnbG","c":["","waiting"],"q":"","i":false,"f":[[["",{"children":["waiting",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/a5fbbbd132ff123a.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"zh-CN","children":[["$","head",null,{"children":[["$","link",null,{"rel":"manifest","href":"/manifest.json"}],["$","meta",null,{"name":"apple-mobile-web-app-capable","content":"yes"}],["$","meta",null,{"name":"apple-mobile-web-app-status-bar-style","content":"black-translucent"}],["$","meta",null,{"name":"apple-mobile-web-app-title","content":"灵镜"}],["$","meta",null,{"name":"theme-color","content":"#0a0a0a"}]]}],["$","body",null,{"children":["$","$L2",null,{"parallelRouterKey":"children","error":"$3","errorStyles":[],"errorScripts":[["$","script","script-0",{"src":"/_next/static/chunks/826ade80b097c946.js","async":true}]],"template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[["$","$L5",null,{"title":"页面走丢了","subtitle":"这个入口暂时不存在。","children":["$","div",null,{"className":"card p-6","children":["$","$L6",null,{"href":"/","className":"btn-primary","children":"返回首页"}]}]}],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L2",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":[["$","$L7",null,{"Component":"$8","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@9","$@a"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/fd870aa70681eae8.js","async":true,"nonce":"$undefined"}]],["$","$Lb",null,{"children":["$","$c",null,{"name":"Next.MetadataOutlet","children":"$@d"}]}]]}],{},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$Le",null,{"children":"$Lf"}],["$","div",null,{"hidden":true,"children":["$","$L10",null,{"children":["$","$c",null,{"name":"Next.Metadata","children":"$L11"}]}]}],null]}],false]],"m":"$undefined","G":["$12",[]],"S":true} +:HL["/_next/static/chunks/e2cf8827b5a2af35.css","style"] +0:{"P":null,"b":"RS-YhLyEt0_fmK3Sxomfp","c":["","waiting"],"q":"","i":false,"f":[[["",{"children":["waiting",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/e2cf8827b5a2af35.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"zh-CN","children":[["$","head",null,{"children":[["$","link",null,{"rel":"manifest","href":"/manifest.json"}],["$","meta",null,{"name":"apple-mobile-web-app-capable","content":"yes"}],["$","meta",null,{"name":"apple-mobile-web-app-status-bar-style","content":"black-translucent"}],["$","meta",null,{"name":"apple-mobile-web-app-title","content":"灵镜"}],["$","meta",null,{"name":"theme-color","content":"#0a0a0a"}]]}],["$","body",null,{"children":["$","$L2",null,{"parallelRouterKey":"children","error":"$3","errorStyles":[],"errorScripts":[["$","script","script-0",{"src":"/_next/static/chunks/826ade80b097c946.js","async":true}]],"template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[["$","$L5",null,{"title":"页面走丢了","subtitle":"这个入口暂时不存在。","children":["$","div",null,{"className":"card p-6","children":["$","$L6",null,{"href":"/","className":"btn-primary","children":"返回首页"}]}]}],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L2",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":[["$","$L7",null,{"Component":"$8","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@9","$@a"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/fd870aa70681eae8.js","async":true,"nonce":"$undefined"}]],["$","$Lb",null,{"children":["$","$c",null,{"name":"Next.MetadataOutlet","children":"$@d"}]}]]}],{},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$Le",null,{"children":"$Lf"}],["$","div",null,{"hidden":true,"children":["$","$L10",null,{"children":["$","$c",null,{"name":"Next.Metadata","children":"$L11"}]}]}],null]}],false]],"m":"$undefined","G":["$12",[]],"S":true} 9:{} a:"$0:f:0:1:1:children:1:children:0:props:children:0:props:serverProvidedParams:params" f:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1, maximum-scale=1, viewport-fit=cover, user-scalable=no"}],["$","meta","2",{"name":"theme-color","content":"#0a0a0a"}]] diff --git a/.next/server/app/waiting.segments/_full.segment.rsc b/.next/server/app/waiting.segments/_full.segment.rsc index 3964837..01eebd5 100644 --- a/.next/server/app/waiting.segments/_full.segment.rsc +++ b/.next/server/app/waiting.segments/_full.segment.rsc @@ -11,8 +11,8 @@ c:"$Sreact.suspense" e:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"ViewportBoundary"] 10:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"MetadataBoundary"] 12:I[68027,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"default"] -:HL["/_next/static/chunks/a5fbbbd132ff123a.css","style"] -0:{"P":null,"b":"ts43eumKOiXL6JW-dVnbG","c":["","waiting"],"q":"","i":false,"f":[[["",{"children":["waiting",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/a5fbbbd132ff123a.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"zh-CN","children":[["$","head",null,{"children":[["$","link",null,{"rel":"manifest","href":"/manifest.json"}],["$","meta",null,{"name":"apple-mobile-web-app-capable","content":"yes"}],["$","meta",null,{"name":"apple-mobile-web-app-status-bar-style","content":"black-translucent"}],["$","meta",null,{"name":"apple-mobile-web-app-title","content":"灵镜"}],["$","meta",null,{"name":"theme-color","content":"#0a0a0a"}]]}],["$","body",null,{"children":["$","$L2",null,{"parallelRouterKey":"children","error":"$3","errorStyles":[],"errorScripts":[["$","script","script-0",{"src":"/_next/static/chunks/826ade80b097c946.js","async":true}]],"template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[["$","$L5",null,{"title":"页面走丢了","subtitle":"这个入口暂时不存在。","children":["$","div",null,{"className":"card p-6","children":["$","$L6",null,{"href":"/","className":"btn-primary","children":"返回首页"}]}]}],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L2",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":[["$","$L7",null,{"Component":"$8","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@9","$@a"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/fd870aa70681eae8.js","async":true,"nonce":"$undefined"}]],["$","$Lb",null,{"children":["$","$c",null,{"name":"Next.MetadataOutlet","children":"$@d"}]}]]}],{},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$Le",null,{"children":"$Lf"}],["$","div",null,{"hidden":true,"children":["$","$L10",null,{"children":["$","$c",null,{"name":"Next.Metadata","children":"$L11"}]}]}],null]}],false]],"m":"$undefined","G":["$12",[]],"S":true} +:HL["/_next/static/chunks/e2cf8827b5a2af35.css","style"] +0:{"P":null,"b":"RS-YhLyEt0_fmK3Sxomfp","c":["","waiting"],"q":"","i":false,"f":[[["",{"children":["waiting",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/e2cf8827b5a2af35.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"zh-CN","children":[["$","head",null,{"children":[["$","link",null,{"rel":"manifest","href":"/manifest.json"}],["$","meta",null,{"name":"apple-mobile-web-app-capable","content":"yes"}],["$","meta",null,{"name":"apple-mobile-web-app-status-bar-style","content":"black-translucent"}],["$","meta",null,{"name":"apple-mobile-web-app-title","content":"灵镜"}],["$","meta",null,{"name":"theme-color","content":"#0a0a0a"}]]}],["$","body",null,{"children":["$","$L2",null,{"parallelRouterKey":"children","error":"$3","errorStyles":[],"errorScripts":[["$","script","script-0",{"src":"/_next/static/chunks/826ade80b097c946.js","async":true}]],"template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[["$","$L5",null,{"title":"页面走丢了","subtitle":"这个入口暂时不存在。","children":["$","div",null,{"className":"card p-6","children":["$","$L6",null,{"href":"/","className":"btn-primary","children":"返回首页"}]}]}],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L2",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":[["$","$L7",null,{"Component":"$8","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@9","$@a"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/fd870aa70681eae8.js","async":true,"nonce":"$undefined"}]],["$","$Lb",null,{"children":["$","$c",null,{"name":"Next.MetadataOutlet","children":"$@d"}]}]]}],{},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$Le",null,{"children":"$Lf"}],["$","div",null,{"hidden":true,"children":["$","$L10",null,{"children":["$","$c",null,{"name":"Next.Metadata","children":"$L11"}]}]}],null]}],false]],"m":"$undefined","G":["$12",[]],"S":true} 9:{} a:"$0:f:0:1:1:children:1:children:0:props:children:0:props:serverProvidedParams:params" f:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1, maximum-scale=1, viewport-fit=cover, user-scalable=no"}],["$","meta","2",{"name":"theme-color","content":"#0a0a0a"}]] diff --git a/.next/server/app/waiting.segments/_head.segment.rsc b/.next/server/app/waiting.segments/_head.segment.rsc index 561e041..d389b93 100644 --- a/.next/server/app/waiting.segments/_head.segment.rsc +++ b/.next/server/app/waiting.segments/_head.segment.rsc @@ -2,4 +2,4 @@ 2:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"ViewportBoundary"] 3:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"MetadataBoundary"] 4:"$Sreact.suspense" -0:{"buildId":"ts43eumKOiXL6JW-dVnbG","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1, maximum-scale=1, viewport-fit=cover, user-scalable=no"}],["$","meta","2",{"name":"theme-color","content":"#0a0a0a"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"灵镜"}],["$","meta","1",{"name":"description","content":"一场温柔但有穿透力的对话,帮你看见自己。"}],["$","link","2",{"rel":"manifest","href":"/manifest.json"}],["$","meta","3",{"name":"mobile-web-app-capable","content":"yes"}],["$","meta","4",{"name":"mobile-web-app-capable","content":"yes"}],["$","meta","5",{"name":"apple-mobile-web-app-title","content":"灵镜"}],["$","meta","6",{"name":"apple-mobile-web-app-status-bar-style","content":"black-translucent"}]]}]}]}],null]}],"loading":null,"isPartial":false} +0:{"buildId":"RS-YhLyEt0_fmK3Sxomfp","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1, maximum-scale=1, viewport-fit=cover, user-scalable=no"}],["$","meta","2",{"name":"theme-color","content":"#0a0a0a"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"灵镜"}],["$","meta","1",{"name":"description","content":"一场温柔但有穿透力的对话,帮你看见自己。"}],["$","link","2",{"rel":"manifest","href":"/manifest.json"}],["$","meta","3",{"name":"mobile-web-app-capable","content":"yes"}],["$","meta","4",{"name":"mobile-web-app-capable","content":"yes"}],["$","meta","5",{"name":"apple-mobile-web-app-title","content":"灵镜"}],["$","meta","6",{"name":"apple-mobile-web-app-status-bar-style","content":"black-translucent"}]]}]}]}],null]}],"loading":null,"isPartial":false} diff --git a/.next/server/app/waiting.segments/_index.segment.rsc b/.next/server/app/waiting.segments/_index.segment.rsc index e0cb26d..1090e91 100644 --- a/.next/server/app/waiting.segments/_index.segment.rsc +++ b/.next/server/app/waiting.segments/_index.segment.rsc @@ -4,5 +4,5 @@ 4:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"default"] 5:I[55305,["/_next/static/chunks/f9c333555f82c3ce.js"],"default"] 6:I[22016,["/_next/static/chunks/f9c333555f82c3ce.js"],""] -:HL["/_next/static/chunks/a5fbbbd132ff123a.css","style"] -0:{"buildId":"ts43eumKOiXL6JW-dVnbG","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/a5fbbbd132ff123a.css","precedence":"next"}]],["$","html",null,{"lang":"zh-CN","children":[["$","head",null,{"children":[["$","link",null,{"rel":"manifest","href":"/manifest.json"}],["$","meta",null,{"name":"apple-mobile-web-app-capable","content":"yes"}],["$","meta",null,{"name":"apple-mobile-web-app-status-bar-style","content":"black-translucent"}],["$","meta",null,{"name":"apple-mobile-web-app-title","content":"灵镜"}],["$","meta",null,{"name":"theme-color","content":"#0a0a0a"}]]}],["$","body",null,{"children":["$","$L2",null,{"parallelRouterKey":"children","error":"$3","errorStyles":[],"errorScripts":[["$","script","script-0",{"src":"/_next/static/chunks/826ade80b097c946.js","async":true}]],"template":["$","$L4",null,{}],"notFound":[["$","$L5",null,{"title":"页面走丢了","subtitle":"这个入口暂时不存在。","children":["$","div",null,{"className":"card p-6","children":["$","$L6",null,{"href":"/","className":"btn-primary","children":"返回首页"}]}]}],[]]}]}]]}]]}],"loading":null,"isPartial":false} +:HL["/_next/static/chunks/e2cf8827b5a2af35.css","style"] +0:{"buildId":"RS-YhLyEt0_fmK3Sxomfp","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/e2cf8827b5a2af35.css","precedence":"next"}]],["$","html",null,{"lang":"zh-CN","children":[["$","head",null,{"children":[["$","link",null,{"rel":"manifest","href":"/manifest.json"}],["$","meta",null,{"name":"apple-mobile-web-app-capable","content":"yes"}],["$","meta",null,{"name":"apple-mobile-web-app-status-bar-style","content":"black-translucent"}],["$","meta",null,{"name":"apple-mobile-web-app-title","content":"灵镜"}],["$","meta",null,{"name":"theme-color","content":"#0a0a0a"}]]}],["$","body",null,{"children":["$","$L2",null,{"parallelRouterKey":"children","error":"$3","errorStyles":[],"errorScripts":[["$","script","script-0",{"src":"/_next/static/chunks/826ade80b097c946.js","async":true}]],"template":["$","$L4",null,{}],"notFound":[["$","$L5",null,{"title":"页面走丢了","subtitle":"这个入口暂时不存在。","children":["$","div",null,{"className":"card p-6","children":["$","$L6",null,{"href":"/","className":"btn-primary","children":"返回首页"}]}]}],[]]}]}]]}]]}],"loading":null,"isPartial":false} diff --git a/.next/server/app/waiting.segments/_tree.segment.rsc b/.next/server/app/waiting.segments/_tree.segment.rsc index 99ac175..6588137 100644 --- a/.next/server/app/waiting.segments/_tree.segment.rsc +++ b/.next/server/app/waiting.segments/_tree.segment.rsc @@ -1,2 +1,2 @@ -:HL["/_next/static/chunks/a5fbbbd132ff123a.css","style"] -0:{"buildId":"ts43eumKOiXL6JW-dVnbG","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"waiting","paramType":null,"paramKey":"waiting","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/e2cf8827b5a2af35.css","style"] +0:{"buildId":"RS-YhLyEt0_fmK3Sxomfp","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"waiting","paramType":null,"paramKey":"waiting","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/.next/server/app/waiting.segments/waiting.segment.rsc b/.next/server/app/waiting.segments/waiting.segment.rsc index 95336a5..8559148 100644 --- a/.next/server/app/waiting.segments/waiting.segment.rsc +++ b/.next/server/app/waiting.segments/waiting.segment.rsc @@ -1,4 +1,4 @@ 1:"$Sreact.fragment" 2:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"default"] 3:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"default"] -0:{"buildId":"ts43eumKOiXL6JW-dVnbG","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} +0:{"buildId":"RS-YhLyEt0_fmK3Sxomfp","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} diff --git a/.next/server/app/waiting.segments/waiting/__PAGE__.segment.rsc b/.next/server/app/waiting.segments/waiting/__PAGE__.segment.rsc index 1716f5b..4ca1a94 100644 --- a/.next/server/app/waiting.segments/waiting/__PAGE__.segment.rsc +++ b/.next/server/app/waiting.segments/waiting/__PAGE__.segment.rsc @@ -3,7 +3,7 @@ 3:I[26814,["/_next/static/chunks/fd870aa70681eae8.js"],"default"] 6:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"OutletBoundary"] 7:"$Sreact.suspense" -0:{"buildId":"ts43eumKOiXL6JW-dVnbG","rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/fd870aa70681eae8.js","async":true}]],["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],"loading":null,"isPartial":false} +0:{"buildId":"RS-YhLyEt0_fmK3Sxomfp","rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/fd870aa70681eae8.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/.next/server/app/waiting/page_client-reference-manifest.js b/.next/server/app/waiting/page_client-reference-manifest.js index 6398886..97f2cc4 100644 --- a/.next/server/app/waiting/page_client-reference-manifest.js +++ b/.next/server/app/waiting/page_client-reference-manifest.js @@ -1,2 +1,2 @@ globalThis.__RSC_MANIFEST = globalThis.__RSC_MANIFEST || {}; -globalThis.__RSC_MANIFEST["/waiting/page"] = {"moduleLoading":{"prefix":"","crossOrigin":null},"clientModules":{"[project]/node_modules/next/dist/esm/client/components/layout-router.js ":{"id":39756,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/layout-router.js":{"id":39756,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/render-from-template-context.js ":{"id":37457,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":37457,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js ":{"id":47257,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js":{"id":47257,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js ":{"id":92825,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js":{"id":92825,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js ":{"id":68017,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":68017,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js ":{"id":27201,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":27201,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js ":{"id":97367,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":97367,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/client/components/builtin/global-error.js ":{"id":68027,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/client/components/builtin/global-error.js":{"id":68027,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/app/error.jsx ":{"id":36994,"name":"*","chunks":["/_next/static/chunks/826ade80b097c946.js"],"async":false},"[project]/app/error.jsx":{"id":36994,"name":"*","chunks":["/_next/static/chunks/826ade80b097c946.js"],"async":false},"[project]/node_modules/next/dist/client/app-dir/link.js ":{"id":22016,"name":"*","chunks":["/_next/static/chunks/f9c333555f82c3ce.js"],"async":false},"[project]/node_modules/next/dist/client/app-dir/link.js":{"id":22016,"name":"*","chunks":["/_next/static/chunks/f9c333555f82c3ce.js"],"async":false},"[project]/components/Shell.jsx ":{"id":55305,"name":"*","chunks":["/_next/static/chunks/f9c333555f82c3ce.js"],"async":false},"[project]/components/Shell.jsx":{"id":55305,"name":"*","chunks":["/_next/static/chunks/f9c333555f82c3ce.js"],"async":false},"[project]/app/waiting/page.jsx ":{"id":26814,"name":"*","chunks":["/_next/static/chunks/fd870aa70681eae8.js"],"async":false},"[project]/app/waiting/page.jsx":{"id":26814,"name":"*","chunks":["/_next/static/chunks/fd870aa70681eae8.js"],"async":false}},"ssrModuleMapping":{"39756":{"*":{"id":2420,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__956e25fa._.js","server/chunks/ssr/node_modules_next_dist_27457240._.js"],"async":false}},"37457":{"*":{"id":24017,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__956e25fa._.js","server/chunks/ssr/node_modules_next_dist_27457240._.js"],"async":false}},"47257":{"*":{"id":77682,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__956e25fa._.js","server/chunks/ssr/node_modules_next_dist_27457240._.js"],"async":false}},"92825":{"*":{"id":97296,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__956e25fa._.js","server/chunks/ssr/node_modules_next_dist_27457240._.js"],"async":false}},"68017":{"*":{"id":61660,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__956e25fa._.js","server/chunks/ssr/node_modules_next_dist_27457240._.js"],"async":false}},"27201":{"*":{"id":60704,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__956e25fa._.js","server/chunks/ssr/node_modules_next_dist_27457240._.js"],"async":false}},"97367":{"*":{"id":90574,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__956e25fa._.js","server/chunks/ssr/node_modules_next_dist_27457240._.js"],"async":false}},"68027":{"*":{"id":40622,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__956e25fa._.js","server/chunks/ssr/node_modules_next_dist_27457240._.js"],"async":false}},"36994":{"*":{"id":80823,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__9b450fdd._.js","server/chunks/ssr/node_modules_next_dist_852965c2._.js"],"async":false}},"22016":{"*":{"id":38246,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__78e4f5be._.js","server/chunks/ssr/node_modules_next_dist_852965c2._.js"],"async":false}},"55305":{"*":{"id":27673,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__78e4f5be._.js","server/chunks/ssr/node_modules_next_dist_852965c2._.js"],"async":false}},"26814":{"*":{"id":26909,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__2779fc61._.js","server/chunks/ssr/node_modules_next_920e7746._.js"],"async":false}}},"edgeSSRModuleMapping":{},"rscModuleMapping":{"39756":{"*":{"id":26768,"name":"*","chunks":[],"async":false}},"37457":{"*":{"id":17910,"name":"*","chunks":[],"async":false}},"47257":{"*":{"id":92977,"name":"*","chunks":[],"async":false}},"92825":{"*":{"id":48552,"name":"*","chunks":[],"async":false}},"68017":{"*":{"id":83919,"name":"*","chunks":[],"async":false}},"27201":{"*":{"id":40771,"name":"*","chunks":[],"async":false}},"97367":{"*":{"id":24150,"name":"*","chunks":[],"async":false}},"68027":{"*":{"id":82509,"name":"*","chunks":[],"async":false}},"36994":{"*":{"id":57207,"name":"*","chunks":[],"async":false}},"22016":{"*":{"id":84707,"name":"*","chunks":[],"async":false}},"55305":{"*":{"id":99716,"name":"*","chunks":[],"async":false}},"26814":{"*":{"id":85341,"name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{},"entryCSSFiles":{"[project]/node_modules/next/dist/client/components/builtin/global-error":[],"[project]/app/layout":[{"path":"static/chunks/a5fbbbd132ff123a.css","inlined":false}],"[project]/app/error":[{"path":"static/chunks/a5fbbbd132ff123a.css","inlined":false}],"[project]/app/not-found":[{"path":"static/chunks/a5fbbbd132ff123a.css","inlined":false}],"[project]/app/waiting/page":[{"path":"static/chunks/a5fbbbd132ff123a.css","inlined":false}]},"entryJSFiles":{"[project]/node_modules/next/dist/client/components/builtin/global-error":["static/chunks/ff1a16fafef87110.js","static/chunks/d2be314c3ece3fbe.js"],"[project]/app/layout":[],"[project]/app/error":["static/chunks/826ade80b097c946.js"],"[project]/app/not-found":["static/chunks/f9c333555f82c3ce.js"],"[project]/app/waiting/page":["static/chunks/fd870aa70681eae8.js"]}} +globalThis.__RSC_MANIFEST["/waiting/page"] = {"moduleLoading":{"prefix":"","crossOrigin":null},"clientModules":{"[project]/node_modules/next/dist/esm/client/components/layout-router.js ":{"id":39756,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/layout-router.js":{"id":39756,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/render-from-template-context.js ":{"id":37457,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":37457,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js ":{"id":47257,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js":{"id":47257,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js ":{"id":92825,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js":{"id":92825,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js ":{"id":68017,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":68017,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js ":{"id":27201,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":27201,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js ":{"id":97367,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":97367,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/client/components/builtin/global-error.js ":{"id":68027,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/node_modules/next/dist/client/components/builtin/global-error.js":{"id":68027,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"async":false},"[project]/app/error.jsx ":{"id":36994,"name":"*","chunks":["/_next/static/chunks/826ade80b097c946.js"],"async":false},"[project]/app/error.jsx":{"id":36994,"name":"*","chunks":["/_next/static/chunks/826ade80b097c946.js"],"async":false},"[project]/node_modules/next/dist/client/app-dir/link.js ":{"id":22016,"name":"*","chunks":["/_next/static/chunks/f9c333555f82c3ce.js"],"async":false},"[project]/node_modules/next/dist/client/app-dir/link.js":{"id":22016,"name":"*","chunks":["/_next/static/chunks/f9c333555f82c3ce.js"],"async":false},"[project]/components/Shell.jsx ":{"id":55305,"name":"*","chunks":["/_next/static/chunks/f9c333555f82c3ce.js"],"async":false},"[project]/components/Shell.jsx":{"id":55305,"name":"*","chunks":["/_next/static/chunks/f9c333555f82c3ce.js"],"async":false},"[project]/app/waiting/page.jsx ":{"id":26814,"name":"*","chunks":["/_next/static/chunks/fd870aa70681eae8.js"],"async":false},"[project]/app/waiting/page.jsx":{"id":26814,"name":"*","chunks":["/_next/static/chunks/fd870aa70681eae8.js"],"async":false}},"ssrModuleMapping":{"39756":{"*":{"id":2420,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__956e25fa._.js","server/chunks/ssr/node_modules_next_dist_27457240._.js"],"async":false}},"37457":{"*":{"id":24017,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__956e25fa._.js","server/chunks/ssr/node_modules_next_dist_27457240._.js"],"async":false}},"47257":{"*":{"id":77682,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__956e25fa._.js","server/chunks/ssr/node_modules_next_dist_27457240._.js"],"async":false}},"92825":{"*":{"id":97296,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__956e25fa._.js","server/chunks/ssr/node_modules_next_dist_27457240._.js"],"async":false}},"68017":{"*":{"id":61660,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__956e25fa._.js","server/chunks/ssr/node_modules_next_dist_27457240._.js"],"async":false}},"27201":{"*":{"id":60704,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__956e25fa._.js","server/chunks/ssr/node_modules_next_dist_27457240._.js"],"async":false}},"97367":{"*":{"id":90574,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__956e25fa._.js","server/chunks/ssr/node_modules_next_dist_27457240._.js"],"async":false}},"68027":{"*":{"id":40622,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__956e25fa._.js","server/chunks/ssr/node_modules_next_dist_27457240._.js"],"async":false}},"36994":{"*":{"id":80823,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__9b450fdd._.js","server/chunks/ssr/node_modules_next_dist_852965c2._.js"],"async":false}},"22016":{"*":{"id":38246,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__78e4f5be._.js","server/chunks/ssr/node_modules_next_dist_852965c2._.js"],"async":false}},"55305":{"*":{"id":27673,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__78e4f5be._.js","server/chunks/ssr/node_modules_next_dist_852965c2._.js"],"async":false}},"26814":{"*":{"id":26909,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__2779fc61._.js","server/chunks/ssr/node_modules_next_920e7746._.js"],"async":false}}},"edgeSSRModuleMapping":{},"rscModuleMapping":{"39756":{"*":{"id":26768,"name":"*","chunks":[],"async":false}},"37457":{"*":{"id":17910,"name":"*","chunks":[],"async":false}},"47257":{"*":{"id":92977,"name":"*","chunks":[],"async":false}},"92825":{"*":{"id":48552,"name":"*","chunks":[],"async":false}},"68017":{"*":{"id":83919,"name":"*","chunks":[],"async":false}},"27201":{"*":{"id":40771,"name":"*","chunks":[],"async":false}},"97367":{"*":{"id":24150,"name":"*","chunks":[],"async":false}},"68027":{"*":{"id":82509,"name":"*","chunks":[],"async":false}},"36994":{"*":{"id":57207,"name":"*","chunks":[],"async":false}},"22016":{"*":{"id":84707,"name":"*","chunks":[],"async":false}},"55305":{"*":{"id":99716,"name":"*","chunks":[],"async":false}},"26814":{"*":{"id":85341,"name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{},"entryCSSFiles":{"[project]/node_modules/next/dist/client/components/builtin/global-error":[],"[project]/app/layout":[{"path":"static/chunks/e2cf8827b5a2af35.css","inlined":false}],"[project]/app/error":[{"path":"static/chunks/e2cf8827b5a2af35.css","inlined":false}],"[project]/app/not-found":[{"path":"static/chunks/e2cf8827b5a2af35.css","inlined":false}],"[project]/app/waiting/page":[{"path":"static/chunks/e2cf8827b5a2af35.css","inlined":false}]},"entryJSFiles":{"[project]/node_modules/next/dist/client/components/builtin/global-error":["static/chunks/ff1a16fafef87110.js","static/chunks/d2be314c3ece3fbe.js"],"[project]/app/layout":[],"[project]/app/error":["static/chunks/826ade80b097c946.js"],"[project]/app/not-found":["static/chunks/f9c333555f82c3ce.js"],"[project]/app/waiting/page":["static/chunks/fd870aa70681eae8.js"]}} diff --git a/.next/server/chunks/ssr/[root-of-the-server]__ded7f4b3._.js b/.next/server/chunks/ssr/[root-of-the-server]__ded7f4b3._.js index 92726ce..58429a1 100644 --- a/.next/server/chunks/ssr/[root-of-the-server]__ded7f4b3._.js +++ b/.next/server/chunks/ssr/[root-of-the-server]__ded7f4b3._.js @@ -1,3 +1,3 @@ -module.exports=[36313,(a,b,c)=>{"use strict";b.exports=a.r(42602).vendored.contexts.HooksClientContext},18341,(a,b,c)=>{"use strict";b.exports=a.r(42602).vendored.contexts.ServerInsertedHtml},18622,(a,b,c)=>{b.exports=a.x("next/dist/compiled/next-server/app-page-turbo.runtime.prod.js",()=>require("next/dist/compiled/next-server/app-page-turbo.runtime.prod.js"))},56704,(a,b,c)=>{b.exports=a.x("next/dist/server/app-render/work-async-storage.external.js",()=>require("next/dist/server/app-render/work-async-storage.external.js"))},20635,(a,b,c)=>{b.exports=a.x("next/dist/server/app-render/action-async-storage.external.js",()=>require("next/dist/server/app-render/action-async-storage.external.js"))},32319,(a,b,c)=>{b.exports=a.x("next/dist/server/app-render/work-unit-async-storage.external.js",()=>require("next/dist/server/app-render/work-unit-async-storage.external.js"))},42602,(a,b,c)=>{"use strict";b.exports=a.r(18622)},87924,(a,b,c)=>{"use strict";b.exports=a.r(42602).vendored["react-ssr"].ReactJsxRuntime},72131,(a,b,c)=>{"use strict";b.exports=a.r(42602).vendored["react-ssr"].React},9270,(a,b,c)=>{"use strict";b.exports=a.r(42602).vendored.contexts.AppRouterContext},46058,(a,b,c)=>{"use strict";function d(a){if("function"!=typeof WeakMap)return null;var b=new WeakMap,c=new WeakMap;return(d=function(a){return a?c:b})(a)}c._=function(a,b){if(!b&&a&&a.__esModule)return a;if(null===a||"object"!=typeof a&&"function"!=typeof a)return{default:a};var c=d(b);if(c&&c.has(a))return c.get(a);var e={__proto__:null},f=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var g in a)if("default"!==g&&Object.prototype.hasOwnProperty.call(a,g)){var h=f?Object.getOwnPropertyDescriptor(a,g):null;h&&(h.get||h.set)?Object.defineProperty(e,g,h):e[g]=a[g]}return e.default=a,c&&c.set(a,e),e}},39118,(a,b,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:!0});var d={DEFAULT_SEGMENT_KEY:function(){return l},NOT_FOUND_SEGMENT_KEY:function(){return m},PAGE_SEGMENT_KEY:function(){return k},addSearchParamsIfPageSegment:function(){return i},computeSelectedLayoutSegment:function(){return j},getSegmentValue:function(){return f},getSelectedLayoutSegmentPath:function(){return function a(b,c,d=!0,e=[]){let g;if(d)g=b[1][c];else{let a=b[1];g=a.children??Object.values(a)[0]}if(!g)return e;let h=f(g[0]);return!h||h.startsWith(k)?e:(e.push(h),a(g,c,!1,e))}},isGroupSegment:function(){return g},isParallelRouteSegment:function(){return h}};for(var e in d)Object.defineProperty(c,e,{enumerable:!0,get:d[e]});function f(a){return Array.isArray(a)?a[1]:a}function g(a){return"("===a[0]&&a.endsWith(")")}function h(a){return a.startsWith("@")&&"@children"!==a}function i(a,b){if(a.includes(k)){let a=JSON.stringify(b);return"{}"!==a?k+"?"+a:k}return a}function j(a,b){if(!a||0===a.length)return null;let c="children"===b?a[0]:a[a.length-1];return c===l?null:c}let k="__PAGE__",l="__DEFAULT__",m="/_not-found"},85170,a=>{"use strict";var b=a.i(87924),c=a.i(72131),d=a.i(50944);function e(){let a=(0,c.useRef)(null);return(0,c.useEffect)(()=>{let b,c=a.current,d=c.getContext("2d"),e=Array.from({length:180},()=>({x:Math.random()*window.innerWidth,y:Math.random()*window.innerHeight,z:Math.random()*window.innerWidth,pz:0})),f=()=>{c.width=window.innerWidth,c.height=window.innerHeight};f(),window.addEventListener("resize",f);let g=()=>{d.fillStyle="rgba(5,3,15,0.25)",d.fillRect(0,0,c.width,c.height),e.forEach(a=>{a.pz=a.z,a.z-=4,a.z<=0&&(a.x=Math.random()*c.width,a.y=Math.random()*c.height,a.z=c.width,a.pz=a.z);let b=(a.x-c.width/2)*(c.width/a.z)+c.width/2,e=(a.y-c.height/2)*(c.width/a.z)+c.height/2,f=(a.x-c.width/2)*(c.width/a.pz)+c.width/2,g=(a.y-c.height/2)*(c.width/a.pz)+c.height/2,h=Math.max(.3,(1-a.z/c.width)*2.5),i=1-a.z/c.width;d.strokeStyle=`rgba(200,190,255,${i})`,d.lineWidth=h,d.beginPath(),d.moveTo(f,g),d.lineTo(b,e),d.stroke()}),b=requestAnimationFrame(g)};return g(),()=>{cancelAnimationFrame(b),window.removeEventListener("resize",f)}},[]),(0,b.jsx)("canvas",{ref:a,className:"fixed inset-0 z-0",style:{background:"#05030f"}})}function f({text:a,visible:c,className:d=""}){return(0,b.jsx)("div",{className:`transition-all duration-1000 ${d}`,style:{opacity:+!!c,transform:c?"translateY(0)":"translateY(12px)"},children:a})}function g({onDone:a}){let[d,e]=(0,c.useState)(0);return(0,c.useEffect)(()=>{let a=[setTimeout(()=>e(1),600),setTimeout(()=>e(2),2200),setTimeout(()=>e(3),3e3),setTimeout(()=>e(4),4800),setTimeout(()=>e(5),5600)];return()=>a.forEach(clearTimeout)},[]),(0,b.jsxs)("div",{className:"relative z-10 flex h-screen h-dvh flex-col items-center justify-center px-8 text-center",children:[(0,b.jsx)(f,{text:"灵镜",visible:1===d||2===d,className:"text-5xl font-light tracking-[0.3em] text-white/90"}),(0,b.jsx)(f,{text:"一场温柔但有穿透力的对话",visible:3===d||4===d,className:"text-lg font-light tracking-widest text-white/60"}),(0,b.jsx)("div",{className:"transition-all duration-1000",style:{opacity:+(d>=5),transform:d>=5?"translateY(0)":"translateY(12px)"},children:(0,b.jsx)("button",{onClick:a,style:{color:"white",textDecoration:"underline",textUnderlineOffset:"4px",fontSize:"0.875rem",letterSpacing:"0.2em",background:"none",border:"none",cursor:"pointer"},children:"开始探索"})})]})}function h({question:a,onAnswer:d,questionIndex:e,total:f}){let[g,h]=(0,c.useState)(!1),[i,j]=(0,c.useState)(""),[k,l]=(0,c.useState)(!1),m=(0,c.useRef)(null);(0,c.useEffect)(()=>{h(!1),j(""),l(!1);let a=setTimeout(()=>{h(!0),setTimeout(()=>m.current?.focus(),600)},100);return()=>clearTimeout(a)},[a]);let n=()=>{i.trim()&&(l(!0),setTimeout(()=>d(i.trim()),800))};return(0,b.jsx)("div",{className:"relative z-10 flex h-screen h-dvh flex-col items-center justify-center px-8",children:(0,b.jsxs)("div",{className:"w-full max-w-md space-y-8",children:[(0,b.jsx)("div",{className:"text-center text-lg font-light leading-relaxed tracking-wide text-white/85 transition-all duration-700",style:{opacity:g&&!k?1:0,transform:g&&!k?"translateY(0)":k?"translateY(-16px)":"translateY(16px)"},children:a}),(0,b.jsxs)("div",{className:"transition-all duration-700",style:{opacity:g&&!k?1:0,transform:g&&!k?"translateY(0)":"translateY(16px)"},children:[(0,b.jsx)("textarea",{ref:m,rows:3,value:i,onChange:a=>j(a.target.value),onKeyDown:a=>{"Enter"!==a.key||a.shiftKey||(a.preventDefault(),n())},placeholder:"输入你的回答,或输入 跳过",className:"w-full resize-none rounded-2xl border border-white/10 bg-white/5 px-5 py-4 text-sm text-white/80 placeholder-white/20 outline-none focus:border-white/25 transition-colors"}),(0,b.jsx)("div",{className:"mt-4 flex justify-center",children:(0,b.jsx)("button",{onClick:n,disabled:!i.trim(),className:"continue-btn underline underline-offset-4 text-sm tracking-widest",style:{color:"#fff",background:"none",border:"none",cursor:"pointer",opacity:i.trim()?1:.25,letterSpacing:"0.1em"},children:"继续 →"})})]})]})})}function i(){let[a,f]=(0,c.useState)("intro"),[i,j]=(0,c.useState)(""),[k,l]=(0,c.useState)(0),[m,n]=(0,c.useState)(30),[o,p]=(0,c.useState)(""),q=(0,d.useRouter)(),r=async()=>{f("loading");try{let a=await fetch("/api/session/new",{method:"POST"}),b=await a.json();p(b.sessionId),localStorage.setItem("lingjing_sid",b.sessionId),j(b.opening),l(1),n(b.total||30),f("chat")}catch{f("chat"),j("开始前,我想先简单认识你一下。就像朋友聊天,想到什么说什么就行,没有标准答案。咱们先从几个轻松的小问题开始,可以吗?"),l(1)}},s=async a=>{try{let b=await fetch("/api/chat",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({sessionId:o,answer:a})}),c=await b.json();if(c.done){f("done"),setTimeout(()=>q.push("/waiting"),1200);return}j(c.reply),l(a=>a+1)}catch{j("网络有点问题,我们继续。你刚才的回答我已经记住了。"),l(a=>a+1)}};return(0,b.jsxs)(b.Fragment,{children:[(0,b.jsx)(e,{}),"intro"===a&&(0,b.jsx)(g,{onDone:r}),"loading"===a&&(0,b.jsx)("div",{className:"relative z-10 flex h-screen h-dvh items-center justify-center",children:(0,b.jsx)("div",{className:"text-sm tracking-widest text-white/30 animate-pulse",children:"正在连接..."})}),"chat"===a&&(0,b.jsx)(h,{question:i,onAnswer:s,questionIndex:k,total:m}),"done"===a&&(0,b.jsx)("div",{className:"relative z-10 flex h-screen h-dvh items-center justify-center",children:(0,b.jsx)("div",{className:"text-sm tracking-widest text-white/30 animate-pulse",children:"正在生成你的报告..."})})]})}a.s(["default",()=>i])}]; +module.exports=[36313,(a,b,c)=>{"use strict";b.exports=a.r(42602).vendored.contexts.HooksClientContext},18341,(a,b,c)=>{"use strict";b.exports=a.r(42602).vendored.contexts.ServerInsertedHtml},18622,(a,b,c)=>{b.exports=a.x("next/dist/compiled/next-server/app-page-turbo.runtime.prod.js",()=>require("next/dist/compiled/next-server/app-page-turbo.runtime.prod.js"))},56704,(a,b,c)=>{b.exports=a.x("next/dist/server/app-render/work-async-storage.external.js",()=>require("next/dist/server/app-render/work-async-storage.external.js"))},20635,(a,b,c)=>{b.exports=a.x("next/dist/server/app-render/action-async-storage.external.js",()=>require("next/dist/server/app-render/action-async-storage.external.js"))},32319,(a,b,c)=>{b.exports=a.x("next/dist/server/app-render/work-unit-async-storage.external.js",()=>require("next/dist/server/app-render/work-unit-async-storage.external.js"))},42602,(a,b,c)=>{"use strict";b.exports=a.r(18622)},87924,(a,b,c)=>{"use strict";b.exports=a.r(42602).vendored["react-ssr"].ReactJsxRuntime},72131,(a,b,c)=>{"use strict";b.exports=a.r(42602).vendored["react-ssr"].React},9270,(a,b,c)=>{"use strict";b.exports=a.r(42602).vendored.contexts.AppRouterContext},46058,(a,b,c)=>{"use strict";function d(a){if("function"!=typeof WeakMap)return null;var b=new WeakMap,c=new WeakMap;return(d=function(a){return a?c:b})(a)}c._=function(a,b){if(!b&&a&&a.__esModule)return a;if(null===a||"object"!=typeof a&&"function"!=typeof a)return{default:a};var c=d(b);if(c&&c.has(a))return c.get(a);var e={__proto__:null},f=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var g in a)if("default"!==g&&Object.prototype.hasOwnProperty.call(a,g)){var h=f?Object.getOwnPropertyDescriptor(a,g):null;h&&(h.get||h.set)?Object.defineProperty(e,g,h):e[g]=a[g]}return e.default=a,c&&c.set(a,e),e}},39118,(a,b,c)=>{"use strict";Object.defineProperty(c,"__esModule",{value:!0});var d={DEFAULT_SEGMENT_KEY:function(){return l},NOT_FOUND_SEGMENT_KEY:function(){return m},PAGE_SEGMENT_KEY:function(){return k},addSearchParamsIfPageSegment:function(){return i},computeSelectedLayoutSegment:function(){return j},getSegmentValue:function(){return f},getSelectedLayoutSegmentPath:function(){return function a(b,c,d=!0,e=[]){let g;if(d)g=b[1][c];else{let a=b[1];g=a.children??Object.values(a)[0]}if(!g)return e;let h=f(g[0]);return!h||h.startsWith(k)?e:(e.push(h),a(g,c,!1,e))}},isGroupSegment:function(){return g},isParallelRouteSegment:function(){return h}};for(var e in d)Object.defineProperty(c,e,{enumerable:!0,get:d[e]});function f(a){return Array.isArray(a)?a[1]:a}function g(a){return"("===a[0]&&a.endsWith(")")}function h(a){return a.startsWith("@")&&"@children"!==a}function i(a,b){if(a.includes(k)){let a=JSON.stringify(b);return"{}"!==a?k+"?"+a:k}return a}function j(a,b){if(!a||0===a.length)return null;let c="children"===b?a[0]:a[a.length-1];return c===l?null:c}let k="__PAGE__",l="__DEFAULT__",m="/_not-found"},85170,a=>{"use strict";var b=a.i(87924),c=a.i(72131),d=a.i(50944);function e(){let a=(0,c.useRef)(null);return(0,c.useEffect)(()=>{let b,c=a.current,d=c.getContext("2d"),e=Array.from({length:180},()=>({x:Math.random()*window.innerWidth,y:Math.random()*window.innerHeight,z:Math.random()*window.innerWidth,pz:0})),f=()=>{c.width=window.innerWidth,c.height=window.innerHeight};f(),window.addEventListener("resize",f);let g=()=>{d.fillStyle="rgba(5,3,15,0.25)",d.fillRect(0,0,c.width,c.height),e.forEach(a=>{a.pz=a.z,a.z-=4,a.z<=0&&(a.x=Math.random()*c.width,a.y=Math.random()*c.height,a.z=c.width,a.pz=a.z);let b=(a.x-c.width/2)*(c.width/a.z)+c.width/2,e=(a.y-c.height/2)*(c.width/a.z)+c.height/2,f=(a.x-c.width/2)*(c.width/a.pz)+c.width/2,g=(a.y-c.height/2)*(c.width/a.pz)+c.height/2,h=Math.max(.3,(1-a.z/c.width)*2.5),i=1-a.z/c.width;d.strokeStyle=`rgba(200,190,255,${i})`,d.lineWidth=h,d.beginPath(),d.moveTo(f,g),d.lineTo(b,e),d.stroke()}),b=requestAnimationFrame(g)};return g(),()=>{cancelAnimationFrame(b),window.removeEventListener("resize",f)}},[]),(0,b.jsx)("canvas",{ref:a,className:"fixed inset-0 z-0",style:{background:"#05030f"}})}function f({text:a,visible:c,className:d=""}){return(0,b.jsx)("div",{className:`transition-all duration-1000 ${d}`,style:{opacity:+!!c,transform:c?"translateY(0)":"translateY(12px)"},children:a})}function g({onDone:a}){let[d,e]=(0,c.useState)(0);return(0,c.useEffect)(()=>{let a=[setTimeout(()=>e(1),600),setTimeout(()=>e(2),2200),setTimeout(()=>e(3),3e3),setTimeout(()=>e(4),4800),setTimeout(()=>e(5),5600)];return()=>a.forEach(clearTimeout)},[]),(0,b.jsxs)("div",{className:"relative z-10 flex h-screen h-dvh flex-col items-center justify-center px-8 text-center",children:[(0,b.jsx)(f,{text:"灵镜",visible:1===d||2===d,className:"text-5xl font-light tracking-[0.3em] text-white/90"}),(0,b.jsx)(f,{text:"一场温柔但有穿透力的对话",visible:3===d||4===d,className:"text-lg font-light tracking-widest text-white/60"}),(0,b.jsx)("div",{className:"transition-all duration-1000",style:{opacity:+(d>=5),transform:d>=5?"translateY(0)":"translateY(12px)"},children:(0,b.jsx)("button",{onClick:a,style:{color:"white",textDecoration:"underline",textUnderlineOffset:"4px",fontSize:"0.875rem",letterSpacing:"0.2em",background:"none",border:"none",cursor:"pointer"},children:"开始探索"})})]})}function h({question:a,onAnswer:d,questionIndex:e,total:f}){let[g,h]=(0,c.useState)(!1),[i,j]=(0,c.useState)(""),[k,l]=(0,c.useState)(!1),m=(0,c.useRef)(null);(0,c.useEffect)(()=>{h(!1),j(""),l(!1);let a=setTimeout(()=>{h(!0),setTimeout(()=>m.current?.focus(),600)},100);return()=>clearTimeout(a)},[a]);let n=()=>{i.trim()&&(l(!0),setTimeout(()=>d(i.trim()),800))};return(0,b.jsx)("div",{className:"chat-page relative z-10 flex h-screen h-dvh flex-col items-center justify-center px-8",children:(0,b.jsxs)("div",{className:"w-full max-w-md space-y-8",children:[(0,b.jsx)("div",{className:"text-center text-lg font-light leading-relaxed tracking-wide text-white/85 transition-all duration-700",style:{opacity:g&&!k?1:0,transform:g&&!k?"translateY(0)":k?"translateY(-16px)":"translateY(16px)"},children:a}),(0,b.jsxs)("div",{className:"transition-all duration-700",style:{opacity:g&&!k?1:0,transform:g&&!k?"translateY(0)":"translateY(16px)"},children:[(0,b.jsx)("textarea",{ref:m,rows:3,value:i,onChange:a=>j(a.target.value),onKeyDown:a=>{"Enter"!==a.key||a.shiftKey||(a.preventDefault(),n())},placeholder:"输入你的回答,或输入 跳过",className:"w-full resize-none rounded-2xl border border-white/10 bg-white/5 px-5 py-4 text-sm text-white/80 placeholder-white/20 outline-none focus:border-white/25 transition-colors"}),(0,b.jsx)("div",{className:"mt-4 flex justify-center",children:(0,b.jsx)("button",{type:"button",onClick:n,disabled:!i.trim(),className:"continue-btn !text-white underline underline-offset-4 text-sm tracking-widest disabled:opacity-100",style:{color:"#fff",background:"none",border:"none",cursor:i.trim()?"pointer":"not-allowed",letterSpacing:"0.1em"},children:"继续 →"})})]})]})})}function i(){let[a,f]=(0,c.useState)("intro"),[i,j]=(0,c.useState)(""),[k,l]=(0,c.useState)(0),[m,n]=(0,c.useState)(30),[o,p]=(0,c.useState)(""),q=(0,d.useRouter)(),r=async()=>{f("loading");try{let a=await fetch("/api/session/new",{method:"POST"}),b=await a.json();p(b.sessionId),localStorage.setItem("lingjing_sid",b.sessionId),j(b.opening),l(1),n(b.total||30),f("chat")}catch{f("chat"),j("开始前,我想先简单认识你一下。就像朋友聊天,想到什么说什么就行,没有标准答案。咱们先从几个轻松的小问题开始,可以吗?"),l(1)}},s=async a=>{try{let b=await fetch("/api/chat",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({sessionId:o,answer:a})}),c=await b.json();if(c.done){f("done"),setTimeout(()=>q.push("/waiting"),1200);return}j(c.reply),l(a=>a+1)}catch{j("网络有点问题,我们继续。你刚才的回答我已经记住了。"),l(a=>a+1)}};return(0,b.jsxs)(b.Fragment,{children:[(0,b.jsx)(e,{}),"intro"===a&&(0,b.jsx)(g,{onDone:r}),"loading"===a&&(0,b.jsx)("div",{className:"relative z-10 flex h-screen h-dvh items-center justify-center",children:(0,b.jsx)("div",{className:"text-sm tracking-widest text-white/30 animate-pulse",children:"正在连接..."})}),"chat"===a&&(0,b.jsx)(h,{question:i,onAnswer:s,questionIndex:k,total:m}),"done"===a&&(0,b.jsx)("div",{className:"relative z-10 flex h-screen h-dvh items-center justify-center",children:(0,b.jsx)("div",{className:"text-sm tracking-widest text-white/30 animate-pulse",children:"正在生成你的报告..."})})]})}a.s(["default",()=>i])}]; //# sourceMappingURL=%5Broot-of-the-server%5D__ded7f4b3._.js.map \ No newline at end of file diff --git a/.next/server/chunks/ssr/[root-of-the-server]__ded7f4b3._.js.map b/.next/server/chunks/ssr/[root-of-the-server]__ded7f4b3._.js.map index 488a066..2f7a65b 100644 --- a/.next/server/chunks/ssr/[root-of-the-server]__ded7f4b3._.js.map +++ b/.next/server/chunks/ssr/[root-of-the-server]__ded7f4b3._.js.map @@ -1 +1 @@ -{"version":3,"sources":["../../../../node_modules/next/src/server/route-modules/app-page/vendored/contexts/hooks-client-context.ts","../../../../node_modules/next/src/server/route-modules/app-page/vendored/contexts/server-inserted-html.ts","../../../../node_modules/next/src/server/route-modules/app-page/module.compiled.js","../../../../node_modules/next/src/server/route-modules/app-page/vendored/ssr/react-jsx-runtime.ts","../../../../node_modules/next/src/server/route-modules/app-page/vendored/ssr/react.ts","../../../../node_modules/next/src/server/route-modules/app-page/vendored/contexts/app-router-context.ts","../../../../node_modules/%40swc/helpers/cjs/_interop_require_wildcard.cjs","../../../../node_modules/next/src/shared/lib/segment.ts","../../../../app/chat/page.jsx"],"sourcesContent":["module.exports = (\n require('../../module.compiled') as typeof import('../../module.compiled')\n).vendored['contexts'].HooksClientContext\n","module.exports = (\n require('../../module.compiled') as typeof import('../../module.compiled')\n).vendored['contexts'].ServerInsertedHtml\n","if (process.env.NEXT_RUNTIME === 'edge') {\n module.exports = require('next/dist/server/route-modules/app-page/module.js')\n} else {\n if (process.env.__NEXT_EXPERIMENTAL_REACT) {\n if (process.env.NODE_ENV === 'development') {\n if (process.env.TURBOPACK) {\n module.exports = require('next/dist/compiled/next-server/app-page-turbo-experimental.runtime.dev.js')\n } else {\n module.exports = require('next/dist/compiled/next-server/app-page-experimental.runtime.dev.js')\n }\n } else {\n if (process.env.TURBOPACK) {\n module.exports = require('next/dist/compiled/next-server/app-page-turbo-experimental.runtime.prod.js')\n } else {\n module.exports = require('next/dist/compiled/next-server/app-page-experimental.runtime.prod.js')\n }\n }\n } else {\n if (process.env.NODE_ENV === 'development') {\n if (process.env.TURBOPACK) {\n module.exports = require('next/dist/compiled/next-server/app-page-turbo.runtime.dev.js')\n } else {\n module.exports = require('next/dist/compiled/next-server/app-page.runtime.dev.js')\n }\n } else {\n if (process.env.TURBOPACK) {\n module.exports = require('next/dist/compiled/next-server/app-page-turbo.runtime.prod.js')\n } else {\n module.exports = require('next/dist/compiled/next-server/app-page.runtime.prod.js')\n }\n }\n }\n}\n","module.exports = (\n require('../../module.compiled') as typeof import('../../module.compiled')\n).vendored['react-ssr']!.ReactJsxRuntime\n","module.exports = (\n require('../../module.compiled') as typeof import('../../module.compiled')\n).vendored['react-ssr']!.React\n","module.exports = (\n require('../../module.compiled') as typeof import('../../module.compiled')\n).vendored['contexts'].AppRouterContext\n","\"use strict\";\n\nfunction _getRequireWildcardCache(nodeInterop) {\n if (typeof WeakMap !== \"function\") return null;\n\n var cacheBabelInterop = new WeakMap();\n var cacheNodeInterop = new WeakMap();\n\n return (_getRequireWildcardCache = function(nodeInterop) {\n return nodeInterop ? cacheNodeInterop : cacheBabelInterop;\n })(nodeInterop);\n}\nfunction _interop_require_wildcard(obj, nodeInterop) {\n if (!nodeInterop && obj && obj.__esModule) return obj;\n if (obj === null || typeof obj !== \"object\" && typeof obj !== \"function\") return { default: obj };\n\n var cache = _getRequireWildcardCache(nodeInterop);\n\n if (cache && cache.has(obj)) return cache.get(obj);\n\n var newObj = { __proto__: null };\n var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor;\n\n for (var key in obj) {\n if (key !== \"default\" && Object.prototype.hasOwnProperty.call(obj, key)) {\n var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null;\n if (desc && (desc.get || desc.set)) Object.defineProperty(newObj, key, desc);\n else newObj[key] = obj[key];\n }\n }\n\n newObj.default = obj;\n\n if (cache) cache.set(obj, newObj);\n\n return newObj;\n}\nexports._ = _interop_require_wildcard;\n","import type { FlightRouterState, Segment } from './app-router-types'\n\nexport function getSegmentValue(segment: Segment) {\n return Array.isArray(segment) ? segment[1] : segment\n}\n\nexport function isGroupSegment(segment: string) {\n // Use array[0] for performant purpose\n return segment[0] === '(' && segment.endsWith(')')\n}\n\nexport function isParallelRouteSegment(segment: string) {\n return segment.startsWith('@') && segment !== '@children'\n}\n\nexport function addSearchParamsIfPageSegment(\n segment: Segment,\n searchParams: Record\n) {\n const isPageSegment = segment.includes(PAGE_SEGMENT_KEY)\n\n if (isPageSegment) {\n const stringifiedQuery = JSON.stringify(searchParams)\n return stringifiedQuery !== '{}'\n ? PAGE_SEGMENT_KEY + '?' + stringifiedQuery\n : PAGE_SEGMENT_KEY\n }\n\n return segment\n}\n\nexport function computeSelectedLayoutSegment(\n segments: string[] | null,\n parallelRouteKey: string\n): string | null {\n if (!segments || segments.length === 0) {\n return null\n }\n\n // For 'children', use first segment; for other parallel routes, use last segment\n const rawSegment =\n parallelRouteKey === 'children'\n ? segments[0]\n : segments[segments.length - 1]\n\n // If the default slot is showing, return null since it's not technically \"selected\" (it's a fallback)\n // Returning an internal value like `__DEFAULT__` would be confusing\n return rawSegment === DEFAULT_SEGMENT_KEY ? null : rawSegment\n}\n\n/** Get the canonical parameters from the current level to the leaf node. */\nexport function getSelectedLayoutSegmentPath(\n tree: FlightRouterState,\n parallelRouteKey: string,\n first = true,\n segmentPath: string[] = []\n): string[] {\n let node: FlightRouterState\n if (first) {\n // Use the provided parallel route key on the first parallel route\n node = tree[1][parallelRouteKey]\n } else {\n // After first parallel route prefer children, if there's no children pick the first parallel route.\n const parallelRoutes = tree[1]\n node = parallelRoutes.children ?? Object.values(parallelRoutes)[0]\n }\n\n if (!node) return segmentPath\n const segment = node[0]\n\n let segmentValue = getSegmentValue(segment)\n\n if (!segmentValue || segmentValue.startsWith(PAGE_SEGMENT_KEY)) {\n return segmentPath\n }\n\n segmentPath.push(segmentValue)\n\n return getSelectedLayoutSegmentPath(\n node,\n parallelRouteKey,\n false,\n segmentPath\n )\n}\n\nexport const PAGE_SEGMENT_KEY = '__PAGE__'\nexport const DEFAULT_SEGMENT_KEY = '__DEFAULT__'\nexport const NOT_FOUND_SEGMENT_KEY = '/_not-found'\n","'use client';\nimport { useEffect, useRef, useState } from 'react';\nimport { useRouter } from 'next/navigation';\n\n// ── 星空Canvas ──────────────────────────────────────────\nfunction Starfield() {\n const canvasRef = useRef(null);\n useEffect(() => {\n const canvas = canvasRef.current;\n const ctx = canvas.getContext('2d');\n let animId;\n const STARS = 180;\n const stars = Array.from({ length: STARS }, () => ({\n x: Math.random() * window.innerWidth,\n y: Math.random() * window.innerHeight,\n z: Math.random() * window.innerWidth,\n pz: 0,\n }));\n\n const resize = () => {\n canvas.width = window.innerWidth;\n canvas.height = window.innerHeight;\n };\n resize();\n window.addEventListener('resize', resize);\n\n const cx = () => canvas.width / 2;\n const cy = () => canvas.height / 2;\n\n const tick = () => {\n ctx.fillStyle = 'rgba(5,3,15,0.25)';\n ctx.fillRect(0, 0, canvas.width, canvas.height);\n\n stars.forEach((s) => {\n s.pz = s.z;\n s.z -= 4;\n if (s.z <= 0) {\n s.x = Math.random() * canvas.width;\n s.y = Math.random() * canvas.height;\n s.z = canvas.width;\n s.pz = s.z;\n }\n const sx = (s.x - cx()) * (canvas.width / s.z) + cx();\n const sy = (s.y - cy()) * (canvas.width / s.z) + cy();\n const px = (s.x - cx()) * (canvas.width / s.pz) + cx();\n const py = (s.y - cy()) * (canvas.width / s.pz) + cy();\n const size = Math.max(0.3, (1 - s.z / canvas.width) * 2.5);\n const alpha = 1 - s.z / canvas.width;\n\n ctx.strokeStyle = `rgba(200,190,255,${alpha})`;\n ctx.lineWidth = size;\n ctx.beginPath();\n ctx.moveTo(px, py);\n ctx.lineTo(sx, sy);\n ctx.stroke();\n });\n animId = requestAnimationFrame(tick);\n };\n tick();\n return () => {\n cancelAnimationFrame(animId);\n window.removeEventListener('resize', resize);\n };\n }, []);\n return (\n \n );\n}\n\n// ── 淡入淡出文字组件 ──────────────────────────────────────\nfunction FadeText({ text, visible, className = '' }) {\n return (\n \n {text}\n \n );\n}\n\n// ── 开场序列 ──────────────────────────────────────────────\nfunction Intro({ onDone }) {\n const [phase, setPhase] = useState(0);\n // 0: 黑 → 1: 灵镜出现 → 2: 灵镜消失 → 3: 副标题出现 → 4: 副标题消失 → 5: 按钮出现\n useEffect(() => {\n const timers = [\n setTimeout(() => setPhase(1), 600),\n setTimeout(() => setPhase(2), 2200),\n setTimeout(() => setPhase(3), 3000),\n setTimeout(() => setPhase(4), 4800),\n setTimeout(() => setPhase(5), 5600),\n ];\n return () => timers.forEach(clearTimeout);\n }, []);\n\n return (\n
          \n \n \n = 5 ? 1 : 0, transform: phase >= 5 ? 'translateY(0)' : 'translateY(12px)' }}\n >\n \n 开始探索\n \n
          \n \n );\n}\n\n// ── 单问题沉浸视图 ────────────────────────────────────────\nfunction QuestionView({ question, onAnswer, questionIndex, total }) {\n const [visible, setVisible] = useState(false);\n const [input, setInput] = useState('');\n const [leaving, setLeaving] = useState(false);\n const inputRef = useRef(null);\n\n useEffect(() => {\n setVisible(false);\n setInput('');\n setLeaving(false);\n const t = setTimeout(() => {\n setVisible(true);\n setTimeout(() => inputRef.current?.focus(), 600);\n }, 100);\n return () => clearTimeout(t);\n }, [question]);\n\n const submit = () => {\n if (!input.trim()) return;\n setLeaving(true);\n setTimeout(() => onAnswer(input.trim()), 800);\n };\n\n return (\n
          \n
          \n {/* 问题 */}\n \n {question}\n
          \n\n {/* 输入 */}\n \n setInput(e.target.value)}\n onKeyDown={(e) => {\n if (e.key === 'Enter' && !e.shiftKey) {\n e.preventDefault();\n submit();\n }\n }}\n placeholder=\"输入你的回答,或输入 跳过\"\n className=\"w-full resize-none rounded-2xl border border-white/10 bg-white/5 px-5 py-4 text-sm text-white/80 placeholder-white/20 outline-none focus:border-white/25 transition-colors\"\n />\n
          \n \n 继续 →\n \n
          \n
          \n \n \n );\n}\n\n// ── 主页面 ────────────────────────────────────────────────\nexport default function ChatPage() {\n const [stage, setStage] = useState('intro'); // intro | chat | loading | done\n const [question, setQuestion] = useState('');\n const [qIndex, setQIndex] = useState(0);\n const [total, setTotal] = useState(30);\n const [sid, setSid] = useState('');\n const router = useRouter();\n\n const startChat = async () => {\n setStage('loading');\n try {\n const r = await fetch('/api/session/new', { method: 'POST' });\n const d = await r.json();\n setSid(d.sessionId);\n localStorage.setItem('lingjing_sid', d.sessionId);\n setQuestion(d.opening);\n setQIndex(1);\n setTotal(d.total || 30);\n setStage('chat');\n } catch {\n setStage('chat');\n setQuestion('开始前,我想先简单认识你一下。就像朋友聊天,想到什么说什么就行,没有标准答案。咱们先从几个轻松的小问题开始,可以吗?');\n setQIndex(1);\n }\n };\n\n const handleAnswer = async (answer) => {\n try {\n const r = await fetch('/api/chat', {\n method: 'POST',\n headers: { 'Content-Type': 'application/json' },\n body: JSON.stringify({ sessionId: sid, answer }),\n });\n const d = await r.json();\n if (d.done) {\n setStage('done');\n setTimeout(() => router.push('/waiting'), 1200);\n return;\n }\n setQuestion(d.reply);\n setQIndex((i) => i + 1);\n } catch {\n setQuestion('网络有点问题,我们继续。你刚才的回答我已经记住了。');\n setQIndex((i) => i + 1);\n }\n };\n\n return (\n <>\n \n {stage === 'intro' && }\n {stage === 'loading' && (\n
          \n
          正在连接...
          \n
          \n )}\n {stage === 'chat' && (\n \n )}\n {stage === 'done' && (\n
          \n
          正在生成你的报告...
          \n
          \n )}\n \n );\n}\n"],"names":["module","exports","require","vendored","HooksClientContext","ServerInsertedHtml","process","env","NEXT_RUNTIME","__NEXT_EXPERIMENTAL_REACT","NODE_ENV","TURBOPACK","ReactJsxRuntime","React","AppRouterContext","DEFAULT_SEGMENT_KEY","NOT_FOUND_SEGMENT_KEY","PAGE_SEGMENT_KEY","addSearchParamsIfPageSegment","computeSelectedLayoutSegment","getSegmentValue","getSelectedLayoutSegmentPath","isGroupSegment","isParallelRouteSegment","segment","Array","isArray","endsWith","startsWith","searchParams","isPageSegment","includes","stringifiedQuery","JSON","stringify","segments","parallelRouteKey","length","rawSegment","tree","first","segmentPath","node","parallelRoutes","children","Object","values","segmentValue","push"],"mappings":"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","ignoreList":[0,1,2,3,4,5,6,7]} \ No newline at end of file +{"version":3,"sources":["../../../../node_modules/next/src/server/route-modules/app-page/vendored/contexts/hooks-client-context.ts","../../../../node_modules/next/src/server/route-modules/app-page/vendored/contexts/server-inserted-html.ts","../../../../node_modules/next/src/server/route-modules/app-page/module.compiled.js","../../../../node_modules/next/src/server/route-modules/app-page/vendored/ssr/react-jsx-runtime.ts","../../../../node_modules/next/src/server/route-modules/app-page/vendored/ssr/react.ts","../../../../node_modules/next/src/server/route-modules/app-page/vendored/contexts/app-router-context.ts","../../../../node_modules/%40swc/helpers/cjs/_interop_require_wildcard.cjs","../../../../node_modules/next/src/shared/lib/segment.ts","../../../../app/chat/page.jsx"],"sourcesContent":["module.exports = (\n require('../../module.compiled') as typeof import('../../module.compiled')\n).vendored['contexts'].HooksClientContext\n","module.exports = (\n require('../../module.compiled') as typeof import('../../module.compiled')\n).vendored['contexts'].ServerInsertedHtml\n","if (process.env.NEXT_RUNTIME === 'edge') {\n module.exports = require('next/dist/server/route-modules/app-page/module.js')\n} else {\n if (process.env.__NEXT_EXPERIMENTAL_REACT) {\n if (process.env.NODE_ENV === 'development') {\n if (process.env.TURBOPACK) {\n module.exports = require('next/dist/compiled/next-server/app-page-turbo-experimental.runtime.dev.js')\n } else {\n module.exports = require('next/dist/compiled/next-server/app-page-experimental.runtime.dev.js')\n }\n } else {\n if (process.env.TURBOPACK) {\n module.exports = require('next/dist/compiled/next-server/app-page-turbo-experimental.runtime.prod.js')\n } else {\n module.exports = require('next/dist/compiled/next-server/app-page-experimental.runtime.prod.js')\n }\n }\n } else {\n if (process.env.NODE_ENV === 'development') {\n if (process.env.TURBOPACK) {\n module.exports = require('next/dist/compiled/next-server/app-page-turbo.runtime.dev.js')\n } else {\n module.exports = require('next/dist/compiled/next-server/app-page.runtime.dev.js')\n }\n } else {\n if (process.env.TURBOPACK) {\n module.exports = require('next/dist/compiled/next-server/app-page-turbo.runtime.prod.js')\n } else {\n module.exports = require('next/dist/compiled/next-server/app-page.runtime.prod.js')\n }\n }\n }\n}\n","module.exports = (\n require('../../module.compiled') as typeof import('../../module.compiled')\n).vendored['react-ssr']!.ReactJsxRuntime\n","module.exports = (\n require('../../module.compiled') as typeof import('../../module.compiled')\n).vendored['react-ssr']!.React\n","module.exports = (\n require('../../module.compiled') as typeof import('../../module.compiled')\n).vendored['contexts'].AppRouterContext\n","\"use strict\";\n\nfunction _getRequireWildcardCache(nodeInterop) {\n if (typeof WeakMap !== \"function\") return null;\n\n var cacheBabelInterop = new WeakMap();\n var cacheNodeInterop = new WeakMap();\n\n return (_getRequireWildcardCache = function(nodeInterop) {\n return nodeInterop ? cacheNodeInterop : cacheBabelInterop;\n })(nodeInterop);\n}\nfunction _interop_require_wildcard(obj, nodeInterop) {\n if (!nodeInterop && obj && obj.__esModule) return obj;\n if (obj === null || typeof obj !== \"object\" && typeof obj !== \"function\") return { default: obj };\n\n var cache = _getRequireWildcardCache(nodeInterop);\n\n if (cache && cache.has(obj)) return cache.get(obj);\n\n var newObj = { __proto__: null };\n var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor;\n\n for (var key in obj) {\n if (key !== \"default\" && Object.prototype.hasOwnProperty.call(obj, key)) {\n var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null;\n if (desc && (desc.get || desc.set)) Object.defineProperty(newObj, key, desc);\n else newObj[key] = obj[key];\n }\n }\n\n newObj.default = obj;\n\n if (cache) cache.set(obj, newObj);\n\n return newObj;\n}\nexports._ = _interop_require_wildcard;\n","import type { FlightRouterState, Segment } from './app-router-types'\n\nexport function getSegmentValue(segment: Segment) {\n return Array.isArray(segment) ? segment[1] : segment\n}\n\nexport function isGroupSegment(segment: string) {\n // Use array[0] for performant purpose\n return segment[0] === '(' && segment.endsWith(')')\n}\n\nexport function isParallelRouteSegment(segment: string) {\n return segment.startsWith('@') && segment !== '@children'\n}\n\nexport function addSearchParamsIfPageSegment(\n segment: Segment,\n searchParams: Record\n) {\n const isPageSegment = segment.includes(PAGE_SEGMENT_KEY)\n\n if (isPageSegment) {\n const stringifiedQuery = JSON.stringify(searchParams)\n return stringifiedQuery !== '{}'\n ? PAGE_SEGMENT_KEY + '?' + stringifiedQuery\n : PAGE_SEGMENT_KEY\n }\n\n return segment\n}\n\nexport function computeSelectedLayoutSegment(\n segments: string[] | null,\n parallelRouteKey: string\n): string | null {\n if (!segments || segments.length === 0) {\n return null\n }\n\n // For 'children', use first segment; for other parallel routes, use last segment\n const rawSegment =\n parallelRouteKey === 'children'\n ? segments[0]\n : segments[segments.length - 1]\n\n // If the default slot is showing, return null since it's not technically \"selected\" (it's a fallback)\n // Returning an internal value like `__DEFAULT__` would be confusing\n return rawSegment === DEFAULT_SEGMENT_KEY ? null : rawSegment\n}\n\n/** Get the canonical parameters from the current level to the leaf node. */\nexport function getSelectedLayoutSegmentPath(\n tree: FlightRouterState,\n parallelRouteKey: string,\n first = true,\n segmentPath: string[] = []\n): string[] {\n let node: FlightRouterState\n if (first) {\n // Use the provided parallel route key on the first parallel route\n node = tree[1][parallelRouteKey]\n } else {\n // After first parallel route prefer children, if there's no children pick the first parallel route.\n const parallelRoutes = tree[1]\n node = parallelRoutes.children ?? Object.values(parallelRoutes)[0]\n }\n\n if (!node) return segmentPath\n const segment = node[0]\n\n let segmentValue = getSegmentValue(segment)\n\n if (!segmentValue || segmentValue.startsWith(PAGE_SEGMENT_KEY)) {\n return segmentPath\n }\n\n segmentPath.push(segmentValue)\n\n return getSelectedLayoutSegmentPath(\n node,\n parallelRouteKey,\n false,\n segmentPath\n )\n}\n\nexport const PAGE_SEGMENT_KEY = '__PAGE__'\nexport const DEFAULT_SEGMENT_KEY = '__DEFAULT__'\nexport const NOT_FOUND_SEGMENT_KEY = '/_not-found'\n","'use client';\nimport { useEffect, useRef, useState } from 'react';\nimport { useRouter } from 'next/navigation';\n\n// ── 星空Canvas ──────────────────────────────────────────\nfunction Starfield() {\n const canvasRef = useRef(null);\n useEffect(() => {\n const canvas = canvasRef.current;\n const ctx = canvas.getContext('2d');\n let animId;\n const STARS = 180;\n const stars = Array.from({ length: STARS }, () => ({\n x: Math.random() * window.innerWidth,\n y: Math.random() * window.innerHeight,\n z: Math.random() * window.innerWidth,\n pz: 0,\n }));\n\n const resize = () => {\n canvas.width = window.innerWidth;\n canvas.height = window.innerHeight;\n };\n resize();\n window.addEventListener('resize', resize);\n\n const cx = () => canvas.width / 2;\n const cy = () => canvas.height / 2;\n\n const tick = () => {\n ctx.fillStyle = 'rgba(5,3,15,0.25)';\n ctx.fillRect(0, 0, canvas.width, canvas.height);\n\n stars.forEach((s) => {\n s.pz = s.z;\n s.z -= 4;\n if (s.z <= 0) {\n s.x = Math.random() * canvas.width;\n s.y = Math.random() * canvas.height;\n s.z = canvas.width;\n s.pz = s.z;\n }\n const sx = (s.x - cx()) * (canvas.width / s.z) + cx();\n const sy = (s.y - cy()) * (canvas.width / s.z) + cy();\n const px = (s.x - cx()) * (canvas.width / s.pz) + cx();\n const py = (s.y - cy()) * (canvas.width / s.pz) + cy();\n const size = Math.max(0.3, (1 - s.z / canvas.width) * 2.5);\n const alpha = 1 - s.z / canvas.width;\n\n ctx.strokeStyle = `rgba(200,190,255,${alpha})`;\n ctx.lineWidth = size;\n ctx.beginPath();\n ctx.moveTo(px, py);\n ctx.lineTo(sx, sy);\n ctx.stroke();\n });\n animId = requestAnimationFrame(tick);\n };\n tick();\n return () => {\n cancelAnimationFrame(animId);\n window.removeEventListener('resize', resize);\n };\n }, []);\n return (\n \n );\n}\n\n// ── 淡入淡出文字组件 ──────────────────────────────────────\nfunction FadeText({ text, visible, className = '' }) {\n return (\n \n {text}\n \n );\n}\n\n// ── 开场序列 ──────────────────────────────────────────────\nfunction Intro({ onDone }) {\n const [phase, setPhase] = useState(0);\n // 0: 黑 → 1: 灵镜出现 → 2: 灵镜消失 → 3: 副标题出现 → 4: 副标题消失 → 5: 按钮出现\n useEffect(() => {\n const timers = [\n setTimeout(() => setPhase(1), 600),\n setTimeout(() => setPhase(2), 2200),\n setTimeout(() => setPhase(3), 3000),\n setTimeout(() => setPhase(4), 4800),\n setTimeout(() => setPhase(5), 5600),\n ];\n return () => timers.forEach(clearTimeout);\n }, []);\n\n return (\n
          \n \n \n = 5 ? 1 : 0, transform: phase >= 5 ? 'translateY(0)' : 'translateY(12px)' }}\n >\n \n 开始探索\n \n
          \n \n );\n}\n\n// ── 单问题沉浸视图 ────────────────────────────────────────\nfunction QuestionView({ question, onAnswer, questionIndex, total }) {\n const [visible, setVisible] = useState(false);\n const [input, setInput] = useState('');\n const [leaving, setLeaving] = useState(false);\n const inputRef = useRef(null);\n\n useEffect(() => {\n setVisible(false);\n setInput('');\n setLeaving(false);\n const t = setTimeout(() => {\n setVisible(true);\n setTimeout(() => inputRef.current?.focus(), 600);\n }, 100);\n return () => clearTimeout(t);\n }, [question]);\n\n const submit = () => {\n if (!input.trim()) return;\n setLeaving(true);\n setTimeout(() => onAnswer(input.trim()), 800);\n };\n\n return (\n
          \n
          \n {/* 问题 */}\n \n {question}\n
          \n\n {/* 输入 */}\n \n setInput(e.target.value)}\n onKeyDown={(e) => {\n if (e.key === 'Enter' && !e.shiftKey) {\n e.preventDefault();\n submit();\n }\n }}\n placeholder=\"输入你的回答,或输入 跳过\"\n className=\"w-full resize-none rounded-2xl border border-white/10 bg-white/5 px-5 py-4 text-sm text-white/80 placeholder-white/20 outline-none focus:border-white/25 transition-colors\"\n />\n
          \n \n 继续 →\n \n
          \n
          \n \n \n );\n}\n\n// ── 主页面 ────────────────────────────────────────────────\nexport default function ChatPage() {\n const [stage, setStage] = useState('intro'); // intro | chat | loading | done\n const [question, setQuestion] = useState('');\n const [qIndex, setQIndex] = useState(0);\n const [total, setTotal] = useState(30);\n const [sid, setSid] = useState('');\n const router = useRouter();\n\n const startChat = async () => {\n setStage('loading');\n try {\n const r = await fetch('/api/session/new', { method: 'POST' });\n const d = await r.json();\n setSid(d.sessionId);\n localStorage.setItem('lingjing_sid', d.sessionId);\n setQuestion(d.opening);\n setQIndex(1);\n setTotal(d.total || 30);\n setStage('chat');\n } catch {\n setStage('chat');\n setQuestion('开始前,我想先简单认识你一下。就像朋友聊天,想到什么说什么就行,没有标准答案。咱们先从几个轻松的小问题开始,可以吗?');\n setQIndex(1);\n }\n };\n\n const handleAnswer = async (answer) => {\n try {\n const r = await fetch('/api/chat', {\n method: 'POST',\n headers: { 'Content-Type': 'application/json' },\n body: JSON.stringify({ sessionId: sid, answer }),\n });\n const d = await r.json();\n if (d.done) {\n setStage('done');\n setTimeout(() => router.push('/waiting'), 1200);\n return;\n }\n setQuestion(d.reply);\n setQIndex((i) => i + 1);\n } catch {\n setQuestion('网络有点问题,我们继续。你刚才的回答我已经记住了。');\n setQIndex((i) => i + 1);\n }\n };\n\n return (\n <>\n \n {stage === 'intro' && }\n {stage === 'loading' && (\n
          \n
          正在连接...
          \n
          \n )}\n {stage === 'chat' && (\n \n )}\n {stage === 'done' && (\n
          \n
          正在生成你的报告...
          \n
          \n )}\n \n );\n}\n"],"names":["module","exports","require","vendored","HooksClientContext","ServerInsertedHtml","process","env","NEXT_RUNTIME","__NEXT_EXPERIMENTAL_REACT","NODE_ENV","TURBOPACK","ReactJsxRuntime","React","AppRouterContext","DEFAULT_SEGMENT_KEY","NOT_FOUND_SEGMENT_KEY","PAGE_SEGMENT_KEY","addSearchParamsIfPageSegment","computeSelectedLayoutSegment","getSegmentValue","getSelectedLayoutSegmentPath","isGroupSegment","isParallelRouteSegment","segment","Array","isArray","endsWith","startsWith","searchParams","isPageSegment","includes","stringifiedQuery","JSON","stringify","segments","parallelRouteKey","length","rawSegment","tree","first","segmentPath","node","parallelRoutes","children","Object","values","segmentValue","push"],"mappings":"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","ignoreList":[0,1,2,3,4,5,6,7]} \ No newline at end of file diff --git a/.next/server/pages/404.html b/.next/server/pages/404.html index 0b58656..2efd094 100644 --- a/.next/server/pages/404.html +++ b/.next/server/pages/404.html @@ -1 +1 @@ -灵镜

          LINGJING

          页面走丢了

          这个入口暂时不存在。

          \ No newline at end of file +灵镜

          LINGJING

          页面走丢了

          这个入口暂时不存在。

          \ No newline at end of file diff --git a/.next/server/pages/500.html b/.next/server/pages/500.html index a5e2957..ac905cf 100644 --- a/.next/server/pages/500.html +++ b/.next/server/pages/500.html @@ -1,2 +1,2 @@ -500: Internal Server Error.

          500

          Internal Server Error.

          \ No newline at end of file +500: Internal Server Error.

          500

          Internal Server Error.

          \ No newline at end of file diff --git a/.next/server/server-reference-manifest.js b/.next/server/server-reference-manifest.js index b93e6ef..f949a52 100644 --- a/.next/server/server-reference-manifest.js +++ b/.next/server/server-reference-manifest.js @@ -1 +1 @@ -self.__RSC_SERVER_MANIFEST="{\n \"node\": {},\n \"edge\": {},\n \"encryptionKey\": \"MwrUk8L+2ibmKnHvjcSJNP/Ae4GSY6QqH9vadvHDLfU=\"\n}" \ No newline at end of file +self.__RSC_SERVER_MANIFEST="{\n \"node\": {},\n \"edge\": {},\n \"encryptionKey\": \"oWkkgdRuBmY1QGVsnW2mU/kg7wIYJvbVqkAy7wId0v0=\"\n}" \ No newline at end of file diff --git a/.next/server/server-reference-manifest.json b/.next/server/server-reference-manifest.json index e38a9a6..558d80c 100644 --- a/.next/server/server-reference-manifest.json +++ b/.next/server/server-reference-manifest.json @@ -1,5 +1,5 @@ { "node": {}, "edge": {}, - "encryptionKey": "MwrUk8L+2ibmKnHvjcSJNP/Ae4GSY6QqH9vadvHDLfU=" + "encryptionKey": "oWkkgdRuBmY1QGVsnW2mU/kg7wIYJvbVqkAy7wId0v0=" } \ No newline at end of file diff --git a/.next/static/ts43eumKOiXL6JW-dVnbG/_buildManifest.js b/.next/static/RS-YhLyEt0_fmK3Sxomfp/_buildManifest.js similarity index 100% rename from .next/static/ts43eumKOiXL6JW-dVnbG/_buildManifest.js rename to .next/static/RS-YhLyEt0_fmK3Sxomfp/_buildManifest.js diff --git a/.next/static/ts43eumKOiXL6JW-dVnbG/_clientMiddlewareManifest.json b/.next/static/RS-YhLyEt0_fmK3Sxomfp/_clientMiddlewareManifest.json similarity index 100% rename from .next/static/ts43eumKOiXL6JW-dVnbG/_clientMiddlewareManifest.json rename to .next/static/RS-YhLyEt0_fmK3Sxomfp/_clientMiddlewareManifest.json diff --git a/.next/static/ts43eumKOiXL6JW-dVnbG/_ssgManifest.js b/.next/static/RS-YhLyEt0_fmK3Sxomfp/_ssgManifest.js similarity index 100% rename from .next/static/ts43eumKOiXL6JW-dVnbG/_ssgManifest.js rename to .next/static/RS-YhLyEt0_fmK3Sxomfp/_ssgManifest.js diff --git a/.next/static/chunks/5144a89350aa95f0.js b/.next/static/chunks/5144a89350aa95f0.js new file mode 100644 index 0000000..0ca6d71 --- /dev/null +++ b/.next/static/chunks/5144a89350aa95f0.js @@ -0,0 +1 @@ +(globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,18566,(e,t,i)=>{t.exports=e.r(76562)},33919,e=>{"use strict";var t=e.i(43476),i=e.i(71645),n=e.i(18566);function s(){let e=(0,i.useRef)(null);return(0,i.useEffect)(()=>{let t,i=e.current,n=i.getContext("2d"),s=Array.from({length:180},()=>({x:Math.random()*window.innerWidth,y:Math.random()*window.innerHeight,z:Math.random()*window.innerWidth,pz:0})),a=()=>{i.width=window.innerWidth,i.height=window.innerHeight};a(),window.addEventListener("resize",a);let r=()=>{n.fillStyle="rgba(5,3,15,0.25)",n.fillRect(0,0,i.width,i.height),s.forEach(e=>{e.pz=e.z,e.z-=4,e.z<=0&&(e.x=Math.random()*i.width,e.y=Math.random()*i.height,e.z=i.width,e.pz=e.z);let t=(e.x-i.width/2)*(i.width/e.z)+i.width/2,s=(e.y-i.height/2)*(i.width/e.z)+i.height/2,a=(e.x-i.width/2)*(i.width/e.pz)+i.width/2,r=(e.y-i.height/2)*(i.width/e.pz)+i.height/2,l=Math.max(.3,(1-e.z/i.width)*2.5),o=1-e.z/i.width;n.strokeStyle=`rgba(200,190,255,${o})`,n.lineWidth=l,n.beginPath(),n.moveTo(a,r),n.lineTo(t,s),n.stroke()}),t=requestAnimationFrame(r)};return r(),()=>{cancelAnimationFrame(t),window.removeEventListener("resize",a)}},[]),(0,t.jsx)("canvas",{ref:e,className:"fixed inset-0 z-0",style:{background:"#05030f"}})}function a({text:e,visible:i,className:n=""}){return(0,t.jsx)("div",{className:`transition-all duration-1000 ${n}`,style:{opacity:+!!i,transform:i?"translateY(0)":"translateY(12px)"},children:e})}function r({onDone:e}){let[n,s]=(0,i.useState)(0);return(0,i.useEffect)(()=>{let e=[setTimeout(()=>s(1),600),setTimeout(()=>s(2),2200),setTimeout(()=>s(3),3e3),setTimeout(()=>s(4),4800),setTimeout(()=>s(5),5600)];return()=>e.forEach(clearTimeout)},[]),(0,t.jsxs)("div",{className:"relative z-10 flex h-screen h-dvh flex-col items-center justify-center px-8 text-center",children:[(0,t.jsx)(a,{text:"灵镜",visible:1===n||2===n,className:"text-5xl font-light tracking-[0.3em] text-white/90"}),(0,t.jsx)(a,{text:"一场温柔但有穿透力的对话",visible:3===n||4===n,className:"text-lg font-light tracking-widest text-white/60"}),(0,t.jsx)("div",{className:"transition-all duration-1000",style:{opacity:+(n>=5),transform:n>=5?"translateY(0)":"translateY(12px)"},children:(0,t.jsx)("button",{onClick:e,style:{color:"white",textDecoration:"underline",textUnderlineOffset:"4px",fontSize:"0.875rem",letterSpacing:"0.2em",background:"none",border:"none",cursor:"pointer"},children:"开始探索"})})]})}function l({question:e,onAnswer:n,questionIndex:s,total:a}){let[r,l]=(0,i.useState)(!1),[o,c]=(0,i.useState)(""),[d,h]=(0,i.useState)(!1),u=(0,i.useRef)(null);(0,i.useEffect)(()=>{l(!1),c(""),h(!1);let e=setTimeout(()=>{l(!0),setTimeout(()=>u.current?.focus(),600)},100);return()=>clearTimeout(e)},[e]);let m=()=>{o.trim()&&(h(!0),setTimeout(()=>n(o.trim()),800))};return(0,t.jsx)("div",{className:"chat-page relative z-10 flex h-screen h-dvh flex-col items-center justify-center px-8",children:(0,t.jsxs)("div",{className:"w-full max-w-md space-y-8",children:[(0,t.jsx)("div",{className:"text-center text-lg font-light leading-relaxed tracking-wide text-white/85 transition-all duration-700",style:{opacity:r&&!d?1:0,transform:r&&!d?"translateY(0)":d?"translateY(-16px)":"translateY(16px)"},children:e}),(0,t.jsxs)("div",{className:"transition-all duration-700",style:{opacity:r&&!d?1:0,transform:r&&!d?"translateY(0)":"translateY(16px)"},children:[(0,t.jsx)("textarea",{ref:u,rows:3,value:o,onChange:e=>c(e.target.value),onKeyDown:e=>{"Enter"!==e.key||e.shiftKey||(e.preventDefault(),m())},placeholder:"输入你的回答,或输入 跳过",className:"w-full resize-none rounded-2xl border border-white/10 bg-white/5 px-5 py-4 text-sm text-white/80 placeholder-white/20 outline-none focus:border-white/25 transition-colors"}),(0,t.jsx)("div",{className:"mt-4 flex justify-center",children:(0,t.jsx)("button",{type:"button",onClick:m,disabled:!o.trim(),className:"continue-btn !text-white underline underline-offset-4 text-sm tracking-widest disabled:opacity-100",style:{color:"#fff",background:"none",border:"none",cursor:o.trim()?"pointer":"not-allowed",letterSpacing:"0.1em"},children:"继续 →"})})]})]})})}function o(){let[e,a]=(0,i.useState)("intro"),[o,c]=(0,i.useState)(""),[d,h]=(0,i.useState)(0),[u,m]=(0,i.useState)(30),[x,f]=(0,i.useState)(""),w=(0,n.useRouter)(),g=async()=>{a("loading");try{let e=await fetch("/api/session/new",{method:"POST"}),t=await e.json();f(t.sessionId),localStorage.setItem("lingjing_sid",t.sessionId),c(t.opening),h(1),m(t.total||30),a("chat")}catch{a("chat"),c("开始前,我想先简单认识你一下。就像朋友聊天,想到什么说什么就行,没有标准答案。咱们先从几个轻松的小问题开始,可以吗?"),h(1)}},p=async e=>{try{let t=await fetch("/api/chat",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({sessionId:x,answer:e})}),i=await t.json();if(i.done){a("done"),setTimeout(()=>w.push("/waiting"),1200);return}c(i.reply),h(e=>e+1)}catch{c("网络有点问题,我们继续。你刚才的回答我已经记住了。"),h(e=>e+1)}};return(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)(s,{}),"intro"===e&&(0,t.jsx)(r,{onDone:g}),"loading"===e&&(0,t.jsx)("div",{className:"relative z-10 flex h-screen h-dvh items-center justify-center",children:(0,t.jsx)("div",{className:"text-sm tracking-widest text-white/30 animate-pulse",children:"正在连接..."})}),"chat"===e&&(0,t.jsx)(l,{question:o,onAnswer:p,questionIndex:d,total:u}),"done"===e&&(0,t.jsx)("div",{className:"relative z-10 flex h-screen h-dvh items-center justify-center",children:(0,t.jsx)("div",{className:"text-sm tracking-widest text-white/30 animate-pulse",children:"正在生成你的报告..."})})]})}e.s(["default",()=>o])}]); \ No newline at end of file diff --git a/.next/static/chunks/78cb4496667cf740.js b/.next/static/chunks/78cb4496667cf740.js deleted file mode 100644 index 6f9b5f3..0000000 --- a/.next/static/chunks/78cb4496667cf740.js +++ /dev/null @@ -1 +0,0 @@ -(globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,18566,(e,t,i)=>{t.exports=e.r(76562)},33919,e=>{"use strict";var t=e.i(43476),i=e.i(71645),n=e.i(18566);function s(){let e=(0,i.useRef)(null);return(0,i.useEffect)(()=>{let t,i=e.current,n=i.getContext("2d"),s=Array.from({length:180},()=>({x:Math.random()*window.innerWidth,y:Math.random()*window.innerHeight,z:Math.random()*window.innerWidth,pz:0})),r=()=>{i.width=window.innerWidth,i.height=window.innerHeight};r(),window.addEventListener("resize",r);let a=()=>{n.fillStyle="rgba(5,3,15,0.25)",n.fillRect(0,0,i.width,i.height),s.forEach(e=>{e.pz=e.z,e.z-=4,e.z<=0&&(e.x=Math.random()*i.width,e.y=Math.random()*i.height,e.z=i.width,e.pz=e.z);let t=(e.x-i.width/2)*(i.width/e.z)+i.width/2,s=(e.y-i.height/2)*(i.width/e.z)+i.height/2,r=(e.x-i.width/2)*(i.width/e.pz)+i.width/2,a=(e.y-i.height/2)*(i.width/e.pz)+i.height/2,l=Math.max(.3,(1-e.z/i.width)*2.5),o=1-e.z/i.width;n.strokeStyle=`rgba(200,190,255,${o})`,n.lineWidth=l,n.beginPath(),n.moveTo(r,a),n.lineTo(t,s),n.stroke()}),t=requestAnimationFrame(a)};return a(),()=>{cancelAnimationFrame(t),window.removeEventListener("resize",r)}},[]),(0,t.jsx)("canvas",{ref:e,className:"fixed inset-0 z-0",style:{background:"#05030f"}})}function r({text:e,visible:i,className:n=""}){return(0,t.jsx)("div",{className:`transition-all duration-1000 ${n}`,style:{opacity:+!!i,transform:i?"translateY(0)":"translateY(12px)"},children:e})}function a({onDone:e}){let[n,s]=(0,i.useState)(0);return(0,i.useEffect)(()=>{let e=[setTimeout(()=>s(1),600),setTimeout(()=>s(2),2200),setTimeout(()=>s(3),3e3),setTimeout(()=>s(4),4800),setTimeout(()=>s(5),5600)];return()=>e.forEach(clearTimeout)},[]),(0,t.jsxs)("div",{className:"relative z-10 flex h-screen h-dvh flex-col items-center justify-center px-8 text-center",children:[(0,t.jsx)(r,{text:"灵镜",visible:1===n||2===n,className:"text-5xl font-light tracking-[0.3em] text-white/90"}),(0,t.jsx)(r,{text:"一场温柔但有穿透力的对话",visible:3===n||4===n,className:"text-lg font-light tracking-widest text-white/60"}),(0,t.jsx)("div",{className:"transition-all duration-1000",style:{opacity:+(n>=5),transform:n>=5?"translateY(0)":"translateY(12px)"},children:(0,t.jsx)("button",{onClick:e,style:{color:"white",textDecoration:"underline",textUnderlineOffset:"4px",fontSize:"0.875rem",letterSpacing:"0.2em",background:"none",border:"none",cursor:"pointer"},children:"开始探索"})})]})}function l({question:e,onAnswer:n,questionIndex:s,total:r}){let[a,l]=(0,i.useState)(!1),[o,c]=(0,i.useState)(""),[d,h]=(0,i.useState)(!1),u=(0,i.useRef)(null);(0,i.useEffect)(()=>{l(!1),c(""),h(!1);let e=setTimeout(()=>{l(!0),setTimeout(()=>u.current?.focus(),600)},100);return()=>clearTimeout(e)},[e]);let m=()=>{o.trim()&&(h(!0),setTimeout(()=>n(o.trim()),800))};return(0,t.jsx)("div",{className:"relative z-10 flex h-screen h-dvh flex-col items-center justify-center px-8",children:(0,t.jsxs)("div",{className:"w-full max-w-md space-y-8",children:[(0,t.jsx)("div",{className:"text-center text-lg font-light leading-relaxed tracking-wide text-white/85 transition-all duration-700",style:{opacity:a&&!d?1:0,transform:a&&!d?"translateY(0)":d?"translateY(-16px)":"translateY(16px)"},children:e}),(0,t.jsxs)("div",{className:"transition-all duration-700",style:{opacity:a&&!d?1:0,transform:a&&!d?"translateY(0)":"translateY(16px)"},children:[(0,t.jsx)("textarea",{ref:u,rows:3,value:o,onChange:e=>c(e.target.value),onKeyDown:e=>{"Enter"!==e.key||e.shiftKey||(e.preventDefault(),m())},placeholder:"输入你的回答,或输入 跳过",className:"w-full resize-none rounded-2xl border border-white/10 bg-white/5 px-5 py-4 text-sm text-white/80 placeholder-white/20 outline-none focus:border-white/25 transition-colors"}),(0,t.jsx)("div",{className:"mt-4 flex justify-center",children:(0,t.jsx)("button",{onClick:m,disabled:!o.trim(),className:"continue-btn underline underline-offset-4 text-sm tracking-widest",style:{color:"#fff",background:"none",border:"none",cursor:"pointer",opacity:o.trim()?1:.25,letterSpacing:"0.1em"},children:"继续 →"})})]})]})})}function o(){let[e,r]=(0,i.useState)("intro"),[o,c]=(0,i.useState)(""),[d,h]=(0,i.useState)(0),[u,m]=(0,i.useState)(30),[x,f]=(0,i.useState)(""),w=(0,n.useRouter)(),g=async()=>{r("loading");try{let e=await fetch("/api/session/new",{method:"POST"}),t=await e.json();f(t.sessionId),localStorage.setItem("lingjing_sid",t.sessionId),c(t.opening),h(1),m(t.total||30),r("chat")}catch{r("chat"),c("开始前,我想先简单认识你一下。就像朋友聊天,想到什么说什么就行,没有标准答案。咱们先从几个轻松的小问题开始,可以吗?"),h(1)}},p=async e=>{try{let t=await fetch("/api/chat",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({sessionId:x,answer:e})}),i=await t.json();if(i.done){r("done"),setTimeout(()=>w.push("/waiting"),1200);return}c(i.reply),h(e=>e+1)}catch{c("网络有点问题,我们继续。你刚才的回答我已经记住了。"),h(e=>e+1)}};return(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)(s,{}),"intro"===e&&(0,t.jsx)(a,{onDone:g}),"loading"===e&&(0,t.jsx)("div",{className:"relative z-10 flex h-screen h-dvh items-center justify-center",children:(0,t.jsx)("div",{className:"text-sm tracking-widest text-white/30 animate-pulse",children:"正在连接..."})}),"chat"===e&&(0,t.jsx)(l,{question:o,onAnswer:p,questionIndex:d,total:u}),"done"===e&&(0,t.jsx)("div",{className:"relative z-10 flex h-screen h-dvh items-center justify-center",children:(0,t.jsx)("div",{className:"text-sm tracking-widest text-white/30 animate-pulse",children:"正在生成你的报告..."})})]})}e.s(["default",()=>o])}]); \ No newline at end of file diff --git a/.next/static/chunks/a5fbbbd132ff123a.css b/.next/static/chunks/e2cf8827b5a2af35.css similarity index 62% rename from .next/static/chunks/a5fbbbd132ff123a.css rename to .next/static/chunks/e2cf8827b5a2af35.css index 134ce95..6613cf3 100644 --- a/.next/static/chunks/a5fbbbd132ff123a.css +++ b/.next/static/chunks/e2cf8827b5a2af35.css @@ -1 +1 @@ -*,:before,:after,::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#3b82f680;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border:0 solid #e5e7eb}:before,:after{--tw-content:""}html,:host{-webkit-text-size-adjust:100%;tab-size:4;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;line-height:1.5}body{line-height:inherit;margin:0}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;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-feature-settings:normal;font-variation-settings:normal;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;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}button,input,optgroup,select,textarea{font-feature-settings:inherit;font-variation-settings:inherit;font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:#0000;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{margin:0;padding:0;list-style:none}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder{opacity:1;color:#9ca3af}textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.visible{visibility:visible}.fixed{position:fixed}.relative{position:relative}.inset-0{inset:0}.z-0{z-index:0}.z-10{z-index:10}.mx-auto{margin-left:auto;margin-right:auto}.mb-3{margin-bottom:.75rem}.mb-8{margin-bottom:2rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.inline-block{display:inline-block}.flex{display:flex}.h-2{height:.5rem}.h-dvh{height:100dvh}.h-full{height:100%}.h-screen{height:100vh}.min-h-dvh{min-height:100dvh}.min-h-screen{min-height:100vh}.w-full{width:100%}.max-w-lg{max-width:32rem}.max-w-md{max-width:28rem}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:2s cubic-bezier(.4,0,.6,1) infinite pulse}.resize-none{resize:none}.resize{resize:both}.list-disc{list-style-type:disc}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.25rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem*var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem*var(--tw-space-y-reverse))}.space-y-5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.25rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.25rem*var(--tw-space-y-reverse))}.space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(2rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem*var(--tw-space-y-reverse))}.overflow-hidden{overflow:hidden}.rounded-2xl{border-radius:1rem}.rounded-full{border-radius:9999px}.border{border-width:1px}.border-white\/10{border-color:#ffffff1a}.bg-black{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity,1))}.bg-neutral-200{--tw-bg-opacity:1;background-color:rgb(229 229 229/var(--tw-bg-opacity,1))}.bg-white\/5{background-color:#ffffff0d}.p-6{padding:1.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-8{padding-left:2rem;padding-right:2rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-4{padding-top:1rem;padding-bottom:1rem}.pl-5{padding-left:1.25rem}.text-center{text-align:center}.text-2xl{font-size:1.5rem;line-height:2rem}.text-5xl{font-size:3rem;line-height:1}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xs{font-size:.75rem;line-height:1rem}.font-light{font-weight:300}.font-medium{font-weight:500}.font-semibold{font-weight:600}.leading-7{line-height:1.75rem}.leading-relaxed{line-height:1.625}.tracking-\[0\.2em\]{letter-spacing:.2em}.tracking-\[0\.3em\]{letter-spacing:.3em}.tracking-tight{letter-spacing:-.025em}.tracking-wide{letter-spacing:.025em}.tracking-widest{letter-spacing:.1em}.text-neutral-600{--tw-text-opacity:1;color:rgb(82 82 82/var(--tw-text-opacity,1))}.text-white\/30{color:#ffffff4d}.text-white\/40{color:#fff6}.text-white\/60{color:#fff9}.text-white\/80{color:#fffc}.text-white\/85{color:#ffffffd9}.text-white\/90{color:#ffffffe6}.underline{text-decoration-line:underline}.underline-offset-4{text-underline-offset:4px}.placeholder-white\/20::placeholder{color:#fff3}.outline-none{outline-offset:2px;outline:2px solid #0000}.transition-all{transition-property:all;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-1000{transition-duration:1s}.duration-700{transition-duration:.7s}:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*{-webkit-tap-highlight-color:transparent}body{color:#e8e8e8;background:#0a0a0a;min-height:100dvh;margin:0;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button{color:inherit}.card{background:#141414;border:1px solid #ffffff14;border-radius:1rem}.btn{border-radius:.75rem;justify-content:center;align-items:center;padding:.5rem 1rem;font-size:.875rem;font-weight:500;line-height:1.25rem;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter,backdrop-filter;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1);display:inline-flex}.btn-primary{color:#0a0a0a;background:#e8e8e8;border-radius:.75rem;justify-content:center;align-items:center;padding:.5rem 1rem;font-size:.875rem;font-weight:500;line-height:1.25rem;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter,backdrop-filter;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1);display:inline-flex}.btn-primary:hover{background:#fff}.btn-ghost{color:#a0a0a0;border:1px solid #ffffff1f;border-radius:.75rem;justify-content:center;align-items:center;padding:.5rem 1rem;font-size:.875rem;font-weight:500;line-height:1.25rem;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter,backdrop-filter;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1);display:inline-flex}.btn-ghost:hover{color:#e8e8e8;border-color:#fff3}.bubble-ai{color:#e8e8e8;background:#1c1c1c;border-radius:1rem 1rem 1rem .25rem}.bubble-user{color:#0a0a0a;background:#e8e8e8;border-radius:1rem 1rem .25rem;margin-left:auto}.chat-input{color:#e8e8e8;background:#1c1c1c;border:1px solid #ffffff1a;border-radius:1rem;outline:none;transition:border-color .2s}.chat-input::placeholder{color:#555}.chat-input:focus{border-color:#ffffff40}.continue-btn,.continue-btn:visited,.continue-btn:hover,.continue-btn:active,.continue-btn:focus,.continue-btn:disabled{color:#fff!important;-webkit-text-fill-color:#fff!important}.send-btn{color:#0a0a0a;background:#e8e8e8;border-radius:.875rem;flex-shrink:0;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;transition:opacity .2s;display:flex}.send-btn:disabled{opacity:.2}.send-btn:not(:disabled):hover{opacity:.85}.install-hint{color:#a0a0a0;white-space:nowrap;z-index:50;background:#1c1c1c;border:1px solid #ffffff1a;border-radius:1rem;padding:.75rem 1.25rem;font-size:.75rem;animation:.4s fadeInUp;position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%)}@keyframes fadeInUp{0%{opacity:0;transform:translate(-50%)translateY(8px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.focus\:border-white\/25:focus{border-color:#ffffff40} +*,:before,:after,::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#3b82f680;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border:0 solid #e5e7eb}:before,:after{--tw-content:""}html,:host{-webkit-text-size-adjust:100%;tab-size:4;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;line-height:1.5}body{line-height:inherit;margin:0}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;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-feature-settings:normal;font-variation-settings:normal;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;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}button,input,optgroup,select,textarea{font-feature-settings:inherit;font-variation-settings:inherit;font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:#0000;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{margin:0;padding:0;list-style:none}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder{opacity:1;color:#9ca3af}textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.visible{visibility:visible}.fixed{position:fixed}.relative{position:relative}.inset-0{inset:0}.z-0{z-index:0}.z-10{z-index:10}.mx-auto{margin-left:auto;margin-right:auto}.mb-3{margin-bottom:.75rem}.mb-8{margin-bottom:2rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.inline-block{display:inline-block}.flex{display:flex}.h-2{height:.5rem}.h-dvh{height:100dvh}.h-full{height:100%}.h-screen{height:100vh}.min-h-dvh{min-height:100dvh}.min-h-screen{min-height:100vh}.w-full{width:100%}.max-w-lg{max-width:32rem}.max-w-md{max-width:28rem}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:2s cubic-bezier(.4,0,.6,1) infinite pulse}.resize-none{resize:none}.resize{resize:both}.list-disc{list-style-type:disc}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.25rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem*var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem*var(--tw-space-y-reverse))}.space-y-5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.25rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.25rem*var(--tw-space-y-reverse))}.space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(2rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem*var(--tw-space-y-reverse))}.overflow-hidden{overflow:hidden}.rounded-2xl{border-radius:1rem}.rounded-full{border-radius:9999px}.border{border-width:1px}.border-white\/10{border-color:#ffffff1a}.bg-black{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity,1))}.bg-neutral-200{--tw-bg-opacity:1;background-color:rgb(229 229 229/var(--tw-bg-opacity,1))}.bg-white\/5{background-color:#ffffff0d}.p-6{padding:1.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-8{padding-left:2rem;padding-right:2rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-4{padding-top:1rem;padding-bottom:1rem}.pl-5{padding-left:1.25rem}.text-center{text-align:center}.text-2xl{font-size:1.5rem;line-height:2rem}.text-5xl{font-size:3rem;line-height:1}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xs{font-size:.75rem;line-height:1rem}.font-light{font-weight:300}.font-medium{font-weight:500}.font-semibold{font-weight:600}.leading-7{line-height:1.75rem}.leading-relaxed{line-height:1.625}.tracking-\[0\.2em\]{letter-spacing:.2em}.tracking-\[0\.3em\]{letter-spacing:.3em}.tracking-tight{letter-spacing:-.025em}.tracking-wide{letter-spacing:.025em}.tracking-widest{letter-spacing:.1em}.\!text-white{--tw-text-opacity:1!important;color:rgb(255 255 255/var(--tw-text-opacity,1))!important}.text-neutral-600{--tw-text-opacity:1;color:rgb(82 82 82/var(--tw-text-opacity,1))}.text-white\/30{color:#ffffff4d}.text-white\/40{color:#fff6}.text-white\/60{color:#fff9}.text-white\/80{color:#fffc}.text-white\/85{color:#ffffffd9}.text-white\/90{color:#ffffffe6}.underline{text-decoration-line:underline}.underline-offset-4{text-underline-offset:4px}.placeholder-white\/20::placeholder{color:#fff3}.outline-none{outline-offset:2px;outline:2px solid #0000}.transition-all{transition-property:all;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-1000{transition-duration:1s}.duration-700{transition-duration:.7s}:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*{-webkit-tap-highlight-color:transparent}body{color:#e8e8e8;background:#0a0a0a;min-height:100dvh;margin:0;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button{color:inherit}.card{background:#141414;border:1px solid #ffffff14;border-radius:1rem}.btn{border-radius:.75rem;justify-content:center;align-items:center;padding:.5rem 1rem;font-size:.875rem;font-weight:500;line-height:1.25rem;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter,backdrop-filter;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1);display:inline-flex}.btn-primary{color:#0a0a0a;background:#e8e8e8;border-radius:.75rem;justify-content:center;align-items:center;padding:.5rem 1rem;font-size:.875rem;font-weight:500;line-height:1.25rem;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter,backdrop-filter;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1);display:inline-flex}.btn-primary:hover{background:#fff}.btn-ghost{color:#a0a0a0;border:1px solid #ffffff1f;border-radius:.75rem;justify-content:center;align-items:center;padding:.5rem 1rem;font-size:.875rem;font-weight:500;line-height:1.25rem;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter,backdrop-filter;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1);display:inline-flex}.btn-ghost:hover{color:#e8e8e8;border-color:#fff3}.bubble-ai{color:#e8e8e8;background:#1c1c1c;border-radius:1rem 1rem 1rem .25rem}.bubble-user{color:#0a0a0a;background:#e8e8e8;border-radius:1rem 1rem .25rem;margin-left:auto}.chat-input{color:#e8e8e8;background:#1c1c1c;border:1px solid #ffffff1a;border-radius:1rem;outline:none;transition:border-color .2s}.chat-input::placeholder{color:#555}.chat-input:focus{border-color:#ffffff40}.chat-page .continue-btn,.chat-page .continue-btn:visited,.chat-page .continue-btn:hover,.chat-page .continue-btn:active,.chat-page .continue-btn:focus,.chat-page .continue-btn:disabled{color:#fff!important;-webkit-text-fill-color:#fff!important;opacity:1!important}.send-btn{color:#0a0a0a;background:#e8e8e8;border-radius:.875rem;flex-shrink:0;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;transition:opacity .2s;display:flex}.send-btn:disabled{opacity:.2}.send-btn:not(:disabled):hover{opacity:.85}.install-hint{color:#a0a0a0;white-space:nowrap;z-index:50;background:#1c1c1c;border:1px solid #ffffff1a;border-radius:1rem;padding:.75rem 1.25rem;font-size:.75rem;animation:.4s fadeInUp;position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%)}@keyframes fadeInUp{0%{opacity:0;transform:translate(-50%)translateY(8px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.focus\:border-white\/25:focus{border-color:#ffffff40}.disabled\:opacity-100:disabled{opacity:1} diff --git a/.next/trace b/.next/trace index 88ccc51..9ec87f6 100644 --- a/.next/trace +++ b/.next/trace @@ -1 +1 @@ -[{"name":"generate-buildid","duration":293,"timestamp":511311311348,"id":4,"parentId":1,"tags":{},"startTime":1771840128239,"traceId":"f921cf2230f5ae1e"},{"name":"load-custom-routes","duration":429,"timestamp":511311311795,"id":5,"parentId":1,"tags":{},"startTime":1771840128239,"traceId":"f921cf2230f5ae1e"},{"name":"create-dist-dir","duration":792,"timestamp":511311312263,"id":6,"parentId":1,"tags":{},"startTime":1771840128239,"traceId":"f921cf2230f5ae1e"},{"name":"clean","duration":281,"timestamp":511311314119,"id":7,"parentId":1,"tags":{},"startTime":1771840128241,"traceId":"f921cf2230f5ae1e"},{"name":"create-pages-mapping","duration":261,"timestamp":511311366417,"id":8,"parentId":1,"tags":{},"startTime":1771840128294,"traceId":"f921cf2230f5ae1e"},{"name":"collect-app-files","duration":2120,"timestamp":511311366740,"id":9,"parentId":1,"tags":{},"startTime":1771840128294,"traceId":"f921cf2230f5ae1e"},{"name":"create-app-mapping","duration":904,"timestamp":511311368900,"id":10,"parentId":1,"tags":{},"startTime":1771840128296,"traceId":"f921cf2230f5ae1e"},{"name":"create-app-layouts","duration":153,"timestamp":511311369908,"id":11,"parentId":1,"tags":{},"startTime":1771840128297,"traceId":"f921cf2230f5ae1e"},{"name":"collect-default-files","duration":479,"timestamp":511311371951,"id":13,"parentId":1,"tags":{},"startTime":1771840128299,"traceId":"f921cf2230f5ae1e"},{"name":"generate-route-types","duration":5579,"timestamp":511311371305,"id":12,"parentId":1,"tags":{},"startTime":1771840128299,"traceId":"f921cf2230f5ae1e"},{"name":"public-dir-conflict-check","duration":95,"timestamp":511311377002,"id":14,"parentId":1,"tags":{},"startTime":1771840128304,"traceId":"f921cf2230f5ae1e"},{"name":"generate-routes-manifest","duration":12702,"timestamp":511311377173,"id":15,"parentId":1,"tags":{},"startTime":1771840128304,"traceId":"f921cf2230f5ae1e"},{"name":"run-turbopack","duration":3341534,"timestamp":511311404138,"id":17,"parentId":1,"tags":{},"startTime":1771840128331,"traceId":"f921cf2230f5ae1e"},{"name":"run-typescript","duration":101933,"timestamp":511314757218,"id":19,"parentId":1,"tags":{},"startTime":1771840131684,"traceId":"f921cf2230f5ae1e"},{"name":"generate-required-server-files","duration":1776,"timestamp":511314859643,"id":21,"parentId":1,"tags":{},"startTime":1771840131787,"traceId":"f921cf2230f5ae1e"},{"name":"check-static-error-page","duration":3024,"timestamp":511315009522,"id":23,"parentId":22,"tags":{},"startTime":1771840131937,"traceId":"f921cf2230f5ae1e"},{"name":"is-page-static","duration":244861,"timestamp":511315016043,"id":32,"parentId":25,"tags":{},"startTime":1771840131943,"traceId":"f921cf2230f5ae1e"},{"name":"check-page","duration":249073,"timestamp":511315011934,"id":25,"parentId":22,"tags":{"page":"/_global-error"},"startTime":1771840131939,"traceId":"f921cf2230f5ae1e"},{"name":"is-page-static","duration":276326,"timestamp":511315029188,"id":35,"parentId":28,"tags":{},"startTime":1771840131956,"traceId":"f921cf2230f5ae1e"},{"name":"check-page","duration":293225,"timestamp":511315012370,"id":28,"parentId":22,"tags":{"page":"/report-full"},"startTime":1771840131940,"traceId":"f921cf2230f5ae1e"},{"name":"is-page-static","duration":299951,"timestamp":511315020871,"id":33,"parentId":27,"tags":{},"startTime":1771840131948,"traceId":"f921cf2230f5ae1e"},{"name":"check-page","duration":308604,"timestamp":511315012295,"id":27,"parentId":22,"tags":{"page":"/"},"startTime":1771840131940,"traceId":"f921cf2230f5ae1e"},{"name":"is-page-static","duration":335492,"timestamp":511315015666,"id":31,"parentId":24,"tags":{},"startTime":1771840131943,"traceId":"f921cf2230f5ae1e"},{"name":"check-page","duration":340708,"timestamp":511315010528,"id":24,"parentId":22,"tags":{"page":"/_not-found"},"startTime":1771840131938,"traceId":"f921cf2230f5ae1e"},{"name":"is-page-static","duration":320206,"timestamp":511315031218,"id":36,"parentId":29,"tags":{},"startTime":1771840131958,"traceId":"f921cf2230f5ae1e"},{"name":"check-page","duration":339037,"timestamp":511315012428,"id":29,"parentId":22,"tags":{"page":"/report-preview"},"startTime":1771840131940,"traceId":"f921cf2230f5ae1e"},{"name":"is-page-static","duration":330445,"timestamp":511315021100,"id":34,"parentId":26,"tags":{},"startTime":1771840131948,"traceId":"f921cf2230f5ae1e"},{"name":"check-page","duration":339388,"timestamp":511315012183,"id":26,"parentId":22,"tags":{"page":"/chat"},"startTime":1771840131939,"traceId":"f921cf2230f5ae1e"},{"name":"is-page-static","duration":320127,"timestamp":511315031519,"id":37,"parentId":30,"tags":{},"startTime":1771840131959,"traceId":"f921cf2230f5ae1e"},{"name":"check-page","duration":339488,"timestamp":511315012484,"id":30,"parentId":22,"tags":{"page":"/waiting"},"startTime":1771840131940,"traceId":"f921cf2230f5ae1e"},{"name":"static-check","duration":343367,"timestamp":511315008657,"id":22,"parentId":1,"tags":{},"startTime":1771840131936,"traceId":"f921cf2230f5ae1e"},{"name":"write-routes-manifest","duration":303,"timestamp":511315352756,"id":39,"parentId":1,"tags":{},"startTime":1771840132280,"traceId":"f921cf2230f5ae1e"},{"name":"load-dotenv","duration":48,"timestamp":511315361770,"id":42,"parentId":41,"tags":{},"startTime":1771840132289,"traceId":"f921cf2230f5ae1e"},{"name":"run-export-path-map","duration":483,"timestamp":511315364631,"id":43,"parentId":41,"tags":{},"startTime":1771840132292,"traceId":"f921cf2230f5ae1e"},{"name":"next-export","duration":246782,"timestamp":511315360689,"id":41,"parentId":1,"tags":{},"startTime":1771840132288,"traceId":"f921cf2230f5ae1e"},{"name":"move-exported-app-not-found-","duration":565,"timestamp":511315609431,"id":44,"parentId":40,"tags":{},"startTime":1771840132537,"traceId":"f921cf2230f5ae1e"},{"name":"move-exported-app-global-error-","duration":320,"timestamp":511315610092,"id":45,"parentId":40,"tags":{},"startTime":1771840132537,"traceId":"f921cf2230f5ae1e"},{"name":"static-generation","duration":255388,"timestamp":511315356525,"id":40,"parentId":1,"tags":{},"startTime":1771840132284,"traceId":"f921cf2230f5ae1e"},{"name":"write-routes-manifest","duration":284,"timestamp":511315612042,"id":46,"parentId":1,"tags":{},"startTime":1771840132539,"traceId":"f921cf2230f5ae1e"},{"name":"print-tree-view","duration":2122,"timestamp":511315624096,"id":47,"parentId":1,"tags":{},"startTime":1771840132551,"traceId":"f921cf2230f5ae1e"},{"name":"telemetry-flush","duration":127410,"timestamp":511315626241,"id":48,"parentId":1,"tags":{},"startTime":1771840132553,"traceId":"f921cf2230f5ae1e"},{"name":"next-build","duration":4473331,"timestamp":511311280354,"id":1,"tags":{"buildMode":"default","version":"16.1.6","bundler":"turbopack","has-custom-webpack-config":"false","use-build-worker":"true"},"startTime":1771840128208,"traceId":"f921cf2230f5ae1e"}] +[{"name":"generate-buildid","duration":293,"timestamp":511689008970,"id":4,"parentId":1,"tags":{},"startTime":1771840505936,"traceId":"44811b3a991fb3bb"},{"name":"load-custom-routes","duration":382,"timestamp":511689009403,"id":5,"parentId":1,"tags":{},"startTime":1771840505937,"traceId":"44811b3a991fb3bb"},{"name":"create-dist-dir","duration":818,"timestamp":511689009822,"id":6,"parentId":1,"tags":{},"startTime":1771840505937,"traceId":"44811b3a991fb3bb"},{"name":"clean","duration":301,"timestamp":511689011672,"id":7,"parentId":1,"tags":{},"startTime":1771840505939,"traceId":"44811b3a991fb3bb"},{"name":"create-pages-mapping","duration":262,"timestamp":511689062218,"id":8,"parentId":1,"tags":{},"startTime":1771840505989,"traceId":"44811b3a991fb3bb"},{"name":"collect-app-files","duration":2431,"timestamp":511689062533,"id":9,"parentId":1,"tags":{},"startTime":1771840505990,"traceId":"44811b3a991fb3bb"},{"name":"create-app-mapping","duration":939,"timestamp":511689065002,"id":10,"parentId":1,"tags":{},"startTime":1771840505992,"traceId":"44811b3a991fb3bb"},{"name":"create-app-layouts","duration":150,"timestamp":511689066032,"id":11,"parentId":1,"tags":{},"startTime":1771840505993,"traceId":"44811b3a991fb3bb"},{"name":"collect-default-files","duration":487,"timestamp":511689068138,"id":13,"parentId":1,"tags":{},"startTime":1771840505995,"traceId":"44811b3a991fb3bb"},{"name":"generate-route-types","duration":4354,"timestamp":511689067409,"id":12,"parentId":1,"tags":{},"startTime":1771840505995,"traceId":"44811b3a991fb3bb"},{"name":"public-dir-conflict-check","duration":90,"timestamp":511689071887,"id":14,"parentId":1,"tags":{},"startTime":1771840505999,"traceId":"44811b3a991fb3bb"},{"name":"generate-routes-manifest","duration":13896,"timestamp":511689072072,"id":15,"parentId":1,"tags":{},"startTime":1771840505999,"traceId":"44811b3a991fb3bb"},{"name":"run-turbopack","duration":3307358,"timestamp":511689091936,"id":17,"parentId":1,"tags":{},"startTime":1771840506019,"traceId":"44811b3a991fb3bb"},{"name":"run-typescript","duration":87965,"timestamp":511692403927,"id":19,"parentId":1,"tags":{},"startTime":1771840509331,"traceId":"44811b3a991fb3bb"},{"name":"generate-required-server-files","duration":2140,"timestamp":511692492568,"id":21,"parentId":1,"tags":{},"startTime":1771840509420,"traceId":"44811b3a991fb3bb"},{"name":"check-static-error-page","duration":3022,"timestamp":511692673312,"id":23,"parentId":22,"tags":{},"startTime":1771840509601,"traceId":"44811b3a991fb3bb"},{"name":"is-page-static","duration":275335,"timestamp":511692680075,"id":32,"parentId":25,"tags":{},"startTime":1771840509607,"traceId":"44811b3a991fb3bb"},{"name":"check-page","duration":279855,"timestamp":511692675693,"id":25,"parentId":22,"tags":{"page":"/_global-error"},"startTime":1771840509603,"traceId":"44811b3a991fb3bb"},{"name":"is-page-static","duration":298140,"timestamp":511692679679,"id":31,"parentId":24,"tags":{},"startTime":1771840509607,"traceId":"44811b3a991fb3bb"},{"name":"check-page","duration":303563,"timestamp":511692674358,"id":24,"parentId":22,"tags":{"page":"/_not-found"},"startTime":1771840509602,"traceId":"44811b3a991fb3bb"},{"name":"is-page-static","duration":319455,"timestamp":511692688013,"id":37,"parentId":30,"tags":{},"startTime":1771840509615,"traceId":"44811b3a991fb3bb"},{"name":"check-page","duration":331305,"timestamp":511692676259,"id":30,"parentId":22,"tags":{"page":"/waiting"},"startTime":1771840509603,"traceId":"44811b3a991fb3bb"},{"name":"is-page-static","duration":322056,"timestamp":511692685648,"id":34,"parentId":27,"tags":{},"startTime":1771840509613,"traceId":"44811b3a991fb3bb"},{"name":"check-page","duration":331702,"timestamp":511692676066,"id":27,"parentId":22,"tags":{"page":"/"},"startTime":1771840509603,"traceId":"44811b3a991fb3bb"},{"name":"is-page-static","duration":331883,"timestamp":511692685462,"id":33,"parentId":26,"tags":{},"startTime":1771840509613,"traceId":"44811b3a991fb3bb"},{"name":"check-page","duration":341618,"timestamp":511692675952,"id":26,"parentId":22,"tags":{"page":"/chat"},"startTime":1771840509603,"traceId":"44811b3a991fb3bb"},{"name":"is-page-static","duration":355178,"timestamp":511692687717,"id":36,"parentId":29,"tags":{},"startTime":1771840509615,"traceId":"44811b3a991fb3bb"},{"name":"check-page","duration":366779,"timestamp":511692676194,"id":29,"parentId":22,"tags":{"page":"/report-preview"},"startTime":1771840509603,"traceId":"44811b3a991fb3bb"},{"name":"is-page-static","duration":397357,"timestamp":511692687469,"id":35,"parentId":28,"tags":{},"startTime":1771840509615,"traceId":"44811b3a991fb3bb"},{"name":"check-page","duration":409387,"timestamp":511692676134,"id":28,"parentId":22,"tags":{"page":"/report-full"},"startTime":1771840509603,"traceId":"44811b3a991fb3bb"},{"name":"static-check","duration":413020,"timestamp":511692672549,"id":22,"parentId":1,"tags":{},"startTime":1771840509600,"traceId":"44811b3a991fb3bb"},{"name":"write-routes-manifest","duration":653,"timestamp":511693086767,"id":39,"parentId":1,"tags":{},"startTime":1771840510014,"traceId":"44811b3a991fb3bb"},{"name":"load-dotenv","duration":43,"timestamp":511693100903,"id":42,"parentId":41,"tags":{},"startTime":1771840510028,"traceId":"44811b3a991fb3bb"},{"name":"run-export-path-map","duration":762,"timestamp":511693104685,"id":43,"parentId":41,"tags":{},"startTime":1771840510032,"traceId":"44811b3a991fb3bb"},{"name":"next-export","duration":252406,"timestamp":511693099489,"id":41,"parentId":1,"tags":{},"startTime":1771840510027,"traceId":"44811b3a991fb3bb"},{"name":"move-exported-app-not-found-","duration":550,"timestamp":511693354052,"id":44,"parentId":40,"tags":{},"startTime":1771840510281,"traceId":"44811b3a991fb3bb"},{"name":"move-exported-app-global-error-","duration":424,"timestamp":511693354700,"id":45,"parentId":40,"tags":{},"startTime":1771840510282,"traceId":"44811b3a991fb3bb"},{"name":"static-generation","duration":264495,"timestamp":511693092360,"id":40,"parentId":1,"tags":{},"startTime":1771840510020,"traceId":"44811b3a991fb3bb"},{"name":"write-routes-manifest","duration":315,"timestamp":511693356981,"id":46,"parentId":1,"tags":{},"startTime":1771840510284,"traceId":"44811b3a991fb3bb"},{"name":"print-tree-view","duration":2244,"timestamp":511693367170,"id":47,"parentId":1,"tags":{},"startTime":1771840510294,"traceId":"44811b3a991fb3bb"},{"name":"telemetry-flush","duration":126365,"timestamp":511693369441,"id":48,"parentId":1,"tags":{},"startTime":1771840510297,"traceId":"44811b3a991fb3bb"},{"name":"next-build","duration":4518082,"timestamp":511688977764,"id":1,"tags":{"buildMode":"default","version":"16.1.6","bundler":"turbopack","has-custom-webpack-config":"false","use-build-worker":"true"},"startTime":1771840505905,"traceId":"44811b3a991fb3bb"}] diff --git a/.next/trace-build b/.next/trace-build index f953618..00d4d7f 100644 --- a/.next/trace-build +++ b/.next/trace-build @@ -1 +1 @@ -[{"name":"run-turbopack","duration":3341534,"timestamp":511311404138,"id":17,"parentId":1,"tags":{},"startTime":1771840128331,"traceId":"f921cf2230f5ae1e"},{"name":"run-typescript","duration":101933,"timestamp":511314757218,"id":19,"parentId":1,"tags":{},"startTime":1771840131684,"traceId":"f921cf2230f5ae1e"},{"name":"static-check","duration":343367,"timestamp":511315008657,"id":22,"parentId":1,"tags":{},"startTime":1771840131936,"traceId":"f921cf2230f5ae1e"},{"name":"static-generation","duration":255388,"timestamp":511315356525,"id":40,"parentId":1,"tags":{},"startTime":1771840132284,"traceId":"f921cf2230f5ae1e"},{"name":"telemetry-flush","duration":127410,"timestamp":511315626241,"id":48,"parentId":1,"tags":{},"startTime":1771840132553,"traceId":"f921cf2230f5ae1e"},{"name":"next-build","duration":4473331,"timestamp":511311280354,"id":1,"tags":{"buildMode":"default","version":"16.1.6","bundler":"turbopack","has-custom-webpack-config":"false","use-build-worker":"true"},"startTime":1771840128208,"traceId":"f921cf2230f5ae1e"}] +[{"name":"run-turbopack","duration":3307358,"timestamp":511689091936,"id":17,"parentId":1,"tags":{},"startTime":1771840506019,"traceId":"44811b3a991fb3bb"},{"name":"run-typescript","duration":87965,"timestamp":511692403927,"id":19,"parentId":1,"tags":{},"startTime":1771840509331,"traceId":"44811b3a991fb3bb"},{"name":"static-check","duration":413020,"timestamp":511692672549,"id":22,"parentId":1,"tags":{},"startTime":1771840509600,"traceId":"44811b3a991fb3bb"},{"name":"static-generation","duration":264495,"timestamp":511693092360,"id":40,"parentId":1,"tags":{},"startTime":1771840510020,"traceId":"44811b3a991fb3bb"},{"name":"telemetry-flush","duration":126365,"timestamp":511693369441,"id":48,"parentId":1,"tags":{},"startTime":1771840510297,"traceId":"44811b3a991fb3bb"},{"name":"next-build","duration":4518082,"timestamp":511688977764,"id":1,"tags":{"buildMode":"default","version":"16.1.6","bundler":"turbopack","has-custom-webpack-config":"false","use-build-worker":"true"},"startTime":1771840505905,"traceId":"44811b3a991fb3bb"}] diff --git a/app/chat/page.jsx b/app/chat/page.jsx index be23cdc..5a2e4bc 100644 --- a/app/chat/page.jsx +++ b/app/chat/page.jsx @@ -150,7 +150,7 @@ function QuestionView({ question, onAnswer, questionIndex, total }) { }; return ( -
          +
          {/* 问题 */}
          diff --git a/app/globals.css b/app/globals.css index c76c108..df5651f 100644 --- a/app/globals.css +++ b/app/globals.css @@ -82,15 +82,16 @@ button { border-color: rgba(255,255,255,0.25); } -/* lingjing chat continue button force white */ -.continue-btn, -.continue-btn:visited, -.continue-btn:hover, -.continue-btn:active, -.continue-btn:focus, -.continue-btn:disabled { - color: #fff !important; - -webkit-text-fill-color: #fff !important; +/* lingjing chat continue button force pure white */ +.chat-page .continue-btn, +.chat-page .continue-btn:visited, +.chat-page .continue-btn:hover, +.chat-page .continue-btn:active, +.chat-page .continue-btn:focus, +.chat-page .continue-btn:disabled { + color: #ffffff !important; + -webkit-text-fill-color: #ffffff !important; + opacity: 1 !important; } .send-btn { background: #e8e8e8; diff --git a/server.js b/server.js index b6e4b4a..0c56563 100644 --- a/server.js +++ b/server.js @@ -119,7 +119,7 @@ app.prepare().then(() => { server.post('/api/session/new', (req, res) => { const sessionId = `lgj_${Date.now().toString(36)}`; sessions.set(sessionId, { index: 0, answers: [], skips: 0, prompt: loadSystemPrompt() }); - res.json({ sessionId, opening }); + res.json({ sessionId, opening, total: 30 }); }); server.post('/api/chat', async (req, res) => {