From 13eb3702f4d2e405575cc08bbf7376e60362c7b5 Mon Sep 17 00:00:00 2001 From: luckyasme <807254037@qq.com> Date: Tue, 4 Mar 2025 10:45:01 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=A2=9E=E5=8A=A0=E8=B4=A1=E7=8C=AE?= =?UTF-8?q?=E6=8C=87=E5=8D=97=E6=8F=8F=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/.vitepress/src/config/home.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/.vitepress/src/config/home.ts b/docs/.vitepress/src/config/home.ts index 731f1ec..0a01448 100644 --- a/docs/.vitepress/src/config/home.ts +++ b/docs/.vitepress/src/config/home.ts @@ -45,7 +45,7 @@ export const cardList = [ background: BgX2, backgroundMo: BgX2Mo, title: '贡献指南', - desc: '贡献指南', + desc: '参与文档贡献的方式', href: '/zh/Contribute/contribution_process.html', }, ]; -- Gitee