* node versions add keep the latest option (#4899) * node versions add keep the latest option * i18n * perf: version code * fix: ts * hide system version * hide system version * hide system version * fix: ts * fix: ts --------- Co-authored-by: heheer <heheer@sealos.io>
17 lines
356 B
JSON
17 lines
356 B
JSON
{
|
|
"author": "",
|
|
"name": "文本加工",
|
|
"avatar": "/imgs/workflow/textEditor.svg",
|
|
"intro": "可对固定或传入的文本进行加工后输出,非字符串类型数据最终会转成字符串类型。",
|
|
"showStatus": false,
|
|
"weight": 10,
|
|
|
|
"isTool": true,
|
|
"templateType": "tools",
|
|
|
|
"workflow": {
|
|
"nodes": [],
|
|
"edges": []
|
|
}
|
|
}
|