Browse Source

底部图片标签增加

milestone-20250924-接入大财神工作流
no99 2 weeks ago
parent
commit
e5414c5dbf
  1. 11
      src/views/homePage.vue

11
src/views/homePage.vue

@ -1494,6 +1494,15 @@ onUnmounted(() => {
class="action-btn model-btn" class="action-btn model-btn"
alt="AI情绪大模型" alt="AI情绪大模型"
/> />
<!-- 深度九大模型按钮 -->
<img
:src="
activeTab === 'deepNine' ? dbqbButton01 : dbqbButton02
"
@click="setActiveTab('deepNine', 2)"
class="action-btn model-btn"
alt="深度九大模型"
/>
<!-- <img v-if=" <!-- <img v-if="
getCurrentAudioStore().isVoiceEnabled && getCurrentAudioStore().isVoiceEnabled &&
getCurrentAudioStore().isPlaying getCurrentAudioStore().isPlaying
@ -1845,7 +1854,7 @@ onUnmounted(() => {
position: relative; position: relative;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
gap: 25vw;
gap: 15vw;
/* 新增右对齐 */ /* 新增右对齐 */
} }

Loading…
Cancel
Save