feat(docs): 添加中英文国际化支持

This commit is contained in:
yhh
2025-12-03 22:48:22 +08:00
parent 63f006ab62
commit dd1ae97de7
13 changed files with 1638 additions and 196 deletions

View File

@@ -183,12 +183,22 @@ html:not(.dark) {
.VPContent {
background: var(--es-bg-card) !important;
padding-top: 0 !important;
}
.VPContent.has-sidebar {
background: var(--es-bg-card) !important;
}
/* 首页布局修复 | Home page layout fix */
.VPPage {
padding-top: 0 !important;
}
.Layout > .VPContent {
padding-top: var(--vp-nav-height) !important;
}
.VPDoc {
background: transparent !important;
}