feat: upgrade docs

This commit is contained in:
ReaJason
2026-03-30 21:55:55 +08:00
parent a11b41d403
commit ba53112010
17 changed files with 496 additions and 314 deletions
+8
View File
@@ -3,6 +3,14 @@
@import "fumadocs-ui/css/shadcn.css";
@import "fumadocs-ui/css/preset.css";
html {
scrollbar-gutter: stable;
}
html:has(body[data-scroll-locked]) {
scrollbar-gutter: auto;
}
:root {
--radius: 0.625rem;
--background: oklch(1 0 0);