fix swagger

This commit is contained in:
2026-01-18 19:07:41 +08:00
parent 20ed44aa74
commit 7d3915aae2
319 changed files with 7888 additions and 4559 deletions

30
Frontend/src/style.css Normal file
View File

@@ -0,0 +1,30 @@
:root {
font-family: 'Roboto Mono', 'Noto Sans SC', 'Microsoft YaHei', system-ui,
-apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
line-height: 1.6;
font-weight: 400;
color: #0f172a;
background-color: #0b1120;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
* {
box-sizing: border-box;
}
body {
margin: 0;
min-height: 100vh;
background-color: #0b1120;
}
a {
color: inherit;
text-decoration: none;
}
#app {
min-height: 100vh;
}