feat: 增加 file 文件上传 50%
This commit is contained in:
6
apps/web-antd/src/components/upload/typing.ts
Normal file
6
apps/web-antd/src/components/upload/typing.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export enum UploadResultStatus {
|
||||
DONE = 'done',
|
||||
ERROR = 'error',
|
||||
SUCCESS = 'success',
|
||||
UPLOADING = 'uploading',
|
||||
}
|
||||
Reference in New Issue
Block a user