From dcd32f06620ed03c37887c341b222c381b51d223 Mon Sep 17 00:00:00 2001 From: suyiiyii Date: Mon, 28 Oct 2024 12:37:17 +0800 Subject: [PATCH] =?UTF-8?q?:memo:=20=E6=9B=B4=E6=96=B0=E6=96=87=E6=A1=A3?= =?UTF-8?q?=E9=A1=B6=E6=A0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/.vuepress/navbar.ts | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/docs/.vuepress/navbar.ts b/docs/.vuepress/navbar.ts index b410c61..788435c 100644 --- a/docs/.vuepress/navbar.ts +++ b/docs/.vuepress/navbar.ts @@ -23,11 +23,29 @@ export default navbar([ link: "", activeMatch: "^/usage/?$", }, + { + text: "Cookie 使用", + icon: "cookie", + link: "cookie", + }, ], }, { text: "开发", icon: "flask", - link: "/dev/", + prefix: "/dev/", + children: [ + { + text: "基本开发", + icon: "tools", + link: "", + activeMatch: "^/dev/?$", + }, + { + text: "Cookie 开发", + icon: "cookie", + link: "cookie", + }, + ], }, ]);