first commit

This commit is contained in:
2025-09-24 18:42:16 +07:00
commit daffbc67dc
72 changed files with 40710 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
<template>
<div>
<WebSocketClient />
</div>
</template>
<script setup lang="ts">
// Main page for the WebSocket client application
// This page serves as the entry point and displays the WebSocket client interface
</script>
<style scoped>
/* Additional page-specific styles if needed */
</style>