第一次提交
Some checks failed
Node.js CI / build-and-test (push) Has been cancelled

This commit is contained in:
2025-05-02 13:09:37 +08:00
commit daef30124e
39 changed files with 11325 additions and 0 deletions

14
index.html Normal file
View File

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