refactor: 重构文档结构和文件位置
docs: 添加Redis集成测试文档 docs: 添加ID生成器分析报告 docs: 添加自由布局和固定布局示例文档 test: 添加ID生成器单元测试 fix: 删除重复的前端文档文件
This commit is contained in:
15
docs/test/linear-sync-create.json
Normal file
15
docs/test/linear-sync-create.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "linear-sync",
|
||||
"code": "linear_sync_1",
|
||||
"design_json": {
|
||||
"name": "linear-sync",
|
||||
"executionMode": "sync",
|
||||
"nodes": [
|
||||
{ "id": "N1", "type": "http", "data": { "title": "A-GET", "api": { "method": "GET", "url": "https://httpbin.org/get" } } },
|
||||
{ "id": "N2", "type": "http", "data": { "title": "B-UUID", "api": { "method": "GET", "url": "https://httpbin.org/uuid" } } }
|
||||
],
|
||||
"edges": [
|
||||
{ "sourceNodeID": "N1", "targetNodeID": "N2" }
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user