From a849c93c6899021800c3d99ee5daa019244a1c92 Mon Sep 17 00:00:00 2001 From: linju Date: Mon, 30 Oct 2023 19:53:56 +0800 Subject: [PATCH] 1.2.12 --- changelog.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 4c6ab9a..8ac8924 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,5 @@ +## 1.2.12(2023-10-30) +- 修复 在Safari浏览器下的兼容性 ## 1.2.11(2023-10-20) - 优化 uni-ai 回复的内容为较长的代码时,流式渲染期间虚拟光标没有闪烁的问题 ## 1.2.10(2023-07-19) diff --git a/package.json b/package.json index 1eda836..e4e69dd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "id": "uni-ai-chat", "name": "uni-ai-chat", - "version": "1.2.11", + "version": "1.2.12", "description": "基于uni-ai的聊天示例项目,支持流式、支持前文总结,云端一体", "main": "main.js", "scripts": { -- GitLab