From 639fa5fe70a84a20f0ba8bc66d143d248c74cf9f Mon Sep 17 00:00:00 2001 From: taoshihan1991 <630892807@qq.com> Date: Sun, 25 Apr 2021 14:16:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=BB=98=E8=AE=A4=E6=95=B0?= =?UTF-8?q?=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cmd/js/chat-lang.js | 4 ++-- cmd/js/gofly-front.js | 2 +- config/go-fly.sql | 8 ++++---- readme.md | 15 ++++++++++++++- 4 files changed, 21 insertions(+), 8 deletions(-) diff --git a/cmd/js/chat-lang.js b/cmd/js/chat-lang.js index d91d058..b42f27a 100644 --- a/cmd/js/chat-lang.js +++ b/cmd/js/chat-lang.js @@ -6,7 +6,7 @@ var GOFLY_LANG={ "chating":"正在与您沟通!", "historymes":"—— 以上是历史消息 ——", "moremessage":" 点击加载更多记录", - "copyright":"GO-FLY0.3.9客服陶士涵提供技术支持", + "copyright":"GO-FLY0.4.1客服陶士涵提供技术支持", "textarea":"请输入内容", "closemes":"系统自动关闭连接!点击会重连", "forceclosemes":"客服关闭连接!请重新打开页面", @@ -19,7 +19,7 @@ var GOFLY_LANG={ "chating":"chating with you!", "historymes":"—— Today ——", "moremessage":" click buuton show more messages", - "copyright":"We run on GOFLY0.3.9", + "copyright":"We run on GOFLY0.4.1", "textarea":"Enter your message", "closemes":"The system automatically closes the connection!", "forceclosemes":"Admin closes the connection! please reload", diff --git a/cmd/js/gofly-front.js b/cmd/js/gofly-front.js index 632503d..aa3ff9f 100644 --- a/cmd/js/gofly-front.js +++ b/cmd/js/gofly-front.js @@ -169,7 +169,7 @@ GOFLY.getNotice=function(){ }else{ _this.chatPageTitle="
"; setTimeout(function(){ - var userInfo=" "+res.result.username+"" + var userInfo=" "+res.result.username+"" $('.launchButtonText').html(userInfo); },3000); } diff --git a/config/go-fly.sql b/config/go-fly.sql index 78f2ab6..3ac0811 100644 --- a/config/go-fly.sql +++ b/config/go-fly.sql @@ -143,8 +143,8 @@ 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.9-演示页', -'Free Customer Live Chat GOFLY0.3.9-demo', +(NULL, '免费开源客服系统GOFLY0.4.1-演示页', +'Free Customer Live Chat GOFLY0.4.1-demo', 'GOFLY,GO-FLY', 'GOFLY,GO-FLY', '一款开箱即用的在线客服系统', @@ -158,7 +158,7 @@ INSERT INTO `about` (`id`, `title_cn`, `title_en`, `keywords_cn`, `keywords_en`, GOFLY_LANG:"cn", }) -