chore(input): 输入栏类型切换器移除人形 SVG 图标改为纯文字

This commit is contained in:
JOJO 2026-08-12 02:20:17 +08:00
parent a33c3fa6af
commit 9a2469e3fb
2 changed files with 0 additions and 9 deletions

View File

@ -320,10 +320,6 @@
:aria-expanded="agentTypeMenuOpen"
aria-haspopup="true"
>
<svg class="agent-type-switcher__icon" viewBox="0 0 16 16" width="14" height="14" fill="none" aria-hidden="true">
<circle cx="8" cy="5" r="2.4" stroke="currentColor" stroke-width="1.3" />
<path d="M3.2 13.2c.6-2.3 2.5-3.6 4.8-3.6s4.2 1.3 4.8 3.6" stroke="currentColor" stroke-width="1.3" stroke-linecap="round" />
</svg>
<span>{{ agentTypeLabel }}</span>
<span class="agent-type-switcher__caret" :class="{ open: agentTypeMenuOpen }" aria-hidden="true"></span>
</button>

View File

@ -1539,11 +1539,6 @@ body[data-theme='light'] {
cursor: default;
}
.agent-type-switcher__icon {
color: var(--text-secondary);
flex-shrink: 0;
}
.agent-type-switcher__caret {
font-size: 13px;
color: var(--text-secondary);