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 <DetailPageHeader
data={{ data={{
icon: "🚀", icon: "🚀",
name: {frontmatter.title}, name: frontmatter.title,
category: {frontmatter.tags}, category: frontmatter.tags,
updated_at: {frontmatter.date}, updated_at: frontmatter.date,
company: {frontmatter.title}, company: frontmatter.title,
progress: "75%", progress: "75%",
statusText: "运行中" statusText: "运行中"
}} }}