This commit is contained in:
parent
fa6a5cd86f
commit
483118dc5e
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in New Issue