From d6e791bae9b39ad72a963437d4b65b3bbb3ca549 Mon Sep 17 00:00:00 2001 From: Kirigaya <1193466151@qq.com> Date: Mon, 16 Jun 2025 15:43:48 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=84=E8=AE=BA=E5=8C=BA=E6=94=AF=E6=8C=81?= =?UTF-8?q?=E5=A4=9A=E8=AF=AD=E8=A8=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vitepress/config.mts | 9 ++++++- .../theme/components/Comments/index.vue | 4 +-- .../theme/components/Contributors/index.vue | 25 +++++++++++++++++-- 3 files changed, 33 insertions(+), 5 deletions(-) diff --git a/.vitepress/config.mts b/.vitepress/config.mts index 1c6d314..cc65c0e 100644 --- a/.vitepress/config.mts +++ b/.vitepress/config.mts @@ -34,7 +34,14 @@ export default withMermaid({ mapAuthors: contributors }), GitChangelogMarkdownSection({ - excludes: ['preview/contributors.md', 'index.md', 'zh/index.md', 'ja/index.md'] + excludes: [ + 'preview/contributors.md', + 'zh/preview/contributors.md', + 'ja/preview/contributors.md', + 'index.md', + 'zh/index.md', + 'ja/index.md' + ] }), ThumbnailHashImages(), ], diff --git a/.vitepress/theme/components/Comments/index.vue b/.vitepress/theme/components/Comments/index.vue index a5b376d..053dae6 100644 --- a/.vitepress/theme/components/Comments/index.vue +++ b/.vitepress/theme/components/Comments/index.vue @@ -1,7 +1,7 @@