* perf: code comment * feat: system plugin input guide * perf: variable avatar * feat: feishu webhook * perf: select tool config tip * perf: rename variable * fix: per inherit error * perf: docker-compose oneapi version and i18n * perf: ui tip bug * fix: ts * perf: pg log * perf: editor color * perf: update init
18 lines
376 B
JSON
18 lines
376 B
JSON
{
|
||
"author": "Menghuan1918",
|
||
"version": "488",
|
||
"name": "Doc2X服务",
|
||
"avatar": "plugins/doc2x",
|
||
"intro": "传入的URL形式的图片或PDF文件发送至Doc2X进行解析,返回带LaTeX公式的markdown格式的文本。",
|
||
"showStatus": true,
|
||
"weight": 10,
|
||
|
||
"isTool": true,
|
||
"templateType": "tools",
|
||
|
||
"workflow": {
|
||
"nodes": [],
|
||
"edges": []
|
||
}
|
||
}
|