feat: add prompt translate handler

This commit is contained in:
RockYang
2023-12-11 06:56:00 +08:00
parent 91ed41b536
commit 5e1fe88b8b
5 changed files with 124 additions and 21 deletions

View File

@@ -105,12 +105,12 @@
:value="item.id"
/>
</el-select>
<!-- <el-button type="primary" @click="newChat">-->
<!-- <el-icon>-->
<!-- <Plus/>-->
<!-- </el-icon>-->
<!-- 新建-->
<!-- </el-button>-->
<el-button type="primary" @click="newChat">
<el-icon>
<Plus/>
</el-icon>
新建
</el-button>
<el-button type="success" @click="exportChat" plain>
<i class="iconfont icon-export"></i>
@@ -237,7 +237,7 @@ import {
Check,
Close,
Delete,
Edit,
Edit, Plus,
Promotion,
RefreshRight,
Search,