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,17 +86,19 @@ const BlogArticleWrapper = async ({ params }: { params: { slug: string, locale:
return ( return (
<> <>
{/* <NavBack /> */} {/* <NavBack /> */}
<DetailPageHeader <Container>
data={{ <DetailPageHeader
icon: "🚀", data={{
name: "部署引擎", icon: "🚀",
category: "系统工具", name: "部署引擎",
updated_at: "2025-03-25", category: "系统工具",
company: "OpenTech", updated_at: "2025-03-25",
progress: "75%", company: "OpenTech",
statusText: "运行中" progress: "75%",
}} 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">