We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4d3713 commit 35ddcdcCopy full SHA for 35ddcdc
src/config/commentConfig.ts
@@ -4,7 +4,7 @@ export const commentConfig: CommentConfig = {
4
enable: true, // 启用评论功能。当设置为 false 时,评论组件将不会显示在文章区域。
5
enableVisitorCount: true, // 启用文章访问量统计功能。当设置为 false 时,文章访问量统计将不会显示。需要enable和enableVisitorCount都为true时才启用。
6
twikoo: {
7
- envId: "https://twikoo.vercel.app",
+ envId: "https://twikoo-vercel-xi-nine.vercel.app/",
8
lang: "zh-CN", // 默认语言,运行时会根据用户选择动态切换
9
},
10
};
0 commit comments