diff --git a/src/components/ConversationView.vue b/src/components/ConversationView.vue index 7c72dfb..a8fd9b9 100644 --- a/src/components/ConversationView.vue +++ b/src/components/ConversationView.vue @@ -3,7 +3,7 @@ import { ref, computed, nextTick, onMounted, onUnmounted, watch } from 'vue'; import { Plus, Search, Trash2, Send, User, Type, ChevronDown, Check, MessageSquare, Loader2, Copy, - X, Sparkles + X, Sparkles, Languages, Venus, Mars, CircleSlash } from 'lucide-vue-next'; import { useSettingsStore, LANGUAGES, SPEAKER_IDENTITY_OPTIONS, TONE_REGISTER_OPTIONS, CONVERSATION_SYSTEM_PROMPT_TEMPLATE, type Participant } from '../stores/settings'; import { cn } from '../lib/utils'; @@ -367,9 +367,24 @@ onUnmounted(() => window.removeEventListener('click', handleGlobalClick));