From acbc31a29f672ea128a82e140ddc3b4eb4325fb6 Mon Sep 17 00:00:00 2001 From: Hai Liang Wang Date: Sun, 11 Sep 2022 07:39:47 +0100 Subject: [PATCH] https://github.com/cskefu/cskefu-docs/issues/6 update docs link in sourcecodes --- .github/workflows/pr_checks_package.yml | 2 +- CHANGELOG.md | 6 +- CONTRIBUTING.md | 15 ++-- README.md | 68 +++++++++---------- contact-center/README.md | 2 +- .../chatbot/ChatbotEventSubscription.java | 2 +- .../app/src/main/resources/banner.txt | 6 +- .../src/main/resources/static/testclient.html | 2 +- .../admin/channel/messenger/index.pug | 2 +- .../templates/admin/system/chatbot/index.pug | 4 +- .../main/resources/templates/apps/index.pug | 4 +- .../src/main/resources/templates/login.pug | 6 +- contact-center/root/pom.xml | 4 +- public/plugins/README.md | 4 +- sample.env | 4 +- 15 files changed, 65 insertions(+), 66 deletions(-) diff --git a/.github/workflows/pr_checks_package.yml b/.github/workflows/pr_checks_package.yml index 526033f1..bba761a1 100644 --- a/.github/workflows/pr_checks_package.yml +++ b/.github/workflows/pr_checks_package.yml @@ -13,7 +13,7 @@ jobs: - run: | cd $GITHUB_WORKSPACE && pwd if [ ! -d .git ]; then git init; git config user.email "you@dummy.com"; git config user.name "dummy"; git add --all && git commit -q -m "Only fix mvn goals for github workflow"; fi - if [ -f ~/.cskefu.rc ]; then source ~/.cskefu.rc; else echo "Not found ~/.cskefu.rc; find info with https://github.com/chatopera/cskefu/issues/688"; exit 1; fi + if [ -f ~/.cskefu.rc ]; then source ~/.cskefu.rc; else echo "Not found ~/.cskefu.rc; find info with https://github.com/cskefu/cskefu/issues/688"; exit 1; fi java -version && mvn -version $GITHUB_WORKSPACE/public/plugins/scripts/install-all.sh cd $GITHUB_WORKSPACE/contact-center && ./admin/package.sh \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index bcf6c2fc..83d92693 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ # 7.0.1 -- SQL 数据库升级脚本:v6 到 v7 的 Rolling Upgrade 脚本 +- SQL 数据库升级脚本:v6 到 v7 的 Rolling Upgrade 脚本 # 7.0.0 @@ -12,7 +12,7 @@ [Blog](https://chatopera.blog.csdn.net/article/details/113786505) -[Commits](https://github.com/chatopera/cskefu/issues/406) +[Commits](https://github.com/cskefu/cskefu/issues/406) # 6.0.0 @@ -23,7 +23,7 @@ # 5.1.1 -- 兼容最新的 Chatopera 机器人平台(https://bot.chatopera.com) +- 兼容最新的 Chatopera 机器人平台() # 5.0.0 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 24a39f86..f5736fbd 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,29 +4,28 @@ ## 提交反馈 -在[春松客服 GitHub Issues](https://github.com/chatopera/cskefu/issues)中,先搜索是否有重复的。然后进行补充或新建 Issue。 +在[春松客服 GitHub Issues](https://github.com/cskefu/cskefu/issues)中,先搜索是否有重复的。然后进行补充或新建 Issue。 ## 提交代码 从零开始,一步步介绍: -[https://docs.chatopera.com/products/cskefu/osc/contribution.html](https://docs.chatopera.com/products/cskefu/osc/contribution.html) +[https://docs.cskefu.com/docs/osc/contribution](https://docs.cskefu.com/docs/osc/contribution) ## 提交文档 春松客服文档中心的项目,也是开源的,地址在: -[https://github.com/chatopera/docs](https://github.com/chatopera/docs) +[https://github.com/cskefu/cskefu-docs](https://github.com/cskefu/cskefu-docs) 春松客服文档 Markdown 文件路径: -[https://github.com/chatopera/docs/tree/master/docfx_project/products/cskefu](https://github.com/chatopera/docs/tree/master/docfx_project/products/cskefu) +[https://github.com/cskefu/cskefu-docs/tree/main/docs](https://github.com/cskefu/cskefu-docs/tree/main/docs) 更新文档: -1)提交 PR 到[春松客服文档中心 GitHub 仓库](https://github.com/chatopera/docs),一步到位。 - -2)提交 Issue 到[春松客服 Issues](https://github.com/chatopera/cskefu/issues/new), 并撰写文档内容,使用该方案则需要后续其他协作者提交到 [春松客服文档中心 GitHub 仓库](https://github.com/chatopera/docs) 中。 +1)提交 PR 到[春松客服文档中心 GitHub 仓库](https://github.com/cskefu/cskefu-docs/tree/main/docs),一步到位。 +2)提交 Issue 到[春松客服 Issues](https://github.com/cskefu/cskefu/issues/new), 并撰写文档内容,使用该方案则需要后续其他协作者提交到 [春松客服文档中心 GitHub 仓库](https://github.com/cskefu/cskefu-docs) 中。 ## 期待您成为春松客服贡献者 @@ -37,4 +36,4 @@ 团结是共赢,分裂是全输。 -![image](./public/assets/screenshot-20220323-163051.jpg) \ No newline at end of file +![image](./public/assets/screenshot-20220323-163051.jpg) diff --git a/README.md b/README.md index 63c215a4..1aab1338 100644 --- a/README.md +++ b/README.md @@ -6,12 +6,12 @@ # 春松客服:上线开源客服系统 -[![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://www.cskefu.com/2022/06/24/cskefu-opensource-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](https://img.shields.io/docker/pulls/chatopera/contact-center.svg "Docker Pulls")](https://hub.docker.com/r/chatopera/contact-center/) +[![GitHub Stargazers](https://img.shields.io/github/stars/chatopera/cskefu.svg?style=social&label=Star&maxAge=2592000)](https://github.com/cskefu/cskefu/stargazers) [![GitHub Forks](https://img.shields.io/github/forks/chatopera/cskefu.svg?style=social&label=Fork&maxAge=2592000)](https://github.com/cskefu/cskefu/network/members) [![License](https://img.shields.io/github/license/chatopera/cskefu.svg)](https://www.cskefu.com/2022/06/24/cskefu-opensource-license/ "开源许可协议") [![GitHub Issues](https://img.shields.io/github/issues/chatopera/cskefu.svg)](https://github.com/cskefu/cskefu/issues) [![GitHub Issues Closed](https://img.shields.io/github/issues-closed/chatopera/cskefu.svg)](https://github.com/cskefu/cskefu/issues?q=is%3Aissue+is%3Aclosed) [![docker](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-30-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) +[https://www.cskefu.com](https://www.cskefu.com/) | [GitHub](https://github.com/cskefu/cskefu) | [Gitee](https://gitee.com/chatopera/cskefu) | [GitCode](https://gitcode.net/chatopera/cskefu) :hearts: 春松客服的愿景: @@ -41,49 +41,49 @@ ## 开发者列表 ✨ -:evergreen_tree: 春松客服是开源的智能客服系统,于 2018 年 9 月由 [Chatopera](https://www.chatopera.com) 发布,在开源社区协作中优化和完善,春松客服属于[春松客服开源社区](https://github.com/chatopera/cskefu#%E6%98%A5%E6%9D%BE%E5%AE%A2%E6%9C%8D%E5%BC%80%E6%BA%90%E7%A4%BE%E5%8C%BA)。 +:evergreen_tree: 春松客服是开源的智能客服系统,于 2018 年 9 月由 [Chatopera](https://www.chatopera.com) 发布,在开源社区协作中优化和完善,春松客服属于[春松客服开源社区](https://github.com/cskefu/cskefu#%E6%98%A5%E6%9D%BE%E5%AE%A2%E6%9C%8D%E5%BC%80%E6%BA%90%E7%A4%BE%E5%8C%BA)。 - + - - - - + + + + - - + + - - - + + + - - - - + + + + - - - - + + + + - + - + - - - + + +

