From 4f2748a733b711d6c75fa8f7b5df9e3ca271c7f6 Mon Sep 17 00:00:00 2001 From: Hai Liang W Date: Sun, 27 Mar 2022 14:03:41 +0800 Subject: [PATCH 1/6] Update README.md --- README.md | 66 +++++++++++++++++++++++++++---------------------------- 1 file changed, 33 insertions(+), 33 deletions(-) diff --git a/README.md b/README.md index d76101c4..ac83bcfe 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,38 @@ ## 产品演示 +

+ 欢迎页
+ +

+ +
+展开查看更多产品截图 +

+ +

+ 坐席工作台
+ +

+ +

+ 坐席监控
+ +

+ +

+ 集成客服机器人
+ +

+ +

+ 客服机器人应答
+ +

+ +

+
+ ### 坐席工作台 [https://cc.chatopera.com/](https://cc.chatopera.com/) @@ -110,39 +142,7 @@ ### 运营使用指南 -关于产品的具体使用说明,请参考[文档中心](https://docs.chatopera.com/products/cskefu/index.html)。 - -

- 欢迎页
- -

- -
-展开查看更多产品截图 -

- -

- 坐席工作台
- -

- -

- 坐席监控
- -

- -

- 集成客服机器人
- -

- -

- 客服机器人应答
- -

- -

