Skip to content

Commit 63320a3

Browse files
chore: auto-generate plugins data
1 parent 2fdfdd9 commit 63320a3

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

plugins-data.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,10 +143,11 @@
143143
"description": "阿里云 OSS 文件上传",
144144
"author": "wu-clan",
145145
"tags": [
146-
"notification"
146+
"storage"
147147
],
148148
"database": [
149-
"mysql"
149+
"mysql",
150+
"postgresql"
150151
]
151152
},
152153
"git": {

plugins-data.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,10 +167,11 @@ export const pluginDataList: PluginData[] = [
167167
"description": "阿里云 OSS 文件上传",
168168
"author": "wu-clan",
169169
"tags": [
170-
"notification"
170+
"storage"
171171
],
172172
"database": [
173-
"mysql"
173+
"mysql",
174+
"postgresql"
174175
]
175176
},
176177
"git": {

0 commit comments

Comments
 (0)