first-update
This commit is contained in:
15
easy-dataset-main/constant/index.js
Normal file
15
easy-dataset-main/constant/index.js
Normal file
@@ -0,0 +1,15 @@
|
||||
/**
|
||||
* 全局常量
|
||||
*/
|
||||
|
||||
export const FILE = {
|
||||
MAX_FILE_SIZE: 300 * 1024 * 1024 // 300MB in bytes
|
||||
};
|
||||
|
||||
export const TASK = {
|
||||
STATUS: {
|
||||
PROCESSING: 0,
|
||||
COMPLETED: 1,
|
||||
FAILED: 2
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user