import Link from 'next/link' import { useGlobal } from '@/lib/global' import CONFIG from '../config' import { siteConfig } from '@/lib/config' /** * 展示文章推荐 */ const RecommendPosts = ({ recommendPosts }) => { const { locale } = useGlobal() if (!siteConfig('NEXT_ARTICLE_RELATE_POSTS', null, CONFIG) || !recommendPosts || recommendPosts.length < 1) { return <>> } return (