kefu/static/templates/official/product.html

115 lines
5.4 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="renderer" content="webkit">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<title>演示页面-在线客服系统-私有云独立部署在线客服系统源码-网站客服系统</title>
<meta name="keywords" content="在线客服系统,客服系统源码,在线客服下载,在线客服代码,开源客服,网页在线客服,免费客服系统,客服系统部署,安装在线客服,golang客服,php客服" />
<meta name="description" content="客服系统,在线客服一套可独立私有化部署的网站网页在线客服系统安装搭建极其简单仅依赖MySQL数据库支持宝塔面板一键部署两分钟搭建自己的网站在线客服系统" />
{{template "head" .}}
</head>
<body style="background-color: #F5F5F5;">
{{template "navgator" .}}
<div class="showBanner">
<svg xmlns="http://www.w3.org/2000/svg" width="80px" height="80px" fill="currentColor" class="bi bi-menu-up" viewBox="0 0 16 16">
<path d="M7.646 15.854a.5.5 0 0 0 .708 0L10.207 14H14a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2H2a2 2 0 0 0-2 2v9a2 2 0 0 0 2 2h3.793l1.853 1.854zM1 9V6h14v3H1zm14 1v2a1 1 0 0 1-1 1h-3.793a1 1 0 0 0-.707.293l-1.5 1.5-1.5-1.5A1 1 0 0 0 5.793 13H2a1 1 0 0 1-1-1v-2h14zm0-5H1V3a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v2zM2 11.5a.5.5 0 0 0 .5.5h8a.5.5 0 0 0 0-1h-8a.5.5 0 0 0-.5.5zm0-4a.5.5 0 0 0 .5.5h11a.5.5 0 0 0 0-1h-11a.5.5 0 0 0-.5.5zm0-4a.5.5 0 0 0 .5.5h6a.5.5 0 0 0 0-1h-6a.5.5 0 0 0-.5.5z"/>
</svg>
<h1>客服系统产品下载</h1>
</div>
<div class="main">
<div class="container">
<ul class="breadcrumb">
<li><a href="/">首页</a></li>
<li><a href="/product.html">产品下载</a></li>
</ul>
<div class="showMain">
<div class="showMainHead">
<h2>
<i class="bi bi-tv"></i>
<span>产品下载</span>
</h2>
<h3>多端支持,全方位跨平台便捷客服接待</h3>
</div>
<div class="tongji">
<div class="tongjiItem">
<img src="/static/images/ua/edge.svg" class="tongjiLogo"/>
<div class="tongjiName">PC网页版</div>
<img src="https://goflychat.oss-cn-hangzhou.aliyuncs.com/static/upload/2023August/ee34a6d2068afce2e9d10b1e6efec23f.png" class="tongjiQrcode"/>
<p>扫描二维码访问H5</p>
<div style="display: flex;">
<a href="/main" class="tongjiLink" target="_blank" style="margin-right: 10px">访问PC</a>
<a href="/h5" class="tongjiLink" target="_blank">访问H5</a>
</div>
</div>
<div class="tongjiItem">
<img src="/static/images/ua/windows10.svg" class="tongjiLogo"/>
<div class="tongjiName">Windows版</div>
<img src="/static/images/WindowsQR.png" class="tongjiQrcode"/>
<a href="https://pan.baidu.com/s/19hS_G3nLU-dA3cdpKOJocw?pwd=1234" target="_blank" class="tongjiLink">点击下载</a>
</div>
<div class="tongjiItem">
<img src="/static/images/ua/android.svg" class="tongjiLogo"/>
<div class="tongjiName">Android版</div>
<img src="/static/images/WindowsQR.png" class="tongjiQrcode"/>
<a href="#" class="tongjiLink">正在开发</a>
</div>
<div class="tongjiItem">
<img src="/static/images/ua/mac.svg" class="tongjiLogo"/>
<div class="tongjiName">iOS版</div>
<img src="/static/images/MacOS.png" class="tongjiQrcode"/>
<a href="#" class="tongjiLink">正在开发</a>
</div>
</div>
<div class="showMainHead">
<h2>
<i class="bi bi-tv"></i>
<span>私有化独立部署</span>
</h2>
<h3>更安全、稳定、灵活,定制适配自身业务</h3>
</div>
<div class="shouquan">
<div class="shouquanItem">
<img src="/static/images/shouquan1.png"/>
<div class="tongjiName">
<h2>域名授权版</h2>
<p>域名授权模式,满足个人、中小型企业应用需求。前端代码开源支持二次开发,享受半年内免费升级、官方会员服务支持</p>
<a href="javascript:KEFU.showPanel();">咨询客服</a>
</div>
</div>
<div class="shouquanItem">
<img src="/static/images/shouquan2.png"/>
<div class="tongjiName">
<h2>企业授权版</h2>
<p>企业授权模式,代码全开源无加密,支持二次开发,享受多对一技术支持,尊享售后服务、官方会员服务支持</p>
<a href="javascript:KEFU.showPanel();">咨询客服</a>
</div>
</div>
</div>
</div>
</div>
{{template "footer" .}}
</body>
</html>