feat: 替换static静态图片地址,使用cdn地址
This commit is contained in:
@@ -6,13 +6,13 @@
|
||||
<image
|
||||
class="voice-icon"
|
||||
v-if="!isVoiceMode"
|
||||
src="/static/input_voice_icon.png"
|
||||
></image>
|
||||
src="https://oss.nianxx.cn/mp/static/input_voice_icon.png"
|
||||
/>
|
||||
<image
|
||||
class="voice-icon"
|
||||
v-else
|
||||
src="/static/input_keyboard_icon.png"
|
||||
></image>
|
||||
src="https://oss.nianxx.cn/mp/static/input_keyboard_icon.png"
|
||||
/>
|
||||
</view>
|
||||
|
||||
<!-- 输入框/语音按钮容器 -->
|
||||
@@ -56,9 +56,13 @@
|
||||
<image
|
||||
v-if="props.isSessionActive"
|
||||
class="send-icon"
|
||||
src="/static/input_stop_icon.png"
|
||||
></image>
|
||||
<image v-else class="send-icon" src="/static/input_send_icon.png"></image>
|
||||
src="https://oss.nianxx.cn/mp/static/input_stop_icon.png"
|
||||
/>
|
||||
<image
|
||||
v-else
|
||||
class="send-icon"
|
||||
src="https://oss.nianxx.cn/mp/static/input_send_icon.png"
|
||||
/>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
Reference in New Issue
Block a user