Skip to content

Commit 00099cf

Browse files
committed
Fix: remove plugins.comment
1 parent d845ef2 commit 00099cf

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

docs/.vuepress/theme.ts

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -106,17 +106,17 @@ export default hopeTheme(
106106
"https://npm.elemecdn.com/[email protected]/css/all.min.css",
107107
]
108108
},
109-
comment: {
110-
/**
111-
* Using Giscus 评论
112-
*/
113-
provider: "Giscus",
114-
repo: "AlistGo/docs",
115-
repoId: "R_kgDOHmaM-A",
116-
category: "Announcements",
117-
categoryId: "DIC_kwDOHmaM-M4CRRXl",
109+
// comment: {
110+
// /**
111+
// * Using Giscus 评论
112+
// */
113+
// provider: "Giscus",
114+
// repo: "AlistGo/docs",
115+
// repoId: "R_kgDOHmaM-A",
116+
// category: "Announcements",
117+
// categoryId: "DIC_kwDOHmaM-M4CRRXl",
118118

119-
},
119+
// },
120120
// 临时弹窗
121121
notice: [
122122
{

0 commit comments

Comments
 (0)