Merge branch 'master' into worker

This commit is contained in:
ccbikai 2025-05-20 22:00:38 +08:00
commit 5fae865fbe
3 changed files with 2 additions and 3 deletions

View file

@ -77,7 +77,6 @@ function formatTime(tick) {
</CardTitle>
<component
:is="chart"
v-if="views.length"
class="w-full h-full"
index="time"
:data="views"

View file

@ -63,7 +63,7 @@ onBeforeMount(() => {
</div>
<div class="relative space-y-4">
<DashboardRealtimeChart class="md:absolute top-0 left-0 z-10" />
<DashboardRealtimeGlobe />
<LazyDashboardRealtimeGlobe />
<DashboardRealtimeLogs class="md:absolute top-0 right-0 h-full z-10" />
</div>
</main>

View file

@ -1,7 +1,7 @@
{
"name": "sink",
"type": "module",
"version": "0.1.11",
"version": "0.1.12",
"private": true,
"packageManager": "pnpm@10.11.0",
"engines": {