dify代理管理端
Go to file
zhuangtianxiang b6ba156d67 refactor(dify): 优化 workflow 数据处理
- 修改 WorkflowData 实体类,将 data 字段类型从 String 改为 WorkflowRunResponse.WorkflowRunData
- 更新 DifyWorkflowServiceImpl 中的数据处理逻辑,直接使用 WorkflowRunResponse.WorkflowRunData 对象
- 在 WorkflowRepository 中添加 getData 方法,用于获取未解析的 data 字符串
2025-05-16 18:13:15 +08:00
src refactor(dify): 优化 workflow 数据处理 2025-05-16 18:13:15 +08:00
.gitattributes feat: add gitignore 2025-04-22 11:03:04 +08:00
.gitignore feat: add gitignore 2025-04-22 11:03:04 +08:00
compose.yaml first commit 2025-04-22 11:04:40 +08:00
Dockerfile feat(dify): 添加 Docker 支持并进行代码优化 2025-05-12 17:37:10 +08:00
LICENSE Initial commit 2025-04-22 10:30:32 +08:00
pom.xml feat(dify): 添加 Docker 支持并进行代码优化 2025-05-12 17:37:10 +08:00
README.md Initial commit 2025-04-22 10:30:32 +08:00

dify-proxy-backend

dify代理管理端