Mukaiu

💻 🚇

Mukaiu

💻 🚇

Hai Liang W.

🔌 💵

SHIH

💻

luruiGit

💻

Enze

💻

邓超

💻

SHIH

💻

luruiGit

💻

Enze

💻

邓超

💻

Happy5

🤔

kyle

💻 📢

xianliwang

📹 ⚠️

kyle

💻 📢

xianliwang

📹 ⚠️

lihang2016

🤔

live-in-the-moment

🤔 🐛 ⚠️

ArioWei

⚠️

优客服

💻 ⚠️ 💼 🎨

live-in-the-moment

🤔 🐛 ⚠️

ArioWei

⚠️

优客服

💻 ⚠️ 💼 🎨

lecjy

🤔 📢

徐。。

💻

viaco2ove

💻

understanding

⚠️

MQPearth

⚠️

徐。。

💻

viaco2ove

💻

understanding

⚠️

MQPearth

⚠️

SkorpiosL

⚠️

hua

💻

wq11123

⚠️ 📹 🤔

MouMouQQ

🤔 ⚠️

SkorpiosL

⚠️

hua

💻

wq11123

⚠️ 📹 🤔

MouMouQQ

🤔 ⚠️

Tigerun

🤔

yangbailiang

🐛 ⚠️

yangbailiang

