Skip to content

Commit 972b306

Browse files
chore: auto-generate plugins data
1 parent b315a0e commit 972b306

File tree

2 files changed

+42
-0
lines changed

2 files changed

+42
-0
lines changed

plugins-data.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,27 @@
212212
"url": "https://github.com/fastapi-practices/task.git",
213213
"branch": "master"
214214
}
215+
},
216+
{
217+
"plugin": {
218+
"icon": "https://wu-clan.github.io/picx-images-hosting/logo/fba.svg",
219+
"summary": "多租户",
220+
"version": "0.0.1",
221+
"description": "为系统提供多租户能力,包括租户管理、套餐管理、行级数据隔离",
222+
"author": "wu-clan",
223+
"tags": [
224+
"other"
225+
],
226+
"database": [
227+
"mysql",
228+
"postgresql"
229+
]
230+
},
231+
"git": {
232+
"path": "plugins/tenant",
233+
"url": "https://github.com/fastapi-practices/tenant.git",
234+
"branch": "master"
235+
}
215236
}
216237
]
217238
}

plugins-data.ts

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,5 +236,26 @@ export const pluginDataList: PluginData[] = [
236236
"url": "https://github.com/fastapi-practices/task.git",
237237
"branch": "master"
238238
}
239+
},
240+
{
241+
"plugin": {
242+
"icon": "https://wu-clan.github.io/picx-images-hosting/logo/fba.svg",
243+
"summary": "多租户",
244+
"version": "0.0.1",
245+
"description": "为系统提供多租户能力,包括租户管理、套餐管理、行级数据隔离",
246+
"author": "wu-clan",
247+
"tags": [
248+
"other"
249+
],
250+
"database": [
251+
"mysql",
252+
"postgresql"
253+
]
254+
},
255+
"git": {
256+
"path": "plugins/tenant",
257+
"url": "https://github.com/fastapi-practices/tenant.git",
258+
"branch": "master"
259+
}
239260
}
240261
]

0 commit comments

Comments
 (0)