This commit is contained in:
hailin 2025-03-25 11:06:38 +08:00
parent ab19bb0ab1
commit 3bfb1a39c4
1 changed files with 12 additions and 12 deletions

View File

@ -86,6 +86,18 @@ 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: "运行中"
}}
/>
<div className='mb-40 md:mb-60 w-11/12 lg:w-2/3 xl:w-3/5 mx-auto'>
<Container className="scroll-smooth">
<div className="relative mt-0 flex flex-col items-start space-y-8 lg:mt-2 lg:flex-row lg:space-y-0 ">
@ -118,18 +130,6 @@ const BlogArticleWrapper = async ({ params }: { params: { slug: string, locale:
{frontmatter.title}
</h2> */}
<DetailPageHeader
data={{
icon: "🚀",
name: "部署引擎",
category: "系统工具",
updated_at: "2025-03-25",
company: "OpenTech",
progress: "75%",
statusText: "运行中"
}}
/>
<figure
className="w-full min-h-[146px] lg:min-h-[246px]"
>