import { motion } from "framer-motion"; export const EmptyStateIllustration = () => { const springTransition = { type: "spring", stiffness: 100, damping: 10 }; return ( {/* 书籍堆叠 - 使用更现代的配色方案 */} {/* 底部书籍 */} {/* 中间书籍 */} {/* 顶部书籍 */} {/* Magnifying Glass */} {/* Atom Structure */} {/* Mathematical Symbols */} π {/* Connection Lines */} ); };