diff --git a/README.md b/README.md index 29fdefc7..af4a9b63 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@
-[主页](https://www.cskefu.com/) | [邮件列表](https://lists.cskefu.com/cgi-bin/mailman/listinfo/dev) | [博客专栏](https://chatopera.blog.csdn.net/) | [路线图](https://chatopera.github.io/cskefu.roadmap/) +[主页](https://www.cskefu.com/) | [开源许可协议](https://www.cskefu.com/2022/06/24/cskefu-opensource-license/) | [邮件列表](https://lists.cskefu.com/cgi-bin/mailman/listinfo/dev) | [路线图](https://chatopera.github.io/cskefu.roadmap/)
diff --git a/contact-center/app/src/main/resources/static/images/logo.png b/contact-center/app/src/main/resources/static/images/logo.png index 9eef4eee..b99a4634 100644 Binary files a/contact-center/app/src/main/resources/static/images/logo.png and b/contact-center/app/src/main/resources/static/images/logo.png differ 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 af01adb7..741db143 100644 --- a/contact-center/app/src/main/resources/templates/apps/index.pug +++ b/contact-center/app/src/main/resources/templates/apps/index.pug @@ -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);