From 1f02282ad68871ac3ffc17883f671ce545357489 Mon Sep 17 00:00:00 2001 From: simeng Date: Mon, 22 Sep 2025 10:00:45 -0400 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=B4=A1=E7=8C=AE=E8=80=85?= =?UTF-8?q?=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/.vuepress/config.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/.vuepress/config.ts b/docs/.vuepress/config.ts index 35ec257..9517e7f 100644 --- a/docs/.vuepress/config.ts +++ b/docs/.vuepress/config.ts @@ -33,12 +33,12 @@ export default defineUserConfig({ */ // 修改contributors配置 contributors: { - mode: 'block', // 改为block模式 + mode: 'inline', info: [ { - username: 'si-meng', + username: 'si-meng-spec', name: '祀梦', - alias: ['祀梦', 'simeng'], + alias: ['祀梦', 'si-meng-spec'], } ] },