kefu/static/templates/official/show.html

105 lines
4.7 KiB
HTML
Raw Permalink 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>
<h2>让企业快速整合在线客服系统</h2>
</div>
<div class="main">
<div class="container">
<ul class="breadcrumb">
<li><a href="/">首页</a></li>
<li><a href="/show.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="showMainItem">
<div class="left">
<i class="bi bi-tv"></i>
</div>
<div class="middle">
<h5>PC端客服后台</h5>
<a href="https://gofly.v1kf.com/main" target="_blank">登录界面,注册账号,测试客服功能</a>
</div>
<div class="right">
<a href="https://gofly.v1kf.com/main" target="_blank">
<i class="bi bi-link-45deg"></i>
查看
</a>
</div>
</div>
<div class="showMainItem" style="background: linear-gradient(90deg, #EE884C 0%, #FFBA8E 100%);">
<div class="left">
<i class="bi bi-phone"></i>
</div>
<div class="middle">
<h5>微信端点击授权快速测试功能</h5>
<a target="_blank" href="https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx302b154e07c1b830&redirect_uri=http%3A%2F%2Fgofly.v1kf.com%2Fwechat_auth&response_type=code&scope=snsapi_userinfo&connect_redirect=1#wechat_redirect">微信端点击,同意授权后可获取昵称、头像,快速注册成为客服</a>
</div>
<div class="right">
<a target="_blank" href="https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx302b154e07c1b830&redirect_uri=http%3A%2F%2Fgofly.v1kf.com%2Fwechat_auth&response_type=code&scope=snsapi_userinfo&connect_redirect=1#wechat_redirect" target="_blank">
<i class="bi bi-link-45deg"></i>
授权
</a>
</div>
</div>
<div class="showMainItem" style="background: linear-gradient(90deg, #9254DE 0%, #B87EFE 100%);">
<div>
<h5>微信端扫码快速测试功能</h5>
<p>微信扫码,同意授权后可获取昵称、头像,快速注册成为客服</p>
</div>
<p><img width="150px" src="https://lfs.k.topthink.com/lfs/46b507b6becf5c458e18372d7a8406f32eb271f9c75c39fd846ee23575694601.dat" /></p>
</div>
</div>
</div>
{{template "footer" .}}
</body>
</html>
<script>
$(function(){
$("#wechat").hide();
$.get("https://gofly.v1kf.com/wechat/showQrcode?entId=5&sceneName=kf_kefu2",function(res){
$("#wechat").attr("src",res.result.url).show();
});
})
</script>