From a0a4775cd215a8102343af58fff5d4f92ff1ebe8 Mon Sep 17 00:00:00 2001 From: al Date: Thu, 26 Dec 2024 20:44:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=8E=9F=E5=9B=BE=E6=8F=90?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/ImagesMask/index.jsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/components/ImagesMask/index.jsx b/components/ImagesMask/index.jsx index 3745ae3..904c6fa 100644 --- a/components/ImagesMask/index.jsx +++ b/components/ImagesMask/index.jsx @@ -227,6 +227,10 @@ const ImagesMaskContaint = forwardRef( return newImages; }); + Toast.show({ + content: "已切换至原图", + position: "top", + }); }; return (