refined cursor broadcast system and added splash

This commit is contained in:
2025-12-19 01:25:37 +08:00
parent 3094d9de3d
commit b55008403d
7 changed files with 108 additions and 19 deletions

View File

@@ -0,0 +1,9 @@
<div id="splash" class="w-screen h-screen object-contain bg-base-100"></div>
<style>
#splash {
background-image: url("../../assets/media/splash-dev.jpeg");
background-size: cover;
background-position: center;
}
</style>