From 560a93e7b154d67f24bb6ee1cbf04e8c35d1921d Mon Sep 17 00:00:00 2001 From: DCloud__JSON Date: Thu, 8 Jun 2023 19:24:46 +0800 Subject: [PATCH] 1.0.23 --- changelog.md | 4 + components/llm-config/llm-config.vue | 80 +++++++++------ components/uni-ai-msg/uni-ai-msg.vue | 139 +++++++++++++++++++++------ manifest.json | 3 + package.json | 2 +- pages/chat/chat.vue | 61 ++++++++---- 6 files changed, 212 insertions(+), 77 deletions(-) diff --git a/changelog.md b/changelog.md index 1fec892..1a5ee0a 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,7 @@ +## 1.0.23(2023-06-08) +- 新增 支持单独删除某一次对话(注意:一次对话包含提问和回答2条消息) +- 更新 客户端网络请求超时时间(`manifest.json`->`networkTimeout`->`request`)设置为`600000`毫秒 [详情参考](https://uniapp.dcloud.net.cn/collocation/manifest.html#networktimeout) +- 修复 部分情况,消息发送失败 仍然会显示“ai正在思考中”的问题 ## 1.0.22(2023-06-07) - 修复 解决Vue3版本的微信小程序端 textarea的blur事件,会触发“清空会话”事件的问题 ## 1.0.21(2023-06-06) diff --git a/components/llm-config/llm-config.vue b/components/llm-config/llm-config.vue index 3ab4d87..c880148 100644 --- a/components/llm-config/llm-config.vue +++ b/components/llm-config/llm-config.vue @@ -1,11 +1,11 @@ - + - + }, + } + } + + \ No newline at end of file diff --git a/components/uni-ai-msg/uni-ai-msg.vue b/components/uni-ai-msg/uni-ai-msg.vue index d5c43df..051164f 100644 --- a/components/uni-ai-msg/uni-ai-msg.vue +++ b/components/uni-ai-msg/uni-ai-msg.vue @@ -1,5 +1,5 @@