From 4db900f81805aa07ae9180ae15031fa07485ec6c Mon Sep 17 00:00:00 2001 From: DCloud__JSON Date: Mon, 24 Apr 2023 23:43:37 +0800 Subject: [PATCH] 1.0.0 --- .hbuilderx/launch.json | 4 +- components/uni-ai-msg/uni-ai-msg.vue | 96 ++++++++++++++++--- manifest.json | 2 +- pages/chat/chat.vue | 54 +++++++++-- unpackage/dist/dev/mp-weixin/common/vendor.js | 2 +- .../components/uni-ai-msg/uni-ai-msg.js | 17 +++- .../components/uni-ai-msg/uni-ai-msg.wxml | 2 +- .../components/uni-ai-msg/uni-ai-msg.wxss | 4 +- .../dist/dev/mp-weixin/pages/chat/chat.js | 15 +-- .../dist/dev/mp-weixin/pages/chat/chat.wxss | 8 +- 10 files changed, 163 insertions(+), 41 deletions(-) diff --git a/.hbuilderx/launch.json b/.hbuilderx/launch.json index f1174f0..c6a36ef 100644 --- a/.hbuilderx/launch.json +++ b/.hbuilderx/launch.json @@ -4,7 +4,7 @@ "configurations": [{ "app-plus" : { - "launchtype" : "local" + "launchtype" : "remote" }, "default" : { @@ -16,7 +16,7 @@ }, "mp-weixin" : { - "launchtype" : "local" + "launchtype" : "remote" }, "type" : "uniCloud" } diff --git a/components/uni-ai-msg/uni-ai-msg.vue b/components/uni-ai-msg/uni-ai-msg.vue index f7483dd..9970a73 100644 --- a/components/uni-ai-msg/uni-ai-msg.vue +++ b/components/uni-ai-msg/uni-ai-msg.vue @@ -1,6 +1,12 @@ -