From 2c623bb5776d985ba8ea15b4eb8324eb10eb7fc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=BE=B7=E5=AE=87?= Date: Tue, 15 Sep 2026 17:19:17 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=20DirectProject=20=E5=9B=9E?= =?UTF-8?q?=E5=90=88=E8=BE=93=E5=85=A5=E7=9A=84=E9=87=8D=E5=A4=8D=E8=B5=8B?= =?UTF-8?q?=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 删除已在对象初始化时设置的 userItem 重复赋值。 --- apps/ai-game-creator-shell/src/App.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/ai-game-creator-shell/src/App.tsx b/apps/ai-game-creator-shell/src/App.tsx index 8f567adce..77f4e14c0 100644 --- a/apps/ai-game-creator-shell/src/App.tsx +++ b/apps/ai-game-creator-shell/src/App.tsx @@ -6487,7 +6487,6 @@ export function App({ if (attachments?.length) { directTurnInput.attachments = attachments; } - directTurnInput.userItem = effectiveUserItem; const reply = await withDirectCodexSessionRefresh(() => { // 每次调用都会新建 Rust 事件流;续期重试需重新接收同一回合的进度。 activeDirectCodexTurnRef.current = {