This commit is contained in:
hailin 2025-04-09 00:46:37 +08:00
parent 073b0b108e
commit 016b6ac1a5
2 changed files with 2 additions and 0 deletions

View File

@ -95,6 +95,7 @@ const BlogArticleWrapper = async ({ params }: { params: { slug: string, locale:
id: frontmatter.id,
icon: frontmatter.logo_url,
name: frontmatter.p_name,
model_parameter: frontmatter.model_parameter,
category: frontmatter.tags,
updated_at: frontmatter.date,
company: frontmatter.title,

View File

@ -115,6 +115,7 @@ type AIFrontmatter = {
author: string;
image_url: string;
logo_url: string;
model_parameter: number;
visible: boolean | undefined;
salary: string | undefined;
level: string | undefined;