Allow to export full screen image of workflow (#23655)

This commit is contained in:
Ganondorf
2025-08-09 15:31:32 +08:00
committed by GitHub
parent 41345199d8
commit 5a0a2b7e44
4 changed files with 202 additions and 62 deletions

View File

@@ -74,6 +74,8 @@ const translation = {
exportPNG: 'Export as PNG',
exportJPEG: 'Export as JPEG',
exportSVG: 'Export as SVG',
currentView: 'Current View',
currentWorkflow: 'Current Workflow',
model: 'Model',
workflowAsTool: 'Workflow as Tool',
configureRequired: 'Configure Required',

View File

@@ -74,6 +74,8 @@ const translation = {
exportPNG: 'PNG で出力',
exportJPEG: 'JPEG で出力',
exportSVG: 'SVG で出力',
currentView: '現在のビュー',
currentWorkflow: '現在のワークフロー',
model: 'モデル',
workflowAsTool: 'ワークフローをツールとして公開する',
configureRequired: '設定が必要',

View File

@@ -73,6 +73,8 @@ const translation = {
exportPNG: '导出为 PNG',
exportJPEG: '导出为 JPEG',
exportSVG: '导出为 SVG',
currentView: '当前视图',
currentWorkflow: '整个工作流',
model: '模型',
workflowAsTool: '发布为工具',
configureRequired: '需要进行配置',