修复部分BUG 前端页面添加英文

This commit is contained in:
Connor
2026-01-14 12:40:45 +08:00
parent d628283ef6
commit 0a5b39249e
28 changed files with 2204 additions and 599 deletions

View File

@@ -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) {