📝 add cross plugin guide

This commit is contained in:
yanyongyu 2020-11-23 13:41:57 +08:00
parent 07b72f87d7
commit f214c0b2cb
5 changed files with 11 additions and 4 deletions

View File

@ -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/": [

View File

@ -0,0 +1 @@
# 跨插件访问