mirror of
https://github.com/keven1024/015.git
synced 2026-05-31 17:39:35 +00:00
feat(front): add text-translate feature with corresponding UI components and action handlers
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
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'
|
||||
export type TextHandleKey = 'text-share' | 'text-translate'
|
||||
export type TextShareHandleProps = { type: TextHandleKey; config: Record<string, any> }
|
||||
|
||||
Reference in New Issue
Block a user