feat(agent): approval queue inline card + exclusion panel

新增 ApprovalQueue 视图、ApprovalInlineCard/AgentExclusionPanel 组件与 useApprovalQueue; 对话/API 适配; public 静态资源。
This commit is contained in:
Simon
2026-07-09 11:50:07 +08:00
parent 12d89dfb35
commit 018c87e10b
14 changed files with 1883 additions and 10 deletions
+9
View File
@@ -446,6 +446,15 @@ body {
vertical-align: middle;
}
/* 达寇拉头像 */
.duckula-avatar {
width: 20px;
height: 20px;
border-radius: 50%;
object-fit: cover;
flex-shrink: 0;
}
/* 会话项(v5.4: flex 布局含头像+内容+缩略头像) */
.conversation-item {
display: flex;