chore: api request

This commit is contained in:
jialin
2024-06-10 21:14:37 +08:00
parent 6a60561401
commit f491b5dfb1
24 changed files with 685 additions and 312 deletions
+3 -2
View File
@@ -4,10 +4,11 @@ import { useEffect, useState } from 'react';
import styles from './index.less';
export const StatusMaps = {
running: 'blue',
transitioning: 'blue',
error: 'red',
warning: 'orange',
success: 'success'
success: 'success',
inactive: 'inactive'
};
type StatusTagProps = {