fix: improve Feishu/Lark channel modal UX and refine default main agent naming (#551)

This commit is contained in:
Felix
2026-03-17 14:14:47 +08:00
committed by GitHub
Unverified
parent 3b9ecb72b4
commit b9231d6431
6 changed files with 14 additions and 2 deletions

View File

@@ -354,6 +354,7 @@ export function Channels() {
</div>
<div className="flex items-center gap-2">
<span className="text-xs text-muted-foreground">{t('account.bindAgentLabel')}</span>
<select
className="h-8 rounded-lg border border-black/10 dark:border-white/10 bg-background px-2 text-xs"
value={account.agentId || ''}