import { ArrowRightCircle } from '@/components/HeroIcons' import CONFIG from '../config' import Swipe from './Swipe' import { siteConfig } from '@/lib/config' /** * 通知横幅 */ export function NoticeBar() { const notices = siteConfig('HEO_NOTICE_BAR', null, CONFIG) if (!notices || notices?.length === 0) { return <>> } return (