|
@ -1494,6 +1494,15 @@ onUnmounted(() => { |
|
|
class="action-btn model-btn" |
|
|
class="action-btn model-btn" |
|
|
alt="AI情绪大模型" |
|
|
alt="AI情绪大模型" |
|
|
/> |
|
|
/> |
|
|
|
|
|
<!-- 深度九大模型按钮 --> |
|
|
|
|
|
<img |
|
|
|
|
|
:src=" |
|
|
|
|
|
activeTab === 'AiEmotion' ? emotionButton01 : emotionButton02 |
|
|
|
|
|
" |
|
|
|
|
|
@click="setActiveTab('deepNine', 2)" |
|
|
|
|
|
class="action-btn model-btn" |
|
|
|
|
|
alt="深度九大模型" |
|
|
|
|
|
/> |
|
|
<!-- <img v-if=" |
|
|
<!-- <img v-if=" |
|
|
getCurrentAudioStore().isVoiceEnabled && |
|
|
getCurrentAudioStore().isVoiceEnabled && |
|
|
getCurrentAudioStore().isPlaying |
|
|
getCurrentAudioStore().isPlaying |
|
|