修复部分BUG 前端页面添加英文
This commit is contained in:
@@ -72,7 +72,7 @@ export const dramaAPI = {
|
||||
},
|
||||
|
||||
extractBackgrounds(episodeId: string) {
|
||||
return request.post(`/images/episode/${episodeId}/backgrounds/extract`)
|
||||
return request.post<{ task_id: string; status: string; message: string }>(`/images/episode/${episodeId}/backgrounds/extract`)
|
||||
},
|
||||
|
||||
batchGenerateBackgrounds(episodeId: string) {
|
||||
|
||||
Reference in New Issue
Block a user