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> </CardTitle>
<component <component
:is="chart" :is="chart"
v-if="views.length"
class="w-full h-full" class="w-full h-full"
index="time" index="time"
:data="views" :data="views"

View file

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

View file

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