格式化代码.

This commit is contained in:
lijiahang
2024-05-16 10:57:32 +08:00
parent d3a045ec20
commit 77cf635eea
39 changed files with 45 additions and 74 deletions

View File

@@ -1,7 +1,7 @@
import type { IFileUploader, ResponseMessageBody } from './const';
import type { FileItem } from '@arco-design/web-vue';
import { openFileUploadChannel } from '@/api/system/upload';
import type { IFileUploader, ResponseMessageBody } from './const';
import { UploadOperatorType, UploadReceiverType } from './const';
import { openFileUploadChannel } from '@/api/system/upload';
// 512 KB
export const PART_SIZE = 512 * 1024;