Browse Source
update README.md.
Signed-off-by: blue <825657193@qq.com>
master
blue
3 years ago
committed by
Gitee
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with
11 additions and
11 deletions
-
README.md
|
|
|
@ -4,6 +4,17 @@ |
|
|
|
仿微信实现的网页版聊天软件,后端使用springboot+netty实现,前端使用vue。支持私聊、群聊、离线消息、发送图片、文件、好友在线状态显示等功能,服务器支持集群化部署。 |
|
|
|
|
|
|
|
|
|
|
|
#### 体验地址 |
|
|
|
http://8.134.92.70/ |
|
|
|
|
|
|
|
账号: |
|
|
|
张三/123456 |
|
|
|
李四/123456 |
|
|
|
|
|
|
|
也可以自行注册账号哟! |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#### 项目结构 |
|
|
|
| 模块 | 功能 | |
|
|
|
@ -62,17 +73,6 @@ npm run serve |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#### 体验地址 |
|
|
|
http://8.134.92.70/ |
|
|
|
|
|
|
|
账号: |
|
|
|
张三/123456 |
|
|
|
李四/123456 |
|
|
|
|
|
|
|
也可以自行注册账号哟! |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#### 联系方式 |
|
|
|
QQ: 825657193 |
|
|
|
|