feat: 替换static静态图片地址,使用cdn地址
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user