1
0
mirror of https://github.com/chatopera/cosin.git synced 2025-06-16 18:30:03 +08:00
Signed-off-by: Hai Liang Wang <hai@chatopera.com>
This commit is contained in:
Hai Liang Wang 2024-01-18 13:23:06 +08:00
parent f0220ef91c
commit b7822e6a24
3 changed files with 20 additions and 7 deletions

View File

@ -1,6 +1,6 @@
<div align=right>
[主页](https://www.cskefu.com/) | [开源许可协议](https://docs.cskefu.com/licenses/v1.html) | [工单列表](https://github.com/cskefu/cskefu/issues) | [路线图](https://github.com/orgs/cskefu/projects/1)
[开发者社区](https://tribe.cskefu.com/about) | [开源许可协议](https://docs.cskefu.com/licenses/v1.html) | [工单列表](https://github.com/cskefu/cskefu/issues) | [官网](https://www.cskefu.com/)
</div>
@ -242,15 +242,17 @@
- [掌握春松客服前端框架 Pugjs介绍及使用注意事项](https://blog.csdn.net/samurais/article/details/114576611)
- [提交代码](https://docs.cskefu.com/docs/osc/contribution)
## 微信
## 社区交流平台
* 如以下图片无法浏览,可能是网络原因,请打开 [Gitee](https://gitee.com/cskefu/cskefu#%E5%BE%AE%E4%BF%A1) 查看二维码。
* 如以下图片无法浏览,可能是网络原因,请打开 [Gitee](https://gitee.com/cskefu/cskefu#%E7%A4%BE%E5%8C%BA%E4%BA%A4%E6%B5%81%E5%B9%B3%E5%8F%B0) 查看二维码。
### 微信群
### 春松部落
春松客服用户和开发者交流群
开发者社区和春松客服核心开发者们交流技术问题提问会得到快速、有效的解答认识更多朋友讨论开源、元宇宙、人工智能、DevOps 等话题;合作开源软件迭代,一起开发出好的开源软件
![春松客服微信群](./public/assets/cskefu_opensource_community_wx_qr.jpg)
- [上线寄语](https://dwz.chatopera.com/059F43)
- [实时动态](https://tribe.cskefu.com/public/local)
- [账户注册](https://tribe.cskefu.com/invite/28LjhB9f)
### 微信公众号

View File

@ -72,6 +72,17 @@
</ul>
<p>给春松客服点赞:<a href="https://github.com/cskefu/cskefu/stargazers" target="_blank">GitHub</a> | <a href="https://gitee.com/cskefu/cskefu/stargazers" target="_blank">Gitee</a></p>
<br>
<h2>春松部落 / CSTribe:</h2>
<ul>
<li>和春松客服核心开发者们交流技术问题,提问会得到快速、有效的解答</li>
<li>认识更多朋友讨论开源、元宇宙、人工智能、DevOps 等话题</li>
<li>合作开源软件迭代,一起开发出好的开源软件</li>
</ul>
<p>链接:<a href="https://dwz.chatopera.com/30D8l4" target="_blank">实时动态</a> | <a href="https://dwz.chatopera.com/767j82" target="_blank">注册账户</a></p>
<script>
</script>
</body>

View File

@ -303,7 +303,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> Release #{appVersionNumber}</p></div>Build: #{appBuildDate}.<a href="https://github.com/cskefu/cskefu/commit/#{appVersionAbbrev}" target="_blank">#{appVersionAbbrev}</a> <br> Copyright (2018-2023) <a href="https://www.chatopera.com" target="_blank">Beijing Huaxia Chunsong Technology Co., Ltd.</a>, 开源许可协议: <a href="https://docs.cskefu.com/licenses/v1.html" target="_blank">Chunsong Public License, version 1.0</a> <br> <a href="https://docs.cskefu.com" 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> Release #{appVersionNumber}</p></div>Build: #{appBuildDate}.<a href="https://github.com/cskefu/cskefu/commit/#{appVersionAbbrev}" target="_blank">#{appVersionAbbrev}</a> <br> Copyright (2018-2024) <a href="https://www.chatopera.com" target="_blank">Beijing Huaxia Chunsong Technology Co., Ltd.</a>, 开源许可协议: <a href="https://docs.cskefu.com/licenses/v1.html" target="_blank">Chunsong Public License, version 1.0</a> <br> <a href="https://docs.cskefu.com" target="_blank">文档中心</a> | <a href="https://dwz.chatopera.com/767j82" 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);