0.0.9.0
This commit is contained in:
+1
-1
@@ -1 +1 @@
|
|||||||
cyDoeHK4pEaP_4WKJ5cJ0
|
-yxaGueOTyi5R8bmnIZrO
|
||||||
@@ -7,11 +7,13 @@
|
|||||||
"/api/trees/[treeId]/collaborators/route": "/api/trees/[treeId]/collaborators",
|
"/api/trees/[treeId]/collaborators/route": "/api/trees/[treeId]/collaborators",
|
||||||
"/api/trees/[treeId]/import/route": "/api/trees/[treeId]/import",
|
"/api/trees/[treeId]/import/route": "/api/trees/[treeId]/import",
|
||||||
"/api/trees/[treeId]/invite/route": "/api/trees/[treeId]/invite",
|
"/api/trees/[treeId]/invite/route": "/api/trees/[treeId]/invite",
|
||||||
|
"/api/trees/[treeId]/members/[memberId]/history/route": "/api/trees/[treeId]/members/[memberId]/history",
|
||||||
"/api/trees/[treeId]/members/[memberId]/route": "/api/trees/[treeId]/members/[memberId]",
|
"/api/trees/[treeId]/members/[memberId]/route": "/api/trees/[treeId]/members/[memberId]",
|
||||||
"/api/trees/[treeId]/members/route": "/api/trees/[treeId]/members",
|
"/api/trees/[treeId]/members/route": "/api/trees/[treeId]/members",
|
||||||
"/api/trees/[treeId]/relationship/route": "/api/trees/[treeId]/relationship",
|
"/api/trees/[treeId]/relationship/route": "/api/trees/[treeId]/relationship",
|
||||||
"/api/trees/[treeId]/route": "/api/trees/[treeId]",
|
"/api/trees/[treeId]/route": "/api/trees/[treeId]",
|
||||||
"/api/trees/route": "/api/trees",
|
"/api/trees/route": "/api/trees",
|
||||||
|
"/api/upload/route": "/api/upload",
|
||||||
"/api/user/activity-logs/route": "/api/user/activity-logs",
|
"/api/user/activity-logs/route": "/api/user/activity-logs",
|
||||||
"/api/user/change-password/route": "/api/user/change-password",
|
"/api/user/change-password/route": "/api/user/change-password",
|
||||||
"/api/user/profile/route": "/api/user/profile",
|
"/api/user/profile/route": "/api/user/profile",
|
||||||
@@ -26,5 +28,6 @@
|
|||||||
"/settings/page": "/settings",
|
"/settings/page": "/settings",
|
||||||
"/timeline/page": "/timeline",
|
"/timeline/page": "/timeline",
|
||||||
"/tree/page": "/tree",
|
"/tree/page": "/tree",
|
||||||
"/trees/new/page": "/trees/new"
|
"/trees/new/page": "/trees/new",
|
||||||
|
"/uploads/[filename]/route": "/uploads/[filename]"
|
||||||
}
|
}
|
||||||
@@ -7,15 +7,15 @@
|
|||||||
"static/chunks/a6dad97d9634a72d.js"
|
"static/chunks/a6dad97d9634a72d.js"
|
||||||
],
|
],
|
||||||
"lowPriorityFiles": [
|
"lowPriorityFiles": [
|
||||||
"static/cyDoeHK4pEaP_4WKJ5cJ0/_ssgManifest.js",
|
"static/-yxaGueOTyi5R8bmnIZrO/_ssgManifest.js",
|
||||||
"static/cyDoeHK4pEaP_4WKJ5cJ0/_buildManifest.js"
|
"static/-yxaGueOTyi5R8bmnIZrO/_buildManifest.js"
|
||||||
],
|
],
|
||||||
"rootMainFiles": [
|
"rootMainFiles": [
|
||||||
"static/chunks/d10a21c5b7ccf022.js",
|
"static/chunks/4f40fe78f1a3302f.js",
|
||||||
"static/chunks/b556bd4e4db6194a.js",
|
"static/chunks/3af7c987a6c28caf.js",
|
||||||
"static/chunks/9e02b7100d6e6270.js",
|
"static/chunks/9e02b7100d6e6270.js",
|
||||||
"static/chunks/d2e53c3a1fa8e07b.js",
|
"static/chunks/0eaa8682593f715a.js",
|
||||||
"static/chunks/ca4429dea6d39825.js",
|
"static/chunks/ca4429dea6d39825.js",
|
||||||
"static/chunks/turbopack-70369a344530a1cd.js"
|
"static/chunks/turbopack-24956da4d25866f9.js"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
+1047
-293
File diff suppressed because one or more lines are too long
@@ -4,8 +4,8 @@
|
|||||||
"dynamicRoutes": {},
|
"dynamicRoutes": {},
|
||||||
"notFoundRoutes": [],
|
"notFoundRoutes": [],
|
||||||
"preview": {
|
"preview": {
|
||||||
"previewModeId": "a561659c3c6791e4536a99192250a40c",
|
"previewModeId": "5a8af9853b303be639632b3b93f6b801",
|
||||||
"previewModeSigningKey": "ce5175c5aba03d796db6906b4a72fb5d99b48f1931a7de6d86b60dd12e7c4ed9",
|
"previewModeSigningKey": "89747de43b162ec0ce86774668988d9970cfdd70a071271af44c896fe4537009",
|
||||||
"previewModeEncryptionKey": "a499e58ccabb678895140e21268fdc5d8d7738acde58b15809f62da4c221f242"
|
"previewModeEncryptionKey": "a3123d401ccbbd0bffebc47e807c184a36291f1282afe7814dc511bf3df8298b"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -9,10 +9,16 @@
|
|||||||
"/api/upload/route": "app/api/upload/route.js",
|
"/api/upload/route": "app/api/upload/route.js",
|
||||||
"/api/user/activity-logs/route": "app/api/user/activity-logs/route.js",
|
"/api/user/activity-logs/route": "app/api/user/activity-logs/route.js",
|
||||||
"/api/user/profile/route": "app/api/user/profile/route.js",
|
"/api/user/profile/route": "app/api/user/profile/route.js",
|
||||||
|
"/auth/register/page": "app/auth/register/page.js",
|
||||||
|
"/auth/signin/page": "app/auth/signin/page.js",
|
||||||
|
"/help/page": "app/help/page.js",
|
||||||
"/members/[id]/page": "app/members/[id]/page.js",
|
"/members/[id]/page": "app/members/[id]/page.js",
|
||||||
|
"/members/new/page": "app/members/new/page.js",
|
||||||
"/members/page": "app/members/page.js",
|
"/members/page": "app/members/page.js",
|
||||||
"/page": "app/page.js",
|
"/page": "app/page.js",
|
||||||
"/relationship/page": "app/relationship/page.js",
|
"/relationship/page": "app/relationship/page.js",
|
||||||
"/settings/page": "app/settings/page.js",
|
"/settings/page": "app/settings/page.js",
|
||||||
"/tree/page": "app/tree/page.js"
|
"/timeline/page": "app/timeline/page.js",
|
||||||
|
"/tree/page": "app/tree/page.js",
|
||||||
|
"/trees/new/page": "app/trees/new/page.js"
|
||||||
}
|
}
|
||||||
@@ -1 +1,18 @@
|
|||||||
{}
|
{
|
||||||
|
"[project]/Documents/go-new/chinese-family-tree/components/antd-lunar-calendar.tsx [app-client] (ecmascript, next/dynamic entry)": {
|
||||||
|
"id": "[project]/Documents/go-new/chinese-family-tree/components/antd-lunar-calendar.tsx [app-client] (ecmascript, next/dynamic entry)",
|
||||||
|
"files": [
|
||||||
|
"static/chunks/node_modules_@rc-component_picker_es_a373a046._.js",
|
||||||
|
"static/chunks/node_modules_@rc-component_trigger_es_20355146._.js",
|
||||||
|
"static/chunks/node_modules_antd_es_2048ed59._.js",
|
||||||
|
"static/chunks/node_modules_@rc-component_form_es_bef79843._.js",
|
||||||
|
"static/chunks/node_modules_@ant-design_cssinjs_es_a95c0ffe._.js",
|
||||||
|
"static/chunks/node_modules_@rc-component_select_es_ed3847c4._.js",
|
||||||
|
"static/chunks/node_modules_rc-virtual-list_es_f8e7feeb._.js",
|
||||||
|
"static/chunks/node_modules_8b78dc63._.js",
|
||||||
|
"static/chunks/Documents_go-new_chinese-family-tree_components_antd-lunar-calendar_tsx_a8fd37e0._.js",
|
||||||
|
"static/chunks/Documents_go-new_chinese-family-tree_components_antd-lunar-calendar_dba139f0.css",
|
||||||
|
"static/chunks/Documents_go-new_chinese-family-tree_components_antd-lunar-calendar_tsx_bfb64015._.js"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
File diff suppressed because one or more lines are too long
@@ -12,7 +12,7 @@
|
|||||||
"static/chunks/node_modules_8b78dc63._.js",
|
"static/chunks/node_modules_8b78dc63._.js",
|
||||||
"static/chunks/Documents_go-new_chinese-family-tree_components_antd-lunar-calendar_tsx_a8fd37e0._.js",
|
"static/chunks/Documents_go-new_chinese-family-tree_components_antd-lunar-calendar_tsx_a8fd37e0._.js",
|
||||||
"static/chunks/Documents_go-new_chinese-family-tree_components_antd-lunar-calendar_dba139f0.css",
|
"static/chunks/Documents_go-new_chinese-family-tree_components_antd-lunar-calendar_dba139f0.css",
|
||||||
"static/chunks/Documents_go-new_chinese-family-tree_components_antd-lunar-calendar_tsx_6703883c._.js"
|
"static/chunks/Documents_go-new_chinese-family-tree_components_antd-lunar-calendar_tsx_68aaa0c6._.js"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
File diff suppressed because one or more lines are too long
@@ -12,7 +12,7 @@
|
|||||||
"static/chunks/node_modules_8b78dc63._.js",
|
"static/chunks/node_modules_8b78dc63._.js",
|
||||||
"static/chunks/Documents_go-new_chinese-family-tree_components_antd-lunar-calendar_tsx_a8fd37e0._.js",
|
"static/chunks/Documents_go-new_chinese-family-tree_components_antd-lunar-calendar_tsx_a8fd37e0._.js",
|
||||||
"static/chunks/Documents_go-new_chinese-family-tree_components_antd-lunar-calendar_dba139f0.css",
|
"static/chunks/Documents_go-new_chinese-family-tree_components_antd-lunar-calendar_dba139f0.css",
|
||||||
"static/chunks/Documents_go-new_chinese-family-tree_components_antd-lunar-calendar_tsx_03813ca0._.js"
|
"static/chunks/Documents_go-new_chinese-family-tree_components_antd-lunar-calendar_tsx_8639e476._.js"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
File diff suppressed because one or more lines are too long
@@ -12,7 +12,7 @@
|
|||||||
"static/chunks/node_modules_8b78dc63._.js",
|
"static/chunks/node_modules_8b78dc63._.js",
|
||||||
"static/chunks/Documents_go-new_chinese-family-tree_components_antd-lunar-calendar_tsx_a8fd37e0._.js",
|
"static/chunks/Documents_go-new_chinese-family-tree_components_antd-lunar-calendar_tsx_a8fd37e0._.js",
|
||||||
"static/chunks/Documents_go-new_chinese-family-tree_components_antd-lunar-calendar_dba139f0.css",
|
"static/chunks/Documents_go-new_chinese-family-tree_components_antd-lunar-calendar_dba139f0.css",
|
||||||
"static/chunks/Documents_go-new_chinese-family-tree_components_antd-lunar-calendar_tsx_bf209de7._.js"
|
"static/chunks/Documents_go-new_chinese-family-tree_components_antd-lunar-calendar_tsx_77c22bdb._.js"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
File diff suppressed because one or more lines are too long
@@ -12,7 +12,7 @@
|
|||||||
"static/chunks/node_modules_8b78dc63._.js",
|
"static/chunks/node_modules_8b78dc63._.js",
|
||||||
"static/chunks/Documents_go-new_chinese-family-tree_components_antd-lunar-calendar_tsx_a8fd37e0._.js",
|
"static/chunks/Documents_go-new_chinese-family-tree_components_antd-lunar-calendar_tsx_a8fd37e0._.js",
|
||||||
"static/chunks/Documents_go-new_chinese-family-tree_components_antd-lunar-calendar_dba139f0.css",
|
"static/chunks/Documents_go-new_chinese-family-tree_components_antd-lunar-calendar_dba139f0.css",
|
||||||
"static/chunks/Documents_go-new_chinese-family-tree_components_antd-lunar-calendar_tsx_da4a827d._.js"
|
"static/chunks/Documents_go-new_chinese-family-tree_components_antd-lunar-calendar_tsx_25090575._.js"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
File diff suppressed because one or more lines are too long
@@ -12,7 +12,7 @@
|
|||||||
"static/chunks/node_modules_8b78dc63._.js",
|
"static/chunks/node_modules_8b78dc63._.js",
|
||||||
"static/chunks/Documents_go-new_chinese-family-tree_components_antd-lunar-calendar_tsx_a8fd37e0._.js",
|
"static/chunks/Documents_go-new_chinese-family-tree_components_antd-lunar-calendar_tsx_a8fd37e0._.js",
|
||||||
"static/chunks/Documents_go-new_chinese-family-tree_components_antd-lunar-calendar_dba139f0.css",
|
"static/chunks/Documents_go-new_chinese-family-tree_components_antd-lunar-calendar_dba139f0.css",
|
||||||
"static/chunks/Documents_go-new_chinese-family-tree_components_antd-lunar-calendar_tsx_31b7c8ac._.js"
|
"static/chunks/Documents_go-new_chinese-family-tree_components_antd-lunar-calendar_tsx_a2419559._.js"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
File diff suppressed because one or more lines are too long
@@ -12,7 +12,7 @@
|
|||||||
"static/chunks/node_modules_8b78dc63._.js",
|
"static/chunks/node_modules_8b78dc63._.js",
|
||||||
"static/chunks/Documents_go-new_chinese-family-tree_components_antd-lunar-calendar_tsx_a8fd37e0._.js",
|
"static/chunks/Documents_go-new_chinese-family-tree_components_antd-lunar-calendar_tsx_a8fd37e0._.js",
|
||||||
"static/chunks/Documents_go-new_chinese-family-tree_components_antd-lunar-calendar_dba139f0.css",
|
"static/chunks/Documents_go-new_chinese-family-tree_components_antd-lunar-calendar_dba139f0.css",
|
||||||
"static/chunks/Documents_go-new_chinese-family-tree_components_antd-lunar-calendar_tsx_00071ff3._.js"
|
"static/chunks/Documents_go-new_chinese-family-tree_components_antd-lunar-calendar_tsx_ffb09159._.js"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
File diff suppressed because one or more lines are too long
@@ -3,7 +3,7 @@
|
|||||||
"id": "[project]/Documents/go-new/chinese-family-tree/node_modules/.pnpm/echarts-for-react@3.0.5_echarts@6.0.0_react@19.2.0/node_modules/echarts-for-react/esm/index.js [app-client] (ecmascript, next/dynamic entry)",
|
"id": "[project]/Documents/go-new/chinese-family-tree/node_modules/.pnpm/echarts-for-react@3.0.5_echarts@6.0.0_react@19.2.0/node_modules/echarts-for-react/esm/index.js [app-client] (ecmascript, next/dynamic entry)",
|
||||||
"files": [
|
"files": [
|
||||||
"static/chunks/a0629__pnpm_38e9b27f._.js",
|
"static/chunks/a0629__pnpm_38e9b27f._.js",
|
||||||
"static/chunks/6bb63_echarts-for-react_esm_index_b3f96634.js"
|
"static/chunks/6bb63_echarts-for-react_esm_index_1d9dedbc.js"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"[project]/Documents/go-new/chinese-family-tree/components/antd-lunar-calendar.tsx [app-client] (ecmascript, next/dynamic entry)": {
|
"[project]/Documents/go-new/chinese-family-tree/components/antd-lunar-calendar.tsx [app-client] (ecmascript, next/dynamic entry)": {
|
||||||
@@ -19,7 +19,7 @@
|
|||||||
"static/chunks/node_modules_8b78dc63._.js",
|
"static/chunks/node_modules_8b78dc63._.js",
|
||||||
"static/chunks/Documents_go-new_chinese-family-tree_components_antd-lunar-calendar_tsx_a8fd37e0._.js",
|
"static/chunks/Documents_go-new_chinese-family-tree_components_antd-lunar-calendar_tsx_a8fd37e0._.js",
|
||||||
"static/chunks/Documents_go-new_chinese-family-tree_components_antd-lunar-calendar_dba139f0.css",
|
"static/chunks/Documents_go-new_chinese-family-tree_components_antd-lunar-calendar_dba139f0.css",
|
||||||
"static/chunks/Documents_go-new_chinese-family-tree_components_antd-lunar-calendar_tsx_b3f96634._.js"
|
"static/chunks/Documents_go-new_chinese-family-tree_components_antd-lunar-calendar_tsx_1d9dedbc._.js"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
File diff suppressed because one or more lines are too long
@@ -12,7 +12,7 @@
|
|||||||
"static/chunks/node_modules_8b78dc63._.js",
|
"static/chunks/node_modules_8b78dc63._.js",
|
||||||
"static/chunks/Documents_go-new_chinese-family-tree_components_antd-lunar-calendar_tsx_a8fd37e0._.js",
|
"static/chunks/Documents_go-new_chinese-family-tree_components_antd-lunar-calendar_tsx_a8fd37e0._.js",
|
||||||
"static/chunks/Documents_go-new_chinese-family-tree_components_antd-lunar-calendar_dba139f0.css",
|
"static/chunks/Documents_go-new_chinese-family-tree_components_antd-lunar-calendar_dba139f0.css",
|
||||||
"static/chunks/Documents_go-new_chinese-family-tree_components_antd-lunar-calendar_tsx_483334ea._.js"
|
"static/chunks/Documents_go-new_chinese-family-tree_components_antd-lunar-calendar_tsx_90b82751._.js"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
File diff suppressed because one or more lines are too long
@@ -1 +1,18 @@
|
|||||||
{}
|
{
|
||||||
|
"[project]/Documents/go-new/chinese-family-tree/components/antd-lunar-calendar.tsx [app-client] (ecmascript, next/dynamic entry)": {
|
||||||
|
"id": "[project]/Documents/go-new/chinese-family-tree/components/antd-lunar-calendar.tsx [app-client] (ecmascript, next/dynamic entry)",
|
||||||
|
"files": [
|
||||||
|
"static/chunks/node_modules_@rc-component_picker_es_a373a046._.js",
|
||||||
|
"static/chunks/node_modules_@rc-component_trigger_es_20355146._.js",
|
||||||
|
"static/chunks/node_modules_antd_es_2048ed59._.js",
|
||||||
|
"static/chunks/node_modules_@rc-component_form_es_bef79843._.js",
|
||||||
|
"static/chunks/node_modules_@ant-design_cssinjs_es_a95c0ffe._.js",
|
||||||
|
"static/chunks/node_modules_@rc-component_select_es_ed3847c4._.js",
|
||||||
|
"static/chunks/node_modules_rc-virtual-list_es_f8e7feeb._.js",
|
||||||
|
"static/chunks/node_modules_8b78dc63._.js",
|
||||||
|
"static/chunks/Documents_go-new_chinese-family-tree_components_antd-lunar-calendar_tsx_a8fd37e0._.js",
|
||||||
|
"static/chunks/Documents_go-new_chinese-family-tree_components_antd-lunar-calendar_dba139f0.css",
|
||||||
|
"static/chunks/Documents_go-new_chinese-family-tree_components_antd-lunar-calendar_tsx_496cbaf3._.js"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
File diff suppressed because one or more lines are too long
+1
-1
@@ -185,7 +185,7 @@ function RegisterPage() {
|
|||||||
/*#__PURE__*/ (0, __TURBOPACK__imported__module__$5b$project$5d2f$Documents$2f$go$2d$new$2f$chinese$2d$family$2d$tree$2f$node_modules$2f2e$pnpm$2f$next$40$16$2e$0$2e$3_react$2d$dom$40$19$2e$2$2e$0_react$40$19$2e$2$2e$0_$5f$react$40$19$2e$2$2e$0$2f$node_modules$2f$next$2f$dist$2f$server$2f$route$2d$modules$2f$app$2d$page$2f$vendored$2f$ssr$2f$react$2d$jsx$2d$dev$2d$runtime$2e$js__$5b$app$2d$ssr$5d$__$28$ecmascript$29$__["jsxDEV"])(__TURBOPACK__imported__module__$5b$project$5d2f$Documents$2f$go$2d$new$2f$chinese$2d$family$2d$tree$2f$components$2f$ui$2f$input$2e$tsx__$5b$app$2d$ssr$5d$__$28$ecmascript$29$__["Input"], {
|
/*#__PURE__*/ (0, __TURBOPACK__imported__module__$5b$project$5d2f$Documents$2f$go$2d$new$2f$chinese$2d$family$2d$tree$2f$node_modules$2f2e$pnpm$2f$next$40$16$2e$0$2e$3_react$2d$dom$40$19$2e$2$2e$0_react$40$19$2e$2$2e$0_$5f$react$40$19$2e$2$2e$0$2f$node_modules$2f$next$2f$dist$2f$server$2f$route$2d$modules$2f$app$2d$page$2f$vendored$2f$ssr$2f$react$2d$jsx$2d$dev$2d$runtime$2e$js__$5b$app$2d$ssr$5d$__$28$ecmascript$29$__["jsxDEV"])(__TURBOPACK__imported__module__$5b$project$5d2f$Documents$2f$go$2d$new$2f$chinese$2d$family$2d$tree$2f$components$2f$ui$2f$input$2e$tsx__$5b$app$2d$ssr$5d$__$28$ecmascript$29$__["Input"], {
|
||||||
id: "email",
|
id: "email",
|
||||||
type: "email",
|
type: "email",
|
||||||
placeholder: "your@email.com",
|
placeholder: "请输入邮箱",
|
||||||
value: email,
|
value: email,
|
||||||
onChange: (e)=>setEmail(e.target.value),
|
onChange: (e)=>setEmail(e.target.value),
|
||||||
required: true,
|
required: true,
|
||||||
|
|||||||
+1
-1
File diff suppressed because one or more lines are too long
+1
-1
@@ -151,7 +151,7 @@ function SignInPage() {
|
|||||||
/*#__PURE__*/ (0, __TURBOPACK__imported__module__$5b$project$5d2f$Documents$2f$go$2d$new$2f$chinese$2d$family$2d$tree$2f$node_modules$2f2e$pnpm$2f$next$40$16$2e$0$2e$3_react$2d$dom$40$19$2e$2$2e$0_react$40$19$2e$2$2e$0_$5f$react$40$19$2e$2$2e$0$2f$node_modules$2f$next$2f$dist$2f$server$2f$route$2d$modules$2f$app$2d$page$2f$vendored$2f$ssr$2f$react$2d$jsx$2d$dev$2d$runtime$2e$js__$5b$app$2d$ssr$5d$__$28$ecmascript$29$__["jsxDEV"])(__TURBOPACK__imported__module__$5b$project$5d2f$Documents$2f$go$2d$new$2f$chinese$2d$family$2d$tree$2f$components$2f$ui$2f$input$2e$tsx__$5b$app$2d$ssr$5d$__$28$ecmascript$29$__["Input"], {
|
/*#__PURE__*/ (0, __TURBOPACK__imported__module__$5b$project$5d2f$Documents$2f$go$2d$new$2f$chinese$2d$family$2d$tree$2f$node_modules$2f2e$pnpm$2f$next$40$16$2e$0$2e$3_react$2d$dom$40$19$2e$2$2e$0_react$40$19$2e$2$2e$0_$5f$react$40$19$2e$2$2e$0$2f$node_modules$2f$next$2f$dist$2f$server$2f$route$2d$modules$2f$app$2d$page$2f$vendored$2f$ssr$2f$react$2d$jsx$2d$dev$2d$runtime$2e$js__$5b$app$2d$ssr$5d$__$28$ecmascript$29$__["jsxDEV"])(__TURBOPACK__imported__module__$5b$project$5d2f$Documents$2f$go$2d$new$2f$chinese$2d$family$2d$tree$2f$components$2f$ui$2f$input$2e$tsx__$5b$app$2d$ssr$5d$__$28$ecmascript$29$__["Input"], {
|
||||||
id: "email",
|
id: "email",
|
||||||
type: "email",
|
type: "email",
|
||||||
placeholder: "your@email.com",
|
placeholder: "请输入邮箱",
|
||||||
value: email,
|
value: email,
|
||||||
onChange: (e)=>setEmail(e.target.value),
|
onChange: (e)=>setEmail(e.target.value),
|
||||||
required: true,
|
required: true,
|
||||||
|
|||||||
+1
-1
File diff suppressed because one or more lines are too long
@@ -254,19 +254,19 @@ const metadata = {
|
|||||||
icons: {
|
icons: {
|
||||||
icon: [
|
icon: [
|
||||||
{
|
{
|
||||||
url: "/icon-light-32x32.png",
|
url: "/icon-light-32x32.png?t=" + Date.now(),
|
||||||
media: "(prefers-color-scheme: light)"
|
media: "(prefers-color-scheme: light)"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
url: "/icon-dark-32x32.png",
|
url: "/icon-dark-32x32.png?t=" + Date.now(),
|
||||||
media: "(prefers-color-scheme: dark)"
|
media: "(prefers-color-scheme: dark)"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
url: "/icon.svg",
|
url: "/icon.svg?t=" + Date.now(),
|
||||||
type: "image/svg+xml"
|
type: "image/svg+xml"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
apple: "/apple-icon.png"
|
apple: "/apple-icon.png?t=" + Date.now()
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
function RootLayout({ children }) {
|
function RootLayout({ children }) {
|
||||||
|
|||||||
@@ -18,6 +18,6 @@
|
|||||||
{"offset": {"line": 176, "column": 0}, "map": {"version":3,"sources":["file:///Users/freedak/Documents/go-new/chinese-family-tree/components/ui/alert-dialog-custom.tsx/__nextjs-internal-proxy.mjs"],"sourcesContent":["// This file is generated by next-core EcmascriptClientReferenceModule.\nimport { registerClientReference } from \"react-server-dom-turbopack/server\";\nexport const DialogProvider = registerClientReference(\n function() { throw new Error(\"Attempted to call DialogProvider() from the server but DialogProvider is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.\"); },\n \"[project]/Documents/go-new/chinese-family-tree/components/ui/alert-dialog-custom.tsx <module evaluation>\",\n \"DialogProvider\",\n);\nexport const useDialog = registerClientReference(\n function() { throw new Error(\"Attempted to call useDialog() from the server but useDialog is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.\"); },\n \"[project]/Documents/go-new/chinese-family-tree/components/ui/alert-dialog-custom.tsx <module evaluation>\",\n \"useDialog\",\n);\n"],"names":[],"mappings":"AAAA,uEAAuE;;;;;;;AACvE;;AACO,MAAM,iBAAiB,IAAA,8bAAuB,EACjD;IAAa,MAAM,IAAI,MAAM;AAA4O,GACzQ,4GACA;AAEG,MAAM,YAAY,IAAA,8bAAuB,EAC5C;IAAa,MAAM,IAAI,MAAM;AAAkO,GAC/P,4GACA","ignoreList":[0]}},
|
{"offset": {"line": 176, "column": 0}, "map": {"version":3,"sources":["file:///Users/freedak/Documents/go-new/chinese-family-tree/components/ui/alert-dialog-custom.tsx/__nextjs-internal-proxy.mjs"],"sourcesContent":["// This file is generated by next-core EcmascriptClientReferenceModule.\nimport { registerClientReference } from \"react-server-dom-turbopack/server\";\nexport const DialogProvider = registerClientReference(\n function() { throw new Error(\"Attempted to call DialogProvider() from the server but DialogProvider is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.\"); },\n \"[project]/Documents/go-new/chinese-family-tree/components/ui/alert-dialog-custom.tsx <module evaluation>\",\n \"DialogProvider\",\n);\nexport const useDialog = registerClientReference(\n function() { throw new Error(\"Attempted to call useDialog() from the server but useDialog is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.\"); },\n \"[project]/Documents/go-new/chinese-family-tree/components/ui/alert-dialog-custom.tsx <module evaluation>\",\n \"useDialog\",\n);\n"],"names":[],"mappings":"AAAA,uEAAuE;;;;;;;AACvE;;AACO,MAAM,iBAAiB,IAAA,8bAAuB,EACjD;IAAa,MAAM,IAAI,MAAM;AAA4O,GACzQ,4GACA;AAEG,MAAM,YAAY,IAAA,8bAAuB,EAC5C;IAAa,MAAM,IAAI,MAAM;AAAkO,GAC/P,4GACA","ignoreList":[0]}},
|
||||||
{"offset": {"line": 195, "column": 0}, "map": {"version":3,"sources":["file:///Users/freedak/Documents/go-new/chinese-family-tree/components/ui/alert-dialog-custom.tsx/__nextjs-internal-proxy.mjs"],"sourcesContent":["// This file is generated by next-core EcmascriptClientReferenceModule.\nimport { registerClientReference } from \"react-server-dom-turbopack/server\";\nexport const DialogProvider = registerClientReference(\n function() { throw new Error(\"Attempted to call DialogProvider() from the server but DialogProvider is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.\"); },\n \"[project]/Documents/go-new/chinese-family-tree/components/ui/alert-dialog-custom.tsx\",\n \"DialogProvider\",\n);\nexport const useDialog = registerClientReference(\n function() { throw new Error(\"Attempted to call useDialog() from the server but useDialog is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.\"); },\n \"[project]/Documents/go-new/chinese-family-tree/components/ui/alert-dialog-custom.tsx\",\n \"useDialog\",\n);\n"],"names":[],"mappings":"AAAA,uEAAuE;;;;;;;AACvE;;AACO,MAAM,iBAAiB,IAAA,8bAAuB,EACjD;IAAa,MAAM,IAAI,MAAM;AAA4O,GACzQ,wFACA;AAEG,MAAM,YAAY,IAAA,8bAAuB,EAC5C;IAAa,MAAM,IAAI,MAAM;AAAkO,GAC/P,wFACA","ignoreList":[0]}},
|
{"offset": {"line": 195, "column": 0}, "map": {"version":3,"sources":["file:///Users/freedak/Documents/go-new/chinese-family-tree/components/ui/alert-dialog-custom.tsx/__nextjs-internal-proxy.mjs"],"sourcesContent":["// This file is generated by next-core EcmascriptClientReferenceModule.\nimport { registerClientReference } from \"react-server-dom-turbopack/server\";\nexport const DialogProvider = registerClientReference(\n function() { throw new Error(\"Attempted to call DialogProvider() from the server but DialogProvider is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.\"); },\n \"[project]/Documents/go-new/chinese-family-tree/components/ui/alert-dialog-custom.tsx\",\n \"DialogProvider\",\n);\nexport const useDialog = registerClientReference(\n function() { throw new Error(\"Attempted to call useDialog() from the server but useDialog is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.\"); },\n \"[project]/Documents/go-new/chinese-family-tree/components/ui/alert-dialog-custom.tsx\",\n \"useDialog\",\n);\n"],"names":[],"mappings":"AAAA,uEAAuE;;;;;;;AACvE;;AACO,MAAM,iBAAiB,IAAA,8bAAuB,EACjD;IAAa,MAAM,IAAI,MAAM;AAA4O,GACzQ,wFACA;AAEG,MAAM,YAAY,IAAA,8bAAuB,EAC5C;IAAa,MAAM,IAAI,MAAM;AAAkO,GAC/P,wFACA","ignoreList":[0]}},
|
||||||
{"offset": {"line": 214, "column": 0}, "map": {"version":3,"sources":[],"names":[],"mappings":""}},
|
{"offset": {"line": 214, "column": 0}, "map": {"version":3,"sources":[],"names":[],"mappings":""}},
|
||||||
{"offset": {"line": 222, "column": 0}, "map": {"version":3,"sources":["file:///Users/freedak/Documents/go-new/chinese-family-tree/app/layout.tsx"],"sourcesContent":["import type React from \"react\"\nimport type { Metadata } from \"next\"\nimport { Geist, Geist_Mono } from \"next/font/google\"\n// import { Analytics } from \"@vercel/analytics/next\"\nimport \"./globals.css\"\nimport { FamilyProvider } from \"@/context/family-context\"\nimport { PWAProvider } from \"@/components/pwa/pwa-provider\"\nimport { SessionProvider } from \"@/components/providers/session-provider\"\nimport { DialogProvider } from \"@/components/ui/alert-dialog-custom\"\n\nconst _geist = Geist({ subsets: [\"latin\"] })\nconst _geistMono = Geist_Mono({ subsets: [\"latin\"] })\n\nexport const metadata: Metadata = {\n title: \"华夏家谱 - 中国家族树管理系统\",\n description: \"现代化的中国家族树管理系统,支持多用户协作、权限管理、数据导入导出等功能\",\n generator: \"v0.app\",\n manifest: \"/manifest.json\",\n appleWebApp: {\n capable: true,\n statusBarStyle: \"default\",\n title: \"华夏家谱\",\n },\n icons: {\n icon: [\n {\n url: \"/icon-light-32x32.png\",\n media: \"(prefers-color-scheme: light)\",\n },\n {\n url: \"/icon-dark-32x32.png\",\n media: \"(prefers-color-scheme: dark)\",\n },\n {\n url: \"/icon.svg\",\n type: \"image/svg+xml\",\n },\n ],\n apple: \"/apple-icon.png\",\n },\n}\n\nexport default function RootLayout({\n children,\n}: Readonly<{\n children: React.ReactNode\n}>) {\n return (\n <html lang=\"zh-CN\">\n <body className={`font-sans antialiased`}>\n <SessionProvider>\n <DialogProvider>\n <FamilyProvider>\n <PWAProvider>\n {children}\n </PWAProvider>\n </FamilyProvider>\n </DialogProvider>\n </SessionProvider>\n {/* <Analytics /> */}\n </body>\n </html>\n )\n}\n"],"names":[],"mappings":";;;;;;;;;AAKA;AACA;AACA;AACA;;;;;;;;;AAKO,MAAM,WAAqB;IAChC,OAAO;IACP,aAAa;IACb,WAAW;IACX,UAAU;IACV,aAAa;QACX,SAAS;QACT,gBAAgB;QAChB,OAAO;IACT;IACA,OAAO;QACL,MAAM;YACJ;gBACE,KAAK;gBACL,OAAO;YACT;YACA;gBACE,KAAK;gBACL,OAAO;YACT;YACA;gBACE,KAAK;gBACL,MAAM;YACR;SACD;QACD,OAAO;IACT;AACF;AAEe,SAAS,WAAW,EACjC,QAAQ,EAGR;IACA,qBACE,oaAAC;QAAK,MAAK;kBACT,cAAA,oaAAC;YAAK,WAAW,CAAC,qBAAqB,CAAC;sBACtC,cAAA,oaAAC,yNAAe;0BACd,cAAA,oaAAC,uNAAc;8BACb,cAAA,oaAAC,sMAAc;kCACb,cAAA,oaAAC,2MAAW;sCACT;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AASjB"}},
|
{"offset": {"line": 222, "column": 0}, "map": {"version":3,"sources":["file:///Users/freedak/Documents/go-new/chinese-family-tree/app/layout.tsx"],"sourcesContent":["import type React from \"react\"\nimport type { Metadata } from \"next\"\nimport { Geist, Geist_Mono } from \"next/font/google\"\n// import { Analytics } from \"@vercel/analytics/next\"\nimport \"./globals.css\"\nimport { FamilyProvider } from \"@/context/family-context\"\nimport { PWAProvider } from \"@/components/pwa/pwa-provider\"\nimport { SessionProvider } from \"@/components/providers/session-provider\"\nimport { DialogProvider } from \"@/components/ui/alert-dialog-custom\"\n\nconst _geist = Geist({ subsets: [\"latin\"] })\nconst _geistMono = Geist_Mono({ subsets: [\"latin\"] })\n\nexport const metadata: Metadata = {\n title: \"华夏家谱 - 中国家族树管理系统\",\n description: \"现代化的中国家族树管理系统,支持多用户协作、权限管理、数据导入导出等功能\",\n generator: \"v0.app\",\n manifest: \"/manifest.json\",\n appleWebApp: {\n capable: true,\n statusBarStyle: \"default\",\n title: \"华夏家谱\",\n },\n icons: {\n icon: [\n {\n url: \"/icon-light-32x32.png?t=\" + Date.now(),\n media: \"(prefers-color-scheme: light)\",\n },\n {\n url: \"/icon-dark-32x32.png?t=\" + Date.now(),\n media: \"(prefers-color-scheme: dark)\",\n },\n {\n url: \"/icon.svg?t=\" + Date.now(),\n type: \"image/svg+xml\",\n },\n ],\n apple: \"/apple-icon.png?t=\" + Date.now(),\n },\n}\n\nexport default function RootLayout({\n children,\n}: Readonly<{\n children: React.ReactNode\n}>) {\n return (\n <html lang=\"zh-CN\">\n <body className={`font-sans antialiased`}>\n <SessionProvider>\n <DialogProvider>\n <FamilyProvider>\n <PWAProvider>\n {children}\n </PWAProvider>\n </FamilyProvider>\n </DialogProvider>\n </SessionProvider>\n {/* <Analytics /> */}\n </body>\n </html>\n )\n}\n"],"names":[],"mappings":";;;;;;;;;AAKA;AACA;AACA;AACA;;;;;;;;;AAKO,MAAM,WAAqB;IAChC,OAAO;IACP,aAAa;IACb,WAAW;IACX,UAAU;IACV,aAAa;QACX,SAAS;QACT,gBAAgB;QAChB,OAAO;IACT;IACA,OAAO;QACL,MAAM;YACJ;gBACE,KAAK,6BAA6B,KAAK,GAAG;gBAC1C,OAAO;YACT;YACA;gBACE,KAAK,4BAA4B,KAAK,GAAG;gBACzC,OAAO;YACT;YACA;gBACE,KAAK,iBAAiB,KAAK,GAAG;gBAC9B,MAAM;YACR;SACD;QACD,OAAO,uBAAuB,KAAK,GAAG;IACxC;AACF;AAEe,SAAS,WAAW,EACjC,QAAQ,EAGR;IACA,qBACE,oaAAC;QAAK,MAAK;kBACT,cAAA,oaAAC;YAAK,WAAW,CAAC,qBAAqB,CAAC;sBACtC,cAAA,oaAAC,yNAAe;0BACd,cAAA,oaAAC,uNAAc;8BACb,cAAA,oaAAC,sMAAc;kCACb,cAAA,oaAAC,2MAAW;sCACT;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AASjB"}},
|
||||||
{"offset": {"line": 316, "column": 0}, "map": {"version":3,"sources":["file:///Users/freedak/Documents/go-new/chinese-family-tree/node_modules/.pnpm/next%4016.0.3_react-dom%4019.2.0_react%4019.2.0__react%4019.2.0/node_modules/next/src/server/route-modules/app-page/vendored/rsc/react-jsx-dev-runtime.ts"],"sourcesContent":["module.exports = (\n require('../../module.compiled') as typeof import('../../module.compiled')\n).vendored['react-rsc']!.ReactJsxDevRuntime\n"],"names":["module","exports","require","vendored","ReactJsxDevRuntime"],"mappings":"AAAAA,OAAOC,OAAO,GACZC,QAAQ,4OACRC,QAAQ,CAAC,YAAY,CAAEC,kBAAkB","ignoreList":[0]}}]
|
{"offset": {"line": 316, "column": 0}, "map": {"version":3,"sources":["file:///Users/freedak/Documents/go-new/chinese-family-tree/node_modules/.pnpm/next%4016.0.3_react-dom%4019.2.0_react%4019.2.0__react%4019.2.0/node_modules/next/src/server/route-modules/app-page/vendored/rsc/react-jsx-dev-runtime.ts"],"sourcesContent":["module.exports = (\n require('../../module.compiled') as typeof import('../../module.compiled')\n).vendored['react-rsc']!.ReactJsxDevRuntime\n"],"names":["module","exports","require","vendored","ReactJsxDevRuntime"],"mappings":"AAAAA,OAAOC,OAAO,GACZC,QAAQ,4OACRC,QAAQ,CAAC,YAAY,CAAEC,kBAAkB","ignoreList":[0]}}]
|
||||||
}
|
}
|
||||||
@@ -311,8 +311,7 @@ function FamilyProviderInner({ children }) {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
const lowerQuery = query.toLowerCase();
|
const lowerQuery = query.toLowerCase();
|
||||||
// Perform search on the in-memory treeData for simplicity and speed
|
// 在内存中的 treeData 上执行搜索,简单快速
|
||||||
// (Dexie also supports querying, but we already have the data loaded)
|
|
||||||
const results = Object.values(treeData.members).filter((member)=>member.fullName.includes(lowerQuery) || member.givenName.includes(lowerQuery) || member.courtesyName?.includes(lowerQuery) || member.artName?.includes(lowerQuery));
|
const results = Object.values(treeData.members).filter((member)=>member.fullName.includes(lowerQuery) || member.givenName.includes(lowerQuery) || member.courtesyName?.includes(lowerQuery) || member.artName?.includes(lowerQuery));
|
||||||
setSearchResults(results);
|
setSearchResults(results);
|
||||||
}, [
|
}, [
|
||||||
@@ -357,7 +356,7 @@ function FamilyProviderInner({ children }) {
|
|||||||
children: children
|
children: children
|
||||||
}, void 0, false, {
|
}, void 0, false, {
|
||||||
fileName: "[project]/Documents/go-new/chinese-family-tree/context/family-context.tsx",
|
fileName: "[project]/Documents/go-new/chinese-family-tree/context/family-context.tsx",
|
||||||
lineNumber: 355,
|
lineNumber: 354,
|
||||||
columnNumber: 5
|
columnNumber: 5
|
||||||
}, this);
|
}, this);
|
||||||
}
|
}
|
||||||
@@ -367,19 +366,19 @@ function FamilyProvider({ children }) {
|
|||||||
children: "Loading..."
|
children: "Loading..."
|
||||||
}, void 0, false, {
|
}, void 0, false, {
|
||||||
fileName: "[project]/Documents/go-new/chinese-family-tree/context/family-context.tsx",
|
fileName: "[project]/Documents/go-new/chinese-family-tree/context/family-context.tsx",
|
||||||
lineNumber: 379,
|
lineNumber: 378,
|
||||||
columnNumber: 25
|
columnNumber: 25
|
||||||
}, void 0),
|
}, void 0),
|
||||||
children: /*#__PURE__*/ (0, __TURBOPACK__imported__module__$5b$project$5d2f$Documents$2f$go$2d$new$2f$chinese$2d$family$2d$tree$2f$node_modules$2f2e$pnpm$2f$next$40$16$2e$0$2e$3_react$2d$dom$40$19$2e$2$2e$0_react$40$19$2e$2$2e$0_$5f$react$40$19$2e$2$2e$0$2f$node_modules$2f$next$2f$dist$2f$server$2f$route$2d$modules$2f$app$2d$page$2f$vendored$2f$ssr$2f$react$2d$jsx$2d$dev$2d$runtime$2e$js__$5b$app$2d$ssr$5d$__$28$ecmascript$29$__["jsxDEV"])(FamilyProviderInner, {
|
children: /*#__PURE__*/ (0, __TURBOPACK__imported__module__$5b$project$5d2f$Documents$2f$go$2d$new$2f$chinese$2d$family$2d$tree$2f$node_modules$2f2e$pnpm$2f$next$40$16$2e$0$2e$3_react$2d$dom$40$19$2e$2$2e$0_react$40$19$2e$2$2e$0_$5f$react$40$19$2e$2$2e$0$2f$node_modules$2f$next$2f$dist$2f$server$2f$route$2d$modules$2f$app$2d$page$2f$vendored$2f$ssr$2f$react$2d$jsx$2d$dev$2d$runtime$2e$js__$5b$app$2d$ssr$5d$__$28$ecmascript$29$__["jsxDEV"])(FamilyProviderInner, {
|
||||||
children: children
|
children: children
|
||||||
}, void 0, false, {
|
}, void 0, false, {
|
||||||
fileName: "[project]/Documents/go-new/chinese-family-tree/context/family-context.tsx",
|
fileName: "[project]/Documents/go-new/chinese-family-tree/context/family-context.tsx",
|
||||||
lineNumber: 380,
|
lineNumber: 379,
|
||||||
columnNumber: 7
|
columnNumber: 7
|
||||||
}, this)
|
}, this)
|
||||||
}, void 0, false, {
|
}, void 0, false, {
|
||||||
fileName: "[project]/Documents/go-new/chinese-family-tree/context/family-context.tsx",
|
fileName: "[project]/Documents/go-new/chinese-family-tree/context/family-context.tsx",
|
||||||
lineNumber: 379,
|
lineNumber: 378,
|
||||||
columnNumber: 5
|
columnNumber: 5
|
||||||
}, this);
|
}, this);
|
||||||
}
|
}
|
||||||
@@ -402,11 +401,13 @@ __turbopack_context__.s([
|
|||||||
]);
|
]);
|
||||||
function registerServiceWorker() {
|
function registerServiceWorker() {
|
||||||
if (("TURBOPACK compile-time value", "undefined") === "undefined" || !("serviceWorker" in navigator)) {
|
if (("TURBOPACK compile-time value", "undefined") === "undefined" || !("serviceWorker" in navigator)) {
|
||||||
console.log("Service Worker 不被支持");
|
// Service Worker 不被支持,静默跳过
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
//TURBOPACK unreachable
|
//TURBOPACK unreachable
|
||||||
;
|
;
|
||||||
|
// 只在 HTTPS 或 localhost 环境下注册 Service Worker
|
||||||
|
const isSecureContext = undefined;
|
||||||
const register = undefined;
|
const register = undefined;
|
||||||
}
|
}
|
||||||
function unregisterServiceWorker() {
|
function unregisterServiceWorker() {
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@@ -1 +1 @@
|
|||||||
self.__NEXT_FONT_MANIFEST="{\n \"app\": {\n \"[project]/Documents/go-new/chinese-family-tree/app/members/[id]/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.853070df.woff2\",\n \"static/media/797e433ab948586e-s.p.dbea232f.woff2\"\n ],\n \"[project]/Documents/go-new/chinese-family-tree/app/members/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.853070df.woff2\",\n \"static/media/797e433ab948586e-s.p.dbea232f.woff2\"\n ],\n \"[project]/Documents/go-new/chinese-family-tree/app/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.853070df.woff2\",\n \"static/media/797e433ab948586e-s.p.dbea232f.woff2\"\n ],\n \"[project]/Documents/go-new/chinese-family-tree/app/relationship/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.853070df.woff2\",\n \"static/media/797e433ab948586e-s.p.dbea232f.woff2\"\n ],\n \"[project]/Documents/go-new/chinese-family-tree/app/settings/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.853070df.woff2\",\n \"static/media/797e433ab948586e-s.p.dbea232f.woff2\"\n ],\n \"[project]/Documents/go-new/chinese-family-tree/app/tree/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.853070df.woff2\",\n \"static/media/797e433ab948586e-s.p.dbea232f.woff2\"\n ]\n },\n \"appUsingSizeAdjust\": true,\n \"pages\": {},\n \"pagesUsingSizeAdjust\": false\n}"
|
self.__NEXT_FONT_MANIFEST="{\n \"app\": {\n \"[project]/Documents/go-new/chinese-family-tree/app/auth/register/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.853070df.woff2\",\n \"static/media/797e433ab948586e-s.p.dbea232f.woff2\"\n ],\n \"[project]/Documents/go-new/chinese-family-tree/app/auth/signin/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.853070df.woff2\",\n \"static/media/797e433ab948586e-s.p.dbea232f.woff2\"\n ],\n \"[project]/Documents/go-new/chinese-family-tree/app/help/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.853070df.woff2\",\n \"static/media/797e433ab948586e-s.p.dbea232f.woff2\"\n ],\n \"[project]/Documents/go-new/chinese-family-tree/app/members/[id]/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.853070df.woff2\",\n \"static/media/797e433ab948586e-s.p.dbea232f.woff2\"\n ],\n \"[project]/Documents/go-new/chinese-family-tree/app/members/new/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.853070df.woff2\",\n \"static/media/797e433ab948586e-s.p.dbea232f.woff2\"\n ],\n \"[project]/Documents/go-new/chinese-family-tree/app/members/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.853070df.woff2\",\n \"static/media/797e433ab948586e-s.p.dbea232f.woff2\"\n ],\n \"[project]/Documents/go-new/chinese-family-tree/app/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.853070df.woff2\",\n \"static/media/797e433ab948586e-s.p.dbea232f.woff2\"\n ],\n \"[project]/Documents/go-new/chinese-family-tree/app/relationship/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.853070df.woff2\",\n \"static/media/797e433ab948586e-s.p.dbea232f.woff2\"\n ],\n \"[project]/Documents/go-new/chinese-family-tree/app/settings/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.853070df.woff2\",\n \"static/media/797e433ab948586e-s.p.dbea232f.woff2\"\n ],\n \"[project]/Documents/go-new/chinese-family-tree/app/timeline/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.853070df.woff2\",\n \"static/media/797e433ab948586e-s.p.dbea232f.woff2\"\n ],\n \"[project]/Documents/go-new/chinese-family-tree/app/tree/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.853070df.woff2\",\n \"static/media/797e433ab948586e-s.p.dbea232f.woff2\"\n ],\n \"[project]/Documents/go-new/chinese-family-tree/app/trees/new/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.853070df.woff2\",\n \"static/media/797e433ab948586e-s.p.dbea232f.woff2\"\n ]\n },\n \"appUsingSizeAdjust\": true,\n \"pages\": {},\n \"pagesUsingSizeAdjust\": false\n}"
|
||||||
@@ -1,9 +1,25 @@
|
|||||||
{
|
{
|
||||||
"app": {
|
"app": {
|
||||||
|
"[project]/Documents/go-new/chinese-family-tree/app/auth/register/page": [
|
||||||
|
"static/media/caa3a2e1cccd8315-s.p.853070df.woff2",
|
||||||
|
"static/media/797e433ab948586e-s.p.dbea232f.woff2"
|
||||||
|
],
|
||||||
|
"[project]/Documents/go-new/chinese-family-tree/app/auth/signin/page": [
|
||||||
|
"static/media/caa3a2e1cccd8315-s.p.853070df.woff2",
|
||||||
|
"static/media/797e433ab948586e-s.p.dbea232f.woff2"
|
||||||
|
],
|
||||||
|
"[project]/Documents/go-new/chinese-family-tree/app/help/page": [
|
||||||
|
"static/media/caa3a2e1cccd8315-s.p.853070df.woff2",
|
||||||
|
"static/media/797e433ab948586e-s.p.dbea232f.woff2"
|
||||||
|
],
|
||||||
"[project]/Documents/go-new/chinese-family-tree/app/members/[id]/page": [
|
"[project]/Documents/go-new/chinese-family-tree/app/members/[id]/page": [
|
||||||
"static/media/caa3a2e1cccd8315-s.p.853070df.woff2",
|
"static/media/caa3a2e1cccd8315-s.p.853070df.woff2",
|
||||||
"static/media/797e433ab948586e-s.p.dbea232f.woff2"
|
"static/media/797e433ab948586e-s.p.dbea232f.woff2"
|
||||||
],
|
],
|
||||||
|
"[project]/Documents/go-new/chinese-family-tree/app/members/new/page": [
|
||||||
|
"static/media/caa3a2e1cccd8315-s.p.853070df.woff2",
|
||||||
|
"static/media/797e433ab948586e-s.p.dbea232f.woff2"
|
||||||
|
],
|
||||||
"[project]/Documents/go-new/chinese-family-tree/app/members/page": [
|
"[project]/Documents/go-new/chinese-family-tree/app/members/page": [
|
||||||
"static/media/caa3a2e1cccd8315-s.p.853070df.woff2",
|
"static/media/caa3a2e1cccd8315-s.p.853070df.woff2",
|
||||||
"static/media/797e433ab948586e-s.p.dbea232f.woff2"
|
"static/media/797e433ab948586e-s.p.dbea232f.woff2"
|
||||||
@@ -20,9 +36,17 @@
|
|||||||
"static/media/caa3a2e1cccd8315-s.p.853070df.woff2",
|
"static/media/caa3a2e1cccd8315-s.p.853070df.woff2",
|
||||||
"static/media/797e433ab948586e-s.p.dbea232f.woff2"
|
"static/media/797e433ab948586e-s.p.dbea232f.woff2"
|
||||||
],
|
],
|
||||||
|
"[project]/Documents/go-new/chinese-family-tree/app/timeline/page": [
|
||||||
|
"static/media/caa3a2e1cccd8315-s.p.853070df.woff2",
|
||||||
|
"static/media/797e433ab948586e-s.p.dbea232f.woff2"
|
||||||
|
],
|
||||||
"[project]/Documents/go-new/chinese-family-tree/app/tree/page": [
|
"[project]/Documents/go-new/chinese-family-tree/app/tree/page": [
|
||||||
"static/media/caa3a2e1cccd8315-s.p.853070df.woff2",
|
"static/media/caa3a2e1cccd8315-s.p.853070df.woff2",
|
||||||
"static/media/797e433ab948586e-s.p.dbea232f.woff2"
|
"static/media/797e433ab948586e-s.p.dbea232f.woff2"
|
||||||
|
],
|
||||||
|
"[project]/Documents/go-new/chinese-family-tree/app/trees/new/page": [
|
||||||
|
"static/media/caa3a2e1cccd8315-s.p.853070df.woff2",
|
||||||
|
"static/media/797e433ab948586e-s.p.dbea232f.woff2"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"appUsingSizeAdjust": true,
|
"appUsingSizeAdjust": true,
|
||||||
|
|||||||
@@ -318,8 +318,7 @@ function FamilyProviderInner({ children }) {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
const lowerQuery = query.toLowerCase();
|
const lowerQuery = query.toLowerCase();
|
||||||
// Perform search on the in-memory treeData for simplicity and speed
|
// 在内存中的 treeData 上执行搜索,简单快速
|
||||||
// (Dexie also supports querying, but we already have the data loaded)
|
|
||||||
const results = Object.values(treeData.members).filter({
|
const results = Object.values(treeData.members).filter({
|
||||||
"FamilyProviderInner.useCallback[searchMembers].results": (member)=>member.fullName.includes(lowerQuery) || member.givenName.includes(lowerQuery) || member.courtesyName?.includes(lowerQuery) || member.artName?.includes(lowerQuery)
|
"FamilyProviderInner.useCallback[searchMembers].results": (member)=>member.fullName.includes(lowerQuery) || member.givenName.includes(lowerQuery) || member.courtesyName?.includes(lowerQuery) || member.artName?.includes(lowerQuery)
|
||||||
}["FamilyProviderInner.useCallback[searchMembers].results"]);
|
}["FamilyProviderInner.useCallback[searchMembers].results"]);
|
||||||
@@ -373,7 +372,7 @@ function FamilyProviderInner({ children }) {
|
|||||||
children: children
|
children: children
|
||||||
}, void 0, false, {
|
}, void 0, false, {
|
||||||
fileName: "[project]/Documents/go-new/chinese-family-tree/context/family-context.tsx",
|
fileName: "[project]/Documents/go-new/chinese-family-tree/context/family-context.tsx",
|
||||||
lineNumber: 355,
|
lineNumber: 354,
|
||||||
columnNumber: 5
|
columnNumber: 5
|
||||||
}, this);
|
}, this);
|
||||||
}
|
}
|
||||||
@@ -390,19 +389,19 @@ function FamilyProvider({ children }) {
|
|||||||
children: "Loading..."
|
children: "Loading..."
|
||||||
}, void 0, false, {
|
}, void 0, false, {
|
||||||
fileName: "[project]/Documents/go-new/chinese-family-tree/context/family-context.tsx",
|
fileName: "[project]/Documents/go-new/chinese-family-tree/context/family-context.tsx",
|
||||||
lineNumber: 379,
|
lineNumber: 378,
|
||||||
columnNumber: 25
|
columnNumber: 25
|
||||||
}, void 0),
|
}, void 0),
|
||||||
children: /*#__PURE__*/ (0, __TURBOPACK__imported__module__$5b$project$5d2f$Documents$2f$go$2d$new$2f$chinese$2d$family$2d$tree$2f$node_modules$2f2e$pnpm$2f$next$40$16$2e$0$2e$3_react$2d$dom$40$19$2e$2$2e$0_react$40$19$2e$2$2e$0_$5f$react$40$19$2e$2$2e$0$2f$node_modules$2f$next$2f$dist$2f$compiled$2f$react$2f$jsx$2d$dev$2d$runtime$2e$js__$5b$app$2d$client$5d$__$28$ecmascript$29$__["jsxDEV"])(FamilyProviderInner, {
|
children: /*#__PURE__*/ (0, __TURBOPACK__imported__module__$5b$project$5d2f$Documents$2f$go$2d$new$2f$chinese$2d$family$2d$tree$2f$node_modules$2f2e$pnpm$2f$next$40$16$2e$0$2e$3_react$2d$dom$40$19$2e$2$2e$0_react$40$19$2e$2$2e$0_$5f$react$40$19$2e$2$2e$0$2f$node_modules$2f$next$2f$dist$2f$compiled$2f$react$2f$jsx$2d$dev$2d$runtime$2e$js__$5b$app$2d$client$5d$__$28$ecmascript$29$__["jsxDEV"])(FamilyProviderInner, {
|
||||||
children: children
|
children: children
|
||||||
}, void 0, false, {
|
}, void 0, false, {
|
||||||
fileName: "[project]/Documents/go-new/chinese-family-tree/context/family-context.tsx",
|
fileName: "[project]/Documents/go-new/chinese-family-tree/context/family-context.tsx",
|
||||||
lineNumber: 380,
|
lineNumber: 379,
|
||||||
columnNumber: 7
|
columnNumber: 7
|
||||||
}, this)
|
}, this)
|
||||||
}, void 0, false, {
|
}, void 0, false, {
|
||||||
fileName: "[project]/Documents/go-new/chinese-family-tree/context/family-context.tsx",
|
fileName: "[project]/Documents/go-new/chinese-family-tree/context/family-context.tsx",
|
||||||
lineNumber: 379,
|
lineNumber: 378,
|
||||||
columnNumber: 5
|
columnNumber: 5
|
||||||
}, this);
|
}, this);
|
||||||
}
|
}
|
||||||
@@ -434,7 +433,13 @@ __turbopack_context__.s([
|
|||||||
]);
|
]);
|
||||||
function registerServiceWorker() {
|
function registerServiceWorker() {
|
||||||
if (("TURBOPACK compile-time value", "object") === "undefined" || !("serviceWorker" in navigator)) {
|
if (("TURBOPACK compile-time value", "object") === "undefined" || !("serviceWorker" in navigator)) {
|
||||||
console.log("Service Worker 不被支持");
|
// Service Worker 不被支持,静默跳过
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
// 只在 HTTPS 或 localhost 环境下注册 Service Worker
|
||||||
|
const isSecureContext = window.location.protocol === "https:" || window.location.hostname === "localhost" || window.location.hostname === "127.0.0.1";
|
||||||
|
if (!isSecureContext) {
|
||||||
|
// 非安全环境,静默跳过 Service Worker 注册
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
const register = ()=>{
|
const register = ()=>{
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
+235
-39
@@ -104,6 +104,7 @@
|
|||||||
--color-red-700: #bf000f;
|
--color-red-700: #bf000f;
|
||||||
--color-red-800: #9f0712;
|
--color-red-800: #9f0712;
|
||||||
--color-red-900: #82181a;
|
--color-red-900: #82181a;
|
||||||
|
--color-red-950: #460809;
|
||||||
--color-orange-50: #fff7ed;
|
--color-orange-50: #fff7ed;
|
||||||
--color-orange-100: #ffedd5;
|
--color-orange-100: #ffedd5;
|
||||||
--color-orange-200: #ffd7a8;
|
--color-orange-200: #ffd7a8;
|
||||||
@@ -119,6 +120,7 @@
|
|||||||
--color-amber-700: #b75000;
|
--color-amber-700: #b75000;
|
||||||
--color-amber-800: #953d00;
|
--color-amber-800: #953d00;
|
||||||
--color-amber-900: #7b3306;
|
--color-amber-900: #7b3306;
|
||||||
|
--color-amber-950: #461901;
|
||||||
--color-yellow-50: #fefce8;
|
--color-yellow-50: #fefce8;
|
||||||
--color-yellow-200: #fff085;
|
--color-yellow-200: #fff085;
|
||||||
--color-yellow-400: #fac800;
|
--color-yellow-400: #fac800;
|
||||||
@@ -239,6 +241,7 @@
|
|||||||
--color-red-700: lab(40.4273% 67.2623 53.7441);
|
--color-red-700: lab(40.4273% 67.2623 53.7441);
|
||||||
--color-red-800: lab(33.7174% 55.8993 41.0293);
|
--color-red-800: lab(33.7174% 55.8993 41.0293);
|
||||||
--color-red-900: lab(28.5139% 44.5539 29.0463);
|
--color-red-900: lab(28.5139% 44.5539 29.0463);
|
||||||
|
--color-red-950: lab(13.003% 29.04 16.7519);
|
||||||
--color-orange-50: lab(97.7008% 1.53735 5.90649);
|
--color-orange-50: lab(97.7008% 1.53735 5.90649);
|
||||||
--color-orange-100: lab(94.7127% 3.58394 14.3151);
|
--color-orange-100: lab(94.7127% 3.58394 14.3151);
|
||||||
--color-orange-200: lab(88.4871% 9.94918 28.8378);
|
--color-orange-200: lab(88.4871% 9.94918 28.8378);
|
||||||
@@ -254,6 +257,7 @@
|
|||||||
--color-amber-700: lab(47.2709% 42.9082 69.2966);
|
--color-amber-700: lab(47.2709% 42.9082 69.2966);
|
||||||
--color-amber-800: lab(37.8822% 37.1699 52.2718);
|
--color-amber-800: lab(37.8822% 37.1699 52.2718);
|
||||||
--color-amber-900: lab(31.2288% 30.2627 40.0378);
|
--color-amber-900: lab(31.2288% 30.2627 40.0378);
|
||||||
|
--color-amber-950: lab(15.8111% 20.9107 23.3752);
|
||||||
--color-yellow-50: lab(98.6846% -1.79055 9.7766);
|
--color-yellow-50: lab(98.6846% -1.79055 9.7766);
|
||||||
--color-yellow-200: lab(94.3433% -5.00429 52.9663);
|
--color-yellow-200: lab(94.3433% -5.00429 52.9663);
|
||||||
--color-yellow-400: lab(83.2664% 8.65132 106.895);
|
--color-yellow-400: lab(83.2664% 8.65132 106.895);
|
||||||
@@ -804,6 +808,10 @@
|
|||||||
left: calc(var(--spacing) * 2.5);
|
left: calc(var(--spacing) * 2.5);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.left-3 {
|
||||||
|
left: calc(var(--spacing) * 3);
|
||||||
|
}
|
||||||
|
|
||||||
.left-4 {
|
.left-4 {
|
||||||
left: calc(var(--spacing) * 4);
|
left: calc(var(--spacing) * 4);
|
||||||
}
|
}
|
||||||
@@ -922,10 +930,6 @@
|
|||||||
margin-inline: calc(var(--spacing) * 3.5);
|
margin-inline: calc(var(--spacing) * 3.5);
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx-4 {
|
|
||||||
margin-inline: calc(var(--spacing) * 4);
|
|
||||||
}
|
|
||||||
|
|
||||||
.mx-auto {
|
.mx-auto {
|
||||||
margin-inline: auto;
|
margin-inline: auto;
|
||||||
}
|
}
|
||||||
@@ -990,6 +994,10 @@
|
|||||||
margin-top: calc(var(--spacing) * 6);
|
margin-top: calc(var(--spacing) * 6);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mt-8 {
|
||||||
|
margin-top: calc(var(--spacing) * 8);
|
||||||
|
}
|
||||||
|
|
||||||
.mt-auto {
|
.mt-auto {
|
||||||
margin-top: auto;
|
margin-top: auto;
|
||||||
}
|
}
|
||||||
@@ -1006,6 +1014,10 @@
|
|||||||
margin-right: calc(var(--spacing) * 2);
|
margin-right: calc(var(--spacing) * 2);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mr-3 {
|
||||||
|
margin-right: calc(var(--spacing) * 3);
|
||||||
|
}
|
||||||
|
|
||||||
.mr-8 {
|
.mr-8 {
|
||||||
margin-right: calc(var(--spacing) * 8);
|
margin-right: calc(var(--spacing) * 8);
|
||||||
}
|
}
|
||||||
@@ -1080,13 +1092,6 @@
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.line-clamp-3 {
|
|
||||||
-webkit-line-clamp: 3;
|
|
||||||
-webkit-box-orient: vertical;
|
|
||||||
display: -webkit-box;
|
|
||||||
overflow: hidden;
|
|
||||||
}
|
|
||||||
|
|
||||||
.block {
|
.block {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
@@ -1204,6 +1209,10 @@
|
|||||||
height: var(--cell-size);
|
height: var(--cell-size);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.h-0\.5 {
|
||||||
|
height: calc(var(--spacing) * .5);
|
||||||
|
}
|
||||||
|
|
||||||
.h-1 {
|
.h-1 {
|
||||||
height: calc(var(--spacing) * 1);
|
height: calc(var(--spacing) * 1);
|
||||||
}
|
}
|
||||||
@@ -1548,6 +1557,10 @@
|
|||||||
width: 200px;
|
width: 200px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.w-\[280px\] {
|
||||||
|
width: 280px;
|
||||||
|
}
|
||||||
|
|
||||||
.w-\[300px\] {
|
.w-\[300px\] {
|
||||||
width: 300px;
|
width: 300px;
|
||||||
}
|
}
|
||||||
@@ -2009,6 +2022,12 @@
|
|||||||
margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
|
margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
:where(.space-y-1\.5 > :not(:last-child)) {
|
||||||
|
--tw-space-y-reverse: 0;
|
||||||
|
margin-block-start: calc(calc(var(--spacing) * 1.5) * var(--tw-space-y-reverse));
|
||||||
|
margin-block-end: calc(calc(var(--spacing) * 1.5) * calc(1 - var(--tw-space-y-reverse)));
|
||||||
|
}
|
||||||
|
|
||||||
:where(.space-y-2 > :not(:last-child)) {
|
:where(.space-y-2 > :not(:last-child)) {
|
||||||
--tw-space-y-reverse: 0;
|
--tw-space-y-reverse: 0;
|
||||||
margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
|
margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
|
||||||
@@ -2045,10 +2064,6 @@
|
|||||||
margin-block-end: calc(calc(var(--spacing) * 12) * calc(1 - var(--tw-space-y-reverse)));
|
margin-block-end: calc(calc(var(--spacing) * 12) * calc(1 - var(--tw-space-y-reverse)));
|
||||||
}
|
}
|
||||||
|
|
||||||
.gap-x-4 {
|
|
||||||
column-gap: calc(var(--spacing) * 4);
|
|
||||||
}
|
|
||||||
|
|
||||||
.gap-x-8 {
|
.gap-x-8 {
|
||||||
column-gap: calc(var(--spacing) * 8);
|
column-gap: calc(var(--spacing) * 8);
|
||||||
}
|
}
|
||||||
@@ -2069,10 +2084,6 @@
|
|||||||
row-gap: calc(var(--spacing) * .5);
|
row-gap: calc(var(--spacing) * .5);
|
||||||
}
|
}
|
||||||
|
|
||||||
.gap-y-2 {
|
|
||||||
row-gap: calc(var(--spacing) * 2);
|
|
||||||
}
|
|
||||||
|
|
||||||
.gap-y-4 {
|
.gap-y-4 {
|
||||||
row-gap: calc(var(--spacing) * 4);
|
row-gap: calc(var(--spacing) * 4);
|
||||||
}
|
}
|
||||||
@@ -2925,11 +2936,21 @@
|
|||||||
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.from-foreground {
|
||||||
|
--tw-gradient-from: var(--foreground);
|
||||||
|
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
||||||
|
}
|
||||||
|
|
||||||
.from-gray-50 {
|
.from-gray-50 {
|
||||||
--tw-gradient-from: var(--color-gray-50);
|
--tw-gradient-from: var(--color-gray-50);
|
||||||
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.from-primary {
|
||||||
|
--tw-gradient-from: var(--primary);
|
||||||
|
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
||||||
|
}
|
||||||
|
|
||||||
.from-primary\/5 {
|
.from-primary\/5 {
|
||||||
--tw-gradient-from: var(--primary);
|
--tw-gradient-from: var(--primary);
|
||||||
}
|
}
|
||||||
@@ -2963,6 +2984,20 @@
|
|||||||
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.from-red-50\/80 {
|
||||||
|
--tw-gradient-from: #fef2f2cc;
|
||||||
|
}
|
||||||
|
|
||||||
|
@supports (color: color-mix(in lab, red, red)) {
|
||||||
|
.from-red-50\/80 {
|
||||||
|
--tw-gradient-from: color-mix(in oklab, var(--color-red-50) 80%, transparent);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.from-red-50\/80 {
|
||||||
|
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
||||||
|
}
|
||||||
|
|
||||||
.from-red-500\/20 {
|
.from-red-500\/20 {
|
||||||
--tw-gradient-from: #fb2c3633;
|
--tw-gradient-from: #fb2c3633;
|
||||||
}
|
}
|
||||||
@@ -3023,6 +3058,20 @@
|
|||||||
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.to-amber-50\/80 {
|
||||||
|
--tw-gradient-to: #fffbebcc;
|
||||||
|
}
|
||||||
|
|
||||||
|
@supports (color: color-mix(in lab, red, red)) {
|
||||||
|
.to-amber-50\/80 {
|
||||||
|
--tw-gradient-to: color-mix(in oklab, var(--color-amber-50) 80%, transparent);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.to-amber-50\/80 {
|
||||||
|
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
||||||
|
}
|
||||||
|
|
||||||
.to-amber-100 {
|
.to-amber-100 {
|
||||||
--tw-gradient-to: var(--color-amber-100);
|
--tw-gradient-to: var(--color-amber-100);
|
||||||
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
||||||
@@ -3047,13 +3096,22 @@
|
|||||||
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
||||||
}
|
}
|
||||||
|
|
||||||
.to-gray-100 {
|
.to-foreground\/70 {
|
||||||
--tw-gradient-to: var(--color-gray-100);
|
--tw-gradient-to: var(--foreground);
|
||||||
|
}
|
||||||
|
|
||||||
|
@supports (color: color-mix(in lab, red, red)) {
|
||||||
|
.to-foreground\/70 {
|
||||||
|
--tw-gradient-to: color-mix(in oklab, var(--foreground) 70%, transparent);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.to-foreground\/70 {
|
||||||
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
||||||
}
|
}
|
||||||
|
|
||||||
.to-orange-50 {
|
.to-gray-100 {
|
||||||
--tw-gradient-to: var(--color-orange-50);
|
--tw-gradient-to: var(--color-gray-100);
|
||||||
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -3081,6 +3139,20 @@
|
|||||||
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.to-primary\/80 {
|
||||||
|
--tw-gradient-to: var(--primary);
|
||||||
|
}
|
||||||
|
|
||||||
|
@supports (color: color-mix(in lab, red, red)) {
|
||||||
|
.to-primary\/80 {
|
||||||
|
--tw-gradient-to: color-mix(in oklab, var(--primary) 80%, transparent);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.to-primary\/80 {
|
||||||
|
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
||||||
|
}
|
||||||
|
|
||||||
.to-red-700 {
|
.to-red-700 {
|
||||||
--tw-gradient-to: var(--color-red-700);
|
--tw-gradient-to: var(--color-red-700);
|
||||||
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
||||||
@@ -3110,6 +3182,11 @@
|
|||||||
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.bg-clip-text {
|
||||||
|
-webkit-background-clip: text;
|
||||||
|
background-clip: text;
|
||||||
|
}
|
||||||
|
|
||||||
.bg-repeat {
|
.bg-repeat {
|
||||||
background-repeat: repeat;
|
background-repeat: repeat;
|
||||||
}
|
}
|
||||||
@@ -3210,6 +3287,10 @@
|
|||||||
padding-inline: calc(var(--spacing) * 4);
|
padding-inline: calc(var(--spacing) * 4);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.px-5 {
|
||||||
|
padding-inline: calc(var(--spacing) * 5);
|
||||||
|
}
|
||||||
|
|
||||||
.px-6 {
|
.px-6 {
|
||||||
padding-inline: calc(var(--spacing) * 6);
|
padding-inline: calc(var(--spacing) * 6);
|
||||||
}
|
}
|
||||||
@@ -3218,10 +3299,6 @@
|
|||||||
padding-inline: calc(var(--spacing) * 8);
|
padding-inline: calc(var(--spacing) * 8);
|
||||||
}
|
}
|
||||||
|
|
||||||
.py-0 {
|
|
||||||
padding-block: calc(var(--spacing) * 0);
|
|
||||||
}
|
|
||||||
|
|
||||||
.py-0\.5 {
|
.py-0\.5 {
|
||||||
padding-block: calc(var(--spacing) * .5);
|
padding-block: calc(var(--spacing) * .5);
|
||||||
}
|
}
|
||||||
@@ -4579,18 +4656,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (hover: hover) {
|
|
||||||
.hover\:border-primary\/50:hover {
|
|
||||||
border-color: var(--primary);
|
|
||||||
}
|
|
||||||
|
|
||||||
@supports (color: color-mix(in lab, red, red)) {
|
|
||||||
.hover\:border-primary\/50:hover {
|
|
||||||
border-color: color-mix(in oklab, var(--primary) 50%, transparent);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@media (hover: hover) {
|
@media (hover: hover) {
|
||||||
.hover\:bg-accent:hover {
|
.hover\:bg-accent:hover {
|
||||||
background-color: var(--accent);
|
background-color: var(--accent);
|
||||||
@@ -4711,6 +4776,12 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (hover: hover) {
|
||||||
|
.hover\:bg-red-50:hover {
|
||||||
|
background-color: var(--color-red-50);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@media (hover: hover) {
|
@media (hover: hover) {
|
||||||
.hover\:bg-secondary:hover {
|
.hover\:bg-secondary:hover {
|
||||||
background-color: var(--secondary);
|
background-color: var(--secondary);
|
||||||
@@ -4785,6 +4856,12 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (hover: hover) {
|
||||||
|
.hover\:text-red-700:hover {
|
||||||
|
color: var(--color-red-700);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@media (hover: hover) {
|
@media (hover: hover) {
|
||||||
.hover\:text-sidebar-accent-foreground:hover {
|
.hover\:text-sidebar-accent-foreground:hover {
|
||||||
color: var(--sidebar-accent-foreground);
|
color: var(--sidebar-accent-foreground);
|
||||||
@@ -4797,6 +4874,12 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (hover: hover) {
|
||||||
|
.hover\:opacity-80:hover {
|
||||||
|
opacity: .8;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@media (hover: hover) {
|
@media (hover: hover) {
|
||||||
.hover\:opacity-90:hover {
|
.hover\:opacity-90:hover {
|
||||||
opacity: .9;
|
opacity: .9;
|
||||||
@@ -4830,6 +4913,13 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (hover: hover) {
|
||||||
|
.hover\:shadow-sm:hover {
|
||||||
|
--tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
|
||||||
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@media (hover: hover) {
|
@media (hover: hover) {
|
||||||
.hover\:shadow-xl:hover {
|
.hover\:shadow-xl:hover {
|
||||||
--tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, #0000001a), 0 8px 10px -6px var(--tw-shadow-color, #0000001a);
|
--tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, #0000001a), 0 8px 10px -6px var(--tw-shadow-color, #0000001a);
|
||||||
@@ -4895,10 +4985,18 @@
|
|||||||
background-color: var(--accent);
|
background-color: var(--accent);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.focus\:bg-red-50:focus {
|
||||||
|
background-color: var(--color-red-50);
|
||||||
|
}
|
||||||
|
|
||||||
.focus\:text-accent-foreground:focus {
|
.focus\:text-accent-foreground:focus {
|
||||||
color: var(--accent-foreground);
|
color: var(--accent-foreground);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.focus\:text-red-600:focus {
|
||||||
|
color: var(--color-red-600);
|
||||||
|
}
|
||||||
|
|
||||||
.focus\:opacity-100:focus {
|
.focus\:opacity-100:focus {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
@@ -4993,6 +5091,16 @@
|
|||||||
--tw-ring-color: var(--primary);
|
--tw-ring-color: var(--primary);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.focus-visible\:ring-primary\/50:focus-visible {
|
||||||
|
--tw-ring-color: var(--primary);
|
||||||
|
}
|
||||||
|
|
||||||
|
@supports (color: color-mix(in lab, red, red)) {
|
||||||
|
.focus-visible\:ring-primary\/50:focus-visible {
|
||||||
|
--tw-ring-color: color-mix(in oklab, var(--primary) 50%, transparent);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.focus-visible\:ring-ring:focus-visible {
|
.focus-visible\:ring-ring:focus-visible {
|
||||||
--tw-ring-color: var(--ring);
|
--tw-ring-color: var(--ring);
|
||||||
}
|
}
|
||||||
@@ -6077,6 +6185,12 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (min-width: 40rem) {
|
||||||
|
.sm\:w-\[320px\] {
|
||||||
|
width: 320px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@media (min-width: 40rem) {
|
@media (min-width: 40rem) {
|
||||||
.sm\:max-w-\[600px\] {
|
.sm\:max-w-\[600px\] {
|
||||||
max-width: 600px;
|
max-width: 600px;
|
||||||
@@ -6089,6 +6203,12 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (min-width: 40rem) {
|
||||||
|
.sm\:max-w-md {
|
||||||
|
max-width: var(--container-md);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@media (min-width: 40rem) {
|
@media (min-width: 40rem) {
|
||||||
.sm\:max-w-sm {
|
.sm\:max-w-sm {
|
||||||
max-width: var(--container-sm);
|
max-width: var(--container-sm);
|
||||||
@@ -6185,6 +6305,12 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (min-width: 48rem) {
|
||||||
|
.md\:ml-0 {
|
||||||
|
margin-left: calc(var(--spacing) * 0);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@media (min-width: 48rem) {
|
@media (min-width: 48rem) {
|
||||||
.md\:ml-12 {
|
.md\:ml-12 {
|
||||||
margin-left: calc(var(--spacing) * 12);
|
margin-left: calc(var(--spacing) * 12);
|
||||||
@@ -6203,6 +6329,12 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (min-width: 48rem) {
|
||||||
|
.md\:hidden {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@media (min-width: 48rem) {
|
@media (min-width: 48rem) {
|
||||||
.md\:inline {
|
.md\:inline {
|
||||||
display: inline;
|
display: inline;
|
||||||
@@ -6378,6 +6510,12 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (min-width: 64rem) {
|
||||||
|
.lg\:block {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@media (min-width: 64rem) {
|
@media (min-width: 64rem) {
|
||||||
.lg\:flex {
|
.lg\:flex {
|
||||||
display: flex;
|
display: flex;
|
||||||
@@ -6402,6 +6540,18 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (min-width: 80rem) {
|
||||||
|
.xl\:flex {
|
||||||
|
display: flex;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (min-width: 80rem) {
|
||||||
|
.xl\:w-64 {
|
||||||
|
width: calc(var(--spacing) * 64);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@media (min-width: 80rem) {
|
@media (min-width: 80rem) {
|
||||||
.xl\:grid-cols-4 {
|
.xl\:grid-cols-4 {
|
||||||
grid-template-columns: repeat(4, minmax(0, 1fr));
|
grid-template-columns: repeat(4, minmax(0, 1fr));
|
||||||
@@ -6450,6 +6600,16 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.dark\:border-red-800\/30:is(.dark *) {
|
||||||
|
border-color: #9f07124d;
|
||||||
|
}
|
||||||
|
|
||||||
|
@supports (color: color-mix(in lab, red, red)) {
|
||||||
|
.dark\:border-red-800\/30:is(.dark *) {
|
||||||
|
border-color: color-mix(in oklab, var(--color-red-800) 30%, transparent);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.dark\:bg-blue-900\/20:is(.dark *) {
|
.dark\:bg-blue-900\/20:is(.dark *) {
|
||||||
background-color: #1c398e33;
|
background-color: #1c398e33;
|
||||||
}
|
}
|
||||||
@@ -6522,10 +6682,46 @@
|
|||||||
background-color: var(--color-yellow-950);
|
background-color: var(--color-yellow-950);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.dark\:from-red-950\/20:is(.dark *) {
|
||||||
|
--tw-gradient-from: #46080933;
|
||||||
|
}
|
||||||
|
|
||||||
|
@supports (color: color-mix(in lab, red, red)) {
|
||||||
|
.dark\:from-red-950\/20:is(.dark *) {
|
||||||
|
--tw-gradient-from: color-mix(in oklab, var(--color-red-950) 20%, transparent);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.dark\:from-red-950\/20:is(.dark *) {
|
||||||
|
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
||||||
|
}
|
||||||
|
|
||||||
|
.dark\:to-amber-950\/20:is(.dark *) {
|
||||||
|
--tw-gradient-to: #46190133;
|
||||||
|
}
|
||||||
|
|
||||||
|
@supports (color: color-mix(in lab, red, red)) {
|
||||||
|
.dark\:to-amber-950\/20:is(.dark *) {
|
||||||
|
--tw-gradient-to: color-mix(in oklab, var(--color-amber-950) 20%, transparent);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.dark\:to-amber-950\/20:is(.dark *) {
|
||||||
|
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
||||||
|
}
|
||||||
|
|
||||||
|
.dark\:text-gray-100:is(.dark *) {
|
||||||
|
color: var(--color-gray-100);
|
||||||
|
}
|
||||||
|
|
||||||
.dark\:text-muted-foreground:is(.dark *) {
|
.dark\:text-muted-foreground:is(.dark *) {
|
||||||
color: var(--muted-foreground);
|
color: var(--muted-foreground);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.dark\:text-red-400:is(.dark *) {
|
||||||
|
color: var(--color-red-400);
|
||||||
|
}
|
||||||
|
|
||||||
.dark\:text-yellow-200:is(.dark *) {
|
.dark\:text-yellow-200:is(.dark *) {
|
||||||
color: var(--color-yellow-200);
|
color: var(--color-yellow-200);
|
||||||
}
|
}
|
||||||
|
|||||||
+1
-1
File diff suppressed because one or more lines are too long
+3
-2
@@ -1,8 +1,9 @@
|
|||||||
(globalThis.TURBOPACK_CHUNK_LISTS || (globalThis.TURBOPACK_CHUNK_LISTS = [])).push({
|
(globalThis.TURBOPACK_CHUNK_LISTS || (globalThis.TURBOPACK_CHUNK_LISTS = [])).push({
|
||||||
script: typeof document === "object" ? document.currentScript : undefined,
|
script: typeof document === "object" ? document.currentScript : undefined,
|
||||||
chunks: [
|
chunks: [
|
||||||
"static/chunks/Documents_go-new_chinese-family-tree_bc88592f._.js",
|
"static/chunks/Documents_go-new_chinese-family-tree_components_antd-lunar-calendar_tsx_7321f633._.js",
|
||||||
"static/chunks/a0629__pnpm_f2978cba._.js"
|
"static/chunks/Documents_go-new_chinese-family-tree_b5072518._.js",
|
||||||
|
"static/chunks/a0629__pnpm_f5e6c85a._.js"
|
||||||
],
|
],
|
||||||
source: "dynamic"
|
source: "dynamic"
|
||||||
});
|
});
|
||||||
|
|||||||
+3
-3
@@ -1,9 +1,9 @@
|
|||||||
(globalThis.TURBOPACK_CHUNK_LISTS || (globalThis.TURBOPACK_CHUNK_LISTS = [])).push({
|
(globalThis.TURBOPACK_CHUNK_LISTS || (globalThis.TURBOPACK_CHUNK_LISTS = [])).push({
|
||||||
script: typeof document === "object" ? document.currentScript : undefined,
|
script: typeof document === "object" ? document.currentScript : undefined,
|
||||||
chunks: [
|
chunks: [
|
||||||
"static/chunks/Documents_go-new_chinese-family-tree_components_antd-lunar-calendar_tsx_b764510f._.js",
|
"static/chunks/Documents_go-new_chinese-family-tree_components_antd-lunar-calendar_tsx_fef38115._.js",
|
||||||
"static/chunks/Documents_go-new_chinese-family-tree_66723f93._.js",
|
"static/chunks/Documents_go-new_chinese-family-tree_09048049._.js",
|
||||||
"static/chunks/a0629__pnpm_a4adf3ce._.js"
|
"static/chunks/a0629__pnpm_c6ca8109._.js"
|
||||||
],
|
],
|
||||||
source: "dynamic"
|
source: "dynamic"
|
||||||
});
|
});
|
||||||
|
|||||||
+3
-3
@@ -1,8 +1,8 @@
|
|||||||
(globalThis.TURBOPACK_CHUNK_LISTS || (globalThis.TURBOPACK_CHUNK_LISTS = [])).push({
|
(globalThis.TURBOPACK_CHUNK_LISTS || (globalThis.TURBOPACK_CHUNK_LISTS = [])).push({
|
||||||
script: typeof document === "object" ? document.currentScript : undefined,
|
script: typeof document === "object" ? document.currentScript : undefined,
|
||||||
chunks: [
|
chunks: [
|
||||||
"static/chunks/Documents_go-new_chinese-family-tree_components_antd-lunar-calendar_tsx_6d99f3ad._.js",
|
"static/chunks/Documents_go-new_chinese-family-tree_components_antd-lunar-calendar_tsx_f1463e56._.js",
|
||||||
"static/chunks/Documents_go-new_chinese-family-tree_1a33b1d0._.js",
|
"static/chunks/Documents_go-new_chinese-family-tree_74468bd0._.js",
|
||||||
"static/chunks/4e98a_next_5be19501._.js",
|
"static/chunks/4e98a_next_5be19501._.js",
|
||||||
"static/chunks/56139_zrender_lib_ce23e365._.js",
|
"static/chunks/56139_zrender_lib_ce23e365._.js",
|
||||||
"static/chunks/f639c_echarts_lib_util_d4941c19._.js",
|
"static/chunks/f639c_echarts_lib_util_d4941c19._.js",
|
||||||
@@ -32,7 +32,7 @@
|
|||||||
"static/chunks/f639c_echarts_index_dade51e7.js",
|
"static/chunks/f639c_echarts_index_dade51e7.js",
|
||||||
"static/chunks/6cf7b_date-fns_9afb9098._.js",
|
"static/chunks/6cf7b_date-fns_9afb9098._.js",
|
||||||
"static/chunks/f6bfd_@radix-ui_react-select_dist_index_mjs_f8eb705a._.js",
|
"static/chunks/f6bfd_@radix-ui_react-select_dist_index_mjs_f8eb705a._.js",
|
||||||
"static/chunks/a0629__pnpm_23ea0499._.js"
|
"static/chunks/a0629__pnpm_b2e2d63b._.js"
|
||||||
],
|
],
|
||||||
source: "dynamic"
|
source: "dynamic"
|
||||||
});
|
});
|
||||||
|
|||||||
+3
-3
@@ -1,9 +1,9 @@
|
|||||||
(globalThis.TURBOPACK_CHUNK_LISTS || (globalThis.TURBOPACK_CHUNK_LISTS = [])).push({
|
(globalThis.TURBOPACK_CHUNK_LISTS || (globalThis.TURBOPACK_CHUNK_LISTS = [])).push({
|
||||||
script: typeof document === "object" ? document.currentScript : undefined,
|
script: typeof document === "object" ? document.currentScript : undefined,
|
||||||
chunks: [
|
chunks: [
|
||||||
"static/chunks/Documents_go-new_chinese-family-tree_components_antd-lunar-calendar_tsx_eddb087b._.js",
|
"static/chunks/Documents_go-new_chinese-family-tree_components_antd-lunar-calendar_tsx_371a981e._.js",
|
||||||
"static/chunks/Documents_go-new_chinese-family-tree_a5de3628._.js",
|
"static/chunks/Documents_go-new_chinese-family-tree_ff6ea28d._.js",
|
||||||
"static/chunks/a0629__pnpm_d8819a1c._.js"
|
"static/chunks/a0629__pnpm_c9857613._.js"
|
||||||
],
|
],
|
||||||
source: "dynamic"
|
source: "dynamic"
|
||||||
});
|
});
|
||||||
|
|||||||
+3
-3
@@ -1,9 +1,9 @@
|
|||||||
(globalThis.TURBOPACK_CHUNK_LISTS || (globalThis.TURBOPACK_CHUNK_LISTS = [])).push({
|
(globalThis.TURBOPACK_CHUNK_LISTS || (globalThis.TURBOPACK_CHUNK_LISTS = [])).push({
|
||||||
script: typeof document === "object" ? document.currentScript : undefined,
|
script: typeof document === "object" ? document.currentScript : undefined,
|
||||||
chunks: [
|
chunks: [
|
||||||
"static/chunks/Documents_go-new_chinese-family-tree_components_antd-lunar-calendar_tsx_099103a1._.js",
|
"static/chunks/Documents_go-new_chinese-family-tree_components_antd-lunar-calendar_tsx_ca80a6f2._.js",
|
||||||
"static/chunks/Documents_go-new_chinese-family-tree_1bab02a1._.js",
|
"static/chunks/Documents_go-new_chinese-family-tree_1243fbf7._.js",
|
||||||
"static/chunks/a0629__pnpm_6308dc16._.js"
|
"static/chunks/a0629__pnpm_180f0359._.js"
|
||||||
],
|
],
|
||||||
source: "dynamic"
|
source: "dynamic"
|
||||||
});
|
});
|
||||||
|
|||||||
+3
-3
@@ -1,8 +1,8 @@
|
|||||||
(globalThis.TURBOPACK_CHUNK_LISTS || (globalThis.TURBOPACK_CHUNK_LISTS = [])).push({
|
(globalThis.TURBOPACK_CHUNK_LISTS || (globalThis.TURBOPACK_CHUNK_LISTS = [])).push({
|
||||||
script: typeof document === "object" ? document.currentScript : undefined,
|
script: typeof document === "object" ? document.currentScript : undefined,
|
||||||
chunks: [
|
chunks: [
|
||||||
"static/chunks/Documents_go-new_chinese-family-tree_3bf8595f._.js",
|
"static/chunks/Documents_go-new_chinese-family-tree_faa44de8._.js",
|
||||||
"static/chunks/Documents_go-new_chinese-family-tree_2d98b586._.js",
|
"static/chunks/Documents_go-new_chinese-family-tree_63aaf277._.js",
|
||||||
"static/chunks/56139_zrender_lib_dd4f683d._.js",
|
"static/chunks/56139_zrender_lib_dd4f683d._.js",
|
||||||
"static/chunks/f639c_echarts_lib_util_d4941c19._.js",
|
"static/chunks/f639c_echarts_lib_util_d4941c19._.js",
|
||||||
"static/chunks/f639c_echarts_lib_model_76b10339._.js",
|
"static/chunks/f639c_echarts_lib_model_76b10339._.js",
|
||||||
@@ -29,7 +29,7 @@
|
|||||||
"static/chunks/f639c_echarts_lib_coord_8d85a72c._.js",
|
"static/chunks/f639c_echarts_lib_coord_8d85a72c._.js",
|
||||||
"static/chunks/f639c_echarts_lib_92e26ca0._.js",
|
"static/chunks/f639c_echarts_lib_92e26ca0._.js",
|
||||||
"static/chunks/f639c_echarts_index_dade51e7.js",
|
"static/chunks/f639c_echarts_index_dade51e7.js",
|
||||||
"static/chunks/a0629__pnpm_10b58a2f._.js"
|
"static/chunks/a0629__pnpm_f7fdedc6._.js"
|
||||||
],
|
],
|
||||||
source: "dynamic"
|
source: "dynamic"
|
||||||
});
|
});
|
||||||
|
|||||||
+3
-3
@@ -1,12 +1,12 @@
|
|||||||
(globalThis.TURBOPACK_CHUNK_LISTS || (globalThis.TURBOPACK_CHUNK_LISTS = [])).push({
|
(globalThis.TURBOPACK_CHUNK_LISTS || (globalThis.TURBOPACK_CHUNK_LISTS = [])).push({
|
||||||
script: typeof document === "object" ? document.currentScript : undefined,
|
script: typeof document === "object" ? document.currentScript : undefined,
|
||||||
chunks: [
|
chunks: [
|
||||||
"static/chunks/Documents_go-new_chinese-family-tree_caae3188._.js",
|
"static/chunks/Documents_go-new_chinese-family-tree_c15f7a9d._.js",
|
||||||
"static/chunks/Documents_go-new_chinese-family-tree_50ffb0a9._.js",
|
"static/chunks/Documents_go-new_chinese-family-tree_181960ff._.js",
|
||||||
"static/chunks/14b10_pako_dist_pako_esm_mjs_63ae9500._.js",
|
"static/chunks/14b10_pako_dist_pako_esm_mjs_63ae9500._.js",
|
||||||
"static/chunks/0f47f_jspdf_dist_jspdf_es_min_f400e067.js",
|
"static/chunks/0f47f_jspdf_dist_jspdf_es_min_f400e067.js",
|
||||||
"static/chunks/ebfed_relationship_js_dist_relationship_min_mjs_d2477a04._.js",
|
"static/chunks/ebfed_relationship_js_dist_relationship_min_mjs_d2477a04._.js",
|
||||||
"static/chunks/a0629__pnpm_6ce3a3f6._.js"
|
"static/chunks/a0629__pnpm_6bb38774._.js"
|
||||||
],
|
],
|
||||||
source: "dynamic"
|
source: "dynamic"
|
||||||
});
|
});
|
||||||
|
|||||||
+3
-2
@@ -1,8 +1,9 @@
|
|||||||
(globalThis.TURBOPACK_CHUNK_LISTS || (globalThis.TURBOPACK_CHUNK_LISTS = [])).push({
|
(globalThis.TURBOPACK_CHUNK_LISTS || (globalThis.TURBOPACK_CHUNK_LISTS = [])).push({
|
||||||
script: typeof document === "object" ? document.currentScript : undefined,
|
script: typeof document === "object" ? document.currentScript : undefined,
|
||||||
chunks: [
|
chunks: [
|
||||||
"static/chunks/Documents_go-new_chinese-family-tree_b7b9ef69._.js",
|
"static/chunks/Documents_go-new_chinese-family-tree_components_antd-lunar-calendar_tsx_084d8851._.js",
|
||||||
"static/chunks/a0629__pnpm_d0dd4cd5._.js"
|
"static/chunks/Documents_go-new_chinese-family-tree_b5cbd5ae._.js",
|
||||||
|
"static/chunks/a0629__pnpm_58340d17._.js"
|
||||||
],
|
],
|
||||||
source: "dynamic"
|
source: "dynamic"
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -153,7 +153,7 @@ function SignInPage() {
|
|||||||
/*#__PURE__*/ (0, __TURBOPACK__imported__module__$5b$project$5d2f$Documents$2f$go$2d$new$2f$chinese$2d$family$2d$tree$2f$node_modules$2f2e$pnpm$2f$next$40$16$2e$0$2e$3_react$2d$dom$40$19$2e$2$2e$0_react$40$19$2e$2$2e$0_$5f$react$40$19$2e$2$2e$0$2f$node_modules$2f$next$2f$dist$2f$compiled$2f$react$2f$jsx$2d$dev$2d$runtime$2e$js__$5b$app$2d$client$5d$__$28$ecmascript$29$__["jsxDEV"])(__TURBOPACK__imported__module__$5b$project$5d2f$Documents$2f$go$2d$new$2f$chinese$2d$family$2d$tree$2f$components$2f$ui$2f$input$2e$tsx__$5b$app$2d$client$5d$__$28$ecmascript$29$__["Input"], {
|
/*#__PURE__*/ (0, __TURBOPACK__imported__module__$5b$project$5d2f$Documents$2f$go$2d$new$2f$chinese$2d$family$2d$tree$2f$node_modules$2f2e$pnpm$2f$next$40$16$2e$0$2e$3_react$2d$dom$40$19$2e$2$2e$0_react$40$19$2e$2$2e$0_$5f$react$40$19$2e$2$2e$0$2f$node_modules$2f$next$2f$dist$2f$compiled$2f$react$2f$jsx$2d$dev$2d$runtime$2e$js__$5b$app$2d$client$5d$__$28$ecmascript$29$__["jsxDEV"])(__TURBOPACK__imported__module__$5b$project$5d2f$Documents$2f$go$2d$new$2f$chinese$2d$family$2d$tree$2f$components$2f$ui$2f$input$2e$tsx__$5b$app$2d$client$5d$__$28$ecmascript$29$__["Input"], {
|
||||||
id: "email",
|
id: "email",
|
||||||
type: "email",
|
type: "email",
|
||||||
placeholder: "your@email.com",
|
placeholder: "请输入邮箱",
|
||||||
value: email,
|
value: email,
|
||||||
onChange: (e)=>setEmail(e.target.value),
|
onChange: (e)=>setEmail(e.target.value),
|
||||||
required: true,
|
required: true,
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@@ -187,7 +187,7 @@ function RegisterPage() {
|
|||||||
/*#__PURE__*/ (0, __TURBOPACK__imported__module__$5b$project$5d2f$Documents$2f$go$2d$new$2f$chinese$2d$family$2d$tree$2f$node_modules$2f2e$pnpm$2f$next$40$16$2e$0$2e$3_react$2d$dom$40$19$2e$2$2e$0_react$40$19$2e$2$2e$0_$5f$react$40$19$2e$2$2e$0$2f$node_modules$2f$next$2f$dist$2f$compiled$2f$react$2f$jsx$2d$dev$2d$runtime$2e$js__$5b$app$2d$client$5d$__$28$ecmascript$29$__["jsxDEV"])(__TURBOPACK__imported__module__$5b$project$5d2f$Documents$2f$go$2d$new$2f$chinese$2d$family$2d$tree$2f$components$2f$ui$2f$input$2e$tsx__$5b$app$2d$client$5d$__$28$ecmascript$29$__["Input"], {
|
/*#__PURE__*/ (0, __TURBOPACK__imported__module__$5b$project$5d2f$Documents$2f$go$2d$new$2f$chinese$2d$family$2d$tree$2f$node_modules$2f2e$pnpm$2f$next$40$16$2e$0$2e$3_react$2d$dom$40$19$2e$2$2e$0_react$40$19$2e$2$2e$0_$5f$react$40$19$2e$2$2e$0$2f$node_modules$2f$next$2f$dist$2f$compiled$2f$react$2f$jsx$2d$dev$2d$runtime$2e$js__$5b$app$2d$client$5d$__$28$ecmascript$29$__["jsxDEV"])(__TURBOPACK__imported__module__$5b$project$5d2f$Documents$2f$go$2d$new$2f$chinese$2d$family$2d$tree$2f$components$2f$ui$2f$input$2e$tsx__$5b$app$2d$client$5d$__$28$ecmascript$29$__["Input"], {
|
||||||
id: "email",
|
id: "email",
|
||||||
type: "email",
|
type: "email",
|
||||||
placeholder: "your@email.com",
|
placeholder: "请输入邮箱",
|
||||||
value: email,
|
value: email,
|
||||||
onChange: (e)=>setEmail(e.target.value),
|
onChange: (e)=>setEmail(e.target.value),
|
||||||
required: true,
|
required: true,
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@@ -188,6 +188,7 @@
|
|||||||
--color-red-700: #bf000f;
|
--color-red-700: #bf000f;
|
||||||
--color-red-800: #9f0712;
|
--color-red-800: #9f0712;
|
||||||
--color-red-900: #82181a;
|
--color-red-900: #82181a;
|
||||||
|
--color-red-950: #460809;
|
||||||
--color-orange-50: #fff7ed;
|
--color-orange-50: #fff7ed;
|
||||||
--color-orange-100: #ffedd5;
|
--color-orange-100: #ffedd5;
|
||||||
--color-orange-200: #ffd7a8;
|
--color-orange-200: #ffd7a8;
|
||||||
@@ -203,6 +204,7 @@
|
|||||||
--color-amber-700: #b75000;
|
--color-amber-700: #b75000;
|
||||||
--color-amber-800: #953d00;
|
--color-amber-800: #953d00;
|
||||||
--color-amber-900: #7b3306;
|
--color-amber-900: #7b3306;
|
||||||
|
--color-amber-950: #461901;
|
||||||
--color-yellow-50: #fefce8;
|
--color-yellow-50: #fefce8;
|
||||||
--color-yellow-200: #fff085;
|
--color-yellow-200: #fff085;
|
||||||
--color-yellow-400: #fac800;
|
--color-yellow-400: #fac800;
|
||||||
@@ -323,6 +325,7 @@
|
|||||||
--color-red-700: lab(40.4273% 67.2623 53.7441);
|
--color-red-700: lab(40.4273% 67.2623 53.7441);
|
||||||
--color-red-800: lab(33.7174% 55.8993 41.0293);
|
--color-red-800: lab(33.7174% 55.8993 41.0293);
|
||||||
--color-red-900: lab(28.5139% 44.5539 29.0463);
|
--color-red-900: lab(28.5139% 44.5539 29.0463);
|
||||||
|
--color-red-950: lab(13.003% 29.04 16.7519);
|
||||||
--color-orange-50: lab(97.7008% 1.53735 5.90649);
|
--color-orange-50: lab(97.7008% 1.53735 5.90649);
|
||||||
--color-orange-100: lab(94.7127% 3.58394 14.3151);
|
--color-orange-100: lab(94.7127% 3.58394 14.3151);
|
||||||
--color-orange-200: lab(88.4871% 9.94918 28.8378);
|
--color-orange-200: lab(88.4871% 9.94918 28.8378);
|
||||||
@@ -338,6 +341,7 @@
|
|||||||
--color-amber-700: lab(47.2709% 42.9082 69.2966);
|
--color-amber-700: lab(47.2709% 42.9082 69.2966);
|
||||||
--color-amber-800: lab(37.8822% 37.1699 52.2718);
|
--color-amber-800: lab(37.8822% 37.1699 52.2718);
|
||||||
--color-amber-900: lab(31.2288% 30.2627 40.0378);
|
--color-amber-900: lab(31.2288% 30.2627 40.0378);
|
||||||
|
--color-amber-950: lab(15.8111% 20.9107 23.3752);
|
||||||
--color-yellow-50: lab(98.6846% -1.79055 9.7766);
|
--color-yellow-50: lab(98.6846% -1.79055 9.7766);
|
||||||
--color-yellow-200: lab(94.3433% -5.00429 52.9663);
|
--color-yellow-200: lab(94.3433% -5.00429 52.9663);
|
||||||
--color-yellow-400: lab(83.2664% 8.65132 106.895);
|
--color-yellow-400: lab(83.2664% 8.65132 106.895);
|
||||||
@@ -888,6 +892,10 @@
|
|||||||
left: calc(var(--spacing) * 2.5);
|
left: calc(var(--spacing) * 2.5);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.left-3 {
|
||||||
|
left: calc(var(--spacing) * 3);
|
||||||
|
}
|
||||||
|
|
||||||
.left-4 {
|
.left-4 {
|
||||||
left: calc(var(--spacing) * 4);
|
left: calc(var(--spacing) * 4);
|
||||||
}
|
}
|
||||||
@@ -1006,10 +1014,6 @@
|
|||||||
margin-inline: calc(var(--spacing) * 3.5);
|
margin-inline: calc(var(--spacing) * 3.5);
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx-4 {
|
|
||||||
margin-inline: calc(var(--spacing) * 4);
|
|
||||||
}
|
|
||||||
|
|
||||||
.mx-auto {
|
.mx-auto {
|
||||||
margin-inline: auto;
|
margin-inline: auto;
|
||||||
}
|
}
|
||||||
@@ -1074,6 +1078,10 @@
|
|||||||
margin-top: calc(var(--spacing) * 6);
|
margin-top: calc(var(--spacing) * 6);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mt-8 {
|
||||||
|
margin-top: calc(var(--spacing) * 8);
|
||||||
|
}
|
||||||
|
|
||||||
.mt-auto {
|
.mt-auto {
|
||||||
margin-top: auto;
|
margin-top: auto;
|
||||||
}
|
}
|
||||||
@@ -1090,6 +1098,10 @@
|
|||||||
margin-right: calc(var(--spacing) * 2);
|
margin-right: calc(var(--spacing) * 2);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mr-3 {
|
||||||
|
margin-right: calc(var(--spacing) * 3);
|
||||||
|
}
|
||||||
|
|
||||||
.mr-8 {
|
.mr-8 {
|
||||||
margin-right: calc(var(--spacing) * 8);
|
margin-right: calc(var(--spacing) * 8);
|
||||||
}
|
}
|
||||||
@@ -1164,13 +1176,6 @@
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.line-clamp-3 {
|
|
||||||
-webkit-line-clamp: 3;
|
|
||||||
-webkit-box-orient: vertical;
|
|
||||||
display: -webkit-box;
|
|
||||||
overflow: hidden;
|
|
||||||
}
|
|
||||||
|
|
||||||
.block {
|
.block {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
@@ -1288,6 +1293,10 @@
|
|||||||
height: var(--cell-size);
|
height: var(--cell-size);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.h-0\.5 {
|
||||||
|
height: calc(var(--spacing) * .5);
|
||||||
|
}
|
||||||
|
|
||||||
.h-1 {
|
.h-1 {
|
||||||
height: calc(var(--spacing) * 1);
|
height: calc(var(--spacing) * 1);
|
||||||
}
|
}
|
||||||
@@ -1632,6 +1641,10 @@
|
|||||||
width: 200px;
|
width: 200px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.w-\[280px\] {
|
||||||
|
width: 280px;
|
||||||
|
}
|
||||||
|
|
||||||
.w-\[300px\] {
|
.w-\[300px\] {
|
||||||
width: 300px;
|
width: 300px;
|
||||||
}
|
}
|
||||||
@@ -2093,6 +2106,12 @@
|
|||||||
margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
|
margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
:where(.space-y-1\.5 > :not(:last-child)) {
|
||||||
|
--tw-space-y-reverse: 0;
|
||||||
|
margin-block-start: calc(calc(var(--spacing) * 1.5) * var(--tw-space-y-reverse));
|
||||||
|
margin-block-end: calc(calc(var(--spacing) * 1.5) * calc(1 - var(--tw-space-y-reverse)));
|
||||||
|
}
|
||||||
|
|
||||||
:where(.space-y-2 > :not(:last-child)) {
|
:where(.space-y-2 > :not(:last-child)) {
|
||||||
--tw-space-y-reverse: 0;
|
--tw-space-y-reverse: 0;
|
||||||
margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
|
margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
|
||||||
@@ -2129,10 +2148,6 @@
|
|||||||
margin-block-end: calc(calc(var(--spacing) * 12) * calc(1 - var(--tw-space-y-reverse)));
|
margin-block-end: calc(calc(var(--spacing) * 12) * calc(1 - var(--tw-space-y-reverse)));
|
||||||
}
|
}
|
||||||
|
|
||||||
.gap-x-4 {
|
|
||||||
column-gap: calc(var(--spacing) * 4);
|
|
||||||
}
|
|
||||||
|
|
||||||
.gap-x-8 {
|
.gap-x-8 {
|
||||||
column-gap: calc(var(--spacing) * 8);
|
column-gap: calc(var(--spacing) * 8);
|
||||||
}
|
}
|
||||||
@@ -2153,10 +2168,6 @@
|
|||||||
row-gap: calc(var(--spacing) * .5);
|
row-gap: calc(var(--spacing) * .5);
|
||||||
}
|
}
|
||||||
|
|
||||||
.gap-y-2 {
|
|
||||||
row-gap: calc(var(--spacing) * 2);
|
|
||||||
}
|
|
||||||
|
|
||||||
.gap-y-4 {
|
.gap-y-4 {
|
||||||
row-gap: calc(var(--spacing) * 4);
|
row-gap: calc(var(--spacing) * 4);
|
||||||
}
|
}
|
||||||
@@ -3009,11 +3020,21 @@
|
|||||||
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.from-foreground {
|
||||||
|
--tw-gradient-from: var(--foreground);
|
||||||
|
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
||||||
|
}
|
||||||
|
|
||||||
.from-gray-50 {
|
.from-gray-50 {
|
||||||
--tw-gradient-from: var(--color-gray-50);
|
--tw-gradient-from: var(--color-gray-50);
|
||||||
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.from-primary {
|
||||||
|
--tw-gradient-from: var(--primary);
|
||||||
|
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
||||||
|
}
|
||||||
|
|
||||||
.from-primary\/5 {
|
.from-primary\/5 {
|
||||||
--tw-gradient-from: var(--primary);
|
--tw-gradient-from: var(--primary);
|
||||||
}
|
}
|
||||||
@@ -3047,6 +3068,20 @@
|
|||||||
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.from-red-50\/80 {
|
||||||
|
--tw-gradient-from: #fef2f2cc;
|
||||||
|
}
|
||||||
|
|
||||||
|
@supports (color: color-mix(in lab, red, red)) {
|
||||||
|
.from-red-50\/80 {
|
||||||
|
--tw-gradient-from: color-mix(in oklab, var(--color-red-50) 80%, transparent);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.from-red-50\/80 {
|
||||||
|
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
||||||
|
}
|
||||||
|
|
||||||
.from-red-500\/20 {
|
.from-red-500\/20 {
|
||||||
--tw-gradient-from: #fb2c3633;
|
--tw-gradient-from: #fb2c3633;
|
||||||
}
|
}
|
||||||
@@ -3107,6 +3142,20 @@
|
|||||||
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.to-amber-50\/80 {
|
||||||
|
--tw-gradient-to: #fffbebcc;
|
||||||
|
}
|
||||||
|
|
||||||
|
@supports (color: color-mix(in lab, red, red)) {
|
||||||
|
.to-amber-50\/80 {
|
||||||
|
--tw-gradient-to: color-mix(in oklab, var(--color-amber-50) 80%, transparent);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.to-amber-50\/80 {
|
||||||
|
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
||||||
|
}
|
||||||
|
|
||||||
.to-amber-100 {
|
.to-amber-100 {
|
||||||
--tw-gradient-to: var(--color-amber-100);
|
--tw-gradient-to: var(--color-amber-100);
|
||||||
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
||||||
@@ -3131,13 +3180,22 @@
|
|||||||
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
||||||
}
|
}
|
||||||
|
|
||||||
.to-gray-100 {
|
.to-foreground\/70 {
|
||||||
--tw-gradient-to: var(--color-gray-100);
|
--tw-gradient-to: var(--foreground);
|
||||||
|
}
|
||||||
|
|
||||||
|
@supports (color: color-mix(in lab, red, red)) {
|
||||||
|
.to-foreground\/70 {
|
||||||
|
--tw-gradient-to: color-mix(in oklab, var(--foreground) 70%, transparent);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.to-foreground\/70 {
|
||||||
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
||||||
}
|
}
|
||||||
|
|
||||||
.to-orange-50 {
|
.to-gray-100 {
|
||||||
--tw-gradient-to: var(--color-orange-50);
|
--tw-gradient-to: var(--color-gray-100);
|
||||||
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -3165,6 +3223,20 @@
|
|||||||
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.to-primary\/80 {
|
||||||
|
--tw-gradient-to: var(--primary);
|
||||||
|
}
|
||||||
|
|
||||||
|
@supports (color: color-mix(in lab, red, red)) {
|
||||||
|
.to-primary\/80 {
|
||||||
|
--tw-gradient-to: color-mix(in oklab, var(--primary) 80%, transparent);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.to-primary\/80 {
|
||||||
|
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
||||||
|
}
|
||||||
|
|
||||||
.to-red-700 {
|
.to-red-700 {
|
||||||
--tw-gradient-to: var(--color-red-700);
|
--tw-gradient-to: var(--color-red-700);
|
||||||
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
||||||
@@ -3194,6 +3266,11 @@
|
|||||||
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.bg-clip-text {
|
||||||
|
-webkit-background-clip: text;
|
||||||
|
background-clip: text;
|
||||||
|
}
|
||||||
|
|
||||||
.bg-repeat {
|
.bg-repeat {
|
||||||
background-repeat: repeat;
|
background-repeat: repeat;
|
||||||
}
|
}
|
||||||
@@ -3294,6 +3371,10 @@
|
|||||||
padding-inline: calc(var(--spacing) * 4);
|
padding-inline: calc(var(--spacing) * 4);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.px-5 {
|
||||||
|
padding-inline: calc(var(--spacing) * 5);
|
||||||
|
}
|
||||||
|
|
||||||
.px-6 {
|
.px-6 {
|
||||||
padding-inline: calc(var(--spacing) * 6);
|
padding-inline: calc(var(--spacing) * 6);
|
||||||
}
|
}
|
||||||
@@ -3302,10 +3383,6 @@
|
|||||||
padding-inline: calc(var(--spacing) * 8);
|
padding-inline: calc(var(--spacing) * 8);
|
||||||
}
|
}
|
||||||
|
|
||||||
.py-0 {
|
|
||||||
padding-block: calc(var(--spacing) * 0);
|
|
||||||
}
|
|
||||||
|
|
||||||
.py-0\.5 {
|
.py-0\.5 {
|
||||||
padding-block: calc(var(--spacing) * .5);
|
padding-block: calc(var(--spacing) * .5);
|
||||||
}
|
}
|
||||||
@@ -4663,18 +4740,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (hover: hover) {
|
|
||||||
.hover\:border-primary\/50:hover {
|
|
||||||
border-color: var(--primary);
|
|
||||||
}
|
|
||||||
|
|
||||||
@supports (color: color-mix(in lab, red, red)) {
|
|
||||||
.hover\:border-primary\/50:hover {
|
|
||||||
border-color: color-mix(in oklab, var(--primary) 50%, transparent);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@media (hover: hover) {
|
@media (hover: hover) {
|
||||||
.hover\:bg-accent:hover {
|
.hover\:bg-accent:hover {
|
||||||
background-color: var(--accent);
|
background-color: var(--accent);
|
||||||
@@ -4795,6 +4860,12 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (hover: hover) {
|
||||||
|
.hover\:bg-red-50:hover {
|
||||||
|
background-color: var(--color-red-50);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@media (hover: hover) {
|
@media (hover: hover) {
|
||||||
.hover\:bg-secondary:hover {
|
.hover\:bg-secondary:hover {
|
||||||
background-color: var(--secondary);
|
background-color: var(--secondary);
|
||||||
@@ -4869,6 +4940,12 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (hover: hover) {
|
||||||
|
.hover\:text-red-700:hover {
|
||||||
|
color: var(--color-red-700);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@media (hover: hover) {
|
@media (hover: hover) {
|
||||||
.hover\:text-sidebar-accent-foreground:hover {
|
.hover\:text-sidebar-accent-foreground:hover {
|
||||||
color: var(--sidebar-accent-foreground);
|
color: var(--sidebar-accent-foreground);
|
||||||
@@ -4881,6 +4958,12 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (hover: hover) {
|
||||||
|
.hover\:opacity-80:hover {
|
||||||
|
opacity: .8;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@media (hover: hover) {
|
@media (hover: hover) {
|
||||||
.hover\:opacity-90:hover {
|
.hover\:opacity-90:hover {
|
||||||
opacity: .9;
|
opacity: .9;
|
||||||
@@ -4914,6 +4997,13 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (hover: hover) {
|
||||||
|
.hover\:shadow-sm:hover {
|
||||||
|
--tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
|
||||||
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@media (hover: hover) {
|
@media (hover: hover) {
|
||||||
.hover\:shadow-xl:hover {
|
.hover\:shadow-xl:hover {
|
||||||
--tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, #0000001a), 0 8px 10px -6px var(--tw-shadow-color, #0000001a);
|
--tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, #0000001a), 0 8px 10px -6px var(--tw-shadow-color, #0000001a);
|
||||||
@@ -4979,10 +5069,18 @@
|
|||||||
background-color: var(--accent);
|
background-color: var(--accent);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.focus\:bg-red-50:focus {
|
||||||
|
background-color: var(--color-red-50);
|
||||||
|
}
|
||||||
|
|
||||||
.focus\:text-accent-foreground:focus {
|
.focus\:text-accent-foreground:focus {
|
||||||
color: var(--accent-foreground);
|
color: var(--accent-foreground);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.focus\:text-red-600:focus {
|
||||||
|
color: var(--color-red-600);
|
||||||
|
}
|
||||||
|
|
||||||
.focus\:opacity-100:focus {
|
.focus\:opacity-100:focus {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
@@ -5077,6 +5175,16 @@
|
|||||||
--tw-ring-color: var(--primary);
|
--tw-ring-color: var(--primary);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.focus-visible\:ring-primary\/50:focus-visible {
|
||||||
|
--tw-ring-color: var(--primary);
|
||||||
|
}
|
||||||
|
|
||||||
|
@supports (color: color-mix(in lab, red, red)) {
|
||||||
|
.focus-visible\:ring-primary\/50:focus-visible {
|
||||||
|
--tw-ring-color: color-mix(in oklab, var(--primary) 50%, transparent);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.focus-visible\:ring-ring:focus-visible {
|
.focus-visible\:ring-ring:focus-visible {
|
||||||
--tw-ring-color: var(--ring);
|
--tw-ring-color: var(--ring);
|
||||||
}
|
}
|
||||||
@@ -6161,6 +6269,12 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (min-width: 40rem) {
|
||||||
|
.sm\:w-\[320px\] {
|
||||||
|
width: 320px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@media (min-width: 40rem) {
|
@media (min-width: 40rem) {
|
||||||
.sm\:max-w-\[600px\] {
|
.sm\:max-w-\[600px\] {
|
||||||
max-width: 600px;
|
max-width: 600px;
|
||||||
@@ -6173,6 +6287,12 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (min-width: 40rem) {
|
||||||
|
.sm\:max-w-md {
|
||||||
|
max-width: var(--container-md);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@media (min-width: 40rem) {
|
@media (min-width: 40rem) {
|
||||||
.sm\:max-w-sm {
|
.sm\:max-w-sm {
|
||||||
max-width: var(--container-sm);
|
max-width: var(--container-sm);
|
||||||
@@ -6269,6 +6389,12 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (min-width: 48rem) {
|
||||||
|
.md\:ml-0 {
|
||||||
|
margin-left: calc(var(--spacing) * 0);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@media (min-width: 48rem) {
|
@media (min-width: 48rem) {
|
||||||
.md\:ml-12 {
|
.md\:ml-12 {
|
||||||
margin-left: calc(var(--spacing) * 12);
|
margin-left: calc(var(--spacing) * 12);
|
||||||
@@ -6287,6 +6413,12 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (min-width: 48rem) {
|
||||||
|
.md\:hidden {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@media (min-width: 48rem) {
|
@media (min-width: 48rem) {
|
||||||
.md\:inline {
|
.md\:inline {
|
||||||
display: inline;
|
display: inline;
|
||||||
@@ -6462,6 +6594,12 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (min-width: 64rem) {
|
||||||
|
.lg\:block {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@media (min-width: 64rem) {
|
@media (min-width: 64rem) {
|
||||||
.lg\:flex {
|
.lg\:flex {
|
||||||
display: flex;
|
display: flex;
|
||||||
@@ -6486,6 +6624,18 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (min-width: 80rem) {
|
||||||
|
.xl\:flex {
|
||||||
|
display: flex;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (min-width: 80rem) {
|
||||||
|
.xl\:w-64 {
|
||||||
|
width: calc(var(--spacing) * 64);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@media (min-width: 80rem) {
|
@media (min-width: 80rem) {
|
||||||
.xl\:grid-cols-4 {
|
.xl\:grid-cols-4 {
|
||||||
grid-template-columns: repeat(4, minmax(0, 1fr));
|
grid-template-columns: repeat(4, minmax(0, 1fr));
|
||||||
@@ -6534,6 +6684,16 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.dark\:border-red-800\/30:is(.dark *) {
|
||||||
|
border-color: #9f07124d;
|
||||||
|
}
|
||||||
|
|
||||||
|
@supports (color: color-mix(in lab, red, red)) {
|
||||||
|
.dark\:border-red-800\/30:is(.dark *) {
|
||||||
|
border-color: color-mix(in oklab, var(--color-red-800) 30%, transparent);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.dark\:bg-blue-900\/20:is(.dark *) {
|
.dark\:bg-blue-900\/20:is(.dark *) {
|
||||||
background-color: #1c398e33;
|
background-color: #1c398e33;
|
||||||
}
|
}
|
||||||
@@ -6606,10 +6766,46 @@
|
|||||||
background-color: var(--color-yellow-950);
|
background-color: var(--color-yellow-950);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.dark\:from-red-950\/20:is(.dark *) {
|
||||||
|
--tw-gradient-from: #46080933;
|
||||||
|
}
|
||||||
|
|
||||||
|
@supports (color: color-mix(in lab, red, red)) {
|
||||||
|
.dark\:from-red-950\/20:is(.dark *) {
|
||||||
|
--tw-gradient-from: color-mix(in oklab, var(--color-red-950) 20%, transparent);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.dark\:from-red-950\/20:is(.dark *) {
|
||||||
|
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
||||||
|
}
|
||||||
|
|
||||||
|
.dark\:to-amber-950\/20:is(.dark *) {
|
||||||
|
--tw-gradient-to: #46190133;
|
||||||
|
}
|
||||||
|
|
||||||
|
@supports (color: color-mix(in lab, red, red)) {
|
||||||
|
.dark\:to-amber-950\/20:is(.dark *) {
|
||||||
|
--tw-gradient-to: color-mix(in oklab, var(--color-amber-950) 20%, transparent);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.dark\:to-amber-950\/20:is(.dark *) {
|
||||||
|
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
||||||
|
}
|
||||||
|
|
||||||
|
.dark\:text-gray-100:is(.dark *) {
|
||||||
|
color: var(--color-gray-100);
|
||||||
|
}
|
||||||
|
|
||||||
.dark\:text-muted-foreground:is(.dark *) {
|
.dark\:text-muted-foreground:is(.dark *) {
|
||||||
color: var(--muted-foreground);
|
color: var(--muted-foreground);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.dark\:text-red-400:is(.dark *) {
|
||||||
|
color: var(--color-red-400);
|
||||||
|
}
|
||||||
|
|
||||||
.dark\:text-yellow-200:is(.dark *) {
|
.dark\:text-yellow-200:is(.dark *) {
|
||||||
color: var(--color-yellow-200);
|
color: var(--color-yellow-200);
|
||||||
}
|
}
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Vendored
+2
-1
@@ -2,7 +2,7 @@
|
|||||||
// Do not edit this file manually
|
// Do not edit this file manually
|
||||||
|
|
||||||
type AppRoutes = "/" | "/auth/register" | "/auth/signin" | "/help" | "/members" | "/members/[id]" | "/members/new" | "/relationship" | "/settings" | "/timeline" | "/tree" | "/trees/new"
|
type AppRoutes = "/" | "/auth/register" | "/auth/signin" | "/help" | "/members" | "/members/[id]" | "/members/new" | "/relationship" | "/settings" | "/timeline" | "/tree" | "/trees/new"
|
||||||
type AppRouteHandlerRoutes = "/api/auth/[...nextauth]" | "/api/auth/register" | "/api/trees" | "/api/trees/[treeId]" | "/api/trees/[treeId]/activity-logs" | "/api/trees/[treeId]/collaborators" | "/api/trees/[treeId]/import" | "/api/trees/[treeId]/invite" | "/api/trees/[treeId]/members" | "/api/trees/[treeId]/members/[memberId]" | "/api/trees/[treeId]/members/[memberId]/history" | "/api/trees/[treeId]/relationship" | "/api/upload" | "/api/user/activity-logs" | "/api/user/change-password" | "/api/user/profile"
|
type AppRouteHandlerRoutes = "/api/auth/[...nextauth]" | "/api/auth/register" | "/api/trees" | "/api/trees/[treeId]" | "/api/trees/[treeId]/activity-logs" | "/api/trees/[treeId]/collaborators" | "/api/trees/[treeId]/import" | "/api/trees/[treeId]/invite" | "/api/trees/[treeId]/members" | "/api/trees/[treeId]/members/[memberId]" | "/api/trees/[treeId]/members/[memberId]/history" | "/api/trees/[treeId]/relationship" | "/api/upload" | "/api/user/activity-logs" | "/api/user/change-password" | "/api/user/profile" | "/uploads/[filename]"
|
||||||
type PageRoutes = never
|
type PageRoutes = never
|
||||||
type LayoutRoutes = "/"
|
type LayoutRoutes = "/"
|
||||||
type RedirectRoutes = never
|
type RedirectRoutes = never
|
||||||
@@ -39,6 +39,7 @@ interface ParamMap {
|
|||||||
"/timeline": {}
|
"/timeline": {}
|
||||||
"/tree": {}
|
"/tree": {}
|
||||||
"/trees/new": {}
|
"/trees/new": {}
|
||||||
|
"/uploads/[filename]": { "filename": string; }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -299,6 +299,15 @@ type RouteHandlerConfig<Route extends AppRouteHandlerRoutes = AppRouteHandlerRou
|
|||||||
type __Unused = __Check
|
type __Unused = __Check
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Validate ../../../app/uploads/[filename]/route.ts
|
||||||
|
{
|
||||||
|
type __IsExpected<Specific extends RouteHandlerConfig<"/uploads/[filename]">> = Specific
|
||||||
|
const handler = {} as typeof import("../../../app/uploads/[filename]/route.js")
|
||||||
|
type __Check = __IsExpected<typeof handler>
|
||||||
|
// @ts-ignore
|
||||||
|
type __Unused = __Check
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -5,8 +5,8 @@
|
|||||||
"devFiles": [],
|
"devFiles": [],
|
||||||
"polyfillFiles": [],
|
"polyfillFiles": [],
|
||||||
"lowPriorityFiles": [
|
"lowPriorityFiles": [
|
||||||
"static/cyDoeHK4pEaP_4WKJ5cJ0/_ssgManifest.js",
|
"static/-yxaGueOTyi5R8bmnIZrO/_ssgManifest.js",
|
||||||
"static/cyDoeHK4pEaP_4WKJ5cJ0/_buildManifest.js"
|
"static/-yxaGueOTyi5R8bmnIZrO/_buildManifest.js"
|
||||||
],
|
],
|
||||||
"rootMainFiles": []
|
"rootMainFiles": []
|
||||||
}
|
}
|
||||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -85,6 +85,15 @@
|
|||||||
},
|
},
|
||||||
"namedRegex": "^/api/trees/(?<nxtPtreeId>[^/]+?)/members/(?<nxtPmemberId>[^/]+?)(?:/)?$"
|
"namedRegex": "^/api/trees/(?<nxtPtreeId>[^/]+?)/members/(?<nxtPmemberId>[^/]+?)(?:/)?$"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"page": "/api/trees/[treeId]/members/[memberId]/history",
|
||||||
|
"regex": "^/api/trees/([^/]+?)/members/([^/]+?)/history(?:/)?$",
|
||||||
|
"routeKeys": {
|
||||||
|
"nxtPtreeId": "nxtPtreeId",
|
||||||
|
"nxtPmemberId": "nxtPmemberId"
|
||||||
|
},
|
||||||
|
"namedRegex": "^/api/trees/(?<nxtPtreeId>[^/]+?)/members/(?<nxtPmemberId>[^/]+?)/history(?:/)?$"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"page": "/api/trees/[treeId]/relationship",
|
"page": "/api/trees/[treeId]/relationship",
|
||||||
"regex": "^/api/trees/([^/]+?)/relationship(?:/)?$",
|
"regex": "^/api/trees/([^/]+?)/relationship(?:/)?$",
|
||||||
@@ -100,6 +109,14 @@
|
|||||||
"nxtPid": "nxtPid"
|
"nxtPid": "nxtPid"
|
||||||
},
|
},
|
||||||
"namedRegex": "^/members/(?<nxtPid>[^/]+?)(?:/)?$"
|
"namedRegex": "^/members/(?<nxtPid>[^/]+?)(?:/)?$"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"page": "/uploads/[filename]",
|
||||||
|
"regex": "^/uploads/([^/]+?)(?:/)?$",
|
||||||
|
"routeKeys": {
|
||||||
|
"nxtPfilename": "nxtPfilename"
|
||||||
|
},
|
||||||
|
"namedRegex": "^/uploads/(?<nxtPfilename>[^/]+?)(?:/)?$"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"staticRoutes": [
|
"staticRoutes": [
|
||||||
@@ -133,6 +150,12 @@
|
|||||||
"routeKeys": {},
|
"routeKeys": {},
|
||||||
"namedRegex": "^/api/trees(?:/)?$"
|
"namedRegex": "^/api/trees(?:/)?$"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"page": "/api/upload",
|
||||||
|
"regex": "^/api/upload(?:/)?$",
|
||||||
|
"routeKeys": {},
|
||||||
|
"namedRegex": "^/api/upload(?:/)?$"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"page": "/api/user/activity-logs",
|
"page": "/api/user/activity-logs",
|
||||||
"regex": "^/api/user/activity\\-logs(?:/)?$",
|
"regex": "^/api/user/activity\\-logs(?:/)?$",
|
||||||
|
|||||||
@@ -7,11 +7,13 @@
|
|||||||
"/api/trees/[treeId]/collaborators/route": "app/api/trees/[treeId]/collaborators/route.js",
|
"/api/trees/[treeId]/collaborators/route": "app/api/trees/[treeId]/collaborators/route.js",
|
||||||
"/api/trees/[treeId]/import/route": "app/api/trees/[treeId]/import/route.js",
|
"/api/trees/[treeId]/import/route": "app/api/trees/[treeId]/import/route.js",
|
||||||
"/api/trees/[treeId]/invite/route": "app/api/trees/[treeId]/invite/route.js",
|
"/api/trees/[treeId]/invite/route": "app/api/trees/[treeId]/invite/route.js",
|
||||||
|
"/api/trees/[treeId]/members/[memberId]/history/route": "app/api/trees/[treeId]/members/[memberId]/history/route.js",
|
||||||
"/api/trees/[treeId]/members/[memberId]/route": "app/api/trees/[treeId]/members/[memberId]/route.js",
|
"/api/trees/[treeId]/members/[memberId]/route": "app/api/trees/[treeId]/members/[memberId]/route.js",
|
||||||
"/api/trees/[treeId]/members/route": "app/api/trees/[treeId]/members/route.js",
|
"/api/trees/[treeId]/members/route": "app/api/trees/[treeId]/members/route.js",
|
||||||
"/api/trees/[treeId]/relationship/route": "app/api/trees/[treeId]/relationship/route.js",
|
"/api/trees/[treeId]/relationship/route": "app/api/trees/[treeId]/relationship/route.js",
|
||||||
"/api/trees/[treeId]/route": "app/api/trees/[treeId]/route.js",
|
"/api/trees/[treeId]/route": "app/api/trees/[treeId]/route.js",
|
||||||
"/api/trees/route": "app/api/trees/route.js",
|
"/api/trees/route": "app/api/trees/route.js",
|
||||||
|
"/api/upload/route": "app/api/upload/route.js",
|
||||||
"/api/user/activity-logs/route": "app/api/user/activity-logs/route.js",
|
"/api/user/activity-logs/route": "app/api/user/activity-logs/route.js",
|
||||||
"/api/user/change-password/route": "app/api/user/change-password/route.js",
|
"/api/user/change-password/route": "app/api/user/change-password/route.js",
|
||||||
"/api/user/profile/route": "app/api/user/profile/route.js",
|
"/api/user/profile/route": "app/api/user/profile/route.js",
|
||||||
@@ -26,5 +28,6 @@
|
|||||||
"/settings/page": "app/settings/page.js",
|
"/settings/page": "app/settings/page.js",
|
||||||
"/timeline/page": "app/timeline/page.js",
|
"/timeline/page": "app/timeline/page.js",
|
||||||
"/tree/page": "app/tree/page.js",
|
"/tree/page": "app/tree/page.js",
|
||||||
"/trees/new/page": "app/trees/new/page.js"
|
"/trees/new/page": "app/trees/new/page.js",
|
||||||
|
"/uploads/[filename]/route": "app/uploads/[filename]/route.js"
|
||||||
}
|
}
|
||||||
@@ -1,2 +1,2 @@
|
|||||||
<!DOCTYPE html><!--cyDoeHK4pEaP_4WKJ5cJ0--><html id="__next_error__"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/d10a21c5b7ccf022.js"/><script src="/_next/static/chunks/b556bd4e4db6194a.js" async=""></script><script src="/_next/static/chunks/9e02b7100d6e6270.js" async=""></script><script src="/_next/static/chunks/d2e53c3a1fa8e07b.js" async=""></script><script src="/_next/static/chunks/ca4429dea6d39825.js" async=""></script><script src="/_next/static/chunks/turbopack-70369a344530a1cd.js" async=""></script><script src="/_next/static/chunks/8f17d8759a6e1b46.js" async=""></script><script src="/_next/static/chunks/b5f12f01a94627ac.js" async=""></script><meta name="next-size-adjust" content=""/><title>500: Internal Server Error.</title><script src="/_next/static/chunks/a6dad97d9634a72d.js" noModule=""></script></head><body><div hidden=""><!--$--><!--/$--></div><div style="font-family:system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div style="line-height:48px"><style>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}
|
<!DOCTYPE html><!--_yxaGueOTyi5R8bmnIZrO--><html id="__next_error__"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/4f40fe78f1a3302f.js"/><script src="/_next/static/chunks/3af7c987a6c28caf.js" async=""></script><script src="/_next/static/chunks/9e02b7100d6e6270.js" async=""></script><script src="/_next/static/chunks/0eaa8682593f715a.js" async=""></script><script src="/_next/static/chunks/ca4429dea6d39825.js" async=""></script><script src="/_next/static/chunks/turbopack-24956da4d25866f9.js" async=""></script><script src="/_next/static/chunks/8f17d8759a6e1b46.js" async=""></script><script src="/_next/static/chunks/b5f12f01a94627ac.js" async=""></script><meta name="next-size-adjust" content=""/><title>500: Internal Server Error.</title><script src="/_next/static/chunks/a6dad97d9634a72d.js" noModule=""></script></head><body><div hidden=""><!--$--><!--/$--></div><div style="font-family:system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div style="line-height:48px"><style>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)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding-right:23px;font-size:24px;font-weight:500;vertical-align:top">500</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:28px">Internal Server Error.</h2></div></div></div><!--$--><!--/$--><script src="/_next/static/chunks/d10a21c5b7ccf022.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[66163,[\"/_next/static/chunks/8f17d8759a6e1b46.js\",\"/_next/static/chunks/b5f12f01a94627ac.js\"],\"default\"]\n3:I[65586,[\"/_next/static/chunks/8f17d8759a6e1b46.js\",\"/_next/static/chunks/b5f12f01a94627ac.js\"],\"default\"]\n4:I[98364,[\"/_next/static/chunks/8f17d8759a6e1b46.js\",\"/_next/static/chunks/b5f12f01a94627ac.js\"],\"OutletBoundary\"]\n5:\"$Sreact.suspense\"\n7:I[98364,[\"/_next/static/chunks/8f17d8759a6e1b46.js\",\"/_next/static/chunks/b5f12f01a94627ac.js\"],\"ViewportBoundary\"]\n9:I[98364,[\"/_next/static/chunks/8f17d8759a6e1b46.js\",\"/_next/static/chunks/b5f12f01a94627ac.js\"],\"MetadataBoundary\"]\nb:I[95067,[\"/_next/static/chunks/8f17d8759a6e1b46.js\",\"/_next/static/chunks/b5f12f01a94627ac.js\"],\"default\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"cyDoeHK4pEaP_4WKJ5cJ0\",\"c\":[\"\",\"_global-error\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"__PAGE__\",{}]}],[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L2\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L3\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"html\",null,{\"id\":\"__next_error__\",\"children\":[[\"$\",\"head\",null,{\"children\":[\"$\",\"title\",null,{\"children\":\"500: Internal Server Error.\"}]}],[\"$\",\"body\",null,{\"children\":[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"style\":{\"lineHeight\":\"48px\"},\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}\\n@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"paddingRight\":23,\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\"},\"children\":\"500\"}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"28px\"},\"children\":\"Internal Server Error.\"}]}]]}]}]}]]}],[[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/8f17d8759a6e1b46.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/b5f12f01a94627ac.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"$L4\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@6\"}]}]]}],{},null,false,false]},null,false,false],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$L7\",null,{\"children\":\"$@8\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$L9\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.Metadata\",\"children\":\"$@a\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$b\",\"$undefined\"],\"S\":true}\n"])</script><script>self.__next_f.push([1,"8:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"a:[]\n6:null\n"])</script></body></html>
|
@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding-right:23px;font-size:24px;font-weight:500;vertical-align:top">500</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:28px">Internal Server Error.</h2></div></div></div><!--$--><!--/$--><script src="/_next/static/chunks/4f40fe78f1a3302f.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[66163,[\"/_next/static/chunks/8f17d8759a6e1b46.js\",\"/_next/static/chunks/b5f12f01a94627ac.js\"],\"default\"]\n3:I[65586,[\"/_next/static/chunks/8f17d8759a6e1b46.js\",\"/_next/static/chunks/b5f12f01a94627ac.js\"],\"default\"]\n4:I[98364,[\"/_next/static/chunks/8f17d8759a6e1b46.js\",\"/_next/static/chunks/b5f12f01a94627ac.js\"],\"OutletBoundary\"]\n5:\"$Sreact.suspense\"\n7:I[98364,[\"/_next/static/chunks/8f17d8759a6e1b46.js\",\"/_next/static/chunks/b5f12f01a94627ac.js\"],\"ViewportBoundary\"]\n9:I[98364,[\"/_next/static/chunks/8f17d8759a6e1b46.js\",\"/_next/static/chunks/b5f12f01a94627ac.js\"],\"MetadataBoundary\"]\nb:I[95067,[\"/_next/static/chunks/8f17d8759a6e1b46.js\",\"/_next/static/chunks/b5f12f01a94627ac.js\"],\"default\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"-yxaGueOTyi5R8bmnIZrO\",\"c\":[\"\",\"_global-error\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"__PAGE__\",{}]}],[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L2\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L3\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"html\",null,{\"id\":\"__next_error__\",\"children\":[[\"$\",\"head\",null,{\"children\":[\"$\",\"title\",null,{\"children\":\"500: Internal Server Error.\"}]}],[\"$\",\"body\",null,{\"children\":[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"style\":{\"lineHeight\":\"48px\"},\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}\\n@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"paddingRight\":23,\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\"},\"children\":\"500\"}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"28px\"},\"children\":\"Internal Server Error.\"}]}]]}]}]}]]}],[[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/8f17d8759a6e1b46.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/b5f12f01a94627ac.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"$L4\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@6\"}]}]]}],{},null,false,false]},null,false,false],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$L7\",null,{\"children\":\"$@8\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$L9\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.Metadata\",\"children\":\"$@a\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$b\",\"$undefined\"],\"S\":true}\n"])</script><script>self.__next_f.push([1,"8:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"a:[]\n6:null\n"])</script></body></html>
|
||||||
@@ -6,7 +6,7 @@
|
|||||||
7:I[98364,["/_next/static/chunks/8f17d8759a6e1b46.js","/_next/static/chunks/b5f12f01a94627ac.js"],"ViewportBoundary"]
|
7:I[98364,["/_next/static/chunks/8f17d8759a6e1b46.js","/_next/static/chunks/b5f12f01a94627ac.js"],"ViewportBoundary"]
|
||||||
9:I[98364,["/_next/static/chunks/8f17d8759a6e1b46.js","/_next/static/chunks/b5f12f01a94627ac.js"],"MetadataBoundary"]
|
9:I[98364,["/_next/static/chunks/8f17d8759a6e1b46.js","/_next/static/chunks/b5f12f01a94627ac.js"],"MetadataBoundary"]
|
||||||
b:I[95067,["/_next/static/chunks/8f17d8759a6e1b46.js","/_next/static/chunks/b5f12f01a94627ac.js"],"default"]
|
b:I[95067,["/_next/static/chunks/8f17d8759a6e1b46.js","/_next/static/chunks/b5f12f01a94627ac.js"],"default"]
|
||||||
0:{"P":null,"b":"cyDoeHK4pEaP_4WKJ5cJ0","c":["","_global-error"],"q":"","i":false,"f":[[["",{"children":["__PAGE__",{}]}],[["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","html",null,{"id":"__next_error__","children":[["$","head",null,{"children":["$","title",null,{"children":"500: Internal Server Error."}]}],["$","body",null,{"children":["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"style":{"lineHeight":"48px"},"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}\n@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","paddingRight":23,"fontSize":24,"fontWeight":500,"verticalAlign":"top"},"children":"500"}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"28px"},"children":"Internal Server Error."}]}]]}]}]}]]}],[["$","script","script-0",{"src":"/_next/static/chunks/8f17d8759a6e1b46.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b5f12f01a94627ac.js","async":true,"nonce":"$undefined"}]],["$","$L4",null,{"children":["$","$5",null,{"name":"Next.MetadataOutlet","children":"$@6"}]}]]}],{},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$L7",null,{"children":"$@8"}],["$","div",null,{"hidden":true,"children":["$","$L9",null,{"children":["$","$5",null,{"name":"Next.Metadata","children":"$@a"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$b","$undefined"],"S":true}
|
0:{"P":null,"b":"-yxaGueOTyi5R8bmnIZrO","c":["","_global-error"],"q":"","i":false,"f":[[["",{"children":["__PAGE__",{}]}],[["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","html",null,{"id":"__next_error__","children":[["$","head",null,{"children":["$","title",null,{"children":"500: Internal Server Error."}]}],["$","body",null,{"children":["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"style":{"lineHeight":"48px"},"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}\n@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","paddingRight":23,"fontSize":24,"fontWeight":500,"verticalAlign":"top"},"children":"500"}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"28px"},"children":"Internal Server Error."}]}]]}]}]}]]}],[["$","script","script-0",{"src":"/_next/static/chunks/8f17d8759a6e1b46.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b5f12f01a94627ac.js","async":true,"nonce":"$undefined"}]],["$","$L4",null,{"children":["$","$5",null,{"name":"Next.MetadataOutlet","children":"$@6"}]}]]}],{},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$L7",null,{"children":"$@8"}],["$","div",null,{"hidden":true,"children":["$","$L9",null,{"children":["$","$5",null,{"name":"Next.Metadata","children":"$@a"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$b","$undefined"],"S":true}
|
||||||
8:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
8:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
||||||
a:[]
|
a:[]
|
||||||
6:null
|
6:null
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
1:"$Sreact.fragment"
|
1:"$Sreact.fragment"
|
||||||
2:I[98364,["/_next/static/chunks/8f17d8759a6e1b46.js","/_next/static/chunks/b5f12f01a94627ac.js"],"OutletBoundary"]
|
2:I[98364,["/_next/static/chunks/8f17d8759a6e1b46.js","/_next/static/chunks/b5f12f01a94627ac.js"],"OutletBoundary"]
|
||||||
3:"$Sreact.suspense"
|
3:"$Sreact.suspense"
|
||||||
0:{"buildId":"cyDoeHK4pEaP_4WKJ5cJ0","rsc":["$","$1","c",{"children":[["$","html",null,{"id":"__next_error__","children":[["$","head",null,{"children":["$","title",null,{"children":"500: Internal Server Error."}]}],["$","body",null,{"children":["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"style":{"lineHeight":"48px"},"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}\n@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","paddingRight":23,"fontSize":24,"fontWeight":500,"verticalAlign":"top"},"children":"500"}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"28px"},"children":"Internal Server Error."}]}]]}]}]}]]}],[["$","script","script-0",{"src":"/_next/static/chunks/8f17d8759a6e1b46.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/b5f12f01a94627ac.js","async":true}]],["$","$L2",null,{"children":["$","$3",null,{"name":"Next.MetadataOutlet","children":"$@4"}]}]]}],"loading":null,"isPartial":false}
|
0:{"buildId":"-yxaGueOTyi5R8bmnIZrO","rsc":["$","$1","c",{"children":[["$","html",null,{"id":"__next_error__","children":[["$","head",null,{"children":["$","title",null,{"children":"500: Internal Server Error."}]}],["$","body",null,{"children":["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"style":{"lineHeight":"48px"},"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}\n@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","paddingRight":23,"fontSize":24,"fontWeight":500,"verticalAlign":"top"},"children":"500"}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"28px"},"children":"Internal Server Error."}]}]]}]}]}]]}],[["$","script","script-0",{"src":"/_next/static/chunks/8f17d8759a6e1b46.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/b5f12f01a94627ac.js","async":true}]],["$","$L2",null,{"children":["$","$3",null,{"name":"Next.MetadataOutlet","children":"$@4"}]}]]}],"loading":null,"isPartial":false}
|
||||||
4:null
|
4:null
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
7:I[98364,["/_next/static/chunks/8f17d8759a6e1b46.js","/_next/static/chunks/b5f12f01a94627ac.js"],"ViewportBoundary"]
|
7:I[98364,["/_next/static/chunks/8f17d8759a6e1b46.js","/_next/static/chunks/b5f12f01a94627ac.js"],"ViewportBoundary"]
|
||||||
9:I[98364,["/_next/static/chunks/8f17d8759a6e1b46.js","/_next/static/chunks/b5f12f01a94627ac.js"],"MetadataBoundary"]
|
9:I[98364,["/_next/static/chunks/8f17d8759a6e1b46.js","/_next/static/chunks/b5f12f01a94627ac.js"],"MetadataBoundary"]
|
||||||
b:I[95067,["/_next/static/chunks/8f17d8759a6e1b46.js","/_next/static/chunks/b5f12f01a94627ac.js"],"default"]
|
b:I[95067,["/_next/static/chunks/8f17d8759a6e1b46.js","/_next/static/chunks/b5f12f01a94627ac.js"],"default"]
|
||||||
0:{"P":null,"b":"cyDoeHK4pEaP_4WKJ5cJ0","c":["","_global-error"],"q":"","i":false,"f":[[["",{"children":["__PAGE__",{}]}],[["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","html",null,{"id":"__next_error__","children":[["$","head",null,{"children":["$","title",null,{"children":"500: Internal Server Error."}]}],["$","body",null,{"children":["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"style":{"lineHeight":"48px"},"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}\n@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","paddingRight":23,"fontSize":24,"fontWeight":500,"verticalAlign":"top"},"children":"500"}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"28px"},"children":"Internal Server Error."}]}]]}]}]}]]}],[["$","script","script-0",{"src":"/_next/static/chunks/8f17d8759a6e1b46.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b5f12f01a94627ac.js","async":true,"nonce":"$undefined"}]],["$","$L4",null,{"children":["$","$5",null,{"name":"Next.MetadataOutlet","children":"$@6"}]}]]}],{},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$L7",null,{"children":"$@8"}],["$","div",null,{"hidden":true,"children":["$","$L9",null,{"children":["$","$5",null,{"name":"Next.Metadata","children":"$@a"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$b","$undefined"],"S":true}
|
0:{"P":null,"b":"-yxaGueOTyi5R8bmnIZrO","c":["","_global-error"],"q":"","i":false,"f":[[["",{"children":["__PAGE__",{}]}],[["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","html",null,{"id":"__next_error__","children":[["$","head",null,{"children":["$","title",null,{"children":"500: Internal Server Error."}]}],["$","body",null,{"children":["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"style":{"lineHeight":"48px"},"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}\n@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","paddingRight":23,"fontSize":24,"fontWeight":500,"verticalAlign":"top"},"children":"500"}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"28px"},"children":"Internal Server Error."}]}]]}]}]}]]}],[["$","script","script-0",{"src":"/_next/static/chunks/8f17d8759a6e1b46.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b5f12f01a94627ac.js","async":true,"nonce":"$undefined"}]],["$","$L4",null,{"children":["$","$5",null,{"name":"Next.MetadataOutlet","children":"$@6"}]}]]}],{},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$L7",null,{"children":"$@8"}],["$","div",null,{"hidden":true,"children":["$","$L9",null,{"children":["$","$5",null,{"name":"Next.Metadata","children":"$@a"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$b","$undefined"],"S":true}
|
||||||
8:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
8:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
||||||
a:[]
|
a:[]
|
||||||
6:null
|
6:null
|
||||||
|
|||||||
@@ -2,6 +2,6 @@
|
|||||||
2:I[98364,["/_next/static/chunks/8f17d8759a6e1b46.js","/_next/static/chunks/b5f12f01a94627ac.js"],"ViewportBoundary"]
|
2:I[98364,["/_next/static/chunks/8f17d8759a6e1b46.js","/_next/static/chunks/b5f12f01a94627ac.js"],"ViewportBoundary"]
|
||||||
4:I[98364,["/_next/static/chunks/8f17d8759a6e1b46.js","/_next/static/chunks/b5f12f01a94627ac.js"],"MetadataBoundary"]
|
4:I[98364,["/_next/static/chunks/8f17d8759a6e1b46.js","/_next/static/chunks/b5f12f01a94627ac.js"],"MetadataBoundary"]
|
||||||
5:"$Sreact.suspense"
|
5:"$Sreact.suspense"
|
||||||
0:{"buildId":"cyDoeHK4pEaP_4WKJ5cJ0","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":"$@3"}],["$","div",null,{"hidden":true,"children":["$","$L4",null,{"children":["$","$5",null,{"name":"Next.Metadata","children":"$@6"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"loading":null,"isPartial":false}
|
0:{"buildId":"-yxaGueOTyi5R8bmnIZrO","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":"$@3"}],["$","div",null,{"hidden":true,"children":["$","$L4",null,{"children":["$","$5",null,{"name":"Next.Metadata","children":"$@6"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"loading":null,"isPartial":false}
|
||||||
3:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
3:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
||||||
6:[]
|
6:[]
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
1:"$Sreact.fragment"
|
1:"$Sreact.fragment"
|
||||||
2:I[66163,["/_next/static/chunks/8f17d8759a6e1b46.js","/_next/static/chunks/b5f12f01a94627ac.js"],"default"]
|
2:I[66163,["/_next/static/chunks/8f17d8759a6e1b46.js","/_next/static/chunks/b5f12f01a94627ac.js"],"default"]
|
||||||
3:I[65586,["/_next/static/chunks/8f17d8759a6e1b46.js","/_next/static/chunks/b5f12f01a94627ac.js"],"default"]
|
3:I[65586,["/_next/static/chunks/8f17d8759a6e1b46.js","/_next/static/chunks/b5f12f01a94627ac.js"],"default"]
|
||||||
0:{"buildId":"cyDoeHK4pEaP_4WKJ5cJ0","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false}
|
0:{"buildId":"-yxaGueOTyi5R8bmnIZrO","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false}
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
0:{"buildId":"cyDoeHK4pEaP_4WKJ5cJ0","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false},"staleTime":300}
|
0:{"buildId":"-yxaGueOTyi5R8bmnIZrO","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false},"staleTime":300}
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ var R=require("../../chunks/ssr/[turbopack]_runtime.js")("server/app/_global-err
|
|||||||
R.c("server/chunks/ssr/[root-of-the-server]__110f3bfe._.js")
|
R.c("server/chunks/ssr/[root-of-the-server]__110f3bfe._.js")
|
||||||
R.c("server/chunks/ssr/4e98a_next_dist_e02de4fd._.js")
|
R.c("server/chunks/ssr/4e98a_next_dist_e02de4fd._.js")
|
||||||
R.c("server/chunks/ssr/4e98a_next_dist_d41e4c12._.js")
|
R.c("server/chunks/ssr/4e98a_next_dist_d41e4c12._.js")
|
||||||
R.c("server/chunks/ssr/[root-of-the-server]__b648577b._.js")
|
R.c("server/chunks/ssr/[root-of-the-server]__b5284a87._.js")
|
||||||
R.c("server/chunks/ssr/4e98a_next_dist_b8b99350._.js")
|
R.c("server/chunks/ssr/4e98a_next_dist_b8b99350._.js")
|
||||||
R.c("server/chunks/ssr/4e98a_next_dist_9ab1cb57._.js")
|
R.c("server/chunks/ssr/4e98a_next_dist_9ab1cb57._.js")
|
||||||
R.c("server/chunks/ssr/168ba__next-internal_server_app__global-error_page_actions_02dc3924.js")
|
R.c("server/chunks/ssr/168ba__next-internal_server_app__global-error_page_actions_02dc3924.js")
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@@ -6,12 +6,12 @@
|
|||||||
],
|
],
|
||||||
"lowPriorityFiles": [],
|
"lowPriorityFiles": [],
|
||||||
"rootMainFiles": [
|
"rootMainFiles": [
|
||||||
"static/chunks/d10a21c5b7ccf022.js",
|
"static/chunks/4f40fe78f1a3302f.js",
|
||||||
"static/chunks/b556bd4e4db6194a.js",
|
"static/chunks/3af7c987a6c28caf.js",
|
||||||
"static/chunks/9e02b7100d6e6270.js",
|
"static/chunks/9e02b7100d6e6270.js",
|
||||||
"static/chunks/d2e53c3a1fa8e07b.js",
|
"static/chunks/0eaa8682593f715a.js",
|
||||||
"static/chunks/ca4429dea6d39825.js",
|
"static/chunks/ca4429dea6d39825.js",
|
||||||
"static/chunks/turbopack-70369a344530a1cd.js"
|
"static/chunks/turbopack-24956da4d25866f9.js"
|
||||||
],
|
],
|
||||||
"pages": {},
|
"pages": {},
|
||||||
"ampFirstPages": []
|
"ampFirstPages": []
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@@ -1,19 +1,19 @@
|
|||||||
1:"$Sreact.fragment"
|
1:"$Sreact.fragment"
|
||||||
2:I[21483,["/_next/static/chunks/69dfa3c31b913a6c.js","/_next/static/chunks/10ff614e0866114a.js","/_next/static/chunks/3ba99ebf28e747f5.js","/_next/static/chunks/2f8fba3d4ab165a8.js","/_next/static/chunks/b5f12f01a94627ac.js"],"SessionProvider"]
|
2:I[21483,["/_next/static/chunks/47b01f122d83bf74.js","/_next/static/chunks/10ff614e0866114a.js","/_next/static/chunks/b4c2d89d07f1adcd.js","/_next/static/chunks/ef5b39e5cca95ac8.js","/_next/static/chunks/b5f12f01a94627ac.js"],"SessionProvider"]
|
||||||
3:I[75212,["/_next/static/chunks/69dfa3c31b913a6c.js","/_next/static/chunks/10ff614e0866114a.js","/_next/static/chunks/3ba99ebf28e747f5.js","/_next/static/chunks/2f8fba3d4ab165a8.js","/_next/static/chunks/b5f12f01a94627ac.js"],"DialogProvider"]
|
3:I[75212,["/_next/static/chunks/47b01f122d83bf74.js","/_next/static/chunks/10ff614e0866114a.js","/_next/static/chunks/b4c2d89d07f1adcd.js","/_next/static/chunks/ef5b39e5cca95ac8.js","/_next/static/chunks/b5f12f01a94627ac.js"],"DialogProvider"]
|
||||||
4:I[92879,["/_next/static/chunks/69dfa3c31b913a6c.js","/_next/static/chunks/10ff614e0866114a.js","/_next/static/chunks/3ba99ebf28e747f5.js","/_next/static/chunks/2f8fba3d4ab165a8.js","/_next/static/chunks/b5f12f01a94627ac.js"],"FamilyProvider"]
|
4:I[92879,["/_next/static/chunks/47b01f122d83bf74.js","/_next/static/chunks/10ff614e0866114a.js","/_next/static/chunks/b4c2d89d07f1adcd.js","/_next/static/chunks/ef5b39e5cca95ac8.js","/_next/static/chunks/b5f12f01a94627ac.js"],"FamilyProvider"]
|
||||||
5:I[85367,["/_next/static/chunks/69dfa3c31b913a6c.js","/_next/static/chunks/10ff614e0866114a.js","/_next/static/chunks/3ba99ebf28e747f5.js","/_next/static/chunks/2f8fba3d4ab165a8.js","/_next/static/chunks/b5f12f01a94627ac.js"],"PWAProvider"]
|
5:I[85367,["/_next/static/chunks/47b01f122d83bf74.js","/_next/static/chunks/10ff614e0866114a.js","/_next/static/chunks/b4c2d89d07f1adcd.js","/_next/static/chunks/ef5b39e5cca95ac8.js","/_next/static/chunks/b5f12f01a94627ac.js"],"PWAProvider"]
|
||||||
6:I[66163,["/_next/static/chunks/69dfa3c31b913a6c.js","/_next/static/chunks/10ff614e0866114a.js","/_next/static/chunks/3ba99ebf28e747f5.js","/_next/static/chunks/2f8fba3d4ab165a8.js","/_next/static/chunks/b5f12f01a94627ac.js"],"default"]
|
6:I[66163,["/_next/static/chunks/47b01f122d83bf74.js","/_next/static/chunks/10ff614e0866114a.js","/_next/static/chunks/b4c2d89d07f1adcd.js","/_next/static/chunks/ef5b39e5cca95ac8.js","/_next/static/chunks/b5f12f01a94627ac.js"],"default"]
|
||||||
7:I[65586,["/_next/static/chunks/69dfa3c31b913a6c.js","/_next/static/chunks/10ff614e0866114a.js","/_next/static/chunks/3ba99ebf28e747f5.js","/_next/static/chunks/2f8fba3d4ab165a8.js","/_next/static/chunks/b5f12f01a94627ac.js"],"default"]
|
7:I[65586,["/_next/static/chunks/47b01f122d83bf74.js","/_next/static/chunks/10ff614e0866114a.js","/_next/static/chunks/b4c2d89d07f1adcd.js","/_next/static/chunks/ef5b39e5cca95ac8.js","/_next/static/chunks/b5f12f01a94627ac.js"],"default"]
|
||||||
8:I[98364,["/_next/static/chunks/69dfa3c31b913a6c.js","/_next/static/chunks/10ff614e0866114a.js","/_next/static/chunks/3ba99ebf28e747f5.js","/_next/static/chunks/2f8fba3d4ab165a8.js","/_next/static/chunks/b5f12f01a94627ac.js"],"OutletBoundary"]
|
8:I[98364,["/_next/static/chunks/47b01f122d83bf74.js","/_next/static/chunks/10ff614e0866114a.js","/_next/static/chunks/b4c2d89d07f1adcd.js","/_next/static/chunks/ef5b39e5cca95ac8.js","/_next/static/chunks/b5f12f01a94627ac.js"],"OutletBoundary"]
|
||||||
9:"$Sreact.suspense"
|
9:"$Sreact.suspense"
|
||||||
b:I[98364,["/_next/static/chunks/69dfa3c31b913a6c.js","/_next/static/chunks/10ff614e0866114a.js","/_next/static/chunks/3ba99ebf28e747f5.js","/_next/static/chunks/2f8fba3d4ab165a8.js","/_next/static/chunks/b5f12f01a94627ac.js"],"ViewportBoundary"]
|
b:I[98364,["/_next/static/chunks/47b01f122d83bf74.js","/_next/static/chunks/10ff614e0866114a.js","/_next/static/chunks/b4c2d89d07f1adcd.js","/_next/static/chunks/ef5b39e5cca95ac8.js","/_next/static/chunks/b5f12f01a94627ac.js"],"ViewportBoundary"]
|
||||||
d:I[98364,["/_next/static/chunks/69dfa3c31b913a6c.js","/_next/static/chunks/10ff614e0866114a.js","/_next/static/chunks/3ba99ebf28e747f5.js","/_next/static/chunks/2f8fba3d4ab165a8.js","/_next/static/chunks/b5f12f01a94627ac.js"],"MetadataBoundary"]
|
d:I[98364,["/_next/static/chunks/47b01f122d83bf74.js","/_next/static/chunks/10ff614e0866114a.js","/_next/static/chunks/b4c2d89d07f1adcd.js","/_next/static/chunks/ef5b39e5cca95ac8.js","/_next/static/chunks/b5f12f01a94627ac.js"],"MetadataBoundary"]
|
||||||
f:I[95067,["/_next/static/chunks/69dfa3c31b913a6c.js","/_next/static/chunks/10ff614e0866114a.js","/_next/static/chunks/3ba99ebf28e747f5.js","/_next/static/chunks/2f8fba3d4ab165a8.js","/_next/static/chunks/b5f12f01a94627ac.js"],"default"]
|
f:I[95067,["/_next/static/chunks/47b01f122d83bf74.js","/_next/static/chunks/10ff614e0866114a.js","/_next/static/chunks/b4c2d89d07f1adcd.js","/_next/static/chunks/ef5b39e5cca95ac8.js","/_next/static/chunks/b5f12f01a94627ac.js"],"default"]
|
||||||
:HL["/_next/static/chunks/8a80e7184ad3a13f.css","style"]
|
:HL["/_next/static/chunks/8a80e7184ad3a13f.css","style"]
|
||||||
:HL["/_next/static/chunks/630bcd8755675112.css","style"]
|
:HL["/_next/static/chunks/82565720dd488484.css","style"]
|
||||||
0:{"P":null,"b":"cyDoeHK4pEaP_4WKJ5cJ0","c":["","_not-found"],"q":"","i":false,"f":[[["",{"children":["/_not-found",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/8a80e7184ad3a13f.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/chunks/630bcd8755675112.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/69dfa3c31b913a6c.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/10ff614e0866114a.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/3ba99ebf28e747f5.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/2f8fba3d4ab165a8.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/b5f12f01a94627ac.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"zh-CN","children":["$","body",null,{"className":"font-sans antialiased","children":["$","$L2",null,{"children":["$","$L3",null,{"children":["$","$L4",null,{"children":["$","$L5",null,{"children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]}]}]}]}]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:props:children:props:children:props:children:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],null,["$","$L8",null,{"children":["$","$9",null,{"name":"Next.MetadataOutlet","children":"$@a"}]}]]}],{},null,false,false]},null,false,false]},[null,[],[]],false,false],["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$Lb",null,{"children":"$@c"}],["$","div",null,{"hidden":true,"children":["$","$Ld",null,{"children":["$","$9",null,{"name":"Next.Metadata","children":"$@e"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$f","$undefined"],"S":true}
|
0:{"P":null,"b":"-yxaGueOTyi5R8bmnIZrO","c":["","_not-found"],"q":"","i":false,"f":[[["",{"children":["/_not-found",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/8a80e7184ad3a13f.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/chunks/82565720dd488484.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/47b01f122d83bf74.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/10ff614e0866114a.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/b4c2d89d07f1adcd.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/ef5b39e5cca95ac8.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/b5f12f01a94627ac.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"zh-CN","children":["$","body",null,{"className":"font-sans antialiased","children":["$","$L2",null,{"children":["$","$L3",null,{"children":["$","$L4",null,{"children":["$","$L5",null,{"children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]}]}]}]}]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:props:children:props:children:props:children:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],null,["$","$L8",null,{"children":["$","$9",null,{"name":"Next.MetadataOutlet","children":"$@a"}]}]]}],{},null,false,false]},null,false,false]},[null,[],[]],false,false],["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$Lb",null,{"children":"$@c"}],["$","div",null,{"hidden":true,"children":["$","$Ld",null,{"children":["$","$9",null,{"name":"Next.Metadata","children":"$@e"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$f","$undefined"],"S":true}
|
||||||
c:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
c:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
||||||
10:I[91818,["/_next/static/chunks/69dfa3c31b913a6c.js","/_next/static/chunks/10ff614e0866114a.js","/_next/static/chunks/3ba99ebf28e747f5.js","/_next/static/chunks/2f8fba3d4ab165a8.js","/_next/static/chunks/b5f12f01a94627ac.js"],"IconMark"]
|
10:I[91818,["/_next/static/chunks/47b01f122d83bf74.js","/_next/static/chunks/10ff614e0866114a.js","/_next/static/chunks/b4c2d89d07f1adcd.js","/_next/static/chunks/ef5b39e5cca95ac8.js","/_next/static/chunks/b5f12f01a94627ac.js"],"IconMark"]
|
||||||
e:[["$","title","0",{"children":"华夏家谱 - 中国家族树管理系统"}],["$","meta","1",{"name":"description","content":"现代化的中国家族树管理系统,支持多用户协作、权限管理、数据导入导出等功能"}],["$","link","2",{"rel":"manifest","href":"/manifest.json","crossOrigin":"$undefined"}],["$","meta","3",{"name":"generator","content":"v0.app"}],["$","meta","4",{"name":"mobile-web-app-capable","content":"yes"}],["$","meta","5",{"name":"apple-mobile-web-app-title","content":"华夏家谱"}],["$","meta","6",{"name":"apple-mobile-web-app-status-bar-style","content":"default"}],["$","link","7",{"rel":"icon","href":"/icon-light-32x32.png","media":"(prefers-color-scheme: light)"}],["$","link","8",{"rel":"icon","href":"/icon-dark-32x32.png","media":"(prefers-color-scheme: dark)"}],["$","link","9",{"rel":"icon","href":"/icon.svg","type":"image/svg+xml"}],["$","link","10",{"rel":"apple-touch-icon","href":"/apple-icon.png"}],["$","$L10","11",{}]]
|
e:[["$","title","0",{"children":"华夏家谱 - 中国家族树管理系统"}],["$","meta","1",{"name":"description","content":"现代化的中国家族树管理系统,支持多用户协作、权限管理、数据导入导出等功能"}],["$","link","2",{"rel":"manifest","href":"/manifest.json","crossOrigin":"$undefined"}],["$","meta","3",{"name":"generator","content":"v0.app"}],["$","meta","4",{"name":"mobile-web-app-capable","content":"yes"}],["$","meta","5",{"name":"apple-mobile-web-app-title","content":"华夏家谱"}],["$","meta","6",{"name":"apple-mobile-web-app-status-bar-style","content":"default"}],["$","link","7",{"rel":"icon","href":"/icon-light-32x32.png?t=1763967000186","media":"(prefers-color-scheme: light)"}],["$","link","8",{"rel":"icon","href":"/icon-dark-32x32.png?t=1763967000186","media":"(prefers-color-scheme: dark)"}],["$","link","9",{"rel":"icon","href":"/icon.svg?t=1763967000186","type":"image/svg+xml"}],["$","link","10",{"rel":"apple-touch-icon","href":"/apple-icon.png?t=1763967000186"}],["$","$L10","11",{}]]
|
||||||
a:null
|
a:null
|
||||||
|
|||||||
@@ -1,19 +1,19 @@
|
|||||||
1:"$Sreact.fragment"
|
1:"$Sreact.fragment"
|
||||||
2:I[21483,["/_next/static/chunks/69dfa3c31b913a6c.js","/_next/static/chunks/10ff614e0866114a.js","/_next/static/chunks/3ba99ebf28e747f5.js","/_next/static/chunks/2f8fba3d4ab165a8.js","/_next/static/chunks/b5f12f01a94627ac.js"],"SessionProvider"]
|
2:I[21483,["/_next/static/chunks/47b01f122d83bf74.js","/_next/static/chunks/10ff614e0866114a.js","/_next/static/chunks/b4c2d89d07f1adcd.js","/_next/static/chunks/ef5b39e5cca95ac8.js","/_next/static/chunks/b5f12f01a94627ac.js"],"SessionProvider"]
|
||||||
3:I[75212,["/_next/static/chunks/69dfa3c31b913a6c.js","/_next/static/chunks/10ff614e0866114a.js","/_next/static/chunks/3ba99ebf28e747f5.js","/_next/static/chunks/2f8fba3d4ab165a8.js","/_next/static/chunks/b5f12f01a94627ac.js"],"DialogProvider"]
|
3:I[75212,["/_next/static/chunks/47b01f122d83bf74.js","/_next/static/chunks/10ff614e0866114a.js","/_next/static/chunks/b4c2d89d07f1adcd.js","/_next/static/chunks/ef5b39e5cca95ac8.js","/_next/static/chunks/b5f12f01a94627ac.js"],"DialogProvider"]
|
||||||
4:I[92879,["/_next/static/chunks/69dfa3c31b913a6c.js","/_next/static/chunks/10ff614e0866114a.js","/_next/static/chunks/3ba99ebf28e747f5.js","/_next/static/chunks/2f8fba3d4ab165a8.js","/_next/static/chunks/b5f12f01a94627ac.js"],"FamilyProvider"]
|
4:I[92879,["/_next/static/chunks/47b01f122d83bf74.js","/_next/static/chunks/10ff614e0866114a.js","/_next/static/chunks/b4c2d89d07f1adcd.js","/_next/static/chunks/ef5b39e5cca95ac8.js","/_next/static/chunks/b5f12f01a94627ac.js"],"FamilyProvider"]
|
||||||
5:I[85367,["/_next/static/chunks/69dfa3c31b913a6c.js","/_next/static/chunks/10ff614e0866114a.js","/_next/static/chunks/3ba99ebf28e747f5.js","/_next/static/chunks/2f8fba3d4ab165a8.js","/_next/static/chunks/b5f12f01a94627ac.js"],"PWAProvider"]
|
5:I[85367,["/_next/static/chunks/47b01f122d83bf74.js","/_next/static/chunks/10ff614e0866114a.js","/_next/static/chunks/b4c2d89d07f1adcd.js","/_next/static/chunks/ef5b39e5cca95ac8.js","/_next/static/chunks/b5f12f01a94627ac.js"],"PWAProvider"]
|
||||||
6:I[66163,["/_next/static/chunks/69dfa3c31b913a6c.js","/_next/static/chunks/10ff614e0866114a.js","/_next/static/chunks/3ba99ebf28e747f5.js","/_next/static/chunks/2f8fba3d4ab165a8.js","/_next/static/chunks/b5f12f01a94627ac.js"],"default"]
|
6:I[66163,["/_next/static/chunks/47b01f122d83bf74.js","/_next/static/chunks/10ff614e0866114a.js","/_next/static/chunks/b4c2d89d07f1adcd.js","/_next/static/chunks/ef5b39e5cca95ac8.js","/_next/static/chunks/b5f12f01a94627ac.js"],"default"]
|
||||||
7:I[65586,["/_next/static/chunks/69dfa3c31b913a6c.js","/_next/static/chunks/10ff614e0866114a.js","/_next/static/chunks/3ba99ebf28e747f5.js","/_next/static/chunks/2f8fba3d4ab165a8.js","/_next/static/chunks/b5f12f01a94627ac.js"],"default"]
|
7:I[65586,["/_next/static/chunks/47b01f122d83bf74.js","/_next/static/chunks/10ff614e0866114a.js","/_next/static/chunks/b4c2d89d07f1adcd.js","/_next/static/chunks/ef5b39e5cca95ac8.js","/_next/static/chunks/b5f12f01a94627ac.js"],"default"]
|
||||||
8:I[98364,["/_next/static/chunks/69dfa3c31b913a6c.js","/_next/static/chunks/10ff614e0866114a.js","/_next/static/chunks/3ba99ebf28e747f5.js","/_next/static/chunks/2f8fba3d4ab165a8.js","/_next/static/chunks/b5f12f01a94627ac.js"],"OutletBoundary"]
|
8:I[98364,["/_next/static/chunks/47b01f122d83bf74.js","/_next/static/chunks/10ff614e0866114a.js","/_next/static/chunks/b4c2d89d07f1adcd.js","/_next/static/chunks/ef5b39e5cca95ac8.js","/_next/static/chunks/b5f12f01a94627ac.js"],"OutletBoundary"]
|
||||||
9:"$Sreact.suspense"
|
9:"$Sreact.suspense"
|
||||||
b:I[98364,["/_next/static/chunks/69dfa3c31b913a6c.js","/_next/static/chunks/10ff614e0866114a.js","/_next/static/chunks/3ba99ebf28e747f5.js","/_next/static/chunks/2f8fba3d4ab165a8.js","/_next/static/chunks/b5f12f01a94627ac.js"],"ViewportBoundary"]
|
b:I[98364,["/_next/static/chunks/47b01f122d83bf74.js","/_next/static/chunks/10ff614e0866114a.js","/_next/static/chunks/b4c2d89d07f1adcd.js","/_next/static/chunks/ef5b39e5cca95ac8.js","/_next/static/chunks/b5f12f01a94627ac.js"],"ViewportBoundary"]
|
||||||
d:I[98364,["/_next/static/chunks/69dfa3c31b913a6c.js","/_next/static/chunks/10ff614e0866114a.js","/_next/static/chunks/3ba99ebf28e747f5.js","/_next/static/chunks/2f8fba3d4ab165a8.js","/_next/static/chunks/b5f12f01a94627ac.js"],"MetadataBoundary"]
|
d:I[98364,["/_next/static/chunks/47b01f122d83bf74.js","/_next/static/chunks/10ff614e0866114a.js","/_next/static/chunks/b4c2d89d07f1adcd.js","/_next/static/chunks/ef5b39e5cca95ac8.js","/_next/static/chunks/b5f12f01a94627ac.js"],"MetadataBoundary"]
|
||||||
f:I[95067,["/_next/static/chunks/69dfa3c31b913a6c.js","/_next/static/chunks/10ff614e0866114a.js","/_next/static/chunks/3ba99ebf28e747f5.js","/_next/static/chunks/2f8fba3d4ab165a8.js","/_next/static/chunks/b5f12f01a94627ac.js"],"default"]
|
f:I[95067,["/_next/static/chunks/47b01f122d83bf74.js","/_next/static/chunks/10ff614e0866114a.js","/_next/static/chunks/b4c2d89d07f1adcd.js","/_next/static/chunks/ef5b39e5cca95ac8.js","/_next/static/chunks/b5f12f01a94627ac.js"],"default"]
|
||||||
:HL["/_next/static/chunks/8a80e7184ad3a13f.css","style"]
|
:HL["/_next/static/chunks/8a80e7184ad3a13f.css","style"]
|
||||||
:HL["/_next/static/chunks/630bcd8755675112.css","style"]
|
:HL["/_next/static/chunks/82565720dd488484.css","style"]
|
||||||
0:{"P":null,"b":"cyDoeHK4pEaP_4WKJ5cJ0","c":["","_not-found"],"q":"","i":false,"f":[[["",{"children":["/_not-found",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/8a80e7184ad3a13f.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/chunks/630bcd8755675112.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/69dfa3c31b913a6c.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/10ff614e0866114a.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/3ba99ebf28e747f5.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/2f8fba3d4ab165a8.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/b5f12f01a94627ac.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"zh-CN","children":["$","body",null,{"className":"font-sans antialiased","children":["$","$L2",null,{"children":["$","$L3",null,{"children":["$","$L4",null,{"children":["$","$L5",null,{"children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]}]}]}]}]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:props:children:props:children:props:children:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],null,["$","$L8",null,{"children":["$","$9",null,{"name":"Next.MetadataOutlet","children":"$@a"}]}]]}],{},null,false,false]},null,false,false]},[null,[],[]],false,false],["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$Lb",null,{"children":"$@c"}],["$","div",null,{"hidden":true,"children":["$","$Ld",null,{"children":["$","$9",null,{"name":"Next.Metadata","children":"$@e"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$f","$undefined"],"S":true}
|
0:{"P":null,"b":"-yxaGueOTyi5R8bmnIZrO","c":["","_not-found"],"q":"","i":false,"f":[[["",{"children":["/_not-found",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/8a80e7184ad3a13f.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/chunks/82565720dd488484.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/47b01f122d83bf74.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/10ff614e0866114a.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/b4c2d89d07f1adcd.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/ef5b39e5cca95ac8.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/b5f12f01a94627ac.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"zh-CN","children":["$","body",null,{"className":"font-sans antialiased","children":["$","$L2",null,{"children":["$","$L3",null,{"children":["$","$L4",null,{"children":["$","$L5",null,{"children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]}]}]}]}]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:props:children:props:children:props:children:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],null,["$","$L8",null,{"children":["$","$9",null,{"name":"Next.MetadataOutlet","children":"$@a"}]}]]}],{},null,false,false]},null,false,false]},[null,[],[]],false,false],["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$Lb",null,{"children":"$@c"}],["$","div",null,{"hidden":true,"children":["$","$Ld",null,{"children":["$","$9",null,{"name":"Next.Metadata","children":"$@e"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$f","$undefined"],"S":true}
|
||||||
c:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
c:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
||||||
10:I[91818,["/_next/static/chunks/69dfa3c31b913a6c.js","/_next/static/chunks/10ff614e0866114a.js","/_next/static/chunks/3ba99ebf28e747f5.js","/_next/static/chunks/2f8fba3d4ab165a8.js","/_next/static/chunks/b5f12f01a94627ac.js"],"IconMark"]
|
10:I[91818,["/_next/static/chunks/47b01f122d83bf74.js","/_next/static/chunks/10ff614e0866114a.js","/_next/static/chunks/b4c2d89d07f1adcd.js","/_next/static/chunks/ef5b39e5cca95ac8.js","/_next/static/chunks/b5f12f01a94627ac.js"],"IconMark"]
|
||||||
e:[["$","title","0",{"children":"华夏家谱 - 中国家族树管理系统"}],["$","meta","1",{"name":"description","content":"现代化的中国家族树管理系统,支持多用户协作、权限管理、数据导入导出等功能"}],["$","link","2",{"rel":"manifest","href":"/manifest.json","crossOrigin":"$undefined"}],["$","meta","3",{"name":"generator","content":"v0.app"}],["$","meta","4",{"name":"mobile-web-app-capable","content":"yes"}],["$","meta","5",{"name":"apple-mobile-web-app-title","content":"华夏家谱"}],["$","meta","6",{"name":"apple-mobile-web-app-status-bar-style","content":"default"}],["$","link","7",{"rel":"icon","href":"/icon-light-32x32.png","media":"(prefers-color-scheme: light)"}],["$","link","8",{"rel":"icon","href":"/icon-dark-32x32.png","media":"(prefers-color-scheme: dark)"}],["$","link","9",{"rel":"icon","href":"/icon.svg","type":"image/svg+xml"}],["$","link","10",{"rel":"apple-touch-icon","href":"/apple-icon.png"}],["$","$L10","11",{}]]
|
e:[["$","title","0",{"children":"华夏家谱 - 中国家族树管理系统"}],["$","meta","1",{"name":"description","content":"现代化的中国家族树管理系统,支持多用户协作、权限管理、数据导入导出等功能"}],["$","link","2",{"rel":"manifest","href":"/manifest.json","crossOrigin":"$undefined"}],["$","meta","3",{"name":"generator","content":"v0.app"}],["$","meta","4",{"name":"mobile-web-app-capable","content":"yes"}],["$","meta","5",{"name":"apple-mobile-web-app-title","content":"华夏家谱"}],["$","meta","6",{"name":"apple-mobile-web-app-status-bar-style","content":"default"}],["$","link","7",{"rel":"icon","href":"/icon-light-32x32.png?t=1763967000186","media":"(prefers-color-scheme: light)"}],["$","link","8",{"rel":"icon","href":"/icon-dark-32x32.png?t=1763967000186","media":"(prefers-color-scheme: dark)"}],["$","link","9",{"rel":"icon","href":"/icon.svg?t=1763967000186","type":"image/svg+xml"}],["$","link","10",{"rel":"apple-touch-icon","href":"/apple-icon.png?t=1763967000186"}],["$","$L10","11",{}]]
|
||||||
a:null
|
a:null
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
1:"$Sreact.fragment"
|
1:"$Sreact.fragment"
|
||||||
2:I[98364,["/_next/static/chunks/69dfa3c31b913a6c.js","/_next/static/chunks/10ff614e0866114a.js","/_next/static/chunks/3ba99ebf28e747f5.js","/_next/static/chunks/2f8fba3d4ab165a8.js","/_next/static/chunks/b5f12f01a94627ac.js"],"ViewportBoundary"]
|
2:I[98364,["/_next/static/chunks/47b01f122d83bf74.js","/_next/static/chunks/10ff614e0866114a.js","/_next/static/chunks/b4c2d89d07f1adcd.js","/_next/static/chunks/ef5b39e5cca95ac8.js","/_next/static/chunks/b5f12f01a94627ac.js"],"ViewportBoundary"]
|
||||||
4:I[98364,["/_next/static/chunks/69dfa3c31b913a6c.js","/_next/static/chunks/10ff614e0866114a.js","/_next/static/chunks/3ba99ebf28e747f5.js","/_next/static/chunks/2f8fba3d4ab165a8.js","/_next/static/chunks/b5f12f01a94627ac.js"],"MetadataBoundary"]
|
4:I[98364,["/_next/static/chunks/47b01f122d83bf74.js","/_next/static/chunks/10ff614e0866114a.js","/_next/static/chunks/b4c2d89d07f1adcd.js","/_next/static/chunks/ef5b39e5cca95ac8.js","/_next/static/chunks/b5f12f01a94627ac.js"],"MetadataBoundary"]
|
||||||
5:"$Sreact.suspense"
|
5:"$Sreact.suspense"
|
||||||
7:I[91818,["/_next/static/chunks/69dfa3c31b913a6c.js","/_next/static/chunks/10ff614e0866114a.js","/_next/static/chunks/3ba99ebf28e747f5.js","/_next/static/chunks/2f8fba3d4ab165a8.js","/_next/static/chunks/b5f12f01a94627ac.js"],"IconMark"]
|
7:I[91818,["/_next/static/chunks/47b01f122d83bf74.js","/_next/static/chunks/10ff614e0866114a.js","/_next/static/chunks/b4c2d89d07f1adcd.js","/_next/static/chunks/ef5b39e5cca95ac8.js","/_next/static/chunks/b5f12f01a94627ac.js"],"IconMark"]
|
||||||
0:{"buildId":"cyDoeHK4pEaP_4WKJ5cJ0","rsc":["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$L2",null,{"children":"$@3"}],["$","div",null,{"hidden":true,"children":["$","$L4",null,{"children":["$","$5",null,{"name":"Next.Metadata","children":"$@6"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"loading":null,"isPartial":false}
|
0:{"buildId":"-yxaGueOTyi5R8bmnIZrO","rsc":["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$L2",null,{"children":"$@3"}],["$","div",null,{"hidden":true,"children":["$","$L4",null,{"children":["$","$5",null,{"name":"Next.Metadata","children":"$@6"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"loading":null,"isPartial":false}
|
||||||
3:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
3:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
||||||
6:[["$","title","0",{"children":"华夏家谱 - 中国家族树管理系统"}],["$","meta","1",{"name":"description","content":"现代化的中国家族树管理系统,支持多用户协作、权限管理、数据导入导出等功能"}],["$","link","2",{"rel":"manifest","href":"/manifest.json"}],["$","meta","3",{"name":"generator","content":"v0.app"}],["$","meta","4",{"name":"mobile-web-app-capable","content":"yes"}],["$","meta","5",{"name":"apple-mobile-web-app-title","content":"华夏家谱"}],["$","meta","6",{"name":"apple-mobile-web-app-status-bar-style","content":"default"}],["$","link","7",{"rel":"icon","href":"/icon-light-32x32.png","media":"(prefers-color-scheme: light)"}],["$","link","8",{"rel":"icon","href":"/icon-dark-32x32.png","media":"(prefers-color-scheme: dark)"}],["$","link","9",{"rel":"icon","href":"/icon.svg","type":"image/svg+xml"}],["$","link","10",{"rel":"apple-touch-icon","href":"/apple-icon.png"}],["$","$L7","11",{}]]
|
6:[["$","title","0",{"children":"华夏家谱 - 中国家族树管理系统"}],["$","meta","1",{"name":"description","content":"现代化的中国家族树管理系统,支持多用户协作、权限管理、数据导入导出等功能"}],["$","link","2",{"rel":"manifest","href":"/manifest.json"}],["$","meta","3",{"name":"generator","content":"v0.app"}],["$","meta","4",{"name":"mobile-web-app-capable","content":"yes"}],["$","meta","5",{"name":"apple-mobile-web-app-title","content":"华夏家谱"}],["$","meta","6",{"name":"apple-mobile-web-app-status-bar-style","content":"default"}],["$","link","7",{"rel":"icon","href":"/icon-light-32x32.png?t=1763967000186","media":"(prefers-color-scheme: light)"}],["$","link","8",{"rel":"icon","href":"/icon-dark-32x32.png?t=1763967000186","media":"(prefers-color-scheme: dark)"}],["$","link","9",{"rel":"icon","href":"/icon.svg?t=1763967000186","type":"image/svg+xml"}],["$","link","10",{"rel":"apple-touch-icon","href":"/apple-icon.png?t=1763967000186"}],["$","$L7","11",{}]]
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
1:"$Sreact.fragment"
|
1:"$Sreact.fragment"
|
||||||
2:I[21483,["/_next/static/chunks/69dfa3c31b913a6c.js","/_next/static/chunks/10ff614e0866114a.js","/_next/static/chunks/3ba99ebf28e747f5.js","/_next/static/chunks/2f8fba3d4ab165a8.js","/_next/static/chunks/b5f12f01a94627ac.js"],"SessionProvider"]
|
2:I[21483,["/_next/static/chunks/47b01f122d83bf74.js","/_next/static/chunks/10ff614e0866114a.js","/_next/static/chunks/b4c2d89d07f1adcd.js","/_next/static/chunks/ef5b39e5cca95ac8.js","/_next/static/chunks/b5f12f01a94627ac.js"],"SessionProvider"]
|
||||||
3:I[75212,["/_next/static/chunks/69dfa3c31b913a6c.js","/_next/static/chunks/10ff614e0866114a.js","/_next/static/chunks/3ba99ebf28e747f5.js","/_next/static/chunks/2f8fba3d4ab165a8.js","/_next/static/chunks/b5f12f01a94627ac.js"],"DialogProvider"]
|
3:I[75212,["/_next/static/chunks/47b01f122d83bf74.js","/_next/static/chunks/10ff614e0866114a.js","/_next/static/chunks/b4c2d89d07f1adcd.js","/_next/static/chunks/ef5b39e5cca95ac8.js","/_next/static/chunks/b5f12f01a94627ac.js"],"DialogProvider"]
|
||||||
4:I[92879,["/_next/static/chunks/69dfa3c31b913a6c.js","/_next/static/chunks/10ff614e0866114a.js","/_next/static/chunks/3ba99ebf28e747f5.js","/_next/static/chunks/2f8fba3d4ab165a8.js","/_next/static/chunks/b5f12f01a94627ac.js"],"FamilyProvider"]
|
4:I[92879,["/_next/static/chunks/47b01f122d83bf74.js","/_next/static/chunks/10ff614e0866114a.js","/_next/static/chunks/b4c2d89d07f1adcd.js","/_next/static/chunks/ef5b39e5cca95ac8.js","/_next/static/chunks/b5f12f01a94627ac.js"],"FamilyProvider"]
|
||||||
5:I[85367,["/_next/static/chunks/69dfa3c31b913a6c.js","/_next/static/chunks/10ff614e0866114a.js","/_next/static/chunks/3ba99ebf28e747f5.js","/_next/static/chunks/2f8fba3d4ab165a8.js","/_next/static/chunks/b5f12f01a94627ac.js"],"PWAProvider"]
|
5:I[85367,["/_next/static/chunks/47b01f122d83bf74.js","/_next/static/chunks/10ff614e0866114a.js","/_next/static/chunks/b4c2d89d07f1adcd.js","/_next/static/chunks/ef5b39e5cca95ac8.js","/_next/static/chunks/b5f12f01a94627ac.js"],"PWAProvider"]
|
||||||
6:I[66163,["/_next/static/chunks/69dfa3c31b913a6c.js","/_next/static/chunks/10ff614e0866114a.js","/_next/static/chunks/3ba99ebf28e747f5.js","/_next/static/chunks/2f8fba3d4ab165a8.js","/_next/static/chunks/b5f12f01a94627ac.js"],"default"]
|
6:I[66163,["/_next/static/chunks/47b01f122d83bf74.js","/_next/static/chunks/10ff614e0866114a.js","/_next/static/chunks/b4c2d89d07f1adcd.js","/_next/static/chunks/ef5b39e5cca95ac8.js","/_next/static/chunks/b5f12f01a94627ac.js"],"default"]
|
||||||
7:I[65586,["/_next/static/chunks/69dfa3c31b913a6c.js","/_next/static/chunks/10ff614e0866114a.js","/_next/static/chunks/3ba99ebf28e747f5.js","/_next/static/chunks/2f8fba3d4ab165a8.js","/_next/static/chunks/b5f12f01a94627ac.js"],"default"]
|
7:I[65586,["/_next/static/chunks/47b01f122d83bf74.js","/_next/static/chunks/10ff614e0866114a.js","/_next/static/chunks/b4c2d89d07f1adcd.js","/_next/static/chunks/ef5b39e5cca95ac8.js","/_next/static/chunks/b5f12f01a94627ac.js"],"default"]
|
||||||
:HL["/_next/static/chunks/8a80e7184ad3a13f.css","style"]
|
:HL["/_next/static/chunks/8a80e7184ad3a13f.css","style"]
|
||||||
:HL["/_next/static/chunks/630bcd8755675112.css","style"]
|
:HL["/_next/static/chunks/82565720dd488484.css","style"]
|
||||||
0:{"buildId":"cyDoeHK4pEaP_4WKJ5cJ0","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/8a80e7184ad3a13f.css","precedence":"next"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/chunks/630bcd8755675112.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/69dfa3c31b913a6c.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/10ff614e0866114a.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/3ba99ebf28e747f5.js","async":true}],["$","script","script-3",{"src":"/_next/static/chunks/2f8fba3d4ab165a8.js","async":true}],["$","script","script-4",{"src":"/_next/static/chunks/b5f12f01a94627ac.js","async":true}]],["$","html",null,{"lang":"zh-CN","children":["$","body",null,{"className":"font-sans antialiased","children":["$","$L2",null,{"children":["$","$L3",null,{"children":["$","$L4",null,{"children":["$","$L5",null,{"children":["$","$L6",null,{"parallelRouterKey":"children","template":["$","$L7",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]}]}]}]}]}]}]]}],"loading":[null,[],[]],"isPartial":false}
|
0:{"buildId":"-yxaGueOTyi5R8bmnIZrO","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/8a80e7184ad3a13f.css","precedence":"next"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/chunks/82565720dd488484.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/47b01f122d83bf74.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/10ff614e0866114a.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/b4c2d89d07f1adcd.js","async":true}],["$","script","script-3",{"src":"/_next/static/chunks/ef5b39e5cca95ac8.js","async":true}],["$","script","script-4",{"src":"/_next/static/chunks/b5f12f01a94627ac.js","async":true}]],["$","html",null,{"lang":"zh-CN","children":["$","body",null,{"className":"font-sans antialiased","children":["$","$L2",null,{"children":["$","$L3",null,{"children":["$","$L4",null,{"children":["$","$L5",null,{"children":["$","$L6",null,{"parallelRouterKey":"children","template":["$","$L7",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]}]}]}]}]}]}]]}],"loading":[null,[],[]],"isPartial":false}
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
1:"$Sreact.fragment"
|
1:"$Sreact.fragment"
|
||||||
2:I[66163,["/_next/static/chunks/69dfa3c31b913a6c.js","/_next/static/chunks/10ff614e0866114a.js","/_next/static/chunks/3ba99ebf28e747f5.js","/_next/static/chunks/2f8fba3d4ab165a8.js","/_next/static/chunks/b5f12f01a94627ac.js"],"default"]
|
2:I[66163,["/_next/static/chunks/47b01f122d83bf74.js","/_next/static/chunks/10ff614e0866114a.js","/_next/static/chunks/b4c2d89d07f1adcd.js","/_next/static/chunks/ef5b39e5cca95ac8.js","/_next/static/chunks/b5f12f01a94627ac.js"],"default"]
|
||||||
3:I[65586,["/_next/static/chunks/69dfa3c31b913a6c.js","/_next/static/chunks/10ff614e0866114a.js","/_next/static/chunks/3ba99ebf28e747f5.js","/_next/static/chunks/2f8fba3d4ab165a8.js","/_next/static/chunks/b5f12f01a94627ac.js"],"default"]
|
3:I[65586,["/_next/static/chunks/47b01f122d83bf74.js","/_next/static/chunks/10ff614e0866114a.js","/_next/static/chunks/b4c2d89d07f1adcd.js","/_next/static/chunks/ef5b39e5cca95ac8.js","/_next/static/chunks/b5f12f01a94627ac.js"],"default"]
|
||||||
0:{"buildId":"cyDoeHK4pEaP_4WKJ5cJ0","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false}
|
0:{"buildId":"-yxaGueOTyi5R8bmnIZrO","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false}
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
1:"$Sreact.fragment"
|
1:"$Sreact.fragment"
|
||||||
2:I[98364,["/_next/static/chunks/69dfa3c31b913a6c.js","/_next/static/chunks/10ff614e0866114a.js","/_next/static/chunks/3ba99ebf28e747f5.js","/_next/static/chunks/2f8fba3d4ab165a8.js","/_next/static/chunks/b5f12f01a94627ac.js"],"OutletBoundary"]
|
2:I[98364,["/_next/static/chunks/47b01f122d83bf74.js","/_next/static/chunks/10ff614e0866114a.js","/_next/static/chunks/b4c2d89d07f1adcd.js","/_next/static/chunks/ef5b39e5cca95ac8.js","/_next/static/chunks/b5f12f01a94627ac.js"],"OutletBoundary"]
|
||||||
3:"$Sreact.suspense"
|
3:"$Sreact.suspense"
|
||||||
0:{"buildId":"cyDoeHK4pEaP_4WKJ5cJ0","rsc":["$","$1","c",{"children":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],null,["$","$L2",null,{"children":["$","$3",null,{"name":"Next.MetadataOutlet","children":"$@4"}]}]]}],"loading":null,"isPartial":false}
|
0:{"buildId":"-yxaGueOTyi5R8bmnIZrO","rsc":["$","$1","c",{"children":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],null,["$","$L2",null,{"children":["$","$3",null,{"name":"Next.MetadataOutlet","children":"$@4"}]}]]}],"loading":null,"isPartial":false}
|
||||||
4:null
|
4:null
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
:HL["/_next/static/chunks/8a80e7184ad3a13f.css","style"]
|
:HL["/_next/static/chunks/8a80e7184ad3a13f.css","style"]
|
||||||
:HL["/_next/static/chunks/630bcd8755675112.css","style"]
|
:HL["/_next/static/chunks/82565720dd488484.css","style"]
|
||||||
0:{"buildId":"cyDoeHK4pEaP_4WKJ5cJ0","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"/_not-found","paramType":null,"paramKey":"/_not-found","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":true},"staleTime":300}
|
0:{"buildId":"-yxaGueOTyi5R8bmnIZrO","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"/_not-found","paramType":null,"paramKey":"/_not-found","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":true},"staleTime":300}
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ var R=require("../../chunks/ssr/[turbopack]_runtime.js")("server/app/_not-found/
|
|||||||
R.c("server/chunks/ssr/[root-of-the-server]__87c1ffc8._.js")
|
R.c("server/chunks/ssr/[root-of-the-server]__87c1ffc8._.js")
|
||||||
R.c("server/chunks/ssr/4e98a_next_dist_e02de4fd._.js")
|
R.c("server/chunks/ssr/4e98a_next_dist_e02de4fd._.js")
|
||||||
R.c("server/chunks/ssr/4e98a_next_dist_esm_build_templates_app-page_8874adb8.js")
|
R.c("server/chunks/ssr/4e98a_next_dist_esm_build_templates_app-page_8874adb8.js")
|
||||||
R.c("server/chunks/ssr/[root-of-the-server]__b648577b._.js")
|
R.c("server/chunks/ssr/[root-of-the-server]__b5284a87._.js")
|
||||||
R.c("server/chunks/ssr/4e98a_next_dist_b8b99350._.js")
|
R.c("server/chunks/ssr/4e98a_next_dist_b8b99350._.js")
|
||||||
R.c("server/chunks/ssr/4e98a_next_dist_9ab1cb57._.js")
|
R.c("server/chunks/ssr/4e98a_next_dist_9ab1cb57._.js")
|
||||||
R.c("server/chunks/ssr/[root-of-the-server]__56a99066._.js")
|
R.c("server/chunks/ssr/[root-of-the-server]__56a99066._.js")
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@@ -6,12 +6,12 @@
|
|||||||
],
|
],
|
||||||
"lowPriorityFiles": [],
|
"lowPriorityFiles": [],
|
||||||
"rootMainFiles": [
|
"rootMainFiles": [
|
||||||
"static/chunks/d10a21c5b7ccf022.js",
|
"static/chunks/4f40fe78f1a3302f.js",
|
||||||
"static/chunks/b556bd4e4db6194a.js",
|
"static/chunks/3af7c987a6c28caf.js",
|
||||||
"static/chunks/9e02b7100d6e6270.js",
|
"static/chunks/9e02b7100d6e6270.js",
|
||||||
"static/chunks/d2e53c3a1fa8e07b.js",
|
"static/chunks/0eaa8682593f715a.js",
|
||||||
"static/chunks/ca4429dea6d39825.js",
|
"static/chunks/ca4429dea6d39825.js",
|
||||||
"static/chunks/turbopack-70369a344530a1cd.js"
|
"static/chunks/turbopack-24956da4d25866f9.js"
|
||||||
],
|
],
|
||||||
"pages": {},
|
"pages": {},
|
||||||
"ampFirstPages": []
|
"ampFirstPages": []
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@@ -1,8 +1,8 @@
|
|||||||
var R=require("../../../../chunks/[turbopack]_runtime.js")("server/app/api/auth/[...nextauth]/route.js")
|
var R=require("../../../../chunks/[turbopack]_runtime.js")("server/app/api/auth/[...nextauth]/route.js")
|
||||||
R.c("server/chunks/[root-of-the-server]__797e84b5._.js")
|
R.c("server/chunks/[root-of-the-server]__473288e8._.js")
|
||||||
R.c("server/chunks/[root-of-the-server]__6c883c4b._.js")
|
R.c("server/chunks/[root-of-the-server]__6c883c4b._.js")
|
||||||
|
R.c("server/chunks/[root-of-the-server]__6762452f._.js")
|
||||||
R.c("server/chunks/[root-of-the-server]__dc19fc6c._.js")
|
R.c("server/chunks/[root-of-the-server]__dc19fc6c._.js")
|
||||||
R.c("server/chunks/[root-of-the-server]__e8d4dff3._.js")
|
|
||||||
R.c("server/chunks/168ba__next-internal_server_app_api_auth_[___nextauth]_route_actions_c984eee0.js")
|
R.c("server/chunks/168ba__next-internal_server_app_api_auth_[___nextauth]_route_actions_c984eee0.js")
|
||||||
R.m(37849)
|
R.m(37849)
|
||||||
module.exports=R.m(37849).exports
|
module.exports=R.m(37849).exports
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@@ -1,8 +1,8 @@
|
|||||||
var R=require("../../../../chunks/[turbopack]_runtime.js")("server/app/api/auth/register/route.js")
|
var R=require("../../../../chunks/[turbopack]_runtime.js")("server/app/api/auth/register/route.js")
|
||||||
R.c("server/chunks/[root-of-the-server]__3fa4ad6b._.js")
|
R.c("server/chunks/[root-of-the-server]__7049d4fc._.js")
|
||||||
R.c("server/chunks/[root-of-the-server]__6c883c4b._.js")
|
R.c("server/chunks/[root-of-the-server]__6c883c4b._.js")
|
||||||
|
R.c("server/chunks/[root-of-the-server]__6762452f._.js")
|
||||||
R.c("server/chunks/e49cb_zod_v3_external_1a998e53.js")
|
R.c("server/chunks/e49cb_zod_v3_external_1a998e53.js")
|
||||||
R.c("server/chunks/[root-of-the-server]__e8d4dff3._.js")
|
|
||||||
R.c("server/chunks/4e98a_next_43fc5466._.js")
|
R.c("server/chunks/4e98a_next_43fc5466._.js")
|
||||||
R.c("server/chunks/168ba__next-internal_server_app_api_auth_register_route_actions_5f0b2c44.js")
|
R.c("server/chunks/168ba__next-internal_server_app_api_auth_register_route_actions_5f0b2c44.js")
|
||||||
R.m(85672)
|
R.m(85672)
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@@ -1,9 +1,9 @@
|
|||||||
var R=require("../../../../../chunks/[turbopack]_runtime.js")("server/app/api/trees/[treeId]/activity-logs/route.js")
|
var R=require("../../../../../chunks/[turbopack]_runtime.js")("server/app/api/trees/[treeId]/activity-logs/route.js")
|
||||||
R.c("server/chunks/[root-of-the-server]__d923790f._.js")
|
R.c("server/chunks/[root-of-the-server]__a9075a08._.js")
|
||||||
R.c("server/chunks/[root-of-the-server]__6c883c4b._.js")
|
R.c("server/chunks/[root-of-the-server]__6c883c4b._.js")
|
||||||
R.c("server/chunks/4e98a_next_43fc5466._.js")
|
R.c("server/chunks/[root-of-the-server]__6762452f._.js")
|
||||||
R.c("server/chunks/[root-of-the-server]__dc19fc6c._.js")
|
R.c("server/chunks/[root-of-the-server]__dc19fc6c._.js")
|
||||||
R.c("server/chunks/[root-of-the-server]__e8d4dff3._.js")
|
R.c("server/chunks/4e98a_next_43fc5466._.js")
|
||||||
R.c("server/chunks/54027_server_app_api_trees_[treeId]_activity-logs_route_actions_7cec2c11.js")
|
R.c("server/chunks/54027_server_app_api_trees_[treeId]_activity-logs_route_actions_7cec2c11.js")
|
||||||
R.m(82870)
|
R.m(82870)
|
||||||
module.exports=R.m(82870).exports
|
module.exports=R.m(82870).exports
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@@ -1,9 +1,9 @@
|
|||||||
var R=require("../../../../../chunks/[turbopack]_runtime.js")("server/app/api/trees/[treeId]/collaborators/route.js")
|
var R=require("../../../../../chunks/[turbopack]_runtime.js")("server/app/api/trees/[treeId]/collaborators/route.js")
|
||||||
R.c("server/chunks/[root-of-the-server]__831b2286._.js")
|
R.c("server/chunks/[root-of-the-server]__bb90136b._.js")
|
||||||
R.c("server/chunks/[root-of-the-server]__6c883c4b._.js")
|
R.c("server/chunks/[root-of-the-server]__6c883c4b._.js")
|
||||||
R.c("server/chunks/[root-of-the-server]__e8d4dff3._.js")
|
|
||||||
R.c("server/chunks/[root-of-the-server]__dc19fc6c._.js")
|
|
||||||
R.c("server/chunks/4e98a_next_43fc5466._.js")
|
R.c("server/chunks/4e98a_next_43fc5466._.js")
|
||||||
|
R.c("server/chunks/[root-of-the-server]__dc19fc6c._.js")
|
||||||
|
R.c("server/chunks/[root-of-the-server]__6762452f._.js")
|
||||||
R.c("server/chunks/54027_server_app_api_trees_[treeId]_collaborators_route_actions_9236bcfc.js")
|
R.c("server/chunks/54027_server_app_api_trees_[treeId]_collaborators_route_actions_9236bcfc.js")
|
||||||
R.m(41510)
|
R.m(41510)
|
||||||
module.exports=R.m(41510).exports
|
module.exports=R.m(41510).exports
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@@ -1,9 +1,9 @@
|
|||||||
var R=require("../../../../../chunks/[turbopack]_runtime.js")("server/app/api/trees/[treeId]/import/route.js")
|
var R=require("../../../../../chunks/[turbopack]_runtime.js")("server/app/api/trees/[treeId]/import/route.js")
|
||||||
R.c("server/chunks/[root-of-the-server]__a3067a8d._.js")
|
R.c("server/chunks/[root-of-the-server]__fb723217._.js")
|
||||||
R.c("server/chunks/[root-of-the-server]__6c883c4b._.js")
|
R.c("server/chunks/[root-of-the-server]__6c883c4b._.js")
|
||||||
R.c("server/chunks/4e98a_next_43fc5466._.js")
|
R.c("server/chunks/[root-of-the-server]__6762452f._.js")
|
||||||
R.c("server/chunks/[root-of-the-server]__dc19fc6c._.js")
|
R.c("server/chunks/[root-of-the-server]__dc19fc6c._.js")
|
||||||
R.c("server/chunks/[root-of-the-server]__e8d4dff3._.js")
|
R.c("server/chunks/4e98a_next_43fc5466._.js")
|
||||||
R.c("server/chunks/168ba__next-internal_server_app_api_trees_[treeId]_import_route_actions_ac9f5f91.js")
|
R.c("server/chunks/168ba__next-internal_server_app_api_trees_[treeId]_import_route_actions_ac9f5f91.js")
|
||||||
R.m(85342)
|
R.m(85342)
|
||||||
module.exports=R.m(85342).exports
|
module.exports=R.m(85342).exports
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@@ -1,11 +1,11 @@
|
|||||||
var R=require("../../../../../chunks/[turbopack]_runtime.js")("server/app/api/trees/[treeId]/invite/route.js")
|
var R=require("../../../../../chunks/[turbopack]_runtime.js")("server/app/api/trees/[treeId]/invite/route.js")
|
||||||
R.c("server/chunks/[root-of-the-server]__c9ab0f27._.js")
|
R.c("server/chunks/[root-of-the-server]__5d64820f._.js")
|
||||||
R.c("server/chunks/e49cb_zod_v3_external_1a998e53.js")
|
R.c("server/chunks/4e98a_next_43fc5466._.js")
|
||||||
R.c("server/chunks/[root-of-the-server]__6c883c4b._.js")
|
R.c("server/chunks/[root-of-the-server]__6c883c4b._.js")
|
||||||
R.c("server/chunks/[root-of-the-server]__580eb295._.js")
|
R.c("server/chunks/[root-of-the-server]__580eb295._.js")
|
||||||
R.c("server/chunks/[root-of-the-server]__dc19fc6c._.js")
|
R.c("server/chunks/[root-of-the-server]__dc19fc6c._.js")
|
||||||
R.c("server/chunks/[root-of-the-server]__e8d4dff3._.js")
|
R.c("server/chunks/[root-of-the-server]__6762452f._.js")
|
||||||
R.c("server/chunks/4e98a_next_43fc5466._.js")
|
R.c("server/chunks/e49cb_zod_v3_external_1a998e53.js")
|
||||||
R.c("server/chunks/168ba__next-internal_server_app_api_trees_[treeId]_invite_route_actions_bad26b87.js")
|
R.c("server/chunks/168ba__next-internal_server_app_api_trees_[treeId]_invite_route_actions_bad26b87.js")
|
||||||
R.m(153)
|
R.m(153)
|
||||||
module.exports=R.m(153).exports
|
module.exports=R.m(153).exports
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@@ -1,9 +1,10 @@
|
|||||||
var R=require("../../../../../../chunks/[turbopack]_runtime.js")("server/app/api/trees/[treeId]/members/[memberId]/route.js")
|
var R=require("../../../../../../chunks/[turbopack]_runtime.js")("server/app/api/trees/[treeId]/members/[memberId]/route.js")
|
||||||
R.c("server/chunks/[root-of-the-server]__78df78c5._.js")
|
R.c("server/chunks/[root-of-the-server]__ec27e302._.js")
|
||||||
R.c("server/chunks/[root-of-the-server]__6c883c4b._.js")
|
R.c("server/chunks/[root-of-the-server]__6c883c4b._.js")
|
||||||
R.c("server/chunks/4e98a_next_43fc5466._.js")
|
R.c("server/chunks/4e98a_next_dist_esm_build_templates_app-route_4548132e.js")
|
||||||
R.c("server/chunks/[root-of-the-server]__dc19fc6c._.js")
|
R.c("server/chunks/[root-of-the-server]__dc19fc6c._.js")
|
||||||
R.c("server/chunks/[root-of-the-server]__e8d4dff3._.js")
|
R.c("server/chunks/[root-of-the-server]__6762452f._.js")
|
||||||
|
R.c("server/chunks/4e98a_next_43fc5466._.js")
|
||||||
R.c("server/chunks/54027_server_app_api_trees_[treeId]_members_[memberId]_route_actions_ccc69906.js")
|
R.c("server/chunks/54027_server_app_api_trees_[treeId]_members_[memberId]_route_actions_ccc69906.js")
|
||||||
R.m(39475)
|
R.m(39475)
|
||||||
module.exports=R.m(39475).exports
|
module.exports=R.m(39475).exports
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@@ -1,10 +1,10 @@
|
|||||||
var R=require("../../../../../chunks/[turbopack]_runtime.js")("server/app/api/trees/[treeId]/members/route.js")
|
var R=require("../../../../../chunks/[turbopack]_runtime.js")("server/app/api/trees/[treeId]/members/route.js")
|
||||||
R.c("server/chunks/[root-of-the-server]__c2c7d9ae._.js")
|
R.c("server/chunks/[root-of-the-server]__da3cad68._.js")
|
||||||
R.c("server/chunks/e49cb_zod_v3_external_1a998e53.js")
|
|
||||||
R.c("server/chunks/[root-of-the-server]__6c883c4b._.js")
|
|
||||||
R.c("server/chunks/[root-of-the-server]__e8d4dff3._.js")
|
|
||||||
R.c("server/chunks/[root-of-the-server]__dc19fc6c._.js")
|
|
||||||
R.c("server/chunks/4e98a_next_43fc5466._.js")
|
R.c("server/chunks/4e98a_next_43fc5466._.js")
|
||||||
|
R.c("server/chunks/[root-of-the-server]__6c883c4b._.js")
|
||||||
|
R.c("server/chunks/[root-of-the-server]__6762452f._.js")
|
||||||
|
R.c("server/chunks/[root-of-the-server]__dc19fc6c._.js")
|
||||||
|
R.c("server/chunks/e49cb_zod_v3_external_1a998e53.js")
|
||||||
R.c("server/chunks/168ba__next-internal_server_app_api_trees_[treeId]_members_route_actions_fd0cf9e1.js")
|
R.c("server/chunks/168ba__next-internal_server_app_api_trees_[treeId]_members_route_actions_fd0cf9e1.js")
|
||||||
R.m(48822)
|
R.m(48822)
|
||||||
module.exports=R.m(48822).exports
|
module.exports=R.m(48822).exports
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user