首次上传

This commit is contained in:
tianmo
2026-08-27 17:23:39 +08:00
parent af9bda066c
commit 9b156a32c9
29 changed files with 14567 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
html, body {
margin: 0;
padding: 0;
background: #0b0b12;
color: #e8e8f0;
font-family: system-ui, -apple-system, 'Segoe UI', sans-serif;
}
* { box-sizing: border-box; }
#app { width: 100%; height: 100vh; }