26 lines
1.6 KiB
HTML
26 lines
1.6 KiB
HTML
{{define "footer"}}
|
||
<footer class="footer" style="clear:both">
|
||
<div class="container">
|
||
<div style="display: flex;padding: 20px 10px;">
|
||
<div style="line-height: 23px;margin-right: 20px">
|
||
<p>客服系统是一款基于Golang+Vue开发的全渠道在线客服系统,软件著作权编号:2021SR1462600。一套可私有本地服务器部署的在线客服系统,极容易搭建仅依赖MySQL数据库,是一个开箱即用的网站网页在线客服系统,致力于帮助广大开发者/中小企业业务系统快速整合自建客服功能。</p>
|
||
<p style="margin-top: 10px">PC网站客服系统、APP客服系统、H5客服系统、企业微信客服系统、微信公众号客服系统、微信小程序客服系统、个人微信机器人、个性化训练ChatGPT知识库</p>
|
||
</div>
|
||
<div style="margin-right: 20px;text-align: center;line-height: 28px">
|
||
<img width="100" src="https://goflychat.oss-cn-hangzhou.aliyuncs.com/static/upload/2023September/0ff29dcc75fe4d49cbfc7cd4ac7f3975.png"/>
|
||
<p>手机访问</p>
|
||
</div>
|
||
<div style="text-align: center;line-height: 28px">
|
||
<img width="100" src="https://goflychat.oss-cn-hangzhou.aliyuncs.com/static/upload/2023February/581b64d62451dfc3c85812b23068e8fc.png"/>
|
||
<p>联系微信</p>
|
||
</div>
|
||
</div>
|
||
|
||
</div>
|
||
|
||
<p class="address">
|
||
Copyright © 2019-2023 gofly.v1kf.com All rights reserved 版权所有
|
||
<a href="https://beian.miit.gov.cn" target="_blank">京ICP备17033956号</a>
|
||
</p>
|
||
</footer>
|
||
{{ end }} |