From ccfcfa64f53ee3eb41716054e3cdbcd7f7303d3b Mon Sep 17 00:00:00 2001 From: Seven Date: Tue, 20 Jan 2026 05:30:49 +0700 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0capp-eden=E4=BE=9D?= =?UTF-8?q?=E8=B5=96=E8=87=B30.0.37=EF=BC=8C=E8=B0=83=E6=95=B4=E5=9B=A2?= =?UTF-8?q?=E9=98=9F=E6=88=90=E5=91=98=E4=BF=A1=E6=81=AF=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pnpm-lock.yaml | 14 +++++++------- pnpm-workspace.yaml | 2 +- src/views/team/check-in.vue | 6 +++--- src/views/team/index.vue | 2 +- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e135f5d..443c325 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -52,8 +52,8 @@ catalogs: specifier: 8.0.0 version: 8.0.0 '@capp/eden': - specifier: http://192.168.1.2:9538/api/capp-eden-0.0.35.tgz - version: 0.0.35 + specifier: http://192.168.1.2:9538/api/capp-eden-0.0.37.tgz + version: 0.0.37 '@cloudflare/workers-types': specifier: ^4.20260113.0 version: 4.20260116.0 @@ -298,7 +298,7 @@ importers: version: 8.0.0(@capacitor/core@8.0.0) '@capp/eden': specifier: 'catalog:' - version: http://192.168.1.2:9538/api/capp-eden-0.0.35.tgz(@elysiajs/eden@1.4.6(elysia@1.4.22(@sinclair/typebox@0.34.47)(exact-mirror@0.2.6(@sinclair/typebox@0.34.47))(file-type@21.3.0)(openapi-types@12.1.3)(typescript@5.9.3))) + version: http://192.168.1.2:9538/api/capp-eden-0.0.37.tgz(@elysiajs/eden@1.4.6(elysia@1.4.22(@sinclair/typebox@0.34.47)(exact-mirror@0.2.6(@sinclair/typebox@0.34.47))(file-type@21.3.0)(openapi-types@12.1.3)(typescript@5.9.3))) '@elysiajs/eden': specifier: 'catalog:' version: 1.4.6(elysia@1.4.22(@sinclair/typebox@0.34.47)(exact-mirror@0.2.6(@sinclair/typebox@0.34.47))(file-type@21.3.0)(openapi-types@12.1.3)(typescript@5.9.3)) @@ -1182,9 +1182,9 @@ packages: '@capacitor/synapse@1.0.4': resolution: {integrity: sha512-/C1FUo8/OkKuAT4nCIu/34ny9siNHr9qtFezu4kxm6GY1wNFxrCFWjfYx5C1tUhVGz3fxBABegupkpjXvjCHrw==} - '@capp/eden@http://192.168.1.2:9538/api/capp-eden-0.0.35.tgz': - resolution: {tarball: http://192.168.1.2:9538/api/capp-eden-0.0.35.tgz} - version: 0.0.35 + '@capp/eden@http://192.168.1.2:9538/api/capp-eden-0.0.37.tgz': + resolution: {tarball: http://192.168.1.2:9538/api/capp-eden-0.0.37.tgz} + version: 0.0.37 peerDependencies: '@elysiajs/eden': ^1.4.6 @@ -6903,7 +6903,7 @@ snapshots: '@capacitor/synapse@1.0.4': {} - '@capp/eden@http://192.168.1.2:9538/api/capp-eden-0.0.35.tgz(@elysiajs/eden@1.4.6(elysia@1.4.22(@sinclair/typebox@0.34.47)(exact-mirror@0.2.6(@sinclair/typebox@0.34.47))(file-type@21.3.0)(openapi-types@12.1.3)(typescript@5.9.3)))': + '@capp/eden@http://192.168.1.2:9538/api/capp-eden-0.0.37.tgz(@elysiajs/eden@1.4.6(elysia@1.4.22(@sinclair/typebox@0.34.47)(exact-mirror@0.2.6(@sinclair/typebox@0.34.47))(file-type@21.3.0)(openapi-types@12.1.3)(typescript@5.9.3)))': dependencies: '@elysiajs/eden': 1.4.6(elysia@1.4.22(@sinclair/typebox@0.34.47)(exact-mirror@0.2.6(@sinclair/typebox@0.34.47))(file-type@21.3.0)(openapi-types@12.1.3)(typescript@5.9.3)) diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index e862402..e535d4c 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -18,7 +18,7 @@ catalog: '@capacitor/keyboard': 8.0.0 '@capacitor/share': ^8.0.0 '@capacitor/status-bar': 8.0.0 - '@capp/eden': http://192.168.1.2:9538/api/capp-eden-0.0.35.tgz + '@capp/eden': http://192.168.1.2:9538/api/capp-eden-0.0.37.tgz '@cloudflare/workers-types': ^4.20260113.0 '@elysiajs/eden': ^1.4.6 '@faker-js/faker': ^10.2.0 diff --git a/src/views/team/check-in.vue b/src/views/team/check-in.vue index 627f4c8..0f3a5d7 100644 --- a/src/views/team/check-in.vue +++ b/src/views/team/check-in.vue @@ -191,10 +191,10 @@ function nextPage() {
- {{ record.username }} + {{ record.descendant.name }}
- {{ record.displayUsername }} + {{ record.descendant.username }}
@@ -205,7 +205,7 @@ function nextPage() {
签到时间 - {{ dayjs(record.checkInAt).format('YYYY-MM-DD HH:mm:ss') }} + {{ dayjs(record.userCheckIn.checkInAt).format('YYYY-MM-DD HH:mm:ss') }}
diff --git a/src/views/team/index.vue b/src/views/team/index.vue index bce4bb9..5589d8c 100644 --- a/src/views/team/index.vue +++ b/src/views/team/index.vue @@ -255,7 +255,7 @@ function nextPage() { {{ member.descendant.name }}
- {{ member.descendant.phoneNumber }} + {{ member.descendant.username }}