From fabb40119028c16023d43b46e8f6034ae89cd8bc Mon Sep 17 00:00:00 2001 From: taoshihan1991 <630892807@qq.com> Date: Tue, 16 Mar 2021 13:00:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=89=8D=E7=AB=AF=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/go-fly.sql | 2 +- static/html/index.html | 88 ----------------------------- static/html/setting_statistics.html | 11 ++++ static/js/chat-main.js | 7 +++ static/js/chat-page.js | 7 +++ 5 files changed, 26 insertions(+), 89 deletions(-) diff --git a/config/go-fly.sql b/config/go-fly.sql index 7374ebf..befd861 100644 --- a/config/go-fly.sql +++ b/config/go-fly.sql @@ -143,7 +143,7 @@ PRIMARY KEY (`id`), UNIQUE KEY `page` (`page`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8| INSERT INTO `about` (`id`, `title_cn`, `title_en`, `keywords_cn`, `keywords_en`, `desc_cn`, `desc_en`, `css_js`, `html_cn`, `html_en`, `page`) VALUES -(NULL, '免费开源客服系统GOFLY0.3.5-演示页', 'Free Customer Live Chat GOFLY0.3.5-demo', 'GOFLY,GO-FLY', 'GOFLY,GO-FLY', '一款开箱即用的在线客服系统', 'HELLO GOFLY LIVE CHAT !', '','

:)

HELLO GOFLY LIVE CHAT !

Administrator English 中文

','

:)

HELLO GOFLY LIVE CHAT !

Administrator English 中文

','index')| +(NULL, '免费开源客服系统GOFLY0.3.6-演示页', 'Free Customer Live Chat GOFLY0.3.6-demo', 'GOFLY,GO-FLY', 'GOFLY,GO-FLY', '一款开箱即用的在线客服系统', 'HELLO GOFLY LIVE CHAT !', '','

:)

HELLO GOFLY LIVE CHAT !

Administrator English 中文

','

:)

HELLO GOFLY LIVE CHAT !

Administrator English 中文

','index')| DROP TABLE IF EXISTS `reply_group`| CREATE TABLE `reply_group` ( `id` int(11) NOT NULL AUTO_INCREMENT, diff --git a/static/html/index.html b/static/html/index.html index 807757d..2d677f1 100644 --- a/static/html/index.html +++ b/static/html/index.html @@ -31,93 +31,5 @@ }) - - - -
-
-
{{.Notice}}
- -
-
- - - - \ No newline at end of file diff --git a/static/html/setting_statistics.html b/static/html/setting_statistics.html index c092c5a..1a25779 100644 --- a/static/html/setting_statistics.html +++ b/static/html/setting_statistics.html @@ -30,5 +30,16 @@ {{template "setting_bottom" .}} + + + + diff --git a/static/js/chat-main.js b/static/js/chat-main.js index 03a728f..93f4259 100644 --- a/static/js/chat-main.js +++ b/static/js/chat-main.js @@ -521,6 +521,13 @@ var app=new Vue({ }); }); }); + var _hmt = _hmt || []; + (function() { + var hm = document.createElement("script"); + hm.src = "https://hm.baidu.com/hm.js?82938760e00806c6c57adee91f39aa5e"; + var s = document.getElementsByTagName("script")[0]; + s.parentNode.insertBefore(hm, s); + })(); }, //表情点击事件 faceIconClick(index){ diff --git a/static/js/chat-page.js b/static/js/chat-page.js index a348b29..069ded5 100644 --- a/static/js/chat-page.js +++ b/static/js/chat-page.js @@ -402,6 +402,13 @@ new Vue({ $(".chatBox").append("
"+_this.chatTitle+"
"); _this.scrollBottom(); } + var _hmt = _hmt || []; + (function() { + var hm = document.createElement("script"); + hm.src = "https://hm.baidu.com/hm.js?82938760e00806c6c57adee91f39aa5e"; + var s = document.getElementsByTagName("script")[0]; + s.parentNode.insertBefore(hm, s); + })(); }, //表情点击事件 faceIconClick:function(index){