mirror of
https://github.com/chatopera/cosin.git
synced 2025-06-16 18:30:03 +08:00
https://github.com/chatopera/cskefu/issues/721 add reminder for chatbot agent service
This commit is contained in:
parent
e790c52bec
commit
0a27612991
@ -50,6 +50,7 @@ cs.im.server.ssl.port=
|
|||||||
spring.servlet.multipart.enabled=true
|
spring.servlet.multipart.enabled=true
|
||||||
spring.servlet.multipart.max-file-size=15MB
|
spring.servlet.multipart.max-file-size=15MB
|
||||||
spring.servlet.multipart.max-request-size=15MB
|
spring.servlet.multipart.max-request-size=15MB
|
||||||
|
spring.thymeleaf.enabled=false
|
||||||
|
|
||||||
server.tomcat.remote-ip-header=x-forwarded-for
|
server.tomcat.remote-ip-header=x-forwarded-for
|
||||||
server.tomcat.protocol-header=x-forwarded-proto
|
server.tomcat.protocol-header=x-forwarded-proto
|
||||||
|
@ -193,7 +193,7 @@ block content
|
|||||||
|
|
||||||
.row(style='padding:5px;')
|
.row(style='padding:5px;')
|
||||||
.col-lg-12
|
.col-lg-12
|
||||||
| 还没有智能机器人,
|
| 还没有智能机器人?新用户赠送免费试用资源包,
|
||||||
a(href='javascript:void(0)', onclick='showChatbotCreateDialogue()') 现在去创建!
|
a(href='javascript:void(0)', onclick='showChatbotCreateDialogue()') 现在去创建!
|
||||||
script.
|
script.
|
||||||
// 打开文档中心
|
// 打开文档中心
|
||||||
|
@ -218,10 +218,9 @@ script(language='javascript').
|
|||||||
.layui-tab(style='margin-top:0px;')
|
.layui-tab(style='margin-top:0px;')
|
||||||
ul.layui-tab-title
|
ul.layui-tab-title
|
||||||
li.layui-this 访客
|
li.layui-this 访客
|
||||||
if aisuggest && aisuggest == true
|
li#robot(onclick="$('#dot').css('display','none')")
|
||||||
li#robot(onclick="$('#dot').css('display','none')")
|
span 智能机器人
|
||||||
span 智能机器人
|
span#dot(style=" width: 7px;height: 7px;background: red;-moz-border-radius: 50%;-webkit-border-radius: 50%;border-radius: 50%;position: absolute;top: 5px;display: inline-block")
|
||||||
span#dot(style=" width: 7px;height: 7px;background: red;-moz-border-radius: 50%;-webkit-border-radius: 50%;border-radius: 50%;position: absolute;top: 5px;display: none")
|
|
||||||
li 历史
|
li 历史
|
||||||
li 搜索历史消息
|
li 搜索历史消息
|
||||||
.layui-tab-content(style='padding: 5px 0px 0px;')
|
.layui-tab-content(style='padding: 5px 0px 0px;')
|
||||||
@ -295,6 +294,18 @@ script(language='javascript').
|
|||||||
.ukefu-empty(style="background: none")
|
.ukefu-empty(style="background: none")
|
||||||
i.layui-icon
|
i.layui-icon
|
||||||
div(style="") 未触发知识库查询
|
div(style="") 未触发知识库查询
|
||||||
|
else
|
||||||
|
.layui-tab-item
|
||||||
|
.box
|
||||||
|
.box-title
|
||||||
|
h1.site-h1(style="background-color:#EEEEEE;")
|
||||||
|
| 知识库快捷
|
||||||
|
.box-body(style="padding:0px 10px;")
|
||||||
|
ul#quickReplyBox.info-list.ukefu-quick-reply
|
||||||
|
li(style="list-style: none;background-image: url();padding: 50px 0 50px;")
|
||||||
|
.ukefu-empty(style="background: none")
|
||||||
|
i.layui-icon
|
||||||
|
div(style="") 知识库快捷:提高用户满意度,提升工作效率。系统管理员进入【系统-智能对话机器人】绑定渠道开始使用。
|
||||||
.layui-tab-item
|
.layui-tab-item
|
||||||
.box
|
.box
|
||||||
.box-title
|
.box-title
|
||||||
|
Loading…
x
Reference in New Issue
Block a user