components/ui/Toast.tsx: - Context + Provider 模式,全局可用 useToast() hook - 支持 success / error / info 三种类型,颜色自动适配 - 3.5s 自动消失,支持手动关闭 - 固定右下角渲染,z-[9999] index.css: - 新增 @keyframes slide-in 右侧滑入动画
- backend: FastAPI 后端服务 (Python) - frontend: React + Tauri 前端应用 - docker-compose.yml: 容器编排配置