From 807e9db62724c4aa52d6eff7cc7d59beee37e891 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E5=BF=83=E5=AE=87?= Date: Tue, 18 Nov 2025 16:42:20 +0800 Subject: [PATCH] =?UTF-8?q?#2727=20bot=E8=AF=A6=E6=83=85=E9=A1=B5=E8=B7=B3?= =?UTF-8?q?=E8=BD=AC=E9=A1=B5=E9=9D=A2=E9=A1=B6=E9=83=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../bot/exploit/configuration/compenent/basicInformation.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/forge/SecuritySetting/bot/exploit/configuration/compenent/basicInformation.jsx b/src/forge/SecuritySetting/bot/exploit/configuration/compenent/basicInformation.jsx index 6606607e2..37881be75 100644 --- a/src/forge/SecuritySetting/bot/exploit/configuration/compenent/basicInformation.jsx +++ b/src/forge/SecuritySetting/bot/exploit/configuration/compenent/basicInformation.jsx @@ -36,6 +36,7 @@ function BasicInformation(props){ if(botDetail){ setContent(botDetail.bot_des); setImage(botDetail.logo) + window.scrollTo(0,0) } },[botDetail])