1
0
mirror of https://github.com/chatopera/cosin.git synced 2025-08-01 16:38:02 +08:00
This commit is contained in:
Hai Liang Wang 2022-06-26 11:38:16 +08:00
parent 4b5c094adc
commit 3f03f9b4ec
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View File

@ -307,7 +307,7 @@ html(xmlns="http://www.w3.org/1999/xhtml" xmlns:th="http://www.thymeleaf.org" xm
});
// 展示系统构建信息
function showSystemBuildInfo() {
layer.confirm('<div style="text-align:center;"> <img src="/images/favicon.ico" width="50px" height="50px"><p>春松客服<span>&#174;</span></p></div> Release: #{appVersionNumber} <br> Build: #{appBuildDate}.<a href="https://github.com/chatopera/cskefu/commit/#{appVersionAbbrev}">#{appVersionAbbrev}</a> <br> Copyright (2018-2022) <a href="https://www.chatopera.com" target="_blank">北京华夏春松科技有限公司</a>, 开源许可协议: <a href="https://docs.chatopera.com/products/cskefu/osc/license.html" target="_blank">Apache 2.0</a> <br> <a href="https://docs.chatopera.com/products/cskefu/index.html" target="_blank">文档中心</a> | <a href="https://www.cskefu.com/join-us/" target="_blank">加入开源社区</a> | <a href="https://www.chatopera.com/price.html" target="_blank">购买企业服务</a>',
layer.confirm('<div style="text-align:center;"> <img src="/images/favicon.ico" width="50px" height="50px"><p>春松客服<span>&#174;</span></p></div> Release: #{appVersionNumber} <br> Build: #{appBuildDate}.<a href="https://github.com/chatopera/cskefu/commit/#{appVersionAbbrev} target="_blank">#{appVersionAbbrev}</a> <br> Copyright (2018-2022) <a href="https://www.chatopera.com" target="_blank">北京华夏春松科技有限公司</a>, 开源许可协议: <a href="https://docs.chatopera.com/products/cskefu/osc/license.html" target="_blank">Apache 2.0</a> <br> <a href="https://docs.chatopera.com/products/cskefu/index.html" target="_blank">文档中心</a> | <a href="https://www.cskefu.com/join-us/" target="_blank">加入开源社区</a> | <a href="https://www.chatopera.com/price.html" target="_blank">购买企业服务</a>',
{icon: -1, title: '关于产品', btn: ["关闭"]}, function (index, layero) {
//do something
layer.close(index);