import { BeiAnGongAn } from '@/components/BeiAnGongAn' import CopyRightDate from '@/components/CopyRightDate' import PoweredBy from '@/components/PoweredBy' import { siteConfig } from '@/lib/config' import SocialButton from './SocialButton' /** * 页脚 * @returns */ const Footer = () => { const BEI_AN = siteConfig('BEI_AN') const BEI_AN_LINK = siteConfig('BEI_AN_LINK') const BIO = siteConfig('BIO') return ( ) } export default Footer