From baee74ef27fd1c619dae7c437e0696f2eb38eca9 Mon Sep 17 00:00:00 2001 From: thejinchao Date: Wed, 12 Mar 2025 22:00:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=A1=B5=E9=9D=A2=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/.vuepress/config.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 909e293..07c47c8 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -28,6 +28,8 @@ export default defineUserConfig({ lastUpdated: false, repo: "https://github.com/thejinchao/thejinchao.github.io", colorMode: "light", + editLink : false, + contributors : false, }), head:[ ['link', { rel: 'icon', href: 'favicon.png' }]