From a7d06b43cbcea53d14b335d193a50fe392f4123b Mon Sep 17 00:00:00 2001 From: ruotongyu Date: Sun, 23 Jun 2024 23:20:10 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20=E6=B7=BB=E5=8A=A0(src/layouts/H?= =?UTF-8?q?ome/index.tsx)=EF=BC=9A=E5=A2=9E=E5=8A=A0=E6=B3=A8=E9=87=8A?= =?UTF-8?q?=E8=A1=8C=E4=BB=A5=E6=94=AF=E6=8C=81=E5=BC=80=E5=8F=91=E6=97=B6?= =?UTF-8?q?=E7=9A=84=E4=B8=B4=E6=97=B6=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/autoMate/src/renderer/src/layouts/Home/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/autoMate/src/renderer/src/layouts/Home/index.tsx b/ui/autoMate/src/renderer/src/layouts/Home/index.tsx index 611002d..bb6095a 100644 --- a/ui/autoMate/src/renderer/src/layouts/Home/index.tsx +++ b/ui/autoMate/src/renderer/src/layouts/Home/index.tsx @@ -16,6 +16,7 @@ function Home(): JSX.Element { setIgnoreMouseEvents(mainRef as MutableRefObject) // //为开发方便,临时代码 // window.api.openConfigWindow() + }, []) return (