From 20a7b0c1bc0dd6e61ab87a9691de27bf9ca69f32 Mon Sep 17 00:00:00 2001 From: fishwww-ww <2470335462@qq.com> Date: Thu, 21 Aug 2025 01:13:28 +0800 Subject: [PATCH 1/3] test1 --- src/App.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App.tsx b/src/App.tsx index 5be10ff..bd69cbf 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -12,6 +12,7 @@ const App = () => { const [pvStartTime, setPvStartTime] = useState() useEffect(() => { + console.log('test1') new WebSee(import.meta.env.VITE_APP_NAME) }, []) From 1eef88b76991ae6104a6eb10aafb38f1b8940cec Mon Sep 17 00:00:00 2001 From: fishwww-ww <2470335462@qq.com> Date: Thu, 21 Aug 2025 01:18:46 +0800 Subject: [PATCH 2/3] test2: PR test --- src/App.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App.tsx b/src/App.tsx index bd69cbf..b1cead3 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -13,6 +13,7 @@ const App = () => { useEffect(() => { console.log('test1') + console.log("看看是否还会推到上一个PR") new WebSee(import.meta.env.VITE_APP_NAME) }, []) From 5067b77b996916199fa0f25ed4bb88f2a0dc778c Mon Sep 17 00:00:00 2001 From: fishwww-ww <2470335462@qq.com> Date: Thu, 21 Aug 2025 01:58:49 +0800 Subject: [PATCH 3/3] new fork --- src/App.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App.tsx b/src/App.tsx index b1cead3..13e7294 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -11,6 +11,7 @@ const App = () => { const location = useLocation() const [pvStartTime, setPvStartTime] = useState() + console.log('new fork') useEffect(() => { console.log('test1') console.log("看看是否还会推到上一个PR")