diff --git a/apps/web/components/workbench/ChapterAssistant.tsx b/apps/web/components/workbench/ChapterAssistant.tsx index 8d7ab12..32f9230 100644 --- a/apps/web/components/workbench/ChapterAssistant.tsx +++ b/apps/web/components/workbench/ChapterAssistant.tsx @@ -1,8 +1,11 @@ "use client"; import Link from "next/link"; -import { RotateCcw, X } from "lucide-react"; +import { Minus, Pin, PinOff, Plus, RotateCcw, Undo2, X } from "lucide-react"; +import { ThinkingIndicator } from "@/components/ThinkingIndicator"; +import { Button } from "@/components/ui/Button"; +import { SectionHeader } from "@/components/ui/SectionHeader"; import { StatusNote } from "@/components/ui/StatusNote"; import { buttonClass } from "@/lib/ui/variants"; import { @@ -27,7 +30,7 @@ interface ChapterAssistantProps { // 桌面 aside 包裹;移动端经 Workbench 抽屉复用 AssistantContent。 export function ChapterAssistant({ projectId, chapterNo }: ChapterAssistantProps) { return ( -