mirror of
https://github.com/chatopera/cosin.git
synced 2025-08-01 16:38:02 +08:00
https://github.com/chatopera/cskefu/issues/713 fix product info dropdown
This commit is contained in:
parent
3f03f9b4ec
commit
0845ef5f42
@ -1,6 +1,6 @@
|
||||
<div align=right>
|
||||
|
||||
[主页](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/)
|
||||
|
||||
</div>
|
||||
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 13 KiB |
@ -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>®</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>',
|
||||
layer.confirm('<div style="text-align:center;"> <img src="/images/favicon.ico" width="50px" height="50px"><p>春松客服<span>®</span> Release: #{appVersionNumber}</p></div>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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user