This commit is contained in:
parent
ab19bb0ab1
commit
3bfb1a39c4
|
|
@ -86,6 +86,18 @@ const BlogArticleWrapper = async ({ params }: { params: { slug: string, locale:
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
{/* <NavBack /> */}
|
{/* <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'>
|
<div className='mb-40 md:mb-60 w-11/12 lg:w-2/3 xl:w-3/5 mx-auto'>
|
||||||
<Container className="scroll-smooth">
|
<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 ">
|
<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}
|
{frontmatter.title}
|
||||||
</h2> */}
|
</h2> */}
|
||||||
|
|
||||||
<DetailPageHeader
|
|
||||||
data={{
|
|
||||||
icon: "🚀",
|
|
||||||
name: "部署引擎",
|
|
||||||
category: "系统工具",
|
|
||||||
updated_at: "2025-03-25",
|
|
||||||
company: "OpenTech",
|
|
||||||
progress: "75%",
|
|
||||||
statusText: "运行中"
|
|
||||||
}}
|
|
||||||
/>
|
|
||||||
|
|
||||||
<figure
|
<figure
|
||||||
className="w-full min-h-[146px] lg:min-h-[246px]"
|
className="w-full min-h-[146px] lg:min-h-[246px]"
|
||||||
>
|
>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue