From 589ce45038b268e4de545baf27c86b5c08f35cc8 Mon Sep 17 00:00:00 2001 From: Axi404 Date: Mon, 30 Sep 2024 10:31:15 +0800 Subject: [PATCH] add giscus --- docs/.vitepress/theme/index.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/.vitepress/theme/index.ts b/docs/.vitepress/theme/index.ts index 8e7c9e5..6b113eb 100644 --- a/docs/.vitepress/theme/index.ts +++ b/docs/.vitepress/theme/index.ts @@ -28,10 +28,10 @@ export default { // giscus配置 giscusTalk({ - repo: 'XJTU-RMV/XJTU-RMV.github.io', //仓库 - repoId: 'R_kgDOMqXVEA', //仓库ID + repo: 'CS-BAOYAN/CS-BAOYAN-2025', //仓库 + repoId: 'R_kgDOM44fMA', //仓库ID category: 'Announcements', // 讨论分类 - categoryId: 'DIC_kwDOMqXVEM4CiDzM', //讨论分类ID + categoryId: 'DIC_kwDOM44fMM4Ci6RT', //讨论分类ID mapping: 'pathname', inputPosition: 'bottom', lang: 'zh-CN',