mirror of
https://github.com/suyiiyii/nonebot-bison.git
synced 2026-06-23 14:16:52 +08:00
📝 更新文档顶栏
This commit is contained in:
@@ -23,11 +23,29 @@ export default navbar([
|
|||||||
link: "",
|
link: "",
|
||||||
activeMatch: "^/usage/?$",
|
activeMatch: "^/usage/?$",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
text: "Cookie 使用",
|
||||||
|
icon: "cookie",
|
||||||
|
link: "cookie",
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: "开发",
|
text: "开发",
|
||||||
icon: "flask",
|
icon: "flask",
|
||||||
link: "/dev/",
|
prefix: "/dev/",
|
||||||
|
children: [
|
||||||
|
{
|
||||||
|
text: "基本开发",
|
||||||
|
icon: "tools",
|
||||||
|
link: "",
|
||||||
|
activeMatch: "^/dev/?$",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
text: "Cookie 开发",
|
||||||
|
icon: "cookie",
|
||||||
|
link: "cookie",
|
||||||
|
},
|
||||||
|
],
|
||||||
},
|
},
|
||||||
]);
|
]);
|
||||||
|
|||||||
Reference in New Issue
Block a user