diff --git a/apps/ai-game-creator-shell/src-tauri/src/ui_editor/commands/separation/workflow/extract.rs b/apps/ai-game-creator-shell/src-tauri/src/ui_editor/commands/separation/workflow/extract.rs index 204d9141d..b359fb32e 100644 --- a/apps/ai-game-creator-shell/src-tauri/src/ui_editor/commands/separation/workflow/extract.rs +++ b/apps/ai-game-creator-shell/src-tauri/src/ui_editor/commands/separation/workflow/extract.rs @@ -69,6 +69,7 @@ async fn raw_extract_inner( .map_err(|error| format!("转换源图任务失败:{error}"))?? }; let client = crate::http_client::agc_main_site_client_builder() + .timeout(std::time::Duration::from_secs(120)) .build() .map_err(|error| format!("创建图片编辑客户端失败:{error}"))?; let url = format!(