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){