Skip to content

Commit 893e897

Browse files
chore: auto-generate plugins data
1 parent 2e96d8d commit 893e897

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

plugins-data.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,14 @@
162162
"summary": "S3",
163163
"version": "0.0.1",
164164
"description": "提供兼容 S3 协议的对象存储能力",
165-
"author": "wu-clan"
165+
"author": "wu-clan",
166+
"tags": [
167+
"storage"
168+
],
169+
"database": [
170+
"mysql",
171+
"postgresql"
172+
]
166173
},
167174
"git": {
168175
"path": "plugins/s3",

plugins-data.ts

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,14 @@ export const pluginDataList: PluginData[] = [
186186
"summary": "S3",
187187
"version": "0.0.1",
188188
"description": "提供兼容 S3 协议的对象存储能力",
189-
"author": "wu-clan"
189+
"author": "wu-clan",
190+
"tags": [
191+
"storage"
192+
],
193+
"database": [
194+
"mysql",
195+
"postgresql"
196+
]
190197
},
191198
"git": {
192199
"path": "plugins/s3",

0 commit comments

Comments
 (0)