Skip to content

Commit 8b1a54e

Browse files
committed
update docs
1 parent 752e3e1 commit 8b1a54e

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

docs/.vuepress/data/plugin.ts

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,13 +91,23 @@ export const pluginItems: PluginItem[] = [
9191
priceLabel: "免费"
9292
},
9393
{
94-
icon: "ant-design:wechat-work-outlined",
94+
icon: "arcticons:sso-plus",
9595
title: "Casdoor SSO",
9696
description: "通过 Casdoor 实现 SSO 单点登录集成",
9797
tags: ["MySQL", "PostgreSQL", "后端"],
9898
link: "/fastapi_best_architecture_docs/planet.html",
9999
image: "https://casdoor.org/zh/img/casdoor.png",
100100
githubUser: 'wu-clan',
101101
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+
},
103113
]

0 commit comments

Comments
 (0)