We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd1eb97 commit d82d50aCopy full SHA for d82d50a
docs/plugin/dev.md
@@ -50,7 +50,7 @@ title: 插件开发
50
51
- 如果插件作为独立 app 发布(在 `backend/app` 目录下的应用,视为独立
52
app),则插件路由应完全遵循 [路由结构](../guide/reference/router.md#路由结构) 进行定义
53
-- 如果插件作为现有 app 扩展功能发布,则插件路由应当根据现有 app 中的路由结构进行 1:1 结构复制,可参考 fba
+- 如果插件作为现有 app 扩展功能发布,则插件路由应当根据现有 app 中的路由结构进行 1:1 结构复制,插件路由将按结构自动注入,可参考 fba
54
源码中的内置插件 [notice](https://github.com/fastapi-practices/fastapi_best_architecture/tree/master/backend/plugin/notice/api)
55
56
:::
0 commit comments