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, id: frontmatter.id,
icon: frontmatter.logo_url, icon: frontmatter.logo_url,
name: frontmatter.p_name, name: frontmatter.p_name,
model_parameter: frontmatter.model_parameter,
category: frontmatter.tags, category: frontmatter.tags,
updated_at: frontmatter.date, updated_at: frontmatter.date,
company: frontmatter.title, company: frontmatter.title,

View File

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