Skip to content

Latest commit

 

History

History
112 lines (89 loc) · 5.18 KB

README.zh.md

File metadata and controls

112 lines (89 loc) · 5.18 KB

bytedesk-react

NPM version NPM downloads

语言

部分功能

  • 微语官方技术支持
  • 100%全部开源,支持自定义界面
  • 支持人工客服
  • 支持机器人
  • 支持文字、图片、语音、表情
  • 支持消息预知:对方正在输入
  • 支持消息状态:送达、已读
  • 支持消息撤回
  • 对接第三方账号系统/多用户切换

Demo 下载

安装

npm install bytedesk-react --save
# or
yarn add bytedesk-react

使用

import { ChatFloat } from "bytedesk-react";
// 
<ChatFloat
    chatUrl="http://localhost:9006/chat?t=1&sid=default_wg_uid&"
    //buttonPosition: 'right', // botton position:left or right
    //buttonBackgroundColor: 'blue', // button background color
    //iframeWidth: 400,
    //iframeHeight: 600,
    //iframeMargins: { right: 20, bottom: 20, left: 20 }, // iframe margins
    //buttonMargins: { right: 20, bottom: 20, left: 20 }, // button margins
    //showButton: true, // show button or not
    //showIframe: true // show iframe or not
/>
// params:
chatUrl: 客服链接;

获取客服链接

示例

自定义按钮颜色 按钮放在窗口左下角 自定义按钮边距 自定义聊天窗口边距 自定义聊天窗口宽度

对话SDK

Project Description Forks Stars
iOS-swift iOS swift GitHub forks GitHub Repo stars
Android Android GitHub forks GitHub Repo stars
Flutter Flutter GitHub forks GitHub Repo stars
React React GitHub forks GitHub Repo stars
UniApp Uniapp GitHub forks GitHub Repo stars
Web/Vue Web/Vue GitHub forks GitHub Repo stars

客户端

技术栈

联系