yao/tests/flows/hooks/after_search.flow.json

13 lines
252 B
JSON

{
"label": "After:Search",
"version": "1.0.0",
"description": "After:Search",
"nodes": [
{
"name": "结果",
"process": "xiang.helper.MapSet",
"args": ["{{$in.0}}", "after", 100]
}
],
"output": "{{$res.结果}}"
}