Initial commit: DataTool backend, frontend and Docker

This commit is contained in:
liu
2026-01-31 00:51:14 +08:00
commit 59bb8e16f5
69 changed files with 9449 additions and 0 deletions

13
frontend/index.html Normal file
View File

@@ -0,0 +1,13 @@
<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<title>DataTool - 房间数据传输助手</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
</head>
<body class="bg-slate-50">
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>