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

@@ -21,6 +21,7 @@ import { useStore } from '../store'
import Divider from '../../base/divider'
import AddBlock from './add-block'
import TipPopup from './tip-popup'
import ExportImage from './export-image'
import { useOperator } from './hooks'
import cn from '@/utils/classnames'
@@ -83,6 +84,7 @@ const Control = () => {
</div>
</TipPopup>
<Divider type='vertical' className='mx-0.5 h-3.5' />
<ExportImage />
<TipPopup title={t('workflow.panel.organizeBlocks')} shortcuts={['ctrl', 'o']}>
<div
className={cn(