import { useGlobal } from '@/lib/global' import { formatDateFmt } from '@/lib/utils/formatDate' import Link from 'next/link' /** * 文章页脚 * @param {*} props * @returns */ export default function ArticleFooter(props) { const { post } = props const { locale } = useGlobal() return ( <> {/* 分类和标签部分 */}