* 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
347 B
JSON
17 lines
347 B
JSON
{
|
||
"author": "Menghuan1918",
|
||
"name": "Doc2X服务",
|
||
"avatar": "plugins/doc2x",
|
||
"intro": "将传入的图片或PDF文件发送至Doc2X进行解析,返回带LaTeX公式的markdown格式的文本。",
|
||
"showStatus": true,
|
||
"weight": 10,
|
||
|
||
"isTool": true,
|
||
"templateType": "tools",
|
||
|
||
"workflow": {
|
||
"nodes": [],
|
||
"edges": []
|
||
}
|
||
}
|