diff --git a/changelog.md b/changelog.md index 1fec892d8071876bc91494650631bcd626ee32cd..1a5ee0a67ae794bdbc69e077703de56070a667db 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 3ab4d879c3a09b403b2565e36b77663c0f37d63b..c880148d7c1c4b652fb44ced2b4e6d94aa85a2a4 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 d5c43df0a1735aec09894f538cf63d6f40e854a1..051164f3b21ac55c0ccecfe5b056d17a55ae6d98 100644 --- a/components/uni-ai-msg/uni-ai-msg.vue +++ b/components/uni-ai-msg/uni-ai-msg.vue @@ -1,5 +1,5 @@