diff --git a/config/mysql.json b/config/mysql.json index 7d2415d..ccf1759 100644 --- a/config/mysql.json +++ b/config/mysql.json @@ -1,7 +1,7 @@ { "Server":"localhost", "Port":"3306", - "Database":"go-fly", - "Username":"go-fly", - "Password":"go-fly" + "Database":"goflychat", + "Username":"goflychat", + "Password":"goflychat" } diff --git a/import.sql b/import.sql index 1644bae..2d53956 100644 --- a/import.sql +++ b/import.sql @@ -13,7 +13,7 @@ CREATE TABLE `user` ( ) ENGINE=InnoDB DEFAULT CHARSET=utf8; TRUNCATE TABLE `user`; INSERT INTO `user` (`id`, `name`, `password`, `nickname`, `created_at`, `updated_at`, `deleted_at`, `avator`) VALUE -(1, 'kefu2', '202cb962ac59075b964b07152d234b70', '智能客服系统', '2020-06-27 19:32:41', '2020-07-04 09:32:20', NULL, '/static/images/4.jpg'); +(1, 'kefu2', '202cb962ac59075b964b07152d234b70', 'Open Source LiveChat Software', '2020-06-27 19:32:41', '2020-07-04 09:32:20', NULL, '/static/images/4.jpg'); DROP TABLE IF EXISTS `visitor`; CREATE TABLE `visitor` ( diff --git a/static/templates/chat_page.html b/static/templates/chat_page.html index 443f078..68ad0c8 100644 --- a/static/templates/chat_page.html +++ b/static/templates/chat_page.html @@ -2,9 +2,9 @@
- - -