0.0.5.5
This commit is contained in:
@@ -4059,3 +4059,36 @@ It can also happen if the client has a browser extension installed which messes
|
||||
[04:47:36.999] Server LOG 👥 GET /api/trees/[treeId]/members 返回数据: {}
|
||||
[04:47:37.119] Server LOG 🌳 GET /api/trees 返回数据: {}
|
||||
[04:47:37.156] Server LOG 🌳 GET /api/trees 返回数据: {}
|
||||
[04:48:09.723] Server LOG 🌳 GET /api/trees 返回数据: {}
|
||||
[04:48:27.273] Server LOG 🌳 GET /api/trees 返回数据: {}
|
||||
[04:48:27.845] Browser LOG %c[Vercel Web Analytics]%c [pageview] http://localhost:3000/relationship color: rgb(120, 120, 120) color: inherit {"dp":"/relationship","o":"http://localhost:3000/relationship","sdkn":"@vercel/analytics/next","sdkv":"1.5.0","sv":"0.1.3","ts":1763885549688}
|
||||
[04:48:27.865] Server LOG 👥 GET /api/trees/[treeId]/members 返回数据: {}
|
||||
[04:48:27.892] Server LOG 🌳 GET /api/trees 返回数据: {}
|
||||
[04:48:27.908] Server LOG 🌳 GET /api/trees 返回数据: {}
|
||||
[04:48:29.804] Server LOG 🌳 GET /api/trees 返回数据: {}
|
||||
[04:48:29.920] Server LOG 🌳 GET /api/trees 返回数据: {}
|
||||
[04:48:29.923] Browser LOG %c[Vercel Web Analytics]%c [pageview] http://localhost:3000/?treeId=cmib8zhrq0003hhxlvnsi96nh color: rgb(120, 120, 120) color: inherit {"dp":"/","o":"http://localhost:3000/?treeId=cmib8zhrq0003hhxlvnsi96nh","sdkn":"@vercel/analytics/next","sdkv":"1.5.0","sv":"0.1.3","ts":1763885552225}
|
||||
[04:48:47.301] Server LOG 🌳 GET /api/trees 返回数据: {}
|
||||
[04:49:33.528] Server LOG ✓ Compiled in 79ms
|
||||
[04:49:37.389] Server LOG 🌳 GET /api/trees 返回数据: {}
|
||||
[04:49:41.562] Server LOG 🌳 GET /api/trees 返回数据: {}
|
||||
[04:50:19.107] Server LOG 🌳 GET /api/trees 返回数据: {}
|
||||
[04:50:33.969] Server LOG 🌳 GET /api/trees 返回数据: {}
|
||||
[04:50:59.923] Server LOG ✓ Compiled in 142ms
|
||||
[04:51:06.360] Server LOG 🌳 GET /api/trees 返回数据: {}
|
||||
[04:51:07.697] Browser INFO %cDownload the React DevTools for a better development experience: https://react.dev/link/react-devtools font-weight:bold
|
||||
[04:51:07.956] Browser LOG %c[Vercel Web Analytics]%c Debug mode is enabled by default in development. No requests will be sent to the server. color: rgb(120, 120, 120) color: inherit
|
||||
[04:51:07.956] Browser LOG %c[Vercel Web Analytics]%c Running queued event color: rgb(120, 120, 120) color: inherit pageview {"path":"/","route":"/"}
|
||||
[04:51:07.956] Browser LOG %c[Vercel Web Analytics]%c [pageview] http://localhost:3000/?treeId=cmib8zhrq0003hhxlvnsi96nh color: rgb(120, 120, 120) color: inherit {"dp":"/","o":"http://localhost:3000/?treeId=cmib8zhrq0003hhxlvnsi96nh","sdkn":"@vercel/analytics/next","sdkv":"1.5.0","sv":"0.1.3","ts":1763885710257}
|
||||
[04:51:07.974] Server LOG 🌳 GET /api/trees/[treeId] 返回数据: {}
|
||||
[04:51:08.060] Server LOG 👥 GET /api/trees/[treeId]/members 返回数据: {}
|
||||
[04:51:08.165] Server LOG 🌳 GET /api/trees 返回数据: {}
|
||||
[04:51:08.200] Server LOG 🌳 GET /api/trees 返回数据: {}
|
||||
[04:51:18.015] Browser INFO %cDownload the React DevTools for a better development experience: https://react.dev/link/react-devtools font-weight:bold
|
||||
[04:51:18.147] Server LOG 🌳 GET /api/trees/[treeId] 返回数据: {}
|
||||
[04:51:18.157] Browser LOG %c[Vercel Web Analytics]%c Debug mode is enabled by default in development. No requests will be sent to the server. color: rgb(120, 120, 120) color: inherit
|
||||
[04:51:18.157] Browser LOG %c[Vercel Web Analytics]%c Running queued event color: rgb(120, 120, 120) color: inherit pageview {"path":"/","route":"/"}
|
||||
[04:51:18.157] Browser LOG %c[Vercel Web Analytics]%c [pageview] http://localhost:3000/?treeId=cmib8zhrq0003hhxlvnsi96nh color: rgb(120, 120, 120) color: inherit {"dp":"/","o":"http://localhost:3000/?treeId=cmib8zhrq0003hhxlvnsi96nh","sdkn":"@vercel/analytics/next","sdkv":"1.5.0","sv":"0.1.3","ts":1763885720465}
|
||||
[04:51:18.219] Server LOG 👥 GET /api/trees/[treeId]/members 返回数据: {}
|
||||
[04:51:18.357] Server LOG 🌳 GET /api/trees 返回数据: {}
|
||||
[04:51:18.392] Server LOG 🌳 GET /api/trees 返回数据: {}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
+40
@@ -2450,6 +2450,36 @@
|
||||
}
|
||||
}
|
||||
|
||||
.bg-primary\/40 {
|
||||
background-color: var(--primary);
|
||||
}
|
||||
|
||||
@supports (color: color-mix(in lab, red, red)) {
|
||||
.bg-primary\/40 {
|
||||
background-color: color-mix(in oklab, var(--primary) 40%, transparent);
|
||||
}
|
||||
}
|
||||
|
||||
.bg-primary\/60 {
|
||||
background-color: var(--primary);
|
||||
}
|
||||
|
||||
@supports (color: color-mix(in lab, red, red)) {
|
||||
.bg-primary\/60 {
|
||||
background-color: color-mix(in oklab, var(--primary) 60%, transparent);
|
||||
}
|
||||
}
|
||||
|
||||
.bg-primary\/70 {
|
||||
background-color: var(--primary);
|
||||
}
|
||||
|
||||
@supports (color: color-mix(in lab, red, red)) {
|
||||
.bg-primary\/70 {
|
||||
background-color: color-mix(in oklab, var(--primary) 70%, transparent);
|
||||
}
|
||||
}
|
||||
|
||||
.bg-purple-50 {
|
||||
background-color: var(--color-purple-50);
|
||||
}
|
||||
@@ -3202,6 +3232,16 @@
|
||||
}
|
||||
}
|
||||
|
||||
.text-primary\/80 {
|
||||
color: var(--primary);
|
||||
}
|
||||
|
||||
@supports (color: color-mix(in lab, red, red)) {
|
||||
.text-primary\/80 {
|
||||
color: color-mix(in oklab, var(--primary) 80%, transparent);
|
||||
}
|
||||
}
|
||||
|
||||
.text-purple-700 {
|
||||
color: var(--color-purple-700);
|
||||
}
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
@@ -2534,6 +2534,36 @@
|
||||
}
|
||||
}
|
||||
|
||||
.bg-primary\/40 {
|
||||
background-color: var(--primary);
|
||||
}
|
||||
|
||||
@supports (color: color-mix(in lab, red, red)) {
|
||||
.bg-primary\/40 {
|
||||
background-color: color-mix(in oklab, var(--primary) 40%, transparent);
|
||||
}
|
||||
}
|
||||
|
||||
.bg-primary\/60 {
|
||||
background-color: var(--primary);
|
||||
}
|
||||
|
||||
@supports (color: color-mix(in lab, red, red)) {
|
||||
.bg-primary\/60 {
|
||||
background-color: color-mix(in oklab, var(--primary) 60%, transparent);
|
||||
}
|
||||
}
|
||||
|
||||
.bg-primary\/70 {
|
||||
background-color: var(--primary);
|
||||
}
|
||||
|
||||
@supports (color: color-mix(in lab, red, red)) {
|
||||
.bg-primary\/70 {
|
||||
background-color: color-mix(in oklab, var(--primary) 70%, transparent);
|
||||
}
|
||||
}
|
||||
|
||||
.bg-purple-50 {
|
||||
background-color: var(--color-purple-50);
|
||||
}
|
||||
@@ -3286,6 +3316,16 @@
|
||||
}
|
||||
}
|
||||
|
||||
.text-primary\/80 {
|
||||
color: var(--primary);
|
||||
}
|
||||
|
||||
@supports (color: color-mix(in lab, red, red)) {
|
||||
.text-primary\/80 {
|
||||
color: color-mix(in oklab, var(--primary) 80%, transparent);
|
||||
}
|
||||
}
|
||||
|
||||
.text-purple-700 {
|
||||
color: var(--color-purple-700);
|
||||
}
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user