修改默认数据

pull/23/head
taoshihan1991 3 years ago
parent a3e06fd8ea
commit 639fa5fe70

@ -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",

@ -169,7 +169,7 @@ GOFLY.getNotice=function(){
}else{
_this.chatPageTitle="<div class='launchPointer'></div>";
setTimeout(function(){
var userInfo="<img style='margin-top: 8px;' class='flyAvatar' src='"+_this.GOFLY_URL+res.result.avatar+"'/> <span class='flyUsername'>"+res.result.username+"</span>"
var userInfo="<img style='margin-top: 5px;' class='flyAvatar' src='"+_this.GOFLY_URL+res.result.avatar+"'/> <span class='flyUsername'>"+res.result.username+"</span>"
$('.launchButtonText').html(userInfo);
},3000);
}

@ -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',
'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.9</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.4.1</a> 线 !</h2><h3><a href="/login">Administrator</a>&nbsp;<a href="/index_en">English</a>&nbsp;<a href="/index_cn"></a></h3>',
'<script src="/assets/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.9</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.4.1</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` (

@ -5,6 +5,14 @@
gin + jwt-go + websocket + go.uuid + gorm + cobra
### 更新日志
##### V0.4.1
访客端咨询按钮的样式修改了
客服端可以编辑自动回复内容了
命令行参数中新增了关闭服务的功能如:./go-fly stop
##### V0.3.9
@ -14,7 +22,6 @@
进入安装界面,填写数据库信息,会自动写入配置并且导入数据库
##### V0.3.8
访客端输入框以及图标icon按钮修改
@ -203,6 +210,7 @@
windows: go-fly.exe server [可选 -p 8082 -d]
6. 关闭程序
./go-fly stop
linux下使用ps命令结合kill命令杀掉进程
@ -341,6 +349,11 @@ location /
### 感谢赞助
2021年04月25日 **P7 88.88元
2021年04月19日 **指 1400元(多商户)
2021年04月01日 **科技 66.66元
2021年03月15日 **无畏 8.88元

Loading…
Cancel
Save