chore: Update dependencies and configuration files
All checks were successful
CI / cache-and-install (push) Successful in 31s

This commit is contained in:
严浩
2024-08-05 12:17:32 +08:00
parent fb47374cbc
commit 7be6b9e687
8 changed files with 1132 additions and 348 deletions

13
src/index.css Normal file
View File

@ -0,0 +1,13 @@
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
code {
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
monospace;
}