Skip to content

Commit 35ddcdc

Browse files
committed
feat: add Twikoo comment system deployed on Vercel with multi-language support
1 parent c4d3713 commit 35ddcdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config/commentConfig.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export const commentConfig: CommentConfig = {
44
enable: true, // 启用评论功能。当设置为 false 时,评论组件将不会显示在文章区域。
55
enableVisitorCount: true, // 启用文章访问量统计功能。当设置为 false 时,文章访问量统计将不会显示。需要enable和enableVisitorCount都为true时才启用。
66
twikoo: {
7-
envId: "https://twikoo.vercel.app",
7+
envId: "https://twikoo-vercel-xi-nine.vercel.app/",
88
lang: "zh-CN", // 默认语言,运行时会根据用户选择动态切换
99
},
1010
};

0 commit comments

Comments
 (0)