File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,10 @@ title: 快速开始
121
121
11. 启动 fastapi 服务
122
122
123
123
::: warning
124
- 此项目默认使用 CLI 启动服务,为了方便本地调试,你仍然可以选择在 IDE 中右键运行 main.py 文件
124
+ 此项目默认使用 CLI 启动服务,为了方便本地调试,你仍然可以选择在 IDE 中右键运行 ` run.py` 文件
125
+
126
+ 如果你在项目中安装了 [独立 app 插件](../../plugin/market.md),请务必使用 ` run.py`
127
+ 启动项目,否则,您将收到启动错误,详情:[fastapi/fastapi#13372 (comment)](https://github.com/fastapi/fastapi/discussions/13372#discussioncomment-12211232)
125
128
:::
126
129
127
130
帮助
Original file line number Diff line number Diff line change @@ -15,6 +15,8 @@ title: 插件市场
15
15
- <Badge type =" tip " text =" fba " /> - 仅后端代码插件
16
16
- <Badge text =" fba-arco " color =" #4582ff " /> - 包含前端 [ fastapi_best_architecture_ui] ( https://github.com/fastapi-practices/fastapi_best_architecture_ui ) 代码插件
17
17
- <Badge text =" fba-vben " color =" #c178ec " /> - 包含前端 [ fba_ui] ( https://github.com/fastapi-practices/fba_ui ) 代码插件
18
+ - <Badge text =" app " color =" #D6DD59 " /> - 独立 app 插件
19
+ - <Badge text =" app-extra " color =" #59C7DD " /> - 非独立 app 插件 / 内置 app 扩展
18
20
19
21
:::
20
22
@@ -28,13 +30,15 @@ title: 插件市场
28
30
<span>
29
31
<Badge type="info" text="free" />
30
32
<Badge type="tip" text="fba" />
33
+ <Badge text="app-extra" color="#59C7DD"/>
31
34
</span>
32
35
</LinkCard >
33
36
<LinkCard title =" Casbin-RBAC " href =" https://discord.com/channels/1185035164577972344/1340300371251302451 " >
34
37
<p>添加基于 Casbin 实现的 RBAC 权限</p>
35
38
<span>
36
39
<Badge type="info" text="free" />
37
40
<Badge type="tip" text="fba" />
41
+ <Badge text="app-extra" color="#59C7DD"/>
38
42
</span>
39
43
</LinkCard >
40
44
</CardGrid >
@@ -48,7 +52,6 @@ title: 插件市场
48
52
</Card >
49
53
</CardGrid >
50
54
51
-
52
55
## 安装
53
56
54
57
插件安装方式大致可分为两种
You can’t perform that action at this time.
0 commit comments