From 062c8b344571861934c689d6cba380c9a979a13d Mon Sep 17 00:00:00 2001 From: Codex Date: Mon, 15 Jun 2026 10:42:33 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=B8=B4=E6=97=B6=E4=B8=8B=E7=BA=BF?= =?UTF-8?q?=E6=99=BA=E8=83=BD=E6=8A=A0=E5=9B=BE=E4=B8=8E=E5=9B=BE=E7=89=87?= =?UTF-8?q?=E7=BF=BB=E8=AF=91=E5=85=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/features/ecommerce/EcommercePage.tsx | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/src/features/ecommerce/EcommercePage.tsx b/src/features/ecommerce/EcommercePage.tsx index 575f197..7eb02d0 100644 --- a/src/features/ecommerce/EcommercePage.tsx +++ b/src/features/ecommerce/EcommercePage.tsx @@ -1912,21 +1912,8 @@ function ProductClonePage(_props: ProductClonePageProps = {}) { const openSmartCutoutUpload = () => { clearSmartCutoutTransition(); - setSmartCutoutTransitionMessage({ - title: "正在进入智能抠图", - subtitle: "为你打开图片处理工具", - }); - setActiveQuickTool("cutout"); - setSmartCutoutBatchImages((current) => { - revokeSmartCutoutItems(current); - return []; - }); - setSmartCutoutImage((current) => { - revokeSmartCutoutItem(current); - return null; - }); - setIsSmartCutoutComparing(false); setComposerMenu(null); + toast.info("功能正在优化中"); }; const openWatermarkRemovalPage = () => { @@ -2140,9 +2127,8 @@ function ProductClonePage(_props: ProductClonePageProps = {}) { const openImageTranslatePage = () => { clearSmartCutoutTransition(); - setActiveQuickTool("translate"); setComposerMenu(null); - setIsCloneSettingsCollapsed(false); + toast.info("功能正在优化中"); }; const closeImageTranslatePage = () => {