mirror of
https://github.com/suyiiyii/nonebot-bison.git
synced 2025-06-02 09:26:12 +08:00
📝 更新文档顶栏
This commit is contained in:
parent
60cee1bcc1
commit
dcd32f0662
@ -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",
|
||||
},
|
||||
],
|
||||
},
|
||||
]);
|
||||
|
Loading…
x
Reference in New Issue
Block a user