update readme picture url

This commit is contained in:
LittleBoy 2020-01-09 20:28:17 +08:00
parent 82d6c0c7d9
commit 346c342266

View File

@ -5,7 +5,7 @@
公司商城里面想加个在线客服,但是第三方的的太贵,功能太多又又不上。所以闲暇时间写了这个,让公司能暂时用起来。
# 安装
git clone http://home.xiaoyan.me:3000/Dev/kefu.git
git clone http://git.wm-app.xyz/yaclty/kefu.git
cd KeFu
@ -14,18 +14,18 @@ npm install
pm2 start bin/www --name kefu
# 使用
1打开localhost:9010/client --客户端
1打开 localhost:9010/client --客户端
2打开localhost:9010 --服务端
2打开 localhost:9010 --服务端
# 实例截图
客户端
![Alt text](http://home.xiaoyan.me:3000/Dev/kefu/raw/master/public/images/client.png)
![Alt text](kefu/raw/master/public/images/client.png)
服务端
![Alt text](http://home.xiaoyan.me:3000/Dev/kefu/raw/master/public/images/server.png)
![Alt text](kefu/raw/master/public/images/server.png)
# 在线实例