Skip to content

Commit 1da7eca

Browse files
author
chufan
committed
feat: 关闭artalk评论,后续统一开放
1 parent e97a286 commit 1da7eca

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

docs/.vuepress/config/theme.config.ts

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,11 @@ export default {
7171
},
7272

7373
plugins: {
74-
comment:{
75-
provider: "Artalk",
76-
server:"https://408.142vip.cn/",
77-
site:'JavaScriptCollection',
78-
},
74+
// comment:{
75+
// provider: "Artalk",
76+
// server:"https://408.142vip.cn/",
77+
// site:'JavaScriptCollection',
78+
// },
7979
readingTime: {
8080
wordPerMinute: 200
8181
},
@@ -84,6 +84,7 @@ export default {
8484
blog: false,
8585
// 代码块
8686
mdEnhance: {
87+
card:true,
8788
codetabs: true,
8889
tasklist: true, // 支持任务列表
8990
// 启用 figure

0 commit comments

Comments
 (0)