From 535e5577283d5c7c4894928f7a2527458e960226 Mon Sep 17 00:00:00 2001 From: zyc <1439655764@qq.com> Date: Tue, 30 Jun 2026 13:20:47 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E3=80=8C=E5=8A=A0=E5=85=A5=E6=A8=A1?= =?UTF-8?q?=E7=89=B9=E5=BA=93=E3=80=8D=E4=BB=85=E5=9B=BE=E7=89=87=E5=88=9B?= =?UTF-8?q?=E4=BD=9C=E6=98=BE=E7=A4=BA,=E6=A8=A1=E7=89=B9=E4=B8=8A?= =?UTF-8?q?=E8=BA=AB=E5=9B=BE/=E5=B9=B3=E5=8F=B0=E5=A5=97=E5=9B=BE?= =?UTF-8?q?=E9=9A=90=E8=97=8F=20(row41=20=E7=BB=AD)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 气泡项加 mode === "image" 条件门控。 Co-Authored-By: Claude Opus 4.8 --- core/frontend/src/routes/ai-tools.tsx | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/core/frontend/src/routes/ai-tools.tsx b/core/frontend/src/routes/ai-tools.tsx index 745af1a..b2afc22 100644 --- a/core/frontend/src/routes/ai-tools.tsx +++ b/core/frontend/src/routes/ai-tools.tsx @@ -1417,10 +1417,13 @@ export function ImageWorkbenchPage({ {inLib ? "取消加入资产库" : "加入资产库"} - + {/* row41:仅图片创作(mode=image)显示「加入模特库」;模特上身图/平台套图不显示 */} + {mode === "image" && ( + + )}