@@ -12,35 +12,59 @@ title: 插件市场
1212- <Badge type =" info " text =" free " /> - 免费插件
1313- <Badge type =" danger " text =" pay " /> - 付费插件
1414- <Badge type =" tip " text =" fba " /> - 仅后端代码插件
15- - <Badge text =" fba_ui " color =" #c178ec " /> - 包含前端 [ fastapi_best_architecture_ui] ( https://github.com/fastapi-practices/fastapi_best_architecture_ui ) 代码插件 <Badge type =" warning " text =" 暂无此计划 " />
15+ - <Badge text =" fba_ui " color =" #8e5cd9 " bg-color = " rgba(159, 122, 234, 0.16) " /> - 包含前端 [ fastapi_best_architecture_ui] ( https://github.com/fastapi-practices/fastapi_best_architecture_ui ) 代码插件 <Badge type =" warning " text =" 暂无此计划 " />
1616- <Badge text =" app " color =" #ff9900 " /> - 应用级插件
1717- <Badge text =" extra " color =" #11aa00 " /> - 扩展级插件
1818
1919:::
2020
21- ## 官方
21+ ## 内置
22+
23+ 这些插件由 fba 内置
2224
23- 这些插件由 fba 开发人员提供和维护
2425
2526<CardGrid >
2627 <Card icon =" fe:notice-active " title =" 通知公告 " >
27- <p style="color: #898989;">【内置】添加通知公告功能</p>
28+ <p style="color: #898989;">发布系统内部通知、公告</p>
29+ <span>
30+ <Badge type="info" text="free" />
31+ <Badge type="tip" text="fba" />
32+ <Badge text="extra" color="#11aa00"/>
33+ </span>
34+ </Card >
35+ <Card icon =" charm:shield-keyhole " title =" Casbin-RBAC " >
36+ <p style="color: #898989;">基于 Casbin 实现的 RBAC 权限</p>
37+ <span>
38+ <Badge type="info" text="free" />
39+ <Badge type="tip" text="fba" />
40+ <Badge text="extra" color="#11aa00"/>
41+ </span>
42+ </Card >
43+ <Card icon =" icon-park-outline:config " title =" 参数配置 " >
44+ <p style="color: #898989;">通常用于前端工程数据展示</p>
2845 <span>
2946 <Badge type="info" text="free" />
3047 <Badge type="tip" text="fba" />
3148 <Badge text="extra" color="#11aa00"/>
3249 </span>
3350 </Card >
34- <Card icon =" solar:user-check-bold " title =" Casbin-RBAC " >
35- <p style="color: #898989;">【内置】添加基于 Casbin 实现的 RBAC 权限 </p>
51+ <Card icon =" fluent-mdl2:dictionary " title =" 数据字典 " >
52+ <p style="color: #898989;">通常用于前端工程数据展示 </p>
3653 <span>
3754 <Badge type="info" text="free" />
3855 <Badge type="tip" text="fba" />
3956 <Badge text="extra" color="#11aa00"/>
4057 </span>
4158 </Card >
59+ </CardGrid >
60+
61+ ## 官方
62+
63+ 这些插件由 fba 开发人员提供和维护
64+
65+ <CardGrid >
4266 <LinkCard icon =" ant-design:aliyun-outlined " title =" 阿里云 oss " href =" https://github.com/fastapi-practices/fba_aliyun_oss " >
43- <p style="color: #898989;">添加阿里云 oss 上传文件功能 </p>
67+ <p style="color: #898989;">阿里云 oss 文件上传 </p>
4468 <span>
4569 <Badge type="info" text="free" />
4670 <Badge type="tip" text="fba" />
@@ -54,7 +78,7 @@ title: 插件市场
5478这些插件由社区中的开发者提供和维护
5579
5680<CardGrid >
57- <Card title =" 空 " >
81+ <Card title =" 无 " >
5882 </Card >
5983</CardGrid >
6084
0 commit comments