/** * 文章補充資訊 * @param {*} param0 * @returns */ export default function ArticleInfo({ post }) { if (!post) { return null } return (