Skip to content

Commit f047d9f

Browse files
chore: auto-generate plugins data
1 parent 664aac7 commit f047d9f

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

plugins-data.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,15 @@
7171
"summary": "Casdoor SSO",
7272
"version": "0.0.3",
7373
"description": "通过 Casdoor 实现 SSO 单点登录集成",
74-
"author": "wu-clan"
74+
"author": "wu-clan",
75+
"tags": [
76+
"auth",
77+
"sso"
78+
],
79+
"database": [
80+
"mysql",
81+
"postgresql"
82+
]
7583
},
7684
"git": {
7785
"path": "plugins/casdoor_sso",

plugins-data.ts

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,15 @@ export const pluginDataList: PluginData[] = [
9292
"summary": "Casdoor SSO",
9393
"version": "0.0.3",
9494
"description": "通过 Casdoor 实现 SSO 单点登录集成",
95-
"author": "wu-clan"
95+
"author": "wu-clan",
96+
"tags": [
97+
"auth",
98+
"sso"
99+
],
100+
"database": [
101+
"mysql",
102+
"postgresql"
103+
]
96104
},
97105
"git": {
98106
"path": "plugins/casdoor_sso",

0 commit comments

Comments
 (0)