@@ -5,97 +5,85 @@ export const pluginItems: PluginItem[] = [
55 icon : "fa6-regular:file-code" ,
66 title : "代码生成" ,
77 description : "生成通用业务代码(仅后端工程)" ,
8- tags : [ "MySQL" , "PostgreSQL" , "后端" ] ,
9- priceLabel : "免费"
8+ tags : [ "mysql" , "pgsql" , "后端" ]
109 } ,
1110 {
1211 icon : "fe:notice-active" ,
1312 title : "通知公告" ,
1413 description : "发布系统内部通知、公告" ,
15- tags : [ "MySQL" , "PostgreSQL" , "后端" ] ,
16- priceLabel : "免费"
14+ tags : [ "mysql" , "pgsql" , "后端" ]
1715 } ,
1816 {
1917 icon : "fluent-mdl2:dictionary" ,
2018 title : "数据字典" ,
2119 description : "通常用于约束前端工程数据展示" ,
22- tags : [ "MySQL" , "PostgreSQL" , "后端" ] ,
23- priceLabel : "免费"
20+ tags : [ "mysql" , "pgsql" , "后端" ]
2421 } ,
2522 {
2623 icon : "icon-park-outline:config" ,
2724 title : "参数配置" ,
2825 description : "通常用于前端工程数据展示" ,
29- tags : [ "MySQL" , "PostgreSQL" , "后端" ] ,
30- priceLabel : "免费"
26+ tags : [ "mysql" , "pgsql" , "后端" ]
3127 } ,
3228 {
3329 icon : "logos:oauth" ,
3430 title : "OAuth 2.0" ,
3531 description : "通过 OAuth 2.0 的方式登录系统" ,
36- tags : [ "MySQL" , "PostgreSQL" , "后端" ] ,
37- priceLabel : "免费"
32+ tags : [ "mysql" , "pgsql" , "后端" ]
3833 } ,
3934 {
4035 icon : "charm:shield-keyhole" ,
4136 title : "Casbin-RBAC" ,
4237 description : "基于 Casbin 实现的 RBAC 权限" ,
43- tags : [ "MySQL" , "PostgreSQL" , "后端" ] ,
44- link : "https://github.com/fastapi-practices/fba_casbin" ,
45- image : "https://avatars.githubusercontent.com/u/27810343?s=200&v=4" ,
46- priceLabel : "免费"
38+ tags : [ "mysql" , "pgsql" , "后端" ] ,
39+ link : "https://github.com/fastapi-practices/casbin_rbac" ,
40+ image : "https://avatars.githubusercontent.com/u/27810343?s=200&v=4"
4741 } ,
4842 {
49- icon : "streamline:ai-prompt-spark" ,
50- title : "MCP ChatGPT" ,
51- description : "提供了 MCP 服务器管理功能,并支持调用 MCP 进行 AI 聊天" ,
52- tags : [ "MySQL" , "PostgreSQL" , "后端" ] ,
53- link : "https://github.com/fastapi-practices/fba_mcp" ,
54- image : "https://github.com/modelcontextprotocol/.github/raw/main/profile/assets/light.png" ,
55- priceLabel : "免费"
43+ icon : "codicon:mcp" ,
44+ title : "MCP 服务器管理" ,
45+ description : "提供了 MCP 服务器管理功能,并添加了可调用 MCP 的 AI 聊天接口" ,
46+ tags : [ "mysql" , "pgsql" , "后端" ] ,
47+ link : "https://github.com/fastapi-practices/mcp" ,
5648 } ,
5749 {
5850 icon : "ant-design:aliyun-outlined" ,
5951 title : "阿里云 oss" ,
6052 description : "阿里云 oss 文件上传" ,
61- tags : [ "MySQL" , "PostgreSQL" , "后端" ] ,
62- link : "https://github.com/fastapi-practices/fba_aliyun_oss" ,
63- image : "https://img.alicdn.com/tfs/TB1Ly5oS3HqK1RjSZFPXXcwapXa-238-54.png" ,
64- priceLabel : "免费"
53+ tags : [ "mysql" , "pgsql" , "后端" ] ,
54+ link : "https://github.com/fastapi-practices/aliyun_oss" ,
55+ image : "https://img.alicdn.com/tfs/TB1Ly5oS3HqK1RjSZFPXXcwapXa-238-54.png"
6556 } ,
6657 {
6758 icon : "material-symbols:token-outline" ,
6859 title : "配置下发" ,
6960 description : "将 env 等配置信息通过数据库进行管理" ,
70- tags : [ "MySQL" , "后端" , "前端" ] ,
71- link : "https://github.com/dividduang/option" ,
72- priceLabel : "免费"
61+ tags : [ "mysql" , "后端" , "前端" ] ,
62+ link : "https://github.com/dividduang/option"
7363 } ,
7464 {
7565 icon : "ant-design:wechat-work-outlined" ,
7666 title : "企微 bot 定时任务" ,
7767 description : "定时调用企业微信群聊机器人发送消息" ,
78- tags : [ "MySQL " , "后端" ] ,
68+ tags : [ "mysql " , "后端" ] ,
7969 link : "https://github.com/dividduang/wecom-task" ,
80- image : "https://rescdn.qqmail.com/node/wework/images/Slice.d2258f37eb.png" ,
81- priceLabel : "免费"
70+ image : "https://rescdn.qqmail.com/node/wework/images/Slice.d2258f37eb.png"
8271 } ,
8372 {
8473 icon : "arcticons:sso-plus" ,
8574 title : "Casdoor SSO" ,
8675 description : "通过 Casdoor 实现 SSO 单点登录集成" ,
87- tags : [ "MySQL " , "PostgreSQL " , "后端" ] ,
76+ tags : [ "mysql " , "pgsql " , "后端" ] ,
8877 link : "/fastapi_best_architecture_docs/planet.html" ,
8978 image : "https://casdoor.org/zh/img/casdoor.png" ,
90- priceLabel : "付费"
79+ free : false
9180 } ,
9281 {
9382 icon : "material-icon-theme:authors" ,
9483 title : "LDAP" ,
9584 description : "通过 LDAP 登录系统并授权" ,
96- tags : [ "MySQL" , "PostgreSQL" , "后端" ] ,
97- link : "https://github.com/dividduang/fba_plugin_ldap" ,
98- image : "https://i0.wp.com/ldap.com/wp-content/uploads/2018/04/ldapdotcom-white-background-with-text-1024x341.png" ,
99- priceLabel : "免费"
85+ tags : [ "mysql" , "pgsql" , "后端" ] ,
86+ link : "https://github.com/dividduang/ldap_auth" ,
87+ image : "https://www.cleo.com/sites/default/files/2023-12/ldap-integration.png"
10088 } ,
10189]
0 commit comments