Browse Source

footer加入新的标签;

milestone-20250924-接入大财神工作流
宋杰 2 weeks ago
parent
commit
60f56a89a2
  1. 9
      src/views/homePage.vue

9
src/views/homePage.vue

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

Loading…
Cancel
Save