第一次提交

This commit is contained in:
2025-07-06 02:50:59 +08:00
commit 04f2077084
34 changed files with 5751 additions and 0 deletions

14
index.html Normal file
View File

@@ -0,0 +1,14 @@
<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/svg" href="/favicon.webp" />
<!--app-head-->
</head>
<body>
<div id="app"><!--app-html--></div>
</body>
<!--app-state-->
<script type="module" src="/src/entry-client.js"></script>
</html>