import LottiePlayer from "@/components/LottiePlayer" import Link from "next/link" import { HOME_PRINCIPLES } from "@/lib/site-content" export default function PrinciplesSection() { return (
Core Principles

DAL Code 最值得被记住的三件事

如果这三件事讲不清楚,DAL Code 就会被误解成另一个模板化 AI IDE。

{HOME_PRINCIPLES.map((item) => (

{item.title}

{item.description}

))}
继续看产品定位
) }