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 (
<>
{/* <NavBack /> */}
<DetailPageHeader
data={{
icon: "🚀",
name: "部署引擎",
category: "系统工具",
updated_at: "2025-03-25",
company: "OpenTech",
progress: "75%",
statusText: "运行中"
}}
/>
<Container>
<DetailPageHeader
data={{
icon: "🚀",
name: "部署引擎",
category: "系统工具",
updated_at: "2025-03-25",
company: "OpenTech",
progress: "75%",
statusText: "运行中"
}}
/>
</Container>
<div className='mb-40 md:mb-60 w-11/12 lg:w-2/3 xl:w-3/5 mx-auto'>
<Container className="scroll-smooth">