|
@ -1464,7 +1464,7 @@ onUnmounted(() => { |
|
|
<img :src="activeTab === 'AiEmotion' ? emotionButton01 : emotionButton02 |
|
|
<img :src="activeTab === 'AiEmotion' ? emotionButton01 : emotionButton02 |
|
|
" @click="setActiveTab('AiEmotion', 1)" class="action-btn model-btn" alt="AI情绪大模型" /> |
|
|
" @click="setActiveTab('AiEmotion', 1)" class="action-btn model-btn" alt="AI情绪大模型" /> |
|
|
<!-- 深度九大模型按钮 --> |
|
|
<!-- 深度九大模型按钮 --> |
|
|
<img :src="activeTab === 'deepNine' ? emotionButton01 : emotionButton02 |
|
|
|
|
|
|
|
|
<img :src="activeTab === 'deepNine' ? 'https://d31zlh4on95l9h.cloudfront.net/images/07349ebc846a6772b1ab8a47b54635ff.png' : 'https://d31zlh4on95l9h.cloudfront.net/images/29f0ad8e4e47f58952cc4a957ce9db10.png' |
|
|
" @click="setActiveTab('deepNine', 2)" class="action-btn model-btn" alt="深度九大模型" /> |
|
|
" @click="setActiveTab('deepNine', 2)" class="action-btn model-btn" alt="深度九大模型" /> |
|
|
</template> |
|
|
</template> |
|
|
|
|
|
|
|
|