|
|
@ -31,6 +31,7 @@ import title4 from "@/assets/img/AIchat/综合作战.png"; |
|
|
|
import logo1 from "@/assets/img/AIchat/夺宝奇兵logo.png"; |
|
|
|
import logo2 from "@/assets/img/AIchat/开启无限财富.png"; |
|
|
|
import bgc from "@/assets/img/AIchat/圈.png"; |
|
|
|
import bgc1 from "@/assets/img/AIchat/圈1.png"; |
|
|
|
const chatStore = useChatStore(); |
|
|
|
const audioStore = useAudioStore(); |
|
|
|
const dataStore = useDataStore(); |
|
|
@ -3620,7 +3621,7 @@ onUnmounted(() => { |
|
|
|
<div class="chat-container"> |
|
|
|
<!-- GIF区域 --> |
|
|
|
<div class="gif-area"> |
|
|
|
<img :src="bgc" alt="夺宝奇兵大模型logo" class="bgc" /> |
|
|
|
<img :src="bgc1" alt="夺宝奇兵大模型logo" class="bgc" /> |
|
|
|
<img :src="logo1" alt="夺宝奇兵大模型logo" class="logo1" /> |
|
|
|
<img :src="logo2" alt="夺宝奇兵大模型logo" class="logo2" /> |
|
|
|
</div> |
|
|
|