From 74e10b6c757d59a3cf80ca650e6decb1889f5b34 Mon Sep 17 00:00:00 2001 From: LetTTGACO <1225751694@qq.com> Date: Sat, 27 Jan 2024 15:47:00 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20elog-docs=E5=A2=9E=E5=8A=A0=E8=AF=84?= =?UTF-8?q?=E8=AE=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/.vitepress/theme/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/.vitepress/theme/index.ts b/docs/.vitepress/theme/index.ts index f3ac80f..860cbee 100644 --- a/docs/.vitepress/theme/index.ts +++ b/docs/.vitepress/theme/index.ts @@ -20,7 +20,7 @@ export default { repoId: 'R_kgDOIh13_Q', category: 'General', // 默认: `General` categoryId: 'DIC_kwDOIh13_c4CbnHJ', - mapping: 'title', // 默认: `pathname` + mapping: 'pathname', // 默认: `pathname` inputPosition: 'top', // 默认: `top` lang: 'zh-CN', // 默认: `zh-CN` lightTheme: 'light', // 默认: `light`