File tree Expand file tree Collapse file tree 2 files changed +42
-0
lines changed
Expand file tree Collapse file tree 2 files changed +42
-0
lines changed Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff 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]
You can’t perform that action at this time.
0 commit comments