新增 workflow 与 workflow_ui 插件#29
Merged
wu-clan merged 3 commits intofastapi-practices:masterfrom Apr 7, 2026
Merged
Conversation
Contributor
Plugin TOML Validation ReportStatus: ✅ All Passed ✅
|
| Field | Value | Status |
|---|---|---|
summary |
企业审批流 | ✅ |
version |
0.1.0 | ✅ |
description |
流程定义、审批实例、审批任务与消息通知 | ✅ |
author |
Albert | ✅ |
icon |
- | ➖ |
tags |
task, notification |
✅ |
database |
mysql, postgresql |
✅ |
✅ workflow_ui
| Field | Value | Status |
|---|---|---|
summary |
Workflow UI | ✅ |
version |
0.1.0 | ✅ |
description |
企业审批流前端页面、流程设计器与申请侧视图 | ✅ |
author |
Albert | ✅ |
icon |
- | ➖ |
tags |
task, notification |
✅ |
database |
- | ➖ |
Contributor
|
good good |
This was referenced Apr 7, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
变更概述
本次提交将
workflow后端插件与workflow_ui前端插件以 HTTPS submodule 的方式接入插件市场仓库,并同步更新插件索引数据,便于后续安装、展示与检索。主要改动
plugins/workflow子模块,指向https://github.com/eginner01/workflow.gitplugins/workflow_ui子模块,指向https://github.com/eginner01/workflow_ui.git.gitmodulesplugins-data.json与plugins-data.ts插件说明
workflow
task、notificationAlbertworkflow_ui
task、notificationAlbert发布形态说明
备注