import { Loader2 } from "lucide-react"; // 创建流光钮 export function ActionButton({ isCreating, handleCreateVideo, icon, }: { isCreating: boolean; handleCreateVideo: () => void; icon: React.ReactNode; }) { return (