This commit is contained in:
2025-09-17 23:22:23 +08:00
commit d0c6532e2d
236 changed files with 5779 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
import DefaultTheme from 'vitepress/theme'
import './style.css'
export default {
extends: DefaultTheme,
}

View File

@@ -0,0 +1,7 @@
:root{
--vp-font-family-base: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Noto Sans", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}
.VPDoc .VPDocAsideOutline {
max-height: calc(100vh - 8rem);
}