import { ArrowRightCircle } from '@/components/HeroIcons' import CONFIG from '../config' import Swipe from './Swipe' /** * 通知横幅 */ export function NoticeBar() { const notices = CONFIG.NOTICE_BAR if (!notices || notices?.length === 0) { return <> } return (
此刻
) } /** * {notices?.map((n, index) => { return {n.category}
{n.title}
})} */