|
|
|
@ -44,7 +44,7 @@ |
|
|
|
<!-- 机器人头像和欢迎语 --> |
|
|
|
<view class="robot-container" v-if="messages.length === 0"> |
|
|
|
<image |
|
|
|
src="https://d31zlh4on95l9h.cloudfront.net/images/61fa384381c88ad80be28f41827fe0e5.svg" |
|
|
|
src="/static/icons/机器人.svg" |
|
|
|
class="robot-avatar" |
|
|
|
></image> |
|
|
|
<view class="welcome-message"> |
|
|
|
@ -229,7 +229,7 @@ |
|
|
|
<text class="drawer-title">历史对话</text> |
|
|
|
<view class="drawer-actions"> |
|
|
|
<view class="delete-all-container"> |
|
|
|
<image class="delete-icon" src="https://d31zlh4on95l9h.cloudfront.net/images/a62a41f8513bf00b040fd8e79cfe04f4.svg"></image> |
|
|
|
<image class="delete-icon" src="/static/icons/Group_48095481.svg"></image> |
|
|
|
<text class="delete-all" @click="clearAllHistory">删除全部</text> |
|
|
|
</view> |
|
|
|
<view class="drawer-close" @click="onDrawerBackClick"><text class="drawer-close-icon"></text></view> |
|
|
|
@ -1346,7 +1346,7 @@ const onBackTopClick = () => { |
|
|
|
} |
|
|
|
|
|
|
|
.drawer-close { |
|
|
|
background: url('https://d31zlh4on95l9h.cloudfront.net/images/444fbe3218954f3f907664c91025c4e4.svg'); |
|
|
|
background: url('/static/icons/关闭2.svg'); |
|
|
|
width: 48rpx; |
|
|
|
height: 48rpx; |
|
|
|
border-radius: 24rpx; |
|
|
|
|