feat: 更新capp-eden依赖至0.0.37,调整团队成员信息展示

This commit is contained in:
2026-01-20 05:30:49 +07:00
parent 532b229299
commit ccfcfa64f5
4 changed files with 12 additions and 12 deletions

14
pnpm-lock.yaml generated
View File

@@ -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))

View File

@@ -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

View File

@@ -191,10 +191,10 @@ function nextPage() {
</div>
<div>
<div class="member-name">
{{ record.username }}
{{ record.descendant.name }}
</div>
<div class="member-phone">
{{ record.displayUsername }}
{{ record.descendant.username }}
</div>
</div>
</div>
@@ -205,7 +205,7 @@ function nextPage() {
<div class="record-info">
<div class="info-row">
<span class="label">签到时间</span>
<span class="value">{{ dayjs(record.checkInAt).format('YYYY-MM-DD HH:mm:ss') }}</span>
<span class="value">{{ dayjs(record.userCheckIn.checkInAt).format('YYYY-MM-DD HH:mm:ss') }}</span>
</div>
</div>
</div>

View File

@@ -255,7 +255,7 @@ function nextPage() {
{{ member.descendant.name }}
</div>
<div class="info-row-item">
<span class="value">{{ member.descendant.phoneNumber }}</span>
<span class="value">{{ member.descendant.username }}</span>
</div>
</div>
</div>