From 972d454fb1e23c702d8fabea37689f749fa0aeb6 Mon Sep 17 00:00:00 2001 From: camera-2018 <40380042+camera-2018@users.noreply.github.com> Date: Mon, 2 Dec 2024 23:57:59 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20update=20=E5=8F=8B=E6=83=85=E9=93=BE?= =?UTF-8?q?=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vitepress/nav.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vitepress/nav.ts b/.vitepress/nav.ts index 6898de6..fb3b660 100644 --- a/.vitepress/nav.ts +++ b/.vitepress/nav.ts @@ -31,7 +31,8 @@ export function nav() { { text: '友链', items: [ - { text: '杭电导航', link: 'https://wiki.hduhelp.com' }, + { text: '杭电导航(生活类)', link: 'https://wiki.hduhelp.com' }, + { text: '西邮 Wiki(生活类)', link: 'https://wiki.cooo.site' }, ] }, ]