Skip to content

Commit a3c39b7

Browse files
committed
update dependencies
1 parent 0ddde34 commit a3c39b7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.vitepress/theme/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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',

.vitepress/theme/styles/index.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
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"

0 commit comments

Comments
 (0)