@@ -56,7 +56,7 @@ export const pluginItems: PluginItem[] = [
5656 {
5757 icon : "codicon:mcp" ,
5858 title : "MCP 服务器管理" ,
59- description : "提供了 MCP 服务器管理功能,并添加了可调用 MCP 的 AI 聊天接口 " ,
59+ description : "提供了 MCP 服务器管理功能,可配合 AI 插件食用 " ,
6060 label : '官方' ,
6161 tags : [ "MCP" , "pgsql" , "mysql" , "后端" ] ,
6262 link : "https://github.com/fastapi-practices/mcp" ,
@@ -65,7 +65,7 @@ export const pluginItems: PluginItem[] = [
6565 {
6666 icon : "ant-design:aliyun-outlined" ,
6767 title : "阿里云 oss" ,
68- description : "阿里云 oss 文件上传 " ,
68+ description : "阿里云 oss 对象存储 " ,
6969 label : '官方' ,
7070 tags : [ "pgsql" , "mysql" , "后端" ] ,
7171 link : "https://github.com/fastapi-practices/aliyun_oss" ,
@@ -122,4 +122,24 @@ export const pluginItems: PluginItem[] = [
122122 image : "https://registry.npmmirror.com/@lobehub/icons-static-png/latest/files/dark/tencentcloud-color.png" ,
123123 logo : 'https://avatars.githubusercontent.com/u/67427627?v=4' ,
124124 } ,
125+ {
126+ icon : "carbon:ai-label" ,
127+ title : "AI" ,
128+ description : "为系统带来了 AI 赋能,是系统 AI 能力的基石" ,
129+ label : '官方' ,
130+ tags : [ "AI" , "pgsql" , "mysql" , "后端" ] ,
131+ link : "https://github.com/fastapi-practices/ai" ,
132+ logo : 'https://wu-clan.github.io/picx-images-hosting/logo/fba.png' ,
133+ wip : true ,
134+ } ,
135+ {
136+ icon : "logos:aws-s3" ,
137+ title : "S3" ,
138+ description : "提供兼容 S3 协议的对象存储能力" ,
139+ label : '官方' ,
140+ tags : [ "S3" , "pgsql" , "mysql" , "后端" ] ,
141+ link : "https://github.com/fastapi-practices/s3" ,
142+ logo : 'https://wu-clan.github.io/picx-images-hosting/logo/fba.png' ,
143+ wip : true ,
144+ } ,
125145]
0 commit comments