From 9a2469e3fb24e292894eaecd075f213cc200a5b9 Mon Sep 17 00:00:00 2001 From: JOJO <1498581755@qq.com> Date: Wed, 12 Aug 2026 02:20:17 +0800 Subject: [PATCH] =?UTF-8?q?chore(input):=20=E8=BE=93=E5=85=A5=E6=A0=8F?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B=E5=88=87=E6=8D=A2=E5=99=A8=E7=A7=BB=E9=99=A4?= =?UTF-8?q?=E4=BA=BA=E5=BD=A2=20SVG=20=E5=9B=BE=E6=A0=87=E6=94=B9=E4=B8=BA?= =?UTF-8?q?=E7=BA=AF=E6=96=87=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/src/components/input/InputComposer.vue | 4 ---- static/src/styles/components/input/_composer.scss | 5 ----- 2 files changed, 9 deletions(-) diff --git a/static/src/components/input/InputComposer.vue b/static/src/components/input/InputComposer.vue index ffbc2ced..3b8b4b37 100644 --- a/static/src/components/input/InputComposer.vue +++ b/static/src/components/input/InputComposer.vue @@ -320,10 +320,6 @@ :aria-expanded="agentTypeMenuOpen" aria-haspopup="true" > - {{ agentTypeLabel }} diff --git a/static/src/styles/components/input/_composer.scss b/static/src/styles/components/input/_composer.scss index 747a760c..ff1d87d4 100644 --- a/static/src/styles/components/input/_composer.scss +++ b/static/src/styles/components/input/_composer.scss @@ -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);