tower-studio 0.2.12 → 0.2.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.next/standalone/.next/BUILD_ID +1 -1
- package/.next/standalone/.next/build-manifest.json +3 -3
- package/.next/standalone/.next/prerender-manifest.json +3 -3
- package/.next/standalone/.next/server/app/_global-error.html +1 -1
- package/.next/standalone/.next/server/app/_global-error.rsc +1 -1
- package/.next/standalone/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_not-found/page/react-loadable-manifest.json +1 -1
- package/.next/standalone/.next/server/app/_not-found/page/server-reference-manifest.json +35 -35
- package/.next/standalone/.next/server/app/_not-found/page.js +5 -5
- package/.next/standalone/.next/server/app/_not-found/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/_not-found.html +1 -1
- package/.next/standalone/.next/server/app/_not-found.rsc +15 -15
- package/.next/standalone/.next/server/app/_not-found.segments/_full.segment.rsc +15 -15
- package/.next/standalone/.next/server/app/_not-found.segments/_head.segment.rsc +4 -4
- package/.next/standalone/.next/server/app/_not-found.segments/_index.segment.rsc +9 -9
- package/.next/standalone/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +2 -2
- package/.next/standalone/.next/server/app/_not-found.segments/_not-found.segment.rsc +3 -3
- package/.next/standalone/.next/server/app/_not-found.segments/_tree.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/api/adapters/test/route.js +3 -3
- package/.next/standalone/.next/server/app/api/adapters/test/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/browse-fs/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/files/assets/[projectId]/[filename]/route.js +1 -1
- package/.next/standalone/.next/server/app/api/files/assets/[projectId]/[filename]/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/git/route.js +1 -1
- package/.next/standalone/.next/server/app/api/git/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/internal/assets/[projectId]/[filename]/route.js +1 -1
- package/.next/standalone/.next/server/app/api/internal/assets/[projectId]/[filename]/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/internal/assistant/attachments/route.js +1 -1
- package/.next/standalone/.next/server/app/api/internal/assistant/attachments/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/internal/assistant/chat/route.js +3 -2
- package/.next/standalone/.next/server/app/api/internal/assistant/chat/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/internal/assistant/route.js +2 -2
- package/.next/standalone/.next/server/app/api/internal/assistant/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/internal/assistant/sessions/route.js +2 -2
- package/.next/standalone/.next/server/app/api/internal/assistant/sessions/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/internal/backup/import/route.js +1 -1
- package/.next/standalone/.next/server/app/api/internal/backup/import/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/internal/cache/[...segments]/route.js +1 -1
- package/.next/standalone/.next/server/app/api/internal/cache/[...segments]/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/internal/hooks/install/route.js +1 -1
- package/.next/standalone/.next/server/app/api/internal/hooks/install/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/internal/hooks/upload/route.js +1 -1
- package/.next/standalone/.next/server/app/api/internal/hooks/upload/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/internal/terminal/[taskId]/start/route.js +3 -3
- package/.next/standalone/.next/server/app/api/internal/terminal/[taskId]/start/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/index.html +1 -1
- package/.next/standalone/.next/server/app/index.rsc +15 -15
- package/.next/standalone/.next/server/app/index.segments/__PAGE__.segment.rsc +2 -2
- package/.next/standalone/.next/server/app/index.segments/_full.segment.rsc +15 -15
- package/.next/standalone/.next/server/app/index.segments/_head.segment.rsc +4 -4
- package/.next/standalone/.next/server/app/index.segments/_index.segment.rsc +9 -9
- package/.next/standalone/.next/server/app/index.segments/_tree.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/missions/page/react-loadable-manifest.json +1 -1
- package/.next/standalone/.next/server/app/missions/page/server-reference-manifest.json +69 -69
- package/.next/standalone/.next/server/app/missions/page.js +5 -5
- package/.next/standalone/.next/server/app/missions/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/missions/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/onboarding/page/react-loadable-manifest.json +1 -1
- package/.next/standalone/.next/server/app/onboarding/page/server-reference-manifest.json +35 -35
- package/.next/standalone/.next/server/app/onboarding/page.js +5 -5
- package/.next/standalone/.next/server/app/onboarding/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/onboarding/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/onboarding.html +1 -1
- package/.next/standalone/.next/server/app/onboarding.rsc +17 -17
- package/.next/standalone/.next/server/app/onboarding.segments/_full.segment.rsc +17 -17
- package/.next/standalone/.next/server/app/onboarding.segments/_head.segment.rsc +4 -4
- package/.next/standalone/.next/server/app/onboarding.segments/_index.segment.rsc +9 -9
- package/.next/standalone/.next/server/app/onboarding.segments/_tree.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/onboarding.segments/onboarding/__PAGE__.segment.rsc +4 -4
- package/.next/standalone/.next/server/app/onboarding.segments/onboarding.segment.rsc +3 -3
- package/.next/standalone/.next/server/app/page/react-loadable-manifest.json +1 -1
- package/.next/standalone/.next/server/app/page/server-reference-manifest.json +35 -35
- package/.next/standalone/.next/server/app/page.js +5 -5
- package/.next/standalone/.next/server/app/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/settings/page/react-loadable-manifest.json +1 -1
- package/.next/standalone/.next/server/app/settings/page/server-reference-manifest.json +48 -48
- package/.next/standalone/.next/server/app/settings/page.js +5 -5
- package/.next/standalone/.next/server/app/settings/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/settings/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/settings.html +1 -1
- package/.next/standalone/.next/server/app/settings.rsc +17 -17
- package/.next/standalone/.next/server/app/settings.segments/_full.segment.rsc +17 -17
- package/.next/standalone/.next/server/app/settings.segments/_head.segment.rsc +4 -4
- package/.next/standalone/.next/server/app/settings.segments/_index.segment.rsc +9 -9
- package/.next/standalone/.next/server/app/settings.segments/_tree.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/settings.segments/settings/__PAGE__.segment.rsc +4 -4
- package/.next/standalone/.next/server/app/settings.segments/settings.segment.rsc +3 -3
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/archive/page/react-loadable-manifest.json +1 -1
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/archive/page/server-reference-manifest.json +96 -96
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/archive/page.js +5 -5
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/archive/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/archive/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/assets/page/react-loadable-manifest.json +1 -1
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/assets/page/server-reference-manifest.json +78 -78
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/assets/page.js +5 -5
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/assets/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/assets/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/notes/page/react-loadable-manifest.json +1 -1
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/notes/page/server-reference-manifest.json +73 -73
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/notes/page.js +5 -5
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/notes/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/notes/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/page/react-loadable-manifest.json +1 -1
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/page/server-reference-manifest.json +64 -64
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/page.js +6 -6
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/page/react-loadable-manifest.json +1 -1
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/page/server-reference-manifest.json +35 -35
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/page.js +6 -6
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/versions/page/react-loadable-manifest.json +1 -1
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/versions/page/server-reference-manifest.json +72 -72
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/versions/page.js +5 -5
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/versions/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/versions/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/tasks/[taskId]/page/react-loadable-manifest.json +2 -2
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/tasks/[taskId]/page/server-reference-manifest.json +82 -82
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/tasks/[taskId]/page.js +7 -7
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/tasks/[taskId]/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/tasks/[taskId]/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/workspaces/page/react-loadable-manifest.json +1 -1
- package/.next/standalone/.next/server/app/workspaces/page/server-reference-manifest.json +55 -55
- package/.next/standalone/.next/server/app/workspaces/page.js +5 -5
- package/.next/standalone/.next/server/app/workspaces/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/workspaces/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/chunks/0se9_next_dist_esm_build_templates_app-route_0hrprmi.js +1 -1
- package/.next/standalone/.next/server/chunks/[externals]__07308ej._.js +3 -0
- package/.next/standalone/.next/server/chunks/[externals]__12mj_bs._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__00mjz~7._.js +1 -1
- package/.next/standalone/.next/server/chunks/{[root-of-the-server]__07f7~6u._.js → [root-of-the-server]__03j20vp._.js} +3 -3
- package/.next/standalone/.next/server/chunks/{[root-of-the-server]__03gi3ue._.js → [root-of-the-server]__04qke1x._.js} +3 -3
- package/.next/standalone/.next/server/chunks/{[root-of-the-server]__0d~z6xs._.js → [root-of-the-server]__08v2air._.js} +3 -3
- package/.next/standalone/.next/server/chunks/{[root-of-the-server]__028ucbo._.js → [root-of-the-server]__09pc-71._.js} +3 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0iyp~.k._.js +20 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0ogh_qu._.js +2 -2
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0qif839._.js +4 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0r0nj9k._.js +20 -0
- package/.next/standalone/.next/server/chunks/{[root-of-the-server]__0n0cdrs._.js → [root-of-the-server]__0rvsc5q._.js} +2 -2
- package/.next/standalone/.next/server/chunks/{[root-of-the-server]__0cwgqg2._.js → [root-of-the-server]__0stmn6n._.js} +2 -2
- package/.next/standalone/.next/server/chunks/{[root-of-the-server]__06hktr2._.js → [root-of-the-server]__0umocfj._.js} +2 -2
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0wotir9._.js +11 -0
- package/.next/standalone/.next/server/chunks/{[root-of-the-server]__00fx8qq._.js → [root-of-the-server]__0z-k6vg._.js} +2 -2
- package/.next/standalone/.next/server/chunks/src_0bkvm8c._.js +1 -1
- package/.next/standalone/.next/server/chunks/src_lib_0aowbzy._.js +3 -0
- package/.next/standalone/.next/server/chunks/src_lib_0nw5n~t._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/0iu._[workspaceId]_projects_[projectId]_versions_version-timeline-client_tsx_07o_kyi._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0-pcbjc._.js +30 -0
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0.bvw5b._.js +4 -0
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__04nht4_._.js +30 -0
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__06ci01x._.js +30 -0
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__06fz814._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__08icsmr._.js +30 -0
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__098yytg._.js +30 -0
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0b7rna9._.js +30 -0
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0b8cn~b._.js +30 -0
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0clm.cb._.js +30 -0
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0f6jg2_._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0gaiasa._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__0lipl.6._.js → [root-of-the-server]__0k23.h1._.js} +2 -2
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0n-4zp8._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__0myrdxo._.js → [root-of-the-server]__0pj4ghy._.js} +1 -1
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0ps55l6._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0snkwkk._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0ss.-i7._.js +30 -0
- package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__0hwl8ew._.js → [root-of-the-server]__0vk3eou._.js} +2 -2
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0vqar.7._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0x81w9c._.js +30 -0
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0yr--da._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__0zb9q4h._.js → [root-of-the-server]__0z1phoe._.js} +2 -2
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0~8i4lj._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__0wvyks.._.js → [root-of-the-server]__10yxmur._.js} +2 -2
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__11dfb6z._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__11einlk._.js +30 -0
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__11zjs~k._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__13wezd4._.js +30 -0
- package/.next/standalone/.next/server/chunks/ssr/{_109h4z-._.js → _00-v8~4._.js} +1 -1
- package/.next/standalone/.next/server/chunks/ssr/_05h.8a~._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/_06sgp6h._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/{_0qzkt..._.js → _09gfkbi._.js} +1 -1
- package/.next/standalone/.next/server/chunks/ssr/_0_l8.dg._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/{_0h8g7_g._.js → _0bxf9ev._.js} +2 -2
- package/.next/standalone/.next/server/chunks/ssr/_0cf4wa5._.js +7 -0
- package/.next/standalone/.next/server/chunks/ssr/_0cj9a7y._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/_0h~yckx._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/_0i4__mf._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/{_0p0-eyg._.js → _0istl17._.js} +2 -2
- package/.next/standalone/.next/server/chunks/ssr/_0kkxrcc._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/{_0m5sihc._.js → _0mvc5xq._.js} +2 -2
- package/.next/standalone/.next/server/chunks/ssr/{_003qoge._.js → _0nbldfa._.js} +2 -2
- package/.next/standalone/.next/server/chunks/ssr/_0nia_eb._.js +7 -0
- package/.next/standalone/.next/server/chunks/ssr/{_13duqz7._.js → _0of7fy7._.js} +1 -1
- package/.next/standalone/.next/server/chunks/ssr/{_0vcf0-e._.js → _0ome.i4._.js} +2 -2
- package/.next/standalone/.next/server/chunks/ssr/_0pgn51u._.js +7 -0
- package/.next/standalone/.next/server/chunks/ssr/{_0_f2g9z._.js → _0q6ax60._.js} +1 -1
- package/.next/standalone/.next/server/chunks/ssr/{_0.obv1p._.js → _0rk3o8h._.js} +1 -1
- package/.next/standalone/.next/server/chunks/ssr/{_008q_0v._.js → _0s10w76._.js} +2 -2
- package/.next/standalone/.next/server/chunks/ssr/{_0td~e1-._.js → _0v_1aum._.js} +2 -2
- package/.next/standalone/.next/server/chunks/ssr/{_07ax4.m._.js → _0w3~ri1._.js} +2 -2
- package/.next/standalone/.next/server/chunks/ssr/_0wvv86n._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/_0xrgx~o._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/{_0bowgha._.js → _0yp1dzk._.js} +1 -1
- package/.next/standalone/.next/server/chunks/ssr/_0~80adm._.js +3 -3
- package/.next/standalone/.next/server/chunks/ssr/{_0wdm870._.js → _102gd3m._.js} +1 -1
- package/.next/standalone/.next/server/chunks/ssr/_10dvolb._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/src_0eufeyj._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__03ebsif._.js → src_0j_1~da._.js} +4 -4
- package/.next/standalone/.next/server/chunks/ssr/src_13jha60._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/src_actions_agent-actions_ts_0~wc.sy._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/src_actions_file-actions_ts_0gcvqwm._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/src_actions_search-code-actions_ts_0k9u5d~._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/src_app_missions_missions-client_tsx_11429lj._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/src_app_onboarding_page_tsx_0xf7hpz._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/src_app_settings_page_tsx_0h9v7dr._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/src_app_workspaces_[workspaceId]_assets_assets-page-client_tsx_0wyzpam._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/src_app_workspaces_[workspaceId]_board-page-client_tsx_0gips66._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/src_app_workspaces_[workspaceId]_tasks_[taskId]_task-page-client_tsx_02t7blt._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/{src_lib_05~z630._.js → src_lib_02~8o7n._.js} +1 -1
- package/.next/standalone/.next/server/chunks/ssr/{src_lib_061yy7e._.js → src_lib_05._ry~._.js} +1 -1
- package/.next/standalone/.next/server/chunks/ssr/{src_lib_0.8j.z6._.js → src_lib_0d6br1r._.js} +1 -1
- package/.next/standalone/.next/server/chunks/ssr/{src_lib_02v1~f3._.js → src_lib_0d7-dyi._.js} +1 -1
- package/.next/standalone/.next/server/chunks/ssr/src_lib_0iq4x_.._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/src_lib_0me8mly._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/src_lib_0ngr9__._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/src_lib_0qu3epc._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/src_lib_0r2kk28._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/src_lib_0v-t4im._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/src_lib_0v244ym._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/src_lib_0y0c60a._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/src_lib_13f4e5p._.js +3 -0
- package/.next/standalone/.next/server/middleware-build-manifest.js +3 -3
- package/.next/standalone/.next/server/pages/404.html +1 -1
- package/.next/standalone/.next/server/pages/500.html +1 -1
- package/.next/standalone/.next/server/server-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/server-reference-manifest.json +257 -257
- package/.next/standalone/.next/static/chunks/{0h3-~sna4okq2.js → 0.8v0ovyop-~2.js} +1 -1
- package/.next/standalone/.next/static/chunks/{0v-7eievh_rkh.js → 00l2hb0-8vqxa.js} +2 -2
- package/.next/standalone/.next/static/chunks/{0sgaa06_07.8u.js → 07pvcpi6zp562.js} +2 -2
- package/.next/standalone/.next/static/chunks/08xj788_-g4ro.js +1 -0
- package/.next/standalone/.next/static/chunks/{0q4az7r-d-n~g.js → 0gw.5-0.yxwx-.js} +1 -1
- package/.next/standalone/.next/static/chunks/{0zxdsce2j9r4a.js → 0q6i.u46oj3et.js} +1 -1
- package/.next/standalone/.next/static/chunks/{0xk7u4vr-rwn8.js → 0qx8zbx8~0kzb.js} +1 -1
- package/.next/standalone/.next/static/chunks/{010xl0lpp55xe.js → 0v5-g5xtcj48u.js} +1 -1
- package/.next/standalone/.next/static/chunks/0vg7vvvpc41pt.js +1 -0
- package/.next/standalone/.next/static/chunks/{0w0vkomv~5a72.js → 0wuryio392ep..js} +1 -1
- package/.next/standalone/.next/static/chunks/0x-x1fbxj_xqd.js +1 -0
- package/.next/standalone/.next/static/chunks/{0ns9v_d.3s~uo.js → 0xw4lc5b8_ksq.js} +1 -1
- package/.next/standalone/.next/static/chunks/0y5a_8x-kzjh~.js +1 -0
- package/.next/standalone/.next/static/chunks/{01e93lnruej42.js → 0zvvx~xakrlk3.js} +1 -1
- package/.next/standalone/.next/static/chunks/{0khynh_kl0aog.js → 10m3b0915q6yz.js} +1 -1
- package/.next/standalone/.next/static/chunks/{0uepevftf8c0j.js → 11fsu1zog.5r2.js} +2 -2
- package/.next/standalone/.next/static/chunks/{0rgyeuy~3vua-.js → 11qxjwptzbka2.js} +1 -1
- package/.next/standalone/.next/static/chunks/162.req.5srx1.js +1 -0
- package/.next/standalone/.next/static/chunks/1633lyb6elnxv.js +1 -0
- package/.next/standalone/.next/static/chunks/{0f820g2c4omlb.js → 17fjz63sudhsi.js} +2 -2
- package/.next/standalone/.next/static/chunks/184w42tfqip9h.js +1 -0
- package/.next/standalone/package.json +1 -1
- package/package.json +1 -1
- package/.next/standalone/.next/server/chunks/[externals]__09i7990._.js +0 -3
- package/.next/standalone/.next/server/chunks/[externals]__0mwl_.i._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__05eviiz._.js +0 -20
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0_90467._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0e44k3f._.js +0 -20
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0h.z9fm._.js +0 -11
- package/.next/standalone/.next/server/chunks/_0_w835g._.js +0 -4
- package/.next/standalone/.next/server/chunks/src_lib_0ba0ntr._.js +0 -3
- package/.next/standalone/.next/server/chunks/src_lib_ai_0q-~me1._.js +0 -3
- package/.next/standalone/.next/server/chunks/ssr/[externals]_@vscode_ripgrep_0ylq4j7._.js +0 -3
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0-gtzf3._.js +0 -30
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0047xda._.js +0 -30
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__03fx0ja._.js +0 -30
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__08n5qbf._.js +0 -3
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__09vrijh._.js +0 -3
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0a6h8gd._.js +0 -3
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0akzln5._.js +0 -3
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0bpfp11._.js +0 -30
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0di.lno._.js +0 -3
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0e.z.70._.js +0 -30
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0eu0ho5._.js +0 -30
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0h3qzpw._.js +0 -30
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0hi0yzd._.js +0 -3
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0i1yr6p._.js +0 -3
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0iy-id0._.js +0 -4
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0k9v1jm._.js +0 -30
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0m1rkbb._.js +0 -30
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0n78kqj._.js +0 -30
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0ribsk4._.js +0 -3
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0rifydx._.js +0 -3
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0sb.sz3._.js +0 -30
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0tq_14j._.js +0 -30
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0wjg_.n._.js +0 -3
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__10.y4wq._.js +0 -3
- package/.next/standalone/.next/server/chunks/ssr/_0._ejth._.js +0 -3
- package/.next/standalone/.next/server/chunks/ssr/_0dig3de._.js +0 -7
- package/.next/standalone/.next/server/chunks/ssr/_0f6qjbg._.js +0 -3
- package/.next/standalone/.next/server/chunks/ssr/_0l4wi9q._.js +0 -7
- package/.next/standalone/.next/server/chunks/ssr/_0miyz-f._.js +0 -3
- package/.next/standalone/.next/server/chunks/ssr/_0t4lzoj._.js +0 -7
- package/.next/standalone/.next/server/chunks/ssr/_0vk31-9._.js +0 -3
- package/.next/standalone/.next/server/chunks/ssr/_0xtk7wi._.js +0 -3
- package/.next/standalone/.next/server/chunks/ssr/_0~a80th._.js +0 -3
- package/.next/standalone/.next/server/chunks/ssr/src_lib_09uekh_._.js +0 -3
- package/.next/standalone/.next/server/chunks/ssr/src_lib_09y4fnl._.js +0 -3
- package/.next/standalone/.next/server/chunks/ssr/src_lib_0a7f32~._.js +0 -3
- package/.next/standalone/.next/server/chunks/ssr/src_lib_0aeqb5m._.js +0 -3
- package/.next/standalone/.next/server/chunks/ssr/src_lib_0p183eh._.js +0 -3
- package/.next/standalone/.next/server/chunks/ssr/src_lib_0uyb_-k._.js +0 -3
- package/.next/standalone/.next/server/chunks/ssr/src_lib_0vhhwfe._.js +0 -3
- package/.next/standalone/.next/server/chunks/ssr/src_lib_10i7f.9._.js +0 -3
- package/.next/standalone/.next/server/chunks/ssr/src_lib_137bst6._.js +0 -3
- package/.next/standalone/.next/static/chunks/022_88ef~e93a.js +0 -1
- package/.next/standalone/.next/static/chunks/0azh0__hpbe-z.js +0 -1
- package/.next/standalone/.next/static/chunks/0cg0zjodapp79.js +0 -1
- package/.next/standalone/.next/static/chunks/0eqr_08akp8xl.js +0 -1
- package/.next/standalone/.next/static/chunks/0s.g.dge529_6.js +0 -1
- package/.next/standalone/.next/static/chunks/0xrh8~725gqdt.js +0 -1
- package/.next/standalone/.next/static/chunks/14630b661zu3g.js +0 -1
- /package/.next/standalone/.next/static/{U-HwmuCE_TgwA_Rd4SjpZ → _ZiE8oD76fu2E6vKTuPlS}/_buildManifest.js +0 -0
- /package/.next/standalone/.next/static/{U-HwmuCE_TgwA_Rd4SjpZ → _ZiE8oD76fu2E6vKTuPlS}/_clientMiddlewareManifest.js +0 -0
- /package/.next/standalone/.next/static/{U-HwmuCE_TgwA_Rd4SjpZ → _ZiE8oD76fu2E6vKTuPlS}/_ssgManifest.js +0 -0
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
globalThis.__RSC_MANIFEST = globalThis.__RSC_MANIFEST || {};
|
|
2
|
-
globalThis.__RSC_MANIFEST["/settings/page"] = {"moduleLoading":{"prefix":"","crossOrigin":null},"clientModules":{"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/layout-router.js <module evaluation>":{"id":680695,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0ns9v_d.3s~uo.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/0rgyeuy~3vua-.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/layout-router.js":{"id":680695,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0ns9v_d.3s~uo.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/0rgyeuy~3vua-.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/render-from-template-context.js <module evaluation>":{"id":484878,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0ns9v_d.3s~uo.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/0rgyeuy~3vua-.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":484878,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0ns9v_d.3s~uo.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/0rgyeuy~3vua-.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-page.js <module evaluation>":{"id":516578,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0ns9v_d.3s~uo.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/0rgyeuy~3vua-.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-page.js":{"id":516578,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0ns9v_d.3s~uo.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/0rgyeuy~3vua-.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-segment.js <module evaluation>":{"id":90678,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0ns9v_d.3s~uo.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/0rgyeuy~3vua-.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-segment.js":{"id":90678,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0ns9v_d.3s~uo.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/0rgyeuy~3vua-.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js <module evaluation>":{"id":744050,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0ns9v_d.3s~uo.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/0rgyeuy~3vua-.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":744050,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0ns9v_d.3s~uo.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/0rgyeuy~3vua-.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/framework/boundary-components.js <module evaluation>":{"id":834225,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0ns9v_d.3s~uo.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/0rgyeuy~3vua-.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":834225,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0ns9v_d.3s~uo.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/0rgyeuy~3vua-.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js <module evaluation>":{"id":782626,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0ns9v_d.3s~uo.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/0rgyeuy~3vua-.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":782626,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0ns9v_d.3s~uo.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/0rgyeuy~3vua-.js"],"async":false},"[project]/src/components/ui/tooltip.tsx <module evaluation>":{"id":746798,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0ns9v_d.3s~uo.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/0rgyeuy~3vua-.js"],"async":false},"[project]/src/components/ui/tooltip.tsx":{"id":746798,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0ns9v_d.3s~uo.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/0rgyeuy~3vua-.js"],"async":false},"[project]/src/components/layout/layout-client.tsx <module evaluation>":{"id":914935,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0ns9v_d.3s~uo.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/0rgyeuy~3vua-.js"],"async":false},"[project]/src/components/layout/layout-client.tsx":{"id":914935,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0ns9v_d.3s~uo.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/0rgyeuy~3vua-.js"],"async":false},"[project]/src/lib/i18n.tsx <module evaluation>":{"id":533499,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0ns9v_d.3s~uo.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/0rgyeuy~3vua-.js"],"async":false},"[project]/src/lib/i18n.tsx":{"id":533499,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0ns9v_d.3s~uo.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/0rgyeuy~3vua-.js"],"async":false},"[project]/src/components/providers/theme-provider.tsx <module evaluation>":{"id":782406,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0ns9v_d.3s~uo.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/0rgyeuy~3vua-.js"],"async":false},"[project]/src/components/providers/theme-provider.tsx":{"id":782406,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0ns9v_d.3s~uo.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/0rgyeuy~3vua-.js"],"async":false},"[project]/src/lib/extensions/context.tsx <module evaluation>":{"id":770303,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0ns9v_d.3s~uo.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/0rgyeuy~3vua-.js"],"async":false},"[project]/src/lib/extensions/context.tsx":{"id":770303,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0ns9v_d.3s~uo.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/0rgyeuy~3vua-.js"],"async":false},"[project]/src/components/ui/sonner.tsx <module evaluation>":{"id":713354,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0ns9v_d.3s~uo.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/0rgyeuy~3vua-.js"],"async":false},"[project]/src/components/ui/sonner.tsx":{"id":713354,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0ns9v_d.3s~uo.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/0rgyeuy~3vua-.js"],"async":false},"[project]/node_modules/.pnpm/lucide-react@1.6.0_react@19.2.4/node_modules/lucide-react/dist/esm/Icon.js <module evaluation>":{"id":458464,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0ns9v_d.3s~uo.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/0rgyeuy~3vua-.js"],"async":false},"[project]/node_modules/.pnpm/lucide-react@1.6.0_react@19.2.4/node_modules/lucide-react/dist/esm/Icon.js":{"id":458464,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0ns9v_d.3s~uo.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/0rgyeuy~3vua-.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/builtin/global-error.js <module evaluation>":{"id":135230,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0ns9v_d.3s~uo.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/0rgyeuy~3vua-.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/builtin/global-error.js":{"id":135230,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0ns9v_d.3s~uo.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/0rgyeuy~3vua-.js"],"async":false},"[project]/src/app/settings/page.tsx <module evaluation>":{"id":113399,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0ns9v_d.3s~uo.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/0rgyeuy~3vua-.js","/_next/static/chunks/010xl0lpp55xe.js","/_next/static/chunks/022_88ef~e93a.js"],"async":false},"[project]/src/app/settings/page.tsx":{"id":113399,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0ns9v_d.3s~uo.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/0rgyeuy~3vua-.js","/_next/static/chunks/010xl0lpp55xe.js","/_next/static/chunks/022_88ef~e93a.js"],"async":false}},"ssrModuleMapping":{"680695":{"*":{"id":449225,"name":"*","chunks":["server/chunks/ssr/_0i8t39l._.js","server/chunks/ssr/node_modules__pnpm_0lqfvhm._.js","server/chunks/ssr/[root-of-the-server]__0akzln5._.js","server/chunks/ssr/12k._sonner_dist_index_mjs_0-vmpk5._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0ueyys5._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/_0fuoov5._.js"],"async":false}},"484878":{"*":{"id":784784,"name":"*","chunks":["server/chunks/ssr/_0i8t39l._.js","server/chunks/ssr/node_modules__pnpm_0lqfvhm._.js","server/chunks/ssr/[root-of-the-server]__0akzln5._.js","server/chunks/ssr/12k._sonner_dist_index_mjs_0-vmpk5._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0ueyys5._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/_0fuoov5._.js"],"async":false}},"516578":{"*":{"id":916393,"name":"*","chunks":["server/chunks/ssr/_0i8t39l._.js","server/chunks/ssr/node_modules__pnpm_0lqfvhm._.js","server/chunks/ssr/[root-of-the-server]__0akzln5._.js","server/chunks/ssr/12k._sonner_dist_index_mjs_0-vmpk5._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0ueyys5._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/_0fuoov5._.js"],"async":false}},"90678":{"*":{"id":614964,"name":"*","chunks":["server/chunks/ssr/_0i8t39l._.js","server/chunks/ssr/node_modules__pnpm_0lqfvhm._.js","server/chunks/ssr/[root-of-the-server]__0akzln5._.js","server/chunks/ssr/12k._sonner_dist_index_mjs_0-vmpk5._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0ueyys5._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/_0fuoov5._.js"],"async":false}},"744050":{"*":{"id":814840,"name":"*","chunks":["server/chunks/ssr/_0i8t39l._.js","server/chunks/ssr/node_modules__pnpm_0lqfvhm._.js","server/chunks/ssr/[root-of-the-server]__0akzln5._.js","server/chunks/ssr/12k._sonner_dist_index_mjs_0-vmpk5._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0ueyys5._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/_0fuoov5._.js"],"async":false}},"834225":{"*":{"id":38071,"name":"*","chunks":["server/chunks/ssr/_0i8t39l._.js","server/chunks/ssr/node_modules__pnpm_0lqfvhm._.js","server/chunks/ssr/[root-of-the-server]__0akzln5._.js","server/chunks/ssr/12k._sonner_dist_index_mjs_0-vmpk5._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0ueyys5._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/_0fuoov5._.js"],"async":false}},"782626":{"*":{"id":208382,"name":"*","chunks":["server/chunks/ssr/_0i8t39l._.js","server/chunks/ssr/node_modules__pnpm_0lqfvhm._.js","server/chunks/ssr/[root-of-the-server]__0akzln5._.js","server/chunks/ssr/12k._sonner_dist_index_mjs_0-vmpk5._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0ueyys5._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/_0fuoov5._.js"],"async":false}},"746798":{"*":{"id":785259,"name":"*","chunks":["server/chunks/ssr/_0i8t39l._.js","server/chunks/ssr/node_modules__pnpm_0lqfvhm._.js","server/chunks/ssr/[root-of-the-server]__0akzln5._.js","server/chunks/ssr/12k._sonner_dist_index_mjs_0-vmpk5._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0ueyys5._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/_0fuoov5._.js"],"async":false}},"914935":{"*":{"id":607884,"name":"*","chunks":["server/chunks/ssr/_0i8t39l._.js","server/chunks/ssr/node_modules__pnpm_0lqfvhm._.js","server/chunks/ssr/[root-of-the-server]__0akzln5._.js","server/chunks/ssr/12k._sonner_dist_index_mjs_0-vmpk5._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0ueyys5._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/_0fuoov5._.js"],"async":false}},"533499":{"*":{"id":951192,"name":"*","chunks":["server/chunks/ssr/_0i8t39l._.js","server/chunks/ssr/node_modules__pnpm_0lqfvhm._.js","server/chunks/ssr/[root-of-the-server]__0akzln5._.js","server/chunks/ssr/12k._sonner_dist_index_mjs_0-vmpk5._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0ueyys5._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/_0fuoov5._.js"],"async":false}},"782406":{"*":{"id":3896,"name":"*","chunks":["server/chunks/ssr/_0i8t39l._.js","server/chunks/ssr/node_modules__pnpm_0lqfvhm._.js","server/chunks/ssr/[root-of-the-server]__0akzln5._.js","server/chunks/ssr/12k._sonner_dist_index_mjs_0-vmpk5._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0ueyys5._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/_0fuoov5._.js"],"async":false}},"770303":{"*":{"id":87309,"name":"*","chunks":["server/chunks/ssr/_0i8t39l._.js","server/chunks/ssr/node_modules__pnpm_0lqfvhm._.js","server/chunks/ssr/[root-of-the-server]__0akzln5._.js","server/chunks/ssr/12k._sonner_dist_index_mjs_0-vmpk5._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0ueyys5._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/_0fuoov5._.js"],"async":false}},"713354":{"*":{"id":426419,"name":"*","chunks":["server/chunks/ssr/_0i8t39l._.js","server/chunks/ssr/node_modules__pnpm_0lqfvhm._.js","server/chunks/ssr/[root-of-the-server]__0akzln5._.js","server/chunks/ssr/12k._sonner_dist_index_mjs_0-vmpk5._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0ueyys5._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/_0fuoov5._.js"],"async":false}},"458464":{"*":{"id":392223,"name":"*","chunks":["server/chunks/ssr/_0i8t39l._.js","server/chunks/ssr/node_modules__pnpm_0lqfvhm._.js","server/chunks/ssr/[root-of-the-server]__0akzln5._.js","server/chunks/ssr/12k._sonner_dist_index_mjs_0-vmpk5._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0ueyys5._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/_0fuoov5._.js"],"async":false}},"135230":{"*":{"id":424746,"name":"*","chunks":["server/chunks/ssr/_0i8t39l._.js","server/chunks/ssr/node_modules__pnpm_0lqfvhm._.js","server/chunks/ssr/[root-of-the-server]__0akzln5._.js","server/chunks/ssr/12k._sonner_dist_index_mjs_0-vmpk5._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0ueyys5._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/_0fuoov5._.js","server/chunks/ssr/0se9_next_dist_client_components_0uod4qi._.js"],"async":false}},"113399":{"*":{"id":520788,"name":"*","chunks":["server/chunks/ssr/_0i8t39l._.js","server/chunks/ssr/node_modules__pnpm_0lqfvhm._.js","server/chunks/ssr/[root-of-the-server]__0akzln5._.js","server/chunks/ssr/12k._sonner_dist_index_mjs_0-vmpk5._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0ueyys5._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/_0fuoov5._.js","server/chunks/ssr/_0h8g7_g._.js","server/chunks/ssr/src_app_settings_page_tsx_0h9v7dr._.js"],"async":false}}},"edgeSSRModuleMapping":{},"rscModuleMapping":{"680695":{"*":{"id":691495,"name":"*","chunks":[],"async":false}},"484878":{"*":{"id":533183,"name":"*","chunks":[],"async":false}},"516578":{"*":{"id":412747,"name":"*","chunks":[],"async":false}},"90678":{"*":{"id":99895,"name":"*","chunks":[],"async":false}},"744050":{"*":{"id":502387,"name":"*","chunks":[],"async":false}},"834225":{"*":{"id":426094,"name":"*","chunks":[],"async":false}},"782626":{"*":{"id":242624,"name":"*","chunks":[],"async":false}},"746798":{"*":{"id":480581,"name":"*","chunks":[],"async":false}},"914935":{"*":{"id":890170,"name":"*","chunks":[],"async":false}},"533499":{"*":{"id":604483,"name":"*","chunks":[],"async":false}},"782406":{"*":{"id":718127,"name":"*","chunks":[],"async":false}},"770303":{"*":{"id":948109,"name":"*","chunks":[],"async":false}},"713354":{"*":{"id":324257,"name":"*","chunks":[],"async":false}},"458464":{"*":{"id":857188,"name":"*","chunks":[],"async":false}},"135230":{"*":{"id":764823,"name":"*","chunks":[],"async":false}},"113399":{"*":{"id":214905,"name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{},"entryCSSFiles":{"[project]/src/app/layout":[{"path":"static/chunks/123doanyjnwwq.css","inlined":false},{"path":"static/chunks/0o~~t9_9pm-0e.css","inlined":false}],"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/builtin/global-error":[{"path":"static/chunks/123doanyjnwwq.css","inlined":false},{"path":"static/chunks/0o~~t9_9pm-0e.css","inlined":false}],"[project]/src/app/settings/page":[{"path":"static/chunks/123doanyjnwwq.css","inlined":false},{"path":"static/chunks/0o~~t9_9pm-0e.css","inlined":false}]},"entryJSFiles":{"[project]/src/app/layout":["static/chunks/076x3dc258jv8.js","static/chunks/0y4t-yk9428ag.js","static/chunks/0r6_if_1hvz-u.js","static/chunks/0n52vvco8hy2h.js","static/chunks/0b2yknsc68f2a.js","static/chunks/13.pi0v53g-4n.js","static/chunks/0v8apmh_d7lz3.js","static/chunks/0ns9v_d.3s~uo.js","static/chunks/16nn-au~pxlvy.js","static/chunks/0wyjnhk_5g3.8.js","static/chunks/0rgyeuy~3vua-.js"],"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/builtin/global-error":["static/chunks/076x3dc258jv8.js","static/chunks/0y4t-yk9428ag.js","static/chunks/0r6_if_1hvz-u.js","static/chunks/0n52vvco8hy2h.js","static/chunks/0b2yknsc68f2a.js","static/chunks/13.pi0v53g-4n.js","static/chunks/0v8apmh_d7lz3.js","static/chunks/0ns9v_d.3s~uo.js","static/chunks/16nn-au~pxlvy.js","static/chunks/0wyjnhk_5g3.8.js","static/chunks/0rgyeuy~3vua-.js"],"[project]/src/app/settings/page":["static/chunks/076x3dc258jv8.js","static/chunks/0y4t-yk9428ag.js","static/chunks/0r6_if_1hvz-u.js","static/chunks/0n52vvco8hy2h.js","static/chunks/0b2yknsc68f2a.js","static/chunks/13.pi0v53g-4n.js","static/chunks/0v8apmh_d7lz3.js","static/chunks/0ns9v_d.3s~uo.js","static/chunks/16nn-au~pxlvy.js","static/chunks/0wyjnhk_5g3.8.js","static/chunks/0rgyeuy~3vua-.js","static/chunks/010xl0lpp55xe.js","static/chunks/022_88ef~e93a.js"]}};
|
|
2
|
+
globalThis.__RSC_MANIFEST["/settings/page"] = {"moduleLoading":{"prefix":"","crossOrigin":null},"clientModules":{"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/layout-router.js <module evaluation>":{"id":680695,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0xw4lc5b8_ksq.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/11qxjwptzbka2.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/layout-router.js":{"id":680695,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0xw4lc5b8_ksq.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/11qxjwptzbka2.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/render-from-template-context.js <module evaluation>":{"id":484878,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0xw4lc5b8_ksq.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/11qxjwptzbka2.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":484878,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0xw4lc5b8_ksq.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/11qxjwptzbka2.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-page.js <module evaluation>":{"id":516578,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0xw4lc5b8_ksq.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/11qxjwptzbka2.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-page.js":{"id":516578,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0xw4lc5b8_ksq.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/11qxjwptzbka2.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-segment.js <module evaluation>":{"id":90678,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0xw4lc5b8_ksq.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/11qxjwptzbka2.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-segment.js":{"id":90678,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0xw4lc5b8_ksq.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/11qxjwptzbka2.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js <module evaluation>":{"id":744050,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0xw4lc5b8_ksq.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/11qxjwptzbka2.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":744050,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0xw4lc5b8_ksq.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/11qxjwptzbka2.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/framework/boundary-components.js <module evaluation>":{"id":834225,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0xw4lc5b8_ksq.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/11qxjwptzbka2.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":834225,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0xw4lc5b8_ksq.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/11qxjwptzbka2.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js <module evaluation>":{"id":782626,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0xw4lc5b8_ksq.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/11qxjwptzbka2.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":782626,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0xw4lc5b8_ksq.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/11qxjwptzbka2.js"],"async":false},"[project]/src/components/ui/tooltip.tsx <module evaluation>":{"id":746798,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0xw4lc5b8_ksq.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/11qxjwptzbka2.js"],"async":false},"[project]/src/components/ui/tooltip.tsx":{"id":746798,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0xw4lc5b8_ksq.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/11qxjwptzbka2.js"],"async":false},"[project]/src/components/layout/layout-client.tsx <module evaluation>":{"id":914935,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0xw4lc5b8_ksq.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/11qxjwptzbka2.js"],"async":false},"[project]/src/components/layout/layout-client.tsx":{"id":914935,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0xw4lc5b8_ksq.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/11qxjwptzbka2.js"],"async":false},"[project]/src/lib/i18n.tsx <module evaluation>":{"id":533499,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0xw4lc5b8_ksq.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/11qxjwptzbka2.js"],"async":false},"[project]/src/lib/i18n.tsx":{"id":533499,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0xw4lc5b8_ksq.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/11qxjwptzbka2.js"],"async":false},"[project]/src/components/providers/theme-provider.tsx <module evaluation>":{"id":782406,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0xw4lc5b8_ksq.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/11qxjwptzbka2.js"],"async":false},"[project]/src/components/providers/theme-provider.tsx":{"id":782406,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0xw4lc5b8_ksq.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/11qxjwptzbka2.js"],"async":false},"[project]/src/lib/extensions/context.tsx <module evaluation>":{"id":770303,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0xw4lc5b8_ksq.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/11qxjwptzbka2.js"],"async":false},"[project]/src/lib/extensions/context.tsx":{"id":770303,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0xw4lc5b8_ksq.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/11qxjwptzbka2.js"],"async":false},"[project]/src/components/ui/sonner.tsx <module evaluation>":{"id":713354,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0xw4lc5b8_ksq.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/11qxjwptzbka2.js"],"async":false},"[project]/src/components/ui/sonner.tsx":{"id":713354,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0xw4lc5b8_ksq.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/11qxjwptzbka2.js"],"async":false},"[project]/node_modules/.pnpm/lucide-react@1.6.0_react@19.2.4/node_modules/lucide-react/dist/esm/Icon.js <module evaluation>":{"id":458464,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0xw4lc5b8_ksq.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/11qxjwptzbka2.js"],"async":false},"[project]/node_modules/.pnpm/lucide-react@1.6.0_react@19.2.4/node_modules/lucide-react/dist/esm/Icon.js":{"id":458464,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0xw4lc5b8_ksq.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/11qxjwptzbka2.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/builtin/global-error.js <module evaluation>":{"id":135230,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0xw4lc5b8_ksq.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/11qxjwptzbka2.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/builtin/global-error.js":{"id":135230,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0xw4lc5b8_ksq.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/11qxjwptzbka2.js"],"async":false},"[project]/src/app/settings/page.tsx <module evaluation>":{"id":113399,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0xw4lc5b8_ksq.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/11qxjwptzbka2.js","/_next/static/chunks/0v5-g5xtcj48u.js","/_next/static/chunks/162.req.5srx1.js"],"async":false},"[project]/src/app/settings/page.tsx":{"id":113399,"name":"*","chunks":["/_next/static/chunks/076x3dc258jv8.js","/_next/static/chunks/0y4t-yk9428ag.js","/_next/static/chunks/0r6_if_1hvz-u.js","/_next/static/chunks/0n52vvco8hy2h.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/13.pi0v53g-4n.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0xw4lc5b8_ksq.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0wyjnhk_5g3.8.js","/_next/static/chunks/11qxjwptzbka2.js","/_next/static/chunks/0v5-g5xtcj48u.js","/_next/static/chunks/162.req.5srx1.js"],"async":false}},"ssrModuleMapping":{"680695":{"*":{"id":449225,"name":"*","chunks":["server/chunks/ssr/_0i8t39l._.js","server/chunks/ssr/node_modules__pnpm_0lqfvhm._.js","server/chunks/ssr/[root-of-the-server]__06fz814._.js","server/chunks/ssr/12k._sonner_dist_index_mjs_0-vmpk5._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0ueyys5._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/_0fuoov5._.js"],"async":false}},"484878":{"*":{"id":784784,"name":"*","chunks":["server/chunks/ssr/_0i8t39l._.js","server/chunks/ssr/node_modules__pnpm_0lqfvhm._.js","server/chunks/ssr/[root-of-the-server]__06fz814._.js","server/chunks/ssr/12k._sonner_dist_index_mjs_0-vmpk5._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0ueyys5._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/_0fuoov5._.js"],"async":false}},"516578":{"*":{"id":916393,"name":"*","chunks":["server/chunks/ssr/_0i8t39l._.js","server/chunks/ssr/node_modules__pnpm_0lqfvhm._.js","server/chunks/ssr/[root-of-the-server]__06fz814._.js","server/chunks/ssr/12k._sonner_dist_index_mjs_0-vmpk5._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0ueyys5._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/_0fuoov5._.js"],"async":false}},"90678":{"*":{"id":614964,"name":"*","chunks":["server/chunks/ssr/_0i8t39l._.js","server/chunks/ssr/node_modules__pnpm_0lqfvhm._.js","server/chunks/ssr/[root-of-the-server]__06fz814._.js","server/chunks/ssr/12k._sonner_dist_index_mjs_0-vmpk5._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0ueyys5._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/_0fuoov5._.js"],"async":false}},"744050":{"*":{"id":814840,"name":"*","chunks":["server/chunks/ssr/_0i8t39l._.js","server/chunks/ssr/node_modules__pnpm_0lqfvhm._.js","server/chunks/ssr/[root-of-the-server]__06fz814._.js","server/chunks/ssr/12k._sonner_dist_index_mjs_0-vmpk5._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0ueyys5._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/_0fuoov5._.js"],"async":false}},"834225":{"*":{"id":38071,"name":"*","chunks":["server/chunks/ssr/_0i8t39l._.js","server/chunks/ssr/node_modules__pnpm_0lqfvhm._.js","server/chunks/ssr/[root-of-the-server]__06fz814._.js","server/chunks/ssr/12k._sonner_dist_index_mjs_0-vmpk5._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0ueyys5._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/_0fuoov5._.js"],"async":false}},"782626":{"*":{"id":208382,"name":"*","chunks":["server/chunks/ssr/_0i8t39l._.js","server/chunks/ssr/node_modules__pnpm_0lqfvhm._.js","server/chunks/ssr/[root-of-the-server]__06fz814._.js","server/chunks/ssr/12k._sonner_dist_index_mjs_0-vmpk5._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0ueyys5._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/_0fuoov5._.js"],"async":false}},"746798":{"*":{"id":785259,"name":"*","chunks":["server/chunks/ssr/_0i8t39l._.js","server/chunks/ssr/node_modules__pnpm_0lqfvhm._.js","server/chunks/ssr/[root-of-the-server]__06fz814._.js","server/chunks/ssr/12k._sonner_dist_index_mjs_0-vmpk5._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0ueyys5._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/_0fuoov5._.js"],"async":false}},"914935":{"*":{"id":607884,"name":"*","chunks":["server/chunks/ssr/_0i8t39l._.js","server/chunks/ssr/node_modules__pnpm_0lqfvhm._.js","server/chunks/ssr/[root-of-the-server]__06fz814._.js","server/chunks/ssr/12k._sonner_dist_index_mjs_0-vmpk5._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0ueyys5._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/_0fuoov5._.js"],"async":false}},"533499":{"*":{"id":951192,"name":"*","chunks":["server/chunks/ssr/_0i8t39l._.js","server/chunks/ssr/node_modules__pnpm_0lqfvhm._.js","server/chunks/ssr/[root-of-the-server]__06fz814._.js","server/chunks/ssr/12k._sonner_dist_index_mjs_0-vmpk5._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0ueyys5._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/_0fuoov5._.js"],"async":false}},"782406":{"*":{"id":3896,"name":"*","chunks":["server/chunks/ssr/_0i8t39l._.js","server/chunks/ssr/node_modules__pnpm_0lqfvhm._.js","server/chunks/ssr/[root-of-the-server]__06fz814._.js","server/chunks/ssr/12k._sonner_dist_index_mjs_0-vmpk5._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0ueyys5._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/_0fuoov5._.js"],"async":false}},"770303":{"*":{"id":87309,"name":"*","chunks":["server/chunks/ssr/_0i8t39l._.js","server/chunks/ssr/node_modules__pnpm_0lqfvhm._.js","server/chunks/ssr/[root-of-the-server]__06fz814._.js","server/chunks/ssr/12k._sonner_dist_index_mjs_0-vmpk5._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0ueyys5._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/_0fuoov5._.js"],"async":false}},"713354":{"*":{"id":426419,"name":"*","chunks":["server/chunks/ssr/_0i8t39l._.js","server/chunks/ssr/node_modules__pnpm_0lqfvhm._.js","server/chunks/ssr/[root-of-the-server]__06fz814._.js","server/chunks/ssr/12k._sonner_dist_index_mjs_0-vmpk5._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0ueyys5._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/_0fuoov5._.js"],"async":false}},"458464":{"*":{"id":392223,"name":"*","chunks":["server/chunks/ssr/_0i8t39l._.js","server/chunks/ssr/node_modules__pnpm_0lqfvhm._.js","server/chunks/ssr/[root-of-the-server]__06fz814._.js","server/chunks/ssr/12k._sonner_dist_index_mjs_0-vmpk5._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0ueyys5._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/_0fuoov5._.js"],"async":false}},"135230":{"*":{"id":424746,"name":"*","chunks":["server/chunks/ssr/_0i8t39l._.js","server/chunks/ssr/node_modules__pnpm_0lqfvhm._.js","server/chunks/ssr/[root-of-the-server]__06fz814._.js","server/chunks/ssr/12k._sonner_dist_index_mjs_0-vmpk5._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0ueyys5._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/_0fuoov5._.js","server/chunks/ssr/0se9_next_dist_client_components_0uod4qi._.js"],"async":false}},"113399":{"*":{"id":520788,"name":"*","chunks":["server/chunks/ssr/_0i8t39l._.js","server/chunks/ssr/node_modules__pnpm_0lqfvhm._.js","server/chunks/ssr/[root-of-the-server]__06fz814._.js","server/chunks/ssr/12k._sonner_dist_index_mjs_0-vmpk5._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0ueyys5._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/_0fuoov5._.js","server/chunks/ssr/_0bxf9ev._.js","server/chunks/ssr/src_app_settings_page_tsx_0h9v7dr._.js"],"async":false}}},"edgeSSRModuleMapping":{},"rscModuleMapping":{"680695":{"*":{"id":691495,"name":"*","chunks":[],"async":false}},"484878":{"*":{"id":533183,"name":"*","chunks":[],"async":false}},"516578":{"*":{"id":412747,"name":"*","chunks":[],"async":false}},"90678":{"*":{"id":99895,"name":"*","chunks":[],"async":false}},"744050":{"*":{"id":502387,"name":"*","chunks":[],"async":false}},"834225":{"*":{"id":426094,"name":"*","chunks":[],"async":false}},"782626":{"*":{"id":242624,"name":"*","chunks":[],"async":false}},"746798":{"*":{"id":480581,"name":"*","chunks":[],"async":false}},"914935":{"*":{"id":890170,"name":"*","chunks":[],"async":false}},"533499":{"*":{"id":604483,"name":"*","chunks":[],"async":false}},"782406":{"*":{"id":718127,"name":"*","chunks":[],"async":false}},"770303":{"*":{"id":948109,"name":"*","chunks":[],"async":false}},"713354":{"*":{"id":324257,"name":"*","chunks":[],"async":false}},"458464":{"*":{"id":857188,"name":"*","chunks":[],"async":false}},"135230":{"*":{"id":764823,"name":"*","chunks":[],"async":false}},"113399":{"*":{"id":214905,"name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{},"entryCSSFiles":{"[project]/src/app/layout":[{"path":"static/chunks/123doanyjnwwq.css","inlined":false},{"path":"static/chunks/0o~~t9_9pm-0e.css","inlined":false}],"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/builtin/global-error":[{"path":"static/chunks/123doanyjnwwq.css","inlined":false},{"path":"static/chunks/0o~~t9_9pm-0e.css","inlined":false}],"[project]/src/app/settings/page":[{"path":"static/chunks/123doanyjnwwq.css","inlined":false},{"path":"static/chunks/0o~~t9_9pm-0e.css","inlined":false}]},"entryJSFiles":{"[project]/src/app/layout":["static/chunks/076x3dc258jv8.js","static/chunks/0y4t-yk9428ag.js","static/chunks/0r6_if_1hvz-u.js","static/chunks/0n52vvco8hy2h.js","static/chunks/0b2yknsc68f2a.js","static/chunks/13.pi0v53g-4n.js","static/chunks/0v8apmh_d7lz3.js","static/chunks/0xw4lc5b8_ksq.js","static/chunks/16nn-au~pxlvy.js","static/chunks/0wyjnhk_5g3.8.js","static/chunks/11qxjwptzbka2.js"],"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/builtin/global-error":["static/chunks/076x3dc258jv8.js","static/chunks/0y4t-yk9428ag.js","static/chunks/0r6_if_1hvz-u.js","static/chunks/0n52vvco8hy2h.js","static/chunks/0b2yknsc68f2a.js","static/chunks/13.pi0v53g-4n.js","static/chunks/0v8apmh_d7lz3.js","static/chunks/0xw4lc5b8_ksq.js","static/chunks/16nn-au~pxlvy.js","static/chunks/0wyjnhk_5g3.8.js","static/chunks/11qxjwptzbka2.js"],"[project]/src/app/settings/page":["static/chunks/076x3dc258jv8.js","static/chunks/0y4t-yk9428ag.js","static/chunks/0r6_if_1hvz-u.js","static/chunks/0n52vvco8hy2h.js","static/chunks/0b2yknsc68f2a.js","static/chunks/13.pi0v53g-4n.js","static/chunks/0v8apmh_d7lz3.js","static/chunks/0xw4lc5b8_ksq.js","static/chunks/16nn-au~pxlvy.js","static/chunks/0wyjnhk_5g3.8.js","static/chunks/11qxjwptzbka2.js","static/chunks/0v5-g5xtcj48u.js","static/chunks/162.req.5srx1.js"]}};
|
|
3
3
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<!DOCTYPE html><html lang="zh-CN"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" href="/_next/static/media/797e433ab948586e-s.p.09zddjkbdep5a.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="preload" href="/_next/static/media/caa3a2e1cccd8315-s.p.09~u27dqhyhd6.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="preload" as="image" href="/logo.png"/><link rel="stylesheet" href="/_next/static/chunks/123doanyjnwwq.css" data-precedence="next"/><link rel="stylesheet" href="/_next/static/chunks/0o~~t9_9pm-0e.css" data-precedence="next"/><style data-precedence="base-ui:low" data-href="base-ui-disable-scrollbar">.base-ui-disable-scrollbar{scrollbar-width:none}.base-ui-disable-scrollbar::-webkit-scrollbar{display:none}</style><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/0wcyolcg1ve73.js"/><script src="/_next/static/chunks/0g2f3gfbw74_l.js" async=""></script><script src="/_next/static/chunks/06o_v9w9rlnhw.js" async=""></script><script src="/_next/static/chunks/0xx3nm8lmhwj_.js" async=""></script><script src="/_next/static/chunks/135ugbvs32qv_.js" async=""></script><script src="/_next/static/chunks/turbopack-14tk3atxl28.e.js" async=""></script><script src="/_next/static/chunks/076x3dc258jv8.js" async=""></script><script src="/_next/static/chunks/0y4t-yk9428ag.js" async=""></script><script src="/_next/static/chunks/0r6_if_1hvz-u.js" async=""></script><script src="/_next/static/chunks/0n52vvco8hy2h.js" async=""></script><script src="/_next/static/chunks/0b2yknsc68f2a.js" async=""></script><script src="/_next/static/chunks/13.pi0v53g-4n.js" async=""></script><script src="/_next/static/chunks/0v8apmh_d7lz3.js" async=""></script><script src="/_next/static/chunks/0ns9v_d.3s~uo.js" async=""></script><script src="/_next/static/chunks/16nn-au~pxlvy.js" async=""></script><script src="/_next/static/chunks/0wyjnhk_5g3.8.js" async=""></script><script src="/_next/static/chunks/0rgyeuy~3vua-.js" async=""></script><script src="/_next/static/chunks/010xl0lpp55xe.js" async=""></script><script src="/_next/static/chunks/022_88ef~e93a.js" async=""></script><link rel="preload" href="https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300..700;1,9..40,300..700&family=JetBrains+Mono:wght@400;500;600&display=swap" as="style"/><meta name="next-size-adjust" content=""/><title>AI Task Platform - Tower</title><meta name="description" content="AI task orchestration and multi-project management platform"/><link rel="manifest" href="/manifest.json"/><link rel="icon" href="/favicon.ico?favicon.0y2d6j9cou~8p.ico" sizes="48x48" type="image/x-icon"/><link rel="icon" href="/icon1.png?icon1.04ux133882seb.png" sizes="96x96" type="image/png"/><link rel="apple-touch-icon" href="/apple-icon.png?apple-icon.16aocl-s-v2qz.png" sizes="180x180" type="image/png"/><link rel="preconnect" href="https://fonts.googleapis.com"/><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="anonymous"/><link href="https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300..700;1,9..40,300..700&family=JetBrains+Mono:wght@400;500;600&display=swap" rel="stylesheet"/><script src="/_next/static/chunks/03~yq9q893hmn.js" noModule=""></script></head><body class="geist_a71539c9-module__T19VSG__variable geist_mono_8d43a2aa-module__8Li5zG__variable antialiased"><div hidden=""><!--$--><!--/$--></div><script>((a,b,c,d,e,f,g,h)=>{let i=document.documentElement,j=["light","dark"];function k(b){var c;(Array.isArray(a)?a:[a]).forEach(a=>{let c="class"===a,d=c&&f?e.map(a=>f[a]||a):e;c?(i.classList.remove(...d),i.classList.add(f&&f[b]?f[b]:b)):i.setAttribute(a,b)}),c=b,h&&j.includes(c)&&(i.style.colorScheme=c)}if(d)k(d);else try{let a=localStorage.getItem(b)||c,d=g&&"system"===a?window.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light":a;k(d)}catch(a){}})("class","theme","system",null,["light","dark"],null,true,true)</script><div class="flex h-screen overflow-hidden"><aside class="noise relative flex h-screen w-56 flex-col border-r border-border bg-sidebar"><div class="relative z-10 flex items-center gap-3 px-4 py-4"><img src="/logo.png" alt="Tower" class="h-9 w-9 rounded-lg"/><div class="flex-1"><div class="text-sm font-semibold tracking-tight text-foreground">Tower</div><div class="text-[10px] font-medium uppercase tracking-widest text-muted-foreground">Studio</div></div><button type="button" tabindex="0" data-slot="button" title="折叠侧边栏" class="group/button inline-flex shrink-0 items-center justify-center border border-transparent bg-clip-padding text-sm font-medium whitespace-nowrap transition-all outline-none select-none focus-visible:border-ring focus-visible:ring-3 focus-visible:ring-ring/50 active:not-aria-[haspopup]:translate-y-px disabled:pointer-events-none disabled:opacity-50 aria-invalid:border-destructive aria-invalid:ring-3 aria-invalid:ring-destructive/20 dark:aria-invalid:border-destructive/50 dark:aria-invalid:ring-destructive/40 [&_svg]:pointer-events-none [&_svg]:shrink-0 hover:bg-accent hover:text-foreground aria-expanded:bg-accent aria-expanded:text-foreground size-6 rounded-[min(var(--radius-md),10px)] in-data-[slot=button-group]:rounded-lg [&_svg:not([class*='size-'])]:size-3 text-muted-foreground"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chevrons-left h-4 w-4" aria-hidden="true"><path d="m11 17-5-5 5-5"></path><path d="m18 17-5-5 5-5"></path></svg></button></div><div class="relative z-10 flex items-center justify-between px-4 py-2"><span class="text-[11px] font-semibold uppercase tracking-wider text-muted-foreground">工作空间</span><button type="button" tabindex="0" data-slot="button" data-tour="create-workspace" title="新建工作空间" class="group/button inline-flex shrink-0 items-center justify-center border border-transparent bg-clip-padding text-sm font-medium whitespace-nowrap transition-all outline-none select-none focus-visible:border-ring focus-visible:ring-3 focus-visible:ring-ring/50 active:not-aria-[haspopup]:translate-y-px disabled:pointer-events-none disabled:opacity-50 aria-invalid:border-destructive aria-invalid:ring-3 aria-invalid:ring-destructive/20 dark:aria-invalid:border-destructive/50 dark:aria-invalid:ring-destructive/40 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4 hover:bg-accent hover:text-foreground aria-expanded:bg-accent aria-expanded:text-foreground size-7 rounded-[min(var(--radius-md),12px)] in-data-[slot=button-group]:rounded-lg text-muted-foreground"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-plus h-3.5 w-3.5" aria-hidden="true"><path d="M5 12h14"></path><path d="M12 5v14"></path></svg></button></div><div role="presentation" style="position:relative;--scroll-area-corner-height:0px;--scroll-area-corner-width:0px" data-slot="scroll-area" class="group/scroll relative z-10 mt-2 flex-1 min-h-0"><div role="presentation" data-id="base-ui-_R_1l5lb_-viewport" tabindex="-1" class="size-full rounded-[inherit] transition-[color,box-shadow] outline-none focus-visible:ring-[3px] focus-visible:ring-ring/50 focus-visible:outline-1 base-ui-disable-scrollbar" style="overflow:scroll" data-slot="scroll-area-viewport"><div class="px-2 py-1"><div class="group relative flex items-center rounded-lg transition-all hover:bg-accent/60"><button class="flex flex-1 items-center gap-2.5 px-3 py-2.5 text-left cursor-pointer"><span class="flex h-7 w-7 items-center justify-center rounded-md bg-muted text-sm"><span class="text-xs font-semibold text-muted-foreground">D</span></span><div class="flex-1 min-w-0"><div class="truncate text-sm font-medium text-secondary-foreground">Default Workspace</div><div class="text-[11px] text-muted-foreground">11d ago</div></div></button><button class="mr-2 rounded-md p-1 text-muted-foreground opacity-0 transition-all hover:bg-background hover:text-foreground group-hover:opacity-100" type="button" tabindex="0" aria-haspopup="menu" id="base-ui-_R_7b9l5lb_" data-slot="dropdown-menu-trigger"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-ellipsis h-3.5 w-3.5" aria-hidden="true"><circle cx="12" cy="12" r="1"></circle><circle cx="19" cy="12" r="1"></circle><circle cx="5" cy="12" r="1"></circle></svg></button></div></div></div></div><a class="relative z-10 flex items-center gap-2 border-t border-border px-4 py-3 text-[11px] cursor-pointer transition-colors text-muted-foreground hover:text-foreground" href="/missions"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-gauge h-3.5 w-3.5" aria-hidden="true"><path d="m12 14 4-4"></path><path d="M3.34 19a10 10 0 1 1 17.32 0"></path></svg><span>任务控制台</span></a><a class="relative z-10 flex items-center gap-2 border-t border-border px-4 py-3 text-[11px] text-muted-foreground cursor-pointer hover:text-foreground transition-colors" href="/workspaces/cmp9579zj0001clpwxip07rm6/notes"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-file-text h-3.5 w-3.5" aria-hidden="true"><path d="M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z"></path><path d="M14 2v5a1 1 0 0 0 1 1h5"></path><path d="M10 9H8"></path><path d="M16 13H8"></path><path d="M16 17H8"></path></svg><span>笔记</span></a><a class="relative z-10 flex items-center gap-2 px-4 py-3 text-[11px] text-muted-foreground cursor-pointer hover:text-foreground transition-colors" href="/workspaces/cmp9579zj0001clpwxip07rm6/assets"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-folder-open h-3.5 w-3.5" aria-hidden="true"><path d="m6 14 1.5-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.54 6a2 2 0 0 1-1.95 1.5H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H18a2 2 0 0 1 2 2v2"></path></svg><span>资源</span></a><a class="relative z-10 flex items-center gap-2 px-4 py-3 text-[11px] text-muted-foreground cursor-pointer hover:text-foreground transition-colors" href="/workspaces/cmp9579zj0001clpwxip07rm6/archive"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-archive h-3.5 w-3.5" aria-hidden="true"><rect width="20" height="5" x="2" y="3" rx="1"></rect><path d="M4 8v11a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8"></path><path d="M10 12h4"></path></svg><span>归档</span></a></aside><div class="flex flex-1 flex-col overflow-hidden"><header class="flex h-12 items-center justify-between border-b border-border bg-background/80 px-5 backdrop-blur-sm"><div class="w-40"></div><div class="flex items-center gap-2"><button type="button" tabindex="0" data-slot="button" class="group/button inline-flex shrink-0 items-center rounded-lg border bg-clip-padding text-sm font-medium whitespace-nowrap transition-all outline-none select-none focus-visible:border-ring focus-visible:ring-3 focus-visible:ring-ring/50 active:not-aria-[haspopup]:translate-y-px disabled:pointer-events-none disabled:opacity-50 aria-invalid:border-destructive aria-invalid:ring-3 aria-invalid:ring-destructive/20 dark:aria-invalid:border-destructive/50 dark:aria-invalid:ring-destructive/40 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4 border-border hover:text-foreground aria-expanded:bg-muted aria-expanded:text-foreground dark:border-input dark:bg-input/30 dark:hover:bg-input/50 px-2.5 has-data-[icon=inline-end]:pr-2 has-data-[icon=inline-start]:pl-2 h-8 w-[400px] justify-start gap-2 bg-muted/50 text-muted-foreground hover:bg-muted"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-search h-3.5 w-3.5" aria-hidden="true"><path d="m21 21-4.34-4.34"></path><circle cx="11" cy="11" r="8"></circle></svg><span class="flex-1 text-left">搜索任务、项目、仓库、笔记、资源...</span><kbd class="mr-1 flex items-center gap-0.5 rounded border border-border bg-background px-1.5 py-0.5 text-[10px] font-mono"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-command h-2.5 w-2.5" aria-hidden="true"><path d="M15 6v12a3 3 0 1 0 3-3H6a3 3 0 1 0 3 3V6a3 3 0 1 0-3 3h12a3 3 0 1 0-3-3"></path></svg>K</kbd></button><button data-tour="open-assistant" aria-label="助手" class="cursor-pointer rounded-lg p-2 text-muted-foreground transition-colors hover:bg-accent hover:text-foreground " id="base-ui-_R_t2p5lb_" data-slot="tooltip-trigger"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-bot h-4 w-4" aria-hidden="true"><path d="M12 8V4H8"></path><rect width="16" height="12" x="4" y="8" rx="2"></rect><path d="M2 14h2"></path><path d="M20 14h2"></path><path d="M15 13v2"></path><path d="M9 13v2"></path></svg></button></div><div class="flex items-center gap-1.5"><button type="button" tabindex="0" data-slot="tooltip-trigger" id="base-ui-_R_1jip5lb_" class="group/button inline-flex shrink-0 items-center justify-center rounded-lg border border-transparent bg-clip-padding text-sm font-medium whitespace-nowrap transition-all outline-none select-none focus-visible:border-ring focus-visible:ring-3 focus-visible:ring-ring/50 active:not-aria-[haspopup]:translate-y-px disabled:pointer-events-none disabled:opacity-50 aria-invalid:border-destructive aria-invalid:ring-3 aria-invalid:ring-destructive/20 dark:aria-invalid:border-destructive/50 dark:aria-invalid:ring-destructive/40 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4 hover:bg-accent hover:text-foreground aria-expanded:bg-accent aria-expanded:text-foreground h-8 gap-1.5 px-2.5 has-data-[icon=inline-end]:pr-2 has-data-[icon=inline-start]:pl-2 text-muted-foreground"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-globe h-3.5 w-3.5" aria-hidden="true"><circle cx="12" cy="12" r="10"></circle><path d="M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20"></path><path d="M2 12h20"></path></svg><span class="text-[11px] font-semibold">EN</span></button><button type="button" tabindex="0" data-slot="tooltip-trigger" id="base-ui-_R_1lip5lb_" class="group/button inline-flex shrink-0 items-center justify-center rounded-lg border border-transparent bg-clip-padding text-sm font-medium whitespace-nowrap transition-all outline-none select-none focus-visible:border-ring focus-visible:ring-3 focus-visible:ring-ring/50 active:not-aria-[haspopup]:translate-y-px disabled:pointer-events-none disabled:opacity-50 aria-invalid:border-destructive aria-invalid:ring-3 aria-invalid:ring-destructive/20 dark:aria-invalid:border-destructive/50 dark:aria-invalid:ring-destructive/40 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4 hover:bg-accent hover:text-foreground aria-expanded:bg-accent aria-expanded:text-foreground size-8 text-muted-foreground"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-moon h-4 w-4" aria-hidden="true"><path d="M20.985 12.486a9 9 0 1 1-9.473-9.472c.405-.022.617.46.402.803a6 6 0 0 0 8.268 8.268c.344-.215.825-.004.803.401"></path></svg></button><div class="h-4 w-px bg-border"></div><button type="button" tabindex="0" data-slot="button" class="group/button inline-flex shrink-0 items-center justify-center rounded-lg border bg-clip-padding text-sm font-medium whitespace-nowrap transition-all outline-none select-none focus-visible:border-ring focus-visible:ring-3 focus-visible:ring-ring/50 active:not-aria-[haspopup]:translate-y-px disabled:pointer-events-none disabled:opacity-50 aria-invalid:border-destructive aria-invalid:ring-3 aria-invalid:ring-destructive/20 dark:aria-invalid:border-destructive/50 dark:aria-invalid:ring-destructive/40 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4 border-border bg-background hover:text-foreground aria-expanded:bg-muted aria-expanded:text-foreground dark:border-input dark:bg-input/30 dark:hover:bg-input/50 h-8 px-2.5 has-data-[icon=inline-end]:pr-2 has-data-[icon=inline-start]:pl-2 gap-1.5 ring-1 ring-border hover:bg-accent"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-folder-open h-3.5 w-3.5" aria-hidden="true"><path d="m6 14 1.5-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.54 6a2 2 0 0 1-1.95 1.5H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H18a2 2 0 0 1 2 2v2"></path></svg>导入项目</button><button type="button" tabindex="0" data-slot="button" data-tour="create-project" class="group/button inline-flex shrink-0 items-center justify-center rounded-lg border border-transparent bg-clip-padding text-sm font-medium whitespace-nowrap transition-all outline-none select-none focus-visible:border-ring focus-visible:ring-3 focus-visible:ring-ring/50 active:not-aria-[haspopup]:translate-y-px disabled:pointer-events-none disabled:opacity-50 aria-invalid:border-destructive aria-invalid:ring-3 aria-invalid:ring-destructive/20 dark:aria-invalid:border-destructive/50 dark:aria-invalid:ring-destructive/40 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4 [a]:hover:bg-primary/80 h-8 px-2.5 has-data-[icon=inline-end]:pr-2 has-data-[icon=inline-start]:pl-2 gap-1.5 bg-primary/10 text-primary ring-1 ring-primary/25 hover:bg-primary/20"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-plus h-3.5 w-3.5" aria-hidden="true"><path d="M5 12h14"></path><path d="M12 5v14"></path></svg>新建项目</button><button class="ml-0.5 flex cursor-pointer items-center gap-1.5 rounded-lg px-2.5 py-1 transition-colors hover:bg-accent" type="button" tabindex="0" aria-haspopup="menu" id="base-ui-_R_1tip5lb_" data-slot="dropdown-menu-trigger"><span class="max-w-[80px] truncate text-xs text-muted-foreground">刘俊平</span><span data-slot="avatar" data-size="default" class="group/avatar relative flex size-8 shrink-0 rounded-full select-none after:absolute after:inset-0 after:rounded-full after:border after:border-border after:mix-blend-darken data-[size=lg]:size-10 data-[size=sm]:size-6 dark:after:mix-blend-lighten h-7 w-7 ring-1 ring-border"><span data-slot="avatar-fallback" class="flex size-full items-center justify-center rounded-full group-data-[size=sm]/avatar:text-xs bg-emerald-500/20 text-emerald-400 text-[10px] font-semibold">刘</span></span></button></div></header><div class="flex flex-1 overflow-hidden"><main class="flex-1 overflow-auto bg-background"><div class="flex h-full flex-col bg-background"><div class="flex-shrink-0 border-b bg-card/50 backdrop-blur-sm"><div class="mx-auto max-w-5xl px-6"><div class="flex items-center justify-between pb-3 pt-5"><div><h1 class="text-2xl font-bold tracking-tight">配置</h1><p class="mt-0.5 text-sm text-muted-foreground">系统运行参数</p></div><button type="button" tabindex="0" data-slot="button" class="group/button inline-flex shrink-0 items-center justify-center rounded-lg border bg-clip-padding text-sm font-medium whitespace-nowrap transition-all outline-none select-none focus-visible:border-ring focus-visible:ring-3 focus-visible:ring-ring/50 active:not-aria-[haspopup]:translate-y-px disabled:pointer-events-none disabled:opacity-50 aria-invalid:border-destructive aria-invalid:ring-3 aria-invalid:ring-destructive/20 dark:aria-invalid:border-destructive/50 dark:aria-invalid:ring-destructive/40 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4 border-border hover:bg-muted hover:text-foreground aria-expanded:bg-muted aria-expanded:text-foreground dark:border-input dark:bg-input/30 dark:hover:bg-input/50 h-8 px-2.5 has-data-[icon=inline-end]:pr-2 has-data-[icon=inline-start]:pl-2 gap-1.5 bg-card shadow-sm cursor-pointer"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-x h-3.5 w-3.5" aria-hidden="true"><path d="M18 6 6 18"></path><path d="m6 6 12 12"></path></svg>ESC</button></div><div class="relative flex gap-1 overflow-x-auto"><button data-section="general" class="relative flex items-center gap-2 rounded-t-lg px-4 py-2.5 text-sm font-medium whitespace-nowrap cursor-pointer transition-colors duration-200 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 text-foreground bg-background"><span class="flex h-6 w-6 items-center justify-center rounded-md transition-colors duration-200 bg-accent"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-settings h-3.5 w-3.5" aria-hidden="true"><path d="M9.671 4.136a2.34 2.34 0 0 1 4.659 0 2.34 2.34 0 0 0 3.319 1.915 2.34 2.34 0 0 1 2.33 4.033 2.34 2.34 0 0 0 0 3.831 2.34 2.34 0 0 1-2.33 4.033 2.34 2.34 0 0 0-3.319 1.915 2.34 2.34 0 0 1-4.659 0 2.34 2.34 0 0 0-3.32-1.915 2.34 2.34 0 0 1-2.33-4.033 2.34 2.34 0 0 0 0-3.831A2.34 2.34 0 0 1 6.35 6.051a2.34 2.34 0 0 0 3.319-1.915"></path><circle cx="12" cy="12" r="3"></circle></svg></span><span>通用</span></button><button data-section="ai-tools" class="relative flex items-center gap-2 rounded-t-lg px-4 py-2.5 text-sm font-medium whitespace-nowrap cursor-pointer transition-colors duration-200 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 text-muted-foreground hover:text-foreground hover:bg-muted/50"><span class="flex h-6 w-6 items-center justify-center rounded-md transition-colors duration-200 bg-transparent"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-cpu h-3.5 w-3.5" aria-hidden="true"><path d="M12 20v2"></path><path d="M12 2v2"></path><path d="M17 20v2"></path><path d="M17 2v2"></path><path d="M2 12h2"></path><path d="M2 17h2"></path><path d="M2 7h2"></path><path d="M20 12h2"></path><path d="M20 17h2"></path><path d="M20 7h2"></path><path d="M7 20v2"></path><path d="M7 2v2"></path><rect x="4" y="4" width="16" height="16" rx="2"></rect><rect x="8" y="8" width="8" height="8" rx="1"></rect></svg></span><span>AI 工具</span></button><button data-section="prompts" class="relative flex items-center gap-2 rounded-t-lg px-4 py-2.5 text-sm font-medium whitespace-nowrap cursor-pointer transition-colors duration-200 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 text-muted-foreground hover:text-foreground hover:bg-muted/50"><span class="flex h-6 w-6 items-center justify-center rounded-md transition-colors duration-200 bg-transparent"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-file-text h-3.5 w-3.5" aria-hidden="true"><path d="M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z"></path><path d="M14 2v5a1 1 0 0 0 1 1h5"></path><path d="M10 9H8"></path><path d="M16 13H8"></path><path d="M16 17H8"></path></svg></span><span>提示词</span></button><button data-section="config" class="relative flex items-center gap-2 rounded-t-lg px-4 py-2.5 text-sm font-medium whitespace-nowrap cursor-pointer transition-colors duration-200 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 text-muted-foreground hover:text-foreground hover:bg-muted/50"><span class="flex h-6 w-6 items-center justify-center rounded-md transition-colors duration-200 bg-transparent"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-sliders-horizontal h-3.5 w-3.5" aria-hidden="true"><path d="M10 5H3"></path><path d="M12 19H3"></path><path d="M14 3v4"></path><path d="M16 17v4"></path><path d="M21 12h-9"></path><path d="M21 19h-5"></path><path d="M21 5h-7"></path><path d="M8 10v4"></path><path d="M8 12H3"></path></svg></span><span>参数配置</span></button><button data-section="extensions" class="relative flex items-center gap-2 rounded-t-lg px-4 py-2.5 text-sm font-medium whitespace-nowrap cursor-pointer transition-colors duration-200 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 text-muted-foreground hover:text-foreground hover:bg-muted/50"><span class="flex h-6 w-6 items-center justify-center rounded-md transition-colors duration-200 bg-transparent"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-package h-3.5 w-3.5" aria-hidden="true"><path d="M11 21.73a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73z"></path><path d="M12 22V12"></path><polyline points="3.29 7 12 12 20.71 7"></polyline><path d="m7.5 4.27 9 5.15"></path></svg></span><span>扩展</span></button><button data-section="notifications" class="relative flex items-center gap-2 rounded-t-lg px-4 py-2.5 text-sm font-medium whitespace-nowrap cursor-pointer transition-colors duration-200 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 text-muted-foreground hover:text-foreground hover:bg-muted/50"><span class="flex h-6 w-6 items-center justify-center rounded-md transition-colors duration-200 bg-transparent"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-bell h-3.5 w-3.5" aria-hidden="true"><path d="M10.268 21a2 2 0 0 0 3.464 0"></path><path d="M3.262 15.326A1 1 0 0 0 4 17h16a1 1 0 0 0 .74-1.673C19.41 13.956 18 12.499 18 8A6 6 0 0 0 6 8c0 4.499-1.411 5.956-2.738 7.326"></path></svg></span><span>通知</span></button><button data-section="backup" class="relative flex items-center gap-2 rounded-t-lg px-4 py-2.5 text-sm font-medium whitespace-nowrap cursor-pointer transition-colors duration-200 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 text-muted-foreground hover:text-foreground hover:bg-muted/50"><span class="flex h-6 w-6 items-center justify-center rounded-md transition-colors duration-200 bg-transparent"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-hard-drive h-3.5 w-3.5" aria-hidden="true"><path d="M10 16h.01"></path><path d="M2.212 11.577a2 2 0 0 0-.212.896V18a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-5.527a2 2 0 0 0-.212-.896L18.55 5.11A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11z"></path><path d="M21.946 12.013H2.054"></path><path d="M6 16h.01"></path></svg></span><span>数据管理</span></button><div class="absolute bottom-0 h-0.5 rounded-full transition-all duration-250 ease-out bg-foreground" style="left:0;width:0"></div></div></div></div><div class="flex-1 overflow-auto"><div class="mx-auto max-w-4xl px-6 py-8"><div class="mb-6 flex items-start gap-4"><div class="flex h-10 w-10 flex-shrink-0 items-center justify-center rounded-xl ring-1 bg-accent text-foreground ring-border"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-settings h-5 w-5" aria-hidden="true"><path d="M9.671 4.136a2.34 2.34 0 0 1 4.659 0 2.34 2.34 0 0 0 3.319 1.915 2.34 2.34 0 0 1 2.33 4.033 2.34 2.34 0 0 0 0 3.831 2.34 2.34 0 0 1-2.33 4.033 2.34 2.34 0 0 0-3.319 1.915 2.34 2.34 0 0 1-4.659 0 2.34 2.34 0 0 0-3.32-1.915 2.34 2.34 0 0 1-2.33-4.033 2.34 2.34 0 0 0 0-3.831A2.34 2.34 0 0 1 6.35 6.051a2.34 2.34 0 0 0 3.319-1.915"></path><circle cx="12" cy="12" r="3"></circle></svg></div><div class="min-w-0"><h2 class="text-lg font-semibold leading-tight">通用</h2><p class="mt-0.5 text-sm text-muted-foreground">主题与语言偏好</p></div></div><div class="mb-6 border-t"></div><div class="divide-y divide-border/50"><div class="flex items-center justify-between py-4 border-b border-border/50 last:border-0"><div class="min-w-0 flex-1 pr-4"><div class="text-sm font-medium">主题</div><div class="text-xs text-muted-foreground mt-0.5">选择界面主题</div></div><div class="shrink-0"><div class="inline-flex h-9 rounded-lg border border-border/50 bg-muted/30 p-1 w-[200px]"></div></div></div><div class="flex items-center justify-between py-4 border-b border-border/50 last:border-0"><div class="min-w-0 flex-1 pr-4"><div class="text-sm font-medium">语言</div><div class="text-xs text-muted-foreground mt-0.5">切换界面语言</div></div><div class="shrink-0"><div class="inline-flex rounded-lg border border-border/50 bg-muted/30 p-1 gap-0.5"><button type="button" class="rounded-md px-3.5 py-1.5 text-sm font-medium transition-all duration-200 cursor-pointer bg-background text-foreground shadow-sm">中文</button><button type="button" class="rounded-md px-3.5 py-1.5 text-sm font-medium transition-all duration-200 cursor-pointer text-muted-foreground hover:text-foreground">English</button></div></div></div><div class="py-4 border-b border-border/50"><div class="flex items-center justify-between"><div class="min-w-0 flex-1 pr-4"><div class="text-sm font-medium">终端应用</div><div class="text-xs text-muted-foreground mt-0.5">用于"在终端中打开"的 GUI 终端应用</div></div></div><div class="mt-3 flex flex-col gap-2"><input type="text" placeholder="Terminal" class="h-9 w-64 rounded-lg border border-border/50 bg-muted/30 px-3 text-sm focus:outline-none focus:ring-2 focus:ring-blue-500/30" value="Terminal"/></div></div><div class="flex items-center justify-between py-4 border-b border-border/50 last:border-0"><div class="min-w-0 flex-1 pr-4"><div class="text-sm font-medium">空闲超时(秒)</div><div class="text-xs text-muted-foreground mt-0.5">终端无输出多久后触发空闲检测(最低 180 秒)</div></div><div class="shrink-0"><input type="number" min="180" class="h-9 w-28 rounded-lg border border-border/50 bg-muted/30 px-3 text-sm text-right focus:outline-none focus:ring-2 focus:ring-blue-500/30" value="180"/></div></div></div></div></div></div><!--$--><!--/$--></main></div></div></div><section aria-label="Notifications alt+T" tabindex="-1" aria-live="polite" aria-relevant="additions text" aria-atomic="false"></section><script src="/_next/static/chunks/0wcyolcg1ve73.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n3:I[680695,[\"/_next/static/chunks/076x3dc258jv8.js\",\"/_next/static/chunks/0y4t-yk9428ag.js\",\"/_next/static/chunks/0r6_if_1hvz-u.js\",\"/_next/static/chunks/0n52vvco8hy2h.js\",\"/_next/static/chunks/0b2yknsc68f2a.js\",\"/_next/static/chunks/13.pi0v53g-4n.js\",\"/_next/static/chunks/0v8apmh_d7lz3.js\",\"/_next/static/chunks/0ns9v_d.3s~uo.js\",\"/_next/static/chunks/16nn-au~pxlvy.js\",\"/_next/static/chunks/0wyjnhk_5g3.8.js\",\"/_next/static/chunks/0rgyeuy~3vua-.js\"],\"default\"]\n4:I[484878,[\"/_next/static/chunks/076x3dc258jv8.js\",\"/_next/static/chunks/0y4t-yk9428ag.js\",\"/_next/static/chunks/0r6_if_1hvz-u.js\",\"/_next/static/chunks/0n52vvco8hy2h.js\",\"/_next/static/chunks/0b2yknsc68f2a.js\",\"/_next/static/chunks/13.pi0v53g-4n.js\",\"/_next/static/chunks/0v8apmh_d7lz3.js\",\"/_next/static/chunks/0ns9v_d.3s~uo.js\",\"/_next/static/chunks/16nn-au~pxlvy.js\",\"/_next/static/chunks/0wyjnhk_5g3.8.js\",\"/_next/static/chunks/0rgyeuy~3vua-.js\"],\"default\"]\n5:I[516578,[\"/_next/static/chunks/076x3dc258jv8.js\",\"/_next/static/chunks/0y4t-yk9428ag.js\",\"/_next/static/chunks/0r6_if_1hvz-u.js\",\"/_next/static/chunks/0n52vvco8hy2h.js\",\"/_next/static/chunks/0b2yknsc68f2a.js\",\"/_next/static/chunks/13.pi0v53g-4n.js\",\"/_next/static/chunks/0v8apmh_d7lz3.js\",\"/_next/static/chunks/0ns9v_d.3s~uo.js\",\"/_next/static/chunks/16nn-au~pxlvy.js\",\"/_next/static/chunks/0wyjnhk_5g3.8.js\",\"/_next/static/chunks/0rgyeuy~3vua-.js\"],\"ClientPageRoot\"]\n6:I[113399,[\"/_next/static/chunks/076x3dc258jv8.js\",\"/_next/static/chunks/0y4t-yk9428ag.js\",\"/_next/static/chunks/0r6_if_1hvz-u.js\",\"/_next/static/chunks/0n52vvco8hy2h.js\",\"/_next/static/chunks/0b2yknsc68f2a.js\",\"/_next/static/chunks/13.pi0v53g-4n.js\",\"/_next/static/chunks/0v8apmh_d7lz3.js\",\"/_next/static/chunks/0ns9v_d.3s~uo.js\",\"/_next/static/chunks/16nn-au~pxlvy.js\",\"/_next/static/chunks/0wyjnhk_5g3.8.js\",\"/_next/static/chunks/0rgyeuy~3vua-.js\",\"/_next/static/chunks/010xl0lpp55xe.js\",\"/_next/static/chunks/022_88ef~e93a.js\"],\"default\"]\n9:I[834225,[\"/_next/static/chunks/076x3dc258jv8.js\",\"/_next/static/chunks/0y4t-yk9428ag.js\",\"/_next/static/chunks/0r6_if_1hvz-u.js\",\"/_next/static/chunks/0n52vvco8hy2h.js\",\"/_next/static/chunks/0b2yknsc68f2a.js\",\"/_next/static/chunks/13.pi0v53g-4n.js\",\"/_next/static/chunks/0v8apmh_d7lz3.js\",\"/_next/static/chunks/0ns9v_d.3s~uo.js\",\"/_next/static/chunks/16nn-au~pxlvy.js\",\"/_next/static/chunks/0wyjnhk_5g3.8.js\",\"/_next/static/chunks/0rgyeuy~3vua-.js\"],\"OutletBoundary\"]\na:\"$Sreact.suspense\"\nd:I[834225,[\"/_next/static/chunks/076x3dc258jv8.js\",\"/_next/static/chunks/0y4t-yk9428ag.js\",\"/_next/static/chunks/0r6_if_1hvz-u.js\",\"/_next/static/chunks/0n52vvco8hy2h.js\",\"/_next/static/chunks/0b2yknsc68f2a.js\",\"/_next/static/chunks/13.pi0v53g-4n.js\",\"/_next/static/chunks/0v8apmh_d7lz3.js\",\"/_next/static/chunks/0ns9v_d.3s~uo.js\",\"/_next/static/chunks/16nn-au~pxlvy.js\",\"/_next/static/chunks/0wyjnhk_5g3.8.js\",\"/_next/static/chunks/0rgyeuy~3vua-.js\"],\"ViewportBoundary\"]\nf:I[834225,[\"/_next/static/chunks/076x3dc258jv8.js\",\"/_next/static/chunks/0y4t-yk9428ag.js\",\"/_next/static/chunks/0r6_if_1hvz-u.js\",\"/_next/static/chunks/0n52vvco8hy2h.js\",\"/_next/static/chunks/0b2yknsc68f2a.js\",\"/_next/static/chunks/13.pi0v53g-4n.js\",\"/_next/static/chunks/0v8apmh_d7lz3.js\",\"/_next/static/chunks/0ns9v_d.3s~uo.js\",\"/_next/static/chunks/16nn-au~pxlvy.js\",\"/_next/static/chunks/0wyjnhk_5g3.8.js\",\"/_next/static/chunks/0rgyeuy~3vua-.js\"],\"MetadataBoundary\"]\n11:I[135230,[\"/_next/static/chunks/076x3dc258jv8.js\",\"/_next/static/chunks/0y4t-yk9428ag.js\",\"/_next/static/chunks/0r6_if_1hvz-u.js\",\"/_next/static/chunks/0n52vvco8hy2h.js\",\"/_next/static/chunks/0b2yknsc68f2a.js\",\"/_next/static/chunks/13.pi0v53g-4n.js\",\"/_next/static/chunks/0v8apmh_d7lz3.js\",\"/_next/static/chunks/0ns9v_d.3s~uo.js\",\"/_next/static/chunks/16nn-au~pxlvy.js\",\"/_next/static/chunks/0wyjnhk_5g3.8.js\",\"/_next/static/chunks/0rgyeuy~3vua-.js\"],\"default\",1]\n:HL[\"/_next/static/chunks/123doanyjnwwq.css\",\"style\"]\n:HL[\"/_next/static/chunks/0o~~t9_9pm-0e.css\",\"style\"]\n:HL[\"/_next/static/media/797e433ab948586e-s.p.09zddjkbdep5a.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\""])</script><script>self.__next_f.push([1,"/_next/static/media/caa3a2e1cccd8315-s.p.09~u27dqhyhd6.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"c\":[\"\",\"settings\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"settings\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",16],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/123doanyjnwwq.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"link\",\"1\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/0o~~t9_9pm-0e.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/076x3dc258jv8.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/0y4t-yk9428ag.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-2\",{\"src\":\"/_next/static/chunks/0r6_if_1hvz-u.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-3\",{\"src\":\"/_next/static/chunks/0n52vvco8hy2h.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-4\",{\"src\":\"/_next/static/chunks/0b2yknsc68f2a.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-5\",{\"src\":\"/_next/static/chunks/13.pi0v53g-4n.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-6\",{\"src\":\"/_next/static/chunks/0v8apmh_d7lz3.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-7\",{\"src\":\"/_next/static/chunks/0ns9v_d.3s~uo.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-8\",{\"src\":\"/_next/static/chunks/16nn-au~pxlvy.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-9\",{\"src\":\"/_next/static/chunks/0wyjnhk_5g3.8.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-10\",{\"src\":\"/_next/static/chunks/0rgyeuy~3vua-.js\",\"async\":true,\"nonce\":\"$undefined\"}]],\"$L2\"]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"$L5\",null,{\"Component\":\"$6\",\"serverProvidedParams\":{\"searchParams\":{},\"params\":{},\"promises\":[\"$@7\",\"$@8\"]}}],[[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/010xl0lpp55xe.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/022_88ef~e93a.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"$L9\",null,{\"children\":[\"$\",\"$a\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@b\"}]}]]}],{},null,false,null]},null,false,\"$@c\"]},null,false,null],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$Ld\",null,{\"children\":\"$Le\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$Lf\",null,{\"children\":[\"$\",\"$a\",null,{\"name\":\"Next.Metadata\",\"children\":\"$L10\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$11\",[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/123doanyjnwwq.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"link\",\"1\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/0o~~t9_9pm-0e.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]]],\"S\":true,\"h\":null,\"s\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"U-HwmuCE_TgwA_Rd4SjpZ\"}\n"])</script><script>self.__next_f.push([1,"12:[]\nc:\"$W12\"\n7:{}\n8:\"$0:f:0:1:1:children:1:children:0:props:children:0:props:serverProvidedParams:params\"\n"])</script><script>self.__next_f.push([1,"e:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"13:I[782626,[\"/_next/static/chunks/076x3dc258jv8.js\",\"/_next/static/chunks/0y4t-yk9428ag.js\",\"/_next/static/chunks/0r6_if_1hvz-u.js\",\"/_next/static/chunks/0n52vvco8hy2h.js\",\"/_next/static/chunks/0b2yknsc68f2a.js\",\"/_next/static/chunks/13.pi0v53g-4n.js\",\"/_next/static/chunks/0v8apmh_d7lz3.js\",\"/_next/static/chunks/0ns9v_d.3s~uo.js\",\"/_next/static/chunks/16nn-au~pxlvy.js\",\"/_next/static/chunks/0wyjnhk_5g3.8.js\",\"/_next/static/chunks/0rgyeuy~3vua-.js\"],\"IconMark\"]\nb:null\n10:[[\"$\",\"title\",\"0\",{\"children\":\"AI Task Platform - Tower\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"AI task orchestration and multi-project management platform\"}],[\"$\",\"link\",\"2\",{\"rel\":\"manifest\",\"href\":\"/manifest.json\",\"crossOrigin\":\"$undefined\"}],[\"$\",\"link\",\"3\",{\"rel\":\"icon\",\"href\":\"/favicon.ico?favicon.0y2d6j9cou~8p.ico\",\"sizes\":\"48x48\",\"type\":\"image/x-icon\"}],[\"$\",\"link\",\"4\",{\"rel\":\"icon\",\"href\":\"/icon1.png?icon1.04ux133882seb.png\",\"sizes\":\"96x96\",\"type\":\"image/png\"}],[\"$\",\"link\",\"5\",{\"rel\":\"apple-touch-icon\",\"href\":\"/apple-icon.png?apple-icon.16aocl-s-v2qz.png\",\"sizes\":\"180x180\",\"type\":\"image/png\"}],[\"$\",\"$L13\",\"6\",{}]]\n"])</script><script>self.__next_f.push([1,"14:I[782406,[\"/_next/static/chunks/076x3dc258jv8.js\",\"/_next/static/chunks/0y4t-yk9428ag.js\",\"/_next/static/chunks/0r6_if_1hvz-u.js\",\"/_next/static/chunks/0n52vvco8hy2h.js\",\"/_next/static/chunks/0b2yknsc68f2a.js\",\"/_next/static/chunks/13.pi0v53g-4n.js\",\"/_next/static/chunks/0v8apmh_d7lz3.js\",\"/_next/static/chunks/0ns9v_d.3s~uo.js\",\"/_next/static/chunks/16nn-au~pxlvy.js\",\"/_next/static/chunks/0wyjnhk_5g3.8.js\",\"/_next/static/chunks/0rgyeuy~3vua-.js\"],\"ThemeProvider\"]\n15:I[746798,[\"/_next/static/chunks/076x3dc258jv8.js\",\"/_next/static/chunks/0y4t-yk9428ag.js\",\"/_next/static/chunks/0r6_if_1hvz-u.js\",\"/_next/static/chunks/0n52vvco8hy2h.js\",\"/_next/static/chunks/0b2yknsc68f2a.js\",\"/_next/static/chunks/13.pi0v53g-4n.js\",\"/_next/static/chunks/0v8apmh_d7lz3.js\",\"/_next/static/chunks/0ns9v_d.3s~uo.js\",\"/_next/static/chunks/16nn-au~pxlvy.js\",\"/_next/static/chunks/0wyjnhk_5g3.8.js\",\"/_next/static/chunks/0rgyeuy~3vua-.js\"],\"TooltipProvider\"]\n16:I[533499,[\"/_next/static/chunks/076x3dc258jv8.js\",\"/_next/static/chunks/0y4t-yk9428ag.js\",\"/_next/static/chunks/0r6_if_1hvz-u.js\",\"/_next/static/chunks/0n52vvco8hy2h.js\",\"/_next/static/chunks/0b2yknsc68f2a.js\",\"/_next/static/chunks/13.pi0v53g-4n.js\",\"/_next/static/chunks/0v8apmh_d7lz3.js\",\"/_next/static/chunks/0ns9v_d.3s~uo.js\",\"/_next/static/chunks/16nn-au~pxlvy.js\",\"/_next/static/chunks/0wyjnhk_5g3.8.js\",\"/_next/static/chunks/0rgyeuy~3vua-.js\"],\"I18nProvider\"]\n17:I[770303,[\"/_next/static/chunks/076x3dc258jv8.js\",\"/_next/static/chunks/0y4t-yk9428ag.js\",\"/_next/static/chunks/0r6_if_1hvz-u.js\",\"/_next/static/chunks/0n52vvco8hy2h.js\",\"/_next/static/chunks/0b2yknsc68f2a.js\",\"/_next/static/chunks/13.pi0v53g-4n.js\",\"/_next/static/chunks/0v8apmh_d7lz3.js\",\"/_next/static/chunks/0ns9v_d.3s~uo.js\",\"/_next/static/chunks/16nn-au~pxlvy.js\",\"/_next/static/chunks/0wyjnhk_5g3.8.js\",\"/_next/static/chunks/0rgyeuy~3vua-.js\"],\"ExtensionProvider\"]\n18:I[914935,[\"/_next/static/chunks/076x3dc258jv8.js\",\"/_next/static/chunks/0y4t-yk9428ag.js\",\"/_next/static/chunks/0r6_if_1hvz-u.js\",\"/_next/static/chunks/0n52vvco8hy2h.js\",\"/_next/static/chunks/0b2yknsc68f2a.js\",\"/_next/static/chunks/13.pi0v53g-4n.js\",\"/_next/static/chunks/0v8apmh_d7lz3.js\",\"/_next/static/chunks/0ns9v_d.3s~uo.js\",\"/_next/static/chunks/16nn-au~pxlvy.js\",\"/_next/static/chunks/0wyjnhk_5g3.8.js\",\"/_next/static/chunks/0rgyeuy~3vua-.js\"],\"LayoutClient\"]\n19:I[713354,[\"/_next/static/chunks/076x3dc258jv8.js\",\"/_next/static/chunks/0y4t-yk9428ag.js\",\"/_next/static/chunks/0r6_if_1hvz-u.js\",\"/_next/static/chunks/0n52vvco8hy2h.js\",\"/_next/static/chunks/0b2yknsc68f2a.js\",\"/_next/static/chunks/13.pi0v53g-4n.js\",\"/_next/static/chunks/0v8apmh_d7lz3.js\",\"/_next/static/chunks/0ns9v_d.3s~uo.js\",\"/_next/static/chunks/16nn-au~pxlvy.js\",\"/_next/static/chunks/0wyjnhk_5g3.8.js\",\"/_next/static/chunks/0rgyeuy~3vua-.js\"],\"Toaster\"]\n:HL[\"https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300..700;1,9..40,300..700\u0026family=JetBrains+Mono:wght@400;500;600\u0026display=swap\",\"style\"]\n"])</script><script>self.__next_f.push([1,"2:[\"$\",\"html\",null,{\"lang\":\"zh-CN\",\"suppressHydrationWarning\":true,\"children\":[[\"$\",\"head\",null,{\"children\":[[\"$\",\"link\",null,{\"rel\":\"preconnect\",\"href\":\"https://fonts.googleapis.com\"}],[\"$\",\"link\",null,{\"rel\":\"preconnect\",\"href\":\"https://fonts.gstatic.com\",\"crossOrigin\":\"anonymous\"}],[\"$\",\"link\",null,{\"href\":\"https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300..700;1,9..40,300..700\u0026family=JetBrains+Mono:wght@400;500;600\u0026display=swap\",\"rel\":\"stylesheet\"}]]}],[\"$\",\"body\",null,{\"className\":\"geist_a71539c9-module__T19VSG__variable geist_mono_8d43a2aa-module__8Li5zG__variable antialiased\",\"children\":[\"$\",\"$L14\",null,{\"attribute\":\"class\",\"defaultTheme\":\"system\",\"enableSystem\":true,\"children\":[\"$\",\"$L15\",null,{\"children\":[\"$\",\"$L16\",null,{\"children\":[\"$\",\"$L17\",null,{\"initialStatus\":{\"rg\":{\"installed\":true,\"path\":\"/opt/homebrew/bin/rg\",\"version\":\"15.1.0\"},\"monaco\":{\"installed\":true,\"path\":\"/Users/liujunping/project/f/tower/public/vs\",\"version\":\"0.55.1\"}},\"children\":[[\"$\",\"$L18\",null,{\"workspaces\":[{\"id\":\"cmp9579zj0001clpwxip07rm6\",\"name\":\"Default Workspace\",\"description\":null,\"updatedAt\":\"$D2026-05-17T02:15:01.712Z\"}],\"isFirstRun\":false,\"username\":\"刘俊平\",\"children\":[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}],[\"$\",\"$L19\",null,{\"richColors\":true,\"position\":\"top-right\"}]]}]}]}]}]}]]}]\n"])</script></body></html>
|
|
1
|
+
<!DOCTYPE html><html lang="zh-CN"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" href="/_next/static/media/797e433ab948586e-s.p.09zddjkbdep5a.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="preload" href="/_next/static/media/caa3a2e1cccd8315-s.p.09~u27dqhyhd6.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="preload" as="image" href="/logo.png"/><link rel="stylesheet" href="/_next/static/chunks/123doanyjnwwq.css" data-precedence="next"/><link rel="stylesheet" href="/_next/static/chunks/0o~~t9_9pm-0e.css" data-precedence="next"/><style data-precedence="base-ui:low" data-href="base-ui-disable-scrollbar">.base-ui-disable-scrollbar{scrollbar-width:none}.base-ui-disable-scrollbar::-webkit-scrollbar{display:none}</style><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/0wcyolcg1ve73.js"/><script src="/_next/static/chunks/0g2f3gfbw74_l.js" async=""></script><script src="/_next/static/chunks/06o_v9w9rlnhw.js" async=""></script><script src="/_next/static/chunks/0xx3nm8lmhwj_.js" async=""></script><script src="/_next/static/chunks/135ugbvs32qv_.js" async=""></script><script src="/_next/static/chunks/turbopack-14tk3atxl28.e.js" async=""></script><script src="/_next/static/chunks/076x3dc258jv8.js" async=""></script><script src="/_next/static/chunks/0y4t-yk9428ag.js" async=""></script><script src="/_next/static/chunks/0r6_if_1hvz-u.js" async=""></script><script src="/_next/static/chunks/0n52vvco8hy2h.js" async=""></script><script src="/_next/static/chunks/0b2yknsc68f2a.js" async=""></script><script src="/_next/static/chunks/13.pi0v53g-4n.js" async=""></script><script src="/_next/static/chunks/0v8apmh_d7lz3.js" async=""></script><script src="/_next/static/chunks/0xw4lc5b8_ksq.js" async=""></script><script src="/_next/static/chunks/16nn-au~pxlvy.js" async=""></script><script src="/_next/static/chunks/0wyjnhk_5g3.8.js" async=""></script><script src="/_next/static/chunks/11qxjwptzbka2.js" async=""></script><script src="/_next/static/chunks/0v5-g5xtcj48u.js" async=""></script><script src="/_next/static/chunks/162.req.5srx1.js" async=""></script><link rel="preload" href="https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300..700;1,9..40,300..700&family=JetBrains+Mono:wght@400;500;600&display=swap" as="style"/><meta name="next-size-adjust" content=""/><title>AI Task Platform - Tower</title><meta name="description" content="AI task orchestration and multi-project management platform"/><link rel="manifest" href="/manifest.json"/><link rel="icon" href="/favicon.ico?favicon.0y2d6j9cou~8p.ico" sizes="48x48" type="image/x-icon"/><link rel="icon" href="/icon1.png?icon1.04ux133882seb.png" sizes="96x96" type="image/png"/><link rel="apple-touch-icon" href="/apple-icon.png?apple-icon.16aocl-s-v2qz.png" sizes="180x180" type="image/png"/><link rel="preconnect" href="https://fonts.googleapis.com"/><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="anonymous"/><link href="https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300..700;1,9..40,300..700&family=JetBrains+Mono:wght@400;500;600&display=swap" rel="stylesheet"/><script src="/_next/static/chunks/03~yq9q893hmn.js" noModule=""></script></head><body class="geist_a71539c9-module__T19VSG__variable geist_mono_8d43a2aa-module__8Li5zG__variable antialiased"><div hidden=""><!--$--><!--/$--></div><script>((a,b,c,d,e,f,g,h)=>{let i=document.documentElement,j=["light","dark"];function k(b){var c;(Array.isArray(a)?a:[a]).forEach(a=>{let c="class"===a,d=c&&f?e.map(a=>f[a]||a):e;c?(i.classList.remove(...d),i.classList.add(f&&f[b]?f[b]:b)):i.setAttribute(a,b)}),c=b,h&&j.includes(c)&&(i.style.colorScheme=c)}if(d)k(d);else try{let a=localStorage.getItem(b)||c,d=g&&"system"===a?window.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light":a;k(d)}catch(a){}})("class","theme","system",null,["light","dark"],null,true,true)</script><div class="flex h-screen overflow-hidden"><aside class="noise relative flex h-screen w-56 flex-col border-r border-border bg-sidebar"><div class="relative z-10 flex items-center gap-3 px-4 py-4"><img src="/logo.png" alt="Tower" class="h-9 w-9 rounded-lg"/><div class="flex-1"><div class="text-sm font-semibold tracking-tight text-foreground">Tower</div><div class="text-[10px] font-medium uppercase tracking-widest text-muted-foreground">Studio</div></div><button type="button" tabindex="0" data-slot="button" title="折叠侧边栏" class="group/button inline-flex shrink-0 items-center justify-center border border-transparent bg-clip-padding text-sm font-medium whitespace-nowrap transition-all outline-none select-none focus-visible:border-ring focus-visible:ring-3 focus-visible:ring-ring/50 active:not-aria-[haspopup]:translate-y-px disabled:pointer-events-none disabled:opacity-50 aria-invalid:border-destructive aria-invalid:ring-3 aria-invalid:ring-destructive/20 dark:aria-invalid:border-destructive/50 dark:aria-invalid:ring-destructive/40 [&_svg]:pointer-events-none [&_svg]:shrink-0 hover:bg-accent hover:text-foreground aria-expanded:bg-accent aria-expanded:text-foreground size-6 rounded-[min(var(--radius-md),10px)] in-data-[slot=button-group]:rounded-lg [&_svg:not([class*='size-'])]:size-3 text-muted-foreground"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chevrons-left h-4 w-4" aria-hidden="true"><path d="m11 17-5-5 5-5"></path><path d="m18 17-5-5 5-5"></path></svg></button></div><div class="relative z-10 flex items-center justify-between px-4 py-2"><span class="text-[11px] font-semibold uppercase tracking-wider text-muted-foreground">工作空间</span><button type="button" tabindex="0" data-slot="button" data-tour="create-workspace" title="新建工作空间" class="group/button inline-flex shrink-0 items-center justify-center border border-transparent bg-clip-padding text-sm font-medium whitespace-nowrap transition-all outline-none select-none focus-visible:border-ring focus-visible:ring-3 focus-visible:ring-ring/50 active:not-aria-[haspopup]:translate-y-px disabled:pointer-events-none disabled:opacity-50 aria-invalid:border-destructive aria-invalid:ring-3 aria-invalid:ring-destructive/20 dark:aria-invalid:border-destructive/50 dark:aria-invalid:ring-destructive/40 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4 hover:bg-accent hover:text-foreground aria-expanded:bg-accent aria-expanded:text-foreground size-7 rounded-[min(var(--radius-md),12px)] in-data-[slot=button-group]:rounded-lg text-muted-foreground"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-plus h-3.5 w-3.5" aria-hidden="true"><path d="M5 12h14"></path><path d="M12 5v14"></path></svg></button></div><div role="presentation" style="position:relative;--scroll-area-corner-height:0px;--scroll-area-corner-width:0px" data-slot="scroll-area" class="group/scroll relative z-10 mt-2 flex-1 min-h-0"><div role="presentation" data-id="base-ui-_R_1l5lb_-viewport" tabindex="-1" class="size-full rounded-[inherit] transition-[color,box-shadow] outline-none focus-visible:ring-[3px] focus-visible:ring-ring/50 focus-visible:outline-1 base-ui-disable-scrollbar" style="overflow:scroll" data-slot="scroll-area-viewport"><div class="px-2 py-1"><div class="group relative flex items-center rounded-lg transition-all hover:bg-accent/60"><button class="flex flex-1 items-center gap-2.5 px-3 py-2.5 text-left cursor-pointer"><span class="flex h-7 w-7 items-center justify-center rounded-md bg-muted text-sm"><span class="text-xs font-semibold text-muted-foreground">D</span></span><div class="flex-1 min-w-0"><div class="truncate text-sm font-medium text-secondary-foreground">Default Workspace</div><div class="text-[11px] text-muted-foreground">11d ago</div></div></button><button class="mr-2 rounded-md p-1 text-muted-foreground opacity-0 transition-all hover:bg-background hover:text-foreground group-hover:opacity-100" type="button" tabindex="0" aria-haspopup="menu" id="base-ui-_R_7b9l5lb_" data-slot="dropdown-menu-trigger"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-ellipsis h-3.5 w-3.5" aria-hidden="true"><circle cx="12" cy="12" r="1"></circle><circle cx="19" cy="12" r="1"></circle><circle cx="5" cy="12" r="1"></circle></svg></button></div></div></div></div><a class="relative z-10 flex items-center gap-2 border-t border-border px-4 py-3 text-[11px] cursor-pointer transition-colors text-muted-foreground hover:text-foreground" href="/missions"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-gauge h-3.5 w-3.5" aria-hidden="true"><path d="m12 14 4-4"></path><path d="M3.34 19a10 10 0 1 1 17.32 0"></path></svg><span>任务控制台</span></a><a class="relative z-10 flex items-center gap-2 border-t border-border px-4 py-3 text-[11px] text-muted-foreground cursor-pointer hover:text-foreground transition-colors" href="/workspaces/cmp9579zj0001clpwxip07rm6/notes"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-file-text h-3.5 w-3.5" aria-hidden="true"><path d="M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z"></path><path d="M14 2v5a1 1 0 0 0 1 1h5"></path><path d="M10 9H8"></path><path d="M16 13H8"></path><path d="M16 17H8"></path></svg><span>笔记</span></a><a class="relative z-10 flex items-center gap-2 px-4 py-3 text-[11px] text-muted-foreground cursor-pointer hover:text-foreground transition-colors" href="/workspaces/cmp9579zj0001clpwxip07rm6/assets"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-folder-open h-3.5 w-3.5" aria-hidden="true"><path d="m6 14 1.5-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.54 6a2 2 0 0 1-1.95 1.5H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H18a2 2 0 0 1 2 2v2"></path></svg><span>资源</span></a><a class="relative z-10 flex items-center gap-2 px-4 py-3 text-[11px] text-muted-foreground cursor-pointer hover:text-foreground transition-colors" href="/workspaces/cmp9579zj0001clpwxip07rm6/archive"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-archive h-3.5 w-3.5" aria-hidden="true"><rect width="20" height="5" x="2" y="3" rx="1"></rect><path d="M4 8v11a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8"></path><path d="M10 12h4"></path></svg><span>归档</span></a></aside><div class="flex flex-1 flex-col overflow-hidden"><header class="flex h-12 items-center justify-between border-b border-border bg-background/80 px-5 backdrop-blur-sm"><div class="w-40"></div><div class="flex items-center gap-2"><button type="button" tabindex="0" data-slot="button" class="group/button inline-flex shrink-0 items-center rounded-lg border bg-clip-padding text-sm font-medium whitespace-nowrap transition-all outline-none select-none focus-visible:border-ring focus-visible:ring-3 focus-visible:ring-ring/50 active:not-aria-[haspopup]:translate-y-px disabled:pointer-events-none disabled:opacity-50 aria-invalid:border-destructive aria-invalid:ring-3 aria-invalid:ring-destructive/20 dark:aria-invalid:border-destructive/50 dark:aria-invalid:ring-destructive/40 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4 border-border hover:text-foreground aria-expanded:bg-muted aria-expanded:text-foreground dark:border-input dark:bg-input/30 dark:hover:bg-input/50 px-2.5 has-data-[icon=inline-end]:pr-2 has-data-[icon=inline-start]:pl-2 h-8 w-[400px] justify-start gap-2 bg-muted/50 text-muted-foreground hover:bg-muted"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-search h-3.5 w-3.5" aria-hidden="true"><path d="m21 21-4.34-4.34"></path><circle cx="11" cy="11" r="8"></circle></svg><span class="flex-1 text-left">搜索任务、项目、仓库、笔记、资源...</span><kbd class="mr-1 flex items-center gap-0.5 rounded border border-border bg-background px-1.5 py-0.5 text-[10px] font-mono"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-command h-2.5 w-2.5" aria-hidden="true"><path d="M15 6v12a3 3 0 1 0 3-3H6a3 3 0 1 0 3 3V6a3 3 0 1 0-3 3h12a3 3 0 1 0-3-3"></path></svg>K</kbd></button><button data-tour="open-assistant" aria-label="助手" class="cursor-pointer rounded-lg p-2 text-muted-foreground transition-colors hover:bg-accent hover:text-foreground " id="base-ui-_R_t2p5lb_" data-slot="tooltip-trigger"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-bot h-4 w-4" aria-hidden="true"><path d="M12 8V4H8"></path><rect width="16" height="12" x="4" y="8" rx="2"></rect><path d="M2 14h2"></path><path d="M20 14h2"></path><path d="M15 13v2"></path><path d="M9 13v2"></path></svg></button></div><div class="flex items-center gap-1.5"><button type="button" tabindex="0" data-slot="tooltip-trigger" id="base-ui-_R_1jip5lb_" class="group/button inline-flex shrink-0 items-center justify-center rounded-lg border border-transparent bg-clip-padding text-sm font-medium whitespace-nowrap transition-all outline-none select-none focus-visible:border-ring focus-visible:ring-3 focus-visible:ring-ring/50 active:not-aria-[haspopup]:translate-y-px disabled:pointer-events-none disabled:opacity-50 aria-invalid:border-destructive aria-invalid:ring-3 aria-invalid:ring-destructive/20 dark:aria-invalid:border-destructive/50 dark:aria-invalid:ring-destructive/40 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4 hover:bg-accent hover:text-foreground aria-expanded:bg-accent aria-expanded:text-foreground h-8 gap-1.5 px-2.5 has-data-[icon=inline-end]:pr-2 has-data-[icon=inline-start]:pl-2 text-muted-foreground"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-globe h-3.5 w-3.5" aria-hidden="true"><circle cx="12" cy="12" r="10"></circle><path d="M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20"></path><path d="M2 12h20"></path></svg><span class="text-[11px] font-semibold">EN</span></button><button type="button" tabindex="0" data-slot="tooltip-trigger" id="base-ui-_R_1lip5lb_" class="group/button inline-flex shrink-0 items-center justify-center rounded-lg border border-transparent bg-clip-padding text-sm font-medium whitespace-nowrap transition-all outline-none select-none focus-visible:border-ring focus-visible:ring-3 focus-visible:ring-ring/50 active:not-aria-[haspopup]:translate-y-px disabled:pointer-events-none disabled:opacity-50 aria-invalid:border-destructive aria-invalid:ring-3 aria-invalid:ring-destructive/20 dark:aria-invalid:border-destructive/50 dark:aria-invalid:ring-destructive/40 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4 hover:bg-accent hover:text-foreground aria-expanded:bg-accent aria-expanded:text-foreground size-8 text-muted-foreground"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-moon h-4 w-4" aria-hidden="true"><path d="M20.985 12.486a9 9 0 1 1-9.473-9.472c.405-.022.617.46.402.803a6 6 0 0 0 8.268 8.268c.344-.215.825-.004.803.401"></path></svg></button><div class="h-4 w-px bg-border"></div><button type="button" tabindex="0" data-slot="button" class="group/button inline-flex shrink-0 items-center justify-center rounded-lg border bg-clip-padding text-sm font-medium whitespace-nowrap transition-all outline-none select-none focus-visible:border-ring focus-visible:ring-3 focus-visible:ring-ring/50 active:not-aria-[haspopup]:translate-y-px disabled:pointer-events-none disabled:opacity-50 aria-invalid:border-destructive aria-invalid:ring-3 aria-invalid:ring-destructive/20 dark:aria-invalid:border-destructive/50 dark:aria-invalid:ring-destructive/40 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4 border-border bg-background hover:text-foreground aria-expanded:bg-muted aria-expanded:text-foreground dark:border-input dark:bg-input/30 dark:hover:bg-input/50 h-8 px-2.5 has-data-[icon=inline-end]:pr-2 has-data-[icon=inline-start]:pl-2 gap-1.5 ring-1 ring-border hover:bg-accent"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-folder-open h-3.5 w-3.5" aria-hidden="true"><path d="m6 14 1.5-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.54 6a2 2 0 0 1-1.95 1.5H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H18a2 2 0 0 1 2 2v2"></path></svg>导入项目</button><button type="button" tabindex="0" data-slot="button" data-tour="create-project" class="group/button inline-flex shrink-0 items-center justify-center rounded-lg border border-transparent bg-clip-padding text-sm font-medium whitespace-nowrap transition-all outline-none select-none focus-visible:border-ring focus-visible:ring-3 focus-visible:ring-ring/50 active:not-aria-[haspopup]:translate-y-px disabled:pointer-events-none disabled:opacity-50 aria-invalid:border-destructive aria-invalid:ring-3 aria-invalid:ring-destructive/20 dark:aria-invalid:border-destructive/50 dark:aria-invalid:ring-destructive/40 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4 [a]:hover:bg-primary/80 h-8 px-2.5 has-data-[icon=inline-end]:pr-2 has-data-[icon=inline-start]:pl-2 gap-1.5 bg-primary/10 text-primary ring-1 ring-primary/25 hover:bg-primary/20"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-plus h-3.5 w-3.5" aria-hidden="true"><path d="M5 12h14"></path><path d="M12 5v14"></path></svg>新建项目</button><button class="ml-0.5 flex cursor-pointer items-center gap-1.5 rounded-lg px-2.5 py-1 transition-colors hover:bg-accent" type="button" tabindex="0" aria-haspopup="menu" id="base-ui-_R_1tip5lb_" data-slot="dropdown-menu-trigger"><span class="max-w-[80px] truncate text-xs text-muted-foreground">刘俊平</span><span data-slot="avatar" data-size="default" class="group/avatar relative flex size-8 shrink-0 rounded-full select-none after:absolute after:inset-0 after:rounded-full after:border after:border-border after:mix-blend-darken data-[size=lg]:size-10 data-[size=sm]:size-6 dark:after:mix-blend-lighten h-7 w-7 ring-1 ring-border"><span data-slot="avatar-fallback" class="flex size-full items-center justify-center rounded-full group-data-[size=sm]/avatar:text-xs bg-emerald-500/20 text-emerald-400 text-[10px] font-semibold">刘</span></span></button></div></header><div class="flex flex-1 overflow-hidden"><main class="flex-1 overflow-auto bg-background"><div class="flex h-full flex-col bg-background"><div class="flex-shrink-0 border-b bg-card/50 backdrop-blur-sm"><div class="mx-auto max-w-5xl px-6"><div class="flex items-center justify-between pb-3 pt-5"><div><h1 class="text-2xl font-bold tracking-tight">配置</h1><p class="mt-0.5 text-sm text-muted-foreground">系统运行参数</p></div><button type="button" tabindex="0" data-slot="button" class="group/button inline-flex shrink-0 items-center justify-center rounded-lg border bg-clip-padding text-sm font-medium whitespace-nowrap transition-all outline-none select-none focus-visible:border-ring focus-visible:ring-3 focus-visible:ring-ring/50 active:not-aria-[haspopup]:translate-y-px disabled:pointer-events-none disabled:opacity-50 aria-invalid:border-destructive aria-invalid:ring-3 aria-invalid:ring-destructive/20 dark:aria-invalid:border-destructive/50 dark:aria-invalid:ring-destructive/40 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4 border-border hover:bg-muted hover:text-foreground aria-expanded:bg-muted aria-expanded:text-foreground dark:border-input dark:bg-input/30 dark:hover:bg-input/50 h-8 px-2.5 has-data-[icon=inline-end]:pr-2 has-data-[icon=inline-start]:pl-2 gap-1.5 bg-card shadow-sm cursor-pointer"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-x h-3.5 w-3.5" aria-hidden="true"><path d="M18 6 6 18"></path><path d="m6 6 12 12"></path></svg>ESC</button></div><div class="relative flex gap-1 overflow-x-auto"><button data-section="general" class="relative flex items-center gap-2 rounded-t-lg px-4 py-2.5 text-sm font-medium whitespace-nowrap cursor-pointer transition-colors duration-200 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 text-foreground bg-background"><span class="flex h-6 w-6 items-center justify-center rounded-md transition-colors duration-200 bg-accent"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-settings h-3.5 w-3.5" aria-hidden="true"><path d="M9.671 4.136a2.34 2.34 0 0 1 4.659 0 2.34 2.34 0 0 0 3.319 1.915 2.34 2.34 0 0 1 2.33 4.033 2.34 2.34 0 0 0 0 3.831 2.34 2.34 0 0 1-2.33 4.033 2.34 2.34 0 0 0-3.319 1.915 2.34 2.34 0 0 1-4.659 0 2.34 2.34 0 0 0-3.32-1.915 2.34 2.34 0 0 1-2.33-4.033 2.34 2.34 0 0 0 0-3.831A2.34 2.34 0 0 1 6.35 6.051a2.34 2.34 0 0 0 3.319-1.915"></path><circle cx="12" cy="12" r="3"></circle></svg></span><span>通用</span></button><button data-section="ai-tools" class="relative flex items-center gap-2 rounded-t-lg px-4 py-2.5 text-sm font-medium whitespace-nowrap cursor-pointer transition-colors duration-200 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 text-muted-foreground hover:text-foreground hover:bg-muted/50"><span class="flex h-6 w-6 items-center justify-center rounded-md transition-colors duration-200 bg-transparent"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-cpu h-3.5 w-3.5" aria-hidden="true"><path d="M12 20v2"></path><path d="M12 2v2"></path><path d="M17 20v2"></path><path d="M17 2v2"></path><path d="M2 12h2"></path><path d="M2 17h2"></path><path d="M2 7h2"></path><path d="M20 12h2"></path><path d="M20 17h2"></path><path d="M20 7h2"></path><path d="M7 20v2"></path><path d="M7 2v2"></path><rect x="4" y="4" width="16" height="16" rx="2"></rect><rect x="8" y="8" width="8" height="8" rx="1"></rect></svg></span><span>AI 工具</span></button><button data-section="prompts" class="relative flex items-center gap-2 rounded-t-lg px-4 py-2.5 text-sm font-medium whitespace-nowrap cursor-pointer transition-colors duration-200 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 text-muted-foreground hover:text-foreground hover:bg-muted/50"><span class="flex h-6 w-6 items-center justify-center rounded-md transition-colors duration-200 bg-transparent"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-file-text h-3.5 w-3.5" aria-hidden="true"><path d="M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z"></path><path d="M14 2v5a1 1 0 0 0 1 1h5"></path><path d="M10 9H8"></path><path d="M16 13H8"></path><path d="M16 17H8"></path></svg></span><span>提示词</span></button><button data-section="config" class="relative flex items-center gap-2 rounded-t-lg px-4 py-2.5 text-sm font-medium whitespace-nowrap cursor-pointer transition-colors duration-200 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 text-muted-foreground hover:text-foreground hover:bg-muted/50"><span class="flex h-6 w-6 items-center justify-center rounded-md transition-colors duration-200 bg-transparent"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-sliders-horizontal h-3.5 w-3.5" aria-hidden="true"><path d="M10 5H3"></path><path d="M12 19H3"></path><path d="M14 3v4"></path><path d="M16 17v4"></path><path d="M21 12h-9"></path><path d="M21 19h-5"></path><path d="M21 5h-7"></path><path d="M8 10v4"></path><path d="M8 12H3"></path></svg></span><span>参数配置</span></button><button data-section="extensions" class="relative flex items-center gap-2 rounded-t-lg px-4 py-2.5 text-sm font-medium whitespace-nowrap cursor-pointer transition-colors duration-200 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 text-muted-foreground hover:text-foreground hover:bg-muted/50"><span class="flex h-6 w-6 items-center justify-center rounded-md transition-colors duration-200 bg-transparent"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-package h-3.5 w-3.5" aria-hidden="true"><path d="M11 21.73a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73z"></path><path d="M12 22V12"></path><polyline points="3.29 7 12 12 20.71 7"></polyline><path d="m7.5 4.27 9 5.15"></path></svg></span><span>扩展</span></button><button data-section="notifications" class="relative flex items-center gap-2 rounded-t-lg px-4 py-2.5 text-sm font-medium whitespace-nowrap cursor-pointer transition-colors duration-200 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 text-muted-foreground hover:text-foreground hover:bg-muted/50"><span class="flex h-6 w-6 items-center justify-center rounded-md transition-colors duration-200 bg-transparent"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-bell h-3.5 w-3.5" aria-hidden="true"><path d="M10.268 21a2 2 0 0 0 3.464 0"></path><path d="M3.262 15.326A1 1 0 0 0 4 17h16a1 1 0 0 0 .74-1.673C19.41 13.956 18 12.499 18 8A6 6 0 0 0 6 8c0 4.499-1.411 5.956-2.738 7.326"></path></svg></span><span>通知</span></button><button data-section="backup" class="relative flex items-center gap-2 rounded-t-lg px-4 py-2.5 text-sm font-medium whitespace-nowrap cursor-pointer transition-colors duration-200 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 text-muted-foreground hover:text-foreground hover:bg-muted/50"><span class="flex h-6 w-6 items-center justify-center rounded-md transition-colors duration-200 bg-transparent"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-hard-drive h-3.5 w-3.5" aria-hidden="true"><path d="M10 16h.01"></path><path d="M2.212 11.577a2 2 0 0 0-.212.896V18a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-5.527a2 2 0 0 0-.212-.896L18.55 5.11A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11z"></path><path d="M21.946 12.013H2.054"></path><path d="M6 16h.01"></path></svg></span><span>数据管理</span></button><div class="absolute bottom-0 h-0.5 rounded-full transition-all duration-250 ease-out bg-foreground" style="left:0;width:0"></div></div></div></div><div class="flex-1 overflow-auto"><div class="mx-auto max-w-4xl px-6 py-8"><div class="mb-6 flex items-start gap-4"><div class="flex h-10 w-10 flex-shrink-0 items-center justify-center rounded-xl ring-1 bg-accent text-foreground ring-border"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-settings h-5 w-5" aria-hidden="true"><path d="M9.671 4.136a2.34 2.34 0 0 1 4.659 0 2.34 2.34 0 0 0 3.319 1.915 2.34 2.34 0 0 1 2.33 4.033 2.34 2.34 0 0 0 0 3.831 2.34 2.34 0 0 1-2.33 4.033 2.34 2.34 0 0 0-3.319 1.915 2.34 2.34 0 0 1-4.659 0 2.34 2.34 0 0 0-3.32-1.915 2.34 2.34 0 0 1-2.33-4.033 2.34 2.34 0 0 0 0-3.831A2.34 2.34 0 0 1 6.35 6.051a2.34 2.34 0 0 0 3.319-1.915"></path><circle cx="12" cy="12" r="3"></circle></svg></div><div class="min-w-0"><h2 class="text-lg font-semibold leading-tight">通用</h2><p class="mt-0.5 text-sm text-muted-foreground">主题与语言偏好</p></div></div><div class="mb-6 border-t"></div><div class="divide-y divide-border/50"><div class="flex items-center justify-between py-4 border-b border-border/50 last:border-0"><div class="min-w-0 flex-1 pr-4"><div class="text-sm font-medium">主题</div><div class="text-xs text-muted-foreground mt-0.5">选择界面主题</div></div><div class="shrink-0"><div class="inline-flex h-9 rounded-lg border border-border/50 bg-muted/30 p-1 w-[200px]"></div></div></div><div class="flex items-center justify-between py-4 border-b border-border/50 last:border-0"><div class="min-w-0 flex-1 pr-4"><div class="text-sm font-medium">语言</div><div class="text-xs text-muted-foreground mt-0.5">切换界面语言</div></div><div class="shrink-0"><div class="inline-flex rounded-lg border border-border/50 bg-muted/30 p-1 gap-0.5"><button type="button" class="rounded-md px-3.5 py-1.5 text-sm font-medium transition-all duration-200 cursor-pointer bg-background text-foreground shadow-sm">中文</button><button type="button" class="rounded-md px-3.5 py-1.5 text-sm font-medium transition-all duration-200 cursor-pointer text-muted-foreground hover:text-foreground">English</button></div></div></div><div class="py-4 border-b border-border/50"><div class="flex items-center justify-between"><div class="min-w-0 flex-1 pr-4"><div class="text-sm font-medium">终端应用</div><div class="text-xs text-muted-foreground mt-0.5">用于"在终端中打开"的 GUI 终端应用</div></div></div><div class="mt-3 flex flex-col gap-2"><input type="text" placeholder="Terminal" class="h-9 w-64 rounded-lg border border-border/50 bg-muted/30 px-3 text-sm focus:outline-none focus:ring-2 focus:ring-blue-500/30" value="Terminal"/></div></div><div class="flex items-center justify-between py-4 border-b border-border/50 last:border-0"><div class="min-w-0 flex-1 pr-4"><div class="text-sm font-medium">空闲超时(秒)</div><div class="text-xs text-muted-foreground mt-0.5">终端无输出多久后触发空闲检测(最低 180 秒)</div></div><div class="shrink-0"><input type="number" min="180" class="h-9 w-28 rounded-lg border border-border/50 bg-muted/30 px-3 text-sm text-right focus:outline-none focus:ring-2 focus:ring-blue-500/30" value="180"/></div></div></div></div></div></div><!--$--><!--/$--></main></div></div></div><section aria-label="Notifications alt+T" tabindex="-1" aria-live="polite" aria-relevant="additions text" aria-atomic="false"></section><script src="/_next/static/chunks/0wcyolcg1ve73.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n3:I[680695,[\"/_next/static/chunks/076x3dc258jv8.js\",\"/_next/static/chunks/0y4t-yk9428ag.js\",\"/_next/static/chunks/0r6_if_1hvz-u.js\",\"/_next/static/chunks/0n52vvco8hy2h.js\",\"/_next/static/chunks/0b2yknsc68f2a.js\",\"/_next/static/chunks/13.pi0v53g-4n.js\",\"/_next/static/chunks/0v8apmh_d7lz3.js\",\"/_next/static/chunks/0xw4lc5b8_ksq.js\",\"/_next/static/chunks/16nn-au~pxlvy.js\",\"/_next/static/chunks/0wyjnhk_5g3.8.js\",\"/_next/static/chunks/11qxjwptzbka2.js\"],\"default\"]\n4:I[484878,[\"/_next/static/chunks/076x3dc258jv8.js\",\"/_next/static/chunks/0y4t-yk9428ag.js\",\"/_next/static/chunks/0r6_if_1hvz-u.js\",\"/_next/static/chunks/0n52vvco8hy2h.js\",\"/_next/static/chunks/0b2yknsc68f2a.js\",\"/_next/static/chunks/13.pi0v53g-4n.js\",\"/_next/static/chunks/0v8apmh_d7lz3.js\",\"/_next/static/chunks/0xw4lc5b8_ksq.js\",\"/_next/static/chunks/16nn-au~pxlvy.js\",\"/_next/static/chunks/0wyjnhk_5g3.8.js\",\"/_next/static/chunks/11qxjwptzbka2.js\"],\"default\"]\n5:I[516578,[\"/_next/static/chunks/076x3dc258jv8.js\",\"/_next/static/chunks/0y4t-yk9428ag.js\",\"/_next/static/chunks/0r6_if_1hvz-u.js\",\"/_next/static/chunks/0n52vvco8hy2h.js\",\"/_next/static/chunks/0b2yknsc68f2a.js\",\"/_next/static/chunks/13.pi0v53g-4n.js\",\"/_next/static/chunks/0v8apmh_d7lz3.js\",\"/_next/static/chunks/0xw4lc5b8_ksq.js\",\"/_next/static/chunks/16nn-au~pxlvy.js\",\"/_next/static/chunks/0wyjnhk_5g3.8.js\",\"/_next/static/chunks/11qxjwptzbka2.js\"],\"ClientPageRoot\"]\n6:I[113399,[\"/_next/static/chunks/076x3dc258jv8.js\",\"/_next/static/chunks/0y4t-yk9428ag.js\",\"/_next/static/chunks/0r6_if_1hvz-u.js\",\"/_next/static/chunks/0n52vvco8hy2h.js\",\"/_next/static/chunks/0b2yknsc68f2a.js\",\"/_next/static/chunks/13.pi0v53g-4n.js\",\"/_next/static/chunks/0v8apmh_d7lz3.js\",\"/_next/static/chunks/0xw4lc5b8_ksq.js\",\"/_next/static/chunks/16nn-au~pxlvy.js\",\"/_next/static/chunks/0wyjnhk_5g3.8.js\",\"/_next/static/chunks/11qxjwptzbka2.js\",\"/_next/static/chunks/0v5-g5xtcj48u.js\",\"/_next/static/chunks/162.req.5srx1.js\"],\"default\"]\n9:I[834225,[\"/_next/static/chunks/076x3dc258jv8.js\",\"/_next/static/chunks/0y4t-yk9428ag.js\",\"/_next/static/chunks/0r6_if_1hvz-u.js\",\"/_next/static/chunks/0n52vvco8hy2h.js\",\"/_next/static/chunks/0b2yknsc68f2a.js\",\"/_next/static/chunks/13.pi0v53g-4n.js\",\"/_next/static/chunks/0v8apmh_d7lz3.js\",\"/_next/static/chunks/0xw4lc5b8_ksq.js\",\"/_next/static/chunks/16nn-au~pxlvy.js\",\"/_next/static/chunks/0wyjnhk_5g3.8.js\",\"/_next/static/chunks/11qxjwptzbka2.js\"],\"OutletBoundary\"]\na:\"$Sreact.suspense\"\nd:I[834225,[\"/_next/static/chunks/076x3dc258jv8.js\",\"/_next/static/chunks/0y4t-yk9428ag.js\",\"/_next/static/chunks/0r6_if_1hvz-u.js\",\"/_next/static/chunks/0n52vvco8hy2h.js\",\"/_next/static/chunks/0b2yknsc68f2a.js\",\"/_next/static/chunks/13.pi0v53g-4n.js\",\"/_next/static/chunks/0v8apmh_d7lz3.js\",\"/_next/static/chunks/0xw4lc5b8_ksq.js\",\"/_next/static/chunks/16nn-au~pxlvy.js\",\"/_next/static/chunks/0wyjnhk_5g3.8.js\",\"/_next/static/chunks/11qxjwptzbka2.js\"],\"ViewportBoundary\"]\nf:I[834225,[\"/_next/static/chunks/076x3dc258jv8.js\",\"/_next/static/chunks/0y4t-yk9428ag.js\",\"/_next/static/chunks/0r6_if_1hvz-u.js\",\"/_next/static/chunks/0n52vvco8hy2h.js\",\"/_next/static/chunks/0b2yknsc68f2a.js\",\"/_next/static/chunks/13.pi0v53g-4n.js\",\"/_next/static/chunks/0v8apmh_d7lz3.js\",\"/_next/static/chunks/0xw4lc5b8_ksq.js\",\"/_next/static/chunks/16nn-au~pxlvy.js\",\"/_next/static/chunks/0wyjnhk_5g3.8.js\",\"/_next/static/chunks/11qxjwptzbka2.js\"],\"MetadataBoundary\"]\n11:I[135230,[\"/_next/static/chunks/076x3dc258jv8.js\",\"/_next/static/chunks/0y4t-yk9428ag.js\",\"/_next/static/chunks/0r6_if_1hvz-u.js\",\"/_next/static/chunks/0n52vvco8hy2h.js\",\"/_next/static/chunks/0b2yknsc68f2a.js\",\"/_next/static/chunks/13.pi0v53g-4n.js\",\"/_next/static/chunks/0v8apmh_d7lz3.js\",\"/_next/static/chunks/0xw4lc5b8_ksq.js\",\"/_next/static/chunks/16nn-au~pxlvy.js\",\"/_next/static/chunks/0wyjnhk_5g3.8.js\",\"/_next/static/chunks/11qxjwptzbka2.js\"],\"default\",1]\n:HL[\"/_next/static/chunks/123doanyjnwwq.css\",\"style\"]\n:HL[\"/_next/static/chunks/0o~~t9_9pm-0e.css\",\"style\"]\n:HL[\"/_next/static/media/797e433ab948586e-s.p.09zddjkbdep5a.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\""])</script><script>self.__next_f.push([1,"/_next/static/media/caa3a2e1cccd8315-s.p.09~u27dqhyhd6.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"c\":[\"\",\"settings\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"settings\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",16],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/123doanyjnwwq.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"link\",\"1\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/0o~~t9_9pm-0e.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/076x3dc258jv8.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/0y4t-yk9428ag.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-2\",{\"src\":\"/_next/static/chunks/0r6_if_1hvz-u.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-3\",{\"src\":\"/_next/static/chunks/0n52vvco8hy2h.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-4\",{\"src\":\"/_next/static/chunks/0b2yknsc68f2a.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-5\",{\"src\":\"/_next/static/chunks/13.pi0v53g-4n.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-6\",{\"src\":\"/_next/static/chunks/0v8apmh_d7lz3.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-7\",{\"src\":\"/_next/static/chunks/0xw4lc5b8_ksq.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-8\",{\"src\":\"/_next/static/chunks/16nn-au~pxlvy.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-9\",{\"src\":\"/_next/static/chunks/0wyjnhk_5g3.8.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-10\",{\"src\":\"/_next/static/chunks/11qxjwptzbka2.js\",\"async\":true,\"nonce\":\"$undefined\"}]],\"$L2\"]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"$L5\",null,{\"Component\":\"$6\",\"serverProvidedParams\":{\"searchParams\":{},\"params\":{},\"promises\":[\"$@7\",\"$@8\"]}}],[[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/0v5-g5xtcj48u.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/162.req.5srx1.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"$L9\",null,{\"children\":[\"$\",\"$a\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@b\"}]}]]}],{},null,false,null]},null,false,\"$@c\"]},null,false,null],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$Ld\",null,{\"children\":\"$Le\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$Lf\",null,{\"children\":[\"$\",\"$a\",null,{\"name\":\"Next.Metadata\",\"children\":\"$L10\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$11\",[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/123doanyjnwwq.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"link\",\"1\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/0o~~t9_9pm-0e.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]]],\"S\":true,\"h\":null,\"s\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"_ZiE8oD76fu2E6vKTuPlS\"}\n"])</script><script>self.__next_f.push([1,"12:[]\nc:\"$W12\"\n7:{}\n8:\"$0:f:0:1:1:children:1:children:0:props:children:0:props:serverProvidedParams:params\"\n"])</script><script>self.__next_f.push([1,"e:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"13:I[782626,[\"/_next/static/chunks/076x3dc258jv8.js\",\"/_next/static/chunks/0y4t-yk9428ag.js\",\"/_next/static/chunks/0r6_if_1hvz-u.js\",\"/_next/static/chunks/0n52vvco8hy2h.js\",\"/_next/static/chunks/0b2yknsc68f2a.js\",\"/_next/static/chunks/13.pi0v53g-4n.js\",\"/_next/static/chunks/0v8apmh_d7lz3.js\",\"/_next/static/chunks/0xw4lc5b8_ksq.js\",\"/_next/static/chunks/16nn-au~pxlvy.js\",\"/_next/static/chunks/0wyjnhk_5g3.8.js\",\"/_next/static/chunks/11qxjwptzbka2.js\"],\"IconMark\"]\nb:null\n10:[[\"$\",\"title\",\"0\",{\"children\":\"AI Task Platform - Tower\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"AI task orchestration and multi-project management platform\"}],[\"$\",\"link\",\"2\",{\"rel\":\"manifest\",\"href\":\"/manifest.json\",\"crossOrigin\":\"$undefined\"}],[\"$\",\"link\",\"3\",{\"rel\":\"icon\",\"href\":\"/favicon.ico?favicon.0y2d6j9cou~8p.ico\",\"sizes\":\"48x48\",\"type\":\"image/x-icon\"}],[\"$\",\"link\",\"4\",{\"rel\":\"icon\",\"href\":\"/icon1.png?icon1.04ux133882seb.png\",\"sizes\":\"96x96\",\"type\":\"image/png\"}],[\"$\",\"link\",\"5\",{\"rel\":\"apple-touch-icon\",\"href\":\"/apple-icon.png?apple-icon.16aocl-s-v2qz.png\",\"sizes\":\"180x180\",\"type\":\"image/png\"}],[\"$\",\"$L13\",\"6\",{}]]\n"])</script><script>self.__next_f.push([1,"14:I[782406,[\"/_next/static/chunks/076x3dc258jv8.js\",\"/_next/static/chunks/0y4t-yk9428ag.js\",\"/_next/static/chunks/0r6_if_1hvz-u.js\",\"/_next/static/chunks/0n52vvco8hy2h.js\",\"/_next/static/chunks/0b2yknsc68f2a.js\",\"/_next/static/chunks/13.pi0v53g-4n.js\",\"/_next/static/chunks/0v8apmh_d7lz3.js\",\"/_next/static/chunks/0xw4lc5b8_ksq.js\",\"/_next/static/chunks/16nn-au~pxlvy.js\",\"/_next/static/chunks/0wyjnhk_5g3.8.js\",\"/_next/static/chunks/11qxjwptzbka2.js\"],\"ThemeProvider\"]\n15:I[746798,[\"/_next/static/chunks/076x3dc258jv8.js\",\"/_next/static/chunks/0y4t-yk9428ag.js\",\"/_next/static/chunks/0r6_if_1hvz-u.js\",\"/_next/static/chunks/0n52vvco8hy2h.js\",\"/_next/static/chunks/0b2yknsc68f2a.js\",\"/_next/static/chunks/13.pi0v53g-4n.js\",\"/_next/static/chunks/0v8apmh_d7lz3.js\",\"/_next/static/chunks/0xw4lc5b8_ksq.js\",\"/_next/static/chunks/16nn-au~pxlvy.js\",\"/_next/static/chunks/0wyjnhk_5g3.8.js\",\"/_next/static/chunks/11qxjwptzbka2.js\"],\"TooltipProvider\"]\n16:I[533499,[\"/_next/static/chunks/076x3dc258jv8.js\",\"/_next/static/chunks/0y4t-yk9428ag.js\",\"/_next/static/chunks/0r6_if_1hvz-u.js\",\"/_next/static/chunks/0n52vvco8hy2h.js\",\"/_next/static/chunks/0b2yknsc68f2a.js\",\"/_next/static/chunks/13.pi0v53g-4n.js\",\"/_next/static/chunks/0v8apmh_d7lz3.js\",\"/_next/static/chunks/0xw4lc5b8_ksq.js\",\"/_next/static/chunks/16nn-au~pxlvy.js\",\"/_next/static/chunks/0wyjnhk_5g3.8.js\",\"/_next/static/chunks/11qxjwptzbka2.js\"],\"I18nProvider\"]\n17:I[770303,[\"/_next/static/chunks/076x3dc258jv8.js\",\"/_next/static/chunks/0y4t-yk9428ag.js\",\"/_next/static/chunks/0r6_if_1hvz-u.js\",\"/_next/static/chunks/0n52vvco8hy2h.js\",\"/_next/static/chunks/0b2yknsc68f2a.js\",\"/_next/static/chunks/13.pi0v53g-4n.js\",\"/_next/static/chunks/0v8apmh_d7lz3.js\",\"/_next/static/chunks/0xw4lc5b8_ksq.js\",\"/_next/static/chunks/16nn-au~pxlvy.js\",\"/_next/static/chunks/0wyjnhk_5g3.8.js\",\"/_next/static/chunks/11qxjwptzbka2.js\"],\"ExtensionProvider\"]\n18:I[914935,[\"/_next/static/chunks/076x3dc258jv8.js\",\"/_next/static/chunks/0y4t-yk9428ag.js\",\"/_next/static/chunks/0r6_if_1hvz-u.js\",\"/_next/static/chunks/0n52vvco8hy2h.js\",\"/_next/static/chunks/0b2yknsc68f2a.js\",\"/_next/static/chunks/13.pi0v53g-4n.js\",\"/_next/static/chunks/0v8apmh_d7lz3.js\",\"/_next/static/chunks/0xw4lc5b8_ksq.js\",\"/_next/static/chunks/16nn-au~pxlvy.js\",\"/_next/static/chunks/0wyjnhk_5g3.8.js\",\"/_next/static/chunks/11qxjwptzbka2.js\"],\"LayoutClient\"]\n19:I[713354,[\"/_next/static/chunks/076x3dc258jv8.js\",\"/_next/static/chunks/0y4t-yk9428ag.js\",\"/_next/static/chunks/0r6_if_1hvz-u.js\",\"/_next/static/chunks/0n52vvco8hy2h.js\",\"/_next/static/chunks/0b2yknsc68f2a.js\",\"/_next/static/chunks/13.pi0v53g-4n.js\",\"/_next/static/chunks/0v8apmh_d7lz3.js\",\"/_next/static/chunks/0xw4lc5b8_ksq.js\",\"/_next/static/chunks/16nn-au~pxlvy.js\",\"/_next/static/chunks/0wyjnhk_5g3.8.js\",\"/_next/static/chunks/11qxjwptzbka2.js\"],\"Toaster\"]\n:HL[\"https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300..700;1,9..40,300..700\u0026family=JetBrains+Mono:wght@400;500;600\u0026display=swap\",\"style\"]\n"])</script><script>self.__next_f.push([1,"2:[\"$\",\"html\",null,{\"lang\":\"zh-CN\",\"suppressHydrationWarning\":true,\"children\":[[\"$\",\"head\",null,{\"children\":[[\"$\",\"link\",null,{\"rel\":\"preconnect\",\"href\":\"https://fonts.googleapis.com\"}],[\"$\",\"link\",null,{\"rel\":\"preconnect\",\"href\":\"https://fonts.gstatic.com\",\"crossOrigin\":\"anonymous\"}],[\"$\",\"link\",null,{\"href\":\"https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300..700;1,9..40,300..700\u0026family=JetBrains+Mono:wght@400;500;600\u0026display=swap\",\"rel\":\"stylesheet\"}]]}],[\"$\",\"body\",null,{\"className\":\"geist_a71539c9-module__T19VSG__variable geist_mono_8d43a2aa-module__8Li5zG__variable antialiased\",\"children\":[\"$\",\"$L14\",null,{\"attribute\":\"class\",\"defaultTheme\":\"system\",\"enableSystem\":true,\"children\":[\"$\",\"$L15\",null,{\"children\":[\"$\",\"$L16\",null,{\"children\":[\"$\",\"$L17\",null,{\"initialStatus\":{\"rg\":{\"installed\":true,\"path\":\"/opt/homebrew/bin/rg\",\"version\":\"15.1.0\"},\"monaco\":{\"installed\":false}},\"children\":[[\"$\",\"$L18\",null,{\"workspaces\":[{\"id\":\"cmp9579zj0001clpwxip07rm6\",\"name\":\"Default Workspace\",\"description\":null,\"updatedAt\":\"$D2026-05-17T02:15:01.712Z\"}],\"isFirstRun\":false,\"username\":\"刘俊平\",\"children\":[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}],[\"$\",\"$L19\",null,{\"richColors\":true,\"position\":\"top-right\"}]]}]}]}]}]}]]}]\n"])</script></body></html>
|