From 2a5d4ce418218ceed823f548dde97ff7e3e678ae Mon Sep 17 00:00:00 2001 From: DCloud__JSON Date: Mon, 8 May 2023 16:42:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=BF=E6=8D=A2=20SSEChannel=20=E4=B8=BA=20s?= =?UTF-8?q?seChannel?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 2 +- pages/chat/chat.vue | 688 +++++++++--------- .../cloudfunctions/uni-ai-chat/index.obj.js | 24 +- .../opendb-app-client-key.schema.json | 34 - .../database/uni-ai-chat.schema.json | 30 - .../database/uni-id-scores.schema.json | 46 ++ 6 files changed, 403 insertions(+), 421 deletions(-) delete mode 100644 uniCloud-aliyun/database/opendb-app-client-key.schema.json delete mode 100644 uniCloud-aliyun/database/uni-ai-chat.schema.json create mode 100644 uniCloud-aliyun/database/uni-id-scores.schema.json diff --git a/manifest.json b/manifest.json index 2e642ec..06b07d8 100644 --- a/manifest.json +++ b/manifest.json @@ -88,7 +88,7 @@ "vueVersion" : "3", "h5" : { "unipush" : { - "enable" : false + "enable" : true } }, "fallbackLocale" : "zh-Hans" diff --git a/pages/chat/chat.vue b/pages/chat/chat.vue index 7b99ad6..6a6f96b 100644 --- a/pages/chat/chat.vue +++ b/pages/chat/chat.vue @@ -1,39 +1,39 @@ - + - -