From d687188310690770d250f132eeffddea0b646886 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 13 Mar 2026 07:10:41 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A7=BB=E9=99=A4=E9=94=99=E8=AF=AF?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=E4=B8=AD=E7=9A=84=E7=A1=AC=E7=BC=96=E7=A0=81?= =?UTF-8?q?=E7=AB=AF=E5=8F=A3=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com> --- persona-studio/brain/memory/EXP-000/memory.json | 7 ------- persona-studio/frontend/chat.js | 2 +- 2 files changed, 1 insertion(+), 8 deletions(-) delete mode 100644 persona-studio/brain/memory/EXP-000/memory.json diff --git a/persona-studio/brain/memory/EXP-000/memory.json b/persona-studio/brain/memory/EXP-000/memory.json deleted file mode 100644 index 0771085d..00000000 --- a/persona-studio/brain/memory/EXP-000/memory.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "dev_id": "EXP-000", - "conversations": [], - "last_topic": null, - "preferences": {}, - "updated_at": null -} \ No newline at end of file diff --git a/persona-studio/frontend/chat.js b/persona-studio/frontend/chat.js index 2a11939f..05158e9f 100644 --- a/persona-studio/frontend/chat.js +++ b/persona-studio/frontend/chat.js @@ -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', '连接失败'); } }