File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -91,13 +91,23 @@ export const pluginItems: PluginItem[] = [
91
91
priceLabel : "免费"
92
92
} ,
93
93
{
94
- icon : "ant-design:wechat-work-outlined " ,
94
+ icon : "arcticons:sso-plus " ,
95
95
title : "Casdoor SSO" ,
96
96
description : "通过 Casdoor 实现 SSO 单点登录集成" ,
97
97
tags : [ "MySQL" , "PostgreSQL" , "后端" ] ,
98
98
link : "/fastapi_best_architecture_docs/planet.html" ,
99
99
image : "https://casdoor.org/zh/img/casdoor.png" ,
100
100
githubUser : 'wu-clan' ,
101
101
priceLabel : "付费"
102
- }
102
+ } ,
103
+ {
104
+ icon : "material-icon-theme:authors" ,
105
+ title : "LDAP" ,
106
+ description : "通过 ladp 登录系统并授权" ,
107
+ tags : [ "MySQL" , "PostgreSQL" , "后端" ] ,
108
+ link : "https://github.com/dividduang/fba_plugin_ldap" ,
109
+ image : "https://i0.wp.com/ldap.com/wp-content/uploads/2018/04/ldapdotcom-white-background-with-text-1024x341.png" ,
110
+ githubUser : 'dividduang' ,
111
+ priceLabel : "免费"
112
+ } ,
103
113
]
You can’t perform that action at this time.
0 commit comments