From 2225c691c443572fc93ceac7954a5ba4b87661bf Mon Sep 17 00:00:00 2001 From: DCloud__JSON Date: Mon, 19 Jun 2023 12:04:37 +0800 Subject: [PATCH] 1.2.3 --- changelog.md | 2 ++ package.json | 4 ++-- pages/chat/chat.vue | 6 +++--- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/changelog.md b/changelog.md index 755772b..5111723 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,5 @@ +## 1.2.3(2023-06-19) +- 更新 默认不启用(注释掉)广告组件`uni-ad-rewarded-video` ## 1.2.2(2023-06-16) - 修复 部分情况下,通过 uni-ai 计费网关发起调用,“服务商接口抛出错误”会导致界面卡住的问题 - 修复 部分情况下,客户端关闭广告事件触发多次的问题 diff --git a/package.json b/package.json index e6d15f9..c07739a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "id": "uni-ai-chat", "name": "uni-ai-chat", - "version": "1.2.2", + "version": "1.2.3", "description": "基于uni-ai的聊天示例项目,支持流式、支持前文总结,云端一体", "main": "main.js", "scripts": { @@ -37,7 +37,7 @@ } }, "engines": { - "HBuilderX": "^3.7.10" + "HBuilderX": "^3.8.5" }, "directories": { "example": "../../temps/example_temps" diff --git a/pages/chat/chat.vue b/pages/chat/chat.vue index 8374044..de91fa2 100644 --- a/pages/chat/chat.vue +++ b/pages/chat/chat.vue @@ -22,11 +22,11 @@ - - + + ▣ 停止响应 -- GitLab