Merge branch 'skill' into deploy/dev

This commit is contained in:
zxhlyh 2026-08-07 15:42:02 +08:00
commit 3bbbdd478f

View File

@ -990,10 +990,17 @@ export function SkillBuilderPanel({
isSending ||
isUploadingAttachment
}
loading={isSending}
onClick={() => handleSend()}
>
<span aria-hidden className="i-ri-send-plane-2-fill size-4" />
<span
aria-hidden
className={cn(
isSending
? 'i-ri-loader-2-line animate-spin motion-reduce:animate-none'
: 'i-ri-send-plane-2-fill',
'size-4',
)}
/>
</Button>
</div>
</div>