Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,11 @@
[submodule "plugins/ai_ui"]
path = plugins/ai_ui
url = https://github.com/fastapi-practices/ai_ui.git
[submodule "plugins/workflow"]
path = plugins/workflow
url = https://github.com/eginner01/workflow.git
branch = main
[submodule "plugins/workflow_ui"]
path = plugins/workflow_ui
url = https://github.com/eginner01/workflow_ui.git
branch = main
40 changes: 40 additions & 0 deletions plugins-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,46 @@
"url": "https://github.com/fastapi-practices/tenant.git",
"branch": "master"
}
},
{
"plugin": {
"icon": "https://wu-clan.github.io/picx-images-hosting/logo/fba.svg",
"summary": "企业审批流",
"version": "0.1.0",
"description": "流程定义、审批实例、审批任务与消息通知",
"author": "Albert",
"tags": [
"task",
"notification"
],
"database": [
"mysql",
"postgresql"
]
},
"git": {
"path": "plugins/workflow",
"url": "https://github.com/eginner01/workflow.git",
"branch": "master"
}
},
{
"plugin": {
"icon": "https://wu-clan.github.io/picx-images-hosting/logo/fba.svg",
"summary": "Workflow UI",
"version": "0.1.0",
"description": "企业审批流前端页面、流程设计器与申请侧视图",
"author": "Albert",
"tags": [
"task",
"notification"
]
},
"git": {
"path": "plugins/workflow_ui",
"url": "https://github.com/eginner01/workflow_ui.git",
"branch": "main"
}
}
]
}
40 changes: 40 additions & 0 deletions plugins-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -294,5 +294,45 @@ export const pluginDataList: PluginData[] = [
"url": "https://github.com/fastapi-practices/tenant.git",
"branch": "master"
}
},
{
"plugin": {
"icon": "https://wu-clan.github.io/picx-images-hosting/logo/fba.svg",
"summary": "企业审批流",
"version": "0.1.0",
"description": "流程定义、审批实例、审批任务与消息通知",
"author": "Albert",
"tags": [
"task",
"notification"
],
"database": [
"mysql",
"postgresql"
]
},
"git": {
"path": "plugins/workflow",
"url": "https://github.com/eginner01/workflow.git",
"branch": "master"
}
},
{
"plugin": {
"icon": "https://wu-clan.github.io/picx-images-hosting/logo/fba.svg",
"summary": "Workflow UI",
"version": "0.1.0",
"description": "企业审批流前端页面、流程设计器与申请侧视图",
"author": "Albert",
"tags": [
"task",
"notification"
]
},
"git": {
"path": "plugins/workflow_ui",
"url": "https://github.com/eginner01/workflow_ui.git",
"branch": "main"
}
}
]
1 change: 1 addition & 0 deletions plugins/workflow
Submodule workflow added at 652390
1 change: 1 addition & 0 deletions plugins/workflow_ui
Submodule workflow_ui added at 7f652b
Loading