diff --git a/.gitmodules b/.gitmodules index 09a3e83..b35201d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/plugins-data.json b/plugins-data.json index 95ae51e..96fb09c 100644 --- a/plugins-data.json +++ b/plugins-data.json @@ -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" + } } ] } \ No newline at end of file diff --git a/plugins-data.ts b/plugins-data.ts index 9c4e5da..0eb588d 100644 --- a/plugins-data.ts +++ b/plugins-data.ts @@ -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" + } } ] diff --git a/plugins/workflow b/plugins/workflow new file mode 160000 index 0000000..6523904 --- /dev/null +++ b/plugins/workflow @@ -0,0 +1 @@ +Subproject commit 6523904eaa9b9ed2614838dd016010b81100b6d2 diff --git a/plugins/workflow_ui b/plugins/workflow_ui new file mode 160000 index 0000000..7f652be --- /dev/null +++ b/plugins/workflow_ui @@ -0,0 +1 @@ +Subproject commit 7f652beb37f18b96e8c2fa96fbf38007c54b8025