From 072bf691d98f6fea8af632a3b68e8f3cddfbc693 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=BE=B7=E5=AE=87?= Date: Tue, 22 Sep 2026 19:56:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=EF=BC=9A=E7=B2=98=E8=B4=B4?= =?UTF-8?q?=E8=A7=A3=E6=9E=90=E6=B3=A8=E9=87=8A=E9=87=8C=E7=9A=84=20provid?= =?UTF-8?q?er=20=E6=88=90=E5=91=98=E5=90=8D=E4=B8=8E=E5=AE=9E=E9=99=85=20A?= =?UTF-8?q?PI=20=E5=AF=B9=E9=BD=90=20buildContentFromPastedText=20?= =?UTF-8?q?=E7=9A=84=E6=B3=A8=E9=87=8A=E4=BB=8D=E5=86=99=E7=9D=80=E9=87=8D?= =?UTF-8?q?=E5=91=BD=E5=90=8D=E5=89=8D=E7=9A=84=20ReferenceProvider.candid?= =?UTF-8?q?ates=EF=BC=8C=E6=94=B9=E6=88=90=20lookup=20=E9=A1=BA=E5=B8=A6?= =?UTF-8?q?=E5=86=99=E6=98=8E=E5=80=99=E9=80=89=E6=9D=A5=E8=87=AA=E8=B0=83?= =?UTF-8?q?=E7=94=A8=E6=96=B9=E4=BC=A0=E5=85=A5=E7=9A=84=E5=BC=95=E7=94=A8?= =?UTF-8?q?=E6=B8=85=E5=8D=95=EF=BC=8C=E9=81=BF=E5=85=8D=E6=8A=8A=E3=80=8C?= =?UTF-8?q?=E8=B0=81=E5=8E=BB=E6=9F=A5=E5=80=99=E9=80=89=E3=80=8D=E8=AF=AF?= =?UTF-8?q?=E8=AE=B0=E8=BF=9B=E8=BF=99=E4=B8=AA=E7=BA=AF=E5=87=BD=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/features/project-workspace/resourceReferences.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/ai-game-creator-shell/src/features/project-workspace/resourceReferences.ts b/apps/ai-game-creator-shell/src/features/project-workspace/resourceReferences.ts index ed1d22f45..bc4e0dfb6 100644 --- a/apps/ai-game-creator-shell/src/features/project-workspace/resourceReferences.ts +++ b/apps/ai-game-creator-shell/src/features/project-workspace/resourceReferences.ts @@ -435,7 +435,8 @@ function countMentionTokenOccurrences(value: string, token: string) { /** * 粘贴文本 → canonical content(粘贴侧的唯一解析口径)。 * - * 候选由宿主注入的 provider 枚举(`ReferenceProvider.candidates`),token 就是 + * 候选来自调用方传入的引用清单(输入区给的是 `ReferenceProvider.lookup()` 此刻就绪的全量 + * 候选),token 就是 * `chatReferenceMentionToken`——与显示口径逐字同一个字符串,所以「从气泡复制再粘贴」不需要 * 任何兼容别名:`@显示名` / `$名称` 认得出,`@hero.png`、resourceId、大小写变体一律不认。 *