From e96b1dbac9699567c83d98efac7a3d72ef49059f Mon Sep 17 00:00:00 2001 From: lish Date: Mon, 29 Nov 2021 18:23:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=BC=80=E6=BA=90=E7=A7=91?= =?UTF-8?q?=E6=99=AE=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: lish --- data/db.json | 3 ++- nav.config.ts | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/data/db.json b/data/db.json index 3962fa1..1ac975d 100644 --- a/data/db.json +++ b/data/db.json @@ -5907,9 +5907,10 @@ "createdAt": "2021-01-23T01:32:06.423Z" }, { - "title": "推荐项目", + "title": "有奖贡献", "nav": [ { + "title": "邀请", "nav": [ { "name": "悬赏邀请补充当前板块内容", diff --git a/nav.config.ts b/nav.config.ts index 7e2a48d..fd58cbc 100644 --- a/nav.config.ts +++ b/nav.config.ts @@ -76,7 +76,7 @@ const c: IConfig = { posterImageUrls: [ 'https://codechina_dev.gitcode.host/git/assets/img/pattern2.svg' ], - description: '

Git 上手GitCode开源科普我要贡献内容 🙋‍♂️

' + description: '

Git 上手GitCode开源科普我要贡献内容 🙋‍♂️

' } } -- GitLab