From 5a74cd75b98999945eca8a2e7b8f3a2bbcab899c Mon Sep 17 00:00:00 2001 From: fishwww-ww <2470335462@qq.com> Date: Thu, 21 Aug 2025 02:13:21 +0800 Subject: [PATCH] feat: repo2 --- src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index 5be10ff..7f5a774 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -10,7 +10,7 @@ const App = () => { const [isHandled, setIsHandled] = useState(false) const location = useLocation() const [pvStartTime, setPvStartTime] = useState() - + repo2 useEffect(() => { new WebSee(import.meta.env.VITE_APP_NAME) }, [])