Feat(AI):用户提问增加复制按钮
This commit is contained in:
@@ -33,6 +33,16 @@
|
||||
{{ item.prompt }}
|
||||
</view>
|
||||
</view>
|
||||
<view class="item-right-tools">
|
||||
<view class="btn" @click="copyContentHandle(item.prompt)">
|
||||
<image
|
||||
:src="webUrl + '/aiChat/icon-02.png'"
|
||||
class="icon"
|
||||
mode="widthFix"
|
||||
/>
|
||||
复制
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view v-if="item.type === -2" class="chat-message-body">
|
||||
<view class="avatar">
|
||||
|
||||
@@ -173,6 +173,16 @@
|
||||
{{ item.prompt }}
|
||||
</view>
|
||||
</view>
|
||||
<view class="item-right-tools">
|
||||
<view class="btn" @click="copyContentHandle(item.prompt)">
|
||||
<image
|
||||
:src="webUrl + '/aiChat/icon-02.png'"
|
||||
class="icon"
|
||||
mode="widthFix"
|
||||
/>
|
||||
复制
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view v-if="item.type === -2" class="chat-message-body">
|
||||
<view class="avatar">
|
||||
|
||||
Reference in New Issue
Block a user