-
+关于产品的具体使用说明,请参考[《春松客服文档》](https://docs.chatopera.com/products/cskefu/index.html)。 ### 立即上线机器人客服 From 0a2c517b2d7a173147deb01cac725fc11015b26b Mon Sep 17 00:00:00 2001 From: Hai Liang W Date: Sun, 27 Mar 2022 14:06:12 +0800 Subject: [PATCH 2/6] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ac83bcfe..1389e779 100644 --- a/README.md +++ b/README.md @@ -285,7 +285,8 @@ Chatopera 机器人平台包括知识库、多轮对话、意图识别和语音 ### 工单 -关于软件使用的任何问题,先开工单 - +遇到任何软件使用的问题,现在[工单历史记录](https://github.com/chatopera/cskefu/issues)中查询。 +如果没有找到相似问题,使用下面的链接创建新的工单 - - [Help: 开发环境搭建、功能咨询和使用问题等](https://github.com/chatopera/cskefu/issues/new?assignees=hailiang-wang&labels=help-wanted&template=1_help.md&title=Title%3A+%E7%94%A8%E4%B8%80%E5%8F%A5%E8%AF%9D%E9%99%88%E8%BF%B0%E4%BA%8B%E6%83%85%EF%BC%8C%E4%BF%9D%E8%AF%81%E8%A8%80%E7%AE%80%E6%84%8F%E8%B5%85%EF%BC%8C%E6%AF%94%E5%A6%82%E9%97%AE%E9%A2%98%E7%AE%80%E8%BF%B0%E5%8F%8A+root+cause+%E6%97%A5%E5%BF%97%E8%AF%AD%E5%8F%A5%EF%BC%8C%E6%9B%B4%E5%AE%B9%E6%98%93%E8%8E%B7%E5%BE%97%E5%B8%AE%E5%8A%A9) - [Bug: 提交软件缺陷](https://github.com/chatopera/cskefu/issues/new?assignees=hailiang-wang&labels=bug&template=2_bug_report.md&title=Title%3A+%E7%94%A8%E4%B8%80%E5%8F%A5%E8%AF%9D%E9%99%88%E8%BF%B0%E4%BA%8B%E6%83%85%EF%BC%8C%E4%BF%9D%E8%AF%81%E8%A8%80%E7%AE%80%E6%84%8F%E8%B5%85%EF%BC%8C%E6%AF%94%E5%A6%82%E9%97%AE%E9%A2%98%E7%AE%80%E8%BF%B0%E5%8F%8A+root+cause+%E6%97%A5%E5%BF%97%E8%AF%AD%E5%8F%A5%EF%BC%8C%E6%9B%B4%E5%AE%B9%E6%98%93%E8%8E%B7%E5%BE%97%E5%B8%AE%E5%8A%A9) From f60de23b5ea734082165564d3e2aa9ddb6f71175 Mon Sep 17 00:00:00 2001 From: zhouchuan <3131466733@qq.com> Date: Sun, 27 Mar 2022 14:13:11 +0800 Subject: [PATCH 3/6] =?UTF-8?q?=E8=A7=A3=E5=86=B3netty=E7=AB=AF=E5=8F=A3?= =?UTF-8?q?=E9=87=8D=E5=90=AF=E8=A2=AB=E5=8D=A0=E7=94=A8=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/chatopera/cc/config/MessagingServerConfigure.java | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/contact-center/app/src/main/java/com/chatopera/cc/config/MessagingServerConfigure.java b/contact-center/app/src/main/java/com/chatopera/cc/config/MessagingServerConfigure.java index 4c499774..9246d3d9 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/config/MessagingServerConfigure.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/config/MessagingServerConfigure.java @@ -66,6 +66,11 @@ public class MessagingServerConfigure { @Bean public SocketIOServer socketIOServer() throws NoSuchAlgorithmException, IOException { Configuration config = new Configuration(); + //解决对此重启服务时,netty端口被占用问题 + com.corundumstudio.socketio.SocketConfig tmpConfig = new com.corundumstudio.socketio.SocketConfig(); + tmpConfig.setReuseAddress(true); + config.setSocketConfig(tmpConfig); + // config.setHostname("localhost"); config.setPort(port); From 8e365e1cd344d4013bbb3e9275d8d92c706e6152 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Mon, 28 Mar 2022 01:45:10 +0000 Subject: [PATCH 4/6] docs: update README.md [skip ci] --- README.md | 95 ++++++++++++++++++++++++++++--------------------------- 1 file changed, 48 insertions(+), 47 deletions(-) diff --git a/README.md b/README.md index 1389e779..b3336401 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ # 春松客服:做好开源客服系统 -[![GitHub Stargazers](https://img.shields.io/github/stars/chatopera/cskefu.svg?style=social&label=Star&maxAge=2592000)](https://github.com/chatopera/cskefu/stargazers) [![GitHub Forks](https://img.shields.io/github/forks/chatopera/cskefu.svg?style=social&label=Fork&maxAge=2592000)](https://github.com/chatopera/cskefu/network/members) [![License](https://img.shields.io/github/license/chatopera/cskefu.svg)](https://github.com/chatopera/cskefu/blob/osc/LICENSE "开源许可协议") [![GitHub Issues](https://img.shields.io/github/issues/chatopera/cskefu.svg)](https://github.com/chatopera/cskefu/issues) [![GitHub Issues Closed](https://img.shields.io/github/issues-closed/chatopera/cskefu.svg)](https://github.com/chatopera/cskefu/issues?q=is%3Aissue+is%3Aclosed) [![Docker Tags](https://raw.githubusercontent.com/hailiang-wang/Rishit-dagli/master/badges/docker.svg)](https://hub.docker.com/repository/docker/chatopera/contact-center/tags?page=1&ordering=last_updated "Get Latest Docker Images") [![Docker Pulls](https://img.shields.io/docker/pulls/chatopera/contact-center.svg "Docker Pulls")](https://hub.docker.com/r/chatopera/contact-center/) -[![All Contributors](https://img.shields.io/badge/all_contributors-28-orange.svg?style=flat-square)](#contributors-) +[![GitHub Stargazers](https://img.shields.io/github/stars/chatopera/cskefu.svg?style=social&label=Star&maxAge=2592000)](https://github.com/chatopera/cskefu/stargazers) [![GitHub Forks](https://img.shields.io/github/forks/chatopera/cskefu.svg?style=social&label=Fork&maxAge=2592000)](https://github.com/chatopera/cskefu/network/members) [![License](https://img.shields.io/github/license/chatopera/cskefu.svg)](https://github.com/chatopera/cskefu/blob/osc/LICENSE "开源许可协议") [![GitHub Issues](https://img.shields.io/github/issues/chatopera/cskefu.svg)](https://github.com/chatopera/cskefu/issues) [![GitHub Issues Closed](https://img.shields.io/github/issues-closed/chatopera/cskefu.svg)](https://github.com/chatopera/cskefu/issues?q=is%3Aissue+is%3Aclosed) [![Docker Tags](https://raw.githubusercontent.com/hailiang-wang/Rishit-dagli/master/badges/docker.svg)](https://hub.docker.com/repository/docker/chatopera/contact-center/tags?page=1&ordering=last_updated "Get Latest Docker Images") [![Docker Pulls](https://img.shields.io/docker/pulls/chatopera/contact-center.svg "Docker Pulls")](https://hub.docker.com/r/chatopera/contact-center/) +[![All Contributors](https://img.shields.io/badge/all_contributors-29-orange.svg?style=flat-square)](#contributors-) [https://www.cskefu.com](https://www.cskefu.com/) | [Github](https://github.com/chatopera/cskefu) | [Gitee](https://gitee.com/chatopera/cskefu) | [GitCode](https://gitcode.net/chatopera/cskefu) @@ -227,51 +227,52 @@ Chatopera 机器人平台包括知识库、多轮对话、意图识别和语音 “投我以木桃,报之以琼瑶。匪报也,永以为好也!”,这是来自 3000 年前《诗经·木瓜》。 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Mukaiu

💻 🚇

Hai Liang W.

🔌 💵

SHIH

💻

luruiGit

💻

Enze

💻

邓超

💻

Happy5

🤔

kyle

💻 📢

xianliwang

📹 ⚠️

lihang2016

🤔

live-in-the-moment

🤔 🐛 ⚠️

ArioWei

⚠️

优客服

💻 ⚠️ 💼 🎨

lecjy

🤔 📢

徐。。

💻

viaco2ove

💻

understanding

⚠️

MQPearth

⚠️

SkorpiosL

⚠️

hua

💻

wq11123

⚠️ 📹 🤔

MouMouQQ

🤔 ⚠️

Tigerun

🤔

yangbailiang

🐛 ⚠️

lokywang

🤔

jichoucc

🐛 ⚠️

wuyongyin

🤔

Claire

⚠️
- - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Mukaiu

💻 🚇

Hai Liang W.

🔌 💵

SHIH

💻

luruiGit

💻

Enze

💻

邓超

💻

Happy5

🤔

kyle

💻 📢

xianliwang

📹 ⚠️

lihang2016

🤔

live-in-the-moment

🤔 🐛 ⚠️

ArioWei

⚠️

优客服

💻 ⚠️ 💼 🎨

lecjy

🤔 📢

徐。。

💻

viaco2ove

💻

understanding

⚠️

MQPearth

⚠️

SkorpiosL

⚠️

hua

💻

wq11123

⚠️ 📹 🤔

MouMouQQ

🤔 ⚠️

Tigerun

🤔

yangbailiang

🐛 ⚠️

lokywang

🤔

jichoucc

🐛 ⚠️

wuyongyin

🤔

Claire

⚠️

super

💻 📖
+ + + + ### 用户交流群 From ad441c753afc12ebfa0e30e257b742d32fbcc110 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Mon, 28 Mar 2022 01:45:12 +0000 Subject: [PATCH 6/6] docs: update .all-contributorsrc [skip ci] --- .all-contributorsrc | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.all-contributorsrc b/.all-contributorsrc index 344afbf1..5c8385aa 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -273,6 +273,16 @@ "contributions": [ "test" ] + }, + { + "login": "zc1813400107", + "name": "super", + "avatar_url": "https://avatars.githubusercontent.com/u/46372405?v=4", + "profile": "https://github.com/zc1813400107", + "contributions": [ + "code", + "doc" + ] } ], "projectName": "cskefu",