feat: added export workflow as img (#17904)

This commit is contained in:
诗浓
2025-04-14 11:18:18 +08:00
committed by GitHub
parent 0975c3c399
commit f84832e0c2
6 changed files with 4682 additions and 4097 deletions

View File

@@ -70,6 +70,10 @@ const translation = {
pasteHere: 'Paste Here',
pointerMode: 'Pointer Mode',
handMode: 'Hand Mode',
exportImage: 'Export Image',
exportPNG: 'Export as PNG',
exportJPEG: 'Export as JPEG',
exportSVG: 'Export as SVG',
model: 'Model',
workflowAsTool: 'Workflow as Tool',
configureRequired: 'Configure Required',

View File

@@ -69,6 +69,10 @@ const translation = {
pasteHere: '粘贴到这里',
pointerMode: '指针模式',
handMode: '手模式',
exportImage: '导出图片',
exportPNG: '导出为 PNG',
exportJPEG: '导出为 JPEG',
exportSVG: '导出为 SVG',
model: '模型',
workflowAsTool: '发布为工具',
configureRequired: '需要进行配置',