1.1.20 • Published 5 years ago
chat_embedding v1.1.20
chat_embedding
支持 Typescript
聊天机器人嵌入脚本
Getting started
Using npm or yarn
$ npm install chat_embedding
import chatEmbedding from "chat_embedding"
chatEmbedding.run({
serverUrl: "http://10.0.10.100:8237",
})
Import in Browser
// 聊天机器人服务地址
var serverUrl = "http://10.0.10.100:8237"
// 脚本文件地址
var jsFileUrl = serverUrl+"/static/js/chat_embedding.js"
var scriptTag = document.createElement('script');
scriptTag.src = jsFileUrl;
scriptTag.onload = function () {
chatEmbedding.default.run({serverUrl})
}
document.body.appendChild(scriptTag);
Parameters
Property | Description | Required | Default | Type |
---|---|---|---|---|
serverUrl | 聊天机器人服务地址 | 是 | string | |
position | 聊天机器人位置 | 否 | {left:100,bottom:100,} | {left?:number,bottom?:number,right?:number,top?:number} |
modalWidth | 聊天窗口宽 | 否 | 800 | number |
modalHeight | 聊天窗口高 | 否 | 500 | number |
logoSrc | 聊天窗口 logo 地址 | 否 | string |
1.1.20
5 years ago
1.1.19
5 years ago
1.1.18
5 years ago
1.1.17
5 years ago
1.1.16
5 years ago
1.1.15
5 years ago
1.1.14
5 years ago
1.1.13
5 years ago
1.1.12
5 years ago
1.1.11
5 years ago
1.1.9
5 years ago
1.1.10
5 years ago
1.1.8
5 years ago
1.1.7
5 years ago
1.1.6
5 years ago
1.1.5
5 years ago
1.1.4
5 years ago
1.1.3
5 years ago
1.1.2
5 years ago
1.1.1
5 years ago
1.1.0
5 years ago
1.0.11
5 years ago
1.0.10
5 years ago
1.0.9
5 years ago
1.0.8
5 years ago
1.0.7
5 years ago
1.0.6
5 years ago
1.0.5
5 years ago
1.0.4
5 years ago
1.0.3
5 years ago
1.0.2
5 years ago
1.0.1
5 years ago
1.0.0
5 years ago