fix: 移除错误信息中的硬编码端口号

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2026-03-13 07:10:41 +00:00
parent 2062878c9f
commit d687188310
2 changed files with 1 additions and 8 deletions

View File

@ -1,7 +0,0 @@
{
"dev_id": "EXP-000",
"conversations": [],
"last_topic": null,
"preferences": {},
"updated_at": null
}

View File

@ -685,7 +685,7 @@ async function confirmBuild() {
appendMessage('system', '⏳ 连接后端服务中,正在重试(' + retryCount + '/' + maxRetries + '...');
await new Promise(function (r) { setTimeout(r, 1500); });
} else {
appendMessage('system', '⚠️ 任务提交失败:无法连接铸渊后端服务。请检查:\n1. 网络连接是否正常\n2. 后端服务是否已启动(端口 3002\n3. 如使用 GitHub Pages 访问,请确认 guanghulab.com 服务可用');
appendMessage('system', '⚠️ 任务提交失败:无法连接铸渊后端服务。请检查:\n1. 网络连接是否正常\n2. 后端服务是否已启动\n3. 如使用 GitHub Pages 访问,请确认 guanghulab.com 服务可用');
updatePreviewStatus('error', '连接失败');
}
}