Skip to content

Commit 499aa7d

Browse files
chore: auto-generate plugins data
1 parent 38c7503 commit 499aa7d

2 files changed

Lines changed: 18 additions & 4 deletions

File tree

plugins-data.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,10 +167,17 @@
167167
{
168168
"plugin": {
169169
"icon": "https://wu-clan.github.io/picx-images-hosting/logo/fba.svg",
170-
"summary": "Taskiq 任务",
170+
"summary": "Task",
171171
"version": "0.0.1",
172172
"description": "基于 taskiq 的异步任务队列插件",
173-
"author": "wu-clan"
173+
"author": "wu-clan",
174+
"tags": [
175+
"task"
176+
],
177+
"database": [
178+
"mysql",
179+
"postgresql"
180+
]
174181
},
175182
"git": {
176183
"path": "plugins/task",

plugins-data.ts

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,10 +188,17 @@ export const pluginDataList: PluginData[] = [
188188
{
189189
"plugin": {
190190
"icon": "https://wu-clan.github.io/picx-images-hosting/logo/fba.svg",
191-
"summary": "Taskiq 任务",
191+
"summary": "Task",
192192
"version": "0.0.1",
193193
"description": "基于 taskiq 的异步任务队列插件",
194-
"author": "wu-clan"
194+
"author": "wu-clan",
195+
"tags": [
196+
"task"
197+
],
198+
"database": [
199+
"mysql",
200+
"postgresql"
201+
]
195202
},
196203
"git": {
197204
"path": "plugins/task",

0 commit comments

Comments
 (0)