📝 更新文档顶栏

This commit is contained in:
suyiiyii 2024-10-28 12:37:17 +08:00
parent 60cee1bcc1
commit dcd32f0662
Signed by: suyiiyii
GPG Key ID: 044704CB29B8AD85

View File

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