This commit is contained in:
parent
260204a087
commit
ab19bb0ab1
|
|
@ -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]"
|
||||
|
|
|
|||
Loading…
Reference in New Issue