mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-07-27 16:21:28 +00:00
📝 add cross plugin guide
This commit is contained in:
@ -118,7 +118,13 @@ module.exports = context => ({
|
||||
title: "进阶",
|
||||
collapsable: false,
|
||||
sidebar: "auto",
|
||||
children: ["", "scheduler", "permission", "runtime-hook"]
|
||||
children: [
|
||||
"",
|
||||
"scheduler",
|
||||
"permission",
|
||||
"runtime-hook",
|
||||
"export-and-require"
|
||||
]
|
||||
}
|
||||
],
|
||||
"/api/": [
|
||||
|
Reference in New Issue
Block a user