import Link from 'next/link' /** * 悬浮在屏幕右下角,联系我的按钮 * @returns {JSX.Element} * @constructor */ const ContactButton = () => { return ( ( ) ); } export default ContactButton