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", + }, + ], }, ]);