From cb801302fec127cfaa4b515cecbafbcd8dde8511 Mon Sep 17 00:00:00 2001 From: whp98 <32877126+whp98@users.noreply.github.com> Date: Wed, 18 Sep 2024 15:16:18 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E5=B8=83=E5=8D=9A=E5=AE=A2=EF=BC=8C?= =?UTF-8?q?=E6=97=B6=E9=97=B4:2024/09/18=2015:16:18?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/.vitepress/config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/.vitepress/config.js b/docs/.vitepress/config.js index e625558ac..45a627195 100644 --- a/docs/.vitepress/config.js +++ b/docs/.vitepress/config.js @@ -159,6 +159,7 @@ export default { nav: [ { text: "主页", link: "/" }, { text: "Java", link: "/Java语言相关/" }, + { text: "前端开发", link: "/前端开发/" }, { text: "Android", link: "/安卓/" }, { text: "数据库", link: "/数据库/" }, { text: "Git", link: "/Git版本管理/" },