This commit is contained in:
2026-04-02 11:40:13 +08:00
parent 0c372ad5d7
commit eea887fa43

View File

@@ -4,10 +4,6 @@ import '../App.css'
const Home = () => {
const [openFaq, setOpenFaq] = useState<number | null>(0)
const [showMenu, setShowMenu] = useState(false);
const handleDownload=()=>{
}
return (
<div className="app">
{/* Hero 区 */}