feat: 请求超时处理

This commit is contained in:
CaIon
2024-03-13 16:19:22 +08:00
parent 37c0c8ebdd
commit fd3a41bacb
4 changed files with 22 additions and 14 deletions

View File

@@ -35,6 +35,8 @@ function renderType(type) {
return <Tag color="yellow" size='large'>图生文</Tag>;
case 'BLEAND':
return <Tag color="lime" size='large'>图混合</Tag>;
case 'REROLL':
return <Tag color="indigo" size='large'>重绘</Tag>;
case 'INPAINT':
return <Tag color="violet" size='large'>局部重绘</Tag>;
case 'INPAINT_PRE':