Skip to content

Commit 763690f

Browse files
chore: auto-generate plugins data
1 parent dbf3023 commit 763690f

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
@@ -49,7 +49,15 @@
4949
"summary": "Casbin RBAC",
5050
"version": "0.0.1",
5151
"description": "基于 Casbin 实现的 RBAC 访问控制",
52-
"author": "wu-clan"
52+
"author": "wu-clan",
53+
"tags": [
54+
"auth",
55+
"rbac"
56+
],
57+
"database": [
58+
"mysql",
59+
"postgresql"
60+
]
5361
},
5462
"git": {
5563
"path": "plugins/casbin_rbac",

plugins-data.ts

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,15 @@ export const pluginDataList: PluginData[] = [
7070
"summary": "Casbin RBAC",
7171
"version": "0.0.1",
7272
"description": "基于 Casbin 实现的 RBAC 访问控制",
73-
"author": "wu-clan"
73+
"author": "wu-clan",
74+
"tags": [
75+
"auth",
76+
"rbac"
77+
],
78+
"database": [
79+
"mysql",
80+
"postgresql"
81+
]
7482
},
7583
"git": {
7684
"path": "plugins/casbin_rbac",

0 commit comments

Comments
 (0)