feat(front): add support for image conversion in Preprocessing and Result components

This commit is contained in:
keven1024
2026-02-27 17:56:43 +08:00
parent 55900224ae
commit 183297bd2c
2 changed files with 3 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
export type FileHandleKey = 'file-share' | 'file-image-compress'
export type FileHandleKey = 'file-share' | 'file-image-compress' | 'file-image-convert'
export type FileShareHandleProps = { type: FileHandleKey; config: Record<string, any> }
export type TextHandleKey = 'text-share'