wip: 临时提交

This commit is contained in:
ray
2025-05-31 07:42:27 +08:00
parent d1a90a8313
commit 82fae9ed4b
22 changed files with 308 additions and 546 deletions

17
src/styles/index.scss Normal file
View File

@@ -0,0 +1,17 @@
@import "./theme";
html,
body,
#app {
height: 100%;
padding: 0;
margin: 0;
}
html {
font-size: 8px;
}
html.dark {
background: #121212;
}