change-request-form.tsx

change-request-form.tsx

基本信息

  • 类型: React 组件 (TSX)
  • 路径: src/components/prompts/change-request-form.tsx

功能描述

React UI 组件,用于界面渲染

导出内容

  • <code>ChangeRequestForm</code> - 函数

依赖导入

  • react
  • next/navigation
  • next-intl
  • @/components/ui/button
  • @/components/ui/textarea
  • @/components/ui/input
  • @/components/ui/label
  • @/components/ui/tabs
  • @/lib/analytics
  • lucide-react
  • sonner
  • @/components/prompts/variable-toolbar
  • @/components/prompts/skill-editor
  • @/components/prompts/skill-diff-viewer
  • ... 等 1 个更多依赖

Props/接口

interface ChangeRequestFormProps {
promptId: string;
currentContent: string;
currentTitle: string;
promptType?: string;
structuredFormat?: string | null;
}

使用说明

在 JSX/TSX 中导入使用

← 返回目录