import { primaryButtonClass } from "./modalUi"; import {Plus, SquareChartGantt} from "lucide-react"; import {Button} from "~/components/ui/button"; type WelcomePanelProps = { onCreateScript: () => void; }; export function WelcomePanel({ onCreateScript }: WelcomePanelProps) { return (
通过 Notebook 完成数据探索,或使用 Python 脚本构建可调度的处理任务。