import React from 'react'; function Footer() { return ( <footer> <p>© 2024 AI工具箱. 保留所有权利。</p> </footer> ); } export default Footer;