Skip to content

Commit 9e7f53e

Browse files
chore: auto-generate plugins data
1 parent 5618681 commit 9e7f53e

2 files changed

Lines changed: 20 additions & 6 deletions

File tree

plugins-data.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,10 +118,17 @@
118118
{
119119
"plugin": {
120120
"icon": "https://wu-clan.github.io/picx-images-hosting/logo/fba.svg",
121-
"summary": "阿里云 OSS",
121+
"summary": "OSS",
122122
"version": "0.0.5",
123-
"description": "阿里云 oss 文件上传",
124-
"author": "wu-clan"
123+
"description": "阿里云 OSS 文件上传",
124+
"author": "wu-clan",
125+
"tags": [
126+
"notification"
127+
],
128+
"database": [
129+
"mysql",
130+
"postgresql"
131+
]
125132
},
126133
"git": {
127134
"path": "plugins/oss",

plugins-data.ts

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,10 +139,17 @@ export const pluginDataList: PluginData[] = [
139139
{
140140
"plugin": {
141141
"icon": "https://wu-clan.github.io/picx-images-hosting/logo/fba.svg",
142-
"summary": "阿里云 OSS",
142+
"summary": "OSS",
143143
"version": "0.0.5",
144-
"description": "阿里云 oss 文件上传",
145-
"author": "wu-clan"
144+
"description": "阿里云 OSS 文件上传",
145+
"author": "wu-clan",
146+
"tags": [
147+
"notification"
148+
],
149+
"database": [
150+
"mysql",
151+
"postgresql"
152+
]
146153
},
147154
"git": {
148155
"path": "plugins/oss",

0 commit comments

Comments
 (0)