refactor: 重构文档结构和文件位置
docs: 添加Redis集成测试文档 docs: 添加ID生成器分析报告 docs: 添加自由布局和固定布局示例文档 test: 添加ID生成器单元测试 fix: 删除重复的前端文档文件
This commit is contained in:
5
docs/test/test_flow_create.json
Normal file
5
docs/test/test_flow_create.json
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"name": "测试流程",
|
||||
"code": "test-flow",
|
||||
"yaml": "# demo flow\nnodes:\n - { id: start, kind: start, name: 开始 }\n - { id: assign, kind: custom, name: 赋值, script: ctx.x = ctx.input.name || 'default'; }\n - { id: end, kind: end, name: 结束 }\nedges:\n - { from: start, to: assign }\n - { from: assign, to: end }\n"
|
||||
}
|
||||
Reference in New Issue
Block a user