feat(web): 生成器 ThinkingIndicator/空结果态/数量校验 + 文风页 PageHeader + Codex 分段控件 + RefineView role 修正
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
"use client";
|
||||
|
||||
import { ThinkingIndicator } from "@/components/ThinkingIndicator";
|
||||
import { Button } from "@/components/ui/Button";
|
||||
import type { IngestConflicts } from "@/lib/generation/cards";
|
||||
|
||||
@@ -74,6 +75,11 @@ export function ConflictAdjudication({
|
||||
取消,回去改卡
|
||||
</Button>
|
||||
</div>
|
||||
{busy ? (
|
||||
<div className="mt-3 text-cinnabar">
|
||||
<ThinkingIndicator label="入库中" />
|
||||
</div>
|
||||
) : null}
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user