"use client"; import { motion } from "framer-motion"; import { ScrollReveal } from "@/components/scroll-reveal"; export function DetailScrollShowcase({ name }: { name: string }) { return (

{name} · 深度特性分段

分段滚动将“下载信息 -> 历史版本 -> 更新日志 -> 解锁引导”串成连续阅读路径,提升理解与转化效率。

); }