This commit is contained in:
hailin 2025-03-25 13:05:24 +08:00
parent 1a86d99e20
commit 22b4f1855e
1 changed files with 4 additions and 4 deletions

View File

@ -89,10 +89,10 @@ const BlogArticleWrapper = async ({ params }: { params: { slug: string, locale:
<DetailPageHeader
data={{
icon: "🚀",
name: {frontmatter.title},
category: {frontmatter.tags},
updated_at: {frontmatter.date},
company: {frontmatter.title},
name: frontmatter.title,
category: frontmatter.tags,
updated_at: frontmatter.date,
company: frontmatter.title,
progress: "75%",
statusText: "运行中"
}}