This commit is contained in:
hailin 2025-03-25 11:49:17 +08:00
parent fa6a5cd86f
commit 483118dc5e
1 changed files with 13 additions and 11 deletions

View File

@ -86,6 +86,7 @@ const BlogArticleWrapper = async ({ params }: { params: { slug: string, locale:
return ( return (
<> <>
{/* <NavBack /> */} {/* <NavBack /> */}
<Container>
<DetailPageHeader <DetailPageHeader
data={{ data={{
icon: "🚀", icon: "🚀",
@ -97,6 +98,7 @@ const BlogArticleWrapper = async ({ params }: { params: { slug: string, locale:
statusText: "运行中" statusText: "运行中"
}} }}
/> />
</Container>
<div className='mb-40 md:mb-60 w-11/12 lg:w-2/3 xl:w-3/5 mx-auto'> <div className='mb-40 md:mb-60 w-11/12 lg:w-2/3 xl:w-3/5 mx-auto'>
<Container className="scroll-smooth"> <Container className="scroll-smooth">