feat: 将目录(TOC)移至侧边栏并优化滚动高亮逻辑

- 重构TOC组件,移至SideBar中显示
- 改进IntersectionObserver实现,优化章节高亮行为
- 添加toc国际化翻译(中/英/繁)
- 更新Swup容器配置,支持文章页侧边栏刷新
- 移除原MainGridLayout中的独立TOC容器
This commit is contained in:
2026-03-22 12:16:51 +08:00
parent b7ebf3bef7
commit cbf35beeb8
9 changed files with 261 additions and 257 deletions
+2 -2
View File
@@ -65,9 +65,9 @@
@apply opacity-0 pointer-events-none
}
#toc-inner-wrapper {
/* #toc-inner-wrapper {
mask-image: linear-gradient(to bottom, transparent 0%, black 2rem, black calc(100% - 2rem), transparent 100%);
}
} */
.hide-scrollbar {
scrollbar-width: none;