@@ -12,35 +12,59 @@ title: 插件市场
12
12
- <Badge type =" info " text =" free " /> - 免费插件
13
13
- <Badge type =" danger " text =" pay " /> - 付费插件
14
14
- <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 =" 暂无此计划 " />
16
16
- <Badge text =" app " color =" #ff9900 " /> - 应用级插件
17
17
- <Badge text =" extra " color =" #11aa00 " /> - 扩展级插件
18
18
19
19
:::
20
20
21
- ## 官方
21
+ ## 内置
22
+
23
+ 这些插件由 fba 内置
22
24
23
- 这些插件由 fba 开发人员提供和维护
24
25
25
26
<CardGrid >
26
27
<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>
28
45
<span>
29
46
<Badge type="info" text="free" />
30
47
<Badge type="tip" text="fba" />
31
48
<Badge text="extra" color="#11aa00"/>
32
49
</span>
33
50
</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>
36
53
<span>
37
54
<Badge type="info" text="free" />
38
55
<Badge type="tip" text="fba" />
39
56
<Badge text="extra" color="#11aa00"/>
40
57
</span>
41
58
</Card >
59
+ </CardGrid >
60
+
61
+ ## 官方
62
+
63
+ 这些插件由 fba 开发人员提供和维护
64
+
65
+ <CardGrid >
42
66
<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>
44
68
<span>
45
69
<Badge type="info" text="free" />
46
70
<Badge type="tip" text="fba" />
@@ -54,7 +78,7 @@ title: 插件市场
54
78
这些插件由社区中的开发者提供和维护
55
79
56
80
<CardGrid >
57
- <Card title =" 空 " >
81
+ <Card title =" 无 " >
58
82
</Card >
59
83
</CardGrid >
60
84
0 commit comments