init
Some checks failed
release / release (push) Has been cancelled

This commit is contained in:
2025-06-11 16:21:08 +08:00
commit 2efae7c0f0
36 changed files with 63396 additions and 0 deletions

12
preview.html Normal file
View File

@@ -0,0 +1,12 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Chat</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/preview/main.ts"></script>
</body>
</html>