Rematch catalog data to ecommerce source

This commit is contained in:
Jacky Ser
2026-08-11 15:27:26 +08:00
parent 9627c5043e
commit b4d11e2f12
561 changed files with 16313 additions and 7220 deletions

View File

@@ -11,17 +11,17 @@ export async function generateMetadata(): Promise<Metadata> {
return {
metadataBase,
title: "高徳乐 AI 舵机选型助手",
description: "高徳乐280个产品型号完整目录支持搜索筛选、AI舵机初选与样品申请。",
description: "高徳乐商城536款产品资料支持产品参数搜索、AI舵机初选与样品申请。",
openGraph: {
title: "高徳乐 AI 舵机选型助手",
description: "280个型号完整目录。3分钟找到适合你的舵机AI初选工程师复核。",
description: "536款商城产品完整目录。3分钟找到适合你的舵机AI初选工程师复核。",
images: [{ url: new URL("/og.png", metadataBase).toString(), width: 1200, height: 630 }],
type: "website",
},
twitter: {
card: "summary_large_image",
title: "高徳乐 AI 舵机选型助手",
description: "3分钟找到适合你的舵机。",
description: "高徳乐商城产品资料与 AI 舵机选型助手。",
images: [new URL("/og.png", metadataBase).toString()],
},
};