This commit is contained in:
hailin 2025-03-25 11:00:50 +08:00
parent 260204a087
commit ab19bb0ab1
1 changed files with 11 additions and 1 deletions

View File

@ -118,7 +118,17 @@ const BlogArticleWrapper = async ({ params }: { params: { slug: string, locale:
{frontmatter.title}
</h2> */}
<DetailPageHeader />
<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]"