@@ -5,93 +5,114 @@ export const pluginItems: PluginItem[] = [
55 icon : "fa6-regular:file-code" ,
66 title : "代码生成" ,
77 description : "生成通用业务代码(仅后端工程)" ,
8- tags : [ "mysql" , "pgsql" , "后端" ]
8+ tags : [ "mysql" , "pgsql" , "后端" ] ,
9+ logo : 'https://wu-clan.github.io/picx-images-hosting/logo/fba.png'
910 } ,
1011 {
1112 icon : "fe:notice-active" ,
1213 title : "通知公告" ,
1314 description : "发布系统内部通知、公告" ,
14- tags : [ "mysql" , "pgsql" , "后端" ]
15+ tags : [ "mysql" , "pgsql" , "后端" ] ,
16+ logo : 'https://wu-clan.github.io/picx-images-hosting/logo/fba.png'
1517 } ,
1618 {
1719 icon : "fluent-mdl2:dictionary" ,
1820 title : "数据字典" ,
1921 description : "通常用于约束前端工程数据展示" ,
20- tags : [ "mysql" , "pgsql" , "后端" ]
22+ tags : [ "mysql" , "pgsql" , "后端" ] ,
23+ logo : 'https://wu-clan.github.io/picx-images-hosting/logo/fba.png'
2124 } ,
2225 {
2326 icon : "icon-park-outline:config" ,
2427 title : "参数配置" ,
2528 description : "通常用于前端工程数据展示" ,
26- tags : [ "mysql" , "pgsql" , "后端" ]
29+ tags : [ "mysql" , "pgsql" , "后端" ] ,
30+ logo : 'https://wu-clan.github.io/picx-images-hosting/logo/fba.png'
2731 } ,
2832 {
2933 icon : "logos:oauth" ,
3034 title : "OAuth 2.0" ,
3135 description : "通过 OAuth 2.0 的方式登录系统" ,
32- tags : [ "mysql" , "pgsql" , "后端" ]
36+ tags : [ "mysql" , "pgsql" , "后端" ] ,
37+ logo : 'https://wu-clan.github.io/picx-images-hosting/logo/fba.png'
3338 } ,
3439 {
3540 icon : "charm:shield-keyhole" ,
3641 title : "Casbin-RBAC" ,
3742 description : "基于 Casbin 实现的 RBAC 权限" ,
43+ label : '官方' ,
3844 tags : [ "mysql" , "pgsql" , "后端" ] ,
3945 link : "https://github.com/fastapi-practices/casbin_rbac" ,
40- image : "https://avatars.githubusercontent.com/u/27810343?s=200&v=4"
46+ image : "https://avatars.githubusercontent.com/u/27810343?s=200&v=4" ,
47+ logo : 'https://wu-clan.github.io/picx-images-hosting/logo/fba.png'
4148 } ,
4249 {
4350 icon : "codicon:mcp" ,
4451 title : "MCP 服务器管理" ,
4552 description : "提供了 MCP 服务器管理功能,并添加了可调用 MCP 的 AI 聊天接口" ,
53+ label : '官方' ,
4654 tags : [ "mysql" , "pgsql" , "后端" ] ,
4755 link : "https://github.com/fastapi-practices/mcp" ,
56+ logo : 'https://wu-clan.github.io/picx-images-hosting/logo/fba.png'
4857 } ,
4958 {
5059 icon : "ant-design:aliyun-outlined" ,
5160 title : "阿里云 oss" ,
5261 description : "阿里云 oss 文件上传" ,
62+ label : '官方' ,
5363 tags : [ "mysql" , "pgsql" , "后端" ] ,
5464 link : "https://github.com/fastapi-practices/aliyun_oss" ,
55- image : "https://registry.npmmirror.com/@lobehub/icons-static-png/latest/files/dark/alibabacloud-color.png"
65+ image : "https://registry.npmmirror.com/@lobehub/icons-static-png/latest/files/dark/alibabacloud-color.png" ,
66+ logo : 'https://wu-clan.github.io/picx-images-hosting/logo/fba.png'
5667 } ,
5768 {
5869 icon : "material-symbols:token-outline" ,
5970 title : "配置下发" ,
6071 description : "将 env 等配置信息通过数据库进行管理" ,
72+ label : '第三方' ,
6173 tags : [ "mysql" , "后端" , "前端" ] ,
62- link : "https://github.com/dividduang/option"
74+ link : "https://github.com/dividduang/option" ,
75+ logo : 'https://avatars.githubusercontent.com/u/110005582?v=4' ,
6376 } ,
6477 {
6578 icon : "ant-design:wechat-work-outlined" ,
6679 title : "企微 bot 定时任务" ,
6780 description : "定时调用企业微信群聊机器人发送消息" ,
81+ label : '第三方' ,
6882 tags : [ "mysql" , "后端" ] ,
6983 link : "https://github.com/dividduang/wecom-task" ,
70- image : "https://wwcdn.weixin.qq.com/node/wework/images/202201062104.366e5ee28e.png"
84+ image : "https://wwcdn.weixin.qq.com/node/wework/images/202201062104.366e5ee28e.png" ,
85+ logo : 'https://avatars.githubusercontent.com/u/110005582?v=4' ,
7186 } ,
7287 {
7388 icon : "arcticons:sso-plus" ,
7489 title : "Casdoor SSO" ,
7590 description : "通过 Casdoor 实现 SSO 单点登录集成" ,
91+ label : '官方' ,
7692 tags : [ "mysql" , "pgsql" , "后端" ] ,
7793 link : "/fastapi_best_architecture_docs/planet.html" ,
7894 image : "https://casdoor.org/zh/img/casdoor.png" ,
95+ logo : 'https://wu-clan.github.io/picx-images-hosting/logo/fba.png' ,
7996 free : false
8097 } ,
8198 {
8299 icon : "material-icon-theme:authors" ,
83100 title : "LDAP" ,
84101 description : "通过 LDAP 登录系统并授权" ,
102+ label : '第三方' ,
85103 tags : [ "mysql" , "pgsql" , "后端" ] ,
86104 link : "https://github.com/dividduang/ldap_auth" ,
87- image : "https://www.cleo.com/sites/default/files/2023-12/ldap-integration.png"
105+ image : "https://www.cleo.com/sites/default/files/2023-12/ldap-integration.png" ,
106+ logo : 'https://avatars.githubusercontent.com/u/110005582?v=4' ,
88107 } ,
89108 {
90109 icon : "fa-solid:sms" ,
91110 title : "腾讯云 sms" ,
92111 description : "通过腾讯云短信服务发送短信验证码" ,
112+ label : '第三方' ,
93113 tags : [ "mysql" , "pgsql" , "后端" ] ,
94114 link : "https://github.com/RanY-Luck/fba_plugin_sms" ,
95- image : "https://registry.npmmirror.com/@lobehub/icons-static-png/latest/files/dark/tencentcloud-color.png"
115+ image : "https://registry.npmmirror.com/@lobehub/icons-static-png/latest/files/dark/tencentcloud-color.png" ,
116+ logo : 'https://avatars.githubusercontent.com/u/67427627?v=4' ,
96117 } ,
97118]
0 commit comments