1.1.20 • Published 5 years ago

chat_embedding v1.1.20

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

chat_embedding

支持 Typescript

聊天机器人嵌入脚本

NPM version

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

PropertyDescriptionRequiredDefaultType
serverUrl聊天机器人服务地址string
position聊天机器人位置{left:100,bottom:100,}{left?:number,bottom?:number,right?:number,top?:number}
modalWidth聊天窗口宽800number
modalHeight聊天窗口高500number
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