From 1b7853fd2ae05f2dc194b43420cab594c775f03a Mon Sep 17 00:00:00 2001 From: Feng Gao Date: Fri, 6 Dec 2024 21:48:04 +0800 Subject: [PATCH] Update config.mts --- .vitepress/config.mts | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/.vitepress/config.mts b/.vitepress/config.mts index ab1550b..444b124 100644 --- a/.vitepress/config.mts +++ b/.vitepress/config.mts @@ -74,15 +74,10 @@ export default defineConfig({ // Navigation nav: [ - { text: "Home", link: "/" }, + { text: "主页", link: "/" }, { text: "Wiki", link: "/wiki/about/intro" }, - { - text: "相关链接", - items: [ - { text: "官方网站", link: "https://www.itstudio.club/" }, - { text: "GitHub", link: "https://github.com/ITStudioOUC" }, - ], - }, + { text: "爱特展示网", link: "https://www.itstudio.club/"}, + { text: "Github", link: "https://github.com/ITStudioOUC"}, ], sidebar: {