import { useIntl } from "umi"; import { GithubOutlined } from "@ant-design/icons"; import { DefaultFooter } from "@ant-design/pro-layout"; const Footer = () => { const intl = useIntl(); const currentYear = new Date().getFullYear(); return ( , blankTarget: true, }, { key: "Designed By Wuhao", title: "Designed By Wuhao", blankTarget: true, }, ]} /> ); }; export default Footer;