import { DefaultFooter } from '@ant-design/pro-components'; import React from 'react'; const Footer: React.FC = () => { return ( <DefaultFooter copyright="2025 Copyright 趣程" style={{ background: 'none', }} /> ); }; export default Footer;