最近评论

This commit is contained in:
tlyong1992
2022-05-31 13:42:02 +08:00
parent d902a22aa3
commit f16c6c01d3
7 changed files with 102 additions and 3 deletions

View File

@@ -8,6 +8,7 @@ import formatDate from '@/lib/formatDate'
import { useGlobal } from '@/lib/global'
import BLOG from '@/blog.config'
import NotionPage from '@/components/NotionPage'
import React from 'react'
export const ArticleDetail = props => {
const { post, prev, next, siteInfo } = props