diff --git a/frontend/src/views/agent/AgentEditorModal.vue b/frontend/src/views/agent/AgentEditorModal.vue index 28371e7d5..64c670e56 100644 --- a/frontend/src/views/agent/AgentEditorModal.vue +++ b/frontend/src/views/agent/AgentEditorModal.vue @@ -2213,7 +2213,7 @@ const navItems = computed(() => { items.push({ key: 'retrieval', icon: 'search', label: t('agent.editor.retrievalStrategy') }); } items.push({ key: 'websearch', icon: 'internet', label: t('agent.editor.webSearchConfig') }); - items.push({ key: 'multimodal', icon: 'image', label: t('agentEditor.imageUpload.navLabel') }); + items.push({ key: 'multimodal', icon: 'attach', label: t('agentEditor.imageUpload.navLabel') }); // Agent 模式能力 if (isAgentMode.value) { items.push({ key: 'tools', icon: 'tools', label: t('agent.editor.toolsConfig') });