添加 API 速查文档和相关数据,更新导航以支持新页面

This commit is contained in:
boybook
2025-03-26 17:14:19 +08:00
parent 5382f625fc
commit 7f56fbdb06
11 changed files with 40076 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
/* 全宽模式下的变量覆盖 */
.vp-full-width {
--vp-layout-max-width: 100% !important;
--vp-sidebar-bg-color: var(--vp-bg-color) !important;
--vp-sidebar-width: 200px !important;
/*var(--vp-c-bg-alt)*/
--vp-sidebar-bg-color: var(--vp-bg-color) !important;
}
/* 全宽模式下的额外样式 */
.vp-full-width .VPDoc.has-aside .content-container {
max-width: none !important;
}
.vp-full-width .VPDoc.has-aside .aside {
display: none !important;
}
.vp-full-width .VPDoc {
background-color: var(--vp-c-bg-alt);
}