kefu/static/templates/default/deploy.html

58 lines
2.3 KiB
HTML
Raw Normal View History

2024-12-10 02:50:12 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>智能在线客服系统访客演示页面-免费在线客服系统源码-网站开源在线客服系统-私有化部署网页在线客服软件代码下载</title>
<meta name="keywords" content="智能在线客服系统,网站客服系统,免费在线客服,网站在线客服,在线客服软件,php客服" />
<meta name="description" content="智能在线客服系统一套可独立私有化部署的免费开源客服系统网站在线客服系统下载zip解压即可仅依赖MySQL数据库是一个开箱即用的网页在线客服适合PHP程序员使用同时也是首页完全可以编辑的单页营销系统." />
<style>
.deployLink {
width: 500px;
margin: 0 auto;
background-color: #ecf5ff;
padding: 5px;
color: #0061c5;
border: 1px solid #d9ecff;
line-height: 20px;
font-size: 12px;
}
</style>
</head>
<body>
<h2 style="margin: 40px;text-align: center">智能在线客服系统访客演示页面</h2>
<pre class="deployLink">
&lt;script type='text/javascript'&gt;
(function(a, b, c, d) {
let h = b.getElementsByTagName('head')[0];let s = b.createElement('script');
s.type = 'text/javascript';s.src = c+"/static/js/kefu-front.js";s.onload = s.onreadystatechange = function () {
if (!this.readyState || this.readyState === "loaded" || this.readyState === "complete") d(c);
};h.appendChild(s);
})(window, document,"{{.siteUrl}}",function(u){
KEFU.init({
KEFU_URL:u,
KEFU_KEFU_ID: "{{.kefuName}}",
KEFU_ENT: "{{.entId}}",
})
});
&lt;/script&gt;
</pre>
<script type='text/javascript'>
(function(a, b, c, d) {
let h = b.getElementsByTagName('head')[0];let s = b.createElement('script');
s.type = 'text/javascript';s.src = c+"/static/js/kefu-front.js";s.onload = s.onreadystatechange = function () {
if (!this.readyState || this.readyState === "loaded" || this.readyState === "complete") d(c);
};h.appendChild(s);
})(window, document,"{{.siteUrl}}",function(u){
KEFU.init({
KEFU_URL:u,
KEFU_KEFU_ID: "{{.kefuName}}",
KEFU_ENT: "{{.entId}}",
})
});
</script>
</body>
</html>