fix: remove machine busy loading

This commit is contained in:
imccyu
2026-07-29 02:40:29 +08:00
parent d4ba2ecd63
commit 9f7919d894

View File

@@ -377,7 +377,7 @@ export function InputBar({
<div className={css.trailing}>
{rightItems}
{renderSlot('conversation.input.model', { locked })}
{machineBusy && <span className={css.pending} data-input-pending aria-label="处理中" />}
{/* {machineBusy && <span className={css.pending} data-input-pending aria-label="处理中" />} */}
<button
type="button"
className={css.primary}