feat: 替换static静态图片地址,使用cdn地址

This commit is contained in:
duanshuwen
2025-09-21 20:33:25 +08:00
parent 6cee73a135
commit aa836ca7c4
13 changed files with 20 additions and 65 deletions

View File

@@ -5,7 +5,7 @@
<image
v-if="isLoading"
class="loading-img"
src="/static/chat_msg_loading.gif"
src="https://oss.nianxx.cn/mp/static/chat_msg_loading.gif"
mode="aspectFit"
/>
<ChatMarkdown :key="textKey" :text="processedText" />