feat: 将目录(TOC)移至侧边栏并优化滚动高亮逻辑
- 重构TOC组件,移至SideBar中显示 - 改进IntersectionObserver实现,优化章节高亮行为 - 添加toc国际化翻译(中/英/繁) - 更新Swup容器配置,支持文章页侧边栏刷新 - 移除原MainGridLayout中的独立TOC容器
This commit is contained in:
+2
-2
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user