From eea887fa43ce0851c990a63cf93273821b01ff6e Mon Sep 17 00:00:00 2001 From: gww Date: Thu, 2 Apr 2026 11:40:13 +0800 Subject: [PATCH] css --- src/pages/home.tsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/pages/home.tsx b/src/pages/home.tsx index 09eb8c7..c788b3c 100644 --- a/src/pages/home.tsx +++ b/src/pages/home.tsx @@ -4,10 +4,6 @@ import '../App.css' const Home = () => { const [openFaq, setOpenFaq] = useState(0) const [showMenu, setShowMenu] = useState(false); - - const handleDownload=()=>{ - - } return (
{/* Hero 区 */}