Skip to content

Commit f14df95

Browse files
authored
修改评论区内容存储仓库 (#70)
将 discus 的存储仓库从 .github 迁移到 wiki,有如下考虑: - .github 仓库访问量/star/watch 都过少 - 读者倾向于在 wiki 创建 issue 来咨询问题等,这类 issue 转为 discussion 时仅能到 wiki 仓库 - 已经 star/watch wiki 仓库的用户在新 discussion 被创建时,可能会收到提醒,有利于提高互动度。
1 parent 96863e5 commit f14df95

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/.vuepress/theme.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ export default hopeTheme({
4747
plugins: {
4848
comment: {
4949
provider: "Giscus",
50-
repo: "zotero-chinese/.github",
51-
repoId: "R_kgDOHv4ukA",
50+
repo: "zotero-chinese/wiki",
51+
repoId: "R_kgDOJZD4iQ",
5252
category: "文档评论区",
53-
categoryId: "DIC_kwDOHv4ukM4CZz7S",
53+
categoryId: "DIC_kwDOJZD4ic4CbJJB",
5454
},
5555

5656
// all features are enabled for demo, only preserve features you need here

0 commit comments

Comments
 (0)