File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments