websocket?

This commit is contained in:
2026-01-22 10:47:02 +00:00
parent 02d70ee5db
commit eaba9c8069
5 changed files with 108 additions and 8 deletions

View File

@@ -1,6 +1,7 @@
<script setup>
import Timer from "@/components/quick/Timer.vue";
import Time from "@/components/quick/Time.vue";
import Chat from "@/components/quick/Chat.vue";
import Intro from "@/components/home/Intro.vue";
import Stamps from "@/components/home/Stamps.vue";
@@ -19,6 +20,7 @@ import Watching from "@/components/home/Watching.vue";
<div class="flex-col tr">
<Time class="bdr-2 bg-primary" />
<Timer class="bdr-2 bg-primary" />
<Chat class="bdr-2 bg-primary" />
</div>
</div>
<div class="background halftone" />