|
@ -36,6 +36,8 @@ import title1 from "@/assets/img/AIchat/核心价值评估标题.png"; |
|
|
import title2 from "@/assets/img/AIchat/主力作战.png"; |
|
|
import title2 from "@/assets/img/AIchat/主力作战.png"; |
|
|
import title3 from "@/assets/img/AIchat/攻防三维.png"; |
|
|
import title3 from "@/assets/img/AIchat/攻防三维.png"; |
|
|
import title4 from "@/assets/img/AIchat/综合作战.png"; |
|
|
import title4 from "@/assets/img/AIchat/综合作战.png"; |
|
|
|
|
|
import logo1 from "@/assets/img/AIchat/夺宝奇兵logo.png"; |
|
|
|
|
|
import logo2 from "@/assets/img/AIchat/开启无限财富.png"; |
|
|
|
|
|
|
|
|
const gifList = [AIgif1, AIgif2, AIgif3, AIgif4, AIgif5, AIgif6, AIgif7]; |
|
|
const gifList = [AIgif1, AIgif2, AIgif3, AIgif4, AIgif5, AIgif6, AIgif7]; |
|
|
const chatStore = useChatStore(); |
|
|
const chatStore = useChatStore(); |
|
@ -2724,7 +2726,8 @@ onUnmounted(() => { |
|
|
<div class="chat-container"> |
|
|
<div class="chat-container"> |
|
|
<!-- GIF区域 --> |
|
|
<!-- GIF区域 --> |
|
|
<div class="gif-area"> |
|
|
<div class="gif-area"> |
|
|
<img :src="currentGif" alt="AI动画" /> |
|
|
|
|
|
|
|
|
<img :src="logo1" alt="夺宝奇兵大模型logo" /> |
|
|
|
|
|
<img :src="logo2" alt="夺宝奇兵大模型logo" class="logo2"/> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
<div |
|
|
<div |
|
@ -2806,6 +2809,11 @@ onUnmounted(() => { |
|
|
</template> |
|
|
</template> |
|
|
|
|
|
|
|
|
<style scoped> |
|
|
<style scoped> |
|
|
|
|
|
|
|
|
|
|
|
.logo2{ |
|
|
|
|
|
margin-top: 20px; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
.chat-container { |
|
|
.chat-container { |
|
|
display: flex; |
|
|
display: flex; |
|
|
flex-direction: column; |
|
|
flex-direction: column; |
|
|