constant.ts 108 B

12345
  1. export const PROGRESS_BG_COLOR = {
  2. uploading: '#409EFF',
  3. success: '#00d6b9',
  4. failed: '#f54e45'
  5. }