mirror of
https://github.com/nonebot/nonebot2.git
synced 2024-11-24 09:05:04 +08:00
📝 add cross plugin guide
This commit is contained in:
parent
07b72f87d7
commit
f214c0b2cb
@ -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/": [
|
||||
|
1
docs/advanced/export-and-require.md
Normal file
1
docs/advanced/export-and-require.md
Normal file
@ -0,0 +1 @@
|
||||
# 跨插件访问
|
@ -1 +1 @@
|
||||
# 权限控制
|
||||
# 权限控制
|
||||
|
@ -1 +1 @@
|
||||
# 运行时插槽
|
||||
# 运行时插槽
|
||||
|
@ -1 +1 @@
|
||||
# 定时任务
|
||||
# 定时任务
|
||||
|
Loading…
Reference in New Issue
Block a user