import { PLATFORM_ADVANTAGES } from "@/lib/site-content" export default function EcosystemSection() { return (
Platform

DeepAILab — 开发者的 AI 基础设施

账户统一、路由统一、治理统一。四条产品线共享同一个平台底座,能力互通,数据不割裂。

{PLATFORM_ADVANTAGES.map((adv) => (

{adv.title}

{adv.description}

))}
) }