Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
DCloud
uni-ai-chat
提交
3a3ae0aa
U
uni-ai-chat
项目概览
DCloud
/
uni-ai-chat
通知
893
Star
11
Fork
8
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
2
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
U
uni-ai-chat
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
2
Issue
2
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
3a3ae0aa
编写于
5月 24, 2023
作者:
DCloud_JSON
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
1.0.13
上级
1223366f
变更
4
隐藏空白更改
内联
并排
Showing
4 changed file
with
14 addition
and
10 deletion
+14
-10
changelog.md
changelog.md
+2
-0
components/uni-ai-msg/uni-ai-msg.vue
components/uni-ai-msg/uni-ai-msg.vue
+7
-8
package.json
package.json
+1
-1
pages/chat/chat.vue
pages/chat/chat.vue
+4
-1
未找到文件。
changelog.md
浏览文件 @
3a3ae0aa
## 1.0.13(2023-05-24)
-
修复 由
`1.0.12`
重构部分逻辑引起的,配置的广告位id无效的问题
## 1.0.12(2023-05-22)
-
优化 提升性能
-
更新 更改
`uni-ai-chat`
云对象的
`runtime`
版本为
`Nodejs12`
...
...
components/uni-ai-msg/uni-ai-msg.vue
浏览文件 @
3a3ae0aa
...
...
@@ -33,6 +33,11 @@
</
template
>
<
script
>
// 获取广告id
const
{
adpid
}
=
config
import
{
msgList
}
from
'
@/pages/chat/msgList.js
'
;
// 引入markdown-it库
...
...
@@ -84,7 +89,8 @@
msg:{
content:""
},
msgIndexList:0
msgIndexList:0,
adpid
};
},
mounted() {
...
...
@@ -118,13 +124,6 @@
this.msg = msgList[this.msgIndex]
},
props: {
// // 传入的markdown内容
// md: {
// type: String,
// default () {
// return
''
// }
// },
// 是否显示鼠标闪烁的效果
showCursor: {
type: [Boolean, Number],
...
...
package.json
浏览文件 @
3a3ae0aa
{
"id"
:
"uni-ai-chat"
,
"name"
:
"uni-ai-chat"
,
"version"
:
"1.0.1
2
"
,
"version"
:
"1.0.1
3
"
,
"description"
:
"基于uni-ai的聊天示例项目,支持流式、支持前文总结,云端一体"
,
"main"
:
"main.js"
,
"scripts"
:
{
...
...
pages/chat/chat.vue
浏览文件 @
3a3ae0aa
...
...
@@ -552,7 +552,10 @@
})
.
then
(
res
=>
{
// console.log(111,res);
if
(
!
sseChannel
&&
res
.
data
)
{
if
(
!
sseChannel
)
{
if
(
!
res
.
data
){
return
}
// 更新最后一条消息的状态为100(发送成功)
this
.
updateLastMsg
({
state
:
100
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录