@@ -4,12 +4,13 @@ title: 插件市场
4
4
5
5
::: info 标签说明
6
6
7
- - <Badge type =" info " text =" free " /> - 免费插件
7
+ - <Icon name =" logos:mysql " size =" 1.5em " /> - 支持 MySQL
8
+ - <Icon name =" vscode-icons:file-type-pgsql " size =" 1.5em " /> - 支持 PostgreSQL
8
9
- <Badge type =" danger " text =" pay " /> - 付费插件
9
10
- <Badge type =" tip " text =" fba " /> - 仅后端代码插件
10
11
- <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 =" 暂无此计划 " />
11
- - <Badge text =" app " color =" #ff9900 " /> - 应用级插件
12
- - <Badge text =" extra " color =" #11aa00 " /> - 扩展级插件
12
+ - <Badge text =" app " color =" var(--vp-c-text-2) " bg-color = " rgb(250 150 0 / 38%) " /> - 应用级插件
13
+ - <Badge text =" extra " color =" var(--vp-c-text-2) " bg-color = " rgb(17 170 0 / 38%) " /> - 扩展级插件
13
14
14
15
:::
15
16
@@ -21,41 +22,61 @@ title: 插件市场
21
22
<Card icon =" charm:shield-keyhole " title =" Casbin-RBAC " >
22
23
<p style="color: #898989;">基于 Casbin 实现的 RBAC 权限</p>
23
24
<span>
24
- <Badge type="info" text="free" />
25
+ <Icon name="logos:mysql" size="1.5em" />
26
+ ·
27
+ <Icon name="vscode-icons:file-type-pgsql" size="1.5em" />
28
+ ·
25
29
<Badge type="tip" text="fba" />
26
- <Badge text="extra" color="#11aa00"/>
30
+ ·
31
+ <Badge text="extra" color="var(--vp-c-text-2)" bg-color="rgb(17 170 0 / 38%)"/>
27
32
</span>
28
33
</Card >
29
34
<Card icon =" fa6-regular:file-code " title =" 代码生成 " >
30
35
<p style="color: #898989;">生成通用业务代码(目前仅包含后端工程)</p>
31
36
<span>
32
- <Badge type="info" text="free" />
37
+ <Icon name="logos:mysql" size="1.5em" />
38
+ ·
39
+ <Icon name="vscode-icons:file-type-pgsql" size="1.5em" />
40
+ ·
33
41
<Badge type="tip" text="fba" />
34
- <Badge text="app" color="#ff9900"/>
42
+ ·
43
+ <Badge text="app" color="var(--vp-c-text-2)" bg-color="rgb(250 150 0 / 38%)"/>
35
44
</span>
36
45
</Card >
37
46
<Card icon =" fe:notice-active " title =" 通知公告 " >
38
47
<p style="color: #898989;">发布系统内部通知、公告</p>
39
- <span>
40
- <Badge type="info" text="free" />
48
+ <span>
49
+ <Icon name="logos:mysql" size="1.5em" />
50
+ ·
51
+ <Icon name="vscode-icons:file-type-pgsql" size="1.5em" />
52
+ ·
41
53
<Badge type="tip" text="fba" />
42
- <Badge text="extra" color="#11aa00"/>
54
+ ·
55
+ <Badge text="extra" color="var(--vp-c-text-2)" bg-color="rgb(17 170 0 / 38%)"/>
43
56
</span>
44
57
</Card >
45
58
<Card icon =" fluent-mdl2:dictionary " title =" 数据字典 " >
46
59
<p style="color: #898989;">通常用于约束前端工程数据展示</p>
47
60
<span>
48
- <Badge type="info" text="free" />
61
+ <Icon name="logos:mysql" size="1.5em" />
62
+ ·
63
+ <Icon name="vscode-icons:file-type-pgsql" size="1.5em" />
64
+ ·
49
65
<Badge type="tip" text="fba" />
50
- <Badge text="extra" color="#11aa00"/>
66
+ ·
67
+ <Badge text="extra" color="var(--vp-c-text-2)" bg-color="rgb(17 170 0 / 38%)"/>
51
68
</span>
52
69
</Card >
53
70
<Card icon =" icon-park-outline:config " title =" 参数配置 " >
54
71
<p style="color: #898989;">通常用于前端工程数据展示</p>
55
72
<span>
56
- <Badge type="info" text="free" />
73
+ <Icon name="logos:mysql" size="1.5em" />
74
+ ·
75
+ <Icon name="vscode-icons:file-type-pgsql" size="1.5em" />
76
+ ·
57
77
<Badge type="tip" text="fba" />
58
- <Badge text="extra" color="#11aa00"/>
78
+ ·
79
+ <Badge text="extra" color="var(--vp-c-text-2)" bg-color="rgb(17 170 0 / 38%)"/>
59
80
</span>
60
81
</Card >
61
82
</CardGrid >
@@ -68,17 +89,25 @@ title: 插件市场
68
89
<LinkCard icon =" ant-design:aliyun-outlined " title =" 阿里云 oss " href =" https://github.com/fastapi-practices/fba_aliyun_oss " >
69
90
<p style="color: #898989;">阿里云 oss 文件上传</p>
70
91
<span>
71
- <Badge type="info" text="free" />
92
+ <Icon name="logos:mysql" size="1.5em" />
93
+ ·
94
+ <Icon name="vscode-icons:file-type-pgsql" size="1.5em" />
95
+ ·
72
96
<Badge type="tip" text="fba" />
73
- <Badge text="extra" color="#11aa00"/>
97
+ ·
98
+ <Badge text="extra" color="var(--vp-c-text-2)" bg-color="rgb(17 170 0 / 38%)"/>
74
99
</span>
75
100
</LinkCard >
76
101
<LinkCard icon =" streamline:ai-prompt-spark " title =" MCP ChatGPT " href =" https://github.com/fastapi-practices/fba_mcp " >
77
102
<p style="color: #898989;">带有 MCP 服务器调用的 AI 对话</p>
78
103
<span>
79
- <Badge type="info" text="free" />
104
+ <Icon name="logos:mysql" size="1.5em" />
105
+ ·
106
+ <Icon name="vscode-icons:file-type-pgsql" size="1.5em" />
107
+ ·
80
108
<Badge type="tip" text="fba" />
81
- <Badge text="extra" color="#11aa00"/>
109
+ ·
110
+ <Badge text="extra" color="var(--vp-c-text-2)" bg-color="rgb(17 170 0 / 38%)"/>
82
111
</span>
83
112
</LinkCard >
84
113
</CardGrid >
@@ -88,6 +117,14 @@ title: 插件市场
88
117
这些插件由社区中的开发者提供和维护
89
118
90
119
<CardGrid >
91
- <Card title =" 无 " >
92
- </Card >
120
+ <LinkCard icon =" ant-design:aliyun-outlined " title =" 配置下发 " href =" https://github.com/dividduang/option " >
121
+ <p style="color: #898989;">将 env 等配置信息通过数据库进行管理</p>
122
+ <span>
123
+ <Icon name="logos:mysql" size="1.5em" />
124
+ ·
125
+ <Badge type="tip" text="fba" />
126
+ ·
127
+ <Badge text="extra" color="var(--vp-c-text-2)" bg-color="rgb(17 170 0 / 38%)"/>
128
+ </span>
129
+ </LinkCard >
93
130
</CardGrid >
0 commit comments