mirror of
https://github.com/handsomezhuzhu/handsomezhuzhu.github.io.git
synced 2026-02-20 11:50:14 +00:00
修复评论功能
This commit is contained in:
@@ -93,6 +93,7 @@ const blogTheme = getThemeConfig({
|
||||
// ],
|
||||
// duration: 0
|
||||
//},
|
||||
|
||||
comment: {
|
||||
type: 'giscus',
|
||||
options: {
|
||||
@@ -101,10 +102,10 @@ const blogTheme = getThemeConfig({
|
||||
category: 'Q&A',
|
||||
categoryId: 'DIC_kwDOPjK9uc4CukWC',
|
||||
mapping: 'pathname',
|
||||
reactionsEnabled: true,
|
||||
emitMetadata: false,
|
||||
//reactionsEnabled: true,
|
||||
//emitMetadata: false,
|
||||
inputPosition: 'top',
|
||||
theme: 'preferred_color_scheme',
|
||||
//theme: 'preferred_color_scheme',
|
||||
lang: 'zh-CN',
|
||||
},
|
||||
mobileMinify: false
|
||||
|
||||
Reference in New Issue
Block a user