默认数据版本

pull/23/head 0.3.8
taoshihan1991 4 years ago
parent ff2b0560f0
commit 699ad6c1dc

@ -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',
'GOFLYGO-FLY',
'GOFLYGO-FLY',
'一款开箱即用的在线客服系统',
@ -158,7 +158,7 @@ INSERT INTO `about` (`id`, `title_cn`, `title_en`, `keywords_cn`, `keywords_en`,
GOFLY_LANG:"cn",
})
</script>
<h1>:)</h1><h2> <a href="https://gofly.sopans.com">GOFLY0.3.7</a> 线 !</h2><h3><a href="/login">Administrator</a>&nbsp;<a href="/index_en">English</a>&nbsp;<a href="/index_cn"></a></h3>',
<h1>:)</h1><h2> <a href="https://gofly.sopans.com">GOFLY0.3.8</a> 线 !</h2><h3><a href="/login">Administrator</a>&nbsp;<a href="/index_en">English</a>&nbsp;<a href="/index_cn"></a></h3>',
'<script src="/static/js/gofly-front.js?v=1"></script><script>
GOFLY.init({
GOFLY_URL:"",
@ -167,7 +167,7 @@ INSERT INTO `about` (`id`, `title_cn`, `title_en`, `keywords_cn`, `keywords_en`,
GOFLY_LANG:"en",
})
</script>
<h1>:)</h1><h2>HELLO <a href="https://gofly.sopans.com">GOFLY0.3.7</a> LIVE CHAT !</h2><h3><a href="/login">Administrator</a>&nbsp;<a href="/index_en">English</a>&nbsp;<a href="/index_cn"></a></h3>',
<h1>:)</h1><h2>HELLO <a href="https://gofly.sopans.com">GOFLY0.3.8</a> LIVE CHAT !</h2><h3><a href="/login">Administrator</a>&nbsp;<a href="/index_en">English</a>&nbsp;<a href="/index_cn"></a></h3>',
'index')|
DROP TABLE IF EXISTS `reply_group`|
CREATE TABLE `reply_group` (

@ -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;

@ -143,6 +143,15 @@
</div>
<div class="product">
<h3>版本更新</h3>
<h4>v0.3.8 2021-04-14</h4>
<div class="productContent">
<ol>
<li>访客端输入框以及图标icon按钮修改</li>
<li>客服端界面icon修改</li>
<li>修复后端发消息空指针错误导致的进程退出</li>
<li>增加允许跨域的http头,nginx中的跨域相关http头可以去掉</li>
</ol>
</div>
<h4>v0.3.7 2021-03-25</h4>
<div class="productContent">
<ol>

Loading…
Cancel
Save