+
+
+ setTopic(e.target.value)}
+ onKeyDown={(e) => e.key === "Enter" && onGenerate()}
+ placeholder="如:2026 年国产大模型产业现状与趋势分析"
+ className="rounded-lg border border-line bg-ink-950 px-3 py-2 text-sm text-slate-200 outline-none placeholder:text-slate-600 focus:border-violet-500"
+ />
+
+
+
+ setKb(e.target.value)}
+ placeholder="如 docs,留空则不挂检索"
+ className="rounded-lg border border-line bg-ink-950 px-3 py-2 text-sm text-slate-200 outline-none placeholder:text-slate-600 focus:border-violet-500"
+ />
+
+
+
+ {phase === "done" && taskId && (
+
+ ⬇ 下载 Word
+
+ )}
+
+ {running && "正在编排,实时进度见下方…"}
+ {phase === "done" && "已完成"}
+ {phase === "error" && 出错:{err}}
+
+
+