🐛 ⚠️

lokywang

🤔

jichoucc

🐛 ⚠️

jichoucc

🐛 ⚠️

wuyongyin

🤔

Claire

⚠️

super

💻 📖

xiaobo9

💻

Claire

⚠️

super

💻 📖

xiaobo9

💻
@@ -96,7 +96,7 @@ -春松客服提供的开源代码,即[CSKeFu](https://github.com/chatopera/cskefu),包含多个开箱即用的模块: +春松客服提供的开源代码,即[CSKeFu](https://github.com/cskefu/cskefu),包含多个开箱即用的模块: - 账号及组织机构管理:按组织、角色分配账号权限 @@ -209,7 +209,7 @@

应用场景示例
- +

支持企业 OA 智能问答、HR 智能问答、智能客服和网络营销等场景。企业 IT 部门、业务部门借助 Chatopera 云服务快速让聊天机器人上线! @@ -240,13 +240,13 @@ ### 工单 -遇到任何软件使用的问题,先在[工单历史记录](https://github.com/chatopera/cskefu/issues)中查询。 +遇到任何软件使用的问题,先在[工单历史记录](https://github.com/cskefu/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) -- [Requirement: 描述新需求、反馈建议](https://github.com/chatopera/cskefu/issues/new?assignees=hailiang-wang&labels=requirement&template=3_requirement.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) -- [Profiling: 瓶颈分析、性能优化建议和安全漏洞等](https://github.com/chatopera/cskefu/issues/new?assignees=hailiang-wang&labels=profiling&template=4_profiling.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) +- [Help: 开发环境搭建、功能咨询和使用问题等](https://github.com/cskefu/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/cskefu/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) +- [Requirement: 描述新需求、反馈建议](https://github.com/cskefu/cskefu/issues/new?assignees=hailiang-wang&labels=requirement&template=3_requirement.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) +- [Profiling: 瓶颈分析、性能优化建议和安全漏洞等](https://github.com/cskefu/cskefu/issues/new?assignees=hailiang-wang&labels=profiling&template=4_profiling.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) ### 开发者文档 @@ -256,7 +256,7 @@ - [IDE 配置和使用之 Eclipse IDE](https://docs.cskefu.com/docs/osc/ide_eclipse) - 定制开发技能 - [系统集成之 RestAPIs](https://docs.cskefu.com/docs/osc/restapi) - - [从零开始学习定制春松客服技能:春松客服大讲堂 PPT 课件及视频](https://github.com/chatopera/cskefu.djt) + - [从零开始学习定制春松客服技能:春松客服大讲堂 PPT 课件及视频](https://github.com/cskefu/cskefu.djt) - [掌握春松客服前端框架 Pugjs,介绍及使用注意事项](https://blog.csdn.net/samurais/article/details/114576611) - [提交代码](https://docs.cskefu.com/docs/osc/contribution) diff --git a/contact-center/README.md b/contact-center/README.md index 48e60757..680f75f6 100644 --- a/contact-center/README.md +++ b/contact-center/README.md @@ -4,4 +4,4 @@ ## 文档 -https://docs.chatopera.com/products/cskefu/index.html + diff --git a/contact-center/app/src/main/java/com/chatopera/cc/plugins/chatbot/ChatbotEventSubscription.java b/contact-center/app/src/main/java/com/chatopera/cc/plugins/chatbot/ChatbotEventSubscription.java index b49711c5..af7a3e8c 100644 --- a/contact-center/app/src/main/java/com/chatopera/cc/plugins/chatbot/ChatbotEventSubscription.java +++ b/contact-center/app/src/main/java/com/chatopera/cc/plugins/chatbot/ChatbotEventSubscription.java @@ -272,7 +272,7 @@ public class ChatbotEventSubscription { itemResp.setExpmsg(null); // 处理不同答案类型 - // 数据格式:https://github.com/chatopera/cskefu/issues/468 + // 数据格式:https://github.com/cskefu/cskefu/issues/468 if (item.getString("type").equals("plain")) { itemResp.setMessage(item.getString("content")); chatbotProxy.saveAndPublish(itemResp); diff --git a/contact-center/app/src/main/resources/banner.txt b/contact-center/app/src/main/resources/banner.txt index 6e7ada31..23e6c2ae 100644 --- a/contact-center/app/src/main/resources/banner.txt +++ b/contact-center/app/src/main/resources/banner.txt @@ -10,11 +10,11 @@ 开源社区:https://www.cskefu.com 系统进行初始化,第一次安装后,根据文档进行配置 -https://docs.chatopera.com/products/cskefu/initialization.html +https://docs.cskefu.com/cskefu-docs/docs/initialization 开发者社区、使用维护等文档 -https://docs.chatopera.com/products/cskefu/osc/index.html +https://docs.cskefu.com/cskefu-docs/docs/osc/ 反馈建议& 提交 BUG -https://github.com/chatopera/cskefu/issues +https://github.com/cskefu/cskefu/issues ---------------------------------------------------------------- \ No newline at end of file diff --git a/contact-center/app/src/main/resources/static/testclient.html b/contact-center/app/src/main/resources/static/testclient.html index 0278e16b..ab280a22 100644 --- a/contact-center/app/src/main/resources/static/testclient.html +++ b/contact-center/app/src/main/resources/static/testclient.html @@ -70,7 +70,7 @@
  • 帮助企业快速获得开箱即用的智能客服系统 / Get Customer Support System in minutes
  • 成为开发者首选的客服系统开发框架 / To be Top 1 Framework for Customer Support System Customization
  • -

    给春松客服点赞:GitHub | Gitee | CodeChina

    +

    给春松客服点赞:GitHub | Gitee | CodeChina

    diff --git a/contact-center/app/src/main/resources/templates/admin/channel/messenger/index.pug b/contact-center/app/src/main/resources/templates/admin/channel/messenger/index.pug index 001aacc4..3313d8c3 100644 --- a/contact-center/app/src/main/resources/templates/admin/channel/messenger/index.pug +++ b/contact-center/app/src/main/resources/templates/admin/channel/messenger/index.pug @@ -12,7 +12,7 @@ block content button.layui-btn.layui-btn-small.green(href="/admin/messenger/add.html", data-toggle="ajax", data-width="800", data-height="400", data-title="创建 Messenger 渠道") 创建渠道 else button.layui-btn.layui-btn-disabled.layui-btn-small.layui-btn-warm(data-toggle="tooltip" title="当前组织机构非技能组,不支持创建 Messenger 渠道,使用右上角菜单切换") 创建渠道 - button.layui-btn.layui-btn-small.layui-btn-normal(onclick='openExternalUrlWithBlankTarget("https://docs.chatopera.com/products/cskefu/channels/messenger/index.html")') 文档中心 + button.layui-btn.layui-btn-small.layui-btn-normal(onclick='openExternalUrlWithBlankTarget("https://docs.cskefu.com/docs/channels/messenger/")') 文档中心 .row(style="padding:5px;") blockquote.layui-elem-quote.layui-quote-nm i.layui-icon(style="color:gray")  diff --git a/contact-center/app/src/main/resources/templates/admin/system/chatbot/index.pug b/contact-center/app/src/main/resources/templates/admin/system/chatbot/index.pug index 7af035ae..cf128aa7 100644 --- a/contact-center/app/src/main/resources/templates/admin/system/chatbot/index.pug +++ b/contact-center/app/src/main/resources/templates/admin/system/chatbot/index.pug @@ -55,7 +55,7 @@ block content blockquote.layui-elem-quote p | 智能机器人用于在访客端实现机器人客服,具体使用参考文档中心 - a(href='https://docs.chatopera.com/products/cskefu/work-chatbot.html', target='_blank') 《春松客服机器人客服》 + a(href='https://docs.cskefu.com/docs/work-chatbot/', target='_blank') 《春松客服机器人客服》 | 。 // 工作状态 @@ -198,7 +198,7 @@ block content script. // 打开文档中心 function openChatbotIntegrationInfoCenter() { - window.open("https://docs.chatopera.com/products/cskefu/work-chatbot/index.html", "_blank"); + window.open("https://docs.cskefu.com/docs/work-chatbot/", "_blank"); } // 展示编辑机器人的窗口 diff --git a/contact-center/app/src/main/resources/templates/apps/index.pug b/contact-center/app/src/main/resources/templates/apps/index.pug index 741db143..1571e422 100644 --- a/contact-center/app/src/main/resources/templates/apps/index.pug +++ b/contact-center/app/src/main/resources/templates/apps/index.pug @@ -200,7 +200,7 @@ html(xmlns="http://www.w3.org/1999/xhtml" xmlns:th="http://www.thymeleaf.org" xm dd a(href="https://www.cskefu.com/moment/825.html/" target="_blank") 使用指南 dd - a(href="https://github.com/chatopera/cskefu/issues" target="_blank") 反馈建议 + a(href="https://github.com/cskefu/cskefu/issues" target="_blank") 反馈建议 dd a(href="javascript:void(0)" onclick="quitSystem()") 退出系统 .layui-side.layui-bg-black @@ -307,7 +307,7 @@ html(xmlns="http://www.w3.org/1999/xhtml" xmlns:th="http://www.thymeleaf.org" xm }); // 展示系统构建信息 function showSystemBuildInfo() { - layer.confirm('

    春松客服® Release: #{appVersionNumber}

    Build: #{appBuildDate}.#{appVersionAbbrev}
    Copyright (2018-2022) 北京华夏春松科技有限公司, 开源许可协议: Apache 2.0
    文档中心 | 加入开源社区 | 购买企业服务', + layer.confirm('

    春松客服® Release: #{appVersionNumber}

    Build: #{appBuildDate}.#{appVersionAbbrev}
    Copyright (2018-2022) 北京华夏春松科技有限公司, 开源许可协议: Apache 2.0
    文档中心 | 加入开源社区 | 购买企业服务', {icon: -1, title: '关于产品', btn: ["关闭"]}, function (index, layero) { //do something layer.close(index); diff --git a/contact-center/app/src/main/resources/templates/login.pug b/contact-center/app/src/main/resources/templates/login.pug index 31f682db..2ac17374 100644 --- a/contact-center/app/src/main/resources/templates/login.pug +++ b/contact-center/app/src/main/resources/templates/login.pug @@ -57,9 +57,9 @@ html if (uid) { document.getElementById("username").value = uid; } - console.info("春松客服:越是重视客户服务,越是好的企业 https://www.cskefu.com/") - console.info(" * 鼓励我们不断的优化春松客服,给春松客服点赞 https://github.com/chatopera/cskefu/stargazers"); - console.info(" * 商务洽谈、技术支持等联系方式查看 https://dwz.chatopera.com/A51h6m"); + console.info("春松客服:上线开源客服系统 https://www.cskefu.com/") + console.info(" * 鼓励我们不断的优化春松客服,给春松客服点赞 https://github.com/cskefu/cskefu/stargazers"); + console.info(" * 加入春松客服开源社区 https://www.cskefu.com/join-us/"); } if ('#{tongjiBaiduSiteKey}') { var _hmt = _hmt || []; diff --git a/contact-center/root/pom.xml b/contact-center/root/pom.xml index c8c5f508..9e3d5759 100644 --- a/contact-center/root/pom.xml +++ b/contact-center/root/pom.xml @@ -6,7 +6,7 @@ 7.0.0-SNAPSHOT pom cc-root - 春松客服:合作开源客服系统,共赢未来! + 春松客服:上线开源客服系统 org.springframework.boot spring-boot-starter-parent @@ -386,7 +386,7 @@ 3.5.1 - + javax.xml.bind jaxb-api diff --git a/public/plugins/README.md b/public/plugins/README.md index 60ca5b92..28a955b6 100644 --- a/public/plugins/README.md +++ b/public/plugins/README.md @@ -32,7 +32,7 @@ cd plugins/PLUGIN ## 应用打包 -安装插件后,插件开发过程同[春松客服开发环境搭建](https://docs.chatopera.com/products/cskefu/osc/engineering.html)。 +安装插件后,插件开发过程同[春松客服开发环境搭建](https://docs.cskefu.com/docs/osc/engineering)。 如果需要部署到系统测试、生产环境等,首先打包为 WAR 应用,方式如下: @@ -41,4 +41,4 @@ cd contact-center ./admin/package.sh ``` -春松客服的发布形式为 Docker 镜像,如果在更改源码后,也可以使用春松客服的 Docker 镜像构建脚本发布,参考[构建脚本](https://github.com/chatopera/cskefu/blob/osc/contact-center/admin/build.sh)。 +春松客服的发布形式为 Docker 镜像,如果在更改源码后,也可以使用春松客服的 Docker 镜像构建脚本发布,参考[构建脚本](https://github.com/cskefu/cskefu/blob/osc/contact-center/admin/build.sh)。 diff --git a/sample.env b/sample.env index 6aa9ed36..108c052f 100644 --- a/sample.env +++ b/sample.env @@ -27,10 +27,10 @@ DB_PASSWD=123456 LOG_LEVEL=INFO ## chatbot -## https://docs.chatopera.com/products/cskefu/work-chatbot.html +## https://docs.cskefu.com/docs/work-chatbot/ BOT_THRESHOLD_FAQ_BEST_REPLY=0.8 BOT_THRESHOLD_FAQ_SUGG_REPLY=0.6 TONGJI_BAIDU_SITEKEY=placeholder -EXTRAS_LOGIN_BANNER=商务洽谈、技术支持等联系方式查看 https://dwz.chatopera.com/A51h6m *本提示仅出现于演示环境 +EXTRAS_LOGIN_BANNER="加入春松客服开源社区 https://www.cskefu.com/join-us/" EXTRAS_LOGIN_CHATBOX=https://oh-my.cskefu.com/im/0nhckh.html \ No newline at end of file