From 3a3ae0aa84279afaf79a5c866a580e4b597814d4 Mon Sep 17 00:00:00 2001 From: DCloud__JSON Date: Wed, 24 May 2023 12:13:42 +0800 Subject: [PATCH] 1.0.13 --- changelog.md | 2 ++ components/uni-ai-msg/uni-ai-msg.vue | 15 +++++++-------- package.json | 2 +- pages/chat/chat.vue | 5 ++++- 4 files changed, 14 insertions(+), 10 deletions(-) diff --git a/changelog.md b/changelog.md index 626881a..ceef1ee 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,5 @@ +## 1.0.13(2023-05-24) +- 修复 由`1.0.12`重构部分逻辑引起的,配置的广告位id无效的问题 ## 1.0.12(2023-05-22) - 优化 提升性能 - 更新 更改`uni-ai-chat`云对象的`runtime`版本为`Nodejs12` diff --git a/components/uni-ai-msg/uni-ai-msg.vue b/components/uni-ai-msg/uni-ai-msg.vue index 7004ed0..0f2058b 100644 --- a/components/uni-ai-msg/uni-ai-msg.vue +++ b/components/uni-ai-msg/uni-ai-msg.vue @@ -33,6 +33,11 @@