import './card-proj-download.css'; import {IProjDownload} from "../../interfaces/card/ICardProj.ts"; export default function CardProjDownload(props: IProjDownload) { return (
{props.title}
请完善软件的介绍,详细介绍等基本信息
{ e.preventDefault(); props.handleDownload(); }}>下载
) }