From 699ad6c1dc32db6c68cc5316d4ca4456728c6ffd Mon Sep 17 00:00:00 2001 From: taoshihan1991 <630892807@qq.com> Date: Wed, 14 Apr 2021 13:59:54 +0800 Subject: [PATCH] =?UTF-8?q?=E9=BB=98=E8=AE=A4=E6=95=B0=E6=8D=AE=E7=89=88?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/go-fly.sql | 8 ++++---- static/css/style.css | 2 +- static/html/index_new.html | 9 +++++++++ 3 files changed, 14 insertions(+), 5 deletions(-) diff --git a/config/go-fly.sql b/config/go-fly.sql index 892bbc0..c0fbebd 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.7-演示页', -'Free Customer Live Chat GOFLY0.3.7-demo', +(NULL, '免费开源客服系统GOFLY0.3.8-演示页', +'Free Customer Live Chat GOFLY0.3.8-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", }) -

:)

你好 GOFLY0.3.7 在线客服系统 !

Administrator English 中文

', +

:)

你好 GOFLY0.3.8 在线客服系统 !

Administrator English 中文

', ' -

:)

HELLO GOFLY0.3.7 LIVE CHAT !

Administrator English 中文

', +

:)

HELLO GOFLY0.3.8 LIVE CHAT !

Administrator English 中文

', 'index')| DROP TABLE IF EXISTS `reply_group`| CREATE TABLE `reply_group` ( diff --git a/static/css/style.css b/static/css/style.css index 4620d1b..7867c64 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -72,7 +72,7 @@ pre{ } .banner .downloadBtn{margin-top: 20px;} .downloadBtn{display:inline-block;text-decoration:none;color:#fff;border:1px solid #fff;padding:10px 15px;border-radius:5px;} -.downloadBtn:hover{background:#fff;color:#20b2bb;} +.downloadBtn:hover{background:#fff;color:#20b2bb;text-decoration: none;} .jumbotron{ width: 1000px; margin: 10px auto; diff --git a/static/html/index_new.html b/static/html/index_new.html index 63109b3..cefe98b 100644 --- a/static/html/index_new.html +++ b/static/html/index_new.html @@ -143,6 +143,15 @@

版本更新

+

v0.3.8 2021-04-14

+
+
    +
  1. 访客端输入框以及图标icon按钮修改
  2. +
  3. 客服端界面icon修改
  4. +
  5. 修复后端发消息空指针错误导致的进程退出
  6. +
  7. 增加允许跨域的http头,nginx中的跨域相关http头可以去掉
  8. +
+

v0.3.7 2021-03-25