feat: clipboard paste (#1663)

This commit is contained in:
Yuhao
2023-12-01 10:04:14 +08:00
committed by GitHub
parent 1b3a98425f
commit faa88aafe8
4 changed files with 89 additions and 5 deletions

View File

@@ -297,6 +297,8 @@ export enum TransferMethod {
remote_url = 'remote_url',
}
export const ALLOW_FILE_EXTENSIONS = ['png', 'jpg', 'jpeg', 'webp', 'gif']
export type VisionSettings = {
enabled: boolean
number_limits: number