File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ export default {
3636 const { frontmatter } = useData ( ) ;
3737 const route = useRoute ( ) ;
3838 imageViewer ( route , '.vp-doc' , { toolbar : true } ) ;
39- codeblocksFold ( { route , frontmatter } ) ;
39+ codeblocksFold ( ) ;
4040 hideFooter ( frontmatter ) ;
4141 giscusTalk ( {
4242 repo : 'T-miracle/blog' ,
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ html, body {
2727 font-size : 16px ;
2828 font-weight : 500 ;
2929 font-family : $defaultFontFamily ;
30- scroll-behavior : smooth ;
30+ // scroll-behavior: smooth;
3131}
3232
3333[class *= ' level-' ].VPSidebarItem.is-link > .item > .link :hover .text {
Original file line number Diff line number Diff line change 1818 "markdown-it-task-lists" : " ^2.1.1" ,
1919 "viewerjs" : " ^1.11.6" ,
2020 "vitepress" : " ^1.1.4" ,
21- "vitepress-plugin-codeblocks-fold" : " ^1.2.32 " ,
21+ "vitepress-plugin-codeblocks-fold" : " ^1.2.33 " ,
2222 "vitepress-plugin-comment-with-giscus" : " ^1.1.15" ,
2323 "vitepress-plugin-image-viewer" : " ^1.1.6" ,
2424 "vue" : " ^3.4.26"
You can’t perform that action at this time.
0 commit comments