From 84648a4d5b8304c5a88fd6c7237a5045b27423a9 Mon Sep 17 00:00:00 2001 From: DCloud__JSON Date: Thu, 11 May 2023 21:07:17 +0800 Subject: [PATCH] 1.0.5 --- changelog.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index dbf167d..b896180 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,5 @@ +## 1.0.5(2023-05-11) +- 新增代码注释 ## 1.0.4(2023-05-10) - 修复 uni-ai默认服务商,检测到内容涉及违规后 内容会返回一部分或卡住的问题(HBuilderX3.8.2起或连接云端云函数支持) - 修复 web-pc端当回车键敲得较快时 发送的内容不正确的问题 diff --git a/package.json b/package.json index b39c41f..5de8494 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "id": "uni-ai-chat", "name": "uni-ai-chat", - "version": "1.0.4", + "version": "1.0.5", "description": "基于uni-ai的聊天示例项目,支持流式、支持前文总结,云端一体", "main": "main.js", "scripts": { -- GitLab